.product {
    padding-bottom: 50px;
}
.product-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.product-top_l {
    max-width: calc(100% - 163px);
    flex-grow: 1;
}
.product-top_l .breadcrumbs {
    overflow: hidden;
    overflow-x: auto;
    white-space: nowrap;
    width: 100%;
}
.product-top_l .breadcrumbs-wrapper {
    position: relative;
}
.product-top_l .breadcrumbs-wrapper::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    background: rgb(255,255,255);
    background: linear-gradient(90deg, rgba(255,255,255,0) 0%, var(--xm-bg-body) 100%);
    width: 100px;
    transition: .3s;
}
.product-top_l .breadcrumbs-wrapper.active::after {
    opacity: 0;
}
.product-top_l .breadcrumbs::-webkit-scrollbar {
    display: none;
}
.product__title {
    margin-top: 4px;
}
.product-brand {
    padding: 9px 14px;
    border-radius: 4px;
    border: 1px solid #EDF0F2;
    background: #FFF;
}
.product-brand_top {
    display: flex;
    align-items: center;
    gap: 5px;
}
.product-brand_top img {
    height: 27px;
    min-height: 27px;
    width: auto;
}
.product-brand_top span {
    width: 16px;
    min-width: 16px;
    display: flex;
    align-items: center;
}
.product-brand_top span svg {
    width: 100%;
    height: auto;
}
.product-brand__text {
    color: #222D3A;
    font-size: 14px;
    line-height: 157.143%;
    margin-top: 5px;
}

.product-top_row {
    margin-top: 4px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}
.product-top_row--l {
    display: flex;
    align-items: center;
    gap: 22px;
}
.product-rating,
.product-rating_stars,
.product-views,
.product-buys {
    display: flex;
    align-items: center;
}
.product-rating {
    gap: 6px;
}
.product-rating p {
    color: var(--xm-black2);
    font-size: 14px;
    line-height: 157.143%;
}
.product-rating span {
    display: flex;
    align-items: center;
    gap: 2px;
    padding-right: 8px;
}
.product-rating span svg,
.product-rating_stars span {
    width: 18px;
    min-width: 18px;
    height: auto;
}
/* .product-rating span svg path {
    fill: #DDE0E7;
}
[data-theme=dark] .product-rating span svg:not(.active) path {
    fill: rgba(221, 224, 231, 0.12);
} */
 .product-rating { --star-empty-color: #DDE0E7; }
[data-theme=dark] .product-rating { --star-empty-color: rgba(221, 224, 231, 0.12); }
.product-rating span svg.active path {
    fill: #FEC200;
}
.product-rating_stars {
    gap: 3px;
    cursor: pointer;
}
.product-rating_stars span {
    display: flex;
    align-items: center;
}
.product-rating_stars span svg,
.product-views span svg,
.product-buys span svg {
    width: 100%;
    height: auto;
}
.product-rating_stars span svg path {
    fill: #C5D0DE;
}
[data-theme=dark] .product-rating_stars span svg path {
    fill: #A6A6B2;
}
.product-rating_stars p {
    border-bottom: 1px dashed rgba(0, 67, 146, 0.30);
    color: var(--xm-color-read);
    font-size: 14px;
    line-height: 135.714%;
    letter-spacing: -0.42px;
}
[data-theme=dark] .product-rating_stars p {
    border-color: rgba(18, 112, 224, 0.30);
}
.product-views,
.product-buys {
    gap: 5px;
}
.product-views>span,
.product-buys>span {
    width: 20px;
    min-width: 20px;
    display: flex;
    align-items: center;
}
.product-views p,
.product-buys p {
    color: var(--xm-color-grey);
    font-size: 14px;
    line-height: 157.143%;
}

.product-top_row--r {
    display: flex;
    align-items: center;
    gap: 20px;
}
.product-action {
    display: flex;
    align-items: center;
    gap: 1px;
    cursor: pointer;
}
.product-action>svg {
    width: 28px;
    height: auto;
}
.product-action>svg path {
    fill: transparent;
    transition: .3s;
    stroke: var(--xm-color-dark);
}
.product-action:hover>svg path {
    stroke: var(--xm-color-read);
}
.product-action span {
    color: var(--xm-color-dark);
    font-size: 13px;
    line-height: 1;
    transition: .3s;
}
.product-action .ya-share2__container_size_m .ya-share2__title {
    color: #222D3A;
}
.product-action:hover span {
    color: var(--xm-color-read);
}
.product-action:not(._added) .product-action__text--added {
    display: none;
}
.product-action._added .product-action__text {
    display: none;
}
.product-action.favorite._added>svg path {
    stroke: #E30016;
    fill: #E30016;
}
.product-action.favorite._added span {
    color: #E30016;
}
.product-action.compare._added>svg path {
    stroke: #E30016;
}
.product-action.compare._added span {
    color: #E30016;
}
.product-action.compare._added>svg path {
    stroke: #E30016;
}
.ya-share2__container_size_m .ya-share2__item_more.ya-share2__item_has-pretty-view .ya-share2__link_more.ya-share2__link_more-button-type_short {
    display: none;
}


.product-row {
    display: flex;
    gap: 20px;
    margin-top: 20px;
}
.product-l {
    max-width: 730px;
    display: flex;
    gap: 15px;
    width: 100%;
    height: 539px;
    position: sticky;
    top: 10px;
    flex-shrink: 0;
}
.product-thumbs {
    overflow: hidden;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    height: 100%;
    gap: 15px;
    direction: rtl;
    padding-left: 10px;
}
.product-thumbs::-webkit-scrollbar {
    width: 4px;
    height: 100%;
}
.product-thumbs::-webkit-scrollbar-track {
    background: rgba(101, 110, 119, 0.1);
}
.product-thumbs::-webkit-scrollbar-thumb {
    background-color: var(--xm-dark-grey9);
    cursor: pointer;
}
.product-thumbs::-webkit-scrollbar-button {
    width: 4px;
    height: 5px;
}
.product-thumbs::-webkit-scrollbar-button:single-button {
    background-color: transparent;
    display: block;
    border-style: solid;
    height: 6px;
    width: 6px;
    cursor: pointer;
}
.product-thumbs::-webkit-scrollbar-button:single-button:vertical:decrement {
    border: 2px solid transparent;
    border-bottom: 4px solid rgba(101, 110, 119, 0.3);
}
.product-thumbs::-webkit-scrollbar-button:single-button:vertical:increment {
    border: 2px solid transparent;
    border-top: 4px solid rgba(101, 110, 119, 0.3);
}
[data-theme=dark] .product-thumbs::-webkit-scrollbar-button:single-button:vertical:decrement {
    border-bottom: 4px solid #EBEBEB;
}
[data-theme=dark] .product-thumbs::-webkit-scrollbar-button:single-button:vertical:increment {
    border-top: 4px solid #EBEBEB;
}
.product-thumb {
    border-radius: 7px;
    border: 1px solid var(--xm-bd-grey);
    width: 84px;
    min-width: 84px;
    height: 77px;
    min-height: 77px;
    overflow: hidden;
    cursor: pointer;
    transition: .3s;
}
.product-thumb:hover {
    border-color: var(--xm-color-read);
}
.product-thumb img,
.product-thumb video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.product-thumb.active {
    border-color: var(--xm-color-read);
    opacity: 0.5;
}
.product-thumb.product-thumbs_videos .video-top{
    height: 100%;
}
.product-thumb.product-thumbs_videos .video-top .video-play {
    width: 32px;
}

.product-gallery {
    position: relative;
    flex-grow: 1;
    max-width: 617px;
    border-radius: 7px;
    border: 1px solid var(--xm-bd-grey);
    background-color: var(--xm-bg-gallery);
    overflow: hidden;
}
.product-gallery .garant {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 80px;
    display: flex;
    align-items: center;
    z-index: 3;
}
.product-gallery .garant img {
    width: 100%;
    height: auto;
}
.product-gallery .video-btn{display: none;}
@media screen and (max-width: 1290px) {
    .product-gallery .video-btn{
        display: block;
        position: absolute;
        padding: 10px;
        top: 0; 
        right: 0;
        cursor: pointer;
        z-index: 50;
    }
    .product-gallery .video-btn .video-play{
        width: 38px;
        position: relative;
        transform: none;
        top: auto;
        left: auto;
    }
}
.product-gallery_bottom {
    position: absolute;
    left: 10px;
    bottom: 10px;
    z-index: 3;
    display: flex;
    flex-direction: column;
    gap: 11px;
}
.product-tags {
    display: inline-flex;
    align-items: center;
    gap: 4px;
}
.product-tag {
    padding: 4px 8px;
    border-radius: 5px;
    display: flex;
    align-items: center;
}
.product-tag.green {
    background-color: #178F23;
}
.product-tag.purple{
    background: linear-gradient(90deg, #DE162E 0%, #95269E 100%);
    width: 105px;
    gap: 5px;
    line-height: 15px;
}
.product-tag.purple svg{
    max-width: 14px;
    max-height: 14px;
}
.product-tag.orange {
    background-color: #FF9900;
}
.product-tag span {
    color: #FFF;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
}
.product-discount {
    display: inline-flex;
    align-items: center;
    border-radius: 900px;
    border: 1px solid #F6EFD6;
    padding: 2px;
}
.product-discount_inner {
    position: relative;
    z-index: 1;
    border-radius: 900px;
    overflow: hidden;
    padding: 5px 14px;
    padding-left: 44px;
}
.product-discount_inner img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}
.product-discount_inner span {
    color: #3C3418;
    font-size: 14px;
    font-weight: 500;
    line-height: 150%;
}
@media(min-width: 1291px) {
    .product-gallery_slider,
    .product-gallery_slider .owl-stage-outer,
    .product-gallery_slider .owl-stage {
        height: 100%!important;
    }
}
.product-gallery_item {
    width: 100%;
    height: 100%;
}
.product-gallery_item[data-fancybox]{
    position: relative;
    cursor: pointer;
}
.product-gallery_item[data-fancybox]::before{
    content: '';
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.25);
    opacity: 0;
    z-index: 1;
    transition: .3s;
}
.product-gallery_item[data-fancybox]::after{
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 20px;
    height: 20px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTkuMTY2NjcgMTUuNTc1NUMxMi44NDg2IDE1LjU3NTUgMTUuODMzMyAxMi41OTA4IDE1LjgzMzMgOC45MDg4NUMxNS44MzMzIDUuMjI2OTYgMTIuODQ4NiAyLjI0MjE5IDkuMTY2NjcgMi4yNDIxOUM1LjQ4NDc3IDIuMjQyMTkgMi41IDUuMjI2OTYgMi41IDguOTA4ODVDMi41IDEyLjU5MDggNS40ODQ3NyAxNS41NzU1IDkuMTY2NjcgMTUuNTc1NVoiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMS4zIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPHBhdGggZD0iTTE3LjUgMTcuMjQwMkwxMy44NzUgMTMuNjE1MiIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIxLjMiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8cGF0aCBkPSJNOS4xNjYwMiA2LjQwODJWMTEuNDA4MiIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIxLjMiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8cGF0aCBkPSJNNi42NjYwMiA4LjkwODJIMTEuNjY2IiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjEuMyIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50%;
    z-index: 2;
    opacity: 0;
    transition: .3s;
}
@media screen and (hover: hover) {
    .product-gallery_item[data-fancybox]:hover::before,
    .product-gallery_item[data-fancybox]:hover::after {
        opacity: 1;
    }
}
.product-gallery_video {
    display: flex;
    align-items: center;
    background-color: #000000;
    position: relative;
    cursor: pointer;
}
.product-gallery_video::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: rgba(7,7,7,.48) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' class='x0j'%3E%3Cpath fill='%23fff' d='M4.699 1.334c-.866 0-.866 3.333-.866 6.666s0 6.667.866 6.667c1.218 0 10.801-5 10.801-6.667S5.917 1.334 4.7 1.334'%3E%3C/path%3E%3C/svg%3E") no-repeat center;
    width: 48px;
    height: 48px;
    color: #ffffff;
    border-radius: 48px;
    pointer-events: none;
    transition: .3s ease;
}
.product-gallery_video.play:after{opacity: 0; background: rgba(7,7,7,.48) url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 12C4 5 4.61775 4 7.5 4C10.3822 4 11 5 11 12C11 19 10.3822 20 7.5 20C4.61775 20 4 19 4 12Z' fill='white'%3E%3C/path%3E%3Cpath d='M13 12C13 5 13.6178 4 16.5 4C19.3822 4 20 5 20 12C20 19 19.3822 20 16.5 20C13.6178 20 13 19 13 12Z' fill='white'%3E%3C/path%3E%3C/svg%3E") no-repeat center; }
.product-gallery_video.play:hover:after{opacity: 1;}
.product-gallery_item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.product-gallery_item video {
    width: 100%;
    height: auto;
    max-height: 100%;
    object-fit: cover;
}
.product-gallery .owl-nav {
    position: absolute;
    right: 15px;
    bottom: 15px;
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 5px;
    border-radius: 12px;
    background-color: var(--xm-bg-body);
}
.product-gallery .owl-nav .disabled {
    opacity: 0.3;
}
.product-gallery .owl-nav svg {
    display: flex;
}
.product-gallery .owl-nav svg path {
    stroke: var(--xm-color-dark);
}
.product-r {
    /* width: calc(50% - 10px); */
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 15px;
    align-items: flex-start;
    flex-grow: 1;
}
.product-stock {
    display: inline-flex;
    padding: 3px 7px;
    border-radius: 6px;
    background-color: #F0F5ED;
    gap: 5px;
}
.product-stock span {
    color: #464749;
    font-size: 14px;
    font-weight: 500;
    line-height: 157.143%;
}
.product-stock svg {
    width: 15px;
    height: auto;
}
.product-block {
    margin-top: 10px;
}
.product-block__title {
    margin-bottom: 5px;
    color: var(--xm-color-dark);
    font-size: 14px;
    font-weight: 500;
    line-height: 150%;
}
.product-block_row {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 7px;
}
.product-block_color input {
    display: none;
}
.product-block_color>span {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 7px;
    border: 2px solid var(--xm-bd-grey5);
    width: 29px;
    height: 29px;
    cursor: pointer;
    transition: .3s;
    background: var(--xm-bg-body);
}
.product-block_color>span:hover {
    border-color: var(--xm-color-read);
}
.product-block_color>span>span {
    width: 21px;
    height: 21px;
    display: block;
    position: relative;
    border-radius: 4px;
}
.product-block_color>span>span::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: 17px;
    height: 17px;
    /* background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTEiIGhlaWdodD0iMTEiIHZpZXdCb3g9IjAgMCAxMSAxMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTkuMTY1MzYgMi43NUw0LjEyMzcgNy43OTE2N0wxLjgzMjAzIDUuNSIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==); */
    background-image: url(../img/icons/checkmark-2.svg);
    /* background-image: url(../img/icons/checkmark1.svg); */
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50% 0;
    opacity: 0;
    transition: .3s;
}
.product-block_color input:checked+span {
    border-color: var(--xm-color-read);
}
.product-block_color input:checked+span>span::after {
    opacity: 1;
}

.product-block_sise input {
    display: none;
}
.product-block_sise span {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    border: 1px solid var(--xm-bd-grey2);
    background-color: #FFFFFF;
    padding: 4px 10px;
    cursor: pointer;
    transition: .3s;
    color: var(--xm-color-dark);
    font-size: 14px;
    line-height: 157.143%;
    min-width: 45px;
}
[data-theme=dark] .product-block_sise span {
    background-color: rgba(255, 255, 255, 0.03);
}
.product-block_sise span:hover {
    border-color: var(--xm-color-read);
}
.product-block_sise input:checked+span {
    border-color: var(--xm-color-read);
    background-color: var(--xm-color-read);
    color: #FFFFFF;
}

