html{
    height: 100%;
}

:root{
    --site-color-text: #333;
    --site-color-text-secondary: #6c757d;
    --site-color-surface: #fff;
    --site-color-surface-muted: #f5f5f5;
    --site-color-shell: #3d3d43;
    --site-color-line: #e5e5e5;
    --site-color-status: #4f8a58;
    --site-font-family: "Segoe UI", Arial, sans-serif;
    --site-content-wide: 1320px;
    --site-content-narrow: 960px;
    --site-space-section: 5rem;
    --site-space-content: 2rem;
}

body{
    background: var(--site-color-surface);
    color: var(--site-color-text);
    font-family: var(--site-font-family);
    font-size: 16px;
    height: 100%;
    display: flex;
    flex-direction: column;
}

@media (min-width: 1400px){
    .container{
        max-width: var(--site-content-wide);
    }
}

.site-container-narrow{
    width: 100%;
    max-width: var(--site-content-narrow);
    margin-inline: auto;
}

.site-main{
    margin-bottom: var(--site-space-section);
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
    box-shadow: 0 0 0px 1000px white inset;
    -webkit-text-fill-color: #000;
    caret-color: auto;
}

/* Поля формы сохраняют свою обычную границу без браузерской обводки при фокусе. */
input:focus,
textarea:focus,
select:focus {
    outline: none !important;
    box-shadow: none !important;
}

/******* Main Sait *******/

.cards-popular, .cards-popular .card {
    background: #F5F5F5;;
}

.cards-new{
    background: #ffffff;
}

.cards-popular, .cards-new, .brooches{
    width:100vw;
    margin-left:calc(50% - 50vw);
    margin-bottom: 0 !important;
}

.cards-description{
    font-style: italic;
    font-weight: 300;
}


.cards-price{
    width: 80%;
    margin: 0 auto;
}

.card p{
    margin-bottom: 0;
}

.card .btn{
    background-color: transparent !important;
    border-radius: 8px !important;
    width: 60% !important;
    margin: 0 auto !important;
}

.card .btn:hover{
    font-weight: bold;
    color: black !important;
}

.brooches{
    background-color: #ffffff;
}

.content-section{
    margin-bottom: var(--site-space-section);
}

.content-section__title{
    margin-bottom: var(--site-space-content);
    color: var(--site-color-text);
    font-size: 1.375rem;
    font-weight: 400;
    text-align: left;
}

.content-section__lead {
    margin-bottom: 1.8rem;
    font-size: 1.2rem;
    line-height: 1.6;
    font-weight: 700;
    color: var(--site-color-text);
}

.content-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.content-list__title {
    margin-bottom: 1rem;
    font-weight: 700;
    color: var(--site-color-text);
}

.content-list__text,
.content-section__text {
    margin-bottom: 2rem;
    font-size: .95rem;
    font-style: italic;
    color: var(--site-color-text-secondary);
}

.content-divider{
    padding-top: var(--site-space-content);
    border-top: 1px solid var(--site-color-line);
}

.status-list{
    display: flex;
    flex-direction: column;
    gap: var(--site-space-content);
    margin: 0;
    padding: 0;
    list-style: none;
}

.status-item{
    position: relative;
    padding-left: 1.75rem;
}

.status-item__icon{
    position: absolute;
    top: .15em;
    left: 0;
    color: var(--site-color-status);
    font-weight: 700;
}

.payment-delivery{
    padding-block: 3rem;
    min-height:56rem;
}

.payment-delivery__title{
    position:absolute;
    width:1px;
    height:1px;
    padding:0;
    margin:-1px;
    overflow:hidden;
    clip:rect(0, 0, 0, 0);
    white-space:nowrap;
    border:0;
}

.payment-delivery__grid{
    display: grid;
    grid-template-columns: 1fr 1.18fr 1.12fr;
    gap: 5.5rem;
    align-items: start;
}

.payment-delivery__grid > .content-section{
    min-width: 0;
    margin-bottom: 0;
}

.payment-delivery__country{
    padding-bottom: var(--site-space-content);
}

.payment-delivery__prices > .payment-delivery__country:first-of-type{
    padding-top:0;
    border-top:0;
}

.payment-delivery .content-section__title{
    margin-bottom:1.625rem;
    font-size:1.5rem;
    font-weight:700;
}

.payment-delivery .content-section__lead,
.payment-delivery .content-section__text{
    color:var(--site-color-text);
    font-size:1.125rem;
    font-style:normal;
    line-height:1.5;
}

.payment-delivery .content-section__lead{
    margin-bottom:1.75rem;
    font-weight:400;
}

.payment-delivery .content-list__title{
    margin-bottom:1.375rem;
    font-size:1.25rem;
}

.payment-delivery__country + .payment-delivery__country{
    margin-top: var(--site-space-content);
}

.payment-delivery__country .content-list{
    gap: 1.25rem;
}

.payment-delivery__country .content-list > li{
    display:block;
    line-height:1.45;
}

.payment-delivery__description,
.payment-delivery__detail{
    display:block;
    color:var(--site-color-text);
    font-size:1.125rem;
}

.payment-delivery__price{
    display:inline;
    margin-left:.25rem;
    white-space: nowrap;
}

.payment-delivery__free-delivery{
    margin: 1.25rem 0 0;
    font-size:1.125rem;
    font-weight:400;
    line-height:1.5;
}

.payment-delivery .status-item{
    padding-left:1.75rem;
}

.payment-delivery .status-item__icon{
    top:.2em;
    display:grid;
    width:1.125rem;
    height:1.125rem;
    place-items:center;
    border-radius:.1875rem;
    background:#12b21e;
    color:var(--site-color-surface);
    font-size:.875rem;
    line-height:1;
}

.payment-delivery .status-item .content-list__title{
    margin-bottom:.25rem;
    font-size:1.125rem;
}

.payment-delivery .status-item .content-list__text{
    margin-bottom:1.5rem;
}

