/*  Casino Full */
/*
    Rating
 */

.casivo__rating {
    margin-bottom: 36px;
}

.bar-value,
.bar-container {
    display: block;
    height: 8px;
    border-radius: 8px;
}

.bar-container {
    width: 360px;
    background: linear-gradient(0deg, #AEAEB2, #AEAEB2), #C4C4C4;
}

.bar-value {
    background: linear-gradient(90deg, #FFCC00 0%, #FF2D55 100%), #C4C4C4;
}

.list__rating {
    list-style: none;
    margin: 0;
    padding: 37px 24px;
    background: #F7F7F7;
    box-shadow: 0 2px 7px rgba(0, 0, 0, .2);
    border-radius: 8px;
    font-size: 16px;
    line-height: 19px;
}

.list__rating li {
    display: flex;
    flex-direction: row;
    align-items: center;
    line-height: 36px;
}

.list__rating .label {
    display: inline-block;
    min-width: 170px;
    padding-right: 12px;
}

.rate {
    font-weight: bold;
    font-size: 18px;
}

iframe {
    max-height: 100%;
    padding: 10px;
    background: #F7F7F7;
    box-shadow: 0 2px 7px rgba(0, 0, 0, .2);
    border-radius: 8px;
}

.inline {
    list-style: none;
    margin: 24px 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    font-size: 16px;
}

.btn-youtube {
    background: #CD201F url('data:image/svg+xml,%3Csvg%20width%3D%2220%22%20height%3D%2216%22%20viewBox%3D%220%200%2020%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M8.28311%2015.4807C4.47419%2015.4058%203.17325%2015.3384%202.37362%2015.1625C1.83262%2015.0456%201.36249%2014.7861%201.01777%2014.4097C0.751353%2014.1249%200.539479%2013.6902%200.3751%2013.0872C0.234097%2012.5848%200.17918%2012.1668%200.100887%2011.1458C-0.018965%208.84148%20-0.0475365%206.95753%200.100887%204.85249C0.223336%203.69003%200.282706%202.31005%201.09607%201.50496C1.48011%201.12817%201.92687%200.885691%202.42854%200.785452C3.21222%200.626574%206.551%200.500977%2010.0074%200.500977C13.456%200.500977%2016.8022%200.626574%2017.5867%200.785452C18.2134%200.911048%2018.8011%201.28744%2019.1462%201.77279C19.8883%203.01925%2019.9013%204.5692%2019.9767%205.78159C20.0078%206.35926%2020.0078%209.63944%2019.9767%2010.2171C19.8594%2012.1331%2019.7652%2012.8111%2019.4987%2013.5139C19.334%2013.9577%2019.1933%2014.1918%2018.9499%2014.4513C18.5682%2014.8507%2018.0815%2015.1163%2017.5548%2015.2128C14.2586%2015.4775%2011.4597%2015.535%208.28311%2015.4807ZM13.3306%207.78163C11.4968%206.73526%209.741%205.76495%207.94619%204.76057V10.7694C9.83488%209.67311%2011.826%208.66873%2013.3384%207.77331L13.3306%207.78163Z%22%20fill%3D%22white%22%2F%3E%0A%3Cpath%20d%3D%22M13.3224%207.78131C11.4886%206.73493%209.7328%205.77294%207.93799%204.76855V10.777C9.82668%209.68072%2011.8174%208.67673%2013.3302%207.78131H13.3224Z%22%20fill%3D%22%23CD201F%22%2F%3E%0A%3C%2Fsvg%3E%0A') 20px 50% no-repeat;
    border-radius: 4px;
    padding: 12px 17px 12px 47px;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    color: #FFF;
    text-decoration: none;
}

.icon-windows {
    width: 18px;
    height: 18px;
}

.icon-apple,
.icon-android {
    width: 16px;
    height: 18px;
}

.country-item {
    display: none;
}

.ind-1,
.ind-2,
.ind-3,
.ind-4 {
    display: inline;
}

.country-item+.country-item:before {
    content: ', ';
}

.list__site {
    list-style: none;
    margin: 0;
    padding: 36px 24px;
    background: #F7F7F7;
    box-shadow: 0 2px 7px rgba(0, 0, 0, .2);
    border-radius: 8px;
    position: relative;
}

.list__site > li {
    border-bottom: 1px solid #E5E5EA;
    font-size: 16px;
    line-height: 19px;
    color: #000;
    position: relative;
    padding: 15px 0 15px 230px;
}

.single-rooms .list__site > li {
    padding-left: 275px;
}

.list__site .label {
    font-weight: bold;
    color: #AEAEB2;
    position: absolute;
    left: 0;
    display: inline-block;
}

.list__site .last {
    border-bottom: 0;
    padding-bottom: 3px;
}

.icon-check {
    display: inline-block;
    width: 14px;
    height: 12px;
    margin-right: 5px;
}

.list__site .btn-white {
    margin: 0 6px 12px 6px;
}

.license-curacao {
    position: absolute;
    left: 30px;
    top: calc(50% - 60px);
}

#license >li {
    padding-left: 0;
    margin-left: 230px;
}

#license .label {
    position: static;
    min-width: 140px;
}

