.shop-container {
    background-color: rgb(255, 255, 255)!important;
}

@font-face {
    font-family: 'TT Interphases Pro';
    src: url('./fonts/TTInterphasesProTrial-Variable.ttf') format('truetype');
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}
/*Wrapper, section, mt */
.pulse-shrink {
    animation: pulse-shrink 1.5s ease-in-out infinite;
}
.telegram-button{
    animation:unset!important;
}
#buy-error{
    font-size: 1.042vw;
}
@keyframes pulse-shrink {
    0% {
        transform: scale(1);
        opacity: 1;
    }
    50% {
        transform: scale(0.97);
        opacity: 0.6;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

.mt12{
    margin-top: 0.625vw;
}

.mt44{
    margin-top: 2.292vw;
}

.mt46{
    margin-top: 2.396vw;
}

.bb1{
    border-bottom: 0.052vw solid #D2D2D2;
}

.fade-out {
    opacity: 0;
    transition: opacity 0.3s ease;
}

.fade-in {
    display: block;
    opacity: 1;
    transition: opacity 0.3s ease;
}
.hidden {
    display: none;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.new-product-info__main-full-description ul,
.new-product-info__main-full-description ol {
    margin-left: 1.887vw;
}

.new-product__wrapper {
    display: flex;
    justify-content: center;
    padding: 0.625vw 0;
    flex-direction: column;
    align-items: center;
}
.new-product__section{
    display: flex;
    gap: 2.083vw;
    width: 84.375%;
    max-width: 84.375%;
    flex-wrap: wrap;
}
.new-product__section-full{
    display: flex;
    gap: 2.083vw;
    width: 100%;
    max-width: 100%;
    flex-wrap: wrap;
}
/* breadcrumbs */
.new-product__breadcrumb .new-product__breadcrumb-item,.new-product__breadcrumb a{
    font-family: 'TT Interphases Pro', sans-serif;
    font-weight: 500;
    font-size: 0.833vw;
    line-height: 105%;
    letter-spacing: 0;
    color: #A8A8A8;
}
/*card*/
.new-product__card {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
}

.new-product__card__info {
    flex: 1 1 50%;
    max-width: 36.719vw;
    /*height: 40.625vw;*/
    /*max-height: 40.625vw;*/
    display: flex;
    flex-direction: column;
    gap: 2.083vw;
    font-weight: 400;
    /*overflow-y: auto;*/
    /*overscroll-behavior: contain;*/
}


.new-product__card__gallery{
    width: 40.625vw;
    height: 40.625vw;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-swiper {
    width: 100%;
    margin: 0 !important;
}

.swiper-container{
    overflow: hidden;
}

.product-badge {
    position: absolute;
    top: 1.979vw;
    left: 1.979vw;
    z-index: 10;
}

.product-badge img {
    width: 8.333vw;
    height: auto;
    display: block;
}

/* Обеспечиваем правильную структуру */
.product-swiper .swiper-wrapper {
    display: flex;
    z-index: -1;
}
.swiper-button-prev,
.swiper-button-next {
    width: 1.667vw;
    height: 1.667vw;
    border-radius: 50%;
    background-color: #ffffff; /* серый фон */
    display: flex;
    align-items: center;
    justify-content: center;
    color: #555; /* цвет иконки */
    transition: background 0.3s ease;
}
.swiper-button-disabled{
    background-color: #E8E8E8;
}
.swiper-button-prev:hover,
.swiper-button-next:hover {
    background-color: rgba(0, 0, 0, 0.12);
}

.swiper-button-prev::after,
.swiper-button-next::after {
    font-size: 0.521vw;
    color: #191919;
    box-shadow: #0000001A 0 0 5px;
}

.swiper-button-prev:not(.swiper-button-disabled),
.swiper-button-next:not(.swiper-button-disabled) {
    box-shadow: #0000001A 0 0 5px;
    cursor: pointer;
}

/* Главный фикс: ширина слайда и правильное позиционирование */
.product-swiper .swiper-slide {
    width: 100% !important;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.swiper-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.4vw;
    bottom: 1.25vw!important;
}


/* Все буллеты */
.swiper-pagination-bullet {
    width: 0.469vw;
    height: 0.469vw;
    border-radius: 50%;
    background: #D8D8D8;
    opacity: 1;
    transition: all 0.3s ease;
}

/* Активный буллет */
.swiper-pagination-bullet-active {
    width: 2.083vw;
    height: 0.469vw;
    border-radius: 999px; /* делает капсулу */
    background: #D8D8D8;
}

/* Центрируем изображение */
.product-swiper .swiper-slide img {
    max-width: 100%;
    height: auto;
    object-fit: contain;
}

.new-product__card_wrapper-title-chips{
    display: flex;
    flex-direction: column;
    gap: 2.083vw;
}
.new-product__card-title h1{
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 2.708vw;
    line-height: 130%;
    letter-spacing: 0;
    margin: 0;
}
/* Чипы */
.new-product__card-chips{
    display: flex;
    gap: 0.417vw;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.new-product__card-chip{
    padding: 0.313vw 0.469vw 0.313vw 0.469vw;
    background-color: #F7F7F7;
    border-radius: 16px;
    white-space: nowrap;
    display: flex;
    gap: 0.417vw;
    align-items: center;
    justify-content: center;
    font-family: "Inter", sans-serif;
    font-size: 0.833vw;
}
.new-product__card-chip svg{
    height: 1.458vw;
    width: 1.458vw;
}
.new-product__card-chip-white{
    background-color: #F7F7F7;
    color:#191919;
}

.new-product__card-chip-black{
    background-color: #000000;
    color:white;
}
.new-product__card-chip-black svg>path{
    fill: white;
}

/* Атрибуты */

.new-product__card__wrapper-main-attributes{
    display: flex;
    flex-direction: column;
    gap: 2.083vw;
}

.new-product__card__wrapper-attributes{
    display: flex;
    flex-direction: column;
    gap: 0.833vw;
}
.new-product__card__wrapper-attributes__title{
    font-family: 'TT Interphases Pro', sans-serif;
    font-size: 1.042vw;
    line-height: 105%;
    color: #191919;
}
.new-product__card__wrapper-btn__variants{
    display: flex;
    flex-direction: row;
    gap: 0.417vw;
    flex-wrap: wrap;
}

.new-product__card__wrapper-btn__variants-item{
    margin-top: 0.833vw;
    border-radius: 16px;
    font-family: 'TT Interphases Pro', sans-serif;
    font-weight: 400;
    padding: 1.25vw 1.25vw;
    font-size: 1.042vw;
    line-height: 105%;
    border: 0.104vw solid rgba(216, 216, 216, 1);
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.new-product__card__wrapper-btn__variants-item.selected{
    border: 0.104vw solid #4660FF;
}
.new-product__card__wrapper-btn__variants-item.disabled {
    /*opacity: 0.3;*/
}

.new-product__card__wrapper-btn__variants-item.blocked {
    opacity: 0.3;
}

.new-product__card__wrapper-color__variants{
    display: flex;
    flex-direction: row;
    gap: 0.417vw;
}
.new-product__card__wrapper-color__variants-item{
    margin-top: 0.833vw;
    width: 2.292vw;
    height: 2.292vw;
    display: flex;
    justify-content: center;
    align-items: center;
}
.new-product__card__wrapper-color__variants-item.selected{
    border-radius: 100%;
    border: 0.104vw solid #4660FF;
    width: 2.292vw;
    height: 2.292vw;
    display: flex;
    justify-content: center;
    align-items: center;
}

.new-product__card__wrapper-color__variants-item.disabled{
    /*opacity: 0.3;*/
}
.new-product__card__wrapper-color__variants-item.blocked{
    opacity: 0.3;
}


.new-product__card__wrapper-color__variants-item__circle{
    width: 1.771vw;
    height: 1.771vw;
    border-radius: 100%;
    cursor: pointer;
    box-shadow: 0 1px 2px 0 #00000052 inset;
}

.new-product__card__wrapper-questions{
    color: #4660FF;
    font-family: 'Inter', sans-serif;
    font-size: 0.781vw;
    line-height: 124%;
    font-weight: 600;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 0.833vw;
    gap: 1px;
    cursor:pointer;
}

.new-product__card__questions-wrapper{
    display: flex;
    flex-direction: column;
    gap: 1vw;
}

.new-product__card__question{
    color: #4660FF;
    font-family: 'Inter', sans-serif;
    font-size: 0.781vw;
    line-height: 124%;
    font-weight: 600;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1px;
    cursor: pointer;
}
.new-product__card__question:hover{
    color: #4660FF;
    opacity: 0.6;
}
.new-product__card__question:hover svg{
    opacity: 0.6;
}

.custom-tooltip {
    position: fixed;
    z-index: 9999;
    background: #000;
    color: #fff;
    font-size: 12px;
    padding: 6px 10px;
    border-radius: 4px;
    transform: translateX(-50%);
    pointer-events: none;
    opacity: 0.9;
}

.tooltip-answer {
    position: absolute;
    background: #fff;
    color: #000;
    border: 1px solid #ddd;
    padding: 10px 12px;
    border-radius: 8px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
    max-width: 250px;
    z-index: 100;
    font-size: 14px;
    line-height: 1.4;
    display: none;
    transition: opacity 0.2s;
    pointer-events: none;
}

.new-product__card__wrapper-questions:hover{
    color: #4660FF;
    opacity: 0.6;
}
.new-product__card__wrapper-questions:hover svg{
    opacity: 0.6;
}

.new-product__card__wrapper-actions{
    display: flex;
    flex-direction: column;
    gap: 1.042vw;
}
.new-product__card__wrapper-actions__wrapper{
    display: flex;
    flex-direction: row;
    gap: 0.625vw;
    align-items: stretch;
}
.new-product__card__wrapper-price{
    display: flex;
    flex-direction: row;
    gap: 0.833vw;
}
.new-product__card__wrapper-price .price{
    display: flex;
    flex-direction: row;
    gap: 0.833vw;
}
.new-product__card__wrapper-price .amount{
    font-family: 'Inter', sans-serif;
    font-size: 1.342vw;
    font-weight: 500;
    line-height: 105%;
    letter-spacing: 0;
}
.new-product__card__wrapper-price-sale .amount{
    font-family: 'Inter', sans-serif;
    font-size: 1.342vw;
    font-weight: 500;
    line-height: 105%;
    letter-spacing: 0;
    text-decoration: line-through;
    color: #B4B4B4;
}

.new-product__card__wrapper-actions-ajax-add-to-cart{
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 0.833vw;
    line-height: 105%;
    background-color: #4660FF;
    padding: 1.302vw 1.667vw 1.302vw 1.667vw;
    border-radius: 12px;
    margin-bottom: 0!important;
    color: white;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 0.417vw;
}

.new-product__card__wrapper-actions-ajax-add-to-cart:hover{
    color: white;
    opacity: 0.8;
}

.custom-counter{
    border: 2px solid #4660FF;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.504vw;
    padding: 0 0.885vw;
}
.custom-counter .custom-count{
    background: none;
    border: none;
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 0.938vw;
}
.custom-counter button {
    background: none;
    border: none;
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 0.938vw;
    cursor: pointer;
    color:rgba(25, 25, 25, 1);
    padding: 0;
    margin: 0;

}

.new-product__card__marketplaces-wrapper{
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.new-product__card__marketplaces{
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 0.833vw;
    line-height: 105%;
    color: #4660FF;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0.625vw;
}
.new-product__card__marketplaces img{
    height: 1vw;
}
.new-product__card__marketplaces::after {
    content: '';
    display: inline-block;
    width: 0.833vw;
    height: 0.833vw;
    margin-left: 6px;
    background: url('./images/au.svg') no-repeat center;
    background-size: contain;
    transition: transform 0.3s ease;
    transform: rotate(180deg);
}

.new-product__card__marketplaces.open::after {
    transform: rotate(0deg);
}


.new-product__card__marketplaces:hover{
    color: #4660FF;
    opacity: 0.6;
}


.new-product__card__wrapper-actions__marketplaces{
    display: flex;
    flex-direction: row;
    gap:0.817vw;
    align-items: center;
    flex-wrap: wrap;
}

.new-product__card__wrapper-actions__marketplaces-item{
    color: rgba(25, 25, 25, 1);
    cursor: pointer;
    font-family: 'Inter', sans-serif;
    font-size: 0.833vw;
    font-weight: 400;
    line-height: 105%;
    display: flex;
    gap: 0.417vw;
    flex-direction: row;
    align-items: center;
}
.new-product__card__wrapper-actions__marketplaces-item img{
    height: 1vw;
}

.new-product__card__wrapper-actions__marketplaces-item:hover{
    color:rgba(25, 25, 25, 1);
    text-decoration: underline;
}

/* Главный баннер */
.new-product__banner{
    background-image: url('./images/main_banner.png');
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1.094vw;
    width: 100%;
    height: 13.854vw;
    color: white;
    flex-direction: column;
    text-align: center;
    z-index:5;
}
.new-product__banner-subtitle{
    font-size: 1.042vw;
    font-family: 'TT Interphases Pro', sans-serif;
}
.new-product__banner-title{
    font-size: 1.458vw;
    font-family: 'TT Interphases Pro', sans-serif;
    line-height: 100%;
}
/* Табы */
.new-product-tabs__wrapper{
    display: flex;
    width: 84.375%;
    max-width: 84.375%;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-self: center;
}
.new-product-tabs{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 1.875vw;
}
.new-product-tabs__item{
    color: #191919;
    font-weight: 400;
    font-size: 1.042vw;
    padding: 1.25vw;
    margin-bottom: 0;
    margin-right: 0;
    font-family: "Inter", sans-serif;
    letter-spacing: 0;
    line-height: 100%;
}
.new-product-tabs__item:hover{
    opacity: 0.6;
}
.new-product-tabs__item-active{
    border-bottom:2px solid #191919!important;
}
/* Информация */
.new-product-info__wrapper{
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
}
.new-product-info__main{
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 2.083vw;
}
.new-product-info__main-short_description{
    font-weight: 400;
    font-size: 1.042vw;
    line-height: 100%;
    letter-spacing: 0;
}
.new-product-info__main-tabs{

}

.new-product-info__main-tabs__item{
    display: none;
    font-weight: 400;
    font-size: 1.042vw;
    line-height: 100%;
    letter-spacing: 0;

}

.new-product-info__main-tabs__item-active{
    display: block;
}
.new-product-info__main-tabs__item ul,
.new-product-info__main-tabs__item ol
{
    margin-left: 2vw;
}
.new-product-info__main-tabs__item-active ul,
.new-product-info__main-tabs__item-active ol
{
    margin-left: 2vw;
}

.new-product-info__main-tabs__wrapper{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.new-product-info__main-description__wrapper{
    display: flex;
    flex-direction: column;
    gap: 2.083vw;
    width: 38.646vw;
    flex: 1;
}
.new-product-info__360{
    width:43.438vw;
    height:43.438vw;
}
.cloudimage-360-icons-container{
    display:none;
}
/* Покупают вместе */
.new-product-buy_with__wrapper{
    display: flex;
    flex-direction: column;
    gap: 1.875vw;
    width: 100%;
}

.new-product-buy_with__title{
    font-family: 'TT Interphases Pro', sans-serif;
    font-weight: 400;
    font-size: 2.083vw;
    letter-spacing: 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.new-product-buy_with__grid{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0.833vw;
}

.new-product-buy_with__grid__item{
    border-radius:25px;
    box-shadow: #00000014 0 4px 8px;
    padding: 2.083vw 1.25vw 1.354vw;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    background-color: white;
}
.new-product-buy_with__grid__item *{

}


.new-product-buy_with__product-image__wrapper{
    position: relative;
    display: inline-block;
}
.new-product-buy_with__product-image__wrapper:hover .new-product-buy_with__product-image{
    opacity: 0;
}

.new-product-buy_with__product-image__wrapper:hover .new-product-buy_with__product-image-hover{
     opacity: 1;
}

.new-product-buy_with__product-image-badge{
    width: 5vw;
    top:-1vw;
    left: 0;
    position: absolute;
    z-index: 10;
}

.new-product-buy_with__product-image{
    display: block;
    transition: opacity .3s ease-in-out;
}

.new-product-buy_with__product-image-hover{
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.new-product-buy_with__product-info__wrapper{
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin-top: 1.563vw;
    flex-grow: 1;
    align-items: stretch;
}

.new-product-buy_with__product-info-text{
    text-align: center;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 0.833vw;
    color: rgba(27, 206, 102, 1);
    line-height: 130%;
}

.new-product-buy_with__product-info-name{
    text-align: center;
    font-family: 'Inter', sans-serif;
    color: rgba(25, 25, 25, 1);
    line-height: 130%;
    font-size: 1.042vw;
    padding-top: 0.833vw;
    font-weight: 400;
}
.new-product-buy_with__product-info-button__wrapper{
    display: flex;
    justify-content: center;
    align-items: end;
    flex-grow: 1;
}
.new-product-buy_with__product-info-button{
    text-align: center;
    margin: 1.042vw 0 0 0;
    padding: 0.625vw;
    border-radius: 12px;
    background-color: rgba(246, 246, 246, 1);
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.313vw;
    flex-direction: row;
}

.color-dots{
    display: flex;
    justify-content: center;
    align-items: center;
}

.color-dot {
    width: 0.625vw;
    height: 0.625vw;
    border-radius: 50%;
    display: inline-block;
    margin-right: 0.417vw;
    cursor: pointer;
    border: 0.104vw solid rgba(0, 0, 0, 0.12);
    transition: transform 0.2s;
}
.color-dot:hover {
    border:0.104vw solid black;
}

.new-product-buy_with__product-info-button .woocommerce-Price-amount{
    font-family: 'Inter', sans-serif;
    color: rgba(25, 25, 25, 1);
    line-height: 130%;
    font-size: 0.938vw;
    font-weight: 400;
}
.btn-content{
    font-family: 'Inter', sans-serif;
    color: rgba(25, 25, 25, 1)!important;
    line-height: 130%;
    font-size: 0.938vw;
    font-weight: 400;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.625vw;
}

.btn-spinner{
    display: flex;
    justify-content: center;
}

.btn-spinner-main{
    display: flex;
    justify-content: center;
    width: 1.042vw;
    height: 1.042vw;
    animation: spin 1s linear infinite;

}

.btn-spinner .spinner {
    width: 1.042vw;
    height: 1.042vw;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0%   { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.new-product-buy_with__product-info-button svg{
    height: 0.938vw;
    width: 0.938vw;
}
.new-product-buy_with__slider-buttons{
    display: flex;
    flex-direction: row;
    gap: 14px;
}
.new-product-buy_with__slider-button:not(.swiper-button-disabled){
    box-shadow: 0 0 0.26vw 0 #0000001A;
}
.new-product-buy_with__slider-button:not(.swiper-button-disabled) svg path{
    stroke: black;
}
.swiper-button-disabled svg path{
    stroke: #A1A1A1;
}
.product-slider-custom{
    padding-bottom: 0.833vw;
}

.new-product-buy_with__slider-button{
    width: 1.771vw;
    height: 1.771vw;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.26vw;
    border-radius: 100%;
}
.product-mobile-menu{
    display: none;
}
/* Планшет */
@media (max-width: 848px) {
    .new-product__section {
        width: 97.17%;
        max-width: 97.17%
    }

    .new-product__card {
        flex-direction: column;
        width: 100%;
        justify-content: center;
        align-items: center;
    }

    .new-product__breadcrumb .new-product__breadcrumb-item, .new-product__breadcrumb a {
        font-family: 'TT Interphases Pro', sans-serif;
        font-weight: 300;
        font-size: 1.887vw;
        line-height: 105%;
        letter-spacing: 0;
        color: #A8A8A8;
    }

    .new-product__card__gallery {
        margin-top: 4.245vw;
        margin-bottom: 11.439vw;
        width: 68.986vw;
        height: 68.986vw;
    }

    .swiper-button-prev {
        width: 2.83vw !important;
        height: 2.83vw !important;
    }

    .swiper-button-next {
        width: 2.83vw !important;
        height: 2.83vw !important;
    }

    .swiper-button-prev::after, .swiper-button-next::after {
        font-size: 1.061vw;
    }

    .swiper-pagination {
        gap: 0.508vw !important;
    }

    .swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
        height: 0.708vw !important;
        width: 0.708vw !important;
    }

    .swiper-pagination-bullet-active {
        height: 0.708vw !important;
        width: 3.538vw !important;
    }

    .new-product__card__info {
        width: 100%;
        max-width: 100%;
        gap: 8.962vw;
    }

    .new-product__card-title h1 {
        font-size: 5.66vw;
        font-weight: 400;
        line-height: 120%;
        letter-spacing: 0;
    }

    .new-product__card_wrapper-title-chips {
        gap: 5.425vw;
    }

    .new-product__card-chips {
        gap: 1.415vw;
    }

    .new-product__card-chip {
        padding: 0.943vw 1.415vw 0.943vw 1.415vw;
        font-weight: 500;
        font-size: 2.358vw;
        gap: 1.179vw;
        border-radius: 20px;
    }

    .new-product__card-chip svg {
        height: 4.127vw;
        width: 4.127vw;
    }

    .new-product__card__questions-wrapper{
        display: flex;
        flex-direction: column;
        gap: 2.594vw;
    }

    .new-product__card__question {
        font-size: 2.594vw;
        line-height: 124%;
        font-weight: 600;
        letter-spacing: 0;
    }

    .new-product__card__question svg {
        height: 2.594vw;
        width: 2.594vw;
    }

    .new-product__card__wrapper-questions {
        font-size: 2.594vw;
        line-height: 124%;
        font-weight: 600;
        letter-spacing: 0;
        margin-top: 2.594vw;
    }

    .new-product__card__wrapper-questions svg {
        height: 2.594vw;
        width: 2.594vw;
    }

    .new-product__card__wrapper-main-attributes{
        display: flex;
        flex-direction: column;
        gap: 5.071vw;
    }

    .new-product__card__wrapper-attributes__title {
        font-weight: 600;
        line-height: 105%;
        font-size: 2.712vw;
        font-style: normal;
        color: #525252;
    }
    .new-product__card__wrapper-btn__variants{
        gap: 1.061vw;
    }
    .new-product__card__wrapper-color__variants-item {
        width: 7.429vw;
        height: 7.429vw;
    }

    .new-product__card__wrapper-color__variants-item__circle {
        width: 5.778vw;
        height: 5.778vw;
        box-shadow: 0 0.118vw 0.354vw #00000052 inset;
    }

    .new-product__card__wrapper-color__variants-item.selected {
        width: 7.429vw;
        height: 7.429vw;
        border: 0.204vw solid #4660FF;
    }

    .new-product__card__wrapper-btn__variants-item {
        font-family: 'TT Interphases Pro', sans-serif;
        padding: 3.774vw;
        font-size: 2.712vw;
        line-height: 105%;
        letter-spacing: 0;
        border-radius: 18px;
        border: 0.204vw solid #525252;
    }

    .new-product__card__wrapper-btn__variants-item.selected {
        border: 0.204vw solid #4660FF;
    }

    .new-product__card__wrapper-actions {
        display: none;
    }

    .new-product__banner {
        height: 35.377vw;
        gap: 2.123vw;
        background-image: url('./images/main_banner2.png');
        margin-top:8.019vw;
    }

    .new-product__banner-subtitle {
        font-size: 2.051vw;
        font-weight: 400;
        line-height: 100%;
    }

    .new-product__banner-title {
        font-size: 2.83vw;
        line-height: 100%;
        font-weight: 400;
    }

    .new-product-tabs__wrapper {
        justify-content: start;
        overflow: auto;
        width: 100%;
        max-width: 100%;
    }

    .new-product-tabs {
        width: 100%;
        gap: 5.307vw;
        overflow-x: auto;
        scrollbar-width: none; /* Firefox */
        -ms-overflow-style: none; /* IE и Edge */
    }

    .new-product-tabs::-webkit-scrollbar {
        display: none; /* Chrome, Safari, Opera */
    }

    .new-product-tabs__item {
        font-weight: 500;
        font-size: 2.948vw;
        padding: 3.538vw;
        white-space: nowrap;
    }
    .new-product-tabs > button:active {
        transform: unset;
        transition: unset;
    }

    .new-product-tabs__item:hover {
        opacity: 0.8;
    }

    .new-product-tabs__item-active {
        border-bottom: 0.236vw solid #191919 !important;
    }

    .new-product-info__main-tabs__wrapper {
        flex-direction: column;
        display: flex;
    }

    .new-product-info__main-description__wrapper {
        width: 100%;
    }

    .new-product-info__360 {
        width: 100%;
        height: auto;
    }

    .new-product-info__main-short_description {
        font-weight: 300;
        font-size: 3.066vw;
        line-height: 100%;
    }
    new-product-info__main-tabs__item-active{
        font-weight: 300;
        font-size: 3.066vw;
        line-height: 100%;
    }

    .new-product-info__main-full-description{
        font-weight: 300;
        font-size: 3.066vw;
        line-height: 100%;
    }

    .new-product-info__main-full-description ul,
    .new-product-info__main-full-description ol {
        margin-left: 4vw;
    }

    .new-product-buy_with__title {
        font-weight: 500;
        font-size: 4.481vw;
        align-items: center;
    }

    .new-product-buy_with__slider-button {
        width: 8.726vw;
        height: 8.726vw;

    }

    .new-product-buy_with__slider-button:not(.swiper-button-disabled) {
        box-shadow: 0 0 1.415vw #0000001A;
    }

    .new-product-buy_with__slider-button svg {
        height: 3.066vw;
        width: 3.066vw;
    }

    .product-badge {
        width: 14.269vw;
    }

    .product-badge img {
        width: 14.269vw;
    }

    .new-product-buy_with__product-image-badge{
        width: 17.453vw;
    }
    .new-product-buy_with__product-image-badge img{
        width: 17.453vw;
    }
    .new-product-buy_with__grid__item{
        box-shadow: unset;
    }
    .color-dots{
        gap: 0.354vw;
    }

    .color-dot{
        width: 1.533vw;
        height: 1.533vw;
    }
    .new-product-buy_with__product-info-text{
        font-weight: 500;
        font-size: 2.476vw;
        line-height: 130%;
    }
    .new-product-buy_with__product-info-name{
        font-weight: 400;
        font-size: 3.302vw;
        line-height: 130%;
    }
    .new-product-buy_with__product-info__wrapper{
        gap: 1.487vw;
    }
    .new-product-buy_with__product-info-button{
        margin: 0;
        padding: 2.005vw 2.476vw;
        border-radius: 26px;
    }
    .btn-content{
        gap: 2.005vw;
        font-weight: 500;
        font-size:3.066vw;
    }
    .btn-content .amount{
        font-weight: 500;
        font-size:3.066vw;
        line-height: 130%;
    }
    .btn-content svg{
        height: 3.066vw;
        width: 3.066vw;
    }
    .btn-spinner .spinner{
        height: 3.066vw;
        width: 3.066vw;
    }

    .product-mobile-menu{
        display: flex;
        height: 15.33vw;
        background-color: rgba(246, 246, 246, 1);
        gap: 3.066vw;
        padding-top: 2.83vw;
        padding-bottom: 2.005vw;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        border-top: 0.118vw solid rgba(216, 216, 216, 1);
        box-shadow: 0 -2px 10px rgba(0,0,0,0.05);
        z-index: 9999;
        justify-content: center;
        align-items: center;

        transform: translateY(100%);
        transition: transform 0.3s ease;
    }

    .product-mobile-menu__add-to-cart-btn{
        font-family: "Inter", sans-serif;
        font-weight: 500;
        color: white;
        background-color: #191919;
        font-size: 2.594vw;
        padding: 0 8.844vw;
        border-radius: 2.186vw;
        margin: 0;
        display: flex;
        flex-direction: row;
        align-items: center;
        height: 100%;
        line-height: 105%;
        gap: 0.545vw;
    }


    .btn-spinner-main-mobile .spinner{
        height: 2.594vw;
        width: 2.594vw;
    }

    .product-mobile-menu__marketplaces-btn{
        font-family: "Inter", sans-serif;
        font-weight: 600;
        color: #4660FF;
        background-color: #FFFFFF;
        font-size: 2.051vw;
        border-radius: 2.186vw;
        margin: 0;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        padding: 0 5.844vw;
        height: 100%;
        line-height: 124%;
    }

    .product-mobile-menu__marketplaces-btn img{
        width: 9.316vw;
    }

    .product-mobile-menu__marketplaces-btn span{
        width: 70%;
    }
    .product-mobile-menu__add-to-cart-btn .btn-spinner-main{
        display: flex;
        justify-content: center;
        width: 2.051vw;
        height: 2.051vw;

    }

    .product-mobile-menu__add-to-cart-btn .btn-spinner .spinner {
        width: 2.051vw;
        height: 2.051vw;
        animation: spin 1s linear infinite;
    }

    #buy-error{
        font-size: 2.727vw;
        display: none;
        color : red;
        border: 0.118vw solid red;
        padding: 0.943vw;
        border-radius: 1.887vw;
        text-align: center;
    }
    .telegram-button--moved{
        bottom: 18.434vw !important;
    }
    .product-mobile-menu--visible {
        transform: translateY(0%);
    }
}
/* Телефон */
@media (max-width: 550px) {
    .new-product__section{
        width: 92.73%;
        max-width: 92.73%;
    }
    .new-product__section-full{
        width: 92.73%;
        max-width: 92.73%;
    }

    .new-product__breadcrumb{
        font-size: 2.451vw;
        font-weight: 500;
        line-height: 105%;
    }

    .new-product__card__gallery {
        margin-top: 2vw;
        margin-bottom: 8.182vw;
        width: 92.727vw;
        height: 92.727vw;
    }

    .swiper-button-prev {
        width: 7.273vw !important;
        height: 7.273vw !important;
    }

    .swiper-button-next {
        width: 7.273vw !important;
        height: 7.273vw !important;
    }

    .swiper-button-prev::after, .swiper-button-next::after {
        font-size: 2.545vw;
    }

    .swiper-pagination {
        gap: 0.709vw !important;
    }

    .swiper-pagination-bullet:not(.swiper-pagination-bullet-active){
        height: 0.909vw !important;
        width: 0.909vw !important;
    }

    .swiper-pagination-bullet-active{
        height: 0.909vw !important;
        width: 5.091vw !important;
    }

    .new-product__card__info{
        gap: 8.909vw;
    }
    .new-product__card_wrapper-title-chips{
        gap: 5.091vw;
    }
    .new-product__card-title h1{
        font-size: 5.818vw;
        font-weight: 400;
        line-height: 120%;
    }

    .new-product__card-chips{
        gap: 1.455vw;
    }

    .new-product__card-chip{
        padding: 1.455vw 1.209vw;
        font-size: 2.364vw;
        font-weight: 500;
        line-height: 100%;
        border-radius: 13px;
    }
    .new-product__card-chip svg{
        width: 4.182vw;
        height: 4.182vw;
    }

    .product-badge {
        width: 16.727vw;
    }

    .product-badge img {
        width: 16.727vw;
    }

    .new-product__card__question {
        font-size: 2.545vw;
    }

    .new-product__card__question svg {
        height: 2.545vw;
        width: 2.545vw;
    }
    .new-product__card__questions-wrapper{
        gap: 2.545vw;
    }
    .new-product__card__wrapper-questions {
        font-size: 2.545vw;
    }

    .new-product__card__wrapper-questions svg {
        height: 2.545vw;
        width: 2.545vw;
    }
    .new-product__card__wrapper-attributes{
        gap: 2.545vw;
    }
    .new-product__card__wrapper-attributes__title {
        font-size: 2.727vw;
    }
    .new-product__card__wrapper-btn__variants{
        gap: 2.727vw;
    }
    .new-product__card__wrapper-color__variants-item {
        width: 7.455vw;
        height: 7.455vw;
    }

    .new-product__card__wrapper-color__variants-item__circle {
        width: 5.818vw;
        height: 5.818vw;
        box-shadow: 0 0.182vw 0.364vw #00000052 inset;
    }

    .new-product__card__wrapper-color__variants-item.selected {
        width: 7.455vw;
        height: 7.455vw;
        border: 0.314vw solid #4660FF;
    }

    .new-product__card__wrapper-btn__variants-item {
        font-family: 'TT Interphases Pro', sans-serif;
        padding: 3.774vw;
        font-size: 2.727vw;
        border-radius: 12px;
        border: 0.314vw solid #525252;

    }

    .new-product__card__wrapper-btn__variants-item.selected {
        border: 0.314vw solid #4660FF;
    }

    .new-product__banner {

        margin-top: 8.909vw;
        height: 34.909vw;
        gap: 2.182vw;
        background-image: url('./images/main_banner3.png');
    }

    .new-product__banner-subtitle {
        font-size: 2vw;
    }

    .new-product__banner-title {
        font-size: 2.909vw;
    }

    .new-product-tabs{
        justify-content: start;
        gap: 5.455vw;
        overflow: auto;
    }
    .nav-description-tab{
        padding: 3.636vw;
        font-size: 2.909vw;
    }
    .new-product-info__main-tabs__item{
        margin-top: 8.909vw;
    }
    .new-product-info__main-tabs__wrapper{
        gap: 5.818vw;
    }

    .new-product-info__main-short_description{
        font-size: 3.091vw;
    }

    .new-product-info__main-full-description{
        font-size: 3.091vw;
    }

    .new-product-info__main-full-description ul,
    .new-product-info__main-full-description ol
    {
        margin-left: 2.909vw;
    }
    .new-product-buy_with__title{
        font-size: 4.545vw;
    }

    .product-slider-custom{
        /*border-top: 0.182vw solid rgba(210, 210, 210, 1);*/
    }

    .new-product-buy_with__slider-button {
        width: 8.727vw;
        height: 8.727vw;
    }

    .new-product-buy_with__slider-button:not(.swiper-button-disabled) {
        box-shadow: 0 0 1.415vw #0000001A;
    }

    .new-product-buy_with__slider-button svg {
        height: 2.909vw;
        width: 2.909vw;
    }

    .new-product-buy_with__product-image-badge{
        width: 17.455vw;
    }
    .new-product-buy_with__product-image-badge img{
        width: 17.455vw;
    }
    .new-product-buy_with__grid__item{
        box-shadow: unset;
    }
    .color-dots{
        gap: 0.364vw;
    }

    .color-dot{
        width: 1.636vw;
        height: 1.636vw;
    }

    .new-product-buy_with__product-info-text{
        font-weight: 500;
        font-size: 2.545vw;
        line-height: 130%;
    }
    .new-product-buy_with__product-info-name{
        font-weight: 400;
        font-size: 3.273vw;
        line-height: 130%;
    }
    .new-product-buy_with__product-info__wrapper{
        gap: 2vw;
    }
    .new-product-buy_with__product-info-button{
        margin: 0;
        padding: 2vw 2.364vw;
        border-radius: 17px;
    }
    .new-product-buy_with__product-info-button .btn-content{
        gap: 2vw;
        font-weight: 500;
        font-size:3.091vw;
    }
    .new-product-buy_with__product-info-button .btn-content .amount{
        font-weight: 500;
        font-size:3.091vw;
        line-height: 130%;
    }

    .product-mobile-menu{
        display: flex;
        height: 15.455vw;
        background-color: #F6F6F6;
        gap: 3.091vw;
        padding-top: 2.727vw;
        padding-bottom: 2vw;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        border-top: 1px solid #e0e0e0;
        box-shadow: 0 -2px 10px rgba(0,0,0,0.05);
        z-index: 9999;
        justify-content: center;
        align-items: center;

        transform: translateY(100%);
        transition: transform 0.3s ease;
    }

    .product-mobile-menu__add-to-cart-btn{
        font-family: "Inter", sans-serif;
        font-weight: 500;
        color: white;
        background-color: #191919;
        font-size: 2.545vw;
        padding: 0 8.3vw;
        border-radius: 12px;
        margin: 0;
        display: flex;
        flex-direction: row;
        align-items: center;
        height: 100%;
        line-height: 105%;
        gap: 0.545vw;
    }


    .btn-spinner-main-mobile .spinner{
        height: 3.091vw;
        width: 3.091vw;
    }

    .product-mobile-menu__marketplaces-btn{
        font-family: "Inter", sans-serif;
        font-weight: 600;
        color: #4660FF;
        background-color: #FFFFFF;
        font-size: 2vw;
        border-radius: 12px;
        margin: 0;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        padding: 0 8.3vw;
        height: 100%;
        line-height: 124%;
    }

    .product-mobile-menu__marketplaces-btn img{
        width: 9.273vw;
        height: 9.273vw;
    }

    .product-mobile-menu__marketplaces-btn span{
        width: 70%;
    }
    .product-mobile-menu__add-to-cart-btn .btn-spinner-main{
        display: flex;
        justify-content: center;
        width: 2.545vw;
        height: 2.545vw;

    }

    .product-mobile-menu__add-to-cart-btn .btn-spinner .spinner {
        width: 2.545vw;
        height: 2.545vw;
        animation: spin 1s linear infinite;
    }

    #buy-error{
        font-size: 2.727vw;
        display: none;
        color : red;
        border: 0.364vw solid red;
        padding: 1.455vw;
        border-radius: 2.909vw;
        text-align: center;
    }
    .telegram-button--moved{
        bottom: 18.545vw !important;
    }
    .product-mobile-menu--visible {
        transform: translateY(0%);
    }
}