@media (min-width: 768px) and (max-width: 1199.98px){
    .payment-delivery__grid{
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .payment-delivery__payment{
        grid-column: 1 / -1;
    }
}

@media (max-width: 767.98px){
    .payment-delivery{
        padding-block: 2rem;
    }

    .payment-delivery__title{
        margin-bottom: 2rem;
        font-size: 1.75rem;
    }

    .payment-delivery__grid{
        grid-template-columns: minmax(0, 1fr);
        gap: 2.5rem;
    }
}

.brooches-image-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

.brooches-btn {
    display: inline-block;
    padding: 0.5rem 1.5rem;

    background-color: #666666;
    border: none;
    border-radius: 8px;

    color: #fff;
    text-decoration: none;
    font-size: 13px;

    transition: opacity 0.2s ease;
}

.brooches-btn:hover {
    color: #fff;
    opacity: 0.9;
}

/******* Header *********/

.hero{
    position:relative;
}

.up-header{
    width:100%;
    background: var(--site-color-shell);
    height: 2.1875rem;
    display:flex;
    align-items:center;
}

.up-header .container{
    height:100%;
}

.up-header .dropdown-menu{
    z-index: 999;
}

.up-header .btn{
    color: #FFF;
    font-family: var(--site-font-family);
    font-size: 1.1rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.up-header .btn:hover{
    color:#ddd;
}

.social-icon{
    color:#fff;
    text-decoration:none;
    display:flex;
    align-items:center;
}

.navbar-brand{
    margin-right:0;
    position: relative;
    top: -5px;
}

.navbar-nav .nav-link{
    color:#444 !important;
    font-size:1.0625rem;
    font-weight:400;
    text-transform:none;
}

.main-menu a,
.nav-link{
    color:#444 !important;
    font-size:14px;
    font-weight:400;
    text-transform:none;
}

.navbar-nav .nav-link:hover,
.main-menu a:hover,
.nav-link:hover,
.lang-switch .dropdown-item:hover,
.product-title-link:hover{
    color:#777 !important;
}

.navbar .btn{
    color:#666;
}

.navbar .btn:hover{
    color:#000;
}

.navbar{
    border-bottom:1px solid var(--site-color-line);
    position:absolute;
    top:35px; /* ниже верхней полосы */
    padding: 0 !important;

    width:100%;
    z-index:1;

    background:rgba(255,255,255,.85);
    backdrop-filter:blur(6px);
    opacity: .95;
}

.header{
    position:sticky;
    top:0;
    z-index:1000;
    background:var(--site-color-surface);
}

.hero > .navbar{
    position:static;
    top:auto;
    z-index:auto;
    background:var(--site-color-surface);
    backdrop-filter:none;
    opacity:1;
}

body:has(#main-header) > .header{
    position:static;
    top:auto;
    z-index:auto;
    background:transparent;
}

.hero-banner{
    min-height:20rem;
    height:20rem !important;

    background-image:url('/images/banner_image_1.png');
    background-size:cover;
    background-position:center;

    display:flex;
    align-items:center;
    vertical-align: center;
}

.hero-banner .container{
    height:100%;
}

.hero-content{
    margin-top:0;
    color:#fff;
}

.hero-content p{
    font-size:2rem;
    font-weight:300;

    letter-spacing:1px;
    margin-bottom: 0;
}

.logo-text{
    display: inline-block;
    margin-top: .7rem;
    color: #000;
    font-family: var(--site-font-family);
    font-size: 3.1rem !important;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

/******* End ********/

.banklink-buttons{
    background-color: transparent;
    width: 10.5rem;
    height: 4rem;
    border-radius: 10px;
    margin-left: 1rem;
    margin-bottom: .7rem;
    padding: .8rem;
    border: 1px solid #999999;
}

.banklink-buttons-mobile{
    width: 100% !important;
    margin-left: 0 !important;
}

.banklink-buttons-active, .banklink-buttons:hover{
    border-color: #990ae3 !important;
}

.banklink-buttons img {
    object-fit: contain !important;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}


/******* End ********/

/******Scroll styles******/
.wrap {
    overflow: hidden;
    height: 10em;
    position: relative;
}

.scroll {
    position: absolute;
    top: 0;
}

.scroll p {
    margin: 0 0 10px 0;
}

/******End******/

label.required::after {
    content: '*';
    color: red; /* Цвет звездочки, можно изменить на ваш вкус */
}

.font-weight-regular{
    font-weight: 400 !important;
}

.font-weight-500{
    font-weight: 500 !important;
}

.table-main {
    min-width: 20%;
}

.error-small-text{
    font-size: 1.250em;
    color: red;
}

.row-flex {
    display: flex;
    flex-flow: row wrap;
}

.display-inline-block{
    display: inline-block;
}

.red{
    color: red;
}

.green{
    color: green;
}

.opacity-02{
    opacity: 0.2;
}

.width-150{
    width: 150% !important;
}

.width-130{
    width: 130% !important;
}

.width-100{
    width: 100% !important;
}

.width-95{
    width: 95% !important;
}

.width-93{
    width: 93% !important;
}

.width-92{
    width: 92% !important;
}

.width-91{
    width: 91% !important;
}

.width-90{
    width: 90% !important;
}

.width-80{
    width: 80% !important;
}

.width-70{
    width: 70% !important;
}

.width-65{
    width: 65% !important;
}

.width-60{
    width: 60% !important;
}

.width-55{
    width: 50% !important;
}

.width-53{
    width: 53% !important;
}

.width-50{
    width: 50% !important;
}

.width-45{
    width: 45% !important;
}

.width-40{
    width: 40% !important;
}

.width-35{
    width: 35% !important;
}

.width-30{
    width: 30% !important;
}

.width-25{
    width: 25% !important;
}

.width-23{
    width: 23% !important;
}

.width-20{
    width: 20% !important;
}

.width-18{
    width: 18% !important;
}

.width-15{
    width: 15% !important;
}

.width-14{
    width: 14% !important;
}

.width-12{
    width: 12% !important;
}

.width-10{
    width: 10% !important;
}

.width-9{
    width: 9% !important;
}

.width-8{
    width: 8% !important;
}

.width-7{
    width: 7% !important;
}

.width-6{
     width: 6% !important;
 }

.width-5{
    width: 5% !important;
}

.width-3-5{
    width: 3.5% !important;
}

.width-3{
    width: 3% !important;
}

.width-2{
    width: 2% !important;
}

.width-1{
    width: 1% !important;
}

.padding-0{
    padding: 0 !important;
}

.padding-right-0{
    padding-right: 0 !important;
}

.padding-left-0{
    padding-left: 0 !important;
}

.margin-bottom-1600{
    margin-bottom: 1.600em;
}

.margin-bottom-40{
    margin-bottom: 2.250em;
}

.margin-left-9300{
    margin-left: 9.300em !important;
}

.margin-left-5{
    margin-left: 5em !important;
}

.margin-left-4{
    margin-left: 4em !important;
}

.margin-left-3{
    margin-left: 3em !important;
}

.margin-left-2{
    margin-left: 2em !important;
}

.margin-left-1{
    margin-left: 1em !important;
}

.margin-left--1{
    margin-left: -1em;
}

.margin-left-1100{
    margin-left: 1.150em;
}

.margin-left-07{
    margin-left: 0.7em !important;
}

.margin-left-05{
    margin-left: 0.550em !important;
}

.margin-left-04{
    margin-left: 0.400em;
}

.margin-left-03{
    margin-left: 0.300em;
}

.margin-left-02{
    margin-left: 0.200em;
}

.margin-left--07{
    margin-left: -.7rem !important;
}

.margin-right-5{
    margin-right: 5em !important;
}

.margin-right-4{
    margin-right: 4em !important;
}

.margin-right-3{
    margin-right: 3em !important;
}

.margin-right-2{
    margin-right: 2em !important;
}

.margin-right-1{
    margin-right: 1em !important;
}
.margin-right-05{
    margin-right: .500em !important;
}

.margin-bottom-0{
    margin-bottom: 0 !important;
}

.margin-bottom-01{
    margin-bottom: 0.100em !important;
}

.margin-bottom-05{
    margin-bottom: .500em;
}

.margin-bottom-1{
    margin-bottom: 1em !important;
}

.margin-bottom-2{
    margin-bottom: 2em;
}

.margin-0{
    margin: 0 !important;
}

.margin-center{
    margin: 0 auto;
}

.padding-02{
    padding: 0.200em;
}

.padding-07{
    padding: 0.700em;
}

.padding-left-1{
    padding-left: 1em;
}

.padding-left-05{
    padding-left: .500em;
}

.padding-right-1{
    padding-right: 1em;
}

.padding-left-2{
    padding-left: 2em;
}

.padding-bottom-1500{
    padding-bottom: 1.500em;
}

.padding-bottom-4500{
    padding-bottom: 4.500em;
}

.padding-right-1500{
    padding-right: 1.500em;   
}

.padding-top-1850{
    padding-top: 1.850em;
}

.padding-bottom-1{
    padding-bottom: 1em;
}

.padding-bottom-2{
    padding-bottom: 2em;
}

.padding-top-1500{
    padding-top: 1.500em;
}

.padding-top-0500{
    padding-top: 0.500em;
}

.padding-bottom-01{
    display: inline-block;
    padding-bottom: 0.100em;
}

.margin-top-02{
    margin-top: 0.200em !important;
}

.margin-top-03{
    margin-top: 0.300em !important;
}

.margin-top-04{
    margin-top: 0.400em;
}
.margin-top-05{
    margin-top: 0.500em;
}

.margin-top-06{
    margin-top: 0.600em;
}

.margin-top-07{
    margin-top: 0.700em !important;
}

.margin-top-2850{
    margin-top: 2.850em;
}

.margin-top-1600{
    margin-top: 1.600em;
}

.margin-top-1{
    margin-top: 1em;
}

.margin-top-2{
    margin-top: 2em;
}

.margin-top-3{
    margin-top: 3em;
}

.margin-top-5{
    margin-top: 5em;
}

.margin-top--1{
    margin-top: -1em;
}

.font-size-06{
    font-size: .6rem !important;
}

.font-size-08{
    font-size: .8rem !important;
}

.font-size-09{
    font-size: .9rem !important;
}

.font-size-1{
    font-size: 1rem !important;
}

.font-size-1100{
    font-size: 1.1rem !important;
}

.font-size-1350{
    font-size: 1.35rem !important;
}

.font-size-1500{
    font-size: 1.5rem !important;
}

.font-size-1750{
    font-size: 1.75rem !important;
}

.font-size-1800{
    font-size: 1.8rem !important;
}

.font-size-2{
    font-size: 2rem !important;
}

.font-size-4{
    font-size: 4rem !important;
}

.cursor{
    cursor: pointer;
}

.height-90-percent{
    height: 90%;
}

.height-2{
    height: 2em;
}

.height-4{
    height: 4em;
}

.height-45v{
    height:60vh !important;
}

.vertical-align-middle{
    vertical-align: middle;
}

.vertical-align-top{
    vertical-align: top;
}

.vertical-align-text-top{
    vertical-align: text-top;
}

.vertical-align-bottom{
    vertical-align: bottom;
}

.vertical-align-baseline{
    vertical-align: baseline;
}

.line{
    border: 1px solid transparent;
}

.border-1-ccc{
    border: 1px solid #ccc;
}

.border-bottom-1-ccc{
    border-bottom: 1px solid #ccc;
}

.text-decoration-none{
    text-decoration: none !important;
}

.text-decoration-underline{
    text-decoration: underline;
}

.bold{
    font-weight: bold;
}

.relative{
    position: relative;
}

.line-height-1500{
    line-height: 1.5rem;
}

.hr{
    width: 90%;
    margin: 0 auto;
    border-bottom: 1px solid #b3ceff;
    margin-top: 2em;
    margin-bottom: 2em;
}

.hr-98-black{
    width: 98%;
    margin: 0 auto;
    border-bottom: 1px solid #000;
    margin-top: .8em;
    margin-bottom: .8em;
    opacity: 10%;
}

.register-alert{
    padding: 0.875em;
    border: 1px solid red;
    border-radius: 8px;
}

.register-done{
    padding: 1em;
    border: 1px solid #990ae3;
    border-radius: 8px;
}

.max-width-80{
    max-width: 80%;
}

.disabled{
    pointer-events: none;
    opacity: .5;
}

/**
 * Убираем оформление автоматически добавленных ссылок iPhone'ом
 */
a[href^=tel] {
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    color: inherit;
}

/******HEADER BLOCK******/

#mobileHeader{
    width: 100%;
    border-bottom: 1px solid #ccc;
}

#mobileHeader .navbar{
    margin-bottom: 0;
}

#mobileHeader .container{
    padding: 0;
    margin: 0;
    background-color: #fff;
    color: #734109;
    min-height: 4.7em;
}

#myHeader{
    position: fixed;
    top: 0;
    height: 4.7em !important;
    width: 100%;
    z-index: 999;
    border-bottom: 1px solid #999999;
    box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.2);
}

#myHeader:hover{
    background: #dbbfa1;
    opacity: 0.8;
    transition: .5s;
}

#myHeader:not( :hover ){
    transition: .5s;
}

#myHeader .menu{
    width: 80%;
}

#myHeader .navbar{
    border-radius: 0px;
    margin: 0;
    min-height: 4.7em;
    height: 4.7em;
}

#myHeader .container{
    padding: 0;
    margin: 0;
    background-color: transparent;
    max-width: 100%;
}

.navbar-default{
    background-color: transparent;
    border-color: transparent;
}

#myHeader .row{
    margin: 0;
}

.main-menu a.btn{
    text-transform: uppercase;
    background-color: transparent;
    border: 0;
    outline: none;
    color: #fff;
    padding-top: 1.2em;
    padding-bottom: 1.2em;
    font-size: 1.2em;
    font-weight: 600;
}

#mobileHeader .main-menu a.btn{
    color: #734109 !important;
}

.main-menu a.btn:focus, .main-menu a.btn:hover{
    background-color: transparent;
    color: #734109;
    outline: none;
}

.main-menu > .navbar-right{
    margin-right: 0;
}

.secondary-menu a.btn{
    font-size: 1.9em;
    padding-top: .5em;
    padding-bottom: 0;
}

.header-contacts{
    font-size: 1.250em;
}

.sticky {
    position: fixed;
    top: 0;
    z-index: 500;
}

#myHeader .navbar-collapse{
    padding: 0;
}

.search-form{
    width: 50% !important;
    flex: none !important;
    margin: 0 auto;
    padding: 0;

}

.search-input{
    border-bottom-left-radius: .375rem;
    border-top-left-radius: .375rem;
    height: 2.8rem !important;
}

.search-submit{
    height: 2.8rem;
    border-bottom-right-radius: .375rem !important;
    border-top-right-radius: .375rem !important;
}

.header .lang{
    margin-right: 0;
    margin-left: 5rem;
}

