

/* Start:/local/templates/dvsproxyseller/components/bitrix/catalog.section/mobile_kat/style.css?17060957155877*/
/* new style for shared mob proxy */
.box-wrapper {
    border-radius: 12px;
    background: #FFF;
    box-shadow: 0px 0px 30px 0px rgba(77, 74, 74, 0.08);
}

.box-wrapper__nav,
.box-wrapper__content {
    padding: 36px;
}

.flex-row {
    display: flex;
    /* flex-wrap: wrap; */
}

.flex-row>* {
    width: 100%;
    max-width: 100%;
}

.box-wrapper__content {
    flex: 1 0 0%;
}

.box-wrapper__nav {
    flex: 0 0 auto;
    width: 400px;
    background: #FBFBFB;
    display: flex;
    flex-direction: column;
}

.proxy__tabs-title {
    color: #374460;
    font-family: "Lato-Bold", Arial, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.proxy__tabs-title > i {
    display: none;
}
.proxy__tabs-items {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    max-height: 170px;
    overflow: auto;
    margin: 0;
    padding: 0;
}

.proxy__tabs-item {
    width: calc(100%/3 - 6px);
    border-radius: 6px;
    /* background: #2A2A2A; */
    color: #374460;
    padding: 12px;
    display: flex;
    align-items: center;
    font-size: 16px;
    line-height: 24px;
    cursor: pointer;
    overflow: hidden;
    min-width: 0;
    border: 1px solid transparent
}

.proxy__tabs-item:hover,
.proxy__tabs-item--active {
    border-radius: 8px;
    border: 1px solid #41C278;
    background: rgba(237, 248, 241, 0.50);
}

.proxy__tabs-item img {
    width: 22px;
    max-width: 22px;
    height: auto;
    margin-right: 8px;
    flex: none;
}

.section-box:not(:last-child) {
    margin-bottom: 36px;
}

.tariff-list {
    margin: 0;
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 8px;
}

.tariff-list__item:not(:last-child) {
    margin-bottom: 16px;
}

.tariff-list__item input {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.tariff-list__item label {
    display: block;
    border-radius: 12px;
    border: 1px solid #E6E6E6;
    padding: 16px;
    cursor: pointer;
    font-weight: 400;

}
.tariff-list__item p{
    font-size: 14px;
    color:#65718D;
}
.tariff-list__item header{
    margin-bottom: 12px;
}
.tariff-list__item header span{
    display: inline-block;
    width: 24px;
    height: 24px;
    border: 1px solid #E6E6E6;
    border-radius: 50%;
    margin-right: 12px;
    vertical-align: bottom;
    position: relative;
}
.tariff-list__item input:checked + label header{
    font-weight: 600;
}
.tariff-list__item input:checked + label header span{
    border-color: #41C278;
}
.tariff-list__item input:checked + label header span::before{
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    width: 10px;
    height: 10px;
    background-color: #41C278;
}
.tariff-list__item label:hover,
.tariff-list__item input:checked+label {
    border: 1px solid #41C278;
    background: rgba(237, 248, 241, 0.50);
}
.section-box .residential-proxies-rates__we-accept-title{
    font-size: 14px;
    color:#65718D;
} 
.section-box  .residential-proxies-rates__we-accept-item{
    max-width: 25px;
    filter: grayscale(1);
    margin-left: 0;
    margin-right: 0;
}
.section-box  .residential-proxies-rates__we-accept-items{
    flex: 1;
    justify-content: space-between;
}
.section__btn{
    margin-top: auto;
}
.proxy__tabs .select,
.section-box--show-md{
    display: none;
}
.proxy__countries::-webkit-scrollbar{
    width: 6px;
    border-radius: 100px;
}
.proxy__countries::-webkit-scrollbar-thumb {
    background-color: #DEDFE0;
    border-radius: 100px;
}

.proxy__countries::-webkit-scrollbar-thumb:hover {
    background-color: #DEDFE0;
    border-radius: 100px;
}

.proxy__countries::-webkit-scrollbar-track-piece {
    background-color: #F4F4F4;
    border-radius: 100px;
}
@media screen and (max-width: 1366px) {
    .proxy__tabs-item {
        width: calc(100% / 2 - 4px);
    }
}
@media screen and (max-width:1023px) {
    .flex-row{
        flex-direction: column;
    }
    .box-wrapper__nav{
        flex: 1;
        width: 100%;
    }
}
@media screen and (max-width: 767px) {
    .proxy__tabs-item {
        width: 100%;
    }
    .proxy__tabs-title{
        font-size: 18px;
        margin-bottom: 16px;
    }
    .box-wrapper__nav > .section-box:first-child{
        margin-bottom: 0;
    }
    .section-box[data-target] .proxy__tabs-title{
        margin-bottom: 0;
        margin-top: 16px;
    }
    .proxy__tabs-items,
    .md-hidden{
        display: none;
    }
    .proxy__operator-tarifs{
        grid-gap:0 !important;
    }
    .section-box[data-target] .proxy__tabs-title.active{
        margin-bottom: 16px;
        margin-top: 32px;
    }
    
    .box-wrapper__nav, .box-wrapper__content{
        padding-left: 0;
        padding-right: 0;
    }
    .box-wrapper__nav{
        padding-bottom: 0;
    }
    .box-wrapper__content,
    .buy-proxy,
    .select, .select .drop{
        background-color: #FBFBFB !important;
    }
    .box-wrapper{
        background: transparent;
        box-shadow: none;
    }
    .proxy__tabs .select,
    .section-box--show-md,
    .proxy__tabs-title > i,
    .proxy__tabs-title.active + .tarif__info{
        display: block;
    }
    .proxy__tabs-title.active > i{
        transform: rotate(180deg);
    }
    .proxy__tabs-title.active + .tarif__info {
        margin-bottom: 0;
    }
    .tariff-list{
        display: flex;
        flex-wrap: nowrap;
        overflow: auto;
    }
    .tariff-list li{
        width: 75%;
        flex: none;
    }
    .tariff-list li + li{
        margin-left: 12px;
    }
    .section-box:not(:last-child){
        margin-bottom: 32px;
    }
    .tariff-list,
    .tariff-list__item:not(:last-child){
        margin-bottom: 0;
    }
}
/* End */
/* /local/templates/dvsproxyseller/components/bitrix/catalog.section/mobile_kat/style.css?17060957155877 */