.section {
    padding: 36px 24px;
    background: #F7F7F7;
    box-shadow: 0 2px 7px rgba(0, 0, 0, .2);
    border-radius: 8px;
    overflow-x: hidden;

    font-size: 16px;
    line-height: 24px;
}

.casino_h3.left {
    float: left;
}

.section .casino_h3 small {
    color: #AEAEB2;
    font-weight: bold;
}

.list__payments {
    overflow: hidden;
    clear: both;
}

.section .onoffswitch {
    float: right;
    margin: -6px 0 6px;
}

.list__payments-img,
.list__payments svg {
    width: 96px;
    height: 62px;
    background: #FFF;
    border-radius: 4px;
    padding: 10px;
    margin: 4px;
    display: block;
    float: left;
    object-fit: contain;
}

.sub-heading {
    color: #AEAEB2;
    font-weight: bold;
    margin-bottom: 12px;
}

.onoffswitch-checkbox {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.onoffswitch-label {
    display: block;
    cursor: pointer;
    background: #E7E7E8;
    border-radius: 12px;
    position: relative;
    width: 300px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    float: right;
    margin: -6px 0 6px;
}

.onoffswitch-inner {
    display: block;
    width: 100%;
    transition: margin .3s ease-in;
}

.onoffswitch-inner:before,
.onoffswitch-inner:after {
    display: block;
    float: left;
    width: 50%;
    height: 30px;
    padding: 0;
    line-height: 30px;
    font-size: 14px;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
    text-align: center;

}

.onoffswitch-inner:before {
    content: attr(data-before);
    padding: 0 10px;

}

.onoffswitch-inner:after {
    content: attr(data-after);
    padding: 0 10px;
    font-weight: bold;
}

.onoffswitch-switch {
    display: block;
    width: 50%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    transition: all .3s ease-in;
    background: #FFF;
    border: .5px solid #E7E7E8;
    border-radius: 10px;
    z-index: 0;
    box-shadow: 0 3px 8px rgba(0, 0, 0, .12), 0 3px 1px rgba(0, 0, 0, .04);
}

.onoffswitch-checkbox:checked+.onoffswitch-label .onoffswitch-inner:before {
    font-weight: bold;
}

.onoffswitch-checkbox:checked+.onoffswitch-label .onoffswitch-inner:after {
    font-weight: normal;
}

.onoffswitch-checkbox:checked+.onoffswitch-label .onoffswitch-switch {
    right: 50%;
}


.list__payments.in,
.onoffswitch-checkbox:checked~.list__payments.out {
    height: 0;
    overflow: hidden;
    transition: all .3s ease-in;
}

.list__payments.out,
.onoffswitch-checkbox:checked~.list__payments.in {
    height: auto;
}

#more_in,
#more_out {
    display: none;
}