header .lang, header .lang-btn{
    height: 2.8rem !important;
}

header .btn-lg {
    --bs-btn-padding-y: 0.4rem;
}

.logo{
    margin-bottom: .8em;
}

.logo-mobile{
    margin-bottom: .3em;
}

.header-icons{
    color: #000;
}

.header-icons > button svg,
.header-icons > a svg{
    width:1.5625rem;
    height:1.5625rem;
}

#cart-qty{
    font-size:.95em;
}

.header-icons button:hover,
.header-icons a:hover{
    color: #e3068c !important;
}

/******End******/

/*******Sub Header********/

#sub-header{
    min-height: 3em !important;
    background-color: #29003e;
    margin-bottom: 2em;
}

#sub-header .navbar-collapse{
    z-index: 1000;
}

#sub-header .navbar-toggler-icon{
    margin-top: .2rem;
}

#sub-header ul.dropdown-menu{
    background-color: #29003e;
}

#sub-header ul.dropdown-menu li{
    border-bottom: 1px solid #999999;
    padding-left: 1rem;
    padding-right: 1rem;
}

#sub-header ul.dropdown-menu li:last-child{
    border-bottom: none;
}

#sub-header li.nav-item a{
    color: rgba(255, 255, 255, 0.85);
}

#sub-header li.nav-item a:hover {
    color: #d58df9;
}

#sub-header .lang-mobile{
    position: absolute;
    right: 3rem;
}

.subheader-menu-border{
    border: 1px solid #eee;
}

.control-panel-links a, .control-panel-links span, .control-panel-links button{
    color: #990ae3 !important;
}

.logout-link{
    border: 0;
    padding: 0;
    background: transparent;
    color: inherit;
    font: inherit;
    line-height: inherit;
    text-decoration: underline;
}

.control-panel-links .logout-link{
    display: inline;
}


/******Sidebar******/

.sidebar{
    background-color: rgba(153, 10, 227, 0.95) !important;
    color: #FFFFFF;
    font-size: .8em;
}

.sidebar .nav li{
    border-bottom: 1px solid #999999;
}

.sidebar .hover-nav:hover, .sidebar a.active{
    background-color: rgba(241, 239, 239, 0.25);
}

.sidebar .nav-link{
    color: #FFFFFF !important;
}

.sidebar .logout-link{
    padding: .7rem;
}

/******End******/

.slider-container{
    z-index: 1;
}

.slider-container-mobile{
    z-index: 1;
    width: 100vw;
    margin-left: calc(50% - 50vw);
}

.carousel-control-prev, .carousel-control-next{
    width: 5% !important;
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23990ae3' viewBox='0 0 8 8'%3E%3Cpath d='M4.5 0.5L0.5 4 4.5 7.5 3.75 8 0 4 3.75 0 4.5 0.5z'/%3E%3C/svg%3E");
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23990ae3' viewBox='0 0 8 8'%3e%3cpath d='M3.5 0.5L7.5 4 3.5 7.5 4.25 8 8 4 4.25 0 3.5 0.5z'/%3e%3c/svg%3e");
}

.card-img-top{
    max-height: 25rem;
}

.img-thumbnail{
    cursor: pointer;
    object-fit: cover;
    height: auto;
    background-color: transparent !important;
}

.img-thumbnail-mobile{
    width: 25%;
    height: auto;
    background-color: transparent !important;
}

#img-container img{
    max-width: 31.25rem;
}

.product-title-link{
    color: #000;
    text-decoration: none;
    font-weight: normal;
    font-size: 1rem;
}

.product-title-link:hover{
    color: #777;
}

.cards-popular .heart-badge,
.cards-new .heart-badge{
    position:absolute;
    top:.75rem;
    right:.75rem;
    z-index:2;
    color:#9a9a9a;
    line-height:0;
}

.cards-popular .heart-badge svg,
.cards-new .heart-badge svg{
    width:1.5rem;
    height:1.5rem;
    cursor:pointer;
    transition:color .2s ease, transform .2s ease;
}

.cards-popular .heart-badge:hover,
.cards-new .heart-badge:hover{
    color:#d9363e;
}

.cards-popular .heart-badge:hover svg,
.cards-new .heart-badge:hover svg{
    transform:scale(1.06);
}

@media (min-width:768px){
    .productCard{
        --bs-gutter-x:4rem;
        margin-top:3.5rem;
        align-items:flex-start;
    }

    .productCard > .fotoalbom{
        margin:0;
        padding:0 2rem 0 0;
    }

    .productCard .fotoalbom .container-fluid,
    .productCard .fotoalbom .container-fluid > .row{
        padding:0;
        margin:0;
    }

    .productCard .fotoalbom #img-container{
        position:relative;
        padding:0;
    }

    .productCard .gallery-item,
    .productCard .gallery-main{
        width:100%;
    }

    .productCard .gallery-main{
        display:block;
        height:31rem;
        margin:0;
        object-fit:contain;
        border-radius:0 !important;
    }

    .productCard .fotoalbom .row.mt-2{
        width:13.75rem;
        margin-top:2.5rem !important;
    }

    .productCard .fotoalbom .row.mt-2 > div{
        flex:0 0 100%;
        width:100%;
        max-width:100%;
        padding:0 !important;
    }

    .productCard .fotoalbom .img-thumbnail{
        width:100%;
        min-height:11.5rem;
        padding:.5rem;
        border-color:#cfd5da;
        border-radius:.625rem;
        object-fit:contain;
    }

    .productCard > .product-details{
        border:0;
        border-radius:0;
        background:transparent;
    }

    .productCard .product-details__body{
        padding:0;
    }

    .productCard .product-details__title-row{
        display:flex;
        align-items:flex-start;
        gap:2rem;
    }

    .productCard .product-details__title-row h1{
        flex:1;
        margin:0;
        color:#202124;
        font-size:1.75rem;
        font-weight:700;
        line-height:1.25;
    }

    .productCard .product-favorite-button{
        position:absolute;
        top:1rem;
        right:1rem;
        z-index:2;
        color:#777;
        line-height:0;
    }

    .productCard .product-favorite-button svg{
        width:2.5rem;
        height:2.5rem;
        cursor:pointer;
        transition:color .2s ease, transform .2s ease;
    }

    .productCard .product-favorite-button:hover{
        color:#d9363e;
    }

    .productCard .product-favorite-button:hover svg{
        transform:scale(1.06);
    }

    .productCard .entry-design hr{
        margin:1.75rem 0;
        border-color:var(--site-color-line);
        opacity:1;
    }

    .productCard .avalaible-badge,
    .productCard #to-order-badge{
        padding:.55rem .75rem;
        border-radius:.5rem;
        font-size:1rem !important;
    }

    .productCard .product-price{
        padding:0 !important;
        margin:0;
        color:#171717;
        font-size:1.5rem !important;
        font-weight:700;
        line-height:1.1;
    }

    .productCard .product-price-row{
        display:flex;
        align-items:baseline;
        gap:1rem;
        min-height:2.25rem;
    }

    .productCard #product-discount-price,
    .productCard #product-price{
        float:none !important;
    }

    .productCard .product-price-row .clearfix{
        display:none;
    }

    .productCard .old-product-price{
        margin:0 !important;
        color:#999;
        font-size:1.125rem;
        line-height:1;
        text-decoration:line-through;
        text-decoration-thickness:1px;
    }

    .productCard .product-purchase-row{
        --bs-gutter-x:1rem;
        align-items:stretch;
        margin-top:2.5rem;
    }

    .productCard .product-purchase-row > .col-3{
        width:40%;
    }

    .productCard .product-purchase-row > .col-7{
        width:60%;
    }

    .productCard #add-qty{
        height:3rem;
        margin:0 !important;
    }

    .productCard #add-qty .btn,
    .productCard #product-qty{
        border-color:#cfd5da;
        background:var(--site-color-surface);
        color:var(--site-color-text);
        font-size:1rem !important;
    }

    .productCard #add-qty .btn{
        width:33.333% !important;
        border-radius:0 !important;
        background:var(--site-color-surface) !important;
    }

    .productCard #add-qty .btn:first-child{
        border-radius:.625rem 0 0 .625rem !important;
    }

    .productCard #add-qty .btn:last-child{
        border-radius:0 .625rem .625rem 0 !important;
    }

    .productCard #add-to-cart{
        width:100% !important;
        min-height:3rem;
        margin:0 !important;
        border:0;
        border-radius:.625rem !important;
        background:var(--site-color-shell) !important;
        color:var(--site-color-surface) !important;
        font-size:1rem !important;
        font-weight:700;
    }

    .productCard #add-to-cart:hover,
    .productCard #add-to-cart:focus{
        background:#242424 !important;
        color:var(--site-color-surface) !important;
    }

    .productCard .product-options-row{
        margin-top:2.5rem !important;
    }

    .productCard .product-options-row .col-12{
        width:100%;
    }

    .productCard #modifications-select{
        min-height:2.875rem;
        width:100%;
        border-color:#cfd5da;
        border-radius:.625rem;
        color:var(--site-color-text);
        font-size:1rem !important;
    }

    .productCard .product-question-button{
        display:flex;
        min-height:2.875rem;
        width:100% !important;
        align-items:center;
        justify-content:center;
        gap:.75rem;
        border:1px solid #aaa !important;
        border-radius:.625rem !important;
        background:var(--site-color-surface) !important;
        color:var(--site-color-text);
        font-size:1rem !important;
        font-weight:600;
    }

    .productCard .product-question-button:hover{
        background:var(--site-color-surface-muted) !important;
        color:var(--site-color-text) !important;
    }
}

.product-qty::-webkit-inner-spin-button, .product-qty, .country-code::-webkit-inner-spin-button, .country-code{
    -webkit-appearance: none;
    -moz-appearance: textfield;
    margin: 0;
}

.content{
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 100vh;
    max-width: 100%;
    background-color: #f6f4e9;
}

.practice-content{
    padding-left: 15px;
    padding-right: 15px;
    background-color: #f6f4e9;
}

.modal-content{
    background-color: #f6f4e9 !important;
}

.contact-modal .modal-dialog{
    max-width:38rem;
}

.contact-modal .modal-content{
    overflow:hidden;
    border:1px solid var(--site-color-line);
    border-radius:1rem;
    background:var(--site-color-surface) !important;
    box-shadow:0 1.25rem 3rem rgba(0,0,0,.18);
}

