

/* Start:/local/templates/proxima_v2/components/bitrix/catalog.element/main/style.css?177635230819267*/
.product-section{
    overflow: hidden;
}
.product-wrap{
    display: flex;
}
.product-gallery{
    display: flex;
}
.product-gallery-thumb{
    width: 90px;
    flex: 0 0 90px;
}
.product-gallery-thumb-img{
    padding: 40px 0;
    position: relative;
}
.product-gallery-thumb-video
{
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}
.product-video-thumb
{
    cursor: pointer;
    position: relative;
    overflow: hidden;
    border-radius: 12px;
}
.product-video-thumb img
{
    width: 100%;
    display: block;
    object-fit: cover;
    object-position: center center;
    border: 4px solid transparent;
    border-radius: 12px;
}
.product-gallery-thumb-img .product-gallery-thumb-item
{
    cursor: pointer;
}
.product-gallery-thumb-img .swiper{
    height: 230px;
}
.product-gallery-thumb-item img{
    border: 4px solid transparent;
    width:100%;
    height: 100%;
    object-fit: contain;
    object-position: center center;
    border-radius: 12px;
}
.product-gallery-thumb-item.video
{
    position: relative;
}
.product-gallery-thumb-item.video svg
{
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
}
.product-gallery-thumb-item.swiper-slide-thumb-active img{
    border-color: #EDC23C;
}
.product-gallery-img{
    width: 100%;
    max-width: 650px;
    margin-left: 5px;
    margin-right: 10px;
}
.product-gallery-img .banner-pagination{
    display: none;
    position: relative;
    inset: auto!important;
}
.product-gallery-img .product-photo-link {
    display: block;
    position: relative;
    cursor: zoom-in;
}
.product-gallery-img .product-photo-link img {
    width: 100%;
    display: block;
}
.product-photo-zoom-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    background: rgba(0, 0, 0, 0.45);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.2s ease;
    pointer-events: none;
}
.product-gallery-img .product-photo-link:hover .product-photo-zoom-icon {
    opacity: 1;
}
.product-gallery-img .product-video-item img
{
    width: 100%;
}
.product-gallery-thumb-img .product-video-play
{
    width: 30px;
}
.product-gallery-thumb-prev,
.product-gallery-thumb-next{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    cursor: pointer;
    outline: none;
}

.product-gallery-thumb-prev{
    top: 0;
}
.product-gallery-thumb-next{
    bottom: 0;
}
.product-info{
    max-width: 440px;
    width: 100%;
    margin-right: 21px;
}
.product-article{
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    color: #777777;
    margin-bottom: 4px;
}
.product-name{
    font-family: 'Inter Tight', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 45px;
    line-height: 110%;
    margin-bottom: 30px;
}
.product-property-item{
    display: flex;
    justify-content: space-between;
    align-items: end;
}
.product-property-item:not(:last-child){
    margin-bottom: 19px;
}
.product-property-name{
    font-weight: 500;
    font-size: 16px;
    line-height: 70%;
    color: #777777;
    white-space: nowrap;
    padding-right: 5px;
}
.product-property-value{
    font-weight: 500;
    font-size: 16px;
    line-height: 70%;
    color: #1f1f1f;
    white-space: nowrap;
    padding-left: 5px;
}
.product-property-separator{
    width: 100%;
    border-bottom: 2px dotted #1f1f1f;
}
.product-link-all-props-block{
    margin-top: 28px;
}
.product-link-all-props{
    font-weight: 500;
    font-size: 13px;
    line-height: 130%;
    color: #1F1F1F;
}
.product-price-block{
    margin-top: 36px;
}
.product-price{
    font-family: 'Inter Tight', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 100%;
    margin-right: 10px;
}
.product-price-block{
    display: flex;
    justify-content: space-between;
}
.product-delivery-text{
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 16px;
    line-height: 130%;
    color: #1F1F1F;
    margin-bottom: 3px;
}
.product-delivery-text svg{
    margin-right: 8px;
}
.product-delivery-date{
    text-align: right;
    font-weight: 700;
    font-size: 16px;
    line-height: 130%;
    color: #1F1F1F;
}
.product-btn-block{
    margin-top: 26px;
    display: flex;
    justify-content: space-between;
    gap: 10px;
}
.product-add-basket-btn{
    border: none;
    outline: none;
    width: 220px;
    display: flex;
    background: #1F1F1F;
    font-weight: 500;
    font-size: 16px;
    line-height: 21px;
    color: #FFFFFF;
    border-radius: 14px;
    padding: 10px 20px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background-color .3s ease;
    height: 43px;
}
.product-add-basket-btn:hover{
    background-color: #333333;
    transition: background-color .3s ease;
}
.product-add-basket-btn svg{
    margin-right: 8px;
}
.product-one-click-btn{
    border: none;
    outline: none;
    width: 220px;
    display: flex;
    background: #EDC23C;
    font-weight: 500;
    font-size: 16px;
    line-height: 21px;
    color: #1f1f1f;
    border-radius: 14px;
    padding: 10px 20px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    height: 43px;
    transition: background-color .3s ease;
}
.product-one-click-btn:hover{
    background-color: #f5cd50;
    transition: background-color .3s ease;
}