.product__description {
    margin-top: 10px;
    color: var(--xm-color-submenu--item);
    font-size: 14px;
    line-height: 157.143%;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.product__description * {
    color: var(--xm-color-submenu--item)!important;
}
.product__more {
    display: inline-block;
    color: var(--xm-color-read);
    font-size: 14px;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: -0.42px;
    cursor: pointer;
    border-bottom: 1px dashed rgba(0, 67, 146, 0.30);
    transition: .3s;
}
[data-theme=dark] .product__more {
    border-color: rgba(18, 112, 224, 0.30);
}
.product__more:hover {
    border-color: transparent;
    opacity: 0.9;
}
.product-description__more {
    margin-top: 6px;
}
.product-attributes {
    display: flex;
    flex-direction: column;
    gap: 7px;
    margin-top: 10px;
}
.product-attribute {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
}
.product-attribute::after {
    content: '';
    display: block;
    flex-grow: 1;
    height: 0;
    border-bottom: 1px dotted var(--xm-color-grey);
    order: -1;
}
.product-attribute p {
    display: flex;
    align-items: center;
    gap: 4px;
    color: var(--xm-color-dark);
    font-size: 14px;
    font-weight: 600;
    line-height: 150%;
    order: -1;
}
.product-attribute p span {
    width: 16px;
    display: flex;
    align-items: center;
}
.product-attribute p span svg {
    width: 100%;
    height: auto;
}
.product-attribute p span svg path {
    stroke: var(--xm-color-grey);
}

.product-attribute>span {
    color: var(--xm-color-dark);
    font-size: 14px;
    line-height: 157.143%;
    display: flex;
    align-items: center;
    gap: 5px;
    transition: .3s;
}
.product-attribute>span svg {
    width: 15px;
    height: auto;
    flex-shrink: 0;
}
.product-attribute>span svg path {
    stroke: var(--xm-color-grey);
    transition: .3s;
}
.product-attribute>span.copy {
    cursor: pointer;
}
.product-attribute>span.copy:hover {
    color: var(--xm-color-read);
}
.product-attribute>span.copy:hover svg path {
    stroke: var(--xm-color-read);
}
.product-attributes__more {
    margin-top: 7px;
}

.product-shops {
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 13px;
    padding: 9px 16px 9px 19px;
    border-radius: 6px;
    border: 1px solid var(--xm-dirty-blue);
    margin-top: 10px;
    transition: .3s;
}
.product-shops:hover {
    border-color: var(--xm-color-read);
}
.product-shops__icon {
    width: 18px;
    display: flex;
    align-items: center;
}
.product-shops span {
    margin-left: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: var(--xm-light-grey29);
    transition: .3s;
}
.product-shops span svg {
    width: 11px;
    height: auto;
}
.product-shops span svg path {
    stroke: var(--xm-dirty-blue);
    transition: .3s;
}
.product-shops:hover p {
    opacity: 0.9;
    border-color: transparent;
}
.product-shops:hover span {
    background-color: var(--xm-color-read);
}
.product-shops:hover span svg path {
    stroke: #FFFFFF;
}


.product-info_items {
    margin-top: 10px;
    border-radius: 6px;
    border: 1px solid var(--xm-bd-grey);
    background-color: var(--xm-bg-header);
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 14px;
}
.product-info_item {
    display: flex;
    align-items: center;
    gap: 5px;
}
.product-info_item__icon {
    width: 32px;
    min-width: 32px;
    display: flex;
    align-items: center;
}
.product-info_item svg {
    width: 100%;
    height: auto;
}
.product-info_item path {
    stroke: var(--xm-dirty-blue);
}
.product-info_item>p {
    margin-left: 8px;
    color: var(--xm-color-dark);
    font-size: 15px;
    line-height: 140%;
}
.product-info_item>span {
    width: 16px;
    display: flex;
    align-items: center;
    cursor: pointer;
    position: relative;
}
.product-info_item>span .tooltip {
    max-width: 264px;
}
.product-info_item>span:hover .tooltip {
    opacity: 1;
    visibility: visible;
}
.product-info_item>span .tooltip__text {
    letter-spacing: -0.42px;
}
.product-info_item>p>span {
    cursor: pointer;
    color: var(--xm-color-read);
    border-bottom: 1px dotted var(--xm-color-read);
    transition: .3s;
}
.product-info_item>p>span:hover {
    border-color: transparent;
    opacity: 0.9;
}



.product-details {
    background-color: var(--xm-bg-header);
    border-radius: 8px;
    box-shadow: 0px 0px 22px 0px rgba(53, 64, 77, 0.11);
    padding: 20px;
}
.product-ticket {
    display: flex;
    align-items: stretch;
    position: relative;
    height: 48px;
}
.product-ticket_dots {
    position: absolute;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    gap: 4px;
    z-index: 1;
}
.product-ticket_dots.left {
    left: -5px;
}
.product-ticket_dots.right {
    right: -5px;
}
.product-ticket_dots span {
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: var(--xm-bg-header);
}
.product-ticket_l {
    padding-left: 15px;
    padding-right: 8px;
    height: 100%;
    display: flex;
    align-items: center;
    gap: 8px;
    background-color: #F0F5ED;
}
.product-ticket__icon {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #FFFFFF;
}
.product-ticket__icon img {
    width: 24px;
    height: auto;
}
.product-ticket_top {
    display: flex;
    align-items: center;
    gap: 3px;
    margin-bottom: 3px;
}
.product-ticket_top p {
    color: #363E31;
    font-family: "Fira Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 107.143%;
}
.product-ticket_top span {
    width: 17px;
    display: flex;
    align-items: center;
}
.product-ticket_top span svg {
    width: 100%;
    height: auto;
}
.product-ticket_bottom {
    display: flex;
    align-items: center;
    gap: 4px;
}
.product-ticket__price {
    color: #178F23;
    font-size: 17px;
    font-weight: 500;
    line-height: 100%;
}
.product-ticket__oldprice {
    color: #444844;
    font-size: 13px;
    line-height: 115.385%;
    text-decoration-line: line-through;
}
.product-ticket__discount {
    height: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    background-color: #EA8D37;
    padding: 1px 3px;
    color: #FFFFFF;
    font-size: 11px;
    font-weight: 800;
    line-height: 100%;
}
.product-ticket_r {
    position: relative;
    background-color: #E0EED8;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 14px;
    padding-right: 10px;
}
.product-ticket_r--dots {
    position: absolute;
    top: 3px;
    left: -2px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
}
.product-ticket_r--dots span {
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: var(--xm-bg-header);
}

.product-ticket_r>span {
    color: #222D3A;
    font-size: 11px;
    line-height: 100%;
}
.product-ticket_r p {
    color: #004392;
    font-size: 16px;
    font-weight: 600;
    line-height: 100%;
}

.product-prices {
    margin-top: 15px;
    margin-bottom: 7px;
    /* display: flex; */
    display: block ruby;
    align-items: center;
    gap: 8px;
    position: relative;
}
#productModal .product-prices{
    display: block ruby;
}
.product-prices .price {
    font-size: 28px;
}
.product-prices .request-price {
    border-bottom: 1px dashed var(--xm-color-blue2);
    cursor: pointer;
    color: var(--colors-for-light-dark);
}
.product-prices .request-price:hover{
    border-color: transparent;
}

.product-prices>span{
    cursor: pointer;
}
.product-prices .oldprice {
    font-size: 18px;
    line-height: 26px;
}
.product-prices .discount {
    padding: 4px 7px;
}


.product-bonus {
    margin-top: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
    border-radius: 6px;
    border: 1.3px dashed #FEC200;
    padding: 3px 5px;
}
.product-bonus__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background-color: rgba(254, 194, 0, 0.08);
}
[data-theme=dark] .product-bonus__icon {
    background-color: #FEC200;
}
.product-bonus__icon svg {
    width: 21px;
    height: auto;
}
.product-bonus>p {
    color: #372D0C;
    font-size: 14px;
    font-weight: 500;
    line-height: 185.714%;
}
[data-theme=dark] .product-bonus>p {
    color: #FEC200;
}
.product-bonus>span {
    width: 16px;
    display: flex;
    align-items: center;
    margin-left: auto;
}
.product-bonus>span svg {
    width: 100%;
    height: auto;
}
.product-bonus>span svg path {
    stroke: var(--xm-color-grey2);
}

.product-gift {
    border-radius: 7px;
    border: 3px solid #CED9E5;
    padding: 12px;
    margin-top: 10px;
}
[data-theme=dark] .product-gift {
    border: 3px solid rgba(206, 217, 229, 0.13);
}
.product-gift_top {
    display: flex;
    align-items: center;
    gap: 8px;
}
.product-gift_top img {
    width: 31px;
    height: auto;
}
.product-gift_top p {
    color: var(--xm-color-read);
    font-size: 14px;
    font-weight: 700;
    line-height: 142.857%;
    text-transform: uppercase;
}
.product-gift_bottom {
    margin-top: 10px;
    border-radius: 6px;
    border: 1px solid var(--xm-bd-grey4);
    padding: 7px;
    cursor: pointer;
    position: relative;
    transition: .3s;
}
.product-gift_list {
    display: none;
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    padding-top: 55px;
    border: 1px solid var(--xm-bd-grey4);
    background-color: var(--xm-bg-header);
    border-radius: 6px;
    z-index: 10;
    padding-left: 7px;
    padding-right: 7px;
}
.product-gift_item {
    display: flex;
    align-items: center;
    gap: 10px;
    transition: .3s;
}
.product-gift_bottom>.product-gift_item {
    position: relative;
    z-index: 11;
}

.product-gift_item:not(:first-child) {
    margin-top: 10px;
}
.product-gift__img {
    width: 39px;
    height: 39px;
    background-color: #FFFFFF;
    border-radius: 4px;
}
.product-gift__img>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.product-gift__title {
    color: var(--xm-black);
    font-size: 14px;
    font-weight: 500;
    line-height: 121.429%;
    transition: .3s;
}
.product-gift_bottom.active .product-gift_item:hover .product-gift__title {
    color: var(--xm-color-read);
}
.product-gift_row {
    display: flex;
    align-items: center;
    gap: 7px;
}
.product-gift__oldprice {
    color: #868A8E;
    font-size: 16px;
    line-height: 137.5%;
    text-decoration-line: line-through;
}
.product-gift__price {
    color: #178F23;
    font-size: 16px;
    font-weight: 500;
    line-height: 137.5%;
}
.product-gift_bottom>span {
    margin-left: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: var(--xm-bd-grey4);
    transition: .3s;
    position: absolute;
    top: 15.5px;
    right: 8px;
    z-index: 12;
}
.product-gift_bottom.active>span {
    transform: rotate(180deg);
}
.product-gift_bottom>span svg {
    width: 10px;
    height: auto;
}
.product-gift_bottom>span svg path {
    stroke: var(--xm-color-grey);
    transition: .3s;
}
.product-gift_bottom:hover>span {
    background-color: var(--xm-color-read);
}
.product-gift_bottom:hover>span svg path {
    stroke: #FFFFFF;
}
.btn.product_add_to_cart_button {
    width: 100%;
    height: 62px;
    margin-top: 10px;
}


.product-buy {
    margin-top: 10px;
}
.product-buy_row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
    margin-bottom: 10px;
}
.product-buy_block {
    border-radius: 3px;
    border: 1px solid #CED9E5;
    padding: 9px 3px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 6px;
}
[data-theme=dark] .product-buy_block {
    border-color: rgba(206, 217, 229, 0.29);
}
.product-buy_block>img {
    width: 20px;
    min-width: 20px;
    height: auto;
}
.product-buy_box {
    display: flex;
    flex-direction: column;
}
.product-buy_box p {
    color: var(--xm-color-read);
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 2px;
}
.product-buy_box span {
    color: #627A87;
    font-size: 13px;
    line-height: 84.615%;
    letter-spacing: -0.26px;
}
[data-theme=dark] .product-buy_box span {
    color: #C1D4DF;
}
.product-buy_block>span {
    width: 17px;
    display: flex;
    align-items: center;
    cursor: pointer;
    position: relative;
}
.product-buy_block>span>svg {
    width: 100%;
    height: auto;
}
.product-buy_block>span>svg path {
    stroke: var(--xm-color-grey);
}

.product-buy_block>span:hover .tooltip-product {
    opacity: 1;
    visibility: visible;
}
.product__buy {
    margin-top: 10px;
    width: 100%;
    height: 46px;
}
[data-theme=dark] .product__buy {
    border-color: #CED9E5;
}
[data-theme=dark] .product__buy:hover {
    border-color: var(--xm-color-read);
}
[data-theme=dark] .product__buy span {
    color: #FFFFFF;
}

.product-gallery .owl-progress {
    display: none;
}


.product-l .product__description,
.product-l .product-description__more,
.product-l .product-attributes,
.product-l .product-attributes__more,
.product-l .product-shops,
.product-l .product-info_items {
    display: none;
}

.product-details .product-stock {
    display: none;
}
.product-details .product-block {
    display: none;
}


.product-tabs {
    background: var(--xm-bg-header);
    box-shadow: 0px 0px 19px 0px rgba(0, 0, 0, 0.05);
    overflow: hidden;
}
.product-tabs_list {
    display: flex;
    align-items: center;
    gap: 28px;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    overflow-x: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 100vw;
}
.product-tabs_list::after {
    content: '';
    display: block;
    min-width: 1px;
}
.product-tab {
    cursor: pointer;
    padding: 7px 12px;
    border-radius: 9px;
    display: flex;
    align-items: center;
    gap: 6px;
    position: relative;
    transition: .3s;
}
.product-tab.active {
    background-color: var(--xm-light-grey30);
}
.product-tab svg {
    width: 24px;
    min-width: 24px;
    height: auto;
}
.product-tab svg path {
    stroke: var(--xm-color-dark);
    transition: .3s;
}
.product-tab:hover svg path {
    stroke: var(--xm-color-read);
    transition: .3s;
}
.product-tab.active svg path {
    stroke: var(--xm-color-blue);
}
.product-tab__text {
    display: block;
    color: var(--xm-color-dark);
    font-size: 14px;
    line-height: 1.4;
    transition: .3s;
    border-bottom: 1px dashed var(--xm-color-dark);
}
.product-tab:hover .product-tab__text {
    color: var(--xm-color-read);
    border-color: var(--xm-color-read);
}
.product-tab.active .product-tab__text {
    color: var(--xm-color-blue);
    border-color: transparent;
    font-weight: 700;
}
.product-tab__count {
    display: block;
    position: absolute;
    right: 3px;
    top: -4px;
    transform: translateX(100%);
    border-radius: 7px 7px 7px 0px;
    background: #E30016;
    padding: 5px 4px 3px;
    color: #FFF;
    font-size: 10px;
    font-weight: 500;
    line-height: 90%;
    text-transform: uppercase;
    z-index: 1;
}



.product-contents {
    padding-top: 25px;
    padding-bottom: 60px;
    /* overflow: hidden; */
}
.product-content {
    display: none;
}
.product-content.active {
    display: block;
}
.product-content__title {
    color: var(--xm-black);
    display: inline-block;
    position: relative;
}
.product-content__title span {
    position: absolute;
    right: -7px;
    top: -5px;
    transform: translateX(100%);
    color: var(--xm-color-grey);
    font-family: "Fira Sans", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 157.143%;
}
.product-about {
    display: flex;
    align-items: flex-start;
    gap: 20px;
}
.product-info-block-warning__text {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.product-info-block-warning__text p {
    margin-top: 0;
}
.product-about__text {
    color: var(--xm-color-submenu--item);
    font-size: 15px;
    line-height: 140%;
    margin-top: 10px;
}
div.product-about__text {
    margin-top: 0;
}
.product-about__text p {
    margin-top: 10px;
}
/* .product-about__text * {
    color: var(--xm-color-submenu--item)!important;
} */
.product-about__text img {
    max-width: 100%;
    height: auto;
}
.product-about__text h3,
.product-about__subtitle {
    margin-top: 21px;
    margin-bottom: 21px;
    color: var(--xm-black)!important;
    font-size: 20px;
    font-weight: 600;
    line-height: 125%;
}
.product-about_feature {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 30px;
    grid-row-gap: 15px;
}
.product-about_feature li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    color: var(--xm-color-submenu--item);
    font-size: 15px;
    line-height: 140%;
}
.product-about_feature li::before {
    content: '';
    display: block;
    width: 24px;
    min-width: 24px;
    height: 24px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzEyNDlfMzQ4OTApIj4KPHBhdGggZD0iTTMgNUMzIDQuNDY5NTcgMy4yMTA3MSAzLjk2MDg2IDMuNTg1NzkgMy41ODU3OUMzLjk2MDg2IDMuMjEwNzEgNC40Njk1NyAzIDUgM0gxOUMxOS41MzA0IDMgMjAuMDM5MSAzLjIxMDcxIDIwLjQxNDIgMy41ODU3OUMyMC43ODkzIDMuOTYwODYgMjEgNC40Njk1NyAyMSA1VjE5QzIxIDE5LjUzMDQgMjAuNzg5MyAyMC4wMzkxIDIwLjQxNDIgMjAuNDE0MkMyMC4wMzkxIDIwLjc4OTMgMTkuNTMwNCAyMSAxOSAyMUg1QzQuNDY5NTcgMjEgMy45NjA4NiAyMC43ODkzIDMuNTg1NzkgMjAuNDE0MkMzLjIxMDcxIDIwLjAzOTEgMyAxOS41MzA0IDMgMTlWNVoiIHN0cm9rZT0iIzE3OEYyMyIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPHBhdGggZD0iTTkgMTJMMTEgMTRMMTUgMTAiIHN0cm9rZT0iIzE3OEYyMyIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9nPgo8ZGVmcz4KPGNsaXBQYXRoIGlkPSJjbGlwMF8xMjQ5XzM0ODkwIj4KPHJlY3Qgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0IiBmaWxsPSJ3aGl0ZSIvPgo8L2NsaXBQYXRoPgo8L2RlZnM+Cjwvc3ZnPgo=);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 0;
    margin-top: -2px;
}
.product-about__list {
    counter-reset: my-awesome-counter;
    display: flex;
    flex-direction: column;
    gap: 7px;
}
.product-about__list li {
    counter-increment: my-awesome-counter;
    display: flex;
    align-items: flex-start;
    gap: 8px;
    color: var(--xm-color-submenu--item);
    font-size: 15px;
    line-height: 140%;
}
.product-about__list li::before {
    content: counter(my-awesome-counter);
    width: 20px;
    min-width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    background: #178F23;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: 700;
    line-height: 0;
    letter-spacing: -0.12px;
}