.contact-modal .modal-header,
.contact-modal .modal-footer{
    padding:1.5rem 2rem;
    border-color:var(--site-color-line);
}

.contact-modal .modal-title{
    color:var(--site-color-text);
    font-size:1.75rem;
    font-weight:700;
}

.contact-modal > .modal-dialog > .modal-content > .modal-body{
    padding:2rem;
}

.contact-modal > .modal-dialog > .modal-content > .modal-body > .modal-body{
    padding:0;
}

.contact-modal .form-control{
    min-height:3.25rem;
    padding-inline:1rem;
    border-color:#cfd5da;
    border-radius:.625rem;
    background:var(--site-color-surface);
    color:var(--site-color-text);
}

.contact-modal textarea.form-control{
    min-height:7.5rem;
    padding-block:.875rem;
}

.contact-modal .col-form-label{
    margin-bottom:.5rem;
    color:var(--site-color-text);
    font-size:1.125rem;
    font-weight:600;
}

.contact-modal .modal-footer .btn{
    min-width:8.5rem;
    min-height:3rem;
    border-radius:.625rem;
    font-weight:600;
}

.contact-modal .modal-footer .btn-purpur{
    border-color:var(--site-color-shell);
    background:var(--site-color-shell);
    color:var(--site-color-surface);
}

.contact-modal .modal-footer .btn-outline-purpur{
    border-color:#cfd5da;
    background:var(--site-color-surface);
    color:var(--site-color-text);
}

.contact-modal .modal-footer .btn-purpur:hover,
.contact-modal .modal-footer .btn-purpur:focus{
    border-color:#242424;
    background:#242424;
    color:var(--site-color-surface);
}

.contact-modal .modal-footer .btn-outline-purpur:hover,
.contact-modal .modal-footer .btn-outline-purpur:focus{
    border-color:#cfd5da;
    background:var(--site-color-surface-muted);
    color:var(--site-color-text);
}

.prices ul{
    padding-left: 0;
}

.prices-mobile li{
    list-style-type: none; /* Убираем маркеры */
}

.form-check-input:checked {
    background-color: #990ae3;
    border-color: #990ae3;
}

.form-control{
    background: #fff !important;
}

/******Main Block******/

.textBg{
    padding: .3em;
    background-color: #eee;
}

.marginIcon{
    margin: .2em;
}

.main-block{
    padding-left: 0.450em;
    padding-right: 0.450em;
    width: 60%;
}

.schedule_a{
    font-weight: bold;
    color: #734109 !important;
    text-decoration: underline;
}

.main-block-content{
    border: 1px solid #3875c6;
    min-height: 96.2%;
    background-color: #fff;
    -webkit-box-shadow: 1px 1px 8px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 1px 1px 8px 0px rgba(0,0,0,0.75);
    box-shadow: 1px 1px 8px 0px rgba(0,0,0,0.75);
}

.news-block{
    margin-top: 1.850em;
    margin-bottom: 1em;
    padding-left: 1.500em;
    padding-right: 1.500em; 
    border: 1px solid transparent;
}

.success{
    font-size: 1.250em;
    color: #990ae3;
}

.delivery-card:hover{
    border-color: #990ae3;
    cursor: pointer;
}

.delivery-card-active{
    border-color: #990ae3;
}

.delivery-set-color {
    color: #d5d5d5 !important;
}

#img-container img {
    max-width: 100%;
    height: auto;
    display: block;
}

/******Chosen******/

.chosen-container ul.chosen-results li.disabled-result {
    display: none !important;
}

.chosen-container{
    font-size: 1em !important;
}

.chosen-container span{
    display: block;
    margin-top: .4rem;
}

.chosen-container ul.chosen-results li.highlighted {
    background-color: #990ae3;
    background-image: none;
}

.chosen-container ul.chosen-results li{
    padding: .6rem;
}

.chosen-container-single .chosen-single{
    border-radius: 5px;
    box-shadow: inset 0px 1px 2px rgba(0,0,0,0.3);
    border: none;
    height: 40px !important;
    border-bottom: 1px solid #ddd;
    text-indent: 0;
    font-size: 1em;
}

/******Control panel******/

.date-input-field{
    border: 1px solid #3875c6;
    border-radius: 0;
}

.admin-radio-button-label{
    display: inline-block;
    margin-top: 2px;
    vertical-align: top;
}

.delete-button-btn{
    background: transparent;
    border: 0;
}

.blox-header-h-cp{
    color: #fffdfc;
    font-size: 1em;
    margin-top: 0.700em;
    margin-left: 1em;
}

.edit_menu{
    list-style-type: none;
    padding-left: 20px;
}

.del-user{
    margin-top: 10em;
}

.add_klass_select_field{
    padding: 3px;
    border: 1px solid #008BC6;
    color: #000;
}

.disabled-subject{
    color: #bebcbb;
}

.dImg{
    width: 15%;
    height: auto;
}

.login{
    font-size: 1rem;
    margin-top:2.875rem;
}

.login .card{
    min-height:39rem;
    padding:0;
    border:0;
    border-radius:1.25rem;
    box-shadow:0 .625rem 1.75rem rgba(0,0,0,.10);
    overflow:hidden;
    transition:none;
}

.login .card:hover{
    transform:none;
}

.login .card-body{
    padding:3rem !important;
}

.login h2{
    margin-bottom:.75rem;
    font-size:2.25rem;
    font-weight:700;
    line-height:1.15;
}

.login h3{
    margin-bottom:.5rem;
    font-size:1.75rem;
    font-weight:700;
    line-height:1.2;
}

.login .form-label{
    margin-bottom:.75rem;
    font-size:1.125rem;
}

.login .form-control{
    min-height:3.25rem;
    padding-inline:1rem;
    border-color:#cfd5da;
    border-radius:.625rem;
}

.login form{
    display:flex;
    flex:1 0 auto;
    flex-direction:column;
}

.login .d-grid{
    width:100%;
    max-width:18.5rem;
    margin:1.625rem auto 0;
}

.login .card .btn{
    display:flex;
    align-items:center;
    justify-content:center;
    min-height:3.25rem;
    border:0;
    border-radius:.625rem;
    background-color:var(--site-color-shell) !important;
    color:var(--site-color-surface) !important;
    font-size:1.125rem;
    font-weight:700;
}

.login .card .btn:hover,
.login .card .btn:focus{
    background-color:#242424 !important;
    color:var(--site-color-surface) !important;
}

.verify-login .card{
    min-height:41.25rem;
}

.verify-login .card-body{
    padding:3.75rem 5.5rem !important;
}

.verify-login .d-grid{
    max-width:none;
}

.verify-login .card .btn{
    width:100% !important;
}

.verify-login .card .btn-outline-purpur{
    background-color:var(--site-color-surface) !important;
    border:1px solid #cfd5da;
    color:var(--site-color-text) !important;
}

.verify-login .card .btn-outline-purpur:hover,
.verify-login .card .btn-outline-purpur:focus{
    background-color:var(--site-color-surface-muted) !important;
    color:var(--site-color-text) !important;
}

.recovery-login .card{
    min-height:33rem;
}

.recovery-login .card-body{
    padding:3rem 3.125rem !important;
}

.recovery-login__icon{
    display:inline-flex;
    width:5rem;
    height:5rem;
    align-items:center;
    justify-content:center;
    margin-bottom:1.5rem;
    border-radius:50%;
    background:var(--site-color-surface-muted);
    color:var(--site-color-text);
}

.recovery-login__icon svg{
    width:2.5rem;
    height:2.5rem;
}

.recovery-login .input-group-text{
    min-height:3.25rem;
    border-color:#cfd5da;
    border-right:0;
    background:var(--site-color-surface);
    color:var(--site-color-text-secondary);
}

.recovery-login .input-group-text svg{
    width:1.5rem;
    height:1.5rem;
}

.recovery-login .input-group .form-control{
    border-left:0;
}

.recovery-login__actions{
    display:flex;
    justify-content:space-between;
    gap:1rem;
}

.recovery-login__actions .btn{
    display:flex;
    min-width:9.625rem;
    min-height:3.25rem;
    width:auto !important;
    margin:0 !important;
    align-items:center;
    justify-content:center;
    border-radius:.625rem !important;
    font-size:1.125rem;
    font-weight:700;
}

.recovery-login__actions .btn svg{
    width:1.25rem;
    height:1.25rem;
    margin-right:.75rem;
    transform:translateX(-.5rem);
}

.recovery-login__actions .btn-purpur{
    border:0;
    background-color:var(--site-color-shell) !important;
    color:var(--site-color-surface) !important;
}

.recovery-login .recovery-login__actions .btn-outline-purpur{
    border:1px solid #cfd5da !important;
    background-color:var(--site-color-surface) !important;
    color:var(--site-color-text) !important;
}

.recovery-login .recovery-login__actions .btn-outline-purpur:hover,
.recovery-login .recovery-login__actions .btn-outline-purpur:focus{
    background-color:var(--site-color-surface-muted) !important;
    color:var(--site-color-text) !important;
}

.recovery-login.recovery-login--success .card{
    min-height:30.75rem;
}

.recovery-login--success .card-body{
    padding-top:3.5rem !important;
}

.recovery-login__message{
    max-width:34rem;
    margin:0 auto;
    color:var(--site-color-text-secondary);
    font-size:1.125rem;
    line-height:1.5;
}

.recovery-login__return{
    max-width:27rem;
    padding-top:2.5rem;
    margin:3rem auto 0;
    border-top:1px solid var(--site-color-line);
}

.recovery-login .recovery-login__return .btn-outline-purpur{
    display:flex;
    min-height:3.25rem;
    width:100% !important;
    align-items:center;
    justify-content:center;
    border:1px solid #cfd5da !important;
    border-radius:.625rem !important;
    background-color:var(--site-color-surface) !important;
    color:var(--site-color-text) !important;
    font-size:1.125rem;
    font-weight:700;
}

.recovery-login__return .btn svg{
    width:1.25rem;
    height:1.25rem;
    margin-right:1.5rem;
}

.recovery-login .recovery-login__return .btn-outline-purpur:hover,
.recovery-login .recovery-login__return .btn-outline-purpur:focus{
    background-color:var(--site-color-surface-muted) !important;
    color:var(--site-color-text) !important;
}

.signup-login .card{
    min-height:36.75rem;
}

.signup-login .card-body{
    padding:3rem !important;
}