.show__more {
    display: table;
    clear: both;
    text-align: center;
    padding-top: 15px;
    margin: 15px auto 0;
    font-size: 16px;
    line-height: 19px;
    color: #007AFF;
    border-bottom: 1px dashed #007AFF;
    cursor: pointer;
}

.show__more:hover {
    border-bottom-color: transparent;
}

#more_in:checked~.hidden,
#more_out:checked~.hidden {
    display: block !important;
}

#more_in:checked~.show__more,
#more_out:checked~.show__more {
    display: none;
}

.li-white {
    margin: -6px;
    list-style: none;
    padding: 0;
    overflow: hidden;
    clear: both;
}

.li-white li {
    background: #FFF;
    border-radius: 4px;
    padding: 12px 14px;
    font-size: 14px;
    line-height: 16px;
    margin: 6px;
    float: left;
    text-align: center;
}

.li-white .label {
    display: block;
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    color: #AEAEB2;
    margin-bottom: 1px;

}

.casino_h3.top-line {
    border-top: 1px solid #E5E5EA;
    padding-top: 36px;
    margin-top: 36px;
    clear: both;
    float: left;
    width: 100%;
}

.li-white.long li {
    min-width: 140px;
}

.items {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    clear: both;
}

.items .item {
    width: 50%;
}

.items.c4 {
    margin: -6px;
}

.items.c4 .item {
    width: calc(25% - 12px);
    margin: 6px;
}


.speed {
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
    margin: -5px;
}

.speed .item {
    position: relative;
    padding: 15px 15px 15px 120px;
    min-height: 62px;
    margin: 5px;
    width: calc(50% - 10px);
}

.items.speed .payment-img {
    border: 1px solid #ecf1f7;
    box-sizing: border-box;
    object-fit: contain;
    width: 94px;
    height: 62px;
    background: #FFF;
    border-radius: 4px;
    padding: 10px;
    position: absolute;
    left: 0;
    top: 0;
}

.speed span {
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
    color: #AEAEB2;
    display: block;
}


.games .btn {
    margin: 0 6px 12px 6px;
}

.btn-white small {
    color: #AEAEB2;
}

.brand__logo {
    background: #FFF;
    border-radius: 4px;
    padding: 10px;
    margin: 4px;
    display: block;
    float: left;
    width: 96px;
    height: 62px;
    object-fit: contain;
}

div.brand__logo{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    line-height: 15px;
    text-align: center;
    font-weight: bold;
}

.item__game {
    background: #F7F7F7;
    border-radius: 8px;
    font-weight: bold;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    color: #000;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 014);
    text-decoration: none;
    overflow: hidden;
    padding-bottom: 20px;
    min-height: 180px;
}

.item__game img {
    margin-bottom: 20px;
}

table {
    width: 100%;
    border-spacing: 0;
    max-width: 100%;
    margin-bottom: 1em;
    border: 1px solid #e0e0e0;
    font-size: 16px;
}

table thead th {
    background-color: #38853c;
    font-weight: bold;
    color: #fff;
}

table td,
table th {
    padding: 10px 15px;
    border-left: 1px solid #ddd;
}

table td:nth-child(1),
table th:nth-child(1) {
    border-left: 0;
}

table tr:nth-child(2n) td {
    background-color: #fff;
}

.register {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
}

.register li {
    margin-right: 48px;
}

.register img {
    width: 48px;
    height: 48px;
    border-radius: 24px;
    padding: 10px;
}
/*
.register img:hover {
    opacity: .7;
}*/

.register .rfb img {
    background: #3A5CA9;
    fill: #fff;
}

.register .rgoogle img {
    background: #E8E8E8;
}

.register .rvk img {
    background: #416B9E;
    fill: #fff;
}

.register .rmailru img {
    background: #0456DA;
}

.register .rya img {
    background: #DF0404;
}

.register .rmail img {
    background: #d8d8d8;
}

.row {
    display: flex;
    flex-direction: row;
}

