@font-face {
    font-family: iconfont;
    src: url(../fonts/iconfonts/iconfont.ddf6.ttf) format("truetype"),
    url(../fonts/iconfonts/iconfont.2b2f.woff) format("woff"),
    url(../fonts/iconfonts/iconfont.fc12.svg#iconfont) format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: block
}
@media (min-width: 565px) {
    .hero-slide {
        height: 560px;
    }
}

.iconfont {
    font-family: iconfont, sans-serif !important;
    font-weight: 400;
    font-style: normal;
    -webkit-font-feature-settings: normal;
    font-feature-settings: normal;
    font-variant: normal;
    line-height: 1 !important;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    min-width: 0;
    min-height: 0;
    text-transform: none;
    speak: never;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.footer *,
.footer *:before,
.footer *:after,
.header *,
.header *:before,
.header *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0;
    background: none;
    font: inherit;
    vertical-align: baseline;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}
.header{
    font-family: TTCommons,sans-serif;
}

.header img {
    -ms-interpolation-mode: bicubic;
    display: inline-block;
    max-width: 100%;
    max-height: 100%
}

.icon-check:before {
    content: "\e900"
}

.icon-close:before {
    content: "\e901"
}

.icon-filters:before {
    content: "\e902"
}

.icon-location:before {
    content: "\e903"
}

.icon-refresh:before {
    content: "\e904"
}

.icon-arrow-down:before {
    content: "\e905"
}

.icon-arrow-left:before {
    content: "\e906"
}

.icon-arrow-right:before {
    content: "\e907"
}

.icon-arrow-up:before {
    content: "\e908"
}

.icon-cart:before {
    content: "\e909"
}

.icon-engraving:before {
    content: "\e90a"
}

.icon-gift:before {
    content: "\e90b"
}

.icon-heart-fill:before {
    content: "\e90c"
}

.icon-heart-outline:before {
    content: "\e90d"
}

.icon-menu:before {
    content: "\e90e"
}

.icon-rings:before {
    content: "\e90f"
}

.icon-search:before {
    content: "\e910"
}

.icon-tel:before {
    content: "\e911"
}

.icon-telegram:before {
    content: "\e912"
}

.icon-user:before {
    content: "\e913"
}

.icon-vk:before {
    content: "\e914"
}

.icon-wallet:before {
    content: "\e915"
}

.icon-warranty:before {
    content: "\e916"
}

details[open] summary:before {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}

summary {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding-left: 8px
}

summary::-webkit-details-marker {
    display: none
}

summary::-moz-list-bullet {
    list-style-type: none
}

summary:before {
    content: "\276f";
    margin-right: 8px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transition: -webkit-transform .25s;
    transition: -webkit-transform .25s;
    transition: transform .25s;
    transition: transform .25s, -webkit-transform .25s
}

::-webkit-input-placeholder {
    color: #a9a9a9;
    -webkit-transition: opacity .5s;
    transition: opacity .5s;
    opacity: 1
}

::-moz-placeholder {
    color: #a9a9a9;
    -moz-transition: opacity .5s;
    transition: opacity .5s;
    opacity: 1
}

:-ms-input-placeholder {
    color: #a9a9a9;
    -ms-transition: opacity .5s;
    transition: opacity .5s;
    opacity: 1
}

::-ms-input-placeholder {
    color: #a9a9a9;
    -ms-transition: opacity .5s;
    transition: opacity .5s;
    opacity: 1
}

::placeholder {
    color: #a9a9a9;
    -webkit-transition: opacity .5s;
    transition: opacity .5s;
    opacity: 1
}

:focus::-webkit-input-placeholder {
    opacity: 0
}

:focus::-moz-placeholder {
    opacity: 0
}

:focus:-ms-input-placeholder {
    opacity: 0
}

:focus::-ms-input-placeholder {
    opacity: 0
}

:focus::placeholder {
    opacity: 0
}

:-webkit-autofill, :-webkit-autofill:hover, :-webkit-autofill:focus, :-webkit-autofill:active {
    -webkit-transition: background-color 999999s 0s, color 999999s 0s;
    transition: background-color 999999s 0s, color 999999s 0s
}

:root {
    --headerHeight: 50px;
    --scrollbarWidth: 17px
}

.footer a,
.header a,
.footer button {
    color: currentColor;
}

.header {
    width: 100%;
    background: #fff;
    z-index:236; 
}

.headerCont {
    position: relative;
    z-index: 100;
    padding: 0 20px;
    background: #fff
}

.headerTop, .headerBottom {
    max-width: 1366px;
    margin: 0 auto
}

@media screen and (min-width: 1180px) {
    .headerTop {
        padding: 20px 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        border-bottom: 1px solid rgba(17, 17, 17, .1)
    }
}

.headerContactsTel {
    font-size: 16px;
    line-height: 1.25;
    display: block
}

.headerContactsLabel {
    font-family: TTCommons, sans-serif;
    font-size: 14px;
    line-height: 1.3333333333;
    display: block;
    text-align: left;
    text-transform: none;
    /*color: #11111180;*/
    color: #111;
    cursor: pointer;
}

@media screen and (max-width: 1179px) {
    .headerContacts {
        display: none
    }
}

@media screen and (max-width: 1179px) {
    .headerLogo {
        display: none
    }
}
.headerContacts {
    min-width: 440px;
    width: 440px;
}
.headerActions {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 16px;
    -moz-column-gap: 16px;
    column-gap: 16px;
    min-width: 440px;
    width: 440px;
}

@media screen and (max-width: 1179px) {
    .headerActions {
        position: fixed;
        z-index: 999;
        right: 0;
        bottom: 0;
        left: 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        background: #fff;
        min-width: 100%;
        width: 100%;
    }
}

.headerActionsItem {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.headerActionsItem {
    font-size: 24px;
    color: #000
}

.headerActionsItem sup {
    position: static;
    display: block;
    margin-left: 5px
}

@media screen and (max-width: 1179px) {
    .headerActionsItem {
        width: 25%;
        padding: 10px 0
    }
}

.headerFavQuantity, .headerCartQuantity {
    font-family: HeliosExt, sans-serif;
    font-size: 10px;
    line-height: 1.6;
    margin-left: 2px
}

@media screen and (min-width: 1180px) {
    .headerSearch {
        display: none
    }
}

.headerShops {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    font-family: TTCommons, sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.3333333333;
    margin-right: 12px;
    text-transform: uppercase;
    color: #11111180
}
 .only-cert {display:none}
 .mobile-only {display:none !important}
 .desktop-only {display:flex !important}
@media screen and (max-width: 1179px) {
    .headerShops {
        display: none
    }
    .desktop-only {display:none !important}
     .mobile-only {display:flex !important}
    .headerMenu .nav__header-menu .header-menu__link {
        display: flex;
        align-items: center;
        gap: 5px;
    }
    .only-cert

 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}
}

.headerOverlay {
    position: fixed;
    z-index: 69;
    top: 0;
    left: 0;
    visibility: hidden;
    width: 100%;
    height: 100vh;
    cursor: pointer;
    -webkit-transition: opacity .3s, visibility .3s;
    transition: opacity .3s, visibility .3s;
    opacity: 0;
    background-color: #00000080
}

@media screen and (min-width: 1180px) {
    ._menu_open .headerOverlay {
        visibility: visible;
        opacity: 1
    }
}

.headerMenuBtn {
    position: relative;
    z-index: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    min-width: 0;
    min-height: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.headerMenuBtn:before {
    content: " ";
    position: absolute;
    z-index: 1;
    top: calc(100% + 2px);
    left: 0;
    width: 100%;
    height: 1px;
    background: #111;
    -webkit-transition: -webkit-transform .33s;
    transition: -webkit-transform .33s;
    transition: transform .33s;
    transition: transform .33s, -webkit-transform .33s;
    -webkit-transform-origin: center left;
    -ms-transform-origin: center left;
    transform-origin: center left;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0)
}

@media (any-hover: hover) {
    .headerMenuBtn:hover:before {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}

@media (hover: none) {
    .headerMenuBtn:active:before {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}

.headerMenuBtn {
    font-family: HeliosExt, sans-serif;
    font-size: 14px;
    line-height: 1.4285714286;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    cursor: pointer;
    text-transform: uppercase;
    color: #111;
    -webkit-column-gap: 4px;
    -moz-column-gap: 4px;
    column-gap: 4px
}

.headerMenuSearch {
    font-size: 17px;
    height: 24px;
    padding-left: 28px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-left: 1px solid rgba(17, 17, 17, .1)
}

.headerMenuOffer {
    font-family: TT Commons, sans-serif;
    position: relative;
    display: block;
    height: 100%;
    color: #fff
}

.headerMenuOffer:after {
    position: absolute;
    z-index: 9;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    content: "";
    background: #00000080
}

.headerMenuOfferCont {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    max-width: 221px;
    height: 100%;
    padding: 12px 12px 16px;
    text-transform: uppercase
}

.headerMenuOfferTitle {
    font-family: HeliosExt, sans-serif;
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 8px
}

.headerMenuOfferText {
    font-size: 12px;
    line-height: 12px;
    color: #ffffffb3
}

.headerMenuOfferBtn {
    margin-top: auto;
    -webkit-text-decoration: underline;
    text-decoration: underline
}

.headerMenuOffer video {
    display: inherit
}

@media screen and (min-width: 768px) {
    .headerMenuOfferCont {
        max-width: 392px;
        padding: 44px
    }

    .headerMenuOfferTitle {
        font-family: HeliosExt, sans-serif;
        font-size: 32px;
        line-height: 35.2px;
        margin-bottom: 16px
    }

    .headerMenuOfferText {
        font-size: 18px;
        line-height: 24px;
        color: #ffffffb3
    }

    .headerMenuOfferBtn {
        font-family: HeliosExt, sans-serif;
        font-size: 12px;
        line-height: 12px;
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        margin-top: auto;
        padding: 16px 34.5px 13px;
        -webkit-text-decoration: none;
        text-decoration: none;
        color: #111;
        background: #fff
    }
}

@media screen and (max-width: 1179px) {
    .headerMenu {
        position: fixed;
        z-index: 1000;
        inset: 0;
        padding: 0 26px 20px;
        -webkit-transition: -webkit-transform .33s;
        transition: -webkit-transform .33s;
        transition: transform .33s;
        transition: transform .33s, -webkit-transform .33s;
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        transform: translate(100%);
        background: #fff
    }

    ._active > .headerMenu {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translate(0)
    }

    .headerMenuClose {
        font-size: 20px;
        font-family: HeliosExtLight, sans-serif;
        line-height: 20px;
        position: relative;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: calc(100% + 20px);
        height: 48px;
        margin-bottom: 0;
        margin-left: -10px;
        padding-top: 4px;
        text-transform: uppercase;
        border-bottom: 1px solid #d9d9d9
    }

    .headerMenuClose button {
        position: absolute;
        top: 11px;
        left: 8px
    }

    .headerMenuSearch {
        display: none
    }

    .headerMenu .iconfont {
        font-size: 14px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 28px;
        height: 28px
    }

    .headerMenuChildren {
        position: absolute;
        z-index: 100;
        right: 0;
        bottom: 0;
        left: 0;
        height: calc(100vh - 48px);
        padding: 28px 26px 27px;
        -webkit-transition: -webkit-transform .33s;
        transition: -webkit-transform .33s;
        transition: transform .33s;
        transition: transform .33s, -webkit-transform .33s;
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        transform: translate(100%);
        background: #fff
    }

    .headerMenuChildrenL2 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .headerMenuChildrenL2Right {
        margin-top: auto
    }

    ._active > .headerMenuChildren {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translate(0);     
    }
    
    ._active .headerMenuChildrenL1 {
        top: 50px;
    }

    .headerMenuBtn {
        font-size: 16px;
        width: 100%;
        margin-bottom: 12px;
        padding-top: 7px;
        padding-bottom: 3px
    }

    .headerMenuBtn .iconfont {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .headerMenuBtn .iconfont {
        font-size: 14px;
        width: 28px;
        height: 28px
    }

    .headerMenuBtnL1 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .headerMenuBtnL1 .icon-arrow-down {
        display: none
    }

    .headerMenuBtnL2 {
        font-size: 16px;
        font-family: HeliosExtLight, sans-serif;
        width: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .headerMenuBtnBack {
        font-size: 14px;
        line-height: 1.4285714286;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        margin-bottom: 32px;
        margin-left: -10px;
        text-transform: uppercase;
        color: #111
    }

    .headerMenuBtnBack .iconfont {
        margin-top: -4px
    }

    .headerMenuBtnAll {
        font-family: HeliosExt, sans-serif;
        display: block;
        width: 100%;
        margin-bottom: 14px;
        -webkit-text-decoration: underline;
        text-decoration: underline;
        text-transform: uppercase;
        color: #000;
        font-size: 16px;
    }

    .headerMenuProfile {
        font-family: HeliosExt, sans-serif;
        font-size: 16px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
        margin: 20px 0;
        padding: 11px;
        text-transform: uppercase;
        border: 1px solid #d9d9d9;
        border-right: none;
        border-left: none
    }

    .headerMenuProfile span {
        margin-top: -2px;
        margin-right: 4px
    }

    .headerMenuTel {
        font-family: HeliosExt, sans-serif;
        font-size: 16px
    }

    ._menu_open .headerMenu {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translate(0)
    }
}

@media screen and (min-width: 1180px) {
    .headerMenu {
        padding: 14px 0;
        -webkit-column-gap: 28px;
        -moz-column-gap: 28px;
        column-gap: 28px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .headerMenu .icon-arrow-right, .headerMenu .icon-arrow-left {
        display: none
    }

    .headerMenuContainer {
        position: relative;
        width: calc(100% - 40px);
        max-width: 1366px;
        margin: 0 auto;
        padding-top: 40px;
        padding-bottom: 125px;
        border-top: 1px solid rgba(17, 17, 17, .1)
    }

    .headerMenuParentL2 > .headerMenuBtnL2 {
        position: relative
    }

    .headerMenuParentL2 > .headerMenuBtnL2:before {
        position: absolute;
        z-index: 1;
        top: calc(100% + 2px);
        left: 0;
        width: 100%;
        height: 1px;
        content: " ";
        -webkit-transition: -webkit-transform .33s;
        transition: -webkit-transform .33s;
        transition: transform .33s;
        transition: transform .33s, -webkit-transform .33s;
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
        -webkit-transform-origin: center left;
        -ms-transform-origin: center left;
        transform-origin: center left;
        background: #111
    }

    .headerMenuParentL2._active > .headerMenuBtnL2:before {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }

    .headerMenuChildrenL1 {
        position: absolute;
        z-index: 100;
        top: 100%;
        left: 0;
        overflow: hidden;
        width: 100%;
        height: 0;
        -webkit-transition: height .7s;
        transition: height .7s;
        background: #fff
    }

    .headerMenuChildrenL1Left {
        width: 206px;
        padding-left: 41px;
        border-right: 1px solid #d9d9d9
    }

    .headerMenuChildrenL1Left > .headerMenuBtnAll {
        display: none
    }

    .headerMenuChildrenL1LeftGold {
        position: relative
    }

    .headerMenuChildrenL1LeftGold:before {
        position: absolute;
        left: -20px;
        display: block;
        width: 1px;
        height: 100%;
        content: "";
        background: #c1a778
    }

    .headerMenuChildrenL1LeftGold .headerMenuBtnL2 {
        opacity: .5
    }

    ._active .headerMenuChildrenL1 {
        height: 648px
    }

    .headerMenuChildrenL2 {
        position: absolute;
        top: 0;
        left: 206px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: calc(100% - 206px);
        padding-top: 40px;
        padding-left: 43px;
        -webkit-transition: opacity .33s;
        transition: opacity .33s;
        opacity: 0
    }

    .headerMenuChildrenL2Left {
        width: 225px
    }

    .headerMenuChildrenL2Right {
        width: calc(100% - 225px)
    }

    ._active > .headerMenuChildrenL2 {
        z-index: 10;
        opacity: 1
    }

    .headerMenuBtnBack {
        display: none
    }

    .headerMenuBtnAll {
        font-size: 12px;
        line-height: 16px;
        display: block;
        margin-bottom: 16px;
        -webkit-text-decoration: underline;
        text-decoration: underline;
        text-transform: uppercase
    }

    .headerMenuBtnL1 {
        -webkit-transition: opacity .33s;
        transition: opacity .33s
    }

    .headerMenuBtnL1 .icon-arrow-down {
        font-size: 8px;
        -webkit-transition: -webkit-transform .33s;
        transition: -webkit-transform .33s;
        transition: transform .33s;
        transition: transform .33s, -webkit-transform .33s
    }

    ._menu_open .headerMenuBtnL1 {
        opacity: .5
    }

    ._menu_open .headerMenuParentL1._active .headerMenuBtnL1 {
        opacity: 1
    }

    ._menu_open .headerMenuParentL1._active .headerMenuBtnL1 .icon-arrow-down {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg)
    }

    .headerMenuBtnL2 {
        font-size: 12px;
        line-height: 18px;
        margin-bottom: 22px
    }

    .headerMenuBtnL3 {
        font-size: 10px;
        line-height: 16px;
        margin-bottom: 10px
    }

    .headerMenuProfile, .headerMenuTel, .headerMenuClose {
        display: none
    }
}

.headerMobile {
    height: 48px;
    padding: 0 18px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media screen and (min-width: 1180px) {
    .headerMobile {
        display: none
    }
}

.headerMenuOpen {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    min-width: 0;
    min-height: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.headerMenuOpen {
    font-size: 22px;
    width: 28px;
    height: 28px;
    margin-right: auto
}

.headerTel {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    min-width: 0;
    min-height: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.headerTel {
    font-size: 19px;
    width: 24px;
    height: 24px;
    margin-left: auto
}


.footer {
    font-family: TTCommons,sans-serif;
    text-align: center
}

@media screen and (min-width: 768px) {
    .footer {
        text-align: left
    }
}

@media screen and (min-width: 768px) {
    .footerContainer {
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
        padding-left: 14px;
        padding-right: 14px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

@media screen and (min-width: 768px)and (min-width: 360px) {
    .footerContainer {
        padding-left: 16px;
        padding-right: 16px
    }
}

@media screen and (min-width: 768px)and (min-width: 768px) {
    .footerContainer {
        padding-left: 32px;
        padding-right: 32px
    }
}

@media screen and (min-width: 768px)and (min-width: 1024px) {
    .footerContainer {
        padding-left: 40px;
        padding-right: 40px
    }
}

@media screen and (min-width: 768px)and (min-width: 1366px) {
    .footerContainer {
        padding-left: 0;
        padding-right: 0;
        max-width: 1280px
    }
}

@media screen and (min-width: 768px)and (min-width: 1440px) {
    .footerContainer {
        max-width: 1320px
    }
}

.footerMain {
    padding: 40px 0;
    border-top: 1px solid rgba(17, 17, 17, .1019607843)
}

@media screen and (min-width: 768px) {
    .footerMain {
        -webkit-box-flex: 1;
        -webkit-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
        border-top: 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }
}

.footerMainCatalog {
    margin-bottom: 32px
}

.footerContacts {
    font-size: 14px;
    line-height: 1.2857142857;
    padding: 40px 0;
    color: #111;
    border-top: 1px solid rgba(17, 17, 17, .1019607843)
}

@media screen and (min-width: 768px) {
    .footerContacts {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        min-width: 0;
        min-height: 0;
        border-top: 0
    }
}

@media screen and (min-width: 1024px) {
    .footerContacts {
        font-size: 16px;
        line-height: 1
    }
}

.footerBottom {
    font-size: 12px;
    line-height: 1.4166666667;
    padding: 0 10px 10px;
    color: #00000080
}

@media screen and (min-width: 768px) {
    .footerBottom {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        min-width: 0;
        min-height: 0;
        width: 100%
    }
}

.footerList {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto
}

@media screen and (min-width: 768px) {
    .footerList {
        margin: 0
    }
}

.footerList._catalog {
    margin-bottom: 32px
}

@media screen and (min-width: 768px) {
    .footerList._catalog {
        margin: 0 64px 0 0
    }
}

@media screen and (min-width: 1024px) {
    .footerList._catalog {
        margin-right: 32px
    }
}

@media screen and (min-width: 1180px) {
    .footerList._catalog {
        margin-right: 64px
    }
}

@media screen and (min-width: 1366px) {
    .footerList._catalog {
        margin-right: 80px
    }
}

@media screen and (min-width: 1440px) {
    .footerList._catalog {
        margin-right: 140px
    }
}

.footerList._sitemap {
    color: #00000080
}

.footerListHead {
    font-family: HeliosExt, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4285714286;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    text-transform: uppercase;
    -webkit-column-gap: 4px;
    -moz-column-gap: 4px;
    column-gap: 4px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

@media screen and (min-width: 768px) {
    .footerListHead {
        margin: 0 0 20px;
        pointer-events: auto
    }
}

@media screen and (min-width: 768px) {
    ._sitemap .footerListHead {
        display: none
    }
}

.footerListHead a {
    pointer-events: none
}

@media screen and (min-width: 1024px) {
    .footerListHead a {
        pointer-events: auto
    }
}

.footerListButton {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 6px;
    width: 12px;
    height: 12px;
    -webkit-transition: background-color .33s, color .33s, -webkit-transform .33s;
    transition: background-color .33s, color .33s, -webkit-transform .33s;
    transition: transform .33s, background-color .33s, color .33s;
    transition: transform .33s, background-color .33s, color .33s, -webkit-transform .33s;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center
}

@media screen and (min-width: 768px) {
    .footerListButton {
        display: none
    }
}

.footerList.is-opening > .footerListButton, .footerList.open > .footerListButton {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.footerList.is-closing > .footerListButton {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0)
}

.footerListBody {
    display: none;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 16px;
    row-gap: 12px
}

@media screen and (min-width: 768px) {
    .footerListBody {
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding: 0;
        text-align: left;
        row-gap: 20px
    }
}

.footerList.is-opening > .footerListBody, .footerList.open > .footerListBody {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

@media screen and (min-width: 768px) {
    .footerList._sitemap .footerListBody {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-column-gap: 64px;
        -moz-column-gap: 64px;
        column-gap: 64px
    }
}

@media screen and (min-width: 1024px) {
    .footerList._sitemap .footerListBody {
        -webkit-column-gap: 32px;
        -moz-column-gap: 32px;
        column-gap: 32px
    }
}

@media screen and (min-width: 1180px) {
    .footerList._sitemap .footerListBody {
        -webkit-column-gap: 64px;
        -moz-column-gap: 64px;
        column-gap: 64px
    }
}

@media screen and (min-width: 1366px) {
    .footerList._sitemap .footerListBody {
        -webkit-column-gap: 80px;
        -moz-column-gap: 80px;
        column-gap: 80px
    }
}

@media screen and (min-width: 1440px) {
    .footerList._sitemap .footerListBody {
        -webkit-column-gap: 96px;
        -moz-column-gap: 96px;
        column-gap: 96px
    }
}

.footerListBody .footerCol {
    display: contents
}

@media screen and (min-width: 768px) {
    .footerListBody .footerCol {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        row-gap: 20px
    }
}

.footerListBody a {
    font-family: HeliosExtLight, sans-serif;
    font-size: 12px;
    line-height: 1.5;
    display: inline-block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    text-transform: uppercase;
    color: #000
}
@media (max-width: 767px) {
    .footerList._sitemap .footerListBody .footerCol:last-child > a:first-child {
        margin-top: 20px;
    }
}

.footerList._sitemap .footerListBody a {
    color: #00000080
}

.footerList a {
    position: relative;
    z-index: 0
}

.footerList a:before {
    content: " ";
    position: absolute;
    z-index: 1;
    top: calc(100% + 2px);
    left: 0;
    width: 100%;
    height: 1px;
    background: #111;
    -webkit-transition: -webkit-transform .33s;
    transition: -webkit-transform .33s;
    transition: transform .33s;
    transition: transform .33s, -webkit-transform .33s;
    -webkit-transform-origin: center left;
    -ms-transform-origin: center left;
    transform-origin: center left;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0)
}

@media (any-hover: hover) {
    .footerList a:hover:before {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}

@media (hover: none) {
    .footerList a:active:before {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}

@media screen and (min-width: 1024px) {
    .footerTimetable {
        margin-bottom: 56px
    }
}

.footerTel {
    font-family: HeliosExtLight, sans-serif;
    font-size: 28px;
    line-height: 1.1428571429;
    display: inline-block;
    margin-top: 8px
}

@media screen and (min-width: 1024px) {
    .footerTel {
        font-size: 32px;
        line-height: 1.375;
        margin-top: 10px;
        margin-bottom: 20px
    }
}

.footerSocials {
    margin: 28px 0
}

@media screen and (min-width: 1024px) {
    .footerSocials {
        margin: 0 0 32px
    }
}

.footerSocialsTitle {
    margin-bottom: 8px
}

a.footerSocialsItem {
    font-size: 36px;
    display: inline-block;
    margin: 0 6px;
    color: #1111114d
}

@media screen and (min-width: 1024px) {
    a.footerSocialsItem {
        font-size: 24px;
        margin: 0 4px;
        color: #111111b3
    }
}

.footerAddress {
    margin-bottom: 2px
}

@media screen and (min-width: 1024px) {
    .footerAddress {
        margin-bottom: 12px
    }
}

.footerEmail {
    display: block;
    margin-bottom: 8px
}

.footerStores {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    -webkit-column-gap: 16px;
    -moz-column-gap: 16px;
    column-gap: 16px
}

@media screen and (min-width: 1024px) {
    .footerStores {
        margin: 0
    }
}

.footerCopyright {
    margin-bottom: 12px
}

@media screen and (min-width: 768px) {
    .footerCopyright {
        margin-bottom: 14px
    }
}

.headerProfile{
    cursor: pointer;
}

.headerMenuChildrenL2Right .menu-content__banner {
    width: 100%;
    height: 30vw;
}

#digi-shield.digi-is-container.digi-search-fixed {
    top: 106px !important;
    z-index: 10000 !important;
}

@media (max-width: 1178px){
    #digi-shield.digi-is-container.digi-search-fixed {
        top: 0px !important;
        z-index: 10000 !important;
    }
}

.headerMobileLogo {
    width: 110px;
    display: flex;
}

.checkbox-wrapper{
    display: flex;
}
.checkbox-wrapper .modal-form__desc a{
    text-decoration: underline;
    transition: opacity .3s;
    color: rgba(0,0,0,.5);
}
.checkbox-wrapper .modal-form__desc a:hover{
    opacity: .8;
}
.product__to-cart_more {
    text-align: center;
    width:calc(100%);
}

/* START : Перенесено из local/templates/.default/components/bitrix/catalog.section/catalog_section/style.css
    аналогичный файл
    /local/templates/.default/components/bitrix/catalog.section/catalog_section_all_sections/style.css
*/
@media (min-width: 1200px){
    /*lg*/
    /*6*/
    .product-item-list-col-6   > .col-xs-12 > .row > .col-md-2:nth-child(6n+1),
    .product-item-list-col-1-6 > .col-sm-6:nth-child(2n+1),
    .product-item-list-col-6-1 > .col-sm-6:nth-child(2n+1),
    .product-item-list-col-1-6 > .col-sm-6  > .row > .col-md-4:nth-child(3n+1),
    .product-item-list-col-6-1 > .col-sm-6  > .row > .col-md-4:nth-child(3n+1),
        /*4*/
    .product-item-list-col-4   > .col-xs-12 > .row > .col-md-3:nth-child(4n+1),
    .product-item-list-col-1-4 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
    .product-item-list-col-4-1 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
        /*3*/
    .product-item-list-col-3   > .col-xs-12 > .row > .col-sm-4:nth-child(3n+1),
        /*2*/
    .product-item-list-col-2   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
        /*1*/
    .product-item-list-col-1   > .col-xs-12 > .row > .col-xs-12:nth-child(1n){clear: both}
}
@media (min-width: 992px) and (max-width:1199px){
    /*md*/
    /*6*/
    .product-item-list-col-6   > .col-xs-12 > .row > .col-md-2:nth-child(6n+1),
    .product-item-list-col-1-6 > .col-sm-6:nth-child(2n+1),
    .product-item-list-col-6-1 > .col-sm-6:nth-child(2n+1),
    .product-item-list-col-1-6 > .col-sm-6 > .row > .col-md-4:nth-child(3n+1),
    .product-item-list-col-6-1 > .col-sm-6 > .row > .col-md-4:nth-child(3n+1),
        /*4*/
    .product-item-list-col-4   > .col-xs-12 > .row > .col-md-3:nth-child(4n+1),
    .product-item-list-col-1-4 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
    .product-item-list-col-4-1 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
        /*3*/
    .product-item-list-col-3   > .col-xs-12 > .row > .col-sm-4:nth-child(3n+1),
        /*2*/
    .product-item-list-col-2   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
        /*1*/
    .product-item-list-col-1   > .col-xs-12 > .row > .col-xs-12:nth-child(1n){clear: both}
}
@media (min-width: 768px) and (max-width: 991px){
    /*sm*/
    /*6*/
    .product-item-list-col-6   > .col-xs-12 > .row > .col-sm-4:nth-child(3n+1),
    .product-item-list-col-1-6 > .col-sm-6:nth-child(2n+1),
    .product-item-list-col-6-1 > .col-sm-6:nth-child(2n+1),
    .product-item-list-col-1-6 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
    .product-item-list-col-6-1 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
        /*4*/
    .product-item-list-col-4   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
    .product-item-list-col-1-4 > .col-sm-6:nth-child(2n+1),
    .product-item-list-col-4-1 > .col-sm-6:nth-child(2n+1),
    .product-item-list-col-1-4 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
    .product-item-list-col-4-1 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
        /*3*/
    .product-item-list-col-3   > .col-xs-12 > .row > .col-sm-4:nth-child(3n+1),
        /*2*/
    .product-item-list-col-2   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
        /*1*/
    .product-item-list-col-1   > .col-xs-12 > .row > .col-xs-12:nth-child(1n){clear: both}
}
@media (max-width: 767px){
    /*xs*/
    /*6*/
    .product-item-list-col-6   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
    .product-item-list-col-1-6 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
    .product-item-list-col-6-1 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
        /*4*/
    .product-item-list-col-4   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
    .product-item-list-col-1-4 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
    .product-item-list-col-4-1 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
        /*3*/
    .product-item-list-col-3   > .col-xs-12 > .row > .col-sm-4:nth-child(3n+1),
        /*2*/
    .product-item-list-col-2   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
        /*1*/
    .product-item-list-col-1   > .col-xs-12 > .row > .col-xs-12:nth-child(1n){clear: both}
}

.catalog-section-header{
    font-size:14px;
    font-weight: bold;
    text-align: left;
    margin:5px 0;
    padding:5px 15px;
    border-bottom: 2px solid #d9dee6;
    color: #000;
}

.row::before {
    display: initial;
}
/* END : Перенесено из local/templates/.default/components/bitrix/catalog.section/catalog_section/style.css
    аналогичный файл
    /local/templates/.default/components/bitrix/catalog.section/catalog_section_all_sections/style.css
*/
/* Модальное окно выбора размера */
.size-selection-info {
    display: flex;
    margin-bottom: 20px;
    align-items: center;
}

.size-selection-image {
    width: 100px;
    height: 100px;
    object-fit: cover;
    margin-right: 20px;
}

.size-selection-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 10px 0 20px;
}

.size-btn {
    border: 1px solid #ddd;
    background: white;
    cursor: pointer;
    border-radius: 0;
    transition: all 0.3s;
    width: 51px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    margin: 0;
    font-size: 16px;
    line-height: 16px;
}

.size-btn:hover {
    border-color: #000;
}

.size-btn.selected {
    background: #000;
    color: white;
    border-color: #000;
}

/* Модальное окно подтверждения */
.added-product-info {
    display: flex;
    margin-bottom: 0;
    align-items: center;
}

.added-product-image {
    width: 120px;
    height: 120px;
    object-fit: cover;
    margin-right: 20px;
}

.added-product-actions {
    display: flex;
    gap: 15px;
 
	flex-direction: row;
}
.added-product-actions .g-btn {
    padding: 14px;
}
.added-product-actions .g-btn {
    flex: 1;
}
a.g-btn.g-btn--black.checkout-btn {
    text-align: center;
}
h3.size-selection-title {
    font-size: 16px;
    line-height: 17px;
    font-weight: 300;
    color: rgba(0, 0, 0, .5);
}
.size-selection-price {
    font-size: 16px;
    line-height: 17px;
    font-weight: 300;
    color: rgba(0, 0, 0, .5);
    margin-top: 10px;
}
p.off-title {
    font-size: 16px;
    line-height: 12px;
    font-weight: 400;
}
@media (max-width: 1024px) {
	.desktop-only-card {display:none !important}
	.product-details {
    position: relative !important;
    opacity: 1 !important;
    visibility: visible !important;
	left:0 !important;
	right:0 !important;
}
pf-widget {
  z-index: 232 !important;
}
.modal__container.add_offers-modal.modal-open.fade.animate-open {
    width: 100%;
    bottom: 0;
    position: absolute;
    left: 0;
    margin-bottom: 0;
    min-height:740px;
}
button.g-btn.mobile-only {
    position: absolute;
    bottom: 0;
    width: auto;
    right: 0px;
    padding: 0;
    border: none;
    background:none;
}
.product-details .product__desc {
    display: none;
}
button.btn-reset.g-btn.g-btn--stroke.product__to-cart.mobile-only.active {
    background: none;
    border: 0;
}
button.g-btn.mobile-only:hover {
    background: none;
}
div#size-selection-content {
    width: 310px;
    margin: 0 auto;
}
.size-btn {
    border: 1px solid #ddd;
    background: white;
    cursor: pointer;
    border-radius: 0;
    transition: all 0.3s;
    width: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    margin: 0;
    font-size: 16px;
    line-height: 16px;
}

}
#addToCartWithSizeBtn {
  width: 100%;
} 
.added-product-actions {
    display: flex;
    gap: 15px;
    flex-direction: row;
}
.modal__container.add_offers-modal.right-modal {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    margin: 0;
    width:480px;
    padding: 0px;
}
/* Стили для модалки с рекомендациями */
.modal-content__recommendations {
    margin-top: 20px;
    padding-top: 0;
    border-top: 1px solid #e0e0e0;
    max-height: auto;

}

.recommendations-header {
    margin-bottom: 20px;
    text-align: center;
}

.recommendations-header h3 {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    margin: 0;
}

.recommendations-section {
    margin-bottom: 25px;
}

.recommendations-title {
    font-size: 16px;
    font-weight: 600;
    color: #555;
    margin-bottom: 15px;
    padding-bottom: 8px;
    border-bottom: 2px solid #f0f0f0;
}

.recommendations-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}

.recommendation-item {
    background: #f9f9f9;
    border-radius: 8px;
    padding: 12px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.recommendation-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.recommendation-item__image {
    display: block;
    margin-bottom: 10px;
    border-radius: 6px;
    overflow: hidden;
}

.recommendation-item__image img {
    width: 100%;
    height: 120px;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.recommendation-item:hover .recommendation-item__image img {
    transform: scale(1.05);
}

.recommendation-item__title {
    display: block;
    font-size: 13px;
    font-weight: 500;
    color: #333;
    margin-bottom: 8px;
    line-height: 1.3;
    text-decoration: none;
    height: 34px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.recommendation-item__title:hover {
    color: #007bff;
}

.recommendation-item__price {
    font-size: 15px;
    font-weight: 600;
    color: #000;
    margin-bottom: 10px;
}

.recommendation-item__btn {
    width: 100%;
    padding: 8px 12px;
    font-size: 13px;
}

.recommendations-loading {
    text-align: center;
    padding: 40px 0;
}

.recommendations-loading .loader {
    border: 3px solid #f3f3f3;
    border-top: 3px solid #007bff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin 1s linear infinite;
    margin: 0 auto 15px;
}


.recommendations-error {
    text-align: center;
    color: #dc3545;
    padding: 20px 0;
}


/* Стили для компонента cards-slider-modal */
.modal-recommendation-item {
    background: #f9f9f9;
    border-radius: 8px;
    padding: 12px;
    transition: all 0.3s ease;
}

.modal-recommendation-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.modal-recommendation-item__image {
    display: block;
    margin-bottom: 10px;
    border-radius: 6px;
    overflow: hidden;
}

.modal-recommendation-item__image img {
    width: 100%;
    height: 120px;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.modal-recommendation-item:hover .modal-recommendation-item__image img {
    transform: scale(1.05);
}

.modal-recommendation-item__title {
    display: block;
    font-size: 13px;
    font-weight: 500;
    color: #333;
    margin-bottom: 8px;
    line-height: 1.3;
    text-decoration: none;
    height: 34px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.modal-recommendation-item__price {
    font-size: 15px;
    font-weight: 600;
    color: #000;
    margin-bottom: 10px;
}

.modal-recommendation-item__btn {
    width: 100%;
    padding: 8px 12px;
    font-size: 13px;
}
/* Контейнер рекомендаций */
.modal-content__recommendations {
    margin-top: 20px;
    padding-top: 0;
    border-top: 1px solid #e0e0e0;
    max-height: auto;
}

.recommendations-header {
    margin-bottom: 20px;
    text-align: center;
}

.recommendations-header h3 {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    margin: 0;
}
.recommendations-tabs {
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
}
button.recommendations-tab {
    cursor: pointer;
    display: block;
    font-size: 12px;
    line-height: 12px;
    color: rgb(0, 0, 0);
    text-transform: uppercase;
    font-family: HeliosExt, sans-serif;
    font-weight: 500;
    padding: 20px 5px;
    transition: border 0.3s, color 0.3s, background-color 0.3s;
    height: 50px;
    background: none;
    border: 0;
}
.modal__container.add_offers-modal.ring-raz.modal-open.fade.animate-open {
    min-height: auto;
    padding: 63px 74px 72px;
}
button.recommendations-tab.recommendations-tab--active {
    border-bottom: 1px solid #000;
}
.recommendations-section {
    margin-bottom: 30px;
}

.recommendations-title {
    font-size: 16px;
    font-weight: 600;
    color: #555;
    margin-bottom: 15px;
    padding-bottom: 8px;
    border-bottom: 2px solid #f0f0f0;
}

/* Swiper стили */
.recommendations-swiper {
 
    position: relative;
}

.recommendations-swiper .swiper-wrapper {
    padding: 10px 0;
}

.recommendation-item {
    height: 100%;
    display: flex;
    flex-direction: column;
    background: #f9f9f9;
    border-radius: 8px;
    padding: 15px;
    transition: all 0.3s ease;
}

.recommendation-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.recommendation-item__image {
    display: block;
    margin-bottom: 12px;
    border-radius: 6px;
    overflow: hidden;
    flex-shrink: 0;
}

.recommendation-item__image img {
    width: 100%;
    height: 150px;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.recommendation-item:hover .recommendation-item__image img {
    transform: scale(1.05);
}

.recommendation-item__title {
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: #333;
    margin-bottom: 10px;
    line-height: 1.3;
    text-decoration: none;
    flex-grow: 1;
    height: 36px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.recommendation-item__title:hover {
    color: #007bff;
}

.recommendation-item__price {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    margin-bottom: 12px;
    flex-shrink: 0;
}

.recommendation-item__btn {
    width: 100%;
    padding: 10px 15px;
    font-size: 14px;
    flex-shrink: 0;
}

/* Навигация Swiper */
.recommendations-swiper .swiper-button-next,
.recommendations-swiper .swiper-button-prev {
    width: 36px;
    height: 36px;
    background: white;
    border-radius: 50%;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    top: 140px;
    transform: translateY(-50%);
}

.recommendations-swiper .swiper-button-next:after,
.recommendations-swiper .swiper-button-prev:after {
    font-size: 16px;
    color: #333;
}

.recommendations-swiper .swiper-button-next {
    right: 0;
}

.recommendations-swiper .swiper-button-prev {
    left: 0;
}

/* Адаптивность */
@media (max-width: 768px) {
    .modal__container.add_offers-modal.ring-raz.modal-open.fade.animate-open {
    min-height: auto;
    padding: 20px 0;
    position:fixed;
}
    .recommendations-swiper {
       
    }
    
    .recommendation-item__image img {
        height: 120px;
    }
    
    .recommendations-swiper .swiper-button-next,
    .recommendations-swiper .swiper-button-prev {
        width: 30px;
        height: 30px;
    }
    
    .recommendations-swiper .swiper-button-next:after,
    .recommendations-swiper .swiper-button-prev:after {
        font-size: 14px;
    }
}
/* Анимация выезда модалки справа */
@keyframes slideInFromRight {
    from {
        transform: translateX(100%);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

/* Модалка справа */
.modal__container.add_offers-modal.right-modal {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    margin: 0;
    width: 480px;
    padding: 0px;
}

/* Анимация выезда при открытии */
.modal__container.add_offers-modal.right-modal.modal-open {
    animation: slideInFromRight 0.5s ease-out forwards;
    display: inline-block !important;
}

/* Стили для прелоадера */
.recommendations-preloader {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 200px;
    margin: 20px 0;
}

.preloader-spinner {
    text-align: center;
}

.spinner-circle {
    width: 50px;
    height: 50px;
    border: 3px solid #f3f3f3;
    border-top: 3px solid #d4a550;
    border-radius: 50%;

    margin: 0 auto 15px;
}

.recommendations-section .swiper-slide {
    max-width: 212.5px;
    margin-right: 15px;
}
.spinner-text {
    color: #666;
    font-size: 14px;
    font-weight: 500;
}

/* Плавное появление контента после загрузки */
.recommendations-section {
    opacity: 1;
    transition: opacity 0.5s ease, transform 0.5s ease;
}
.modal-content__recommendations .product__image {

    height: 217px;
 
}
.recommendations-section.show {
    opacity: 1;
    transform: translateY(0);
}
.modal-content__recommendations .product-details {
    position: relative;
    z-index: 234;
    bottom: 0;
    left: 0;
    right: 0;
	position: relative;
    opacity: 1;
    visibility: visible;
	padding: 0 2px;
}
.modal-content__recommendations .product:before {
    border: none;
}
/* Стили для модалки выбора размера */
.size-selection {
    margin: 20px 0;
}

.size-options {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 15px 0;
}

.size-option {
    position: relative;
}

.size-option__label {
    display: block;
    cursor: pointer;
}

.size-option__input {
    position: absolute;
    opacity: 0;
}

.size-option__text {
    display: inline-block;
    padding: 10px 15px;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    background: #fff;
    font-size: 14px;
    transition: all 0.3s ease;
}

.size-option__input:checked + .size-option__text,
.size-option.selected .size-option__text {
    background: #000;
    color: #fff;
    border-color: #000;
}

.size-option__text:hover {
    border-color: #000;
}

.size-options.single-size .size-option__text {
    background: #f5f5f5;
    cursor: default;
}

.size-selection__description {
    margin: 10px 0;
    font-size: 14px;
    color: #666;
}

.size-selection__actions {
    display: flex;
    gap: 10px;
    justify-content: flex-end;
    margin-top: 20px;
}

/* Стили для превью товара */
.product-preview {
    display: flex;
    align-items: center;
    padding: 15px;
    background: #f9f9f9;
    border-radius: 8px;
    margin-bottom: 20px;
}

.product-preview__image {
    width: 80px;
    height: 80px;
    object-fit: cover;
    margin-right: 15px;
    border-radius: 4px;
}

.product-preview__info {
    flex: 1;
}

.product-preview__title {
    margin: 0 0 5px 0;
    font-size: 16px;
    font-weight: 500;
}

.product-preview__price {
    font-size: 18px;
    font-weight: 700;
    color: #000;
}

/* Стили для модалки "Товар уже в корзине" */
.already-in-cart {
    text-align: center;
    padding: 20px;
}

.already-in-cart__icon {
    margin-bottom: 15px;
}

.already-in-cart__title {
    margin: 0 0 10px 0;
    font-size: 18px;
    font-weight: 500;
}

.already-in-cart__message {
    margin: 0 0 20px 0;
    color: #666;
    font-size: 14px;
}
 
.already-in-cart__actions {
    display: flex;
    gap: 10px;
    justify-content: center;
}

/* Стили для модалки "Товар добавлен в корзину" */
.added-product-info {
    display: flex;
    align-items: center;
    padding: 15px;
    margin-bottom: 0;
}

.added-product-image {
    width: 80px;
    height: 80px;
    object-fit: cover;
    margin-right: 15px;
    border-radius: 4px;
}

.added-product-details {
    flex: 1;
}

.added-product-title {
    margin: 0 0 5px 0;
    font-size: 16px;
    font-weight: 400;
}

.added-product-size {
    margin: 0 0 5px 0;
    font-size: 14px;
    color: #000;
}

.added-product-price {
    font-size: 16px;
    font-weight: 400;
    color: #000;
}

.added-product-actions {
    display: flex;
    gap: 10px;
    justify-content: flex-end;
}
.right-modal .product__desc {
  padding: 0;
}


/* Адаптивность */
@media (max-width: 768px) {
	.modal__container.add_offers-modal.ring-raz.modal-open.fade.animate-open {
		    box-shadow: rgba(0, 0, 0, 0.2) 3px 4px 8px 1000px;
			z-index:2;
	}

    .recommendations-grid {
        grid-template-columns: 1fr;
        gap: 10px;
    }
    
    .modal-content__recommendations {
        max-height: 300px;
    }
	.modal__container.add_offers-modal.right-modal {
	padding:0px;
}
.modal__container.add_offers-modal.ring-raz {
position:fixed;
}
}
.right-modal .modal-content {
    padding: 20px;
}

.modal__container.diamond-selection-modal {
  top: 0;
  right: 0;
  position: absolute;
  bottom: auto;
  margin: 0;
  padding: 25px;
  max-width: 400px;
  width:100%;
  height:auto;
  min-height:calc(100% - 50px)
}
.diamond-selection-modal .modal-content {
  max-width: 100%;
  width: 100%;
  max-height: auto;
}
   .selected-diamond-info {
            display: flex;
            gap: 20px;
            padding: 15px;
            align-items: center;
        }
        
        .selected-diamond-image {
            width: 120px;
            height: 120px;
            flex-shrink: 0;
        }
        
        .selected-diamond-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            border-radius: 4px;
        }
        
        .selected-diamond-details {
            flex: 1;
        }
        
        .selected-diamond-details h3 {
            margin: 0 0 10px 0;
            font-size: 16px;
            font-weight: 500;
        }
        
        .diamond-properties {
            margin-bottom: 10px;
        }
        
        .diamond-property {
            display: block;
            margin-bottom: 5px;
            font-size: 14px;
        }
        
        .property-label {
            color: #666;
            margin-right: 5px;
        }
        
        .property-value {
            color: #000;
            font-weight: 500;
        }
        
        .diamond-price {
            font-weight: bold;
            font-size: 18px;
            color: #000;
        }
        
        .diamond-tabs {
            display: flex;
            gap: 10px;
            margin: 20px 0;
            border-bottom: 1px solid #ddd;
        }
        
        .diamond-tab {
            padding: 10px 20px;
            background: none;
            border: none;
            border-bottom: 2px solid transparent;
            cursor: pointer;
            font-size: 14px;
            color: #666;
            transition: all 0.3s;
        }
        
        .diamond-tab.active {
            color: #000;
            border-bottom-color: #000;
            font-weight: bold;
        }
        
        .diamond-tab:hover:not(.active) {
            color: #333;
        }
        
        .diamond-products-section {
            display: none;
        }
        
        .diamond-products-section.active {
            display: block;
        }
        
        .diamond-products-list {
            overflow-y: auto;
         }
        
        .diamond-product-item {
            border: 1px solid #eee;
            padding: 10px;
            cursor: pointer;
            transition: all 0.3s;
      
        }
        #addDiamondComboBtn {
            width: 100%;
        }
        .diamond-product-item:hover {
            border-color: #ccc;
            transform: translateY(-2px);
            box-shadow: 0 4px 8px rgba(0,0,0,0.1);
        }
        
        .diamond-product-item.selected {
            border-color: #000;
        }
        
        .diamond-product-item img {
            width: 100%;
            object-fit: cover;
            margin-bottom: 10px;
        }
        
        .diamond-product-name {
            font-size: 14px;
            margin-bottom: 5px;
            height: 40px;
            overflow: hidden;
            line-height: 1.4;
        }
        
        .diamond-product-price {
            font-weight: bold;
            color: #000;
            font-size: 16px;
        }
        
        .loading-spinner {
            text-align: center;
            padding: 30px;
            color: #666;
            font-style: italic;
        }
        
        .error-message {
            text-align: center;
            padding: 20px;
            color: #f00;
            background: #ffeeee;
   
        }
        
        .selected-item {
            padding: 10px;
            background: white;
            margin-bottom: 10px;
            min-height:28px;
        }
        
        .item-price {
            color: #000;
            font-weight: bold;
        }
        
        .total-price {
            padding: 15px;
            background: #f8f9fa;
            text-align: center;
            font-size: 18px;
        }
        
        /* Стили для кнопок бриллиантов в карточках товаров */
        .product__diamond-btn.mobile-only svg {
            width: 24px;
            height: 24px;
        }
        
        .product__diamond-btn.desktop-only-card {
            width: 100%;
            text-align: center;
        }
        
        /* Анимации */
        @keyframes fadeIn {
            from { opacity: 0; }
            to { opacity: 1; }
        }
        
        .diamond-combo-success-modal {
            animation: fadeIn 0.3s ease;
        }
/* Стили для свайпера оправ как в рекомендациях */
.recommendations-swiper .swiper-button-next,
.recommendations-swiper .swiper-button-prev,
.diamond-products-swiper .swiper-button-next,
.diamond-products-swiper .swiper-button-prev {
    background-color: rgba(255, 255, 255, 0.9);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    margin-top: -20px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    z-index: 10;
    cursor: pointer;
}

.recommendations-swiper .swiper-button-next:after,
.recommendations-swiper .swiper-button-prev:after,
.diamond-products-swiper .swiper-button-next:after,
.diamond-products-swiper .swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: 18px;
    color: #000;
    font-weight: bold;
}

.recommendations-swiper .swiper-button-next,
.diamond-products-swiper .swiper-button-next {
    right: 5px;
}

.recommendations-swiper .swiper-button-prev,
.diamond-products-swiper .swiper-button-prev {
    left: 5px;
}

/* Состояния кнопок одинаковые */
.recommendations-swiper .swiper-button-disabled,
.diamond-products-swiper .swiper-button-disabled {
    opacity: 0.3;
    cursor: not-allowed;
}
.diamond-selection-modal .modal__title:not(:last-child) {
  margin-bottom: 10px;
}
.swiper.diamond-products-swiper {
  padding: 10px 0;
}
.diamond-combo-success-modal {
            position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background: white;
        padding: 30px;
        box-shadow: 0 5px 20px rgba(0,0,0,0.2);
        z-index: 10000;
        max-width: 500px;
        width: 90%;
		z-index:9999999;
}
  .diamond-combo-success-modal h3 {
  font-size: 20px;
  margin-bottom: 20px;
  color: black;
  font-weight: 400;
}
  .diamond-combo-success-modal .success-item {
  font-size: 18px;
}
  .diamond-combo-success-modal .success-total {
  font-size: 20px;
  font-weight: 400;
}
/* Адаптивность */
@media (max-width: 768px) {
.modal__container.diamond-selection-modal {
    top: 0;
    right: 0;
    bottom: auto;
    margin: 0;
    padding: 15px;
    max-width: 100%;
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    min-height: 780px;
}
.diamond-products-swiper .swiper-slide {
  width: 200px !important;
}
 .diamond-combo-success-modal {
    position: fixed;
    top: auto;
    left: 0;
    bottom: 0;
    right: 0;
    transform: none;
    background: white;
    padding: 20px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.2);
    z-index: 10000;
    max-width: 500px;
    width: calc(100% - 40px);
    z-index: 9999999;
    height: calc(100% - 40px);
    display: flex;
    flex-direction: column;
    align-items: ;
    justify-content: center;
  }
  .diamond-combo-success-modal h3 {
  font-size: 20px;
  margin-bottom: 20px;
  color: black;
  font-weight: 400;
}
  .diamond-combo-success-modal .success-item {
  font-size: 18px;
}
  .diamond-combo-success-modal .success-total {
  font-size: 20px;
  font-weight: 400;
}
}