.signup-login .input-group-text{
    min-height:3.25rem;
    border-color:#cfd5da;
    border-right:0;
    background:var(--site-color-surface);
    color:var(--site-color-text-secondary);
}

.signup-login .input-group-text svg{
    width:1.25rem;
    height:1.25rem;
}

.signup-login .input-group .form-control{
    border-left:0;
}

.signup-login .form-control + .signup-login__password-icon{
    border-right:1px solid #cfd5da;
    border-left:0;
}

.signup-login .d-grid{
    max-width:none;
    margin-top:0;
}

.signup-login .card .btn{
    width:100% !important;
}

.signup-login__alert{
    padding:1rem 1.25rem;
    margin-bottom:1.5rem;
    border:1px solid #e8b4b4;
    border-radius:.625rem;
    background:#fff9f9;
    color:#7a2525;
    font-size:1rem;
    line-height:1.5;
}

.signup-login__alert ul{
    padding-left:1.25rem;
    margin:0;
}

.signup-login__alert li + li{
    margin-top:.25rem;
}

@media(max-width:991.98px){
    .login{
        margin-top:1.5rem;
    }

    .login .card{
        min-height:0;
    }

    .login .card-body{
        padding:2rem !important;
    }

    .login h2{
        font-size:2rem;
    }

    .login h3{
        font-size:1.5rem;
    }

    .recovery-login__actions .btn{
        flex:1 1 0;
        min-width:0;
    }
}

.register-form label::after{
    content: "*";
    color: red;
    margin-left: 4px;
}

.ui-helper-hidden-accessible, .note-popover {
    display: none;
}

.modification-qty{
    cursor: pointer;
}

/******End******/

.pagination{
    margin-top: .5em;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover{
    color: #e3068c !important;
}

.pagination li a{
    padding: .5rem !important;
    color: #990ae3 !important;
}

.pagination li a:hover{
    color: #e3068c !important;
}

/******Footer******/

.footer-custom{
    padding:2rem 0 1.25rem;
    text-align:center;
}

.site-footer{
    background:linear-gradient(135deg, #202329 0%, #30343b 100%);
    color:var(--site-color-surface);
    padding:2rem 0 1.25rem;
}

.site-footer a{
    color:var(--site-color-surface) !important;
    text-decoration:none;
}

.site-footer a:hover{
    opacity:.7;
}

.footer-socials{
    display:flex;
    justify-content:center;
    align-items:center;
    gap:1.35rem;
    margin-bottom:1.35rem;
}

.footer-social-link{
    display:flex;
    align-items:center;
    justify-content:center;

    color:#fff;
    text-decoration:none;

    transition:.2s ease;
}

.footer-social-link svg{
    fill:white;
    width:2rem;
    height:2rem;
}

.footer-social-link--text{
    width:2rem;
    height:2rem;
    color:#fff;
    font-family:Arial, sans-serif;
    font-size:2rem;
    font-weight:400;
    line-height:1;
}

.footer-social-link:hover{
    opacity:.7;
}


.footer-links{
    display:flex;
    flex-direction:row;
    flex-wrap:wrap;
    justify-content:center;
    gap:0;
    margin-bottom:1.15rem;
}

.footer-links a{
    color:#fff;
    text-decoration:none;

    padding:0 .95rem;
    font-size:.9rem;
    font-weight:400;
    line-height:1.2;
}

.footer-links a + a{
    border-left:1px solid rgba(255,255,255,.45);
}

.footer-links a:hover{
    opacity:.7;
}


.footer-domain{
    color:#fff;
    font-size: .9rem;

    margin-bottom:45px;
}


.footer-copy{
    max-width:62rem;
    margin-inline:auto;
    padding-top:1rem;
    border-top:1px solid rgba(255,255,255,.35);
    color:rgba(255,255,255,.6);
    font-size:.85rem;
    letter-spacing:0;
}

@media (max-width:767.98px){
    .footer-custom,
    .site-footer{
        padding:1.5rem 0 1rem;
    }

    .footer-socials{
        gap:1rem;
        margin-bottom:1rem;
    }

    .footer-social-link svg{
        width:1.75rem;
        height:1.75rem;
    }

    .footer-links{
        flex-direction:column;
        align-items:center;
        gap:.65rem;
        margin-bottom:1rem;
    }

    .footer-links a{
        padding:0;
    }

    .footer-links a + a{
        border-left:0;
    }

    .footer-copy{
        width:calc(100% - 1.5rem);
        padding-top:.85rem;
        font-size:.78rem;
    }
}

/******End******/

/******Title on hover********/
[data-title]:hover::before {
    content: attr(data-title);
    position: absolute;
    bottom: -3.46em;
    left: -1em;
    display: inline-block;
    padding: 6px 12px;
    border-radius: 3px;
    background: #000;
    color: #fff;
    font-size: 12px;
    white-space: nowrap;
    transition: 0.5s ease;
}
[data-title]:hover::after {
    content: '';
    position: absolute;
    bottom: -.7em;
    left: 2px;
    display: inline-block;
    color: #fff;
    border: 8px solid transparent;
    border-bottom: 8px solid #000;
}
/******End******/


/******Dropdown Menu******/

.dropdown-menu{
    border-radius: 8px;
    padding: 0;
}

.dropdown-menu > li > a{
    color: #000;
}

.dropdown-menu > li > a:hover{
    color: #990ae3;
    background-color: transparent;
}

/******End******/


/******Sidebar Menu******/

#myMenu{
    font-size: 1.2rem;
    color: #6c757d;
}

#myMenu ul{
    padding-left: 0;
}

#myMenu ul.children{
    padding-left: .8rem;
}

#myMenu li{
    padding: .5rem;
    border-bottom: 1px solid #cccccc;
    list-style: none;
}

#myMenu a {
    width: fit-content;
    max-width: 92%;
}

#myMenu .has-children{
    position: relative;
}

#myMenu .has-children span {
    text-align: end;
    position: absolute;
    padding: 0 10px;
    right: 0;
    top: .6rem;
    cursor: pointer;
}

#myMenu .has-children span:hover, #myMenu .list-group-item:hover, #myMenu .sidebar-menu-active-link {
    color: #990ae3; /* Измените цвет на желаемый */
}

#myMenu .children{
    height: auto;
    max-height: 0px;
    overflow: hidden;
    transition: max-height .5s ease;

}

#myMenu .children.act{
    max-height: 1500px;
}

#myMenu li:last-child{
    border-bottom: none;
}

/******End******/

/******Carousel******/



/*******End**********/

/******Tabs******/

.tabs { width: 100%; padding: 0px; margin: 0 auto; }
.tabs>input { display: none; }
.tabs>div {
    display: none;
    padding: 12px;
    border: 1px solid #C0C0C0;
    background: #FFFFFF;
}
.tabs>label {
    display: inline-block;
    padding: 7px;
    margin: 0 -5px -1px 0;
    text-align: center;
    color: #666666;
    border: 1px solid #C0C0C0;
    background: #E0E0E0;
    cursor: pointer;
}
.tabs>input:checked + label {
    color: #000000;
    border: 1px solid #C0C0C0;
    border-bottom: 1px solid #FFFFFF;
    background: #FFFFFF;
}


/*******End**********/

/* ------------- Контейнер с адаптивными блоками------------- */
.masonry {
    margin: .5em 0;
    padding: 0;
    column-count: 5;
    column-gap: 1.5em; /* Общее расстояние между колонками */
    font-size: .85em;
    -moz-column-gap: 1.5em; /* Расстояние между колонками для Firefox */
    -webkit-column-gap: 1.5em; /* Расстояние между колонками  для Safari, Chrome и iOS */
}

/* Элементы в виде плиток с содержанием */
.plate {
    display: inline-block;
    background: #fff;
    margin: 0 0 .5em;
    width: 100%;
    box-sizing: border-box; /* Изменения алгоритма расчета ширины и высоты элемента.*/
    -moz-box-sizing: border-box; /* Для Firefox */
    -webkit-box-sizing: border-box; /* Для Safari, Chrome, iOS иAndroid */
}

/* Стили картинок, видое и фреймов внутри адаптивных плиток */


/* Стили ссылок внутри плиток */
.plate a {
    text-decoration: none;
    color: #359CC6;
    margin: 0 10px;
}

/* Стили ссылок при наведении */
.plate a:hover {
    color: #E88F00;
    border-bottom: 1px dotted #9F1D35;
}

/******End******/

/******Popup Block******/

.popup {
    font-size: 1rem;
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    padding: .5rem 1.5rem;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

.popup.show {
    display: block;
    opacity: 1;
}

.popup-success {
    background-color: #107803;
    color: white;
}

.popup-error {
    background-color: #f44336;
    color: white;
}
/******End******/



/* Large Devices, Wide Screens */
@media only screen and (max-width : 1370px) {
    .main-menu a.btn{
        padding-bottom: 0.800em;
        letter-spacing: 0.005em;
    }

    .nav > li > a{
        padding: .8em;
    }
}

@media only screen and (min-width : 1920px) {

}

/* Стили для устройств с шириной экрана до 812px */
@media (max-width: 812px) {
    #sub-header .navbar-collapse ul.navbar-nav {
        background-color: #29003e;
        padding-left: 1.2rem;
        padding-right: 1.2rem;
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
        margin-top: .5rem;
        padding-bottom: 1rem;
        border: 1px solid #999999;
        border-top: none;
    }
}

@media only screen and (max-width : 370px) {
    .add-qty-mobile{
        width: 60%;
    }
}

@media only screen and (max-width : 320px) {
    .add-qty-mobile{
        width: 70%;
    }
}



/* Стили для центрирования модального окна по горизонтали и вертикали */
.modal-dialog {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
}

@media (pointer: coarse) {
    :focus {
        outline: none;
    }
}

/* HEADER */

#main-header{
    background:var(--site-color-surface);
    border-bottom:1px solid var(--site-color-line);
}

.logo{
    width:140px;
    margin:0;
}

/* поиск */

.search-input{
    border:1px solid #ddd;
    height:42px!important;
    border-radius:30px 0 0 30px;
}

.search-submit{
    border-radius:0 30px 30px 0!important;
    background:#fff;
    border:1px solid #ddd;
    border-left:none;
}

.search-submit:hover{
    background:#f3f3f3;
}

/* иконки справа */

.header-icons button{
    color:#444;
}

.header-icons button:hover{
    color:#999!important;
}

/* верхнее меню */

#sub-header{
    background:var(--site-color-surface);
    min-height:auto!important;
    margin-bottom:0;
    border-bottom:1px solid #eee;
}