.row>div {
    flex: 1;
}

.icon-yes {
    background: url('data:image/svg+xml,%3Csvg%20id%3D%22yes%22%20viewBox%3D%220%200%2016%2015%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%09%09%09%3Cpath%20d%3D%22M14.2436%207.20524C14.3091%208.70479%2013.873%2010.1834%2013.0041%2011.4073C12.1352%2012.6313%2010.8832%2013.5307%209.44598%2013.9634C8.00873%2014.3961%206.46825%2014.3375%205.06807%2013.7967C3.6679%2013.2559%202.48791%2012.2639%201.71465%2010.9774C0.941396%209.69092%200.618985%208.18342%200.79839%206.6932C0.977795%205.20299%201.64878%203.81508%202.70527%202.74889C3.76176%201.6827%205.14348%200.999058%206.632%200.806042C8.12051%200.613027%209.6309%200.921649%2010.9244%201.68312%22%20stroke%3D%22%233BC40B%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%2F%3E%0A%09%09%09%3Cpath%20d%3D%22M3.72214%206.96468L7.04499%2010.3529L15.0555%201.88232%22%20stroke%3D%22%233BC40B%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%0A%09%09%3C%2Fsvg%3E') 0 50% no-repeat;
    -webkit-background-size: 16px;
    background-size: 16px;
    padding-left: 25px;
}

.icon-no {
    background: url('data:image/svg+xml,%3Csvg%20%20viewBox%3D%220%200%2014%2014%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%09%09%09%3Cpath%20d%3D%22M13%2013L1%201%22%20stroke%3D%22%23FF0000%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%0A%09%09%09%3Cpath%20d%3D%22M13%201L1%2013%22%20stroke%3D%22%23FF0000%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%0A%09%09%3C%2Fsvg%3E') 0 50% no-repeat;
    -webkit-background-size: 13px;
    background-size: 13px;
    padding-left: 20px;
}

.verification ul,
.mobile-app ul {
    padding: 0 0 0 20px;
}


img.skype,
img.chat,
img.mail,
img.phone {
    width: 24px;
    height: 24px;
}

img.mail {
    background: #D8D8D8;
    border-radius: 50%;
    padding: 5px;
}

img.phone {
    background: #3BC40B;
    border-radius: 50%;
    padding: 5px;
}


.list__advantages,
.list__disadvantages {
    list-style: none;
    margin: 0;
    padding: 0 5px;
    line-height: 24px;
}

.list__advantages li,
.list__disadvantages li {
    padding-left: 20px;
}

.list__advantages li {
    background: url("data:image/svg+xml,%3Csvg%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M7%200C3.14024%200%200%203.14024%200%207C0%2010.8598%203.14024%2014%207%2014C10.8598%2014%2014%2010.8598%2014%207C14%203.14024%2010.8598%200%207%200ZM10.2308%207.33846C10.2308%207.44892%2010.1412%207.53846%2010.0308%207.53846H7.73846C7.62801%207.53846%207.53846%207.62801%207.53846%207.73846V10.0308C7.53846%2010.1412%207.44892%2010.2308%207.33846%2010.2308H6.66154C6.55108%2010.2308%206.46154%2010.1412%206.46154%2010.0308V7.73846C6.46154%207.62801%206.372%207.53846%206.26154%207.53846H3.96923C3.85877%207.53846%203.76923%207.44892%203.76923%207.33846V6.66154C3.76923%206.55108%203.85877%206.46154%203.96923%206.46154H6.26154C6.372%206.46154%206.46154%206.372%206.46154%206.26154V3.96923C6.46154%203.85877%206.55108%203.76923%206.66154%203.76923H7.33846C7.44892%203.76923%207.53846%203.85877%207.53846%203.96923V6.26154C7.53846%206.372%207.62801%206.46154%207.73846%206.46154H10.0308C10.1412%206.46154%2010.2308%206.55108%2010.2308%206.66154V7.33846Z%22%20fill%3D%22%233BC30B%22%2F%3E%0A%3C%2Fsvg%3E%0A") 0 6px no-repeat;
}