.product-about_chars {
    width: 480px;
    min-width: 480px;
    padding-top: 47px;
    position: sticky;
    top: 0;
}
.product-about_chars .product-about__subtitle {
    margin-top: 0;
    margin-bottom: 10px;
}
.product-about_chars--list {
    margin-bottom: 10px;
}
.product-about_chars--item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 9px 16px;
}
.product-about_chars--item:nth-child(even) {
    background-color: #F4F4F4;
}
[data-theme=dark] .product-about_chars--item:nth-child(even) {
    background-color: rgba(244, 244, 244, 0.02);
}
.product-char__text {
    display: inline;
    gap: 4px;
    color: var(--xm-color-dark);
    font-size: 14px;
    font-weight: 600;
    line-height: 150%;
    max-width: 353px;
}
.product-char__text>span {
    width: 16px;
    min-width: 16px;
    display: inline-flex;
    align-items: center;
    position: relative;
    /* top: 4px; */
}
.product-char__text>span>svg {
    width: 100%;
    height: auto;
}
.product-char__text>span>svg path {
    stroke: var(--xm-color-grey);
}
.product-char__value {
    color: var(--xm-color-dark);
    font-size: 14px;
    line-height: 157.143%;
    opacity: 0.7;
    max-width: 358px;
    text-align: right;
}
.product-chars_blocks {
    margin-top: 15px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.product-chars_block {
    padding: 19px;
    border-radius: 8px;
    border: 1px solid var(--xm-bd-grey2);
}
.product-chars_top {
    display: flex;
    align-items: center;
    gap: 10px;
}
.product-chars_top svg {
    width: 32px;
    height: auto;
}
.product-chars_top svg path {
    stroke: var(--xm-color-read);
}
.product-chars_top span {
    color: var(--xm-black);
    font-size: 20px;
    font-weight: 600;
    line-height: 125%;
}
.product-chars_box {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 25px;
    margin-top: 17px;
}
.product-char {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 5px;
    padding: 8px 15px;
}
.product-char:nth-child(4n + 1),
.product-char:nth-child(4n + 2) {
    background-color: #F4F4F4;
}
[data-theme=dark] .product-char:nth-child(4n + 1),
[data-theme=dark] .product-char:nth-child(4n + 2) {
    background-color: #212529;
}
.product-chars_box_html{
    margin-top: 17px;
    color: var(--xm-color-submenu--item);
    font-size: 15px;
    line-height: 140%;
}
.product-chars_box_html span,
.product-chars_box_html b{
    color: var(--xm-color-submenu--item)!important;
}


.product-garant_case {
    max-width: 1102px;
    margin-top: 25px;
}
.product-garant_block {
    position: relative;
    border-radius: 12px;
    background-color: var(--xm-bg-subscribe);
    padding: 15px;
    display: flex;
    align-items: center;
    gap: 15px;
    overflow: hidden;
    margin-bottom: 10px;
}
.product-garant_block>svg {
    width: 277px;
    height: auto;
    position: absolute;
    top: -22px;
    left: 120px;
}
[data-theme=dark] .product-garant_block>svg g {
    opacity: 0.03;
}
.product-garant_block>img {
    width: 51px;
    min-width: 51px;
    height: auto;
}
.product-garant_box {
    position: relative;
    z-index: 1;
}
.product-garant_box p {
    color: var(--xm-dark-grey21);
    font-size: 16px;
    font-weight: 600;
    line-height: 125%;
    margin-bottom: 1px;
}
.product-garant_box span {
    color: var(--xm-dark-grey21);
    font-size: 14px;
    line-height: 157.143%;
}
.product-garant__text {
    margin-top: 10px;
    color: var(--xm-color-submenu--item);
    font-size: 15px;
    line-height: 140%;
}
.product-garant__subtitle {
    margin-top: 25px;
    margin-bottom: 25px;
    color: var(--xm-color-dark);
    font-size: 18px;
    font-weight: 600;
    line-height: 138.889%;
}
.product-garant_row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 40px;
    align-items: flex-start;
}
.product-garant_feature {
    grid-template-columns: 1fr;
    grid-gap: 7px;
}
.product-garant_info {
    padding: 20px;
    border-radius: 5px;
    background-color: var(--xm-light-grey31);
    display: flex;
    align-items: flex-start;
    gap: 8px;
}
.product-garant_info>svg {
    width: 21px;
    min-width: 21px;
    height: auto;
}
.product-garant_info>svg path {
    stroke: var(--xm-color-read);
}
.product-garant_info>p {
    color: var(--xm-dark-grey22);
    font-size: 15px;
    line-height: 140%;
}


.product-reviews_row {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin-top: 25px;
}
.product-reviews_block {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    gap: 25px;
}
.product-reviews_filter {
    border-radius: 7px;
    background-color: #F4F6F8;
    padding: 10px;
    display: flex;
    align-items: center;
    gap: 25px;
    flex-wrap: wrap;
}
[data-theme=dark] .product-reviews_filter {
    background-color: #212529;
}
.product-reviews_items {
    display: flex;
    flex-direction: column;
    gap: 25px;
}
.product-review {
    padding-bottom: 20px;
}
.product-review_top {
    display: flex;
    align-items: center;
    gap: 25px;
    border-top: 1px solid var(--xm-bd-grey2);
    border-bottom: 1px solid var(--xm-bd-grey2);
    padding-top: 14px;
    padding-bottom: 14px;
}
.product-review_row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-grow: 1;
}
.product-review_top--l {
    display: flex;
    align-items: center;
    gap: 10px;
}
.product-review_top__pic {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 33px;
    height: 33px;
    border-radius: 50%;
    overflow: hidden;
}
.product-review_top__pic img {
    width: 100%;
    height: 100%;
}
.product-review_top__pic span {
    color: #FFFFFF;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 0;
    letter-spacing: -0.16px;
}
.product-review_author {
    display: flex;
    align-items: center;
    gap: 25px;
}
.product-review_author--name {
    color: var(--xm-color-dark);
    font-size: 19px;
    font-weight: 500;
    line-height: 126.316%;
}
.product-review__date {
    color: #727C87;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: -0.14px;
}
.product-review_top--r {
    display: flex;
    align-items: center;
    gap: 6px;
}
.product-review_top__rating {
    color: var(--xm-black);
    font-size: 14px;
    line-height: 157.143%;
}
.product-review_stars {
    display: flex;
    align-items: center;
    gap: 2px;
}
.product-review_stars svg {
    width: 18px;
    height: auto;
}
/* .product-review_stars svg path {
    fill: #DDE0E7;
} */
.product-review_stars svg path.active {
    fill: #FEC200;
}
/* [data-theme=dark] .product-review_stars svg:not(.active) path:not(.active) {
    fill: rgba(221, 224, 231, 0.12);
} */
.product-review_stars svg.active path {
    fill: #FEC200;
}
.product-review_stars--count {
    background-color: #F1F8FD;
    height: 24px;
    padding-left: 7px;
    padding-right: 7px;
    border-radius: 900px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.product-review_stars--count span {
    color: #395475;
    font-size: 15px;
    font-weight: 700;
    line-height: 0;
}
.product-review_top--info {
    border-radius: 900px;
    background-color: #F0F5ED;
    height: 25px;
    padding-left: 10px;
    padding-right: 10px;
    color: #164B1B;
    font-size: 14px;
    line-height: 0;
    letter-spacing: -0.14px;
    display: flex;
    align-items: center;
    justify-content: center;
}
[data-theme=dark] .product-review_top--info {
    background-color: rgba(187, 250, 150, 0.07);
    color: #99EBA1;
}
.product-review_content {
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.product-review_box.advantages {
    padding-left: 12px;
    border-left: 2px solid #178F23;
}
.product-review_box.disadvantages {
    padding-left: 12px;
    border-left: 2px solid #E30016;
}
.product-review_content__title {
    color: var(--xm-color-dark);
    font-size: 15px;
    font-weight: 600;
    line-height: 22px;
}
.product-review_content__text {
    margin-top: 4px;
    color: var(--xm-color-submenu--item);
    font-size: 15px;
    line-height: 140%;
}
.product-review_gallery_wrapper {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-top: 10px;
}
.product-review_reply {
    margin-top: 10px;
}



.product-stars {
    width: 354px;
    min-width: 354px;
    height: auto;
    border-radius: 8px;
    background-color: var(--xm-bg-header);
    box-shadow: 0px 0px 26px 0px rgba(53, 64, 77, 0.11);
    position: sticky;
    top: 50px;
    padding: 25px;
}
.product-stars_top {
    display: flex;
    align-items: center;
    gap: 6px;
}
.product-stars_rating {
    gap: 1px;
}
.product-stars_rating svg {
    width: 26px;
    height: auto;
}
.product-stars_top span {
    color: var(--xm-color-dark);
    font-size: 20px;
    font-weight: 600;
    line-height: 22px;
}
.product-stars__count {
    color: var(--xm-color-submenu--item);
    font-size: 16px;
    line-height: 156.25%;
    letter-spacing: -0.16px;
    margin-top: 6px;
}
.product-stars__btn {
    width: 100%;
    height: 48px;
    margin-top: 15px;
}
.product-stars_block {
    margin-top: 15px;
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.product-stars_row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.product-stars_box svg {
    width: 14px;
    height: auto;
}
.product-stars_row>p {
    color: var(--xm-color-submenu--item);
    font-size: 14px;
    line-height: 157.143%;
}
.product-reviews_loadmore {
    margin-top: 25px;
    margin-bottom: 0;
}


.product-delivery {
    display: flex;
    flex-direction: column;
    gap: 25px;
}
.product-delivery__text {
    color: var(--xm-color-submenu--item);
    font-size: 15px;
    line-height: 140%;
}
.product-delivery_row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
}
.product-delivery_bottom {
    display: flex;
    flex-direction: column;
    gap: 10px;
}



.product-useful {
    display: flex;
    flex-direction: column;
    gap: 25px;
}
.product-useful_block__title {
    color: var(--xm-black);
    font-size: 20px;
    font-weight: 600;
    line-height: 125%;
    margin-bottom: 15px;
}
.product-useful_row {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.product-useful_box {
    padding: 14px 9px;
    border-radius: 5px;
    border: 1px solid var(--xm-bd-grey);
    background-color: var(--xm-bg-header);
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.06);
    display: flex;
    align-items: center;
    gap: 10px;
    width: 355px;
}
.product-useful_box--inner {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}
a.product-useful_box {
    padding: 9px;
}
a.product-useful_box:hover {
    border-color: var(--xm-color-read);
}
.product-useful_box>img {
    width: 37px;
    height: auto;
}
.product-useful_box span {
    color: var(--xm-color-dark);
    font-size: 15px;
    font-weight: 500;
    line-height: 140%;
    word-break: break-all;
}
.product-useful_box a {
    color: var(--xm-color-read);
    font-size: 15px;
    font-weight: 500;
    line-height: 100%;
    text-decoration-line: underline;
    margin-top: -2px;
}
.product-useful_box a:hover {
    opacity: 0.8;
    border-color: transparent;
}
.product-useful_info {
    padding: 19px 25px;
}
.product-useful_info::before {
    left: -370px;
    -webkit-transform: rotate(45deg) translateY(-59.5%);
    -ms-transform: rotate(45deg) translateY(-59.5%);
    transform: rotate(45deg) translateY(-59.5%);
}
.product-useful_info__title {
    color: var(--xm-color-dark);
    font-family: "Halvar Breitschrift", sans-serif;
    font-size: 22px;
    font-weight: 800;
    line-height: 127.273%;
    text-transform: uppercase;
}
.product-useful_info__title span {
    color: var(--xm-color-read);
}
.product-useful_info__text {
    margin-top: 5px;
    color: var(--xm-color-dark);
    font-size: 16px;
    line-height: 156.25%;
    letter-spacing: -0.16px;
}
.product-useful__btn {
    width: 230px;
    height: 54px;
}
.product-useful_videos--row {
    margin-top: 20px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
}
.product-useful .video-top {
    height: 349px;
}

.product-security{
    margin-bottom: 60px;
}
.product-security_block {
    border-radius: 8px;
    background-color: var(--xm-light-grey31);
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
    padding: 20px;
}
.product-security_box {
    padding-right: 30px;
}
.product-security__title {
    color: var(--xm-black);
    font-size: 20px;
    font-weight: 600;
    line-height: 25px;
    margin: 0;
}
.product-security__text {
    color: var(--xm-color-grey);
    font-size: 14px;
    line-height: 22px;
    margin-top: 5px;
}
.product-security_stat {
    margin-top: 10px;
}
.product-security_stat--row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.product-security_stat--row p {
    display: flex;
    align-items: center;
    gap: 6px;
    color: var(--xm-color-dark);
    font-size: 15px;
    line-height: 21px;
}
.product-security_stat--row p::before {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
}
.product-security_stat--row p.green::before {
    background-color: #178F23;
}
.product-security_stat--row p.red::before {
    background-color: #E30016;
}
.product-security_stat--row span {
    font-size: 15px;
    font-weight: 500;
    line-height: 21px;
}
.product-security_stat--row span.green {
    color: #178F23;
}
.product-security_stat--row span.red {
    color: #E30016;
}
.product-security_stat--line {
    margin-top: 5px;
    margin-bottom: 5px;
    width: 100%;
    height: 8px;
    background-color: #E30016;
    border-radius: 900px;
}
.product-security_stat--line span {
    display: block;
    width: var(--progress);
    height: 100%;
    border-radius: 900px;
    background-color: #178F23;
    overflow: hidden;
    position: relative;
}
.product-security_stat--line span::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzYiIGhlaWdodD0iOCIgdmlld0JveD0iMCAwIDM2IDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxyZWN0IHg9IjcuNzc3MzQiIHk9IjIxLjY3NTgiIHdpZHRoPSIxMSIgaGVpZ2h0PSIzOSIgdHJhbnNmb3JtPSJyb3RhdGUoLTEzNSA3Ljc3NzM0IDIxLjY3NTgpIiBmaWxsPSJ1cmwoI3BhaW50MF9saW5lYXJfMTM5NV83MTcxOSkiIGZpbGwtb3BhY2l0eT0iMC4xNSIvPgo8ZGVmcz4KPGxpbmVhckdyYWRpZW50IGlkPSJwYWludDBfbGluZWFyXzEzOTVfNzE3MTkiIHgxPSIxMy4yNzczIiB5MT0iMjEuNjc1OCIgeDI9IjEzLjI3NzMiIHkyPSI2MC42NzU4IiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSI+CjxzdG9wIHN0b3AtY29sb3I9IndoaXRlIiBzdG9wLW9wYWNpdHk9IjAiLz4KPHN0b3Agb2Zmc2V0PSIxIiBzdG9wLWNvbG9yPSJ3aGl0ZSIvPgo8L2xpbmVhckdyYWRpZW50Pgo8L2RlZnM+Cjwvc3ZnPgo=);
    width: 100%;
    height: 100%;
}
.product-security_info {
    display: flex;
    align-items: flex-start;
    gap: 7px;
    margin-top: 10px;
}
.product-security_info img {
    width: 25px;
    min-width: 25px;
    height: auto;
}
.product-security_info p {
    color: #178F23;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: -0.16px;
    padding-top: 4px;
    margin-bottom: 2px;
}
.product-security_info.red p{
    color: #E30016; 
}

.product-security_info span {
    color: var(--xm-color-submenu--item);
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -0.16px;
}
.product-security_defects {
    padding-top: 31px;
    display: flex;
    flex-direction: column;
    gap: 11px;
}
.product-security_defect {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
}
.product-security_defect p {
    color: var(--xm-color-dark);
    font-size: 14px;
    font-weight: 600;
    line-height: 21px;
    order: -1;
}
.product-security_defect span {
    color: var(--xm-color-dark);
    font-size: 14px;
    line-height: 22px;
    opacity: 0.7;
    order: 1;
}
.product-security_defect::after {
    content: '';
    display: block;
    flex-grow: 1;
    border-bottom: 1px dotted var(--xm-color-grey);
    order: 0;
}