#sub-header li a{
    color:#555!important;
    font-size:14px;
}

/* HERO */

.slider-container{
    margin-bottom:60px;
}

.carousel-item img{
    height:400px;
    object-fit:cover;
}

/* карточки товара */

.card{
    border:none;
    background:#fff;
    margin:0;
    padding:10px;
    transition:.3s;
}

.card:hover{
    transform:translateY(-4px);
}

.card-img-top{
    border-radius:0;
    max-height:240px;
    object-fit:cover;
}

.card-title{
    font-size:14px;
    text-align:center;
    min-height:45px;
    color:#333;
}

.card-price{
    font-size:18px;
    font-weight:500;
    color:#000;
}

.card-old-product-price{
    color:#999;
    text-decoration:line-through;
}

.card .btn{
    border-radius:25px;
    background:#fff;
    border:1px solid #aaa;
    color:#333;
    font-size:13px;
    width:100%;
}

.card .btn:hover{
    background:#444;
    color:#fff;
}

/* информационные блоки */

.info-block{
    background:var(--site-color-surface);
    padding:60px;
}

.info-block img{
    width:100%;
}

.category-media,
.category-admin-thumb{
    display:block;
    aspect-ratio:4 / 3;
    overflow:hidden;
    background:#f2f2f2;
}

.category-media img,
.category-admin-thumb{
    width:100%;
    height:100%;
    object-fit:cover;
}

.category-admin-thumb{
    width:80px;
}

.category-zoom-trigger{
    display:block;
    width:min(100%, 48rem);
    margin:0 auto 1.5rem;
    padding:0;
    border:0;
    background:transparent;
    cursor:zoom-in;
}

.category-zoom-dialog{
    max-width:95vw;
    max-height:95vh;
    padding:2.5rem 1rem 1rem;
    border:0;
}

.category-zoom-dialog img{
    display:block;
    max-width:90vw;
    max-height:85vh;
}

.category-zoom-close{
    position:absolute;
    top:.25rem;
    right:.5rem;
    border:0;
    background:transparent;
    font-size:2rem;
}

/* Cart: the two actions below the total follow the site button system. */
.cart-checkout-actions{
    row-gap:.75rem;
}

.cart-checkout-action{
    min-height:2.75rem;
    padding:.55rem 1.15rem;
    border:1px solid #cfd5da;
    border-radius:.5rem;
    font-size:.95rem;
    font-weight:600;
    line-height:1.2;
    white-space:nowrap;
    transition:background-color .2s ease, border-color .2s ease, color .2s ease;
}

.cart-checkout-action--secondary{
    background:var(--site-color-surface);
    color:var(--site-color-text);
}

.cart-checkout-action--secondary:hover,
.cart-checkout-action--secondary:focus{
    border-color:#777;
    background:#f3f3f3;
    color:var(--site-color-text);
}

.cart-checkout-action--primary{
    border-color:var(--site-color-shell);
    background:var(--site-color-shell);
    color:var(--site-color-surface);
}

.cart-checkout-action--primary:hover,
.cart-checkout-action--primary:focus{
    border-color:#242424;
    background:#242424;
    color:var(--site-color-surface);
}

.cart-checkout-action:disabled{
    opacity:.55;
    cursor:not-allowed;
}

/* Checkout: visual layer only. Delivery, payment and Chosen selectors stay intact. */
.checkout-page{
    max-width:76rem;
    margin:2.5rem auto 4.5rem;
    color:var(--site-color-text);
}

.checkout-page > h1,
.checkout-page h1{
    margin:0 0 1.75rem;
    font-size:2rem;
    font-weight:700;
}

.checkout-page form > .container{
    max-width:none;
    padding-inline:0;
}

.checkout-page .card:not(.delivery-card){
    margin-bottom:1rem;
    padding:1.5rem;
    border:0;
    border-radius:1rem;
    background:var(--site-color-surface);
    box-shadow:0 .5rem 1.5rem rgba(0, 0, 0, .08);
}

.checkout-page h3,
.checkout-page h4{
    margin-bottom:1.25rem;
    color:var(--site-color-text);
    font-weight:700;
}

.checkout-page h3{
    font-size:1.25rem;
}

.checkout-page h4{
    font-size:1.125rem;
}

.checkout-page .form-label,
.checkout-page #delivery-select-label{
    color:var(--site-color-text);
    font-size:.95rem;
    font-weight:600;
}

.checkout-page .form-control{
    min-height:2.875rem;
    border:1px solid #cfd5da;
    border-radius:.5rem;
    box-shadow:none;
}

.checkout-page .form-control:focus{
    border-color:#777;
    box-shadow:0 0 0 .1875rem rgba(61, 61, 67, .12);
}

.checkout-page input[type="radio"],
.checkout-page input[type="checkbox"]{
    accent-color:var(--site-color-shell);
}

.checkout-page input.btn-purpur{
    accent-color:var(--site-color-shell);
}

.checkout-page .form-check-input:checked{
    border-color:var(--site-color-shell) !important;
    background-color:var(--site-color-shell) !important;
}

.checkout-page .control-panel-links,
.checkout-page .control-panel-links a,
.checkout-page .control-panel-links span,
.checkout-page .control-panel-links button{
    color:var(--site-color-text) !important;
}

.checkout-page #delivery-card-container .card-row{
    margin-bottom:.25rem;
}

.checkout-page .delivery-card{
    min-height:9.25rem;
    margin:0;
    padding:.5rem;
    border:1px solid #d8dde1;
    border-radius:.75rem;
    background:var(--site-color-surface) !important;
    box-shadow:none;
    color:var(--site-color-text);
    transition:border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.checkout-page .delivery-card:hover{
    border-color:#777;
    box-shadow:0 .375rem .875rem rgba(0, 0, 0, .08);
}

.checkout-page .delivery-card-active{
    border-color:var(--site-color-shell);
    box-shadow:0 0 0 .1875rem rgba(61, 61, 67, .12);
}

.checkout-page .delivery-card.disabled{
    opacity:.48;
    pointer-events:none;
}

.checkout-page .delivery-price{
    padding:.35rem .6rem;
    border-radius:.375rem;
    background:#f3f3f3;
    font-size:.95rem;
    font-weight:700;
}

.checkout-page .banklink-buttons{
    width:100%;
    min-height:3.5rem;
    margin:.25rem 0;
    border:1px solid #d8dde1;
    border-radius:.625rem;
    background:var(--site-color-surface);
    color:var(--site-color-text);
    transition:border-color .2s ease, background-color .2s ease, box-shadow .2s ease;
}

.checkout-page .banklink-buttons:hover,
.checkout-page .banklink-buttons:focus{
    border-color:#777 !important;
}

.checkout-page .banklink-buttons-active{
    border-color:var(--site-color-shell) !important;
    background:#f3f3f3;
    box-shadow:0 0 0 .1875rem rgba(61, 61, 67, .12);
}

.checkout-page .banklink-buttons img{
    max-height:2rem;
    max-width:85%;
}

.checkout-page .chosen-container{
    width:100% !important;
}

.checkout-page .chosen-container-single .chosen-single{
    height:2.875rem !important;
    padding:0 .875rem;
    border:1px solid #cfd5da;
    border-radius:.5rem;
    background:var(--site-color-surface);
    box-shadow:none;
    color:var(--site-color-text);
    line-height:2.75rem;
}

.checkout-page .chosen-container-single .chosen-single span{
    margin-top:0;
    line-height:2.75rem;
}

.checkout-page .chosen-container-single .chosen-single div{
    top:50%;
    right:.75rem;
    width:1rem;
    height:1rem;
    transform:translateY(-50%);
}

.checkout-page .chosen-container-single .chosen-single div b{
    position:relative;
    background:none !important;
}

.checkout-page .chosen-container-single .chosen-single div b::after{
    content:"";
    position:absolute;
    top:.13rem;
    left:.2rem;
    width:.5rem;
    height:.5rem;
    border-right:.125rem solid currentColor;
    border-bottom:.125rem solid currentColor;
    transform:rotate(45deg);
}

.checkout-page .chosen-container-active.chosen-with-drop .chosen-single div b::after{
    top:.38rem;
    transform:rotate(225deg);
}

.checkout-page .chosen-container-active.chosen-with-drop .chosen-single,
.checkout-page .chosen-container-active .chosen-single{
    border-color:#777;
    box-shadow:0 0 0 .1875rem rgba(61, 61, 67, .12);
}

.checkout-page .chosen-container .chosen-drop{
    border-color:#cfd5da;
    border-radius:0 0 .5rem .5rem;
    box-shadow:0 .5rem 1rem rgba(0, 0, 0, .1);
}

.checkout-page .chosen-container ul.chosen-results li.highlighted{
    background:var(--site-color-shell);
}

.checkout-page #new_order.btn{
    display:block;
    width:100%;
    min-height:3rem;
    margin:0;
    padding:.65rem 1rem;
    border:1px solid var(--site-color-shell) !important;
    border-radius:.5rem;
    background:var(--site-color-shell) !important;
    color:var(--site-color-surface) !important;
    font-size:1rem;
    font-weight:600;
    float:none !important;
}

.checkout-page #new_order:hover:not(:disabled),
.checkout-page #new_order:focus:not(:disabled){
    border-color:#242424 !important;
    background:#242424 !important;
    color:var(--site-color-surface) !important;
}

.checkout-page #new_order:disabled{
    opacity:.55;
}

.checkout-page .btn-purpur:not(input){
    border-color:var(--site-color-shell);
    background:var(--site-color-shell);
    color:var(--site-color-surface);
}

.checkout-page .btn-purpur:not(input):hover,
.checkout-page .btn-purpur:not(input):focus{
    border-color:#242424;
    background:#242424;
    color:var(--site-color-surface);
}

.checkout-page .success{
    color:#198754;
}

/* Order confirmation: keep order data and actions intact, update only its presentation. */
.order-summary-page{
    max-width:76rem;
    margin:2.5rem auto 4.5rem;
    color:var(--site-color-text);
}

.order-summary-page > h3,
.order-summary-page h3{
    margin-bottom:1rem;
    font-size:1.35rem;
    font-weight:700;
}

.order-summary-page > h4{
    margin-bottom:1rem;
    color:var(--site-color-text-secondary);
    font-size:1.05rem;
    font-weight:400;
}

.order-summary-page > p{
    margin-bottom:2rem;
}