.list__disadvantages li {
    background: url("data:image/svg+xml,%3Csvg%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M7%200C3.14024%200%200%203.14024%200%207C0%2010.8598%203.14024%2014%207%2014C10.8598%2014%2014%2010.8598%2014%207C14%203.14024%2010.8598%200%207%200ZM10.2308%207.33846C10.2308%207.44892%2010.1412%207.53846%2010.0308%207.53846H3.96923C3.85877%207.53846%203.76923%207.44892%203.76923%207.33846V6.66154C3.76923%206.55108%203.85877%206.46154%203.96923%206.46154H10.0308C10.1412%206.46154%2010.2308%206.55108%2010.2308%206.66154V7.33846Z%22%20fill%3D%22%23FF0000%22%2F%3E%0A%3C%2Fsvg%3E%0A") 0 6px no-repeat;
}

.has-rate {
    padding-bottom: 180px;
    position: relative;
}

.radial-progress {
    position: absolute;
    width: 120px;
    height: 120px;
    bottom: 30px;
    left: 50%;
    margin-left: -60px;
    border-radius: 50%;
    overflow: hidden;
}

.radial-progress .circle .mask,
.radial-progress .circle .fill,
.radial-progress .circle .shadow {
    width: 120px;
    height: 120px;
    position: absolute;
    border-radius: 50%;
}

.radial-progress .circle .mask,
.radial-progress .circle .fill {
    transition: transform 1s;
}

.radial-progress .circle .mask.reanimate,
.radial-progress .circle .fill.reanimate {
    transition: transform 0s;
}

.radial-progress .circle .mask.reset,
.radial-progress .circle .fill.reset {
    transform: rotate(0deg);
}

.radial-progress .circle .mask {
    clip: rect(0px, 120px, 120px, 60px);
}

.radial-progress .circle .mask .fill {
    clip: rect(0px, 60px, 120px, 0px);
    background-color: #FF2D55;
}

.radial-progress .inset {
    width: 112px;
    height: 112px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -56px 0 0 -56px;
    background-color: #F7F7F7;
    border-radius: 50%;
    text-align: center;
    line-height: 108px;
    color: #000;
    font-weight: bold;
    border: 4px solid #e6e6e6;
    font-size: 52px;

}

.radial-progress.green .circle .mask .fill{
    background-color: #62da67;
}

.radial-progress.orange .circle .mask .fill{
    background-color: #FF7A00;
}


.faq__block {
    background: #FFF;
    box-shadow: 0 2px 7px rgba(0, 0, 0, .2);
    border-radius: 8px;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
}

.faq__block+.faq__block {
    margin-top: 15px;
}

.faq__question:before {
    content: '';
    position: absolute;
    top: calc(50% - 8px);
    right: 13px;
    width: 10px;
    height: 10px;
    border-bottom: 2px solid #FF7A00;
    border-left: 2px solid #FF7A00;
    transition: all ease .3s;
    transform: rotateZ(-45deg);
}

.fag-checkbox:checked~.faq__question:before {
    transform: rotate(135deg);

}

.faq__question {
    padding: 20px 24px;
    cursor: pointer;
    position: relative;
    display: block;
}

.faq__answer {
    display: none;
    padding: 20px 24px;
    background-color: #F7F7F7;
    color: #777;
    border-radius: 0 0 8px 8px;
}

.faq__answer a {
    text-decoration: underline;
}

.faq__answer a:hover {
    text-decoration: none;
}

.faq__answer p {
    margin: 0;
}

.fag-checkbox {
    position: absolute;
    left: -100vw;
}

.fag-checkbox:checked~.faq__answer {
    display: block;
}

#more_country_in,
#more_country_out {
    display: none;
}

#more_country_in:checked~.country-item,
#more_country_out:checked~.country-item {
    display: inline;
}