.product-set {
    padding-bottom: 60px;
    overflow: hidden;
}
.product-set_grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
    margin-top: 30px;
}
.product-set_block {
    border-radius: 5px;
    border: 1px solid var(--xm-bd-grey2);
    display: flex;
    align-items: center;
    gap: 9px;
    padding-right: 14px;
}
.product-set_pic {
    width: 216px;
    min-width: 216px;
    height: 139px;
    background-color: #FFFFFF;
    border-radius: 4px;
    overflow: hidden;
    position: relative;
}
.product-set_pic>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.product-set_pic .product-cart__btn {
    position: absolute;
    left: 10px;
    top: 10px;
}
.product-set_box__title {
    color: var(--xm-color-dark);
    font-size: 14px;
    font-weight: 600;
    line-height: 21px;
    text-transform: uppercase;
}
.product-set_box__title:hover {
    color: var(--xm-color-read);
}
.product-set_box--bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-top: 9px;
}
.product-set_box__price {
    color: var(--xm-color-read);
    font-family: "Fira Sans";
    font-size: 18px;
    font-weight: 500;
    line-height: 19px;
}
.btn.product-set_box__btn {
    gap: 7px;
    padding: 8px 11px;
    background-image: none;
}
.btn.product-set_box__btn.btn-green {
    pointer-events: none;
}
.btn.product-set_box__btn::before {
    content: '';
    display: block;
    width: 18px;
    height: 18px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 0;
}
.btn.product-set_box__btn.btn-blue::before {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTkiIHZpZXdCb3g9IjAgMCAxOCAxOSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzM5NTNfMzA3MzcyKSI+CjxwYXRoIGQ9Ik05IDE2Ljc2NTZDMTMuMTQyMSAxNi43NjU2IDE2LjUgMTMuNDA3OCAxNi41IDkuMjY1NjJDMTYuNSA1LjEyMzQ5IDEzLjE0MjEgMS43NjU2MiA5IDEuNzY1NjJDNC44NTc4NiAxLjc2NTYyIDEuNSA1LjEyMzQ5IDEuNSA5LjI2NTYyQzEuNSAxMy40MDc4IDQuODU3ODYgMTYuNzY1NiA5IDE2Ljc2NTZaIiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjEuNiIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIi8+CjxwYXRoIGQ9Ik02IDkuMjY1NjJIMTIiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMS42IiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiLz4KPHBhdGggZD0iTTkgNi4yNjU2MlYxMi4yNjU2IiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjEuNiIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIi8+CjwvZz4KPGRlZnM+CjxjbGlwUGF0aCBpZD0iY2xpcDBfMzk1M18zMDczNzIiPgo8cmVjdCB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIGZpbGw9IndoaXRlIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwIDAuNSkiLz4KPC9jbGlwUGF0aD4KPC9kZWZzPgo8L3N2Zz4K);
}
.btn.product-set_box__btn.btn-green::before {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTkiIHZpZXdCb3g9IjAgMCAxOCAxOSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE1Ljc1IDQuMjVMNi40Njg3NSAxNEwyLjI1IDkuNTY4MTgiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMS42IiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiLz4KPC9zdmc+Cg==);
}
.btn.product-set_box__btn.btn-red::before {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTkiIHZpZXdCb3g9IjAgMCAxOCAxOSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzM5NTNfNDc0MDApIj4KPHBhdGggZD0iTTkgMTYuNzY1NkMxMy4xNDIxIDE2Ljc2NTYgMTYuNSAxMy40MDc4IDE2LjUgOS4yNjU2MkMxNi41IDUuMTIzNDkgMTMuMTQyMSAxLjc2NTYyIDkgMS43NjU2MkM0Ljg1Nzg2IDEuNzY1NjIgMS41IDUuMTIzNDkgMS41IDkuMjY1NjJDMS41IDEzLjQwNzggNC44NTc4NiAxNi43NjU2IDkgMTYuNzY1NloiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMS42IiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiLz4KPHBhdGggZD0iTTYgOS4yNjU2MkgxMiIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIxLjYiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIvPgo8L2c+CjxkZWZzPgo8Y2xpcFBhdGggaWQ9ImNsaXAwXzM5NTNfNDc0MDAiPgo8cmVjdCB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIGZpbGw9IndoaXRlIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwIDAuNSkiLz4KPC9jbGlwUGF0aD4KPC9kZWZzPgo8L3N2Zz4K);
}
.product-set_bottom {
    margin-top: 30px;
    border-radius: 6px;
    border: 2px dashed #FEC200;
    padding: 18px;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.product-set_l {
    margin-right: 25px;
}
.product-set_l p {
    color: var(--xm-color-dark);
    font-size: 19px;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 10px;
}
.product-set_l span {
    color: var(--xm-color-read);
    font-size: 29px;
    font-weight: 600;
    line-height: 26px;
}
.product-set_main {
    display: flex;
    align-items: center;
    gap: 7px;
}
.product-set__pic {
    width: 60px;
    min-width: 60px;
    height: 61px;
    border-radius: 5px;
    border: 1px solid #EDF0F2;
    background-color: #FFFFFF;
    overflow: hidden;
}
.product-set_main__pic {
    border-color: var(--xm-color-read);
}
.product-set__pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.product-set_main--inner {
    margin-left: 3px;
}
.product-set_main--inner__title {
    height: 19px;
    padding-left: 6px;
    padding-right: 6px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: var(--xm-color-read);
    border-radius: 900px;
}
.product-set_main--inner__title span {
    color: #FFFFFF;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
}
.product-set_main--inner>span {
    display: block;
    color: var(--xm-color-dark);
    font-size: 14px;
    font-weight: 500;
    line-height: 17px;
    letter-spacing: -0.14px;
    margin-top: 4px;
    max-width: 162px;
}
.product-set_main>span,
.product-set_carts>span {
    color: #727C87;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
}
.product-set_carts {
    margin-left: 7px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 7px;
}
.btn.product-set__btn {
    width: 214px;
    height: 62px;
    margin-left: auto;
}
.product-set_carts__pic {
    position: relative;
    overflow: visible;
}
.product-set_carts__pic img {
    border-radius: 5px;
}
.product-set_carts__pic::after {
    content: '';
    position: absolute;
    top: -3px;
    right: -3px;
    display: block;
    width: 14px;
    height: 14px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAxNCAxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3Qgd2lkdGg9IjE0IiBoZWlnaHQ9IjE0IiByeD0iNyIgZmlsbD0iIzE3OEYyMyIvPgo8cGF0aCBkPSJNMTAgNC42NjQwNkw1Ljg3NSA4Ljk5NzRMNCA3LjAyNzciIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMS42IiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiLz4KPC9zdmc+Cg==);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 0;
}


.product-related {
    background-color: #FAFAFA;
    padding-bottom: 0;
}
.product-analog {
    background-color: #FAFAFA;
    margin-bottom: 60px;
}
[data-theme=dark] .product-related,
[data-theme=dark] .product-analog {
    background-color: #2E3136;
}
.product-videos {
    padding-bottom: 0;
}
.product-guarantee__title {
    max-width: 424px;
}
.product-guarantee__text {
    max-width: 463px;
}
.product-guarantee__btn {
    width: 238px;
    min-width: 238px;
    height: 60px;
    margin-left: auto;
}

.product-other {
    padding-top: 60px;
    padding-bottom: 60px;
    overflow: hidden;
}
.product-other_row {
    margin-top: 30px;
    display: flex;
    align-items: center;
    gap: 30px;
}
.product-other__logo {
    width: 270px;
    min-width: 270px;
    height: 128px;
    border-radius: 4px;
    border: 1px solid var(--xm-bd-grey);
    background-color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
}
.product-other__logo img {
    width: 184px;
    height: auto;
    max-height: 100%;
}
.product-other__text {
    color: #222D3A;
}
.product-other_tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.product-other_box {
    padding: 11px 20px;
    border-radius: 900px;
    background-color: var(--xm-bd-grey4);
    display: flex;
    align-items: center;
    gap: 8px;
}
.product-other_box:hover {
    background-color: var(--xm-dirty-blue);
}
.product-other_box__text {
    color: var(--xm-dirty-blue);
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    transition: .3s;
}
.product-other_box:hover .product-other_box__text {
    color: #FFFFFF;
}
.product-other_box__count {
    color: var(--xm-dirty-blue);
    font-size: 14px;
    line-height: 21px;
    opacity: 0.6;
    transition: .3s;
}
.product-other_box:hover .product-other_box__count {
    color: #FFFFFF;
}
.product-other_all {
    border-radius: 900px;
    border: 1px solid #849DBB;
    padding: 10px 16px;
}
[data-theme=dark] .product-other_all {
    border-color: rgba(132, 157, 187, 0.24);
}
.product-other_all:hover {
    background-color: var(--xm-color-read);
}
.product-other_all span {
    color: var(--xm-color-read);
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    letter-spacing: -0.42px;
    border-bottom: 1px dashed rgba(0, 67, 146, 0.30);
    transition: .3s;
}
.product-other_all:hover span {
    color: #FFFFFF;
    border-color: transparent;
}
.product-viewed {
    padding-top: 0;
}


.product-like {
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #FAFAFA;
}
[data-theme=dark] .product-like {
    background-color: #2E3136;
}
.product-like_grid {
    margin-top: 20px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 20px;
}
.product-like_loadmore {
    margin-top: 20px;
}


.product-included {
    padding-top: 60px;
    overflow: hidden;
}
.product-included_row {
    margin-top: 30px;
}


.product-consult {
    padding-top: 60px;
    padding-bottom: 50px;
}


.product-cities_modal {
    width: 679px;
    padding: 0;
}
.product-cities_top {
    padding: 20px 25px;
    background-color: var(--xm-bg-section--gray2);
    border-radius: 5px 5px 0 0;
}
.product-cities__title {
    color: var(--xm-color-dark);
    font-size: 20px;
    font-weight: 600;
    line-height: 25px;
    margin-bottom: 10px;
}
.product-cities_body {
    padding: 25px;
}
.product-cities_list {
    max-height: calc((100 * var(--vh)) - 216px);
    overflow: hidden;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.product-cities_list::-webkit-scrollbar {
    width: 4px;
    height: 100%;
}
.product-cities_list::-webkit-scrollbar-track {
    background: rgba(101, 110, 119, 0.1);
}
.product-cities_list::-webkit-scrollbar-thumb {
    background-color: var(--xm-dark-grey9);
    cursor: pointer;
}
.product-cities_list::-webkit-scrollbar-button {
    width: 4px;
    height: 5px;
}
.product-cities_list::-webkit-scrollbar-button:single-button {
    background-color: transparent;
    display: block;
    border-style: solid;
    height: 6px;
    width: 6px;
    cursor: pointer;
}
.product-cities_list::-webkit-scrollbar-button:single-button:vertical:decrement {
    border: 2px solid transparent;
    border-bottom: 4px solid rgba(101, 110, 119, 0.3);
}
.product-cities_list::-webkit-scrollbar-button:single-button:vertical:increment {
    border: 2px solid transparent;
    border-top: 4px solid rgba(101, 110, 119, 0.3);
}
[data-theme=dark] .product-cities_list::-webkit-scrollbar-button:single-button:vertical:decrement {
    border-bottom: 4px solid #EBEBEB;
}
[data-theme=dark] .product-cities_list::-webkit-scrollbar-button:single-button:vertical:increment {
    border-top: 4px solid #EBEBEB;
}
.product-city {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.product-city .tooltip-city {
    order: -1;
    mask-image: url(../img/icons/icon-shop.svg);
    -webkit-mask-image: url(../img/icons/icon-shop.svg);
    background-color: var(--xm-color-grey);
}
.product-city>a {
    order: 0;
    font-weight: 600;
}
.product-city__count {
    order: 1;
    height: 27px;
    padding-left: 7px;
    padding-right: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 900px;
    background-color: var(--xm-bd-grey4);
    color: var(--xm-dirty-blue);
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
}
.product-city__text {
    order: 2;
    width: 100%;
    color: var(--xm-color-grey);
    font-size: 15px;
    line-height: 21px;
    margin-top: -3px;
}



#productCreditModal {
    padding-bottom: 59px;
}
.product-credit_modal {
    width: 622px;
    top: 59px;
    transform: none;
    margin-bottom: 59px;
}
.product-credit_modal__text {
    margin-top: 7px;
    margin-bottom: 7px;
    text-align: center;
    color: var(--xm-color-grey);
    font-size: 19px;
    line-height: 24px;
}
.product-credit_tabs--wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}
.product-credit_tabs {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 900px;
    background-color: var(--xm-light-grey32);
    padding: 5px;
}
.product-credit_tab {
    border-radius: 900px;
    padding: 15px 21px;
    transition: .3s;
    cursor: pointer;
}
.product-credit_tab.active {
    background-color: var(--xm-bg-tab);
    pointer-events: none;
}
.product-credit_tab span {
    color: var(--xm-color-grey);
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    transition: .3s;
}
.product-credit_tab:hover span {
    color: var(--xm-color-read);
}
.product-credit_tab.active span {
    color: var(--xm-color-dark);
}
.product-credit_form {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    margin-top: 25px;
}
.d-none_credit {
    display: none;
}
.product-credit_banks {
    margin-top: 5px;
    margin-bottom: 6px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 10px;
    width: 100%;
}
.product-credit_bank {
    width: 100%;
    height: 84px;
    border-radius: 5px;
    border: 1px solid var(--xm-bd-grey);
    overflow: hidden;
    background-color: #FFFFFF;
}
.product-credit_bank img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.product-credit_bottom {
    display: flex;
    align-items: center;
    gap: 25px;
}
.product-credit__btn {
    width: 235px;
    min-width: 235px;
    height: 60px;
}
.product-credit_bottom p {
    color: var(--xm-color-grey);
    font-size: 14px;
    line-height: 22px;
}
.product-credit_bottom p a {
    color: var(--xm-color-read);
    text-decoration-line: underline;
}
.product-credit_bottom p a:hover {
    opacity: 0.8;
    border-color: transparent;
}



#productGalleryModal {
    padding-bottom: 59px;
}
.product-gallery_modal {
    transform: none;
    top: 20px;
    max-width: 1700px;
    margin-bottom: 59px;
    padding: 40px 0;
}
.product-gallery_modal__title {
    display: none;
    color: var(--xm-black);
    font-size: 20px;
    font-weight: 600;
    line-height: 25px;
    padding-right: 45px;
}
.product-gallery_modal__title.active {
    display: block;
}
.product-gallery_tabs {
    margin-top: 20px;
    border-bottom: 1px solid var(--xm-bd-grey2);
    margin-top: 20px;
}
.product-gallery_tabs--row {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: -1px;
}
.product-gallery_tab {
    padding: 5px 4px;
    border-bottom: 2px solid transparent;
    display: flex;
    align-items: center;
    gap: 6px;
    cursor: pointer;
}
.product-gallery_tab.active {
    border-color: var(--xm-color-read);
}
.product-gallery_tab p {
    color: var(--xm-color-dark);
    font-size: 15px;
    font-weight: 500;
    line-height: 25px;
    transition: .3s;
    opacity: 0.8;
}
.product-gallery_tab.active p {
    opacity: 1;
}
.product-gallery_tab span {
    color: var(--xm-color-grey);
    font-size: 13px;
    line-height: 25px;
}
.product-gallery_videos--wrapper {
    position: relative;
    margin-top: 20px;
    margin-bottom: 20px;
}
.product-gallery_videos {
    max-width: 1105px;
    margin-left: auto;
    margin-right: auto;
    max-height: 600px;
}
.product-gallery_videos .video-play {
    width: 78px;
}
.product-gallery_videos .video-top {
    height: 500px;
}
.product-gallery_nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 30px;
    right: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 0;
}
.product-gallery_nav span {
    width: 38px;
    display: flex;
    align-items: center;
    cursor: pointer;
    transition: .3s;
}
.product-gallery_nav span svg {
    width: 100%;
    height: auto;
}
.product-gallery_nav span svg path {
    stroke: var(--xm-color-dark);
}
.product-gallery_nav span:hover svg path {
    stroke: var(--xm-color-read);
}
.product-gallery_minvideos__title,
.product-gallery_minvideos {
    max-width: 1105px;
    margin-left: auto;
    margin-right: auto;
}
.product-gallery_minvideos {
    position: relative;
}
.product-gallery_minvideos .owl-stage-outer {
    overflow: hidden;
}
.product-gallery_minvideos .owl-stage {
    display: flex;
}
.product-gallery_minvideos__title {
    margin-top: 0;
    margin-bottom: 18px;
    color: var(--xm-black);
    font-size: 20px;
    font-weight: 600;
    line-height: 25px;
}
.product-gallery_minvideos .video-top {
    height: 114.5px;
}
.product-gallery_minvideos  .video-bottom {
    margin-top: 10px;
}
.product-gallery_minvideos .video-bottom__text {
    line-height: 20px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.product-gallery_minvideos .owl-nav,
.product-gallery_photos .owl-nav {
    position: absolute;
    left: -17.5px;
    right: -17.5px;
    top: 39px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 0;
}
.product-gallery_minvideos .owl-nav button,
.product-gallery_photos .owl-nav button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    background-color: #FFF!important;
    border: 1px solid #FFF!important;
    -webkit-box-shadow: 0px 4px 11px 0px rgba(0, 0, 0, 0.10);
    box-shadow: 0px 4px 11px 0px rgba(0, 0, 0, 0.10);
    border-radius: 50%;
    transition: .3s;
    transform: translateY(50%);
}
.product-gallery_photos .owl-nav button {
    transform: translateY(25%);
}
[data-theme=dark] .product-gallery_minvideos .owl-nav button,
[data-theme=dark] .product-gallery_photos .owl-nav button {
    background-color: #1E2226!important;
    border-color: rgba(237, 240, 242, 0.03)!important;
}
.product-gallery_minvideos .owl-nav button:hover,
.product-gallery_photos .owl-nav button:hover {
    background-color: var(--xm-color-read)!important;
    border-color: var(--xm-color-read)!important;
}
.product-gallery_minvideos .owl-nav button span,
.product-gallery_photos .owl-nav button span {
    display: flex;
    align-items: center;
    width: 16px;
}
.product-gallery_minvideos .owl-nav button span svg,
.product-gallery_photos .owl-nav button span svg {
    width: 100%;
    height: auto;
}
.product-gallery_minvideos .owl-nav button svg path,
.product-gallery_photos .owl-nav button span svg path {
    transition: .3s;
    stroke: var(--xm-color-dark);
}
.product-gallery_minvideos .owl-nav button:hover svg path,
.product-gallery_photos .owl-nav button:hover svg path {
    stroke: #FFFFFF;
}
.product-gallery_minvideos .video-play {
    width: 40px;
}
.product-gallery_content {
    display: none;
}
.product-gallery_content.active {
    display: block;
}
.product-gallery_pic {
    display: flex;
    align-items: center;
    border-radius: 4px;
    border: 1px solid transparent;
    overflow: hidden;
    height: 600px;
}
.product-gallery_pic.active {
    border: 1px solid var(--xm-color-read);
}
.product-gallery_pic img {
    width: auto!important;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
}
.product-gallery_photos .product-gallery_pic {
    border-radius: 7px;
    height: 102px;
    overflow: hidden;
    cursor: pointer;
}
.product-gallery_photos .product-gallery_pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.product-gallery_photos {
    max-width: 1105px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
}