.product-coming-soon-btn{
    border: none;
    outline: none;
    width: 100%;
    display: flex;
    background: #e8e8e8;
    font-weight: 500;
    font-size: 16px;
    line-height: 21px;
    color: #888888;
    border-radius: 14px;
    padding: 10px 20px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    height: 43px;
    transition: background-color .3s ease;
}
.product-coming-soon-btn:hover{
    background-color: #d8d8d8;
    transition: background-color .3s ease;
}
.product-one-click-btn svg{
    margin-right: 8px;
}
.product-info-add{
    margin-top: 40px;
    display: flex;
    gap: 25px;
    margin-bottom: 20px;
}
.product-available,
.product-add-text{
    font-weight: 600;
    font-size: 14px;
    line-height: 100%;
}
.product-available{
    position: relative;
    color: #21A038;
    padding-left: 12px;
}
.product-available:before{
    content: '';
    display: block;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: #21A038;
}
.product-add-text{
    display: flex;
    align-items: center;
    color: #777777;
}
.product-add-text svg{
    margin-right: 8px;
}
.product-addition{
    width: 100%;
}
.addition-item:not(:last-child){
    margin-bottom: 15px;
}
.addition-item-wrap{
    width: 100%;
    background-color: #EDF0F6;
    border-radius: 18px;
    padding: 26px;
}
.addition-item-title{
    display: flex;
    align-items: center;
    font-family: 'Inter Tight', sans-serif;
    font-style: normal;
    font-weight: 800;
    font-size: 20px;
    line-height: 110%;
    color: #333333;
    margin-bottom: 18px;

}
.addition-item-ico{
    margin-right: 8px;
}
.addition-item-list{
    list-style: none;
    padding: 0 0 0 26px;
    margin: 0 0 18px;
    font-size: 16px;
}
.addition-item-list li{
    position: relative;
    padding-left: 23px;
}
.addition-item-list li:not(:last-child){
    margin-bottom: 14px;
}
.addition-item-list li:before{
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    width: 15px;
    height: 11px;
    background-image: url('/local/templates/proxima_v2/components/bitrix/catalog.element/main/svg/addition-list-ico.svg');
}
.addition-item-link{
    position: relative;
    font-weight: 500;
    font-size: 12px;
    line-height: 100%;
    color: #1F1F1F;
    text-decoration: none;
    padding-right: 20px;
}
.addition-item-link:after{
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    width: 14px;
    height: 14px;
    background-image: url('/local/templates/proxima_v2/components/bitrix/catalog.element/main/svg/addition-link-black.svg');
}
.addition-item-list-link{
    list-style: none;
    margin: 0;
    padding: 0;
}
.addition-item-list-link li:not(:last-child){
    margin-bottom: 12px;
}
.addition-item-list-link a{
    position: relative;
    font-weight: 500;
    font-size: 13px;
    line-height: 100%;
    color: #777777;
    padding-right: 28px;
    text-decoration: none;
}
.addition-item-list-link a:after{
    content: '';
    position: absolute;
    right: 0;
    bottom: 2px;
    display: block;
    width: 14px;
    height: 14px;
    background-image: url('/local/templates/proxima_v2/components/bitrix/catalog.element/main/svg/addition-link-gray.svg');
}
.product-advantages{
    margin-top: 30px;
    margin-bottom: 40px;
}
.product-advantages-title{
    font-family: 'Inter Tight', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 45px;
    line-height: 100%;
    margin-bottom: 28px;
}
.product-advantages-slider{
    position: relative;
}
.product-advantages .swiper{
    /*overflow: visible;*/
}
.product-advantages .swiper-slide{
    max-width: 450px;
}
.product-advantage-item-img-block{
    border-radius: 50px;
    margin-bottom: 10px;
    background-color: #E2E6ED;
    overflow: hidden;
}
.product-advantage-item-img{
    mix-blend-mode: darken;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}
.product-advantage-item-name{
    font-weight: 400;
    font-size: 18px;
    line-height: 110%;
    color: #333333;
}
.product-advantages .banner-pagination{
    margin-top: 10px;
    position: relative;
    left: 0!important;
    bottom: 0!important;
    right: 0!important;
}

