

/* Start:/local/templates/pandora/css/global.css?175465574539701*/
@font-face {
    font-family: "Arial-Bold";
    url('/local/templates/pandora/css/../fonts/Arial/Arial-BoldMT/Arial-BoldMT.woff') format('woff'), /* Modern Browsers */
    url('/local/templates/pandora/css/../fonts/Arial/Arial-BoldMT/Arial-BoldMT.woff2') format('woff2'), /* Modern Browsers */
    url('/local/templates/pandora/css/../fonts/Arial/Arial-BoldMT/Arial-BoldMT.ttf') format('truetype'), /* Safari, Android, iOS */
    url('/local/templates/pandora/css/../fonts/Arial/Arial-BoldMT/Arial-BoldMT.otf') format('opentype'); /* Legacy iOS */
    url('/local/templates/pandora/css/../fonts/Arial/Arial-BoldMT/Arial-BoldMT.svg#Pan-text') format('svg'),
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Arial-Reg";
    url('/local/templates/pandora/css/../fonts/Arial/ArialMT/ArialMT.woff') format('woff'), /* Modern Browsers */
    url('/local/templates/pandora/css/../fonts/Arial/ArialMT/ArialMT.woff2') format('woff2'), /* Modern Browsers */
    url('/local/templates/pandora/css/../fonts/Arial/ArialMT/ArialMT.ttf') format('truetype'), /* Safari, Android, iOS */
    url('/local/templates/pandora/css/../fonts/Arial/ArialMT/ArialMT.otf') format('opentype'); /* Legacy iOS */
    url('/local/templates/pandora/css/../fonts/Arial/ArialMT/ArialMT.svg#Pan-text') format('svg'),
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Pan-text";
    url('/local/templates/pandora/css/../fonts/Pan-Text/PanTextRegular.woff') format('woff'), /* Modern Browsers */
    url('/local/templates/pandora/css/../fonts/Pan-Text/PanTextRegular.woff2') format('woff2'), /* Modern Browsers */
    url('/local/templates/pandora/css/../fonts/Pan-Text/PanTextRegular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('/local/templates/pandora/css/../fonts/Pan-Text/PanTextRegular.otf') format('opentype'); /* Legacy iOS */
    url('/local/templates/pandora/css/../fonts/Pan-Text/PanTextRegular.svg#Pan-text') format('svg'),
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

.no-scroll{
    overflow-y: hidden;
}

.checkbox{
    cursor: pointer;
}

.popup-close{
    cursor: pointer;
}

* {
    padding: 0;
    margin: 0;
    font-family: Arial, sans-serif;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}


/* Links */
a{
    display: inline-block;
    color: inherit;
}
a, a:link, a:visited  {
    text-decoration: none;
    cursor: pointer;
}

a:focus,
a:active {
    outline: none;
}

a:hover  {
    text-decoration: none;
}

ul, ul li {
    list-style: none;
}
h1, h2, h3, h4, h5, h6, p, span{
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
}

img {
    vertical-align: top;
}

img, svg {
    max-width: 100%;
}


/* Form */

input, textarea, button, select {
    font-family: inherit;
    font-size: inherit;
    color: inherit;
}

input:focus, input:active,
button:focus, button:active {
    outline: none;
}
.empty-favorite-count{
    display: none!important;
}


label {
    cursor: pointer;
}

legend {
    display: block;
}
input:focus, input:active,
textarea:focus,
button:focus, button:active {
    outline: none;
}


input, textarea, button, select {
    font-family: inherit;
    font-size: inherit;
    color: inherit;
}

input, textarea, button, select {
    font-family: inherit;
    font-size: inherit;
    color: inherit;
}

button{
    cursor: pointer;
    background-color: transparent;
    border: none;
}

body{
    min-width: 320px;
    overflow-x: hidden;
}

body.no-scroll{
    overflow-y: hidden;
}

.bg{
    width: 100%;
    height: 100%;
    position: fixed;
    background: rgba(0, 0, 0, 0.40);
    z-index: 13;
    top: 0;
}

.bg.close{
    display: none;
}

.main-container{
    max-width: 1400px;
    margin: 0 auto;
}

@media (max-width: 1439px) {
    .main-container{
        max-width: 1248px;
    }
}

@media (max-width: 1279px) {
    .main-container{
        max-width: 992px;
    }
}

@media (max-width: 1023px) {
    .main-container{
        max-width: 736px;
    }
}

@media (max-width: 767px) {
    .main-container {
        max-width: 95%;
    }
}

.container-fluid{
    max-width: 1920px;
    margin: 0 auto;
}

.text{
    font-weight: 400;
    font-size: 12px;
    line-height: 150%; /* 18px */
}

.swiper-button-prev::after , .swiper-button-next::after{
    content: '';
}


/* HEADER */

.header{
    font-weight: 400;
    font-size: 12px;
    position: sticky;
    top: 0;
    z-index: 12;
    background: #ffffff;
    transition: transform 0.2s ease-in-out;
}

.header-banner{
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    font-weight: 400;
    line-height: 150%;
    background: #FFCAD4;
}


.header-navbar__inner{
    display: flex;
    padding: 13.5px 0;
}

.logo-inner{
    display: flex;
    gap: 20px;
    align-items: center;
    margin-right: auto;
}

.header-navbar{
    display: flex;
    align-items: center;
}

.menu-search__inner{
    display: flex;
    gap: 27px;
    align-items: center;
}

.header__search-form{
    position: relative;
    width: auto;
}
@media (min-width: 1297px) {
    .header__search-form{
       width: 100%;
        display: flex;
        justify-content: flex-end;
    }
}
@media (max-width: 1297px) {
    .header__search-form{
        width: auto;
        display: flex;
        justify-content: flex-end;
    }
}

.header__search-btn{
    position: absolute;
    width: 20px;
    height: 20px;
    top: 11px;
    right: 21px;
}

.search{
    font-family: Arial, sans-serif;
    border: 1px solid  #D0D1D2;
    padding: 13.5px 0 13.5px 20px;
    width: 100%;
    max-width: 200px;
}


.header-icon__link{
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.search::placeholder{
    font-weight: 400;
    font-size: 12px;
    line-height: 150%;
}


.menu-list__inner{
    border-top: 5px solid #FFCAD4;
    position: relative;
}

.menu-list{
    display: flex;
    gap: 30px;
}

.menu-list__item{
    padding: 16px 0;
    display: flex;
    align-items: center;
    cursor: pointer;
}



.menu-list__item-link{
    font-size: 14px;
    font-weight: 400;
    margin-right: 0;
    /**/
    color: #27251F;
    line-height: 150%;
    display: flex;
    gap: 12px;
    align-items: center;
}

.login-form__input-inner{
    position: relative;
}


.account-popup{
    position: absolute;
    width: 211px;
    background: #FFF;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.10);
    left: -124px;
    top: 40px;
    opacity: 0;
    pointer-events: none;
    z-index: 11;
}

.user-icon:hover .account-popup{
    pointer-events: auto;
}

.account-popup-inner{
    display: block;
    align-items: center;
    flex-direction: column;
    position: relative;
    padding-top: 17px;
}

.account-popup-inner::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 29px;
    top: -43px;
    z-index: 11;
}


.account-popup__head{
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 19px;
    padding: 0 22px;
}

.basket-popup{
    position: absolute;
    width: 380px;
    background-color: #fff;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.10);
    left: -331px;
    top: 42px;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    z-index: 11;
    scrollbar-color: #000000 #ffffff;
    overflow-y: auto;
    overflow-x: hidden;
}
.basket-popup.basket-active::-webkit-scrollbar {
    width: 6px;
}
.basket-popup.basket-active::-webkit-scrollbar-track {
    background: #FFF;
}
.basket-popup.basket-active::-webkit-scrollbar-thumb {
    background: #000000;
}
.basket-active.basket-popup{
    padding: 16px 9px 0 15px;
}
.basket-popup.empty-basket-popup{
    padding: 16px 9px 15px 15px;
}
.basket-popup a{
    font-family: Arial, sans-serif;
    word-break: break-all;
}

.basket-icon:hover .basket-popup{
    pointer-events: auto;
}

.basket-popup__inner{
    position: relative;
}

.basket-popup__inner::before{
    content: '';
    position: absolute;
    width: 103%;
    height: 40px;
    top: -43px;
}

.basket-popup__btns{
    display: flex;
    gap: 10px;
}

.basket-popup__item{
    display: flex;
    align-items: flex-start;
    gap: 20px;
    border-bottom: 1px solid rgba(39, 37, 31, 0.20);
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.basket-popup__item-title{
    margin-bottom: 10px;
     font-weight: 700;
    line-height: 150%;

}

.basket-popup__item-texts{
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
}

.basket-popup__item-texts p{
    font-size: 12px;
    line-height: 150%;
}

.basket-popup__item-price{
     font-weight: 700;
    font-size: 14px;
    line-height: 150%;
    margin-bottom: 10px;
}

.basket-popup__item-delete{
     font-weight: 700;
    position: relative;
    padding-left: 19px;
    line-height: 150%; /* 18px */
    text-decoration-line: underline;
    cursor: pointer;
}

.basket-popup__item-delete::before{
    content: '';
    position: absolute;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("/local/templates/pandora/css/../images/axbarkx.svg");
    width: 12px;
    height: 12px;
    top: 3px;
    left: 0;
}

.basket-popup__price-inner{
    display: flex;
    justify-content: space-between;
    margin-bottom: 7px;
}

.basket-popup__price{
     font-weight: 700;
    line-height: 150%;
    font-size: 14px;
}

.basket-popup__price-text{
     font-weight: 700;
    font-size: 12px;
    line-height: 150%;
}

.header-navbar__inner{
    position: relative;
}

.mobile-menu, .podmenu{
    position: fixed;
    top: 0;
    left: -100%;
    height: 100vh;
    overflow-y: auto;
    width: 320px;
    background-color: #ffffff;
    z-index: 13;
}


/*.close.mobile-menu{*/
/*    display: none;*/
/*}*/

.header-navbar__inner .mobile-menu-btn{
    display: none;
}


.mobile-menu-head{
    display: flex;
    align-items: center;
    padding: 18px 15px 18px 15px;
    justify-content: space-between;
    gap: 20px;
    background-color:#f5f5f5;
}
.mobile-close-block{
    display: flex;
    align-items: center;
    gap: 20px;
}

.mobile-menu__list-item{
    display: flex;
    align-items: center;
    padding: 17px 20px;
    justify-content: space-between;
    border-bottom: 1px solid #d0d1d2;
}

.mobile-menu__list-item:first-child{
    border-top: 1px solid #d0d1d2;
}

.mobile-menu__list-item--text{
    width: 100%;
    display: flex;
    align-items: center;
    font-size: 16px;
    line-height: 21px;
    gap: 10px;
}
.mobile-menu__list-item--text a{
    width: 100%;
}
.menu-close-text{
    font-size: 16px;
    line-height: 24px;
}


.header-navbar__search{
    margin-right: 20px;
}


.podmenu{
    position: absolute;
    top: 0;
    left: 0;
    height: 100vh;
    overflow-y: auto;
    width: 320px;
    background-color: #ffffff;
    z-index: 11;
}

.podmenu-head{
    display: flex;
    justify-content: space-between;
    padding: 18px;
}

.podmenu.close{
    display: none;
}

.pod-menu-back-block, .menu-close-img{
    display: flex;
    gap: 9px;
    align-items: center;
    font-size: 16px;
    line-height: 150%;
}
.podmenu__back{
    display: none;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    gap: 20px;
}

.menu-close-img{
    display: flex;
    gap: 14px;
    align-items: center;
    font-size: 16px;
    line-height: 150%;
}

.time-logo{
    width: 30%;
}

@media (max-width: 1439px) {
    .account-popup{
        left: -128px;
    }
}

@media (max-width: 1279px) {


    .header-banner{
        background-color: #F5F5F5;
        font-size: 10px;
    }

    .header-navbar__inner{
        padding: 21px 0 18px;
    }

    .menu-search__inner{
        order: -1;
    }

    .logo-inner{
        position: relative;
        right: 0;
        left: -24px;
        margin: auto;
        gap: 13px;
    }

    .search{
        display: none;
    }

    .header__search-btn{
        position: static;
    }

    .pandora-logo{
        width: 111px;
        height: 30px;
    }

    .time-logo{
        width: 50%;
        height: 25px;
    }

    .header-icon__link{
        width: 20px;
        height: 20px;
        object-fit: cover;
    }

    .menu-list__inner .main-container{
        display: none;
    }

    .top__title{
        font-size: 36px;
    }

    .header-navbar__inner .mobile-menu-btn{
        display: flex;
        width: 21px;
        height: 21px;
    }

    .header-navbar__search{
        margin-right: 0;
    }
}

@media (max-width: 1023px) {
    .header-banner{
        padding: 8px 0 8px;
    }
    .logo-inner{
        left: -24px;
    }
}

@media (max-width: 768px) {
    .logo-inner{
        left: 0;
        margin-right: 28px;
        margin-left: 14px;
    }
    .header-navbar__inner{
        padding: 22px 0 21px;
        justify-content: space-between;
    }

    .menu-search__inner {
        gap: 15px;
    }

    .pandora-logo{
        min-width: 86px;
        max-width: 100px;
        height: 18px;
        object-fit: contain;
    }

    .time-logo{
        height: 15px;
        width: 80%;
    }

    .basket-popup{
        display: none;
    }
}

@media (max-width: 425px) {
    .logo-inner{
        left: 0;
        margin-right: 28px;
        margin-left: 14px;
        height: 100%;
        min-width: 146px;
        max-width: 246px;
        width: 100%;
    }
    .header-navbar__inner{
        padding: 22px 0 21px;
        justify-content: space-between;
        align-items: center;
    }

    .menu-search__inner {
        gap: 15px;
        height: 15px;
    }

    .menu-search__inner img {
        margin-top: 2px;
        display: flex;
        width: 21px;
        height: 21px;
    }

    .mobile-menu-btn{
        margin-top: 2px;
    }

    .pandora-logo{
        min-width: 86px;
        height: 23px;
        max-width: 120px;
        width: 100%;
        object-fit: cover;
    }

    .time-logo{
        height: 15px;
        margin-top: 2px;
        min-width: 33px;
        max-width: 53px;
        width: 100%;
    }

    .small-cart{
        margin-top: 2px;
    }

    .basket-popup{
        display: none;
    }
}

/* FOOTER */

.footer{
    padding: 51px 0 23px;
    background: #F5F5F5;
}

.footer__info{
    display: flex;
    gap: 140px;
    border-bottom: 1px solid rgba(39, 37, 31, 0.20);
    padding-bottom: 30px;
}

.footer__list{
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.footer__list.close,.footer__contacts-inner.close{
    opacity: 1;
    float: left;
}
.footer__list-title{
    color: #27251F;
    font-size: 12px;
    font-weight: 700;
    line-height: 150%;
    margin-bottom: 12px;
}

.footer__list-link, .footer__number, .footer__email, .footer__contacts-link, .footer__copyright-text{
    font-size: 12px;
    font-weight: 400;
    line-height: 150%;
    color:  #27251F;
    opacity: 0.6;
    max-width: 208px;
}
.footer__copyright-text{
    max-width: 100%;
}
.footer__number, .footer__email{
    display: flex;
    gap: 8px;
    margin-bottom: 8px;
}

.footer__number p{
    white-space: nowrap;
    margin: 0;
}
.footer__email p{
    margin: 0;
}

.universal__btn{
    color: #FFF;
    font-size: 12px;
    font-weight: 400;
    line-height: 150%; /* 18px */

    padding: 11px 40px;
    background: #27251F;
    transition: all ease .5s;
}
.universal__btn:hover{
    color: #FFF;
    background: #000000;
    transition: all ease .5s;
}
.footer__contacts .universal__btn{
    margin: 8px 0;
}

.footer__contacts-link{
    text-decoration-line: underline!important;
    display: block!important;
    max-width: 152px;
    text-transform: capitalize;
}

.footer__copyright{
    display: flex;
    max-width: 100%;
    /*max-width: 831px;*/
    justify-content: space-between;
    padding: 22px 0;
    align-items: center;
}

.footer__list-title--inner{
    justify-content: space-between;
    display: flex;
}

.footer__list-plus{
    width: 18px;
    height: 18px;
    background-image: url("/local/templates/pandora/css/../images/Vector 21.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    display: none;
}

.footer__list-plus.add{
    background-image: url("/local/templates/pandora/css/../images/minus.svg") !important;
}

.payment__methods{
    width: 200px;
    height: 30px;
}


.breadcrumb__inner{
    padding-top: 30px;
    flex-wrap: wrap;
}

.breadcrumb{
    display: flex;
    gap: 30px;
    background-color: transparent;
}

.results-count{

}

.breadcrumb__item{
    font-size: 12px;
    color: #27251F;
    position: relative;

}
.breadcrumb__item:not(:first-child)::before {
    content: '';
    position: absolute;
    background-image: url("/local/templates/pandora/css/../images/caret-down.svg");
    width: 10px;
    height: 10px;
    top: 2px;
    left: -20px;
    transform: rotate(-90deg);
}
.breadcrumb__inner{
    display: flex;
    justify-content: space-between;
}


@media (max-width: 1439px) {
    .footer__info{
        gap: 121px;
    }
}

@media (max-width: 1279px) {

    .footer{
        padding-bottom: 0;
    }

    .footer__info{
        gap: 57px;
        padding-bottom: 12px;
    }

    .footer__copyright{
        justify-content: stretch;
        gap: 40px;
        flex-wrap: wrap;
    }
}
@media (max-width: 1023px) and (min-width: 768px) {
    .footer__info{
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-auto-rows: minmax( auto);
        padding-bottom: 24px;
    }
}
@media (max-width: 1023px) {
    .footer{
        padding-bottom: 6px;
    }
    .footer__copyright{
        justify-content: center;
        gap: 30px;
        flex-wrap: wrap;
    }
}

@media (max-width: 767px) {
    .footer__info{
        display: flex;
       flex-direction: column;
    }
    .footer{
        padding-top: 24px;
        padding-bottom: 18px;
    }

    .footer__list-plus{
        display: block;
    }

    .footer__list-inner{
        width: 100%;
    }

    .footer__info{
        row-gap: 14px;
        padding-bottom: 0;
    }

    .footer__list{
        padding-bottom: 14px;
    }

    .footer__list-inner{
        border-bottom: 1px solid #27251F33;
    }

    .footer__list.close{
        display: none;
    }

    .footer__contacts{
        width: 100%;
    }

    .footer__copyright{
        padding: 14px 0;
        flex-direction: column;
        gap: 14px;
    }

    .footer__contacts-inner.close{
        display: none;
    }

    .footer__contacts-inner{
        padding-bottom: 14px;
    }
    .footer__copyright-text{
        font-size: 11px;
    }
}

/* COMPATIBLE */

.compatible{
    padding: 0 0 100px;
    font-size: 12px;
    overflow: hidden;
}

.compatible__title{
    font-size: 30px;
    text-align: center;
    font-weight: 700;
    line-height: 120%;
    margin-bottom: 40px;
}

.compatible-slider__inner{
    width: 1400px;
    margin: 0 auto;
    display: flex;
    position: relative;
}

.compatible-slider{
    width: 1264px;
    margin: 0 auto 40px;
    overflow: hidden;
}

.compatible-slider__item{
    padding: 20px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    /*background: #F5F5F5;*/
}

.compatible-slider__title{
    font-size: 14px;
     font-weight: 700;
    line-height: 150%;
    opacity: 0.6;

    text-align: center;
}

.compatible-slider__link{
    font-size: 12px;
    font-weight: 400;

    line-height: 150%;
    opacity: 0.6;
    padding-bottom: 8px;
    position: relative;
    text-align: center;
}

.compatible-slider__link::after{
    content: '';
    height: 1px;
    width: 77px;
    background-color: #F2A1B2;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.compatible-slider-pagination{
    position: static;
    display: flex;
    justify-content: center;
    gap: 14px;
}

.compatible-slider-bullet{
    width: 10px;
    height: 10px;
    margin: 0!important;
}

.compatible-slider-bullet.swiper-pagination-bullet-active{
    background-color: #27251F;
}

.compatible-slide-prev, .compatible-slide-next{
    position: absolute;
    top: 50%;
    transform: translateY(-100%);
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.10);
    border-radius: 50%;
    cursor: pointer;
}

.compatible-slide-prev{
    left: 15px;
}

.compatible-slide-next{
    right: 15px;
}



@media (max-width: 1439px) {
    .compatible-slider__inner{
        width: auto;
    }

    .compatible-slider {
        width: 1222px;
    }
}

@media (max-width: 1279px) {
    .compatible-slide-next, .compatible-slide-prev,.cards-slide-prev ,.cards-slide-next{
        display: none;
    }
    .compatible__title{
        text-align: left;
        margin-bottom: 40px;
    }

    .compatible-slider-pagination{
        display: none;
    }
}

@media (max-width: 767px) {
    .compatible-slider-pagination{
        display: block;
    }
    .compatible-slider {
        width: 565px;
    }

    .compatible__title{
        font-size: 24px;
        margin-bottom: 30px;
    }

    .compatible-slider-pagination{
        display: flex;
        margin-top: 30px;
    }

    .compatible-slider-bullet{
        width: 8px;
        height: 8px;
    }
}


/* UNIVERSAL SLIDE */

.cards-slider__inner{
    width: inherit;
    margin: 0 auto;
    overflow: hidden;
}

.card{
    display: flex;
    flex-direction: column;
    gap: 11px;
    position: relative;
    width: 100%;
}



.metal-buttons{
    display: flex;
    gap: 14px;
    align-items: center;
}



.metal__group-title, .color__group-title{
    margin-bottom: 10px;
    font-family: Arial;
    font-weight: 700;
    line-height: 150%;
}

.changeMetal{
    width: 26px;
    height: 26px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-position: center;
    background-size: 20px 20px;
    background-repeat: no-repeat;
    cursor: pointer;
}

.metal-btn__core{
    background-color: #D9D9D9;
    width: 20px;
    height: 20px;
    border-radius: 50%;
}

.changeMetal.active{
    border: 1px solid #000;
}

.changeMetal.active .metal-btn__core{
    background-color: #91B110;
}

.changeMetal:hover{
    border: 1px solid #000;
}


.card-img{
    display: none;
}

.card-img.active{
    display: block;
    object-fit: contain;
}

.suggestion{
    opacity: 0.6;
}


.card-title{
    font-size: 12px;
     font-weight: 700;
    line-height: 150%;

    cursor: pointer;
    word-break: break-word;
    font-weight: 700;
}

.add-card{
    width: 100%;
    text-align: center;
    border: 1px solid #27251F;
    padding: 11px 0;

    transition: background-color 0.5s ease, color 0.5s ease;
    cursor: pointer;
}

.add-card:hover,.add-card:focus{
    color: #fff;
    background-color: #000;
}

.cards-slider-pagination{
    display: flex;
    justify-content: center;
    gap: 14px;
    margin-top: 40px;
    position: static;
}
.cards-pagination-bullet{
    width: 10px;
    height: 10px;
    background-color: #D9D9D9;
    margin: 0!important;
    opacity: 1;
}
.cards-pagination-bullet.swiper-pagination-bullet-active{
    background-color: #000;
}
.swiper-pagination{
    z-index: 2!important;
}
.heart{
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 40px;
    background-image: url("/local/templates/pandora/css/../images/heart.svg");
    background-size: 20px 20px;
    background-position: center;
    background-repeat: no-repeat;
    transition: background-image 0.2s ease-in-out 0.1s;
}

.heart:hover ,.heart.active{
    background-image: url("/local/templates/pandora/css/../images/black-heart.svg");
}

.cards-slide-prev, .cards-slide-next{
    width: 40px;
    height: 40px;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.10);
    border-radius: 50%;
    top: 50%;
    transform: translateY(-100%);
    position: absolute;
    z-index: 1;
    cursor: pointer;
}

.cards-slide-prev{
    left: 0;
}

.cards-slide-next{
    right: 0;
}

.checkbox-inner{
    position: relative;
}

.search-icon{
    width: 20px;
    height: 20px;
    background-image: url("/local/templates/pandora/css/../images/search-icon.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}



.input-inner{
    position: relative;
}

.input-title {
    font-size: 12px;
    position: absolute;
    left: 15px;
    top: 10px;
    color: #27251F;
    line-height: 150%;
    opacity: 0.6;
    font-weight: 400;
}

.input {
    width: 100%;
    padding: 30px 0 10px 15px;
    height: 59px;
    border: 1px solid rgba(39, 37, 31, 0.20);
}

.view__link{

}

.close-popup{
    cursor: pointer;
}

@media (max-width: 1439px) {

    .cards-slider__inner{
        width: auto;
        max-width: 100%;
    }
}

@media (max-width: 1279px) {
    .favourites{
        margin-bottom: 60px;
    }

    .cards-slider-pagination{
        display: none;
    }
}

@media (max-width: 767px) {

    .cards-slider {
        width: 100%;
    }

    .cards-slider-pagination{
        display: flex;
        margin-top: 30px;
    }

    .cards-pagination-bullet{
        width: 8px;
        height: 8px;
    }
}

/* LEFT POPUPS */

.header-icon{
    position: relative;
}

.universal-btn{
    line-height: 150%;

    min-width: 166px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #27251F;
    color: #27251F;
    cursor: pointer;
    transition: all ease .5s;
}
.universal-btn:hover{
    color: #27251F;
    transition: all ease .5s;
}
.login__title{
    display: flex;
    justify-content: center;
    gap: 4px;
    margin-bottom: 13px;
}


.login__title span{
    font-size: 19.447px;
    line-height: 150%;
}

.account-popup__img{
    width: 100%;
}

.universal-btn.bg-bl{
    color: #fff;
    background: #27251F;
    transition: all ease .5s;
}
.universal-btn.bg-bl:hover ,.universal-btn.bg-bl:hover >.universal-btn.bg-bl a{
    color: #fff;
    background: #000000;
    transition: all ease .5s;
}

.languages__options{
    border: 1px solid #27251F;
    display: none;
    margin-top: 10px;
    background-color: #F5F5F5;
}


.languages-popup{
    width: 211px;
    position: absolute;
    padding: 20px;
    background-color: #FFFFFF;
    top: 40px;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.10);
    opacity: 0;
    pointer-events: none;
    z-index: 11;
}

.languages-icon:hover .languages-popup{
    pointer-events: auto;
}

.languages__main-select--arrow{
    width: 14px;
    height: 14px;
}
.languages-popup__inner{
    position: relative;
}

.languages-popup__inner::before{
    content: '';
    position: absolute;
    width: 142%;
    height: 40px;
    top: -52px;
    left: -19px;
}


.languages__select:hover .languages__options{
    display: block;
}

.languages-popup__title{
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #27251F33;
     font-weight: 700;
}

.languages__select{
    background-color: #ffffff;
}

.languages__main-select{
    padding: 10px 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #27251F;
}

.languages__select-title{
    line-height: 150%;
    margin-bottom: 3px;
    opacity: 0.6;
    color: #27251F;
}

.languages__select-value{
     font-weight: 700;
    line-height: 150%;
}

.languages__control{
    display: flex;
    justify-content: space-between;
    margin-bottom: 12px;
}

.languages__control-group--1, .languages__control-group--2{
    display: flex;
    gap: 20px;
}

.languages__control-option{
    font-size: 12px;
    line-height: 18px;
    padding: 10px 0 10px 15px;
    cursor: pointer;
    font-weight: 700;
}

.languages__control-option:nth-child(odd){
    border-top: 1px solid #27251F33;
    border-bottom: 1px solid #27251F33;
}

.detail-item__plus{
    width: 18px;
    height: 18px;
    background-image: url("/local/templates/pandora/css/../images/Vector 21.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
}

.detail-item__plus.add{
    background-image: url("/local/templates/pandora/css/../images/minus.svg") !important;
}
.sort_count_block{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 50px;
}
.universal-select-inner{
    position: relative;
    width: auto;
    max-width: 180px;
    height: 59px;
}

.universal-select{
    border: 1px solid #27251F;
    position: relative;
    z-index: 10;
}

.universal-select__arrow{
    width: 18px;
    height: 18px;
    background-image: url("/local/templates/pandora/images/caret-down.svg");
    background-position: center;
    background-size: cover;
    margin-left: 40px;
    background-repeat: no-repeat;
}

.universal-select__arrow.add{
    background-image: url("/local/templates/pandora/images/caret-up.svg");
}

.universal-select__main-option{
    padding: 10px 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}

.universal-select__title{
    line-height: 150%;
    margin-bottom: 3px;
    opacity: 0.6;
}

.universal-select__value{
     font-weight: 700;
    line-height: 150%;
}


.universal-select__option{
    padding: 10px 15px;
    line-height: 18px;
    cursor: pointer;
    border-top: 1px solid #27251F33;
    position: relative;
}
.radio-option{
    cursor: pointer;
}


.universal-select__options{
    display: none;
    background-color: #fff;
    width: 100%;
    position: relative;
    z-index: 12;
    border-top: none;
    font-size: 12px;
}

.universal-select__options.add{
    display: block;
}

.check-mark-inner{
    display: flex;
    position: absolute;
    gap: 20px;
}

.dark-check-mark, .green-check-mark{
    width: 18px;
    height: 18px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.dark-check-mark{
    background-image: url("/local/templates/pandora/images/caret-down.svg");
}

.green-check-mark{
    /*background-image: url("/local/templates/pandora/css/../images/Frame 191 (1).svg");*/
}

.check-mark-line{
    width: 1px;
    background-color: rgba(39, 37, 31, 0.10);
}

.main-popup-btn{
    cursor: pointer;
}

.radio-option{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
}

.universal-select__option.add{
    background-color: #D9D9D9;
}



.radio-inner{
    position: relative;
}

.radio{
    width: 100%;
    height: 100%;
    opacity: 0;
    left: 0;
    position: absolute;
    z-index: 11;
    cursor: pointer;
}

.radio-view{
    width: 18px;
    height: 18px;
    top: 0;
    border-radius: 50%;
    border: 1px solid #27251F;
}

.radio-view.add{
    border: 6px solid #000;
}

.reviews__stars{
    display: flex;
}

.banner-img{
    height: 480px;
    width: 100%;
    object-fit: cover;
}

@media (max-width: 1279px) {
    .banner-img{
        height: 341px;
    }

    .languages-icon, .heart-icon, .map-icon, .user-icon{
        display: none;
    }

}

@media (max-width: 1023px) {
    .banner-img {
        height: 288px;
    }
}

@media (max-width: 767px) {
    .banner-img {
        height: 184px;
    }
}

.back-link{
    color: #27251F;
    font-size: 12px;
    line-height: 150%;
    text-decoration-line: underline!important;
    display: block;
    text-align: center;
    max-width: 127px;
    position: relative;
    margin: 0 auto;
    font-weight: 400;
}

.back-link::before{
    content: '';
    position: absolute;
    background-image: url("/local/templates/pandora/images/reverse-arrow.svg");
    width: 12px;
    height: 9px;
    left: 0;
    top: 5px;
}


@media (max-width: 1279px) {
    .languages-popup, .account-popup, .basket-popup{
        display: none;
    }
}

.main-dropdown-menu{
    position: absolute;
    width: 100%;
    left: 0;
    top: 100%;
    padding: 56px 0;
    background-color: #ffffff;
    opacity: 0;
    pointer-events: none;
    box-shadow: 0 40px 40px -40px rgba(0,0,0,0.1), 0 -40px 40px -40px rgba(0,0,0,0.1);
    z-index: 11;
}

.menu-list__item:hover .main-dropdown-menu {
    pointer-events: auto;
}
@keyframes fadeInOut {
    0% {
        opacity: 0;
        display: block;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        display: none;
    }
}


.dropdown-menu__inner{
    display: flex;
    gap: 30px;
}

.dropdown-menu__list{
    display: flex;
    flex-direction: row;
    gap: 50px;
    width: max-content;
    z-index: 11;
}

.dropdown-menu__item-title{
    font-size: 16px;
    line-height: 150%;
    /**/
    color: #27251F;
}

.dropdown-menu__item-link{
    font-size: 14px;
    line-height: 150%;
    color: #71706c;
    font-family: 'Pan-text';
    transition: background-color 0.5s ease;
}

.dropdown-menu__item-link:hover{
    color: #1979ff;
}

@media (max-width: 1279px) {
    .main-dropdown-menu{
        display: none;
    }
}

.search-popup{
    font-weight: 400;
    font-size: 12px;
    width: 359px;
    padding: 20px;
    color: #27251F;
    line-height: 150%;
    background: #ffffff;
}

.search-popup__head{
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-bottom: 1px solid #27251F;
}

.search-popup__text{
    margin-bottom: 6px;
}

.search-popup__title{
     font-weight: 700;
    font-size: 12px;
    line-height: 150%;

}

.search-popup__universal-title{
    margin-bottom: 16px;
}

.search-popup__products{
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-bottom: 1px solid #27251F;
}

.search-popup__product{
    max-width: 281px;
    display: flex;
    align-items: center;
    gap: 24px;
}

.search-popup__product-title{
    font-weight: 700;
    margin-bottom: 3px;
}

.search-popup__products{
}

.search-popup__categories{
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-bottom: 1px solid #27251F;
}

.search-popup__category-title{
    margin-bottom: 4px;
    font-weight: 700;

}
.search-popup__article{
    font-weight: 700;
}
.search-popup__article:not(:last-child){
    margin-bottom: 12px;
}

.user-popup{
    font-weight: 400;
    font-size: 12px;
    line-height: 150%;
    width: 211px;
    color: #27251F;
    /*display: none;*/
}

.user-popup__inner{

}

.user-popup__head{
    padding: 10px 0;
    background-color: #EBEBEB;
    padding-left: 18px;
}

.user-popup__head-title{
    font-size: 16px;
    font-weight: 700;
}

.user-level{
    padding-left: 14px;
    position: relative;
}

.user-level::before{
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    background-color: #FFCAD4;
    border-radius: 50%;
    left: 0;
    top: 6px;
}

.user-popup__item{
    padding: 8px 0 8px 18px;
}

.user-popup__item:not(:last-child){
    border-bottom: 1px solid #27251F33;
}

.mobile-search{
    position: absolute;
    height: auto;
    width: 100%;
    top: 0;
    left: 0;
    background-color: #fff;
    padding: 10px 30px;
    z-index: 9;
    transition: transform 0.3s ease;
    height: 100vh;
    overflow-y: auto;
}

.mobile-search.close{
    transform: translateY(-100vh);
}

.mobile-search-input__inner{
    width: 100%;
    position: relative;
    padding-bottom: 10px;
    border-bottom: 1px solid #d0d1d2;
    margin-bottom: 10px;
}

.mobile-search-input{
    width: 100%;
    height: 45px;
    padding: 12.5px 32px 12.5px 20px;

}

.mobile-search-close{
    position: absolute;
    z-index: 1;
    right: 18px;
    top: 12px;
    cursor: pointer;
}

.popular-searches__title{
    margin-bottom: 11px;
    color: #71706c;
    font-size: 14px;
}

.popular-searches__items{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.popular-searches__item{
    border: 1px solid #d0d1d2;
    height: 33px;
    display: flex;
    align-items: center;
    padding: 0 20px 0 25px;
    border-radius: 20px;

}

.caret-right{
    width: 5px;
    height: 6px;
    object-fit: cover;
}

.popular-searches__item-link{
    padding-left: 5px;
    padding-right: 10px;
    font-size: 14px;
}

.mobile-search{
    position: fixed;
    z-index: 11;
}
.icon-cnt{
    position: absolute;
    background: #FFCAD4;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000000;
     font-weight: 700;
    font-size: 10px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;

    top: 0;
    right: 0;
}
body .img-loader{
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 11;
}
@media (max-width: 1279px) {
    .icon-cnt {
        width: 15px;
        height: 15px;
        top: -5px;
    }
    .header__search-btn {
        width: 27px;
        height: 27px;

    }
}
@media (max-width: 767px) {
    .card-price{
        display: flex;
        flex-direction: column;
        gap: 5px;
    }
    .favorites-container .wishes-empty-title{
        font-size: 16px;
    }
}
.privacy-policy-title{
    font-size: 24px;
    line-height: 150%;

    padding-bottom: 20px;
    border-bottom: 1px solid #27251F66;
    font-weight: 700;
    max-width: 95%;
    margin: 2% auto 16px;
}
.privacy-policy-text{
    font-size: 12px;
    line-height: 150%;
    color: #27251F;
    padding-bottom: 5%;
    max-width: 95%;
    margin: 0 auto 16px;
}
.privacy-policy-text p {
    margin: 1% 0;
    text-align: left;
}
.privacy-policy-text ul{
    list-style: disc!important;
}
.privacy-policy-text ul li {
    margin-left: 1%;
    margin-bottom: 1%;
}
.wishes-empty-title{
    padding: 5% 0;
    margin: 0 auto;
    font-size: 24px;
    font-family: Arial, sans-serif;
    line-height: 150%;

    font-weight: 700;
}
.wishlist-bottom-block{
    padding: 0 0 40px;
}
.profile__banner{
    max-width: 1920px;
    margin: 0 auto;
}

.order-finish{
    margin: 50px 0;
}
.order-finish h1{
    font-size: 2.2em;
    margin: 0 0 .67em;
    font-family: Stem, Arial, sans-serif;
    font-weight: 500;
    letter-spacing: .025em;
}
/* End */


/* Start:/local/templates/pandora/css/swiper-bundle.min.css?175465574218468*/
/**
 * Swiper 11.0.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: November 22, 2023
 */

@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:var(--swiper-navigation-top-offset,50%);width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next svg,.swiper-button-prev svg{width:100%;height:100%;object-fit:contain;transform-origin:center}.swiper-rtl .swiper-button-next svg,.swiper-rtl .swiper-button-prev svg{transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset,10px);right:auto}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-lock{display:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:var(--swiper-pagination-bottom,8px);top:var(--swiper-pagination-top,auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius,50%);background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:var(--swiper-pagination-right,8px);left:var(--swiper-pagination-left,auto);top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,rgba(0,0,0,.25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:var(--swiper-pagination-progressbar-size,4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:var(--swiper-scrollbar-border-radius,10px);position:relative;touch-action:none;background:var(--swiper-scrollbar-bg-color,rgba(0,0,0,.1))}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:var(--swiper-scrollbar-sides-offset,1%);bottom:var(--swiper-scrollbar-bottom,4px);top:var(--swiper-scrollbar-top,auto);z-index:50;height:var(--swiper-scrollbar-size,4px);width:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;left:var(--swiper-scrollbar-left,auto);right:var(--swiper-scrollbar-right,4px);top:var(--swiper-scrollbar-sides-offset,1%);z-index:50;width:var(--swiper-scrollbar-size,4px);height:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:var(--swiper-scrollbar-drag-bg-color,rgba(0,0,0,.5));border-radius:var(--swiper-scrollbar-border-radius,10px);left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-main-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-main-container>canvas,.swiper-zoom-main-container>img,.swiper-zoom-main-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move;touch-action:none}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active{pointer-events:auto}.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-cube .swiper-slide-next+.swiper-slide{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}
/* End */


/* Start:/local/templates/pandora/css/style.css?175465574224349*/
/* TOP */

.top{
    margin-bottom: 100px;
}

.top__inner{
    padding: 257px 65px  65px 0 ;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.top__content{
    max-width: 487px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
}

.top__title{
    color: #000;
    font-size: 58px;
    font-weight: 700;
    line-height: 120%;
}

.discount__items-wrapper{
    width: 100%;
}

@media (max-width: 1439px) {
    .top{
        margin-bottom: 60px;
    }

    .top__inner {
        padding: 203px 0 65px 65px;
    }
}

@media (max-width: 1279px) {
    body .top__inner{
        padding: 43px 0;
    }
}

@media (max-width: 1023px) {
    .top__inner {
        padding: 72px 0 40px 40px;
    }

    .top__title{
        font-size: 36px;
    }

}

@media (max-width: 767px) {
    .top{
        margin-bottom: 40px;
    }

    .top__inner{
        padding: 172px 0 12px 12px;
    }
    .top__content{
        gap: 10px;
    }
    .top__title{
        font-size: 20px;
    }

    .top-logo{
        width: 115px;
        height: 20px;
    }

}

/* JEWELLERY */

.jewellery{
    margin-bottom: 102px;
}

.jewellery__inner{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 18px;
    column-gap: 4px;
}

.jewellery__card{
    width: 16%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    transition: transform 0.3s ease;
    cursor: pointer;
}


.jewellery__card-title{
    font-size: 12px;
    font-weight: 700;
    line-height: 150%;

    color: #27251F;
    text-align: center;
}

@media (max-width: 1439px) {
    .jewellery{
        margin-bottom: 100px;
    }

    .jewellery__inner{
        row-gap: 31px;
    }

    .jewellery__card-img{
        height: 174px;
    }
    .jewellery__card{
        width: 16.3%;
    }
}

@media (max-width: 1279px) {
    .jewellery{
        margin-bottom: 60px;
    }

    .jewellery__inner{
        row-gap: 4px;
        column-gap: 4px;
    }

    .jewellery__card-img{
        height: 174px;
    }
    .jewellery__card{
        width: 20.6%;
    }
}

@media (max-width: 1023px) {
    .jewellery{
        margin-bottom: 60px;
    }
    .jewellery__inner{
        row-gap: 4px;
    }
    .jewellery__card{
        width: 27.8%;
    }
}

@media (max-width: 767px) {
    .jewellery{
        margin-bottom: 40px;
    }

    .jewellery__inner{
        row-gap: 7px;
        column-gap: 7px;
    }

    .jewellery__card {
        width: 31.6%;
    }

    .jewellery__card-img{
        height: 76px;
    }

    .jewellery__card-title{
        font-size: 10px;
        text-align: center;
    }

}

/* DISCOUNT */

.discount{
    margin-bottom: 100px;
}

.discount__inner{
    max-width: 1164px;
    margin: 0 auto;
    display: flex;
    gap: 41px;
    align-items: flex-start;
    overflow: hidden;
}


.discount__title{
    font-size: 38px;
    max-width: 231px;
    line-height: 120%;
}

.discount__items{
    display: flex;
    gap: 20px;
    flex-grow: 1;
    align-items: center;
}

.discount__item-inner{
    width: 33%;
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}

.discount__num{
    height: 376px;
    padding: 22px;
    display: flex;
    align-items: flex-end;
    cursor: pointer;
}

.discount__center-num{
    height: 284px;
    display: flex;
    align-items: flex-end;
    padding: 27px 22px;
}

.discount__center-item{
    height: 376px;
    padding: 22px;
    display: flex;
    align-items: flex-end;
}

.discount__item{
    height: 284px;
    padding: 22px;
    display: flex;
    align-items: flex-end;
    cursor: pointer;
}

.discount__num, .discount__center-num, .discount__center-item, .discount__item{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
}

.discount__item-text--inner{
    padding: 12px;
    background-color: #fff;
    width: 192px;
}

.discount__item-text{
    color: #27251F;

    font-size: 12px;
    line-height: 150%;

    padding-bottom: 7px;
    border-bottom: 2px solid #27251F;
}



.discount_slider{
    width: 995px;
    overflow: hidden;
    display: none;
}

.discount-slider__item{
    height: 234px;
    padding: 22px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    background-image: url("/local/templates/pandora/css/../images/Frame 2 (1).png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

@media (max-width: 1279px) {
    .discount__inner {
        display: flex;
        flex-direction: column;
        align-items: center;
        max-width: 734px;
        margin: 0 auto;
    }

    .discount__items {
        gap: 17px;
        max-width: 736px;
    }

    .discount__item-inner {
        width: calc(31% + 3px);
    }

    .discount__title {
        max-width: 631px;
        align-self: flex-start;
    }

    .discount__num, .discount__center-item {
        height: 308px;
    }

    .discount__item, .discount__center-num{
        height: 233px;
    }
}

@media (max-width: 1279px) {
    .discount{
        margin-bottom: 60px;
    }

    .header-navbar__search{
        margin-right: 0;
    }
}


@media (max-width: 1023px) {
    .discount{
        margin-bottom: 85px;
    }

    .discount__inner{
        max-width: 736px;
        flex-direction: column;
    }

    .discount__items{
        gap: 17px;
    }
}

@media (max-width: 767px) {
    .discount{
        margin-bottom: 40px;
    }

    .discount__title {
        font-size: 30px;
    }

    .discount__item-inner{
        display: flex;
    }

    .discount__items{
        display: none;
    }

    .discount_slider{
        display: block;
    }
}

/* FAVORITES */

.favourites{
    margin-bottom: 100px;
    overflow: hidden;
    color: #27251F;
}

.favourites__slider-title{
    font-size: 30px;
    text-align: center;
    line-height: 120%;
    font-weight: 700;
    margin-bottom: 40px;
}

@media (max-width: 1023px) {
    .favourites__slider-title{
        text-align: left;
    }
}

@media (max-width: 767px) {
    .favourites{
        margin-bottom: 40px;
    }

    .favourites__slider-title{
        margin-bottom: 30px;
    }
}


/* DISCOVER */

.discover{
    margin-bottom: 100px;
    color: #27251F;
    position: relative;
    overflow: hidden;
}

.discover__title{
 font-weight: 700;
    font-size: 48px;
    line-height: 120%;
}

.discover__title-img--inner{
    margin-bottom: 40px;
    object-fit: cover;
}

.discover__items{
    display: flex;
    gap: 23px;
    margin-bottom: 100px;
}

.discover__item{
    width: 25%;
}

.discover__item-img{
    margin-bottom: 14px;
}

.discover__item-title{
    font-size: 18px;
    font-weight: 700;
    line-height: 150%; /* 27px */

    margin-bottom: 6px;
}

.discover__item-link{
    color: #27251F;
    font-weight: 400;
    padding-bottom: 8px;
    position: relative;
}

.discover__item-link::after{
    content: '';
    position: absolute;
    height: 2px;
    width: 168px;
    background: #27251F;
    left: 0;
    bottom: 0;
}

.discover__info{
    max-width: 1070px;
    margin: 0 auto 119px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.discover__info-text--wrapper{
    max-width: 270px;
}

.discover__info-text--title{
    font-size: 30px;
 font-weight: 700;
    margin-bottom: 17px;
    line-height: 120%;
}

.discover__info-text{
    text-transform: none!important;
    margin-bottom: 17px;
}



.discover__slider__inner{
    max-width: 1400px;
    margin: 0 auto;
    position: relative;
}

.discover__slider__inner{
    width: 1321px;
    margin: 0 auto;
    overflow: hidden;
}

.discover__slider-item--inner{
    display: flex;
    align-items: center;
    padding-left: 62px;
    height: 236px;
    border-top: 1px solid #C8C8C8;
    border-bottom: 1px solid #C8C8C8;
    transition: background-color 0.5s ease;
}

.discover__slider-item--inner:hover{
    background-color: #F2A1B2;
}

.discover__slider-item--inner:nth-child(even){
    border-right: 1px solid #C8C8C8;
    border-left: 1px solid #C8C8C8;
}

.discover__slider-item--inner:first-child{
    border-left: 1px solid #C8C8C8;
}

.discover__slider-item--inner:last-child{
    border-right: 1px solid #C8C8C8;
}

.discover__slider-item{
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.discover__slider-item--img{
    width: 34px;
    height: 40px;
    object-fit: contain;
}

.discover__slider-item--text{
    opacity: 0.6;
    max-width: 230px;
    font-size: 14px;
    line-height: 150%;
}

.discover__slider-item--link{
 font-weight: 700;
    color: #27251F;
    font-size: 12px;
    line-height: 150%;

}

.discover-slide-prev, .discover-slide-next {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 98px;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.10);
    border-radius: 50%;
    cursor: pointer;
    z-index: 1;
}

.discover-slide-prev{
    left: 0;
}

.discover-slide-next {
    right: 0;
}

.discover__slider-pagination{
    position: static;
    display: flex;
    justify-content: center;
    gap: 14px;
    margin-top: 5%;
}

.discover-pagination-bullet{
    opacity: 1;
    width: 10px!important;
    height: 10px!important;
    background-color: #D9D9D9;
    margin: 0!important;
}


.discover-pagination-bullet.swiper-pagination-bullet-active{
    background-color: #27251F;
}


@media (max-width: 1439px) {
    .discover__slider__inner{
        max-width: none;
    }
    .discover__slider__inner{
        width: 100%;
    }

    .discover-slide-prev, .discover-slide-next{
        display: none;
    }

    .discover__title-img--inner{
        margin-bottom: 56px;
    }

    .discover__items{
        max-width: 1232px;
        margin-bottom: 172px;
    }
}

@media (max-width: 1279px) {
    .discover{
        margin-bottom: 60px;
    }

    .discover__items{
        flex-wrap: wrap;
    }

    .discover__items{
        margin-bottom: 60px;
    }
    .discover__title-img{
        width: 357px;
        height: 74px;
    }

    .discover__title-img--inner{
        margin-bottom: 50px;
    }

    .discover__title{
        font-size: 30px;
    }

    .discover__item{
        width: 23%;
    }

    .discover__info{
        max-width: 696px;
        margin-bottom: 60px;
    }

    .discover__info-img {
        width: 55%;
    }

    .discover__slider-pagination{
        display: none;
    }

    .discover__slider__inner{
        margin-bottom: 0;
    }
}

@media (max-width: 1023px) {
    .discover__item {
        width: 39.5%;
    }
}

@media (max-width: 767px) {
    .discover{
        margin-bottom: 40px;
    }

    .discover__title-img--inner{
        margin-bottom: 40px;
    }

    .discover__item {
        width: 47%;
        height: 370px;
    }

    .discover__items{
        gap: 13px;
        margin-bottom: 40px;
    }

    .discover__item-link::after{
        width: 63px;
    }

    .discover__info{
        flex-direction: column;
        gap: 10px;
        margin-bottom: 40px;
    }

    .discover__info-img{
        width: 100%;
    }

    .discover__info{
        max-width: none;
    }

    .discover__info-text--wrapper{
        max-width: none;
    }
    .discover__slider__inner {
        width: 100%;
    }

    .discover__title-img {
        width: auto;
        object-fit: contain;
    }

}

/* POPUP */

.main-popup{
    padding: 20px;
    color: #27251F;
    max-width: 1262px;
    width: 100%;
    height: 864px;
    position: fixed;
    top: 50%;
    z-index: 11;
    background: #FFF;
    left: 50%;
    transform: translate(-50%, -50%);
}

.main-popup.close{
    display: none;
}

.popup-head{
    display: flex;
    justify-content: space-between;
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(39, 37, 31, 0.40);
}

.metal__group{
    margin-bottom: 10px;
}

.popup_-detail-link{
    text-decoration-line: underline!important;
}

.popup__content{
    display: flex;
    gap: 30px;
    overflow-y: auto;
    height: 712px;
}

.popup__items-wrapper{
    width: 59%;
}

.popup__items{
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}

.product{
    height: 344px;
    padding: 0 24px 21px;
    width: calc(50% - 15px);
    display: flex;
    align-items: flex-end;
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center;
    background-color: #f5f5f5;
}

.view__link{
    padding: 11px 0;
    width: 100%;
    border: 1px solid #27251F;
    text-align: center;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

.product:hover .view__link{
    opacity: 1;
}

.popup__items-slider{
    display: none;
    width: 187px;
}

.popup__items-slider--pagination{
    position: static;
    display: flex;
    justify-content: center;
    gap: 14px;
    margin-top: 20px;
}

.items-slider-img{
    margin-bottom: 20px;
}

.popup__items-slider .view__link{
   opacity: 1;
}

.popup-bullet{
    margin: 0!important;
}

.popup-bullet.swiper-pagination-bullet-active{
    background-color: #27251F!important;
}

.element__info{
    flex-grow: 1;
}

.element__info-content{
    max-width: 453px;
}

.element__info-head{
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(39, 37, 31, 0.40);
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-width: 453px;
}

.element__info-title{
 font-weight: 700;
    font-size: 24px;

    color: #27251F;
}

.element__price{
    font-size: 18px;
    line-height: 150%;

}

.element__suggestion{
    opacity: 0.6;
}

.element__stars{
    display: flex;
    align-items: center;
    gap: 14px;
}

.element__stars-count{
    opacity: 0.6;
}

.size{
    margin-top: 20px;
    margin-bottom: 20px;
}

.size__title-inner{
    display: flex;
    justify-content: space-between;
    text-align: center;
    margin-bottom: 14px;
}

.size__title{
    font-size: 18px;

    line-height: 150%;
}

.size__title-guide{
    text-decoration-line: underline!important;
    opacity: 0.6;
}

.size__items{
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.size__items .active{
    background: #27251F;
    color: #fff!important;
}

.size__item{
    padding: 11px 16px;
    border: 1px solid #27251F;
    cursor: pointer;
}

.save-elm__inner{
    display: flex;
    gap: 14px;
    align-items: center;
    margin-bottom: 20px;
}

.save-elm{
    font-size: 12px;

    opacity: 0.6;
    line-height: 150%; /* 18px */
    text-decoration-line: underline!important;
    position: relative;
}

.detail-item__title{
 font-weight: 700;
    font-size: 12px;
    color: #000;

}

.detail__item{
    cursor: pointer;
    padding: 20px 0;
    display: flex;
    justify-content: space-between;
}

.add-link__inner{
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #ffffff;
    padding: 20px 20px;
}

.add-link{

    color: #fff;
    padding: 11px 0;
    background: #27251F;
    text-align: center;
    width: 39%;
    font-size: 12px;
    line-height: 150%;
}

.metal__group-title, .color__group-title{
    font-size: 12px;
    line-height: 150%;
}

.popup-head-2{
    display: none;
}


.main-popup ::-webkit-scrollbar {
    width: 6px; /* ширина полосы прокрутки */
    background-color: #D9D9D9;
}

.main-popup ::-webkit-scrollbar-thumb {
    background-color: #27251F; /* цвет ползунка прокрутки */
}


@media (max-width: 1439px) {
    .main-popup{
        max-width: 1232px;
    }

    .popup__content{
        gap: 27px;
    }

    .popup__items-wrapper{
        width: 58%;
    }

    .product{
        height: 330px;
    }
}

@media (max-width: 1279px) {

    .product{
        height: 320px;
    }

    .popup__items-wrapper{
        width: 100%;
    }

    .main-popup{
        max-width: 730px;
    }

    .popup__content{
        flex-direction: column;
        max-height: 730px;
        overflow-y: scroll;
        padding-right: 21px;
    }

    .element__info-content{
        max-width: none;
    }

    .add-link{
        width: 69%;
    }
}

@media (max-width: 767px) {

    .main-popup{
        width: 286px;
        min-width: auto;
        height: auto;
        padding-bottom: 32px;
    }

    .popup-head{
        display: none;
        margin-bottom: 32px;
    }

    .add-link__inner{
        flex-direction: column;
    }

    .popup-head-2{
        display: flex;
        width: 100%;
    }


    .popup__content{
        max-height: 401px;
    }

    .add-link__inner{
        position: static;
        padding: 20px 0 0;
    }

    .popup__items{
        display: none;
    }

    .popup__items-slider{
        display: block;
    }


    .popup__content{
        gap: 20px;
        padding-right: 13px;
    }

    .metal__group{
        margin-bottom: 10px;
    }

    .element__info-title{
        font-size: 12px;
    }

    .metal__group-title, .color__group-title{
        font-size: 12px;
    }

    .element__stars{
        gap: 13px;
    }

    .element__stars-inner{
        display: flex;
    }

    .add-link {
        width: 84%;
    }

    .element__info{
        flex-grow: 0;
        max-width: 90%;
        margin: 0 auto;
    }

    .view__link{
        width: 82%;
        margin: 0 auto;
        display: block;
    }
}


/* RECENTLY */

.recently{
    margin-bottom: 100px;
    overflow: hidden;
}

.recently__title{
    text-align: center;
    font-size: 30px;
 font-weight: 700;
    margin-bottom: 40px;
}

@media (max-width: 1279px) {
    .recently{
        margin-bottom: 205px;
    }
    .recently__title{
        text-align: left;
    }
}


@media (max-width: 767px) {
    .recently{
        margin-bottom: 40px;
    }
    .recently__title{
        margin-bottom: 30px;
    }
    .discover__info-text{
        max-width: 90%;
    }
}


.detail__container{
    display: flex;
    flex-direction: column;
    font-size: 12px;

}

.detail__item-inner:nth-child(odd){
    border-top: 1px solid rgba(39, 37, 31, 0.40);
    border-bottom: 1px solid rgba(39, 37, 31, 0.40);
}

.detail__item-inner:last-child{
    border-bottom: 1px solid rgba(39, 37, 31, 0.40);
}


.detail__item-text{
    opacity: 0.6;
    max-width: 415px;
    line-height: 150%;
}

.detail__list{
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.detail__list-item{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.detail__list-item--key{
    font-size: 12px;
    line-height: 150%;
 font-weight: 700;
    opacity: 0.6;
}

.detail__list-item--values{
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.detail__list-item--value{
    font-size: 12px;
    line-height: 150%;
    opacity: 0.6;
}

.size-guide__list-inner{
    margin-bottom: 13px;
}

.folders__list{
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.folders__list-item{
    padding-left: 34px;
    text-decoration-line: underline;
    position: relative;
}

.folders__list-item::before{
    content: "";
    width: 18px;
    height: 16px;
    position: absolute;
    background-image: url("/local/templates/pandora/css/../images/folders 1.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    left: 0;
    top: -2px;
}

.size-link{
    font-size: 12px;
    font-weight: 400;
    text-decoration-line: underline!important;
}

.size-guide{
    padding: 22px 18px;
    border: 1px solid rgba(39, 37, 31, 0.20);
}

.size-guide__head{
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-bottom: 13px;
}

.size-guide__btns{
    display: flex;
    background-color: #F5F5F5;
    border-radius: 90px;
}

.size-guide__btn{
    padding: 6px 0;
    width: 50%;
    text-align: center;
    cursor: pointer;

    line-height: 150%;
    font-size: 12px;
}

.size-guide__btn.mixitup-control-active{
    border-radius: 90px;
    background: #27251F;
    color: #fff;

}

.size-guide__title{
 font-weight: 700;
}

.size-guide__text{
    opacity: 0.6;
}

.size-guide__list{

}

.size-guide__item{
    display: flex;
    justify-content: space-between;
    padding: 10px;
}

.size-guide__item-text{
 font-weight: 700;

    font-size: 12px;
    line-height: 150%;
}

.favorite-count-disable{
    display: none!important;
}

.size-guide__item:nth-child(even){
    background: #F5F5F5;
}

.size-guide__texts-title{
    font-size: 14px;
 font-weight: 700;
    margin-bottom: 6px;
}

.tip{
 font-weight: 700;
    margin-bottom: 6px;
    line-height: 150%;

}

.tip-info{
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-bottom: 10px;
    opacity: 0.6;
}

.tip-info p {
    line-height: 150%;
}

.detail__item-text--inner{
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.detail__item-text--title{
 font-weight: 700;
    padding-left: 36px;
    position: relative;
    margin-bottom: 6px;
    line-height: 150%;

}

.detail__item-text--title::before{
    content: '';
    position: absolute;
    background-image: url("/local/templates/pandora/css/../images/shipping-fast 1.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 18px;
    height: 18px;
    top: -3px;
    left: 0;
}

.detail__item-text--title2::before {
    background-image: url("/local/templates/pandora/css/../images/arrows-repeat 1.svg");
}

.detail__item-text--title3::before{
    background-image: url("/local/templates/pandora/css/../images/award 1.svg");
}

.order-items{
    display: flex;
    gap: 20px;
}

.order-item{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 17px;
    padding-bottom: 20px;
    border-radius: 10px;
    background: #F5F5F5;
}

.order-item__img{
    width: 100%;
    border-radius: 10px;
}










.owl-carousel .item{
    padding:0 !important;
    height:auto !important;;
}
.owl-carousel .owl-item div{
    position: relative;
    overflow: hidden;
}
.owl-carousel .owl-item:nth-child(even) img{
    /*-webkit-transform: scale(1.4);*/
    /*-ms-transform: scale(1.4);*/
    /*transform: scale(1.4);*/
    /*-webkit-transform-origin: bottom right;*/
    /*-moz-transform-origin: bottom right;*/
    /*-ms-transform-origin: bottom right;*/
    /*-o-transform-origin: bottom right;*/
    /*transform-origin: bottom right;*/
}
.owl-carousel .owl-item:nth-child(odd) img{
    /*-webkit-transform: scale(1.1);*/
    /*-ms-transform: scale(1.1);*/
    /*transform: scale(1.1);*/
    /*-webkit-transform-origin: bottom left;*/
    /*-moz-transform-origin: bottom left;*/
    /*-ms-transform-origin: bottom left;*/
    /*-o-transform-origin: bottom left;*/
    /*transform-origin: bottom left;*/
}
/*.owl-carousel .owl-item.active:nth-child(even) img{*/
/*    -webkit-transform: scale(1.1);*/
/*    -ms-transform: scale(1.1);*/
/*    transform: scale(1.1);*/
/*}*/
/*.owl-carousel .owl-item.active:nth-child(odd) img{*/
/*    -webkit-transform: scale(1.4);*/
/*    -ms-transform: scale(1.4);*/
/*    transform: scale(1.4);*/
/*}*/
/* End */


/* Start:/local/templates/pandora/components/bitrix/news.list/sale_banner/style.css?17546557426375*/
.topwidget__items {
	position: relative
}

.topwidget__items.slick-slider {
	padding: 0 20px
}

.topwidget__items .slick-track {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex
}

.topwidget__items .slick-track::after,
.topwidget__items .slick-track::before {
	display: none!important
}

.topwidget__item {
	align-items: center;
}

.topwidget__item-wrap {
	display: block;
	width: 100%
}

.topwidget__item.slick-slide {
	display: -webkit-flex!important;
	display: -moz-flex!important;
	display: -ms-flex!important;
	display: -o-flex!important;
	display: flex!important;
	justify-content: center;
	-ms-align-items: center;
	height: auto!important
}

.topwidget__item~.topwidget__item:not(.slick-slide) {
	display: none
}

.topwidget__item a,
a.topwidget__item {
	font-weight: 400;
	font-size: 12px;
	font-weight: 400;
	line-height: 18px;
	text-align: center;
	color: #27251F!important
}

.topwidget__item a:hover,
a.topwidget__item:hover {
	text-decoration: none;
	color: #27251F!important
}

.topwidget__item b,
.topwidget__item strong {
	font-weight: 600
}

.topwidget .slick-arrow {
	display: block;
	width: 20px!important;
	height: 100%!important;
	text-indent: -9999px;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAARCAYAAAAL4VbbAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTMyIDc5LjE1OTI4NCwgMjAxNi8wNC8xOS0xMzoxMzo0MCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUuNSAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6M0Y0N0Y1ODk1QTA1MTFFQTlFQjM5RTlGOTBFRkJENzQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6M0Y0N0Y1OEE1QTA1MTFFQTlFQjM5RTlGOTBFRkJENzQiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDozRjQ3RjU4NzVBMDUxMUVBOUVCMzlFOUY5MEVGQkQ3NCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDozRjQ3RjU4ODVBMDUxMUVBOUVCMzlFOUY5MEVGQkQ3NCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pu5b6ncAAACrSURBVHjaYvz//z8DFJQDMT8QVzHgAkDFjEDc8R8BykEGYMMgghmINyIp/gfE6bgUgzAbEO9F0vAHiCNwKQZhXiA+gaThJxB74lIMwiJAfAlJw1cgtsGlGIRlgPg2koYPQKyPSzEIqwDxUyQNr0BiuBSDcNh/VHAcn8lP0ExWJdbNBsSGhi220ODBEs5eFMUg0WmDCZjw/gHxdaSEWAnEM7GlUEZS0jNAgAEAbYYPTs6T/yQAAAAASUVORK5CYII=) no-repeat 50% 50%/11px 17px!important;
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 2;
	opacity: .5;
	cursor: pointer;
	transition: opacity .25s
}

.topwidget .slick-arrow:hover {
	opacity: 1
}

.topwidget .slick-arrow.slick-prev {
	left: 0;
	transform: rotate(180deg)
}

.topwidget .slick-arrow.slick-next {
	right: 0
}

.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(/local/templates/pandora/components/bitrix/news.list/sale_banner/owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}
@media (max-width: 1279px) {
	.topwidget__item a,
	a.topwidget__item {
		font-size: 10px;
		line-height: 14px;
		text-decoration: underline;
	}

}

/* End */


/* Start:/local/templates/pandora/components/bitrix/system.pagenavigation/.default/style.css?1754655742944*/

.page-counts{
	display: flex;
	justify-content: center;
	gap: 25px;
}

.page-item .count{
	font-size: 18px;
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 41px;
	min-height: 41px;
	border: 1px solid #27251F;
	transition: all ease .5s;
}

.prev-arrow, .next-arrow{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 41px;
	height: 41px;
	border: 1px solid #27251F;
}

.page-item.active .count,.count:hover{
	background-color:#27251F;
	color: #ffffff;
	transition: all ease .5s;
	cursor: pointer;
}
.page-item.active{

}

@media (max-width: 767px) {
	.page-counts {
		gap: 9px!important;
	}
	.page-item .count{
		font-size: 14px;
		min-width: 30px;
		min-height: 30px;
		width: 30px;
		height: 30px;
	}
	body .random-page-none,body .random-page-none + li ,body .random-page-last{
		display: none!important;
	}
	body .bx_pagination_bottom {
		padding: 40px 0;
		gap: 20px;
		flex-wrap: wrap;
	}
}
/* End */


/* Start:/local/templates/pandora/components/bitrix/search.title/catalog-search/style.css?1754655742902*/
.header-navbar__search{
    position: relative;
}
.title-search-result{
    z-index: 12;
    top: 60px!important;
    left: -80px!important;
    overflow-y: auto;
    min-width: 360px;
}
.search-popup__product-title{
    word-break: break-all;
    font-weight: 700;
}
.search-popup__title,.search-popup__product-title,.search-popup__article{
    font-weight: 700;
}
@media (min-width: 1279px) {
    .search-popup{
        height: 600px;
        overflow-y: auto;
        scrollbar-color: #000000 #ffffff;
        scrollbar-width: thin;
    }
    .search-popup::-webkit-scrollbar {
        width: 6px;
    }
    .search-popup::-webkit-scrollbar-track {
        background: #FFF;
    }
    .search-popup::-webkit-scrollbar-thumb {
        background: #000000;
    }
}
@media (max-width: 767px) {
    .title-search-result {
        min-width: 100% !important;
    }
}
/* End */


/* Start:/local/templates/pandora/components/bitrix/sale.basket.basket/pandora_basket_mini/style.css?175500239037295*/
.mini-mini-basket-items-list-container-light .basket-items-list-header { display: none !important; }

.basket-items-list-header-title {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font: var(--ui-font-weight-bold) 15px/18px "Helvetica Neue", Helvetica, Arial, sans-serif;
	transition: 300ms all ease;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.basket-items-search-field + .basket-items-list-header-title { padding-left: 10px; }

.basket-items-search-field + .basket-items-list-header-filter {
	padding-left: 10px;
	text-align: right;
	-webkit-box-flex: 3;
	-ms-flex: 3;
	flex: 3;
}

.basket-items-search-field .form-control { z-index: 1; }
[data-entity="mini-basket-item-name"] {
	word-break: break-all;
}
/*.basket-items-list-header-filter-item {*/
/*	margin-left: 5px;*/
/*	border-bottom: 1px dotted;*/
/*	color: var(--primary);*/
/*	text-decoration: none;*/
/*	font: var(--ui-font-weight-bold) 13px/14px "Helvetica Neue", Helvetica, Arial, sans-serif;*/
/*	cursor: pointer;*/
/*	transition: 220ms ease;*/
/*}*/

.basket-items-list-header-filter-item:hover {
	color: var(--theme-color-second);
	text-decoration: none;
}

.basket-items-list-header-filter-item.active {
	border-bottom: none;
	color: #2f3435;
	text-decoration: none;
	cursor: default;
}

.basket-items-search-field {
	position: relative;
	transition: 300ms all ease;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.basket-items-search-field .input-group-addon {
	white-space: nowrap;
	-ms-flex-wrap: wrap;
}

.basket-items-search-clear-btn {
	position: absolute;
	top: 50%;
	right: 1px;
	z-index: 1;
	border: none;
	background: none;
	color: #777;
	vertical-align: middle;
	font-weight: var(--ui-font-weight-bold);
	font-size: 18px;
	line-height: 18px;
	cursor: pointer;
	transition: 250ms linear all;
	transform: translateY(-50%);
}

.basket-items-search-clear-btn:hover { color: #c04e4e; }

@media (max-width: 991px) {
	.basket-items-list-header { padding: 10px 9px 11px; }

	.basket-items-list-header-title {
		font-size: 12px;
		line-height: 15px;
	}
}

@media (max-width: 767px) {
	.basket-items-list-header {
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal
	}

	.basket-items-search-field { width: 100%; }
}

/*endregion*/

.basket-items-list-container {
	position: relative;
	overflow: hidden;
	width: 100%;
	background-color: #fff;
}

.mini-basket-items-list-overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 100;
	background-color: #fff;
	opacity: .7;
	-webkit-animation-name: ShowOverlay;
	animation-name: ShowOverlay;
	-webkit-animation-duration: 200ms;
	animation-duration: 200ms;
}

@-webkit-keyframes ShowOverlay {
	0% { opacity: 0; }
	100% { opacity: .7; }
}

@keyframes ShowOverlay {
	0% { opacity: 0; }
	100% { opacity: .7; }
}

.basket-items-list {
	position: relative;
	padding: 0 25px;
	margin-bottom: 20px;
}

.basket-items-list-table {
	width: 100%;
	border-collapse: collapse;
}
.gift-wrapping__item-img{
	width: 78px;
}
.propd-flex{
	display: flex;
	margin-bottom: 6px;
}
.basket-items-list-item-container { position: relative; }

.mini-mini-basket-items-list-container-compact .basket-items-list-item-container > td { padding-bottom: 12px; }

.basket-items-list-item-overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 100;
	background-color: #fff;
	opacity: .7;
}
.basket__item-img{
	text-align: center;
}
.basket__item-img a{
	width: 170px;
	height: 170px;
}

.mini-basket-item-scu-item.not-available .mini-basket-item-scu-item-inner { opacity: .5; }

.mini-basket-item-scu-color .mini-basket-item-scu-item-inner,
.mini-basket-item-property-scu-image .mini-basket-item-scu-item-inner {
	width: 30px;
	height: 30px;
	border: 2px solid #fff;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.mini-mini-basket-items-list-container-compact .mini-basket-item-scu-color .mini-basket-item-scu-item-inner,
.mini-mini-basket-items-list-container-compact .mini-basket-item-property-scu-image .mini-basket-item-scu-item-inner {
	width: 16px;
	height: 16px;
	border: 1px solid #fff;
}

.mini-basket-item-property-scu-text .mini-basket-item-scu-item-inner {
	padding: 3px 5px;
	min-width: 30px;
	text-align: center;
	font: var(--ui-font-weight-bold) 14px/17px "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.mini-mini-basket-items-list-container-compact .mini-basket-item-property-scu-text .mini-basket-item-scu-item-inner {
	padding: 1px 2px;
	font: var(--ui-font-weight-bold) 12px/14px "Helvetica Neue", Helvetica, Arial, sans-serif;
}

@media (max-width: 768px) {
	.mini-basket-item-property-name,
	.mini-basket-item-property-value { font-size: 11px; }
	.basket__item-img a{
		width: 80px;
		height: 80px;
	}
	div.count-inner{
		width: auto!important;
	}
}

@media (max-width: 580px) {
	.mini-basket-item-block-properties { margin-bottom: 10px; }

	.mini-mini-basket-items-list-container-compact .mini-basket-item-block-properties { margin-bottom: 0; }

	.mini-basket-item-property-scu-image .mini-basket-item-scu-item-inner,
	.mini-basket-item-scu-color .mini-basket-item-scu-item-inner {
		width: 20px;
		height: 20px;
		border: 1px solid #fff;
	}

	.mini-basket-item-property-scu-text .mini-basket-item-scu-item-inner {
		padding: 2px 3px;
		min-width: 25px;
		text-align: center;
		font: var(--ui-font-weight-bold) 11px/15px "Helvetica Neue", Helvetica, Arial, sans-serif;
	}
}

/*endregion*/

/*region Amount*/
.basket-items-list-item-amount {
	-ms-flex-order: 2;
	padding-top: 20px;
	vertical-align: top;
	-webkit-box-ordinal-group: 3;
	order: 2;
}

.mini-basket-item-block-amount {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: end;
	-ms-flex-align: start;
	padding: 0 10px;
	-ms-flex-line-pack: start;
	align-content: flex-start;
	-webkit-box-pack: end;
	justify-content: flex-end;
}

.mini-mini-basket-items-list-container-compact .mini-basket-item-block-amount {
	margin-bottom: 0;
	padding-bottom: 0;
}

.mini-basket-item-amount-filed-block { position: relative; }

.mini-basket-item-amount-filed,
.mini-basket-item-block-amount.disabled .mini-basket-item-amount-filed:hover {
	padding: 0;
	width: 60px;
	height: 28px;
	outline: none;
	border: 1px solid #e4e4e4;
	border-radius: 1px;
	vertical-align: middle;
	text-align: center;
	font: var(--ui-font-weight-bold) 18px/27px "Helvetica Neue", Helvetica, Arial, sans-serif;
	transition: 300ms all ease;
}

.mini-basket-item-block-amount.disabled .mini-basket-item-amount-filed { background-color: #f3f3f3; }

.mini-basket-item-amount-filed:hover,
.mini-basket-item-amount-filed:focus { border-color: var(--primary); }

.mini-basket-item-amount-filed::-webkit-outer-spin-button,
.mini-basket-item-amount-filed::-webkit-inner-spin-button {
	/* display: none; <- Crashes Chrome on hover */
	margin: 0;
	-webkit-appearance: none; /* <-- Apparently some margin are still there even though it's hidden */
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
}

.mini-basket-item-amount-filed.basket-updated {
	-webkit-animation-name: basketAmountFiledUpdated;
	animation-name: basketAmountFiledUpdated;
	-webkit-animation-duration: 600ms;
	animation-duration: 600ms;
}

@-webkit-keyframes basketAmountFiledUpdated {
	0%, 100% { border-color: #e4e4e4; }
	50% { border-color: #ee9200; }
}

@keyframes basketAmountFiledUpdated {
	0%, 100% { border-color: #e4e4e4; }
	50% { border-color: #ee9200; }
}

.mini-basket-item-amount-btn-plus,
.mini-basket-item-amount-btn-minus {
	position: relative;
	width: 28px;
	height: 28px;
	cursor: pointer;
	transition: 300ms all ease;
	-webkit-user-select: none;
}

.mini-basket-item-amount-btn-plus:hover,
.mini-basket-item-amount-btn-minus:hover { background-color: #efefef; }

.mini-basket-item-block-amount.disabled .mini-basket-item-amount-btn-plus,
.mini-basket-item-block-amount.disabled .mini-basket-item-amount-btn-minus {
	background-color: transparent;
	cursor: default;
}

.mini-basket-item-amount-btn-plus:before,
.mini-basket-item-amount-btn-plus:after,
.mini-basket-item-amount-btn-minus:after {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -1px;
	margin-left: -5px;
	width: 10px;
	height: 2px;
	background-color: #979797;
	content: "";
	transition: 300ms all ease;
}

.mini-basket-item-amount-btn-plus:hover:before,
.mini-basket-item-amount-btn-plus:hover:after,
.mini-basket-item-amount-btn-minus:hover:after { background-color: #535353; }

.mini-basket-item-block-amount.disabled .mini-basket-item-amount-btn-plus:before,
.mini-basket-item-block-amount.disabled .mini-basket-item-amount-btn-plus:after,
.mini-basket-item-block-amount.disabled .mini-basket-item-amount-btn-minus:after { background-color: #f3f3f3; }

.mini-basket-item-amount-btn-plus:before {
	margin-top: -5px;
	margin-left: -1px;
	width: 2px;
	height: 10px;
}

.mini-basket-item-amount-field-description {
	position: absolute;
	top: calc(100% + 1px);
	right: 0;
	left: 0;
	color: #a1a1a1;
	text-align: center;
	font: italic 12px/14px "Helvetica Neue", Helvetica, Arial, sans-serif;
}




















































.basket-items-list .priceblock{
	max-width: 1400px;
	margin: 0 auto;
	display: flex;
	gap: 20px;
}


.breadcrumb__inner{
	padding-top: 37px;
	margin-bottom: 42px;
}

.basket{
	font-size: 12px;
	line-height: 150%;
	overflow: hidden;
}

.basket__title .basket-items-list-header-filter-item{
	font-size: 24px;
	font-weight: 700;
}
.basket__title{
	max-width: 1400px;
	margin: 36px auto;
	margin-top: 3px;
}

.basket__item-inner{
	display: flex;
	gap: 29px;
}

.basket__item-info{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-grow: 1;
}

.basket__item-title{
	line-height: 150%;

	margin-bottom: 8px;
}

.basket__item-stars--inner{
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 6px;
}

.basket__item-stars--count{
	line-height: 150%;
	opacity: 0.6;
}

.basket__item-texts{
	display: flex;
	flex-direction: column;
	gap: 6px;
	margin-bottom: 15px;
}

.m-bot{
	margin-bottom: 12px;
}

.basket__item-control{
	display: flex;
	justify-content: flex-end;
	gap: 50px;
	padding-top: 49px;
}

.basket__item-control .basket__item-control--btn{
	color: #000;
	line-height: 150%; /* 18px */
	text-decoration-line: underline;
	cursor: pointer;
}

.delivery-item__price{
	line-height: 150%;
}

.txt-transform{
	color: #000!important;
	text-decoration-line: line-through;
}

.delivery-item__price span{
	color: #EA1340;
	line-height: 150%;
}

.counter{
	display: inline-flex;
	color: #000;
}

.delivery-item__price{
	margin-bottom: 20px;
}

.count-plus, .count-quantity, .count-minus{
	width: 35px;
	height: 35px;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 150%;
}

.count-plus, .count-minus{
	border: 1px solid #C6C6C6;
}

.count-quantity{
	border-top: 1px solid #C6C6C6;
	border-bottom: 1px solid #C6C6C6;
}

.basket__item{
	padding-bottom: 29px;
	margin-bottom: 29px;
	border-bottom: 1px solid rgba(39, 37, 31, 0.40);
}
.bx_item_detail_rating .bx_stars_bg{
	z-index: 8!important;
}
.basket{
	margin-bottom: 29px;
}

.basket__item:last-child{
	margin-bottom: 0;
}

.universal-inner{
	display: flex;
	gap: 16px;
	position: relative;
}


.delivery-radio__title{
	color: #27251F;
	font-size: 12px;
	line-height: 150%;
	font-weight: 700;, sans-serif;

	margin-bottom: 2px;
}

.delivery-radio__text{
	color: rgba(39, 37, 31, 0.70);
}

.compatible{
	padding-top: 0;
}

.basket__content{
	display: flex;
	align-items: flex-start;
	gap: 20px;
}

.basket__inner{
	flex-grow: 1;
}


.delivery__summary{
	max-width: 453px;
	width: 100%;
	position: relative;
	bottom: 55px;
}
.basket__item-title{
	font-weight: 700;
}
.delivery__summary-inside{
	padding: 20px;
	background: #F5F5F5;
	color: #000;
	width: 100%;
	font-size: 12px;
	line-height: 150%;
	font-weight: 400;
}

.delivery__summary-title{
	font-weight: 700;, sans-serif;
	margin-bottom: 16px;
	font-size: 24px;
	line-height: 150%; /* 36px */

	font-weight: 700;
}

.delivery__summary-inner{
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.delivery__summary-item{
	display: flex;
	justify-content: space-between;
}

.delivery__summary-price-text{
	font-size: 12px;
	line-height: 150%;
}

.delivery__summary-price{
	font-weight: 700;, sans-serif;
	font-size: 14px;
	line-height: 150%;
	font-weight: 700;
}

.delivery__summary-inner{
	padding-bottom: 16px;
	margin-bottom: 16px;
	border-bottom: 1px solid rgba(39, 37, 31, 0.40);;
}

.total-inner{
	display: flex;
	justify-content: space-between;
	margin-bottom: 16px;
}

.total-text{
	font-size: 14px;
	line-height: 150%;
	font-weight: 600;
}

.total-price {
	font-size: 18px;
	line-height: 150%;
	font-weight: 700;, sans-serif;
	font-weight: 700;
}

.promo-code{
	padding: 16px 0;
	display: flex;
	justify-content: space-between;

}

/*.promo-code:nth-child(odd){*/
/*	border-top: 1px solid rgba(39, 37, 31, 0.40);*/
/*	border-bottom: 1px solid rgba(39, 37, 31, 0.40);*/
/*}*/

.promo-code__inner{
	border-top: 1px solid rgba(39, 37, 31, 0.40);
}
.promo-code{
	border-top: none;
	border-bottom: 1px solid rgba(39, 37, 31, 0.40);
}

/*.delivery__summary-btn{*/
/*	padding: 11px 0;*/
/*	text-align: center;*/
/*	color: #FFF;*/
/*	background: #27251F;*/
/*	line-height: 150%;*/
/*	*/
/*}*/
.basket-btn-checkout{
	padding: 11px 0;
	text-align: center;
	color: #FFF;
	background: #27251F;
	line-height: 150%;

	width: 100%;
}




.promo-code-window{
	position: fixed;
	top: 0;
	right: 0;
	height: 100vh;
	padding: 20px;
	background: #FFF;
	width: 357px;
	transform: translateX(0);
	z-index: 58484847;
}

.promo-code-window.close{
	transform: translateX(100%);
}

.promo-code__head, .gift-wrapping__head{
	display: flex;
	justify-content: space-between;
	padding-bottom: 14px;
	margin-bottom: 14px;
	border-bottom: 1px solid rgba(39, 37, 31, 0.20);;
}

.gift-wrapping__title{
	font-weight: 700;, sans-serif;
	color: #27251F;
	font-size: 18px;
	line-height: 150%;
	font-weight: 700;
}

.promo-code__inner{
	display: flex;
	flex-direction: column;
	width: 100%;
}

.promo-code__input-inner{
	position: relative;
}
.close-link{
	cursor: pointer;
	color: red;
	text-decoration: underline;
}
.basket-coupon-alert-section{
	margin: 8px 0;
}
.promo-code__input-title{
	position: absolute;
	color: #27251F;
	font-size: 12px;
	line-height: 150%;
	opacity: 0.6;
	top: 10px;
	left: 15px;
	font-weight: 400;
	z-index: 1;
}

.promo-code__input{
	width: 100%;
	border: 1px solid #27251F;
	height: 59px;
	padding: 31px 15px 10px;
}

.promo-code__input::placeholder{
	color: #27251F;
	font-weight: 700;, sans-serif;
	line-height: 150%;
}

.promo-code__btn{
	padding: 11px 0;
	text-align: center;
	color: #FFF;
	background: #27251F;
	font-weight: 400;
	margin-top: 14px;
	cursor: pointer;
}



.gift-wrapping-window{
	background-color: #fff;
	font-size: 12px;
	font-weight: 400;
	width: 352px;
	height: 100vh;
	display: flex;
	flex-direction: column;
	padding: 20px;
	position: fixed;
	top: 0;
	right: 0;
	transform: translateX(0);
	z-index: 58484847;
}

.gift-wrapping-window.close{
	transform: translateX(100%);
}

.gift-wrapping__link{
	margin-bottom: 14px;
	color: #27251F;
	font-size: 12px;
	line-height: 150%;
	text-decoration-line: underline;
}

.more-details__item{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 14px;
	border-bottom: 1px solid rgba(39, 37, 31, 0.20);
}

.more-details__item:last-child{
	margin-bottom: 14px;
}

.more-details__item-title{
	color: #27251F;
	line-height: 150%;

}

.gift-wrapping__item{
	display: flex;
	align-items: flex-start;
	gap: 14px;
}

.gift-wrapping__item-title{
	font-weight: 700;, sans-serif;
	line-height: 150%; /* 18px */

	margin-bottom: 8px;
	font-weight: 700;
}

.gift-wrapping__item-texts{
	display: flex;
	flex-direction: column;
	gap: 2px;
}

.gift-wrapping__items{
	margin-bottom: 14px;
}

.gift-wrapping__radio-inner{
	display: flex;
	gap: 16px;
	position: relative;
	align-items: center;
}

.gift-wrapping__radio-text{
	font-size: 12px;
	color: #27251F;
	line-height: 150%; /* 18px */

	font-weight: 700;, sans-serif;
}
.gift-wrapping__btn-2{
	cursor: pointer;
}
.checkbox-inner{
	position: static;
}


.checkbox-view{
	width: 18px;
	height: 18px;
	top: 0;
	border-radius: 50%;
	border: 1px solid #27251F;
}

.checkbox-view.add{
	border: 6px solid #000;
}

.gift-wrapping__radio-price{
	margin-left: auto;
}

.gift-wrapping__radio{
	display: flex;
	flex-direction: column;
	gap: 14px;
}

.gift-wrapping__btns{
	margin-top: auto;
}

.gift-wrapping__btn-1{
	padding: 11px 0;
	text-align: center;
	font-size: 12px;
	line-height: 150%; /* 18px */

	background: #27251F;
	color: #fff;
	cursor: pointer;
}

.gift-wrapping__btn-2{
	color: #27251F;
	font-size: 12px;
	font-weight: 400;
	line-height: 150%;
	text-decoration-line: underline;

	padding: 12px 0;
	text-align: center;
}

.gift-wrapping__add-btn, .promo-code__add-btn{
	cursor: pointer;
	font-size: 12px;
	line-height: 150%;
	text-decoration-line: underline;
}



@media (max-width: 1279px){
	.basket__content{
		flex-direction: column;
		gap: 30px;
	}

	.basket__inner{
		width: 100%;
	}

	.delivery__summary{
		max-width: none;
	}

	.compatible{
		padding-bottom: 60px;
	}
}

@media (max-width: 565px) {
	.basket__item-info{
		flex-direction: column;
		max-width: 200px;
	}
	.basket__item-texts{
		width: 210px;
	}
	.gift-wrapping__radio{
		margin-bottom: 10px;
	}
	.basket__item-title a{
		width: 200px;
	}
	.delivery__summary{
		bottom: inherit;
	}
	.basket-items-list{
		padding: 0 10px;
	}
}
@media (max-width: 767px) {
	/*.basket__item-info{*/
	/*	flex-direction: column;*/
	/*}*/

	.radio-container{
		margin-bottom: 11px;
	}

	.basket__item-control{
		padding-top: 28px;
		padding-right: 20px;
	}

	.basket__item-inner {
		gap: 11px;
	}

	/*.basket__item-info{*/
	/*	max-width: 172px;*/
	/*}*/

	.gift-wrapping-window, .promo-code-window{
		width: 288px;
	}

	.gift-wrapping__title{
		max-width: 148px;
	}

	.gift-wrapping__item-info{
		max-width: 148px;
	}

	.gift-wrapping__item-texts{
		gap: 2px;
	}

	.more-details__item-switch{
		width: 9px;
		height: 9px;
	}
	.compatible-slider {
		margin-bottom: 0;
	}
	.basket__item-info .count-inner {
		 align-items: flex-start;
	}
	.mini-basket-item-block-amount{
		padding: 0;
	}
}

.basket__item-info--inner{
	max-width: 60%;
	width: 100%;
}




.bx_stars_progress {
	background: #FFCAD4 !important;
}
.hideenStarts{
	display: none;
}



.profile__banner{
	margin-bottom: 49px;
}
.wish-list__items a img,.element-img{
	width: 126px;
	height: 126px;
	object-fit: contain;
}
.breadcrumb__inner{
	margin-bottom: 49px;
}

.content{
	margin-bottom: 100px;
	font-weight: 400;
	font-size: 12px;
}

.points__wrapper{
	display: flex;
	padding: 21px 0;
	justify-content: center;
	align-items: flex-start;
	gap: 128px;
	background: rgba(39, 37, 31, 0.05);
	margin-bottom: 30px;
}


.points{
	max-width: 500px;
	width: 100%;
}

.points__count-inner{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 11px;
	margin-bottom: 20px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.20);
	text-align: right;
}

.points-text{
	cursor: pointer;
	line-height: 150%;
	text-decoration-line: underline;
}

.points__count{
	margin-bottom: 4px;
	display: flex;
	gap: 8px;
}

.points__count span{
	font-size: 24px;
	font-weight: 700;, sans-serif;
}

.points__count-text--inner span{
	font-size: 24px;

}

.points__line{
	height: 143px;
	width: 1px;
	background-color: rgba(0, 0, 0, 0.20);
}

.points__question{
	max-width: 500px;
	width: 100%;
	padding-top: 15px;
}

.points__question-text{
	font-size: 12px;
	line-height: 150%;
	margin-bottom: 22px;
}

.points__question-answer--inner{
	display: flex;
	justify-content: space-between;
}

.points__question-answer{
	width: calc(50% - 10px);
	position: relative;
	text-decoration-line: underline!important;
	display: flex;
	flex-direction: column;
	gap: 18px;
}

.points__question-answer .pink-range{
	height: 6px;
	width: 100%;
	background: #FFF;
}

.recent-orders__item-info--see, .recent-orders__item-info--see_2{
	line-height: 150%;
	font-size: 12px;
	text-decoration-line: underline;
}

.recent-orders__item-info--see_2{
	display: none;
}

.content__inner{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 19px;
}

.content-col-1{
	display: flex;
	flex-direction: column;
	gap: 19px;
}

.points-slider__inner{
	position: relative;
}

.points-slider{
	width: 690px;
}

.points-slider__item-img{
	margin-bottom: 36px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10%;
}

.points-slider__item-text{
	max-width: 320px;
	margin: 0 auto 37px;
	font-size: 14px;
	line-height: 150%;
	font-weight: 400;
	padding-left: 48px;
	position: relative;
}

.points-slider__item-text::before {
	content: '';
	position: absolute;
	background-image: url("/local/templates/pandora/images/image 27.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	left: 0;
	top: -6px;
	width: 35px;
	height: 35px;
}

.points-slider__item-title{
	max-width: 402px;
	margin: 0 auto 30px;
	text-align: center;
	font-size: 18px;
	font-weight: 700;, sans-serif;

	line-height: 150%;
}

a.points-slider__link{
	text-align: center;
	line-height: 150%;
	margin-bottom: 32px;
	font-size: 12px;
	width: 100%;
}
.swiper-button-next.points-slider-next,.swiper-button-prev.points-slider-prev{
	width: 40px;
}
.points-slider-pagination{
	position: static;
	padding-top: 25px;
}

.points-pagination-bullet{
	width: 10px;
	height: 10px;
}

.swiper-pagination-bullet-active.points-pagination-bullet{
	background-color: #27251F;
}
.points-slider__inner {
	box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.10);
}

.points-slider-next, .points-slider-prev{
	width: 40px;
	height: 40px;
	box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.10);
	position: absolute;
	border-radius: 50%;
	top: 496px;
}

.points-slider-prev{
	left: 32px;
}

.points-slider-next{
	right: 32px;
}

.recent-orders{
	padding: 28px 40px 40px;
	border: 1px solid #27251F;
}

.recent-orders-empty{
	padding: 28px 40px 47px;
}

.wish-list{
	padding: 28px 40px 21px;
	border: 1px solid #27251F;
}

.wish-list__head{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.20);
}

.recent-orders__head{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 20px;
	margin-bottom: 15px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.20);
}

.recent-orders-empty .recent-orders__head{
	margin-bottom: 22px;
}

.recent-orders-title{
	font-size: 24px;
	font-weight: 700;, sans-serif;
	line-height: 150%;

}

.recent-orders-points{
	font-size: 12px;
	line-height: 150%;
	text-decoration-line: underline;
}

.wish-list__img{
	margin-left: 177px;
}

.content-col-2{
	display: flex;
	flex-direction: column;
	gap: 20px;
	width: calc(50% - 10px);
}

.size{
	padding: 27px 40px 58px;
	border: 1px solid #27251F;
}

.size-head{
	display: flex;
	justify-content: space-between;
	padding-bottom: 19px;
	margin-bottom: 19px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.20);;
}

.size-text{
	margin-bottom: 37px;
	line-height: 150%;
}

.size__img{
	max-width: 216px;
	margin: 0 auto;
}

.preference{
	padding: 28px 40px 82px;
	border: 1px solid #27251F;
}

.preference-head{
	display: flex;
	justify-content: space-between;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.20);
}

.preference-title{
	font-size: 24px;
	font-weight: 700;, sans-serif;
	line-height: 150%; /* 36px */

}

.preference-img{
	max-width: 417px;
	margin: 0 auto;
}

.preference-text__inner{
	display: flex;
	flex-direction: column;
	gap: 14px;
	margin-bottom: 68px;
}
.preference-text {
	font-size: 12px;
	line-height: 150%;
}

.my-data{
	padding: 28px 40px 21px;
	border: 1px solid #27251F;
}

.my-data-head{
	display: flex;
	justify-content: space-between;
}

.my-data__title{
	font-size: 24px;
	font-weight: 700;, sans-serif;
	line-height: 150%;

}

body a.see {
	font-size: 12px;
	line-height: 150%;
	text-decoration-line: underline;
}

.my-data-head{
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.20);
}

.my-data__items{
	display: flex;
	flex-direction: column;
	gap: 7px;
	/*max-width: 305px;*/
	width: 100%;
}

.my-data__item{
	display: flex;
	/*justify-content: space-between;*/
	width: 100%;
}

.my-data__item-info--inner{
	display: flex;
	flex-direction: column;
	gap: 3px;
	width: 50%;
}

.my-data__item-info--key{
	font-weight: 700;, sans-serif;
	line-height: 150%;
}

.my-data__item-info--value{
	line-height: 150%;
}

.address{
	padding: 28px 40px 44px;
	border: 1px solid #27251F;
}

.address-head{
	padding-bottom: 20px;
	margin-bottom: 22px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.20);
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.address-title{
	font-size: 24px;
	font-weight: 700;, sans-serif;
	line-height: 150%;

}

.recent-orders__text{
	font-size: 12px;
	line-height: 150%;
}

.recent-orders__item-text{
	font-size: 12px;
	line-height: 150%; /* 18px */

	margin-bottom: 18px;
}

.recent-orders__item{
	display: flex;
	gap: 28px;
}

.inner{
	flex-grow: 1;
}

.recent-orders__item-info{
	display: flex;
	justify-content: space-between;
	padding-top: 8px;
	margin-bottom: 5px;
}

.recent-orders__item-info--inner{
	display: flex;
	flex-direction: column;
	gap: 6px;
}

.total{
	font-size: 12px;
	text-align: right;
	margin-bottom: 6px;
	color: rgba(39, 37, 31, 0.60);
	line-height: 150%;
	text-decoration-line: underline;
}

.price{
	text-align: right;
	color: #27251F;
	font-size: 14px;
	line-height: 150%;
}

.recent-orders__item-img{
	position: relative;
}

.count-img{
	background-color: #000000;
	color: #ffffff;
	border-radius: 50%;
	width: 15px;
	height: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 8px;
	line-height: 15px;
	position: absolute;
	top: 10px;
	right: 10px;
}

.wish-list__items{
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-bottom: 20px;
}

.address-subtitle{
	font-size: 16px;
	font-weight: 700;, sans-serif;
	line-height: 150%;
	margin-bottom: 14px;
}

.address-list{
	display: flex;
	flex-direction: column;
	gap: 3px;
	margin-bottom: 27px;
}

.add-new-address a{
	line-height: 150%;
	text-decoration-line: underline!important;
}

.profile__banner img{
	object-fit: cover;
	width: 100%;
}

.size-title{
	font-size: 24px;
	font-weight: 700;, sans-serif;
	line-height: 150%;
}

.points-slider-pagination{
	display: flex;
	justify-content: center;
	gap: 14px;
}

.points-pagination-bullet{
	margin: 0!important;
}

.recent-orders__item-info-text{
	white-space: nowrap;
	text-align: right;
}

.wish-list__items{
	gap: 14px;
}

@media (max-width: 1600px) {
	.profile__banner img{
		height: 480px;
	}
}

@media (max-width: 1439px) {
	.points__wrapper{
		padding: 21px 0;
		gap: 96px
	}

	.content__inner{
		gap: 30px;
	}

	.points__count-inner{
		padding-bottom: 11px;
	}

	.preference{
		padding: 28px 27px 82px;
	}

	.my-data{
		padding: 28px 27px 21px;
	}

	.address{
		padding: 28px 27px 47px;
	}
}

@media (max-width: 1279px) {
	.content{
		margin-bottom: 60px;
	}

	.profile__banner{
		display: none;
	}

	.breadcrumb__inner{
		margin-top: 29px;
		margin-bottom: 0;
	}

	.points__wrapper{
		flex-direction: column;
		gap: 0;
		background-color: transparent;
	}

	.points__line{
		display: none;
	}

	.points{
		max-width: none;
		background-color: rgba(39, 37, 31, 0.05000000074505806);
		padding: 22px 28px;
		margin-bottom: 20px;
	}

	.points__question{
		max-width: none;
		background-color: rgba(39, 37, 31, 0.05000000074505806);
		padding: 50px 28px 50px;
	}

	.points__count-inner{
		padding-bottom: 10px;
		margin-bottom: 10px;
		align-items: flex-start;
	}

	.points__question-answer--inner{
		justify-content: flex-start;
		gap: 20px;
	}

	.points__question-answer{
		max-width: 240px;
	}

	.points__wrapper{
		margin-bottom: 22px;
		padding-bottom: 0;
	}

	.content__inner{
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

	.points-slider{
		width: 736px;
	}

	.points-slider__item-img img {
		width: 100%;
		max-height: 601px;
		object-fit: contain;
	}

	.content__inner{
		gap: 20px;
	}

	.points-slider__inner{
		max-width: 736px;
		margin: 0 auto;
	}

	.points-slider-pagination{
		padding-top: 28px;
	}

	.content-col-1, .content-col-2 {
		width: 100%;
	}

	.recent-orders{
		padding: 20px;
		margin-bottom: 0;
	}

	.wish-list{
		padding: 20px;
	}

	.wish-list__img{
		display: flex;
		justify-content: center;
		margin-left: 0;
	}

	.size__img-inner{
		max-width: 696px;
	}

	.size{
		padding: 20px;
	}

	.size-head{
		padding-bottom: 28px;
		margin-bottom: 28px;
	}

	.size-text{
		margin-bottom: 28px;
	}

	.preference{
		padding: 20px;
	}

	.preference-head{
		padding-bottom: 10px;
		margin-bottom: 20px;
	}

	.preference-text__inner{
		max-width: 459px;
		gap: 20px;
	}

	.preference-text__inner{
		margin-bottom: 20px;
	}

	.my-data{
		padding: 20px;
	}

	.my-data__items{
		gap: 20px;
		max-width: 223px;
	}

	.address{
		padding: 20px;
	}

	.recent-orders__item-inner{
		max-width: 609px;
	}

	.recent-orders__head{
		margin-bottom: 20px;
	}

	.wish-list__items{
		margin-bottom: 0;
	}

	.wish-list__items img{
		height: 120px;
	}

	.recent-orders-empty{
		padding: 20px 20px 63px;
	}
}

@media (max-width: 1023px) {
	.points__question-answer--inner{
		max-width: 500px;
	}

	.points-slider-pagination {
		padding-top: 25px;
	}

	.points-slider-next {
		right: 28px;
	}

	.points-slider-prev {
		left: 28px;
	}
	.recent-orders-empty{
		padding: 20px;
	}
}

@media (max-width: 767px) {
	.points-slider{
		height: auto;
	}
	.content {
		margin-bottom: 55px;
	}

	.points{
		padding: 22px 20px;
		margin-bottom: 11px;
	}

	.points__count{
		margin-bottom: 1.8px;
	}

	.points__question{
		padding: 20px;
	}

	.points__question-answer--inner{
		flex-direction: column;
	}

	.points__question-answer{
		padding-top: 16px;
		width: 100%;
	}

	.points__wrapper {
		margin-bottom: 37px;
	}

	.points-slider{
		width: 288px;
	}

	.points-slider-prev {
		top: 210px;
		left: 7px;
	}

	.points-slider-next {
		top: 210px;
		right: 7px;
	}

	.points-slider__item-img{
		margin-bottom: 24px;
	}

	.points-slider__item-img img{
		height: 288px;
	}

	.points-slider__item-text{
		padding-left: 35px;
		font-size: 12px;
		max-width: 244px;
		margin-bottom: 23px;
	}

	.points-slider__item-title{
		font-size: 12px;
		max-width: 219px;
		margin-bottom: 15px;
	}

	.points-slider__item-text:before{
		top: -9px;
	}

	.points-slider__link{
		margin-bottom: 20px;
	}

	.points-slider-pagination{
		display: none;
	}

	.recent-orders{
		padding: 20px;
	}

	.size-title, .preference-title, .preference-title, .my-data__title, .address-title, .recent-orders-title, .recent-orders-title{
		font-size: 12px;
	}

	.preference-text__inner{
		margin-bottom: 47px;
	}

	.preference{
		padding: 20px 20px 74px;
	}

	.preference-img{
		display: flex;
		justify-content: center;
	}

	.preference-img img{
		height: 60px;
	}

	.breadcrumb__inner{
		display: none;
	}
}

@media (max-width: 767px) {
	.recent-orders__item-info--see{
		display: none;
	}

	.recent-orders__item-info--see_2{
		display: block;
		margin-bottom: 14px;
	}

	.recent-orders__item{
		gap: 17px;
	}

	.element-img{
		width: 105px;
		height: 105px;
	}

	.recent-orders__item-info{
		margin-bottom: 54px;
	}

	.wish-list__items img{
		width: 73px;
		height: 73px;
	}

	.my-data__items{
		padding-right: 20px;
	}

}
/*points-more-popup*/
.points-more-popup{
	position: fixed;
	z-index: 15;
	height: 100%;
	overflow-y: auto;
	background-color: #ffffff;
	width: 375px;
	top: 0;
	right: -100%;
	padding: 30px;
	transition: all ease .5s;
}
.points-more-popup-wrapping{
	position: fixed;
	z-index: 15;
	height: 100%;
	overflow-y: auto;
	background-color: #ffffff;
	width: 375px;
	top: 0;
	right: -160%;
	padding: 30px;
	transition: all ease .5s;
}
.points-more-popup-container{
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 14px;
}
.points-more-popup-header{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.points-more-popup-title,.points-more-popup-footer-title{
	font-size: 28px;
	line-height: 150%;
	font-weight: 400;
}
.points-more-popup-title{
	font-size: 18px;
	font-weight: 700;
}
div.points-more-popup-header{
	padding-bottom: 14px;
}
.points-more-popup-body{
	width: 100%;
	padding: 20px 0;
}
.points-levels{
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 30px;
	align-items: flex-start;
}
.points-level{
	width: 100%;
	display: flex;
	gap: 12px;
	align-items: flex-start;
}
.points-level-img{
	width: 40px;
}
.points-level-img img{
	width: 40px;
	height: 40px;
}
.points-level-description{
	width: calc(100% - 52px);
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	gap: 12px;
}
.points-level-description-title,.points-more-popup-footer-description-title{
	font-size: 22px;
	font-weight: 400;
}
.points-level-description p{
	font-size: 12px;
	font-weight: 400;
}
.points-more-popup-footer{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 20px;
}
.points-more-popup-footer-description-text{
	padding-top: 20px;
	font-size: 14px;
	line-height: 150%;
	font-weight: 400;
}
.points-more-popup-footer-title,.points-more-popup-header{
	border-bottom: 1px solid black;
	padding-bottom: 20px;
	width: 100%;
}
@media (max-width: 767px) {
	.points-more-popup{
		width: 100%;
		top: 10%;
		padding: 20px;
		border-radius: 20px 20px 0 0;
		height: 90%;
	}
	.points-more-popup-container{
		gap: 15px;
		height: 90%;
		padding-bottom: 15px;
	}
	.points-more-popup-title,.points-more-popup-footer-title{
		font-size: 24px;
	}
	.points-more-popup-body{
		padding: 15px 0;
	}
	.points-level-description-title,.points-more-popup-footer-description-title{
		font-size: 18px;
	}
	.points-more-popup-footer-title,.points-more-popup-header{
		padding-bottom: 15px;
	}
	.points-more-popup-footer {
		gap: 15px;
		padding-bottom: 20px;
	}
}
/*points-more-popup*/

.title-stem{
	font-weight: 500;
	font-size: 36px;
	letter-spacing: .025em;
	margin: 0 0 0.67em;
	font-weight: 400;
}
.cart-empty {
	padding-top: 30px;
	padding-bottom: 30px;
	font-weight: 400;
}
.cart-empty__message {
	margin-bottom: 40px;
	font-weight: 600;
	font-weight: 400;
}
.cart-empty__info {
	margin-bottom: 70px;
	font-weight: 400;
}
.btn--gray_empry {
	font-weight: 600;
}
.btn_empty {
	display: inline-block;
	margin: 0;
	border: 0;
	outline: 0 !important;
	background: 0 0;
	cursor: pointer;
	margin: 0 5px 5px 0;
	border: 3px solid #464646;
	padding: 14px 20px 15px;
	min-width: 270px;

	text-align: center;
	font: 600 14px / 1.5 Montserrat, sans-serif;
	color: #464646;
	background-color: transparent;
	-webkit-transition: border .25s, color .25s, background .25s;
	transition: border .25s, color .25s, background .25s;
}
.btn--gray_empry:active {
	border-color: #464646;
	color: #fff;
	background-color: #464646;
}
.btn--gray_empry:focus, .btn--gray_empry:hover {
	border-color: #464646;
	color: #fff;
	background-color: #464646;
}
.mini-basket-item-block-image{
	width: 160px;
	height: 160px;
}

@media screen and (max-width: 1279px){
	.basket-items-list .priceblock{
		flex-wrap: wrap;
	}
}
.mini-basket-item-block-image{
	position: relative;
}
.engraving-image-block{
	position: absolute;
	width: 30px;
	height: 30px;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}
@media screen and (max-width: 767px){
	.engraving-image-block{
		width: 20px;
		height: 20px;
	}
	.mini-basket-item-block-image{
		width: 80px;
		height: 80px;
	}
}



.basket-popup__item-img img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.small-cart{
	height: 40px;
}
.basket-popup__item-img{
	width: 81px;
	height: 81px;
}
.basket-popup__item-info{
	width: calc(100%  - 100px);
}
.old_price{
	text-decoration: line-through;
	color: #bdbdbd;
	font-family: Arial, sans-serif;
	font-weight: 500;
	font-size: 12px;
	line-height: 150%;
}
.new_price{
	color: #27251F;
	font-family: Arial, sans-serif;
	font-weight: 700;
	font-size: 12px;
	line-height: 150%;
}
.basket-popup__price{
	color: #27251F;
	font-family: Arial, sans-serif;
	font-weight: 700;
	font-size: 14px;
	line-height: 150%;
}
.basket-popup.basket-active{
	height: 300px;
}
.basket-popup.basket-active::-webkit-scrollbar {
	width: 6px;
}
.basket-popup.basket-active::-webkit-scrollbar-track {
	background: #FFF;
}
.basket-popup.basket-active::-webkit-scrollbar-thumb {
	background: #000000;
}
.basket-popup-bottom-block{
	position: sticky;
	bottom: 0;
	background-color: #ffffff;
	padding: 15px 0;
}
@media (max-width: 1279px) {
	.small-cart{
		height: 27px;
		width: 27px;
	}
}
.basket-popup__item-img{
	position: relative;
}
.engraving-image-block{
	position: absolute;
	width: 20px;
	height: 20px;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}
@media screen and (max-width: 767px){
	.engraving-image-block{
		width: 20px;
		height: 20px;
	}
}

/* End */


/* Start:/local/templates/pandora/components/bitrix/menu/top_catalog_menu/style.css?175465574250*/
.menu-list__item-link span{
    margin-top: 2px;
}
/* End */


/* Start:/local/templates/pandora/components/bitrix/search.title/catalog-search-mobile/style.css?175465574282*/
@media (max-width: 1279px) {
   body .search-popup{
       width: 100%;
   }
}
/* End */


/* Start:/local/templates/pandora/components/bitrix/menu/catalog_mobile_menu/style.css?17546557421000*/
ul{
    margin: 0;
}
#mobile-menu__list{
    overflow: hidden;
}
.mobile-menu__list-item ul.root-item{
    width: 100%;
    background-color: #ffffff;
    position: absolute;
    left: -100%;
    top: 60px;
    overflow: hidden;
    height: 100%;
}
.mobile-menu__list-item ul.root-item-1{
    width: 100%;
    background-color: #ffffff;
    position: absolute;
    left: -100%;
    top: 0;
}
.mobile-menu__list-item a,.mobile-menu__list-item a span{
    font-size: 16px;
}
.language-menu-item{
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: flex-start;
}
.language-menu-items-mobile{
    height: 0;
    overflow: hidden;
    width: 100%;
    padding-top: 0;
    margin-bottom: 0;
    transition: all ease .5s;
}
.language-menu-items-mobile.active{
    padding-top: 17px;
    height: auto;
    overflow: unset;
    margin-bottom: -18px;
    transition: all ease .5s;
}
.language-menu-items-mobile li{
    width: 100%;
}
/* End */


/* Start:/local/templates/pandora/components/bitrix/menu/bottom_menu/style.css?1754655742721*/
/*!* Left menu*!*/
/*ul.left-menu*/
/*{*/
/*	list-style:none;*/
/*	margin:0; padding:0;*/
/*	margin-bottom:8px;*/
/*	position: relative; !*IE bug*!*/
/*}*/

/*ul.left-menu li*/
/*{*/
/*	padding: 10px 16px;*/
/*	background:#F5F5F5 url(/local/templates/pandora/components/bitrix/menu/bottom_menu/images/left_menu_bg.gif) top repeat-x;*/
/*}*/

/*ul.left-menu li a*/
/*{*/
/*	font-size:100%;*/
/*	color:#BC262C;*/
/*	font-weight:bold;*/
/*	text-decoration:none;*/
/*}*/

/*ul.left-menu li a:visited*/
/*{*/
/*	color:#BC262C;*/
/*}*/

/*ul.left-menu li a:hover*/
/*{*/
/*	color:#BC262C;*/
/*}*/


/*ul.left-menu li a.selected:link,*/
/*ul.left-menu li a.selected:visited,*/
/*ul.left-menu li a.selected:active,*/
/*ul.left-menu li a.selected:hover*/
/*{*/
/*	color:#FC8D3D;*/
/*}*/




/* End */


/* Start:/local/templates/pandora/components/bitrix/main.feedback/pandora_feedbeck/style.css?17546557422730*/
.feedback-popup{
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 20px;
    width: 412px;
    background: #FFF;
    z-index: 13;
    font-size: 12px;
    font-family: Arial, sans-serif;
}
.feedback-popup.d-none{
    display: none;
}
.popup__head{
    display: flex;
    justify-content: space-between;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(39, 37, 31, 0.20);
    align-items: center;
}

.popup__title{
    color: #27251F;
    font-size: 18px;
    font-family: Arial, sans-serif;
    font-weight: 700;
    line-height: 150%;

}
.close-feedback-popup {
    cursor: pointer;
}
.feedback-popup form{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 12px;
}
.long-inner {
    width: 100%;
}
.login-form__input-title {
    position: absolute;
    left: 15px;
    top: 10px;
    color: #27251F;
    line-height: 150%;
    opacity: 0.6;
}
.login-form__input{
    width: 100%;
    padding: 30px 0 10px 15px;
    height: 59px;
    border: 1px solid rgba(39, 37, 31, 0.20);
    max-width: 415px;
}

.login-form__input::placeholder{
    font-size: 12px;
    line-height: 150%;
    color: rgba(39, 37, 31, 0.20);
    font-weight: 700;
}
.delivery-comment__inner {
    position: relative;
    margin-bottom: 14px;
    resize: none;
    width: 100%;
}
.textarea__title {
    top: 10px;
    left: 15px;
    position: absolute;
    color: #27251F;
    opacity: 0.6;
    line-height: 150%;
}
.delivery-comment {
     padding: 31px 15px 15px;
     border: 1px solid rgba(39, 37, 31, 0.20);
     height: 118px;
     width: 100%;
     resize: none;
 }
.send-feedback-btn {
    background-color: #27251F!important;
    color: #fff;
    height: 40px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    cursor: pointer;
}
.d-none{
    display: none;
}
.login-form__input-inner.error-input .green-check-mark,.delivery-comment__inner.error-input .green-check-mark{
    background-image:url("/local/templates/pandora/images/red-mark.svg");
    background-repeat: no-repeat;
}
.check-mark-inner{
    top: 20px;
    right: 15px;
}
.login-form__input-inner.success-input .green-check-mark,.delivery-comment__inner.success-input .green-check-mark{
    background-image:url("/local/templates/pandora/images/green-mark.svg");
    background-repeat: no-repeat;
}
.request-text{
    font-size: 12px;
    font-family: Arial, sans-serif;
    font-weight: 700;
    line-height: 150%;

    padding-bottom: 10px;
}
.error-text{
    color:  #EA1340;
}
.success-text{
    color: #5EC22F;

}
@media (max-width: 767px) {
    .feedback-popup {
        width: 288px;
    }
}
/* End */
/* /local/templates/pandora/css/global.css?175465574539701 */
/* /local/templates/pandora/css/swiper-bundle.min.css?175465574218468 */
/* /local/templates/pandora/css/style.css?175465574224349 */
/* /local/templates/pandora/components/bitrix/news.list/sale_banner/style.css?17546557426375 */
/* /local/templates/pandora/components/bitrix/system.pagenavigation/.default/style.css?1754655742944 */
/* /local/templates/pandora/components/bitrix/search.title/catalog-search/style.css?1754655742902 */
/* /local/templates/pandora/components/bitrix/sale.basket.basket/pandora_basket_mini/style.css?175500239037295 */
/* /local/templates/pandora/components/bitrix/menu/top_catalog_menu/style.css?175465574250 */
/* /local/templates/pandora/components/bitrix/search.title/catalog-search-mobile/style.css?175465574282 */
/* /local/templates/pandora/components/bitrix/menu/catalog_mobile_menu/style.css?17546557421000 */
/* /local/templates/pandora/components/bitrix/menu/bottom_menu/style.css?1754655742721 */
/* /local/templates/pandora/components/bitrix/main.feedback/pandora_feedbeck/style.css?17546557422730 */