.product-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #FFFFFF;
    box-shadow: 0px 6px 25px 0px rgba(0, 0, 0, 0.17);
    z-index: 994;
    display: none;
}
[data-theme=dark] .product-header {
    background-color: #1C1D1E;
}

.product-header_row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 90px;
}
.product-header_tabs {
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.product-header_tab {
    cursor: pointer;
}
.product-header_tab>span {
    border-bottom: 1px dashed var(--xm-color-dark);
    color: var(--xm-color-dark);
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    transition: .3s;
}
.product-header_tab:hover>span {
    color: var(--xm-color-read);
    border-color: rgba(0, 67, 146, 0.30);
}
.product-header_tab.active>span {
    color: var(--xm-color-read);
    border-bottom: 1px dashed rgba(0, 67, 146, 0.30);
}
.product-header_controls {
    display: flex;
}
.product-header_control {
    padding: 5px 12px;
    display: flex;
    align-items: center;
    gap: 5px;
    border-left: 1px solid var(--xm-bd-grey4);
}
.product-header_control svg {
    width: 36px;
    height: auto;
}
.product-header_control span {
    color: var(--xm-color-dark);
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    transition: .3s;
}
.product-header_control.favourite path:first-child {
    stroke: none!important;
    fill: none!important;
}
.product-header_control path {
    transition: .3s;
}
[data-theme=dark] .product-header_control path {
    stroke: #FFFFFF;
}
.product-header_control.favourite:hover span,
.product-header_control.favourite._added span {
    color: #E30016;
}
.product-header_control.favourite:hover path,
.product-header_control.favourite._added path {
    stroke: #E30016;
}
.product-header_control.favourite._added path {
    fill: #E30016;
}
.product-header_control.compare:hover span,
.product-header_control.compare._added span {
    color: var(--xm-color-read);
}
.product-header_control.compare:hover path,
.product-header_control.compare._added path {
    stroke: var(--xm-color-read);
}

.product-header_control__text--added,
.product-header_control._added .product-header_control__text {
    display: none;
}
.product-header_control._added .product-header_control__text--added {
    display: block;
}
.btn.product-header__btn {
    border-radius: 0;
    padding: 14px 25px;
}


#productReviewModal {
    padding-bottom: 59px;
}
.product-review_modal {
    transform: none;
    max-width: 882px;
    top: 59px;
    margin-bottom: 59px;
}
.product-review_modal__text {
    margin-top: 7px;
    color: var(--xm-color-grey);
    text-align: center;
    font-size: 19px;
    font-weight: 500;
    line-height: 24px;
}
.product-review_modal .rating-input {
    gap: 0;
}
.form-modal__subtitle {
    font-size: 19px;
    line-height: 24px;
}
.product-review_modal .reviews-form_bottom span a {
    text-decoration: underline;
}
.product-gallery_photos .owl-nav .disabled {
    opacity: 0;
    visibility: hidden;
}

#productViewModal {
    padding-bottom: 59px;
}
.view-modal {
    top: 59px;
    transform: none;
    margin-bottom: 59px;
}
.view-modal .product-top_row {
    margin-top: 25px;
}

/* .product-analog .product-cart_bottom {
    padding-bottom: 0;
} */
.product-analog_bottom {
    border-radius: 0px 0px 4px 4px;
    border-top: 1px solid var(--xm-bd-grey2);
    background-color: #F2F5FD;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    gap: 7px;
    width: calc(100% + 40px);
    margin-left: -20px;
    margin-top: 8px;
    transition: .3s;
    padding-top: 7px;
    padding-bottom: 7px;
}
[data-theme=dark] .product-analog_bottom {
    background-color: #202A33;
}
.product-analog_bottom span {
    color: var(--xm-dirty-blue);
    font-size: 14px;
    font-weight: 500;
    line-height: 19px;
    letter-spacing: -0.14px;
    transition: .3s;
}
.product-analog_bottom:hover {
    background-color: var(--xm-color-read);
}
.product-analog_bottom:hover span {
    color: #FFFFFF;
}


.product-set_bottom__layer {
    width: 588px;
    height: auto;
    position: absolute;
    top: -148px;
    right: -125px;
    z-index: -1;
}


.product-videos .video-review .video-top {
    height: 200px;
}

.product-manager_row {
    display: flex;
    align-items: flex-start;
    gap: 20px;
}
.product-manager_sidebar {
    width: 275px;
    min-width: 275px;
    border-radius: 10px;
    border: 1px solid var(--xm-bd-grey2);
    background-color: var(--xm-bg-header);
    overflow: hidden;
    padding-top: 9px;
    padding-bottom: 9px;
    position: sticky;
    top: 70px;
    z-index: 10;
    align-self: start;
}
.product-manager_sidebar li {
    padding: 10px 19px;
    cursor: pointer;
    color: var(--xm-dark-grey6);
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    letter-spacing: -0.42px;
    border-left: 3px solid transparent;
    transition: .3s;
}
.product-manager_sidebar li.active {
    border-left: 3px solid var(--xm-color-read);
    color: var(--xm-color-read);
    background-color: var(--xm-light-grey34);
}
.product-manager_sidebar li:hover {
    color: var(--xm-color-read);
    background-color: var(--xm-light-grey34);
}



.product-manager_inner {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    gap: 30px;
    width: calc(100% - 295px);
}
.product-manager_block {
    border-radius: 4px;
    border: 1px solid var(--xm-bd-grey2);
    background-color: var(--xm-bg-header);
    transition: .3s;
}
.product-manager_block:not(.active):hover {
    box-shadow: 0px 0px 12.9px 0px rgba(0, 0, 0, 0.11);
    border: 1px solid var(--xm-light-grey13);
}
.product-manager_block--top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    padding: 19px;
}
.product-manager_block.active .product-manager_block--top {
    padding-bottom: 15px;
}
.product-manager_block--top>span {
    background-color: var(--xm-bd-menu--mobile);
    border-radius: 50%;
    width: 40px;
    min-width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .3s;
}
.product-manager_block.active .product-manager_block--top>span {
    transform: rotate(180deg);
}
.product-manager_block--top>span svg {
    width: 13px;
    height: auto;
}
.product-manager_block--top>span svg path {
    stroke: var(--xm-color-read);
    transition: .3s;
}
.product-manager_block__title {
    color: var(--xm-color-dark);
    font-size: 19px;
    font-weight: 500;
    line-height: 24px;
}


.product-manager_block--bottom_wrapper {
    padding-bottom: 5px;
}
.product-manager_block--bottom {
    padding-left: 19px;
    padding-right: 19px;
    padding-bottom: 15px;
}
.product-manager_delivery {
    max-width: 810px;
    display: flex;
    flex-wrap: wrap;
    row-gap: 15px;
    column-gap: 20px;
}
.product-manager_delivery--info {
    flex-direction: row;
    gap: 9px;
    cursor: pointer;
}
.product-manager_delivery--info>input {
    display: none;
}
.product-manager_delivery--box {
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.product-manager_delivery--box p {
    display: flex;
    align-items: center;
    gap: 4px;
    color: var(--xm-black);
    font-size: 14px;
    line-height: 22px;
}
.product-manager_delivery--box p input {
    width: 95px;
    height: 28px;
    display: block;
    border-radius: 4px;
    border: 1px solid var(--xm-bd-inp);
    background: var(--xm-bg-body);
    padding-left: 10px;
    padding-right: 10px;
    color: var(--xm-color-dark);
    font-size: 14px;
    line-height: 22px;
}
.product-manager_delivery--box span {
    color: var(--xm-color-grey);
    font-size: 13px;
    line-height: 16px;
    letter-spacing: -0.13px;
}
.product-manager_delivery__btn {
    width: 260px;
    height: 46px;
}


.product-manager_results {
    display: flex;
    flex-direction: column;
    gap: 15px;
    width: calc(100% + 38px);
    margin-left: -19px;
    padding-left: 19px;
    padding-right: 19px;
    border-top: 1px solid var(--xm-bd-grey2);
    padding-top: 14px;
    margin-top: 15px;
}
.product-manager_results--row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 15px;
}
.product-manager_results--box {
    display: flex;
    flex-direction: column;
    border-radius: 7px;
    border: 1px solid var(--xm-bd-grey5);
    background-color: var(--xm-bg-body);
}
.product-manager_results--top {
    padding: 12px 14px;
    border-bottom: 1px solid var(--xm-bd-grey5);
}
.product-manager_results__title {
    color: var(--xm-color-dark);
    font-size: 16px;
    font-weight: 500;
    line-height: 110%;
}
.product-manager_results--mid {
    padding: 10px 14px;
    flex-grow: 1;
}
.product-manager_results--info {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    column-gap: 10px;
    row-gap: 4px;
}
.product-manager_results--info>p {
    color: var(--xm-color-dark);
    font-size: 15px;
    line-height: 21px;
    display: flex;
    align-items: center;
    gap: 5px;
}
.product-manager_results--info>p::before {
    content: '';
    display: block;
    width: 18px;
    height: 18px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxOCAxOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTYuNzUgOC4yNUM2Ljc1IDguODQ2NzQgNi45ODcwNSA5LjQxOTAzIDcuNDA5MDEgOS44NDA5OUM3LjgzMDk3IDEwLjI2MjkgOC40MDMyNiAxMC41IDkgMTAuNUM5LjU5Njc0IDEwLjUgMTAuMTY5IDEwLjI2MjkgMTAuNTkxIDkuODQwOTlDMTEuMDEyOSA5LjQxOTAzIDExLjI1IDguODQ2NzQgMTEuMjUgOC4yNUMxMS4yNSA3LjY1MzI2IDExLjAxMjkgNy4wODA5NyAxMC41OTEgNi42NTkwMUMxMC4xNjkgNi4yMzcwNSA5LjU5Njc0IDYgOSA2QzguNDAzMjYgNiA3LjgzMDk3IDYuMjM3MDUgNy40MDkwMSA2LjY1OTAxQzYuOTg3MDUgNy4wODA5NyA2Ljc1IDcuNjUzMjYgNi43NSA4LjI1WiIgc3Ryb2tlPSIjMDA0MzkyIiBzdHJva2Utd2lkdGg9IjEuNiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+CjxwYXRoIGQ9Ik0xMy4yNDI3IDEyLjc3OEwxMC4wNjA1IDE2LjA0OUM5Ljc3OTI0IDE2LjMzNzggOS4zOTc5NCAxNi41IDkuMDAwMzcgMTYuNUM4LjYwMjgxIDE2LjUgOC4yMjE1MSAxNi4zMzc4IDcuOTQwMjUgMTYuMDQ5TDQuNzU3MjUgMTIuNzc4QzMuOTE4MTcgMTEuOTE1NSAzLjM0Njc1IDEwLjgxNjYgMy4xMTUyNyA5LjYyMDI5QzIuODgzNzggOC40MjM5NyAzLjAwMjYyIDcuMTgzOTYgMy40NTY3NSA2LjA1NzA2QzMuOTEwODkgNC45MzAxNyA0LjY3OTkyIDMuOTY2OTkgNS42NjY2MSAzLjI4OTM0QzYuNjUzMyAyLjYxMTY5IDcuODEzMzMgMi4yNSA5IDIuMjVDMTAuMTg2NyAyLjI1IDExLjM0NjcgMi42MTE2OSAxMi4zMzM0IDMuMjg5MzRDMTMuMzIwMSAzLjk2Njk5IDE0LjA4OTEgNC45MzAxNyAxNC41NDMyIDYuMDU3MDZDMTQuOTk3NCA3LjE4Mzk2IDE1LjExNjIgOC40MjM5NyAxNC44ODQ3IDkuNjIwMjlDMTQuNjUzMiAxMC44MTY2IDE0LjA4MTggMTEuOTE1NSAxMy4yNDI3IDEyLjc3OFoiIHN0cm9rZT0iIzAwNDM5MiIgc3Ryb2tlLXdpZHRoPSIxLjYiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 0;
}
[data-theme=dark] .product-manager_results--info>p::before {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxOCAxOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTYuNzUgOC4yNUM2Ljc1IDguODQ2NzQgNi45ODcwNSA5LjQxOTAzIDcuNDA5MDEgOS44NDA5OUM3LjgzMDk3IDEwLjI2MjkgOC40MDMyNiAxMC41IDkgMTAuNUM5LjU5Njc0IDEwLjUgMTAuMTY5IDEwLjI2MjkgMTAuNTkxIDkuODQwOTlDMTEuMDEyOSA5LjQxOTAzIDExLjI1IDguODQ2NzQgMTEuMjUgOC4yNUMxMS4yNSA3LjY1MzI2IDExLjAxMjkgNy4wODA5NyAxMC41OTEgNi42NTkwMUMxMC4xNjkgNi4yMzcwNSA5LjU5Njc0IDYgOSA2QzguNDAzMjYgNiA3LjgzMDk3IDYuMjM3MDUgNy40MDkwMSA2LjY1OTAxQzYuOTg3MDUgNy4wODA5NyA2Ljc1IDcuNjUzMjYgNi43NSA4LjI1WiIgc3Ryb2tlPSIjMTI3MEUwIiBzdHJva2Utd2lkdGg9IjEuNiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+CjxwYXRoIGQ9Ik0xMy4yNDI3IDEyLjc3OEwxMC4wNjA1IDE2LjA0OUM5Ljc3OTI0IDE2LjMzNzggOS4zOTc5NCAxNi41IDkuMDAwMzcgMTYuNUM4LjYwMjgxIDE2LjUgOC4yMjE1MSAxNi4zMzc4IDcuOTQwMjUgMTYuMDQ5TDQuNzU3MjUgMTIuNzc4QzMuOTE4MTcgMTEuOTE1NSAzLjM0Njc1IDEwLjgxNjYgMy4xMTUyNyA5LjYyMDI5QzIuODgzNzggOC40MjM5NyAzLjAwMjYyIDcuMTgzOTYgMy40NTY3NSA2LjA1NzA2QzMuOTEwODkgNC45MzAxNyA0LjY3OTkyIDMuOTY2OTkgNS42NjY2MSAzLjI4OTM0QzYuNjUzMyAyLjYxMTY5IDcuODEzMzMgMi4yNSA5IDIuMjVDMTAuMTg2NyAyLjI1IDExLjM0NjcgMi42MTE2OSAxMi4zMzM0IDMuMjg5MzRDMTMuMzIwMSAzLjk2Njk5IDE0LjA4OTEgNC45MzAxNyAxNC41NDMyIDYuMDU3MDZDMTQuOTk3NCA3LjE4Mzk2IDE1LjExNjIgOC40MjM5NyAxNC44ODQ3IDkuNjIwMjlDMTQuNjUzMiAxMC44MTY2IDE0LjA4MTggMTEuOTE1NSAxMy4yNDI3IDEyLjc3OFoiIHN0cm9rZT0iIzEyNzBFMCIgc3Ryb2tlLXdpZHRoPSIxLjYiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K);
}
.product-manager_results--info>span {
    color: var(--xm-dirty-blue);
    font-size: 15px;
    font-weight: 600;
    line-height: 26px;
    text-transform: uppercase;
    display: block;
}
.product-manager_results--info>span span {
    color: var(--xm-color-dark);
    line-height: 21px;
    text-transform: none;
}
.product-manager_results--mid ul {
    padding-left: 22px;
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin-top: 6px;
}
.product-manager_results--mid ul li {
    display: flex;
    align-items: center;
    gap: 4px;
    color: var(--xm-color-dark);
    font-size: 15px;
    line-height: 21px;
}
.product-manager_results--mid ul li::before {
    content: '';
    display: block;
    width: 13px;
    height: 13px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iMTMiIHZpZXdCb3g9IjAgMCAxMyAxMyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzM4NjVfNTYwODA1KSI+CjxwYXRoIGQ9Ik02LjUwMjYgMTEuNzQ3NEM5LjQ5NDE1IDExLjc0NzQgMTEuOTE5MyA5LjMyMjI3IDExLjkxOTMgNi4zMzA3M0MxMS45MTkzIDMuMzM5MTkgOS40OTQxNSAwLjkxNDA2MiA2LjUwMjYgMC45MTQwNjJDMy41MTEwNiAwLjkxNDA2MiAxLjA4NTk0IDMuMzM5MTkgMS4wODU5NCA2LjMzMDczQzEuMDg1OTQgOS4zMjIyNyAzLjUxMTA2IDExLjc0NzQgNi41MDI2IDExLjc0NzRaIiBzdHJva2U9IiM3MjdDODciIHN0cm9rZS13aWR0aD0iMS4zIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiLz4KPHBhdGggZD0iTTQuMzM1OTQgNi4zMzIwM0g4LjY2OTI3IiBzdHJva2U9IiM3MjdDODciIHN0cm9rZS13aWR0aD0iMS4zIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiLz4KPHBhdGggZD0iTTYuNSA0LjE2NDA2VjguNDk3NCIgc3Ryb2tlPSIjNzI3Qzg3IiBzdHJva2Utd2lkdGg9IjEuMyIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIi8+CjwvZz4KPGRlZnM+CjxjbGlwUGF0aCBpZD0iY2xpcDBfMzg2NV81NjA4MDUiPgo8cmVjdCB3aWR0aD0iMTMiIGhlaWdodD0iMTMiIGZpbGw9IndoaXRlIi8+CjwvY2xpcFBhdGg+CjwvZGVmcz4KPC9zdmc+Cg==);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 0;
}
.product-manager_results--bottom {
    border-top: 1px solid var(--xm-bd-grey5);
    padding: 7px 14px;
    display: flex;
    align-items: center;
    gap: 7px;
}
.product-manager_results__price {
    color: var(--xm-color-read);
    font-size: 17px;
    font-weight: 700;
    line-height: 26px;
    text-transform: uppercase;
}
.product-manager_results--bottom>span {
    color: var(--xm-color-dark);
    font-size: 15px;
    line-height: 21px;
}
.product-manager_results__days {
    color: var(--xm-color-grey);
    font-size: 13px;
    line-height: 16px;
    letter-spacing: -0.13px
}