.swiper-wrapper
{
    align-items: center;
}
.product-tab{
    position: relative;
    background-color: #EDF0F6;
    border-radius: 30px;
    margin-bottom: 60px;
}
.anchor_flag
{
    position: absolute;
    top: -190px;
}
.buyers-choice-product-slider
{
    margin-bottom: 0!important;
}
.product-tab-top{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 6px 8px;
    column-gap: 10px;
}
.product-instruction.mobile
{
    display: none;
}
.product-tab-head{
    display: flex;

    justify-content: stretch;
    flex: 1;
    max-width: 70%;
    gap: 6px;
    margin-right: 10px;
}
.product-whatsapp-link{
    display: flex;
    align-items: center;
    font-family: 'Inter Tight', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 100%;
    color: #12C130;
    text-decoration: none;
    margin-right: 30px;
    display: none;
}
.product-whatsapp-link svg{
    margin-right: 10px;
}
.product-tab-head-item{
    flex: 1;
}
.product-tab-head-item a{
    color: #333;
    text-decoration: none;
    font-family: 'Inter Tight', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 100%;
    text-align: center;
    background-color: #E2E6ED;
    border-radius: 30px;
    display: block;
    padding: 25px 24px;
}
.product-tab-head-item
{
    max-width: 420px;
}
.product-tab-head-item.active a{
    background-color: #EDC23C;
}
.product-tab-body-item{
    display: none;
    line-height: 130%;
}
.product-tab-body-item,
.product-tab-body-item *
{
    font-family: "Montserrat", sans-serif !important;
}
.product-tab-body-item.active{
    display: block;
}
.product-tab-body{
    padding: 35px 26px 52px;
}

.product-instruction-link{
    display: flex;
    align-items: center;
    text-decoration: none;
    width: 100%;
    max-width: 200px;
}
.product-instruction-link-ico{
    margin-right: 5px;
    width: 60px;
}
.product-instruction-link-body{
    display: flex;
    flex-direction: column;
}
.product-instruction-link-text{
    font-weight: 400;
    font-size: 19px;
    line-height: 100%;
    color: #333333;
}
.product-instruction-link-filename{
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    color: #1F1F1F;
}
.product-property-full-item{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    font-size: 19px;
    font-weight: 400;
}
.product-property-full-item .product-property-full-value
{
    font-weight: 500;
}
.product-property-full-item:not(:last-child){
    margin-bottom: 26px;
}
.product-property-full-sep{
    margin: 0 10px;
    flex: 1;
    border-bottom: 1px dotted #000;
    min-width: 15px;
    margin-top: 0.75em;
}
.product-video{
    margin-bottom: 50px;
}
.product-video .swiper-slide{
    width: auto;
}
.product-video .swiper-slide img{
    border-radius: 35px;
    height: 455px;
}
.product-video-wrap{
    position: relative;
}
.product-video-wrap .swiper-wrapper
{
    margin-bottom: 30px;
}
.product-video-item{
    position: relative;
}
.product-video-play{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 55px;
    height: 52px;
}
.product-video-thumb .product-video-play{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 26px;
    height: 24px;
}
.product-name-mobile{
    display: none;
}
.product-property-full-list {
    display: flex;
    flex-wrap: wrap;
    column-gap: 70px;
    row-gap: 70px;
    justify-content: space-between;
}

.product-property-full-item-list-column {
    display: flex;
    flex-direction: column;
    row-gap: 70px;
    width: calc(50% - 35px);
    flex-shrink: 0;
}