#more_country_in~.more-country .m,
#more_country_out~.more-country .m,
#more_country_in:checked~.more-country .p,
#more_country_out:checked~.more-country .p {
    display: none;
}

#more_country_in:checked~.more-country .m,
#more_country_out:checked~.more-country .m {
    display: inline;
}

@media screen and (max-width: 768px) {
    .list__site:not(.list-tourney)>li {
        padding-left: 0;
    }

    .list__site:not(.list-tourney) .label {
        position: static;
        display: block;
        width: 100%;
        margin-bottom: 5px;
    }

    .license-curacao {
        width: 50px;
    }

    #license >li {
        margin-left: 90px;
    }

    .onoffswitch-label {
        float: left;
        margin-bottom: 26px;
    }

    .speed .item {
        width: 100%;
    }

    .casino_h3.top-line {
        padding-top: 20px;
        margin-top: 20px;
    }

    .items.c4 {
        flex-wrap: nowrap;
        overflow-x: auto;
        padding-bottom: 10px;
    }

    .items.c4::-webkit-scrollbar {
        display: none;
    }

    .items.c4 .item {
        min-width: 150px;
        min-height: 170px;
    }

    .livegames .btn {
        margin: 0 6px 6px 0;
    }

    .list-tourney {
        text-align: right;
    }

    .register {
        flex-wrap: wrap;
    }

    .register li {
        width: 33.333%;
        margin: 6px 0;
        text-align: center;
    }

    .row {
        flex-direction: column;
    }

    .li-white.long li {
        width: calc(50% - 12px);
    }

    .inline {
        flex-direction: column;
        text-align: center;
    }

    .inline li+li {
        margin-top: 12px;
    }

    .mobile__title {
        background: #FFF;
        box-shadow: 0 2px 7px rgba(0, 0, 0, .2);
        border-radius: 8px;
        padding: 12px 18px !important;
        position: relative;
        margin-bottom: 0;
        margin-top: 15px;
        font-size: 20px;
        line-height: 23px;
    }

    .mobile__title:before {
        content: '';
        position: absolute;
        top: calc(50% - 8px);
        right: 13px;
        width: 10px;
        height: 10px;
        border-bottom: 2px solid #FF7A00;
        border-left: 2px solid #FF7A00;
        transition: all ease .3s;
        transform: rotateZ(-45deg);
    }

    .mobile__title.open {
        border-radius: 8px 8px 0 0;
        box-shadow: 0 -3px 7px rgba(0, 0, 0, .2);
    }

    .mobile__title.open+.hidden-mobile {}

    .hidden-mobile {
        display: none;
        padding: 18px 16px;
        border-radius: 0 0 8px 8px;
    }

    .has-rate {
        padding-bottom: 165px
    }
}

.btn-more--brands{
    clear: both;
    float: left;
    overflow: hidden;
    position: relative;
    left: 50%;
    margin: 30px 0  0 -70px !important;
    width: 140px;
}

#slots .section__brands .brand__logo  {
    display: none;
}

#slots .section__brands .brand__logo:nth-child(1),
#slots .section__brands .brand__logo:nth-child(2),
#slots .section__brands .brand__logo:nth-child(3),
#slots .section__brands .brand__logo:nth-child(4),
#slots .section__brands .brand__logo:nth-child(5),
#slots .section__brands .brand__logo:nth-child(6),
#slots .section__brands .brand__logo:nth-child(7),
#slots .section__brands .brand__logo:nth-child(8),
#slots .section__brands .brand__logo:nth-child(9),
#slots .section__brands .brand__logo:nth-child(10),
#slots .section__brands .brand__logo:nth-child(11),
#slots .section__brands .brand__logo:nth-child(12),
#slots .section__brands .brand__logo:nth-child(13),
#slots .section__brands .brand__logo:nth-child(14){
    display: flex!important;
}

[name="more_brands_in"]{
    display: none !important;
}
[name="more_brands_in"]:checked ~ .section__brands .brand__logo {
    display: block !important;
}