.product-manager_results--info2 {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 13px 14px;
    border-radius: 5px;
    border: 1px dashed var(--xm-color-read);
    background-color: var(--xm-light-grey11);
}
.product-manager_results--info2 svg {
    width: 21px;
    min-width: 21px;
    height: auto;
}
.product-manager_results--info2 svg path {
    stroke: var(--xm-color-read);
}
.product-manager_results--info2 span {
    display: block;
    color: var(--xm-dirty-blue);
    font-size: 15px;
    line-height: 21px;
}


.product-manager_print {
    display: flex;
    align-items: center;
    gap: 15px;
    padding-bottom: 10px;
}
.product-manager_print .btn {
    height: 46px;
}
.product-manager_print__dwnld {
    width: 107px;
}
.product-manager_print__print {
    width: 160px;
}


.product-manager_credit {
    display: flex;
    flex-direction: column;
    gap: 25px;
}
.product-manager_credit__title {
    color: var(--xm-color-dark);
    font-size: 16px;
    font-weight: 500;
    line-height: 110%;
    width: 100%;
}
.product-manager_credit2 {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.product-manager_credit2__btn {
    height: 49px;
}

.product-manager_form_control__text {
    color: var(--xm-color-dark);
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 15px;
}


.product-manager_info {
    display: flex;
    flex-direction: column;
    gap: 7px;
    max-width: 789px;
}
.product-manager_info--row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
}
.product-manager_info--row[data-code="MANAGER_PERCENT"] span {
    color: #e30016;
    font-size: 17px;
    font-weight: 600;
}
.product-manager_info--row::after {
    content: '';
    display: block;
    flex-grow: 1;
    height: 0;
    border-bottom: 1px dotted var(--xm-color-grey);
}
.product-manager_info--row p {
    color: var(--xm-color-dark);
    font-size: 14px;
    font-weight: 600;
    line-height: 21px;
}
.product-manager_info--row span {
    color: var(--xm-color-dark);
    font-size: 14px;
    line-height: 22px;
    order: 1;
}


.product-manager_products {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 10px;
}
.product-manager_products .product-cart_pic {
    height: 139px;
}
.product-manager_products .product-cart_top {
    padding: 0;
    padding-bottom: 10px;
}
.product-manager_products .product-cart_bottom {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 0;
}
.product-manager_products .product-cart__title {
    font-size: 14px;
    line-height: 18px;
    margin-top: 8px;
    margin-bottom: 8px;
}
.product-manager_products .price {
    font-size: 17px;
}
.product-manager_products .oldprice {
    font-size: 12px;
    line-height: 26px;
}
.product-manager_products .product-cart_prices--l {
    gap: 2px;
}
.product-manager_products .product-cart_prices--l>span {
    width: 14px;
    min-width: 14px;
    height: 14px;
}
.product-manager_products .product-cart_prices--r {
    gap: 6px;
}
.product-cart__manager {
    margin-top: 5px;
    color: var(--xm-color-grey);
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    text-transform: uppercase;
}
.product-manager_products--price {
    color: #E30016;
    font-size: 17px;
    font-weight: 600;
    line-height: 26px;
}
.product-manager_products__btn {
    width: 78px;
    height: 30px;
    gap: 6px!important;
    margin-top: 5px;
    position: relative;
}
.product-manager_products__btn span {
    text-transform: none!important;
    font-weight: 500!important;
}
.product-manager_products__btn .tooltip {
    bottom: 41px;
    width: 413px;
}
.product-manager_products .product-cart:first-child .tooltip {
    left: 0;
    transform: none;
}
.product-manager_products .product-cart:first-child .tooltip::after {
    left: 39px;
}
.product-manager_products__btn:hover .tooltip {
    visibility: visible;
    opacity: 1;
}
.product-manager_products__btn .tooltip-list {
    list-style-type: disc;
    padding-left: 19px;
}
.product-manager_products__btn .tooltip-list li {
    list-style: disc;
    text-align: left;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: -0.42px;
    text-transform: none;
}

.product-manager_block__subtitle {
    margin-top: 2px;
    color: var(--xm-color-dark);
    font-size: 16px;
    font-weight: 500;
    line-height: 110%;
    opacity: 0.8;
}
.product-manager_block__subtitle span {
    font-size: 14px;
    font-weight: 400;
}

.product-manager_chars,
.product-manager_chars--item {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.product-manager_chars--item {
    border-radius: 7px;
    padding: 15px;
}
.product-manager_chars--pluses {
    background-color: #F0F5ED;
}
.product-manager_chars--minuses {
    background-color: #FDF6F5;
}
.product-manager_chars__title {
    color: #222D3A;
    font-size: 16px;
    font-weight: 500;
    line-height: 110%;
}
.product-manager_chars--item ul {
    list-style-type: disc;
    padding-left: 25px;
}
.product-manager_chars--item li {
    list-style-type: disc;
    color: #222D3A;
    font-size: 14px;
    line-height: 22px;
}


.product-manager_cases {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.product-manager_case {
    border-radius: 7px;
    background-color: var(--xm-bg-section--gray);
}
.product-manager_case--top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px;
    cursor: pointer;
}
.product-manager_case__title {
    color: var(--xm-color-dark);
    font-size: 16px;
    font-weight: 500;
    line-height: 110%;
    transition: .3s;
}
.product-manager_case--top:hover .product-manager_case__title {
    color: var(--xm-color-read);
}
.product-manager_case--top svg {
    transition: .3s;
}
.product-manager_case._active .product-manager_case--top svg {
    transform: rotate(180deg);
}
.product-manager_case--top svg path {
    stroke: var(--xm-color-dark);
    transition: .3s;
}
.product-manager_case--top:hover svg path {
    stroke: var(--xm-color-read);
}
.product-manager_case--bottom {
    display: none;
    padding: 15px;
    border-top: 1px solid var(--xm-bd-grey2);
}
.product-manager_case.active .product-manager_case--bottom {
    display: block;
}
.product-manager_case--box {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 10px;
    padding: 7px 15px;
    background-color: #F6FAFF;
    border-radius: 7px;
}
.product-manager_case--box:last-child {
    margin-bottom: 0;
}
.product-manager_case--box span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    min-width: 38px;
    height: 38px;
    border-radius: 50%;
    color: #FFFFFF;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 17px;
    letter-spacing: -0.16px;
    background-color: #BBD4F2;
}
.product-manager_case--box2 {
    margin-left: 25px;
    background-color: #FEF9E9;
}
.product-manager_case--box2 span {
    background-color: #FEC200;
}
.product-manager_case--box span img {
    width: 26px;
    height: auto;
}
.product-manager_case--box p {
    padding-top: 8.5px;
    color: #222D3A;
    font-size: 14px;
    line-height: 22px;
}


.product-manager_faq {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.product-manager_faq--block {
    border-radius: 4px;
    border: 1px solid var(--xm-bd-grey2);
    background-color: var(--xm-bg-body);
    transition: .3s;
}
.product-manager_faq--block.active {
    border-color: var(--xm-color-read);
}
.product-manager_faq--top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 19px;
    cursor: pointer;
}
.product-manager_faq--block.active .product-manager_faq--top {
    border-color: var(--xm-color-read);
}
.product-manager_faq__title {
    color: var(--xm-color-dark);
    font-size: 16px;
    font-weight: 500;
    line-height: 110%;
    transition: .3s;
}
.product-manager_faq--top:hover .product-manager_faq__title {
    color: var(--xm-color-read);
}
.product-manager_faq--top svg {
    transition: .3s;
}
.product-manager_faq--block.active .product-manager_faq--top svg {
    transform: rotate(180deg);
}
.product-manager_faq--top svg path {
    stroke: var(--xm-color-dark);
    transition: .3s;
}
.product-manager_faq--top:hover svg path {
    stroke: var(--xm-color-read);
}
.product-manager_faq--bottom {
    padding: 14px 19px;
    padding-top: 0;
    display: none;
}
.product-manager_faq--box {
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding-top: 15px;
    border-top: 1px solid var(--xm-color-read);
}
.product-manager_faq--box h5 {
    /* margin-top: 15px; */
    margin-bottom: 0;
    color: var(--xm-color-dark);
    font-family: "Fira Sans", sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase;
}
.product-manager_faq--box p,
.product-manager_faq--box ol li,
.product-manager_faq--box ul li {
    color: #222D3A;
    font-size: 15px;
    line-height: 21px;
}
.product-manager_faq--box ol,
.product-manager_faq--box ul {
    display: flex;
    flex-direction: column;
    gap: 3px;
    padding-left: 15px;
}
.product-manager_faq--box ol {
    counter-reset: my-awesome-counter;
}
.product-manager_faq--box ol li,
.product-manager_faq--box ul li {
    display: flex;
    align-items: center;
    gap: 8px;
}
.product-manager_faq--box ol li {
    counter-increment: my-awesome-counter;
}
.product-manager_faq--box ol li::before {
    content: counter(my-awesome-counter);
    width: 20px;
    min-width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--xm-color-read);
    border-radius: 5px;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: 700;
    line-height: 0;
    letter-spacing: -0.12px;
}
.product-manager_faq--box ul li::before {
    content: '';
    width: 5px;
    min-width: 5px;
    height: 5px;
    background-color: var(--xm-color-read);
    border-radius: 50%;
}

.product-chars table {
	width: 100%;
	border-collapse: collapse;
	border: none!important;
}

.product-chars table tbody {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 25px;                
}

.product-chars table tbody tr{
	display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 5px;
	padding: 8px 15px;
}

.product-chars table td {
    font-size: 14px;
	border:0;
	line-height:150%;
    color: var(--xm-color-dark);
}

.product-chars table tr:nth-child(4n+1), .product-chars table tr:nth-child(4n+2) {
    background-color: rgb(244, 244, 244);
}
[data-theme=dark] .product-chars table tr:nth-child(4n+1), [data-theme=dark] .product-chars table tr:nth-child(4n + 2){
    background-color: #212529;
}



.product-chars table td:nth-child(2n+1) {
    font-weight: 600;
}

.product-chars table td:nth-child(2n) {
    opacity: 0.7;
}



.product-gallery_slider:not(.owl-loaded){
    display: flex;
}
.product-gallery_slider:not(.owl-loaded) .product-gallery_item{
    flex: 1 0 100%;
}
.product-gallery_slider:not(.owl-loaded) .product-gallery_item img{
    display: block;
}
.product-gallery_slider:not(.owl-loaded) .product-gallery_item:nth-child(n+2){
    display: none;
}




@media(min-width: 1561px) {
    .view-modal .product-l {
        max-width: calc(50% + 25px);
    }
    .view-modal .product-r {
        width: calc(50% - 45px);
    }
    .view-modal .product-ticket_l {
        padding-left: 7px;
        padding-right: 6px;
    }
    .view-modal .product-ticket__price {
        font-size: 16px;
    }
    .view-modal .product-ticket__oldprice {
        font-size: 12px;
    }
    .view-modal .product-ticket_r {
        padding-left: 7px;
        padding-right: 7px;
    }
    .view-modal .product-buy_block {
        padding-left: 5px;
        padding-right: 5px;
    }
}