/* Для категорий без колонок (else-ветка) — свойства остаются полной ширины */
.product-property-full-list > .product-property-full-item {
    width: 100%;
}
.product-property-full-title {
    font-size: 23px;
    font-weight: 700;
    margin-bottom: 26px;
}
#desc,
#desc * {
    font-family: "Montserrat", sans-serif !important;
    font-size: 24px !important;
    color: #222;
    line-height: 1.6 !important;
}
@media (max-width: 1200px) {
    #desc,
    #desc * {
        font-size: 18px !important;
    }
}
@media (max-width: 1500px) {
    .product-gallery-img{
        max-width: 450px;
    }
}
@media (max-width: 1380px) {
    .product-wrap{
        flex-wrap: wrap;
        gap: 15px;
    }
    .product-info{
        margin-right: 0;
        max-width: 100%;
        flex: 1;
    }
    .product-addition{
        margin-top: 15px;
        width: 100%;
        display: flex;
        gap: 15px;
        justify-content: stretch;
    }
    .addition-item{
        flex: 1;
    }
    .addition-item:not(:last-child) {
        margin-bottom: 0;
    }
    .addition-item-wrap{
        height: 100%;
    }

}
@media (max-width: 1090px) {
    .product-gallery-img {
        max-width: 350px;
    }
    .product-name{
        font-size: 30px;
        margin-bottom: 15px;
    }
    .product-advantages-title{
        font-size: 30px;
    }
    .product-advantages .swiper-slide {
        max-width: 350px;
    }
}
@media (max-width: 990px) {
    .product-name-mobile{
        display: block;
    }
    .product-info .product-article,
    .product-info .product-name{
        display: none;
    }
    .product-gallery{
        width: 100%;
    }
    .product-gallery-slider{
        flex: 1;
        max-width: 100%;
    }
    .product-gallery-img {
        max-width: 450px;
        margin: 0 auto;
    }
}
@media (max-width: 880px) {
    .product-tab-head-item a{
        font-size: 20px;
        border-radius: 12px;
    }
    .product-whatsapp-link{
        margin-right: 0;
        font-size: 16px;
    }
    .product-tab{
        border-radius: 20px;
    }
    .product-property-full-item{
        font-size: 16px;
    }
    .product-property-full-item:not(:last-child) {
        margin-bottom: 15px;
    }
    .product-property-full-item-list-column {
        width: 100%;
    }
    .product-property-full-list {
        row-gap: 40px;
    }
    .product-instruction-link-filename,
    .product-instruction-link-text{
        font-size: 14px;
    }
    #desc,
    #desc * {
        font-size: 14px !important;
    }
}
@media (max-width: 780px) {
    .product-addition{
        flex-direction: column;
    }
}
@media(max-width: 768px)
{
    .product-whatsapp-link{
        display: none;
    }
}
@media (max-width: 570px) {
    .product-instruction:not(.mobile)
    {
        display: none;
    }
    .product-instruction.mobile
    {
        display: block;
        margin-bottom: 10px;
    }
    .product-gallery-thumb{
        display: none;
    }
    .product-gallery-img .banner-pagination{
        display: block;
    }
    .product-gallery-img{
        max-width: 100%;
    }
    .product-price{
        font-size: 30px;
    }
    .product-info-add{
        gap: 10px;
    }
    .addition-item-title{
        font-size: 16px;
    }
    .product-advantage-item-name{
        font-size: 16px;
    }
    .product-advantage-item-img-block{
        border-radius: 20px;
    }

    .product-tab-head{
        margin-right: 0;
        max-width: 100%;
    }
    .product-property-full-item{
        flex-direction: column;
        align-items: start;
    }
    .product-property-full-sep{
        order: 3;
        width: 100%;
        border-width: 2px;
        margin: 3px 0 0;
    }
    .product-property-full-name{
        font-weight: 400;
    }
    .product-tab{
        margin-right: -10px;
        margin-left: -10px;
    }
}
@media (max-width: 440px) {
    .product-one-click-btn,
    .product-add-basket-btn{
        padding: 10px;
        border-radius: 8px;
        font-size: 12px;
    }
    .product-btn-block{
        gap: 12px;
    }
    .product-one-click-btn svg{
        width: 12px;
        height: auto;
    }
    .product-add-basket-btn svg{
        width: 18px;
        height: auto;
    }
    .product-available, .product-add-text{
        font-size: 10px;
    }
    .product-delivery-text,
    .product-delivery-date{
        font-size: 12px;
    }
    .product-property-value,
    .product-property-name{
        font-size: 12px;
    }
    .product-property-item:not(:last-child) {
        margin-bottom: 12px;
    }
    .addition-item-list li{
        font-size: 12px;
    }
    .addition-item-link{
        font-size: 12px;
    }
    .product-tab-head-item a{
        font-size: 14px;
    }
    .product-property-full-item {
        font-size: 14px;
    }
}
/* End */


/* Start:/local/templates/proxima_v2/components/bitrix/catalog.section/buyers-choice/style.css?17752357011140*/
.product-property-item{
    display: flex;
    justify-content: space-between;
    align-items: end;
}
.product-property-item:not(:last-child){
    margin-bottom: 19px;
}
.product-property-name{
    font-weight: 500;
    font-size: 16px;
    line-height: 70%;
    color: #777777;
    white-space: nowrap;
    padding-right: 5px;
}
.product-property-value{
    font-weight: 500;
    font-size: 16px;
    line-height: 70%;
    color: #1f1f1f;
    white-space: nowrap;
    padding-left: 5px;
}
.product-property-separator{
    width: 100%;
    border-bottom: 2px dotted #1f1f1f;
}
.product-link-all-props-block{
    margin-top: 28px;
}
.product-link-all-props{
    font-weight: 500;
    font-size: 13px;
    line-height: 130%;
    color: #1F1F1F;
}

.buyers-choice-slider-nav{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 24px;
}
.buyers-choice-product-slider-block .buyers-choice-slider-nav .banner-pagination{
    position: static;
    left: auto !important;
    bottom: auto !important;
    width: auto !important;
    display: flex;
    align-items: center;
}

/* End */
/* /local/templates/proxima_v2/components/bitrix/catalog.element/main/style.css?177635230819267 */
/* /local/templates/proxima_v2/components/bitrix/catalog.section/buyers-choice/style.css?17752357011140 */