.order-summary-page .order-summary-link{
    color:var(--site-color-text);
    text-decoration-color:#777;
    text-underline-offset:.18em;
}

.order-summary-page .card{
    margin-bottom:1.5rem;
    border:0;
    border-radius:1rem;
    background:var(--site-color-surface);
    box-shadow:0 .5rem 1.5rem rgba(0, 0, 0, .08);
}

.order-summary-page .col-8 > .row + .row{
    margin-top:.5rem;
}

.order-summary-page .col-4 > .card + .card{
    margin-top:1.5rem;
}

.order-summary-page .card .card{
    margin-bottom:0;
    border:1px solid #e0e3e5;
    border-radius:.75rem;
    background:#f8f8f8 !important;
    box-shadow:none;
}

.order-summary-page .hr-98-black{
    margin-block:1.1rem;
    border-color:#e0e3e5;
}

.order-summary-products{
    padding:2rem !important;
}

.order-summary-products__table{
    width:100%;
    border-collapse:separate;
    border-spacing:0 1rem;
}

.order-summary-products__table td{
    padding:.75rem;
    vertical-align:middle;
    background:#f8f8f8;
    border-top:1px solid #e0e3e5;
    border-bottom:1px solid #e0e3e5;
}

.order-summary-products__table td:first-child{
    border-left:1px solid #e0e3e5;
    border-radius:.625rem 0 0 .625rem;
}

.order-summary-products__table td:last-child{
    border-right:1px solid #e0e3e5;
    border-radius:0 .625rem .625rem 0;
    font-weight:700;
}

.order-summary-products__table img{
    display:block;
    width:4.5rem;
    height:4.5rem;
    object-fit:contain;
    border-radius:.5rem;
    background:var(--site-color-surface);
}

.order-summary-payment{
    padding:2rem !important;
}

.order-summary-payment__table{
    overflow:hidden;
    margin:0;
    border:1px solid #d8dde1;
    border-radius:.75rem;
}

.order-summary-payment .order-summary-download{
    margin-top:1.25rem !important;
}

.order-summary-payment__table > :not(caption) > * > *{
    padding:.8rem 1rem;
    border-color:#e0e3e5;
    background:var(--site-color-surface);
}

.order-summary-payment__table tbody tr:last-child > *{
    background:#f3f3f3;
    font-size:1.05rem;
    font-weight:700;
}

.order-summary-page .btn{
    display:inline-flex !important;
    align-items:center;
    justify-content:center;
    min-height:2.875rem;
    padding:.65rem 1.1rem;
    border-radius:.5rem !important;
    line-height:1.2;
    font-weight:600;
    text-decoration:none;
    box-shadow:none;
    transition:background-color .2s ease, border-color .2s ease, color .2s ease;
}

.order-summary-page .d-grid .btn,
.order-summary-page .col-4 > .card > .btn{
    width:100% !important;
    margin:0 !important;
}

.order-summary-page .d-grid{
    margin-top:1.25rem;
}

.order-summary-page .col-4 > .card > .btn{
    margin-top:.75rem !important;
}

.order-summary-page .btn-purpur{
    border-color:var(--site-color-shell) !important;
    background:var(--site-color-shell) !important;
    color:var(--site-color-surface) !important;
}

.order-summary-page .btn-purpur:hover,
.order-summary-page .btn-purpur:focus{
    border-color:#242424 !important;
    background:#242424 !important;
    color:var(--site-color-surface) !important;
}

.order-summary-page .btn-outline-purpur{
    border-color:#cfd5da !important;
    background:var(--site-color-surface) !important;
    color:var(--site-color-text) !important;
}

.order-summary-page .btn-outline-purpur:hover,
.order-summary-page .btn-outline-purpur:focus{
    border-color:#777 !important;
    background:#f3f3f3 !important;
    color:var(--site-color-text) !important;
}

.order-summary-page .order-summary-download{
    display:inline-flex !important;
    width:auto !important;
    min-width:9rem;
    padding:.65rem 1.1rem;
}

/* Orders history */
.orders-history-page{
    max-width:76rem;
    margin:2.5rem auto 4.5rem;
}

.orders-history-page .profile-breadcrumbs{
    max-width:none;
    margin:0 0 1rem;
}

.orders-history-card{
    padding:1.5rem !important;
    border:0;
    border-radius:1rem;
    background:var(--site-color-surface);
    box-shadow:0 .5rem 1.5rem rgba(0, 0, 0, .08);
}

.orders-history-table{
    width:100%;
    border-collapse:separate;
    border-spacing:0;
}

.orders-history-table th{
    padding:.8rem .75rem;
    border-bottom:1px solid #d8dde1;
    color:var(--site-color-text-secondary);
    font-size:.8rem;
    font-weight:600;
    letter-spacing:.02em;
    text-transform:uppercase;
    white-space:nowrap;
}

.orders-history-table td{
    padding:1rem .75rem;
    border-bottom:1px solid #e8eaec;
    vertical-align:middle;
}

.orders-history-table tr:last-child td{
    border-bottom:0;
}

.orders-history-table tr:not(:first-child):hover td{
    background:#f8f8f8;
}

.orders-history-table .order-title a{
    color:var(--site-color-text);
    font-weight:700;
    text-decoration-color:#777;
    text-underline-offset:.18em;
}

.orders-history-table td:last-child{
    font-weight:700;
}

.orders-history-page .pagination{
    display:flex;
    justify-content:center;
    gap:.35rem;
    margin-top:1.75rem;
}

.orders-history-page .pagination a,
.orders-history-page .pagination span{
    display:grid;
    min-width:2.375rem;
    min-height:2.375rem;
    place-items:center;
    padding:.25rem;
    border:1px solid #d8dde1;
    border-radius:.45rem;
    background:var(--site-color-surface);
    color:var(--site-color-text) !important;
    text-decoration:none;
}

.orders-history-page .pagination a:hover{
    border-color:#777;
    background:#f3f3f3;
}

.orders-history-details{
    width:100%;
    border-collapse:collapse;
}

.orders-history-details td{
    padding:.42rem 0;
    border:0;
    color:var(--site-color-text-secondary);
}

.orders-history-details td:last-child{
    color:var(--site-color-text);
    font-weight:600;
}

/* Profile dashboard */
.profile-page{
    max-width:70rem;
    margin:2.5rem auto 4.5rem;
}

.profile-page .entry-design hr{
    margin:0 0 1.5rem;
    border-color:var(--site-color-line);
}

.profile-page__panel{
    padding:1.5rem !important;
    border:0;
    border-radius:1rem;
    background:var(--site-color-surface);
    box-shadow:0 .5rem 1.5rem rgba(0, 0, 0, .08);
}

.profile-page__actions{
    row-gap:1rem;
    margin:0 !important;
    padding:0 !important;
}