@media (min-width: 1921px) {
    .product-gallery_modal {
        max-width: 88.542vw;
    }
}
@media(max-width: 1740px) {
    .product-gallery_modal {
        max-width: calc(100% - 50px);
    }
}
@media(max-width: 1560px) {
    .product-gallery {
        max-width: 395px;
        min-width: 395px;
    }
    .product-l {
        max-width: 508px;
        height: 354px;
    }
    .product-r {
        width: auto;
        flex-grow: 1;
    }


    .product-about_chars {
        width: 400px;
        min-width: 400px;
    }

    .product-useful .video-top {
        height: 349px;
    }


    .product-set_pic {
        width: 154px;
        min-width: 154px;
    }

    .product-like_grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .product-header_row {
        gap: 40px;
    }


    .product-manager_products {
        overflow: hidden;
        overflow-x: auto;
        width: calc(100% + 38px);
        padding-left: 19px;
        padding-right: 19px;
        margin-left: -19px;
    }
    .product-manager_products .product-cart {
        min-width: 221px;
    }

}
@media(max-width: 1510px) {
    .view-modal {
        max-width: calc(100% - 30px);
        padding: 15px;
    }
}
@media(max-width: 1360px) {
    .product-gallery_modal .container {
        max-width: 1105px;
    }
}
@media(max-width: 1290px) {
    .product-l {
        max-width: max-content;
    }
    .product-thumbs {
        display: none;
    }
    .product-gallery .owl-nav button span {
        display: flex;
        align-items: center;
    }
    .product-gallery .owl-progress {
        color: #727C87;
        font-size: 12px;
        font-weight: 500;
        line-height: 1;
        display: flex;
        align-items: center;
    }
    /* .product-gallery .owl-progress .index {
        color: #282C31;
    } */


    .product-tabs_list {
        margin-left: -25px;
        gap: 18px;
    }
    .product-tabs_list::before,
    .product-tabs_list::after {
        content: '';
        display: block;
        min-width: 7px;
    }


    .product-garant_row {
        gap: 15px;
    }



    .product-stars {
        width: 300px;
        min-width: 300px;
        padding: 15px;
    }
    .product-review_top__rating {
        display: none;
    }


    .product-set_grid {
        display: flex;
        align-items: stretch;
        gap: 10px;
        flex-wrap: nowrap;
        overflow: hidden;
        overflow-x: auto;
        width: 100vw;
        margin-left: -25px;
    }
    .product-set_grid::before,
    .product-set_grid::after {
        content: '';
        display: block;
        min-width: 15px;
    }
    .product-set_block {
        width: 277px;
        min-width: 277px;
    }
    .product-set_box {
        padding: 6px 15px 6px 0;
    }
    .product-set_pic {
        width: 99px;
        min-width: 99px;
        height: 64px;
    }
    .product-set_box__title {
        font-size: 12px;
        line-height: 15px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    .product-set_pic .product-cart__btn {
        display: none;
    }
    .btn.product-set_box__btn {
        padding: 6px;
    }
    .btn.product-set_box__btn span {
        display: none;
    }


    .product-gallery_nav {
        display: none;
    }
    .product-gallery_videos--wrapper,
    .product-gallery_minvideos__title,
    .product-gallery_minvideos,
    .product-gallery_photos {
        max-width: 100%;
        padding-left: 25px;
        padding-right: 25px;
    }
    .product-gallery_minvideos .owl-nav,
    .product-gallery_photos .owl-nav {
        left: 2px;
        right: 2px;
    }


    .product-gallery_modal .container {
        max-width: 100%;
    }


    .product-manager_results--row {
        grid-template-columns: 1fr;
    }

    .product-top_l .breadcrumbs-wrapper .container {
        padding-left: 0;
        padding-right: 0;
    }

    .product-l {
        height: fit-content;
    }
}

@media(max-width: 1180px) {
    .product-row {
        gap: 15px;
    }
    .product-l,
    .product-r {
        width: calc(50% - (15px / 2));
        min-width: calc(50% - (15px / 2));
        display: block;
    }
    .product-l {
        position: static;
    }
    .product-info {
        display: none;
    }
    .product-gallery {
        width: 100%;
        min-width: 100%;
    }

    .product-l .product__description {
        display: -webkit-box;
    }
    .product-l .product-attributes,
    .product-l .product-shops,
    .product-l .product-info_items {
        display: flex;
    }
    .product-l .product-description__more,
    .product-l .product-attributes__more {
        display: inline-block;
    }
    
    .product-ticket_l {
        flex-grow: 1;
    }
    .product-gallery_slider,
    .product-gallery_slider .owl-stage-outer,
    .product-gallery_slider .owl-stage {
        height: unset;
    }

    .product-top_row--l {
        gap: 10px;
    }
    .product-top_row--r {
        gap: 12px;
    }
    .product-details .product-stock {
        display: inline-flex;
    }
    .product-details .product-block {
        display: block;
    }
    

    .product-details {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
    .product-ticket {
        order: -1;
        width: 100%;
    }
    .product-prices {
        order: 0;
        margin-bottom: 5px;
    }
    .product-bonus {
        order: 1;
        margin-top: 0;
        display: inline-flex;
    }
    .product-details .product-cart_garant {
        display: inline-flex;
        order: 2;
        margin-top: 7px;
        margin-bottom: 7px;
    }
    .product-stock {
        order: 3;
        margin-top: 0;
    }
    .product-colors {
        order: 4;
        margin-top: 15px;
    }
    .product-sizes {
        order: 5;
        margin-top: 10px;
    }
    .product-gift {
        order: 6;
        width: 100%;
    }
    .product_add_to_cart_button {
        order: 7;
    }
    .product-buy {
        order: 8;
        display: flex;
        flex-direction: column;
        width: 100%;
    }
    .product__buy {
        order: -1;
        margin-top: 0;
        margin-bottom: 10px;
    }
    .product-buy_row {
        margin-bottom: 0;
    }



    .product-about_chars {
        display: none;
    }


    .product-gallery_modal {
        padding-top: 35px;
        padding-bottom: 35px;
    }
    .product-gallery_tabs {
        margin-top: 15px;
    }
    .product-gallery_videos--wrapper {
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .product-gallery_minvideos .video-top {
        height: 16.5vw;
    }
    .product-gallery_videos .video-top {
        height: 51.5vw;
    }

    .product-gallery_minvideos .owl-nav {
        top: 6vw;
    }
    .product-gallery_minvideos__title {
        font-size: 19px;
        line-height: 22px;
        margin-bottom: 15px;
    }


    .product-header_row {
        gap: 20px;
    }
    .btn.product-header__btn {
        padding: 14px;
    }

    .product-reviews_filter {
        gap: 10px;
        justify-content: space-between;
    }

    .choose_color{
        margin-bottom: 10px;
    }
}


@media(max-width: 1130px) {
    .product {
        padding-bottom: 25px;
    }
    .product-top_l {
        max-width: 100%;
    }
    .product-top_l .breadcrumbs {
        width: 100vw;
    }
    .product-brand {
        display: none;
    }
    .product-top {
        max-width: 100%;
    }
    .product-top_l .breadcrumbs-wrapper::after {
        content: none;
    }

    .product-views>span,
    .product-buys>span {
        width: 16px;
        min-width: 16px;
    }
    .product-views p,
    .product-buys p {
        font-size: 12px;
        line-height: 1;
    }
    .product-action > span {
        display: none;
    }
    .product-top_row--r {
        gap: 2px;
    }

    .product-row {
        margin-top: 10px;
    }

    .btn.product_add_to_cart_button {
        height: 52px;
    }


    .product-tab svg {
        display: none;
    }
    .product-tab__text {
        font-size: 13px;
        line-height: 130.769%;
    }


    .product-contents {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .product-about__text {
        font-size: 14px;
        line-height: 157.143%;
        margin-top: 5px;
    }
    .product-about__subtitle {
        font-size: 19px;
        line-height: 22px;
        margin-top: 15px;
        margin-bottom: 15px;
    }


    .product-chars_box {
        grid-template-columns: 1fr;
        grid-gap: 0;
        margin-top: 15px;
    }
    .product-chars_block {
        padding: 0;
        border: none;
    }
    .product-chars_top {
        gap: 7px;
    }
    .product-chars_top svg {
        width: 22px;
    }
    .product-chars_top span {
        font-size: 19px;
        line-height: 22px;
    }
    .product-char:nth-child(4n + 1),
    .product-char:nth-child(4n + 2) {
        background-color: transparent;
    }
    .product-char:nth-child(odd) {
        background-color: #F4F4F4;
    }
    [data-theme=dark] .product-char:nth-child(odd) {
        background-color: #212529;
    }
    .product-char {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 20px;
        padding: 6px 9px;
    }
    .product-char__text,
    .product-char__value {
        max-width: 100%;
        text-align: left;
    }


    .product-garant_case {
        margin-top: 5px;
    }
    .product-garant_block {
        margin-bottom: 5px;
    }
    .product-garant_box p {
        font-size: 15px;
        line-height: 20px;
    }
    .product-garant__text {
        font-size: 14px;
        line-height: 22px;
    }
    .product-garant__subtitle {
        margin-top: 15px;
        margin-bottom: 15px;
        font-size: 17px;
        line-height: 19px;
    }
    .product-garant_row {
        grid-template-columns: 1fr;
    }
    .product-garant_info {
        padding: 12px;
    }
    .product-garant_info>p {
        font-size: 14px;
        line-height: 22px;
    }
    


    .product-reviews_row {
        margin-top: 15px;
        display: block;
    }
    .product-reviews_block {
        gap: 15px;
    }
    .product-reviews_filter {
        gap: 15px;
        flex-wrap: wrap;
        justify-content: flex-start;
    }
    .product-reviews .sort-block_list {
        width: max-content;
    }
    .product-stars {
        width: 100%;
        min-width: 0;
        position: static;
    }
    .product-stars_inner {
        display: flex;
        align-items: center;
        gap: 26px;
    }
    .product-stars_rating svg {
        width: 20px;
    }
    .product-stars_top span {
        font-size: 16px;
    }
    .product-stars__count {
        margin-top: 0;
        font-size: 14px;
    }
    .product-stars__btn {
        margin-left: auto;
        width: 255px;
        height: 40px;
        margin-top: 0;
    }
    .product-stars_block {
        margin-top: 9px;
        gap: 3px;
    }
    .product-review_top {
        flex-direction: column;
        align-items: flex-start;
        gap: 6px;
    }
    .product-review_row {
        width: 100%;
    }
    .product-review_top--l {
        gap: 6px;
        align-items: flex-start;
    }
    .product-review_top--r {
        margin-left: auto;
    }
    .product-review_stars svg {
        width: 14px;
    }
    .product-review_author {
        flex-direction: column;
        align-items: flex-start;
        gap: 0;
    }
    .product-review_author--name {
        font-size: 17px;
        line-height: 19px;
    }
    .product-review__date {
        font-size: 13px;
        line-height: 16px;
    }
    .product-review_stars--count {
        height: 22px;
        padding-left: 5px;
        padding-right: 5px;
    }
    .product-review_stars--count span {
        font-size: 12px;
    }
    .product-reviews_items {
        gap: 15px;
    }
    .product-review_content__title {
        font-size: 14px;
    }
    .product-review_content__text {
        font-size: 14px;
        line-height: 22px;
    }
    .product-review_gallery_wrapper {
        gap: 4px;
    }
    .product-content__title span {
        display: none;
    }


    .product-delivery {
        gap: 15px;
    }
    .product-delivery_row {
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 10px;
    }


    .product-useful {
        gap: 20px;
    }
    .product-useful_row {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 10px;
    }
    .product-useful_block__title {
        font-size: 19px;
        line-height: 22px;
        margin-bottom: 10px;
    }
    .product-useful_box {
        width: 100%;
    }
    .product-useful_box>img {
        width: 33px;
    }
    .product-useful_box span {
        font-size: 14px;
        line-height: 21px;
    }
    .product-useful_info {
        flex-direction: column;
        gap: 9px;
        padding: 15px;
        text-align: center;
    }
    .product-useful_info::before {
        top: -26vw;
        left: -3vw;
        width: 59vw;
        height: 51vw;
        right: unset;
        -webkit-transform: rotate(45deg) translateY(-50%);
        -ms-transform: rotate(45deg) translateY(-50%);
        transform: rotate(45deg) translateY(-50%);
    }
    .product-useful_info__title {
        font-size: 19px;
        line-height: 28px;
    }
    .product-useful_info__text {
        margin-top: 0;
        font-size: 15px;
        line-height: 21px;
    }
    .product-useful_videos--row {
        margin-top: 15px;
        grid-gap: 15px;
    }
    .product-useful .video-top {
        height: 26vw;
    }


    .product-security_block {
        gap: 15px;
    }
    .product-security_box {
        padding-right: 0;
    }
    .product-security__title {
        font-size: 17px;
        line-height: 19px;
    }
    .product-security_stat--row p {
        font-size: 12px;
        line-height: 20px;
    }
    .product-security_info p {
        font-size: 14px;
        line-height: 20px;
        letter-spacing: -0.14px;
    }
    .product-security_info span {
        font-size: 12px;
        line-height: 17px;
        letter-spacing: -0.12px;
    }
    .product-security_defects {
        padding-top: 24px;
    }


    .product-set {
        padding-top: 30px;
        padding-bottom: 30px;
    }


    .product-other {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .product-other_row {
        margin-top: 15px;
        align-items: flex-start;
        gap: 20px;
    }
    .product-other__logo {
        width: 138px;
        min-width: 138px;
        height: 65px;
    }
    .product-other__logo img {
        width: 105px;
    }
    .product-other_tags {
        gap: 6px;
    }
    .product-other_box {
        gap: 2px;
        padding: 5px 10px;
    }
    .product-other_box__text,
    .product-other_box__count {
        font-size: 12px;
    }
    .product-other_all {
        padding: 4px 11px;
    }
    .product-other_all span {
        font-size: 12px;
    }

    .product-like {
        padding-top: 30px;
        padding-bottom: 30px;
    }


    .product-included {
        padding-top: 30px;
    }
    .product-included_row {
        margin-top: 15px;
    }

    .product-consult {
        padding-top: 30px;
        padding-bottom: 30px;
    }



    #productCreditModal {
        padding-bottom: 25px;
    }
    .product-credit_modal {
        top: 25px;
        margin-bottom: 25px;
    }
    .product-credit_modal__text {
        font-size: 14px;
        line-height: 17px;
    }

    #productGalleryModal {
        padding-bottom: 25px;
    }
    .product-gallery_modal {
        top: 25px;
        margin-bottom: 25px;
    }


    .product-header {
        display: none!important;
    }

    .form-modal__title {
        max-width: 420px;
    }
    .product-review_modal__text {
        font-size: 16px;
        line-height: 16px;
        margin-top: 10px;
    }
    .form-modal__subtitle {
        justify-content: center;
        font-size: 16px;
        line-height: 16px;
    }
    .product-review_modal .rating-input {
        display: flex;
        justify-content: center;
    }

    .view-modal__title {
        max-width: 100%;
        text-align: left;
        margin-left: 0;
        margin-right: 0;
    }
    .view-modal .slider__link {
        height: 34px;
        padding-left: 14px;
        padding-right: 14px;
        width: auto;
        background-color: transparent;
        text-transform: unset;
    }
    .view-modal .slider__link span {
        color: var(--xm-color-read);
    }
    .view-modal .slider__link svg {
        width: 30px;
        height: auto;
    }


    .product-analog_bottom {
        width: calc(100% + 20px);
        margin-left: -10px;
    }
    .product-analog_bottom .product-cart__compare {
        display: block!important;
    }

    [data-theme=dark] .product-char:nth-child(4n + 1),
    [data-theme=dark] .product-char:nth-child(4n + 2) {
        background-color: transparent;
    }
    [data-theme=dark] .product-char:nth-child(odd) {
        background-color: #212529;
    }



    .product-manager_inner {
        width: 100%;
    }
    .product-manager_row {
        flex-direction: column;
        gap: 20px;
    }
    .product-manager_sidebar {
        padding: 0;
        border: none;
        display: flex;
        align-items: center;
        gap: 15px;
        width: 100%;
        min-width: 0;
        white-space: nowrap;
        width: 100vw;
        margin-left: -25px;
        border-radius: 0;
        padding-left: 25px;
        overflow: hidden;
        overflow-x: auto;
        position: static;
    }
    .product-manager_sidebar::after {
        content: '';
        display: block;
        min-width: 1px;
    }
    .product-manager_sidebar li {
        border: none;
        padding: 0;
        background-color: transparent!important;
        order: 10;
    }
    .product-manager_sidebar li.active {
        border-bottom: 1px solid var(--xm-color-read);
        border-left: 0;
    }
    .product-manager_sidebar li.sidebar-main{
        order: 1;
    }
    .product-manager_sidebar li.sidebar-deilvery{
        order: 5;
    }
    .product-manager_sidebar li.sidebar-stock{
        order: 2;
    }
    .product-manager_sidebar li.sidebar-print{
        order: 3;
    }
    .product-manager_sidebar li.sidebar-feedback{
        order: 4;
    }

    .product-manager_delivery {
        max-width: 100%;
    }

    .product-manager_block__title {
        font-size: 17px;
        line-height: 19px;
    }
    .product-manager_block--top {
        padding-top: 13px;
        padding-bottom: 14px;
        padding-left: 13px;
        padding-right: 13px;
    }
    .product-manager_block--top>span {
        width: 32px;
        min-width: 32px;
        height: 32px;
    }
    .product-manager_block--bottom {
        padding-left: 13px;
        padding-right: 13px;
    }
    .product-manager_delivery__btn {
        width: 100%;
    }


    .product-manager_products {
        width: calc(100% + 26px);
        padding-left: 13px;
        padding-right: 13px;
        margin-left: -13px;
        display: flex;
        gap: 10px;
    }
    .product-manager_products::after {
        content: '';
        display: block;
        min-width: 3px;
    }
    .product-manager_products .product-cart {
        width: 160px;
        min-width: 160px;
    }
    .product-manager_products .product-cart_pic {
        height: 103px;
    }
    .product-manager_products .product-cart__title {
        margin-top: 0;
        margin-bottom: 0;
    }
    .product-manager_products .product-cart_bottom {
        padding-left: 0;
        padding-right: 0;
    }
    .product-manager_products .price {
        font-size: 15px;
        line-height: 18px;
    }
    .product-manager_products .oldprice {
        font-size: 11px;
        line-height: 20px;
    }
    .product-manager_products .product-cart_prices--r {
        gap: 2px;
    }
    .product-manager_products__btn .tooltip-list li {
        font-size: 13px;
        line-height: 17px;
    }
    .product-manager_products__btn .tooltip {
        width: 355px;
    }
    .product-manager_products .product-cart_prices {
        gap: 4px;
    }

    .product-chars table tbody {
        grid-template-columns: 1fr;
        grid-gap: 0;
    }

    .product-chars table tbody tr{
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 20px;
        padding: 6px 9px;
    }

    .product-chars table tr:nth-child(odd) {
        background-color: rgb(244, 244, 244);
    }

    .product-chars table tr:nth-child(even) {
        background-color: inherit;
    }
}
@media(max-width: 1130px) and (min-width: 591px) {
    .product-included_row {
        flex-wrap: nowrap;
        white-space: nowrap;
        overflow: hidden;
        overflow-x: auto;
        margin-left: -25px;
        width: 100vw;
    }
    .product-included_row::before,
    .product-included_row::after {
        content: '';
        display: block;
        min-width: 19px;
    }
}

@media(max-width: 1110px) {
    .product-videos .video-review .video-top {
        height: 130px;
    }
}

@media(min-width: 900px) and (max-width: 1180px) {
    
}
@media(max-width: 991px) {
    .product-ticket_l {
        padding-left: 11px;
        gap: 6px;
    }
    .product-ticket__price {
        font-size: 16px;
        line-height: 106.25%;
    }
    .product-ticket__oldprice {
        font-size: 12px;
        line-height: 125%;
    }
    
    .product-prices .price {
        font-size: 24px;
    }
    .product-prices .oldprice {
        font-size: 15px;
        line-height: 20px;
    }
    .product-bonus__icon {
        width: 27px;
        height: 27px;
    }
    .product-bonus {
        gap: 5px;
    }
    .product-bonus__icon svg {
        width: 17px;
    }
    .product-bonus>p {
        font-size: 12px;
        line-height: 1;
    }

    .product-gallery .garant {
        width: 57px;
    }
    .product-gallery_bottom {
        gap: 10px;
    }
    .product-tag {
        padding: 2px 4px;
    }
    .product-tag span {
        font-size: 9px;
        line-height: 1.2;
    }

    .product-tag.purple{
        width: 85px;
        line-height: 13px;
    }
    .product-tag.purple svg{
        max-width: 10px;
        max-height: 10px;
    }

    .product-discount {
        padding: 1px;
    }
    .product-discount_inner {
        padding: 2px 9px 2px 31px;
    }
    .product-discount_inner span {
        font-size: 12px;
        line-height: 21px;
    }
    .product-gallery .owl-nav {
        right: 10px;
    }


    .product-info_items {
        padding: 14px;
    }
    .product-info_item>p {
        font-size: 14px;
        line-height: 157.143%;
        margin-left: 5px;
    }


    .product-about_feature {
        grid-template-columns: 1fr;
        grid-gap: 9px;
    }
    .product-about_feature li {
        font-size: 14px;
        line-height: 22px;
        gap: 5px;
    }
    .product-about__list li {
        font-size: 14px;
        line-height: 22px;
    }

    .product-delivery_row .delivery-box {
        width: 100%;
        min-width: 0;
    }


    .product-security_block {
        grid-template-columns: 1fr;
    }
    .product-security_defects {
        padding-top: 0;
    }


    .product-set_grid,
    .product-set_bottom {
        margin-top: 15px;
    }
    .product-set_bottom {
        padding: 13px;
        flex-wrap: wrap;
        gap: 18px;
    }
    .product-set_main {
        min-width: 232px;
    }
    .product-set_l {
        order: 1;
        width: 50%;
    }
    .btn.product-set__btn {
        order: 1;
        width: 189px;
        height: 42px;
    }
    .product-set_main>span {
        display: none;
    }
    .product-set_carts {
        margin-left: 2px;
    }
    .product-set_l p {
        font-size: 12px;
        line-height: 12px;
        margin-bottom: 6px;
    }
    .product-set_l span {
        font-size: 21px;
        line-height: 22px;
    }


    .product-guarantee .promotions-guarantee_row {
        background-color: #004392;
        gap: 6px;
        padding: 20px;
    }
    .product-guarantee__title {
        color: #FFFFFF;
        max-width: calc(100% - 227px);
    }
    .product-guarantee__text {
        color: #FFFFFF;
        max-width: calc(100% - 227px);
    }
    .product-guarantee .promotions-guarantee__layer path {
        fill: rgb(7, 62, 127);
        opacity: 1;
    }
    .product-guarantee__btn {
        margin-top: -55px;
        width: 217px;
        min-width: 217px;
        height: 60px;
    }


    .product-cities_modal {
        width: calc(100% - 50px);
    }

    .product-credit_form {
        gap: 15px;
    }

    .product-gallery_photos .product-gallery_pic {
        height: 91px;
    }


    .product-review_modal .reviews-form_group {
        gap: 15px;
    }


    .product-review_modal {
        max-width: calc(100% - 30px);
    }


    #productViewModal {
        padding-bottom: 25px;
    }
    .view-modal {
        top: 25px;
        margin-bottom: 25px;
    }
    .view-modal_top {
        flex-direction: column;
        padding-right: 40px;
        align-items: flex-start;
    }
    .view-modal .product-top_row {
        margin-top: 5px;
    }


    .product-set_bottom__layer {
        width: 452px;
        top: -59px;
        right: -151px;
    }


    .product-manager_delivery {
        column-gap: 15px;
    }

    .product-manager_print {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 10px;
    }
    .product-manager_print .btn {
        width: 100%;
    }

    .product-manager_credit,
    .product-manager_credit2 {
        gap: 15px;
    }

    .product-manager_info {
        max-width: 100%;
    }
    .product-manager_info--row {
        gap: 4px;
    }
    .product-manager_info--row span {
        margin-left: 7px;
    }


    .product-manager_cases {
        gap: 7px;
    }
    .product-manager_case__title {
        font-size: 15px;
    }
    .product-manager_case--box {
        padding: 4px 12px;
    }
    .product-manager_case--box span {
        width: 31px;
        min-width: 31px;
        height: 31px;
        font-size: 14px;
        letter-spacing: -0.14px;
    }
    .product-manager_case--box span img {
        height: 16px;
        width: auto;
    }
    .product-manager_case--box p {
        font-size: 13px;
        line-height: 16px;
        letter-spacing: -0.13px;
        padding-top: 8px;
    }
    .product-manager_case--box2 {
        margin-left: 0;
    }

    .product-manager_faq--top {
        padding: 9px;
    }
    .product-manager_faq__title {
        font-size: 15px;
    }
    .product-manager_faq--bottom {
        margin-top: 5px;
        padding: 0 9px 9px;
    }
    .product-manager_faq--box h5 {
        font-size: 14px;
    }
    .product-manager_faq--box p,
    .product-manager_faq--box ol li,
    .product-manager_faq--box ul li {
        font-size: 13px;
        line-height: 16px;
        letter-spacing: -0.13px;
    }
    .product-manager_faq--box ol,
    .product-manager_faq--box ul {
        gap: 5px;
    }


    .product-gallery_pic {
        height: auto;
    }

}

@media(max-width: 750px) {
    .product-row {
        display: block;
    }
    .product-l,
    .product-r {
        width: 100%;
        max-width: 100%;
    }

    .product-r {
        margin-top: 15px;
    }
    .product-details {
        box-shadow: unset;
        padding: 0;
    }

    .product-gift,
    .btn.product_add_to_cart_button,
    .product__description,
    .product-attributes,
    .product-shops,
    .product-info_items {
        margin-top: 15px;
    }

    .product-details {
        background-color: transparent;
    }
    .product-ticket_dots span,
    .product-ticket_r--dots span {
        background-color: var(--xm-bg-body);
    }


    .product-like_grid {
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 10px;
    }


    .product-credit_modal {
        max-width: calc(100% - 30px);
    }
}
@media(max-width: 650px) {
    .product-stars__btn {
        width: 200px;
    }
}
@media(max-width: 590px) {
    .product {
        padding-bottom: 15px;
    }
    .product-views p>span,
    .product-buys p>span {
        display: none;
    }
    .product-info_items {
        overflow: hidden;
    }
    .product-tabs_list {
        margin-left: -15px;
        gap: 5px;
    }
    .product-tabs_list::before,
    .product-tabs_list::after {
        min-width: 10px;
    }
    .product-tab__count {
        padding: 2px 2px 1px;
        right: 9px;
        font-size: 9px;
        line-height: 100%;
    }


    .product-about__subtitle {
        font-size: 17px;
        line-height: 19px;
    }


    .product-chars_top span {
        font-size: 17px;
        line-height: 19px;
    }
    .product-char {
        grid-template-columns: 1fr;
        grid-gap: 0;
    }

    .product-garant_block {
        align-items: flex-start;
    }
    .product-garant_box p {
        margin-bottom: 0;
    }


    .product-stars_inner {
        flex-direction: column;
        align-items: flex-start;
        gap: 6px;
    }
    .product-stars__btn {
        margin-left: 0;
        margin-top: 3px;
        width: 100%;
    }
    .product-review_stars {
        gap: 1px;
    }


    .product-delivery_row {
        grid-template-columns: 1fr;
    }


    .product-useful {
        gap: 15px;
    }
    .product-useful_row {
        grid-template-columns: 1fr;
    }
    .product-useful_info__title {
        font-size: 17px;
        line-height: 28px;
    }
    .product-useful_block__title {
        font-size: 17px;
        line-height: 19px;
    }
    
    .product-useful_info::before {
        top: -17vw;
        left: -27vw;
        width: 86vw;
        height: 86vw;
    }
    .product-useful__btn {
        width: 100%;
    }
    .product-useful .video-top {
        height: 53vw;
    }
    .product-useful_videos {
        position: relative;
        padding-top: 7px;
    }
    .product-useful_videos .owl-nav {
        position: absolute;
        top: -10px;
        right: 0;
        transform: translateY(-100%);
        display: flex;
        align-items: center;
        gap: 5px;
    }
    .product-useful_videos .owl-nav button {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 36px;
        height: 36px;
        background-color: #FFF;
        border: 1px solid #FFF;
        -webkit-box-shadow: 0px 4px 11px 0px rgba(0, 0, 0, 0.10);
        box-shadow: 0px 4px 11px 0px rgba(0, 0, 0, 0.10);
        border-radius: 50%;
        transition: .3s;
        cursor: pointer;
    }
    [data-theme=dark] .product-useful_videos .owl-nav button {
        background-color: #1E2226;
        border-color: rgba(237, 240, 242, 0.03);
    }
    .product-useful_videos .owl-nav button:hover {
        background-color: var(--xm-color-read);
    }
    .product-useful_videos .owl-nav button span {
        display: flex    ;
        align-items: center;
        width: 16px;
    }

    .product-useful_videos .owl-nav button:hover path {
        stroke: #FFFFFF;
    }




    .product-set_grid {
        margin-left: -15px;
    }
    .product-set_grid::before,
    .product-set_grid::after {
        min-width: 5px;
    }
    .product-set_bottom {
        gap: 0;
    }
    .product-set_carts {
        width: 100%;
        margin-top: 20px;
        padding-bottom: 14px;
    }
    .product-set_main>span {
        display: block;
    }
    .product-set_main--inner {
        margin-right: 25px;
    }
    .product-set_l {
        margin-right: 0;
        width: auto;
    }


    .product-guarantee .promotions-guarantee_row {
        flex-direction: column;
        align-items: flex-start;
        gap: 9px;
    }
    .product-guarantee__btn {
        width: 100%;
        margin-top: 0;
    }
    .product-guarantee__title,
    .product-guarantee__text {
        max-width: 100%;
    }


    .product-other_row {
        margin-top: 10px;
        display: block;
    }
    .product-other__logo {
        display: none;
    }
    .product-other_tags {
        flex-wrap: nowrap;
        white-space: nowrap;
        overflow: hidden;
        overflow-x: auto;
        gap: 4px;
        width: 100vw;
        margin-left: -15px;
    }
    .product-other_tags::before,
    .product-other_tags::after {
        content: '';
        display: block;
        min-width: 11px;
    }
    .product-other_box {
        padding-left: 8px;
    }

    .product-like_loadmore {
        margin-top: 10px;
    }

    .product-cities_modal {
        width: calc(100% - 30px);
    }
    .product-cities_top,
    .product-cities_body {
        padding: 15px;
    }
    .product-cities_body {
        padding-right: 10px;
    }

    .product-city {
        padding-right: 10px;
    }
    .product-city__text {
        font-size: 14px;
        line-height: 17px;
    }
    .product-city__count {
        font-size: 12px;
        height: 23px;
    }


    .product-credit_banks {
        margin-top: 0;
        margin-bottom: 0;
        grid-template-columns: repeat(2, 1fr);
    }
    .product-credit_bank {
        height: 19.167vw;
    }
    .product-credit_tabs {
        padding: 4px;
        gap: 4px;
    }
    .product-credit_tab {
        padding: 9px 17px;
    }
    .product-credit_bottom {
        flex-direction: column;
        gap: 10px;
    }
    .product-credit__btn {
        height: 42px;
    }
    .product-credit_bottom p {
        text-align: center;
    }


    .product-gallery_modal {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .product-gallery_videos--wrapper,
    .product-gallery_minvideos__title,
    .product-gallery_minvideos {
        padding-left: 15px;
        padding-right: 15px;
    }
    .product-gallery_videos--wrapper {
        margin-bottom: 20px;
    }
    .product-gallery_minvideos__title {
        margin-bottom: 10px;
    }
    .product-gallery_minvideos {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 10px;
    }
    .product-gallery_minvideos .video-top {
        height: 22.5vw;
    }
    .product-gallery_videos .video-play {
        width: 44px;
    }
    .product-gallery_minvideos .video-play {
        width: 31px;
    }
    .product-gallery_minvideos .video-bottom {
        margin-top: 5px;
    }
    .product-gallery_minvideos .video-bottom__text {
        font-size: 13px;
        line-height: 16px;
    }

    .product-gallery_photos {
        padding-left: 49px;
        padding-right: 49px;
        overflow: hidden;
    }
    .product-gallery_photos .owl-stage-outer {
        overflow: visible;
    }
    .product-gallery_photos .owl-nav {
        left: 20px;
        right: 20px;
    }

    .product-gallery_photos .product-gallery_pic {
        height: 28.35vw;
    }

    .product-review_modal .reviews-form_group {
        gap: 9px;
    }

    .view-modal__title {
        padding-left: 0;
        padding-right: 0;
    }


    .product-analog_bottom {
        width: 100%;
        margin-left: 0;
    }
    .product-analog_bottom .product-cart__compare {
        border: none;
        background-color: transparent;
        width: 20px;
        height: 20px;
    }
    .product-analog_bottom span {
        font-size: 12px;
    }

    .product-set_bottom__layer {
        display: none;
    }

    .product-manager_block__title {
        font-size: 16px;
        line-height: 100%;
    }

    .product-manager_print {
        grid-template-columns: 107px auto;
    }


    .product-manager_info--row {
        flex-direction: column;
        align-items: flex-start;
        gap: 0;
    }
    .product-manager_info--row::after {
        content: none;
    }
    .product-manager_info--row span {
        margin-left: 0;
    }

    .product-manager_case--box {
        padding: 8px 10px;
    }

    .product-chars table tbody tr{
        grid-template-columns: 1fr;
        grid-gap: 0;
    }
}


@media(max-width: 355px) {
    .btn.product-set__btn {
        width: 100%;
        margin-top: 10px;
    }

    .product-credit_tab {
        padding: 5px 10px;
    }
}

.product-char__text {
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

.product-char__hint {
    position: relative;
    display: inline-flex;
    align-items: center;
    cursor: pointer;
}

.product-char__hint-icon {
    flex-shrink: 0;
    transition: opacity 0.2s ease;
}

.product-char__hint:hover .product-char__hint-icon path {
    stroke: #4A90D9;
}

.product-char__hint-tooltip {
    position: absolute;
    left: 50%;
    bottom: calc(100% + 8px);
    transform: translateX(-50%);
    padding: 8px 12px;
    background-color: #333;
    color: #fff;
    font-size: 12px;
    line-height: 1.4;
    border-radius: 6px;
    width: max-content;
    max-width: 550px;
    min-width: 240px;
    white-space: normal;
    word-wrap: break-word;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s ease, visibility 0.2s ease;
    z-index: 100;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.product-char__hint-tooltip::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border: 6px solid transparent;
    border-top-color: #333;
}

.product-char__hint-tooltip.active {
    opacity: 1;
    visibility: visible;
}

/* Позиционирование тултипа справа */
.product-char__hint-tooltip.tooltip-left {
    left: auto;
    right: 0;
    transform: translateX(0);
}

.product-char__hint-tooltip.tooltip-left::after {
    left: auto;
    right: 10px;
    transform: translateX(0);
}

/* Позиционирование тултипа слева */
.product-char__hint-tooltip.tooltip-right {
    left: 0;
    right: auto;
    transform: translateX(0);
}

.product-char__hint-tooltip.tooltip-right::after {
    left: 10px;
    right: auto;
    transform: translateX(0);
}

/* Адаптив для планшетов */
@media (max-width: 992px) {
    .product-char__hint-tooltip {
        max-width: 400px;
        min-width: 200px;
    }
}

/* Адаптив для мобильных устройств */
@media (max-width: 576px) {
    .product-char {
        position: static;
    }
    
    .product-char__text {
        position: relative;
    }
    
    .product-char__hint-tooltip {
        position: fixed;
        left: 10px !important;
        right: 10px !important;
        width: auto;
        max-width: calc(100vw - 20px);
        min-width: auto;
        transform: none !important;
    }
    
    .product-char__hint-tooltip::after {
        display: none;
    }
    
    .product-char__hint-tooltip.tooltip-left,
    .product-char__hint-tooltip.tooltip-right {
        left: 10px !important;
        right: 10px !important;
    }
}