.popupSize.popupSizeNew{
    max-width: 1122px;
    max-height: calc(100vh - 150px);
    display: flex;
    flex-direction: column;
    overflow: hidden;
}
.popupSizeNew .popupSizeTop{
    border-bottom:none;
    flex-shrink: 0;
}
.popupSizeNew .popupSizeWrap{
    display: flex;
    justify-content: space-around;
    overflow-y: auto;
    overflow-x: hidden;
    flex: 1;
    min-height: 0;
}
.popupSizeNew .popupSizeWrap::-webkit-scrollbar {
    width: 6px;
}
.popupSizeNew .popupSizeWrap::-webkit-scrollbar-track {
    background: #f5f5f5;
}
.popupSizeNew .popupSizeWrap::-webkit-scrollbar-thumb {
    background: #808080;
    border-radius: 3px;
}
.popupSizeNew .popupSizeWrap::-webkit-scrollbar-thumb:hover {
    background: #555555;
}
.popupSizeNew .popupSizeBody .popupSize__basketText{
    margin-bottom: 30px;
    font-size: 20px;
    font-weight: 400;
    display: block;
}
.popupSizeNew .popupSizeBodyList li span{
    font-size: 16px;
    text-transform: none;
}
.popupSizeNew .popupSizeBodyList li span.popupSizeBodyList__sm{
    text-align: left;
}
.popupSizeNew .popupSizeBodyList li:first-child{
    margin-top: 20px;
    border-top: solid 1px #141414;
    border-bottom: solid 1px #141414;
}
.popupSizeNew .popupSizeBodyList li:last-child{
    padding-bottom: 10px;
    border-bottom: solid 1px #141414;
}
.popupSizeNew .popupSizeBodySubWrap{
    width: 420px;
}
.popupSizeNew .popupSizeBodySubWrap ol li{
    font: normal 400 16px 'Manrope', sans-serif;
    margin-bottom: 20px;
    line-height: 150%;
}
.popupSizeNew .popupSizeBodyDesc{
    max-width: 380px;
    margin-top: 30px;
}
.popupSizeNew .popupSizeBodyDesc p,
.popupSizeNew .popupSizeBodyDesc a{
    margin-top: 10px;
    font-size: 16px;
    font-weight: 400;
    color: #808080;
}

/* Стили для табов */
.popupSizeNew .popupSizeTabs{
    display: flex;
    margin-bottom: 30px;
    border-bottom: 1px solid #e5e5e5;
}
.popupSizeNew .popupSizeTab{
    position: relative;
    padding-bottom: 12px;
    font: normal 400 16px 'Manrope', sans-serif;
    color: #808080;
    cursor: pointer;
    transition: color 0.2s ease;
    background: none;
    border: none;
    width: 50%;
    text-align: center;
}
.popupSizeNew .popupSizeTab:hover{
    color: #141414;
}
.popupSizeNew .popupSizeTab.active{
    color: #141414;
}
.popupSizeNew .popupSizeTab.active::after{
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    height: 1px;
    background: #141414;
}
.popupSizeNew .popupSizeTabContent{
    display: none;
}
.popupSizeNew .popupSizeTabContent.active{
    display: block;
    padding-bottom: 20px;
}

.popupSizeMobile{
    display: none;
}
.popupSizeTitleSubWrap{
    text-align: center;
    color: #141414;
}
.popupSizeNew .popupSizeBodySubWrap .popupSizeBodyList{
    margin-bottom: 25px;
}
.popupSizeNew .popupSizeBodySubWrap .popupSizeBodyList li:first-child{
    margin-top: -30px;
    border-top:none;
}
.popupSizeNew .popupSizeBodySubWrap .popupSizeBodyList li span{
    padding: 11px 0;
}

.popupSizeNew .popupSizeBodySubWrap ol{
    margin-left: 20px;
}

@media (max-width: 850px) {
    .popupSizeMobile{
        display: block;
    }
    .popupSizeNew .popupSizeBodySubWrap {
        margin-top: 15px;
    }
    .popupSizeNew .popupSizeWrap{
        display: flex;
        padding: 0px 20px;
        flex-direction: column!important;
    }
    .popupSizeNew .popupSizeBodySubWrap{
        width: 100%;
    }
    .popupSizeNew .popupSizeBody{
        display: none;
    }
}
@media (max-width: 730px) {
    .popupSize.popupSizeNew {
        max-height:100%;
    }
}
@media (max-width: 600px) {
    .popupSizeTitleSubWrap,
    .popupSizeNew .popupSizeBodyList li span,
    .popupSizeNew .popupSizeBodyDesc p,
    .popupSizeNew .popupSizeBodyDesc a,
    .popupSizeNew .popupSizeTab,
    .sliderSize .sliderSizeText,
    .popupSizeNew .popupSizeBodySubWrap ol li{
        font-size: 14px;
    }
    .popupSizeNew .popupSizeBodySubWrap .popupSizeTab{
        text-align: left;
    }
}