.profile-page__actions > .col-3 > a{
    display:flex;
    min-height:10.5rem;
    padding:1.25rem .75rem;
    align-items:center;
    justify-content:center;
    flex-direction:column;
    gap:.75rem;
    border:1px solid #d8dde1;
    border-radius:.75rem;
    background:#fafafa;
    color:var(--site-color-text) !important;
    text-decoration:none;
    transition:border-color .2s ease, background-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.profile-page__actions > .col-3 > a:hover,
.profile-page__actions > .col-3 > a:focus{
    border-color:#777;
    background:var(--site-color-surface);
    box-shadow:0 .375rem .875rem rgba(0, 0, 0, .08);
    color:var(--site-color-text) !important;
    transform:translateY(-.125rem);
}

.profile-page__actions svg{
    width:3rem;
    height:3rem;
    color:var(--site-color-shell);
}

.profile-page__actions .bold{
    font-size:1rem;
    font-weight:600;
}

.profile-page .control-panel-links,
.profile-page .control-panel-links a,
.profile-page .control-panel-links button{
    color:var(--site-color-text) !important;
}

/* Account breadcrumbs */
.profile-breadcrumbs{
    width:100%;
    max-width:62rem;
    margin:2.5rem auto 0;
}

.profile-breadcrumbs .breadcrumb{
    margin:0;
    padding:0;
    background:transparent;
    font-size:.9rem;
}

.profile-breadcrumbs .breadcrumb-item,
.profile-breadcrumbs .breadcrumb-item.active{
    color:var(--site-color-text-secondary);
}

.profile-breadcrumbs .breadcrumb-item + .breadcrumb-item::before{
    color:#9aa0a6;
}

.profile-breadcrumbs a{
    color:var(--site-color-text);
    text-decoration:none;
}

.profile-breadcrumbs a:hover,
.profile-breadcrumbs a:focus{
    color:var(--site-color-text);
    text-decoration:underline;
}

.profile-page .profile-breadcrumbs{
    max-width:none;
    margin:0 0 1.5rem;
}

.profile-breadcrumbs + .profile-edit-page{
    margin-top:1rem;
}

/* Favorites */
.favorites-page{
    max-width:76rem;
    margin:2.5rem auto 4.5rem;
}

.favorites-page__breadcrumbs{
    max-width:none;
    margin:0 0 1rem;
}

.favorites-page__header{
    margin-bottom:1.5rem;
    padding-bottom:1rem;
    border-bottom:1px solid var(--site-color-line);
}

.favorites-page__header h1{
    margin:0;
    color:var(--site-color-text);
    font-size:2rem;
    font-weight:700;
}

.favorites-page__card,
.favorites-page__empty{
    border-radius:1rem;
    background:var(--site-color-surface);
    box-shadow:0 .5rem 1.5rem rgba(0, 0, 0, .08);
}

.favorites-page__card{
    padding:1.25rem;
    overflow-x:auto;
}

.favorites-table{
    width:100%;
    min-width:48rem;
    border-collapse:collapse;
}

.favorites-table th,
.favorites-table td{
    padding:1rem .75rem;
    vertical-align:middle;
    border-bottom:1px solid var(--site-color-line);
}

.favorites-table .favorites-table__heading td{
    padding-top:.25rem;
    color:var(--site-color-text-secondary);
    font-size:.8rem;
    font-weight:700;
    letter-spacing:.02em;
    text-transform:uppercase;
}

.favorites-table tr:last-child td{
    border-bottom:0;
}

.favorites-table img{
    display:block;
    width:5.25rem;
    height:5.25rem;
    object-fit:contain;
    border:1px solid #edf0f2;
    border-radius:.5rem;
}

.favorites-table .order-title a{
    color:var(--site-color-text);
    font-weight:600;
    text-decoration:none;
}

.favorites-table .order-title a:hover{
    color:var(--site-color-text);
    text-decoration:underline;
}

.favorites-table .product-price{
    color:var(--site-color-text);
    font-size:1.1rem;
    font-weight:700;
    white-space:nowrap;
}

.favorites-page__action{
    display:inline-grid;
    width:2.5rem;
    height:2.5rem;
    margin:0 .25rem 0 0;
    padding:0;
    place-items:center;
    border:1px solid #cfd5da;
    border-radius:.5rem;
    background:var(--site-color-surface);
    color:var(--site-color-text);
}

.favorites-page__action:hover,
.favorites-page__action:focus{
    border-color:#777;
    background:var(--site-color-surface-muted);
    color:var(--site-color-text);
}

.favorites-page__action--remove:hover,
.favorites-page__action--remove:focus{
    border-color:#d9363e;
    background:#fff5f5;
    color:#d9363e;
}

.favorites-page__action:disabled{
    opacity:.45;
    cursor:not-allowed;
}

.favorites-page__empty{
    padding:3.5rem 1.5rem;
    text-align:center;
}

.favorites-page__empty-icon{
    margin-bottom:.5rem;
    color:#8b8f94;
    font-size:3.5rem;
    line-height:1;
}

.favorites-page__empty p{
    margin:0 0 1.25rem;
    color:var(--site-color-text-secondary);
}

.favorites-page__empty .btn-purpur{
    min-width:10rem;
    border-color:var(--site-color-shell) !important;
    background:var(--site-color-shell) !important;
    color:var(--site-color-surface) !important;
}

.favorites-page__empty .btn-purpur:hover,
.favorites-page__empty .btn-purpur:focus{
    border-color:#242424 !important;
    background:#242424 !important;
    color:var(--site-color-surface) !important;
}

@media (max-width:767.98px){
    .favorites-page{
        margin:1.5rem 0 3rem;
        padding-inline:.75rem;
    }

    .favorites-page__breadcrumbs{
        margin:0 0 .75rem;
    }

    .favorites-page__header{
        margin-bottom:1rem;
    }

    .favorites-page__header h1{
        font-size:1.5rem;
    }

    .favorites-page__card{
        padding:1rem;
        border-radius:.75rem;
    }

    .favorites-table{
        min-width:0;
    }

    .favorites-table td{
        padding:.75rem 0;
    }

    .favorites-page__empty{
        padding:2.5rem 1rem;
        border-radius:.75rem;
    }
}

/* Profile editing */
.profile-edit-page{
    margin:2.5rem 0 4.5rem;
}

.profile-edit-page__card{
    width:100%;
    max-width:62rem;
    margin-inline:auto;
    padding:2.5rem;
    border-radius:1rem;
    background:var(--site-color-surface);
    box-shadow:0 .5rem 1.5rem rgba(0, 0, 0, .08);
}

.profile-edit-page__header{
    margin-bottom:2rem;
    padding-bottom:1.25rem;
    border-bottom:1px solid var(--site-color-line);
}

.profile-edit-page__header h1{
    margin:0 0 .5rem;
    color:var(--site-color-text);
    font-size:2rem;
    font-weight:700;
}

.profile-edit-page__header p{
    margin:0;
    color:var(--site-color-text-secondary);
}

.profile-edit-page__header strong{
    color:var(--site-color-text);
    font-weight:600;
}

.password-change-page .profile-edit-page__card{
    max-width:42rem;
}

.password-change-page .profile-edit-page__header p{
    font-size:.95rem;
}

.profile-edit-page .form-label{
    margin-bottom:.45rem;
    color:var(--site-color-text);
    font-size:.95rem;
    font-weight:600;
}

.profile-edit-page .form-control{
    min-height:2.875rem;
    padding:.625rem .875rem;
    border:1px solid #cfd5da;
    border-radius:.5rem;
    color:var(--site-color-text);
}

.profile-edit-page .form-control:focus{
    border-color:#777;
}

.profile-edit-page__section-title{
    margin:2rem 0 1rem;
    padding-top:1.75rem;
    border-top:1px solid var(--site-color-line);
    color:var(--site-color-text);
    font-size:1.25rem;
    font-weight:700;
}

.profile-edit-page__actions{
    display:flex;
    justify-content:flex-end;
    gap:.75rem;
    margin-top:2rem;
    padding-top:1.5rem;
    border-top:1px solid var(--site-color-line);
}

.profile-edit-page__actions .btn{
    min-width:9rem;
    min-height:2.875rem;
    padding:.625rem 1.25rem;
    border-radius:.5rem;
    font-size:1rem;
    font-weight:600;
}

.profile-edit-page__actions .btn-purpur{
    border-color:var(--site-color-shell) !important;
    background:var(--site-color-shell) !important;
    color:var(--site-color-surface) !important;
}

.profile-edit-page__actions .btn-purpur:hover,
.profile-edit-page__actions .btn-purpur:focus{
    border-color:#242424 !important;
    background:#242424 !important;
    color:var(--site-color-surface) !important;
}

.profile-edit-page__actions .btn-outline-purpur{
    border:1px solid #cfd5da !important;
    background:var(--site-color-surface) !important;
    color:var(--site-color-text) !important;
}

.profile-edit-page__actions .btn-outline-purpur:hover,
.profile-edit-page__actions .btn-outline-purpur:focus{
    border-color:#777 !important;
    background:var(--site-color-surface-muted) !important;
    color:var(--site-color-text) !important;
}

.profile-edit-page__alert,
.profile-edit-page__success{
    margin-bottom:1.5rem;
}

.profile-edit-page__success{
    padding:1rem 1.25rem;
    border:1px solid #9cc9a4;
    border-radius:.625rem;
    background:#f4fbf5;
    color:#256335;
}

@media (max-width:767.98px){
    .profile-page{
        margin:1.5rem 0 3rem;
        padding-inline:.75rem;
    }

    .profile-page__panel{
        padding:.75rem !important;
        border-radius:.75rem;
    }

    .profile-page__actions{
        row-gap:.5rem;
    }

    .profile-page__actions > .col-3 > a{
        min-height:7.5rem;
        padding:.75rem .25rem;
        gap:.5rem;
        border-radius:.625rem;
    }

    .profile-page__actions svg{
        width:2.25rem;
        height:2.25rem;
    }

    .profile-page__actions .bold{
        font-size:.72rem;
        line-height:1.2;
    }

    .profile-edit-page{
        margin:1.5rem 0 3rem;
        padding-inline:.75rem;
    }

    .profile-edit-page__card{
        padding:1.25rem;
        border-radius:.75rem;
    }

    .profile-edit-page__header{
        margin-bottom:1.5rem;
        padding-bottom:1rem;
    }

    .profile-edit-page__header h1{
        font-size:1.5rem;
    }

    .profile-edit-page__actions{
        justify-content:stretch;
        margin-top:1.5rem;
        padding-top:1.25rem;
    }

    .profile-edit-page__actions .btn{
        flex:1;
        min-width:0;
    }
}

@media (max-width:767.98px){
    .order-summary-page{
        margin:1.5rem 0 3rem;
        padding-inline:.75rem;
    }

    .order-summary-page .card,
    .order-summary-products,
    .order-summary-payment{
        padding:1rem !important;
        border-radius:.75rem;
    }

    .order-summary-page .card{
        margin-bottom:1rem;
    }

    .order-summary-products__table{
        border-spacing:0;
    }

    .order-summary-products__table td{
        border-inline:1px solid #e0e3e5;
        border-radius:0 !important;
    }

    .order-summary-products__table tr:first-child td{
        border-top-left-radius:.625rem !important;
        border-top-right-radius:.625rem !important;
    }

    .order-summary-products__table tr:last-child td{
        border-bottom-left-radius:.625rem !important;
        border-bottom-right-radius:.625rem !important;
    }

    .order-summary-products__table img{
        width:6rem;
        height:6rem;
        margin:auto;
    }

    .order-summary-payment__table > :not(caption) > * > *{
        padding:.7rem;
    }

    .order-summary-page .order-summary-download{
        display:block;
        width:100% !important;
        margin:1rem 0 0 !important;
        text-align:center;
    }

    .orders-history-page{
        margin:1.5rem 0 3rem;
        padding-inline:.75rem;
    }

    .profile-breadcrumbs{
        width:calc(100% - 1.5rem);
        margin:1.5rem .75rem 0;
    }

    .profile-page .profile-breadcrumbs{
        width:100%;
        margin:0 0 1rem;
    }

    .orders-history-page .profile-breadcrumbs{
        width:100%;
        margin:0 0 .75rem;
    }

    .orders-history-card{
        padding:1rem !important;
        border-radius:.75rem;
    }

    .orders-history-table > tbody > tr > td{
        padding:.8rem .35rem;
        border-bottom:0;
    }

    .orders-history-table > tbody > tr:nth-child(odd) > td{
        padding-top:1rem;
        border-top:1px solid #e0e3e5;
    }

    .orders-history-table > tbody > tr:first-child > td{
        border-top:0;
    }

    .orders-history-table > tbody > tr:nth-child(even) > td{
        padding-bottom:1rem;
        border-bottom:1px solid #e0e3e5;
    }

    .orders-history-table > tbody > tr:last-child > td{
        border-bottom:0;
    }
}

@media (min-width:768px){
    .checkout-page form > .container > .row > .col-4{
        position:sticky;
        top:1rem;
        align-self:start;
    }
}

@media (max-width:767.98px){
    .checkout-page{
        margin:1.5rem 0 3rem;
        padding-inline:.75rem;
    }

    .checkout-page h1{
        font-size:1.625rem;
    }

    .checkout-page .card:not(.delivery-card){
        padding:1rem;
        border-radius:.75rem;
    }

    .checkout-page .delivery-card{
        min-height:0;
    }

    .checkout-page #delivery-select{
        width:100% !important;
    }
}


/* мобильная версия */

@media(max-width:768px){

    #main-header > .navbar{
        box-sizing:border-box;
        width:calc(100% - 24px);
    }

    #main-header > .navbar > .container{
        box-sizing:border-box;
        width:100%;
    }

    .site-footer .width-12 img{
        display:block;
        max-width:100%;
        height:auto;
    }

    .logo{
        width:100px;
    }

    .card{
        margin-bottom:25px;
    }

    .content-section__title{
        font-size:18px;
    }

    .info-block{
        padding:30px;
    }

}
