:host,:root {
    --primary-text-color: #574F46;
    --secondary-text-color: #EFEFEF;
    --background-block-color: #F8F5F3;
}
html {
    -webkit-font-smoothing: antialiased;
}
body {
    color: var(--primary-text-color);
    font-family: "Onest", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    line-height: 1.4;
    -webkit-overflow-scrolling: touch;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;

    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: stretch;
}
.page-main {
    flex-grow: 2;
    padding: 0;
}
h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
.blavatsky {
    font-family: Blavatsky;
}

h1, .h1 {
    font-size: 50px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: -1px;
    margin-bottom: 40px;
}
.product-detail h1 {
    font-family: 'Onest';
    text-transform: uppercase;
    font-weight: 300;
    font-size: 16px;
    line-height: 120%;
    color: var(--primary-text-color);
    margin-bottom: 8px;
}
h2, .h2 {
    margin: 0;
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 20px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--primary-text-color);
}
h3, .h3 {
    font-size: 15px;
    margin-bottom: 12px;
    font-weight: 500;
    text-transform: uppercase;
}
.content h3 {
    margin-top: 30px;
    margin-bottom: 20px;
}
h4 {
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 5px;
}
.athena {
    font-family: "New Athena Unicode";
}
a, a:hover /*, a:focus*/ {
    color: inherit;
    text-decoration: none;
}
p a{color:#135A9E;}
*, *:hover, *:focus {
    outline: none !important;
}
blockquote {
    padding: 0 30px 0 70px;
    font-style: italic;
    margin: 0;
    line-height: 1.5em;
    border-left: 2px solid #000;
    padding-left: 18px;
    margin-top: 28px;
    margin-bottom: 28px;
}
.whatsapp-color {
    color: #2cb742;
}
.color-primary {
    color: var(--primary-text-color);
}
.gray {
    /*opacity: 0.6;*/
    color: #A0A0A0;
}
.black {
    color: #000 !important;
}
.white {
    color: #fff !important;
}
.pink {
    color: #E9728A;
}
.lightgray {
    opacity: 0.32;
}
.lightgray-bg {
    background-color: #F9F9F9;
}
.lightbrown-bg {
    background-color: var(--background-block-color);
}
.green {
    color: #02B23E;
}
.blue {
    color: #18A0FB;
}
.greenblue {
    color: #0ABAB5;
}
.greenblue-bg {
    color: #0ABAB5;
}
.inset {
    max-width: 100%;
    height: auto;
}
.socnet {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 5px;
}

.slider-arrow-outside .slick-next.slick-arrow {
    right: -60px;
}
.slick-prev,
.slick-next {
    width: 32px;
    height: 32px;
}
.slick-prev:before,
.slick-next:before {
    color: var(--primary-text-color);
}
.slick-prev:before {
    content: "\f053";
    font-family: "Font Awesome 5 Pro";
}
.slick-next:before {
    content: "\f054";
    font-family: "Font Awesome 5 Pro";
}
.slick-arrow-wrap {
    display: flex;
    gap: 8px;
}
.slick-arrow-wrap .slick-prev,
.slick-arrow-wrap .slick-next {
    position: static;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

[class*=border-] {
    border-color: rgba(0,0,0,0.16) !important;
}
.border-primary {
    border-color: var(--primary-text-color) !important;
}
.gray-bg {
    background: #f6f6f6;
}
.darkgray-bg {
    background: #4d5154;
}
.gray-area {
    border-radius: 16px;
    background: #f6f6f6;
}
.white-bg {
    background: #FFFFFF;
}
.orange {
    color: #F8C51B;
}
.orange-bg {
    background-color: #F8C51B;
}
.red {
    color: #ff0000;
}
.bx-breadcrumb {
    display: flex;
    flex-wrap: nowrap;

    padding: 23px 0 50px;
    font-size: 14px;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: -0.28px;
}
.bx-breadcrumb-item {
    margin-right: 5px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline;
}
.bx-breadcrumb-item > a,
.bx-breadcrumb-item > i,
.bx-breadcrumb-separator {
    color: #CDCDCD;
    white-space: nowrap;
}
/*.ymaps-layers-pane{
    filter: grayscale(100%);
    filter: url(/img/filters.svg#grayscale);
    -webkit-filter: grayscale(1);
}
.ymaps-point-overlay > ymaps > .ymaps-image-with-content {
    background-image: url(/images/ico-map-point.png) !important;
}*/
.dropdown-menu {
    --bs-dropdown-min-width: 4rem;
    --bs-dropdown-border-color: var(--secondary-text-color);
    --bs-dropdown-border-radius: 0;
    --bs-dropdown-border-width: 1px;
}
.btn {
    --bs-btn-padding-x: 16px;
    --bs-btn-padding-y: 8px;
    --bs-btn-font-size: 14px;
    --bs-btn-font-weight: 400;
    --bs-btn-line-height: 1.2;
    --bs-btn-color: var(--primary-text-color);
    --bs-btn-bg: transparent;
    --bs-btn-border-width: 1px;
    --bs-btn-border-color: transparent;
    --bs-btn-border-radius: 0;
    --bs-btn-hover-border-color: transparent;
    --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15),0 1px 1px rgba(0, 0, 0, 0.075);
    --bs-btn-disabled-opacity: 0.65;
    --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.btn-group-lg>.btn, .btn.btn-lg {
    min-height: 50px;
    --bs-btn-padding-x: 3rem;
}
.btn-secondary {
    --bs-btn-color: var(--primary-text-color);
    --bs-btn-bg: var(--secondary-text-color);
    --bs-btn-border-color: var(--secondary-text-color);
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: var(--primary-text-color);
    --bs-btn-hover-border-color: var(--primary-text-color);
    --bs-btn-focus-shadow-rgb: var(--primary-text-color);
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: var(--primary-text-color);
    --bs-btn-active-border-color: var(--primary-text-color);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #6c757d;
    --bs-btn-disabled-border-color: #6c757d;
}
.btn-outline-secondary {
    --bs-btn-color: var(--primary-text-color);
    --bs-btn-border-color: var(--secondary-text-color);
    --bs-btn-hover-color: var(--primary-text-color);
    --bs-btn-hover-bg: transparent;
    --bs-btn-hover-border-color: var(--secondary-text-color);
    --bs-btn-focus-shadow-rgb: none;
    --bs-btn-active-color: var(--primary-text-color);
    --bs-btn-active-bg: transparent;
    --bs-btn-active-border-color: var(--secondary-text-color);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #6c757d;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #6c757d;
    --bs-gradient: none;
}

.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: var(--primary-text-color);
    --bs-btn-border-color: var(--primary-text-color);
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: var(--primary-text-color);
    --bs-btn-hover-border-color: var(--primary-text-color);
    --bs-btn-focus-shadow-rgb: 49,132,253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: var(--primary-text-color);
    --bs-btn-active-border-color: var(--primary-text-color);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: var(--primary-text-color);
    --bs-btn-disabled-border-color: var(--primary-text-color);
}
.btn-outline-primary {
    --bs-btn-color: var(--primary-text-color);
    --bs-btn-border-color: var(--primary-text-color);
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: var(--primary-text-color);
    --bs-btn-hover-border-color: var(--primary-text-color);
    --bs-btn-focus-shadow-rgb: 13,110,253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: var(--primary-text-color);
    --bs-btn-active-border-color: var(--primary-text-color);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: var(--primary-text-color);
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: var(--primary-text-color);
    --bs-gradient: none;
}
.btn-dark {
    --bs-btn-color: #fff;
    --bs-btn-bg: #333333;
    --bs-btn-border-color: #333333;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #424649;
    --bs-btn-hover-border-color: #373b3e;
    --bs-btn-focus-shadow-rgb: 66,70,73;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #4d5154;
    --bs-btn-active-border-color: #373b3e;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #212529;
    --bs-btn-disabled-border-color: #212529;
}
.btn-light {
    background-color: transparent;
    border-color: #DDD;
    color: var(--primary-text-color);
}
.btn-white {
    background-color: #FFFFFF;
    border-color: #FFFFFF;
    color: var(--primary-text-color);
}
.btn-white:hover {
    background-color: #FFFFFF;
    border-color: #FFFFFF;
    color: var(--primary-text-color);
}
.white .btn-light {
    background-color: transparent;
    border-color: rgba(255, 255, 255, 0.32);
    color: #fff;
}
.btn-lightgray {
    color: #2C69DE;
    background: #EBEBEB;
    border-color: #EBEBEB;
}
.form-control {
    border-color: #EBEBEB;
    border-radius: 0;
}
input[type=checkbox] {
    accent-color: var(--primary-text-color);
}
.btn.btn-sm {

}

.font-10 {
    font-size: 10px;
}
.font-11 {
    font-size: 11px;
}
.font-12 {
    font-size: 12px !important;
}
.font-13 {
    font-size: 13px;
}
.font-14 {
    font-size: 14px;
}
.font-16 {
    font-size: 16px;
}
.font-18 {
    font-size: 18px;
}
.font-20 {
    font-size: 20px;
}
.font-24 {
    font-size: 24px;
}
.font-28 {
    font-size: 28px;
}
.font-30 {
    font-size: 32px !important;
}
.font-32 {
    font-size: 32px !important;
}
.font-36 {
    font-size: 36px !important;
}
.font-48 {
    font-size: 48px !important;
}
.font-88 {
    font-size: 88px;
}
.strong,
.weight-700 {
    font-weight: 700;
}
.weight-600 {
    font-weight: 600;
}
.weight-500 {
    font-weight: 500;
}
.weight-400 {
    font-weight: 400;
}
.weight-300 {
    font-weight: 300;
}
.weight-100 {
    font-weight: 100;
}
.uppercase {
    text-transform: uppercase;
}
.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    --bs-gutter-x: 2rem;
}
.header-search-form {
    width: 32px;
    height: 32px;
    position: relative;
}
.header-search-text {
    height: 32px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    background: none !important;
    z-index: 1;
    background-clip: padding-box !important;
    border: 1px solid rgba(255,255,255,0);
    color: rgba(255,255,255,0);
    box-shadow: none !important;
}
.header-search-submit {
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    padding: 0;
    border: none;
    background: none;
    font-size: 20px;
    display: flex;
}
.header-search-text,
.header-search-submit {
    -webkit-transition: all 0.3s ease-out ;
    -moz-transition: all 0.3s ease-out ;
    -o-transition: all 0.3s ease-out ;
    transition: all 0.3s ease-out ;
}
.header-search-text:focus {
    left: -260px;
    width: 292px;
    background: #fff !important;
    border-color: #dedede;
    color: #333333;
}
.header-search-text:focus + .header-search-submit,
.header-search-submit:focus {
    z-index: 2;
}
.p-12 {
    padding: 12px;
}
.ps-12, .px-12 {
    padding-left: 12px;
}
.pe-12, .px-12 {
    padding-right: 12px;
}
.pt-12, .py-12 {
    padding-top: 12px;
}
.pb-12, .py-12 {
    padding-bottom: 12px;
}
.pt-40, .py-40 {
    padding-top: 40px;
}
.pb-40, .py-40 {
    padding-bottom: 40px;
}
.mt-40, .my-40 {
    margin-top: 40px;
}
.mb-40, .my-40 {
    margin-bottom: 40px;
}

.mb-12 {
    margin-bottom: 12px;
}
.mt-12 {
    margin-top: 12px;
}
.btn-mmenu {
    display: block;
    position: relative;
    width: 32px;
    height: 32px;
    cursor: pointer;
}
.btn-mmenu .icon {
    transition-duration: 0.2s;
    position: absolute;
    width: 24px;
    height: 1px;
    top: 15px;
    left: 4px;
}
.btn-mmenu .icon:before,
.btn-mmenu .icon:after {
    transition-duration: 0.5s;
    position: absolute;
    content: "";
    width: 24px;
    height: 1px;
    left: 0px;
}
.btn-mmenu .icon,
.btn-mmenu .icon:before,
.btn-mmenu .icon:after,
body.is-scroll.header-white .btn-mmenu .icon,
body.is-scroll.header-white .btn-mmenu .icon:before,
body.is-scroll.header-white .btn-mmenu .icon:after,
body.open-menu.header-white .btn-mmenu .icon,
body.open-menu.header-white .btn-mmenu .icon:before,
body.open-menu.header-white .btn-mmenu .icon:after {
    background-color: var(--primary-text-color);
}
body.header-white .btn-mmenu .icon,
body.header-white .btn-mmenu .icon:before,
body.header-white .btn-mmenu .icon:after {
    background-color: #FFFFFF;
}
.btn-mmenu .icon:before {
    top: -6px;
}
.btn-mmenu .icon:after {
    top: 6px;
}
body.open-menu {
    overflow: hidden;
}
body.open-menu .btn-mmenu {

}
body.open-menu .btn-mmenu .icon {
    background-color: transparent !important;
}
body.open-menu .btn-mmenu .icon:before,
body.open-menu .btn-mmenu .icon:after {
    top: 0;
}
body.open-menu .btn-mmenu .icon:before {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}
body.open-menu .btn-mmenu .icon:after {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
.btn-nextpage-ajax {
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 48px;
    margin-top: 16px;
}
.btn-nextpage-ajax.disabled {
    opacity: 0.3;
    cursor: wait;
}
.btn-nextpage-ajax > span {
    display: inline-block;
    background: #FFFFFF;
    border: 1px solid var(--primary-text-color);
    padding: 12px 92px 9px;
    max-width: 90vw;
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    text-transform: uppercase;
    color: var(--primary-text-color);
}
.accordion {
    --bs-accordion-color: var(--bs-body-color);
    --bs-accordion-bg: var(--bs-body-bg);
    --bs-accordion-transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out,border-radius 0.15s ease;
    --bs-accordion-border-color: var(--bs-border-color);
    --bs-accordion-border-width: 0;
    --bs-accordion-border-radius: var(--bs-border-radius);
    --bs-accordion-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
    --bs-accordion-btn-padding-x: 0;
    --bs-accordion-btn-padding-y: 0;
    --bs-accordion-btn-color: var(--bs-body-color);
    --bs-accordion-btn-bg: var(--bs-accordion-bg);
    --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    --bs-accordion-btn-icon-width: 1.25rem;
    --bs-accordion-btn-icon-transform: rotate(0deg);
    --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
    --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    --bs-accordion-btn-focus-border-color: none;
    --bs-accordion-btn-focus-box-shadow: none;
    --bs-accordion-body-padding-x: 0;
    --bs-accordion-body-padding-y: 1rem;
    --bs-accordion-active-color: var(--bs-body-color);
    --bs-accordion-active-bg: var(--bs-body-bg);
    margin: 15px 0;
}
.accordion-button::after {
    transform: rotate(-90deg);
}
.accordion-item {
    margin: 15px 0;
}
.badge {
    --bs-badge-padding-x: 0.65em;
    --bs-badge-padding-y: 0.35em;
    --bs-badge-font-size: 0.75em;
    --bs-badge-font-weight: 700;
    --bs-badge-color: #fff;
    --bs-badge-border-radius: 0.375rem;
    display: inline-block;
    padding: 5px 10px;
    font-size: 11px;
    font-weight: 500;
    line-height: 1;
    color: inherit;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 5px;
    border: 1px solid #EAEAEA;
    text-transform: uppercase;
    margin: 0px 4px 4px 0px;
}
.badge:last-child{
    margin: 0px;
}
.bg-danger {
    background: #E61414;
}
/* .badge + .badge {
    margin-left: 8px;
} */
.fancybox__content {
    color: var(--primary-text-color);
}
.fancybox-top-right .fancybox__slide {
    justify-content: flex-start;
    align-items: flex-start;
    padding: 0 !important;
}
.fancybox-top-right .fancybox__slide:before,
.fancybox-top-right .fancybox__slide:after {
    display: none;
}
.fancybox-top-right  .fancybox__content {
    align-self: flex-end;
    padding: 16px;
}
.fancybox-top-right  .fancybox__content>.f-button.is-close-btn {
    top: 14px;
    right: 12px;
    width: 24px;
    height: 24px;
    color: var(--primary-text-color);
    background: transparent !important;
}
.fancybox-topright-header {
    font-family: 'Onest';
    font-weight: 400;
    font-size: 11px;
    line-height: 20px;
    text-transform: uppercase;
    color: var(--primary-text-color);
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-bottom: 1px solid var(--primary-text-color);
}
/***************************************************************************************************/
.mmenu-wrap {
    display: none;
}

.menu {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
}
header {
    position: sticky;
    top: 0;
    z-index: 104;
    -webkit-transition: all 0.3s ease-out ;
    -moz-transition: all 0.3s ease-out ;
    -o-transition: all 0.3s ease-out ;
    transition: all 0.3s ease-out ;
}
body.header-fixed header {
    position: fixed;
    left: 0;
    right: 0;
}
body.header-white header,
body.header-white header .header-ico {
    color: #ffffff;
}
body.header-white header svg path.fill-color {
    fill: #ffffff;
}
body.header-white header svg path.stroke-color {
    stroke: #ffffff;
}

body.is-scroll header,
body.open-menu header {
    color: var(--primary-text-color);
    background: #fff;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
}
body.open-menu header {
    box-shadow: none !important;
}
.header-info {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    font-size: 13px;
    padding: 4px 0px;
    transition: all 0.2s ease-out;
    font-weight: 400;
    display: none;
}
.header-info:hover{
    opacity: .7;
    color: #fff;
}
header .header-ico,
body.is-scroll header .header-ico,
body.open-menu header .header-ico {
    color: var(--primary-text-color);
}
header svg path.fill-color,
body.is-scroll header svg path.fill-color,
body.open-menu header svg path.fill-color {
    fill: var(--primary-text-color);
}
header svg path.stroke-color,
body.is-scroll header svg path.stroke-color,
body.open-menu header svg path.stroke-color {
    stroke: var(--primary-text-color);
}
.header-menu {
    column-gap: 24px;
    text-overflow: ellipsis;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 19.2px */
    letter-spacing: 0.64px;
    text-transform: uppercase;
}
.header-cart {
    position: relative;
}
.header-cart-cnt {
    position: absolute;
    font-size: 13.333px;
    font-style: normal;
    font-weight: 400;
    width: 14px;
    text-align: center;
    top: -6px;
    right: -9px;
}
.footer-title {
    color: var(--primary-text-color);
    font-family: Blavatsky;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: 0.48px;
    text-transform: uppercase;
    padding-bottom: 24px;
    border-bottom: 1px solid var(--primary-text-color);
    margin-bottom: 24px;
}
footer .menu {
    flex-direction: column;
    gap: 16px;
}
footer .menu a {
    color: var(--primary-text-color);
    font-size: 12px;
    text-transform: uppercase;
}
.footer-form {}
.footer-form input,
.footer-form button {
    text-transform: uppercase;
    padding: 16px 0;
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
    color: var(--primary-text-color);
    background: rgba(255,255,255,0) !important;
    background-color: rgba(255,255,255,0) !important;
    width: 100%;
}
.footer-form .border-bottom {
    border-color: var(--primary-text-color) !important;
}

.main-slider {
    display: flex;
    overflow: hidden;
}
.main-slider.slick-slider {
    display: block;
    overflow: visible;
}
.main-slider-item {
    width: 100%;
    height: 100vh;
    margin-right: 0px !important;
    position: relative;
    flex-shrink: 0;
}
.main-slider-item-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.main-slider-item-overlay > video {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 20%;
    object-position: 50% 20%;
    position: relative;
    width: 100%;
}
.main-slider .slick-dots {
    bottom: 20px;
}
.main-slider .slick-dots li {
    height: auto;
    margin: 0 5px;
    max-width: 70px;
    width: 100%;
    border-left: 70px solid #EAEAEA;
}
.main-slider .slick-dots li.slick-active {
    animation: main-slider-active 15s ;
}
.main-slider .slick-dots li.slick-active + li,
.main-slider .slick-dots li.slick-active + li + li,
.main-slider .slick-dots li.slick-active + li + li + li,
.main-slider .slick-dots li.slick-active + li + li + li + li,
.main-slider .slick-dots li.slick-active + li + li + li + li + li,
.main-slider .slick-dots li.slick-active + li + li + li + li + li + li,
.main-slider .slick-dots li.slick-active + li + li + li + li + li + li + li,
.main-slider .slick-dots li.slick-active + li + li + li + li + li + li + li + li {
    border-width: 0;
}
@keyframes main-slider-active {
    0% { border-width: 0; }
    100% { border-width: 70px;}
}
.main-slider .slick-dots li button {
    width: 100%;
    height: 2px;
    padding: 0;
    background: #A8A7A7;
}
.main-slider .slick-dots li button:before {
    display: none;
}
.main-slider-item-title {
    font-family: Blavatsky;
    font-size: 60px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: -0.7px;
    color: #ffffff;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
}
.main-slider  .slick-prev,
.main-slider  .slick-next {
    height: 40px;
    width: 40px;
    transform: translate(0, 26px);
    display: none !important;
}
.main-slider .slick-next:before {
    content: '';
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3e%3cpath d='M12.5083 5L27.5 20.045L12.5 35' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e");
    height: 100%;
    display: block;
}
.main-slider .slick-prev:before {
    content: '';
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3e%3cpath d='M27.5 5L12.5 20.0033L27.4917 35' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e");
    height: 100%;
    display: block;
}
.ratio-card {
    --bs-aspect-ratio: 165%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    overflow: hidden;
}
.ratio-card > .card-image {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    transition: transform 0.6s ease;
}
.ratio-card:hover > .card-image {
    transform: scale(1.03);
}

.d-flex.slick-initialized.slick-slider {
    display: block !important;
}
.slick-track {
    margin-right: -4px;
}
.slick-slide {
    margin-right: 4px;
}
.slick-next {
    right: 25px;
    z-index: 2;
}
.slick-prev {
    left: 25px;
    z-index: 2;
}
.slick-dotted.slick-slider {
    margin-bottom: 0;
}

.btn-favorites {
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
    color: var(--primary-text-color);
    background: transparent !important;
    width: 24px;
    height: 24px;
}
.ratio-card .btn-favorites {
    position: absolute;
    top: 16px;
    right: 16px;
    z-index: 2;
    -webkit-transition: all 0.3s ease-out ;
    -moz-transition: all 0.3s ease-out ;
    -o-transition: all 0.3s ease-out ;
    transition: all 0.3s ease-out ;
    opacity: 0;
}
.ratio-card:hover .btn-favorites,
.ratio-card .btn-favorites.active {
    opacity: 1;
}
.btn-favorites.active > i,
.add2favorite.active > i {
    font-weight: 700;
}
.section-item-bottomsize {
    background: #fff;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: all 0.3s ease-out ;
    -moz-transition: all 0.3s ease-out ;
    -o-transition: all 0.3s ease-out ;
    transition: all 0.3s ease-out ;
    opacity: 0;
}
.ratio-card:hover .section-item-bottomsize {
    opacity: 1;
    z-index: 2;
}
.section-item-bottomsize .btn {
    font-size: 12px;
    padding: 4px 8px !important;
}
.section-item-promo {
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}
.detail-video-dt {
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
}
.detail-gallery-big {
    display: flex;
    margin: 0 auto;
    max-width: 600px
}
.detail-gallery-big.slick-slider {
    display: block;
}
.detail-gallery-big .slick-slide > * {
    /*max-height: calc( 100vh - 250px ) !important; */
    margin: auto;
}
.item-color-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
}
.item-color {
    border: 1px solid transparent;
    margin: 0 8px 0 0;
    padding: 1px;
    cursor: pointer;
    border-radius: 50%;
    width: 20px;
    height: 20px;
}
.item-color.active-color {
    border-color: #000;
}
.item-color-icon {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
}
.item-color-list-mini .item-color {
    width: 14px;
    height: 14px;
    margin-right: 4px;
}
.menu.personal-menu {
    flex-direction: column;
    gap: 20px;
    font-weight: 400;
}
.menu.personal-menu a.active {
    text-decoration-line: underline;
}
.form-control + .calendar-icon {
    position: absolute;
    right: 16px;
    top: 8px;
    width: auto;
    height: 22px;
}
.slider-shadow-title {
    background: linear-gradient(180.73deg, rgba(0, 0, 0, 0) 62.34%, rgba(0, 0, 0, 0.3) 100%);
    position: absolute;
    font-family: 'Onest';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 120%;
    display: flex;
    align-items: end;
    justify-content: center;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF !important;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 16px;
}
.block1p2 {
    display: flex;
    gap: 4px;
    align-items: stretch;
}
.block1p2-l {
    width: 66.666%;
}
.block1p2-r {
    width: 33.333%;
}
.block1p2-item {
    position: relative;
    padding-top: 100%;
    background: no-repeat center / cover;

}
.block1p2-r .block1p2-item:first-child{
    box-shadow: inset 0 -4px 0 #fff;
}
.block1p2-item-title {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 17px 16px 24px;
    font-family: 'Onest';
    font-weight: 500;
    font-size: 20px;
    line-height: 120%;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    /*background: rgba(0, 0, 0, 0.3);*/
    /*filter: blur(26.2px);*/
}
.block2-big{
    position: relative
}
.block2-big-title {
    color: #FFF;
    text-align: center;
    font-family: Blavatsky;
    font-size: 60px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 72px */
    letter-spacing: 3px;
    text-transform: uppercase;
    position: absolute;
    left: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
}
.block-sert-baner {
    display: flex;
    padding: 165px 0;
    align-items: center;
    background: no-repeat center / auto 100% #130E08;
}
.block-sert-baner-title {
    font-family: 'Blavatsky';
    font-style: normal;
    font-weight: 400;
    font-size: 42px;
    line-height: 120%;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #FFFFFF;
}
.block-sert-baner-text {
    font-family: 'Onest';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 120%;
    color: #FFFFFF;
    margin-bottom: 40px;
}
.detail-gallery-tmb {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 4px;
}
.detail-gallery-tmb > * {
    display: block;
    max-width: 100%;
    cursor: pointer;
}
.detail-sticky {
    position: sticky;
    top: 120px;
}
.accordion-sabellino .accordion-item {
    padding: 24px 0;
    margin: 0;
    border-bottom: 1px solid var(--primary-text-color);
    border-radius: 0;
}
.accordion-sabellino .accordion-button {
    font-family: 'Onest';
    font-weight: 700;
    font-size: 16px;
    line-height: 120%;
    color: var(--primary-text-color);
    text-transform: uppercase;
}
.accordion-sabellino .accordion-button::after {
    width: 20px;
    height: 20px;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M9.16699 9.99999H4.16699V9.16666H9.16699V4.16666H10.0003V9.16666H15.0003V9.99999H10.0003V15H9.16699V9.99999Z' fill='%23574F46'/%3e%3c/svg%3e");
    transform: none !important;
}
.accordion-sabellino .accordion-body {
    padding: 16px 0 0;
}
.catalog-section-list-row-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: auto;
}
.catalog-section-list-row {
    /*display: flex;
    align-items: center;
    justify-content: center;*/
    /*white-space: nowrap;*/
    max-width: stretch;
    text-align: center;
    text-wrap: balance;
}
.catalog-section-list-row > a {
    padding: 0 12px;
    /*display: block;*/
    display: inline-block;
    white-space: nowrap;
}

.bitrix-default-auth-bxmaker-authuserphone {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #ffffff;
    z-index: 999;
}
.bitrix-default-auth-bxmaker-authuserphone__wrap {
    max-width: unset;
    position: absolute;
    left: 50%;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.bitrix-default-auth-bxmaker-authuserphone:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 50%;
    top: 0;
    bottom: 0;
    background: no-repeat url("/images/auth-left.jpg") center / cover;
}
.bitrix-default-auth-bxmaker-authuserphone .bxmaker-authuserphone-login,
.bitrix-default-auth-bxmaker-authuserphone .bxmaker-authuserphone-call,
.bitrix-default-auth-bxmaker-authuserphone .bxmaker-authuserphone-enter,
.bitrix-default-auth-bxmaker-authuserphone .bxmaker-authuserphone-simple {
    padding: 24px;
    width: 500px;
    border: none;
    border-radius: 0;
}
.bxmaker-authuserphone-enter-auth-form__by {
    display: none;
}
.bxmaker-authuserphone-enter-auth__title,
.bxmaker-authuserphone-enter-reg__title {
    font-family: 'Onest';
    font-weight: 700;
    font-size: 34px;
    line-height: 120%;
    text-transform: uppercase;
    color: var(--primary-text-color);
}
.bxmaker-authuserphone-input-phone__field,
.bxmaker-authuserphone-input-location__field,
.bxmaker-authuserphone-input__field {
    color: var(--primary-text-color);
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #574F46;
    height: 65px;
}
.bxmaker-authuserphone-input-phone:hover .bxmaker-authuserphone-input-phone__field,
.bxmaker-authuserphone-input-phone--focus .bxmaker-authuserphone-input-phone__field,
.bxmaker-authuserphone-input-phone--hover .bxmaker-authuserphone-input-phone__field,
.bxmaker-authuserphone-input:hover .bxmaker-authuserphone-input__field,
.bxmaker-authuserphone-input--focus .bxmaker-authuserphone-input__field,
.bxmaker-authuserphone-input--hover .bxmaker-authuserphone-input__field,
.bxmaker-authuserphone-button--white .bxmaker-authuserphone-button__inner,
.bxmaker-authuserphone-button--white:hover .bxmaker-authuserphone-button__inner,
.bxmaker-authuserphone-input-location:hover .bxmaker-authuserphone-input-location__field,
.bxmaker-authuserphone-input-location--focus .bxmaker-authuserphone-input-location__field,
.bxmaker-authuserphone-input-location--hover .bxmaker-authuserphone-input-location__field,
.bxmaker-authuserphone-input-code__field,
.bxmaker-authuserphone-input-code:hover .bxmaker-authuserphone-input-code__field,
.bxmaker-authuserphone-input-code--focus .bxmaker-authuserphone-input-code__field {
    border-color: var(--primary-text-color);
}
.bxmaker-authuserphone-input-phone input[type=text] {
    padding: 18px 12px;
}
.bxmaker-authuserphone-input-phone--flag.bxmaker-authuserphone-input-phone--hover .bxmaker-authuserphone-input-phone__flag,
.bxmaker-authuserphone-input-phone--flag.bxmaker-authuserphone-input-phone--focus .bxmaker-authuserphone-input-phone__flag {
    padding-top: 0;
}
.bxmaker-authuserphone-input-phone__title {
    top: 22px;
}
.bxmaker-authuserphone-input-phone--focus .bxmaker-authuserphone-input-phone__title,
.bxmaker-authuserphone-input-phone--hover .bxmaker-authuserphone-input-phone__title {
    -webkit-transform: translateY(-18px) scale(0.8);
    -ms-transform: translateY(-18px) scale(0.8);
    transform: translateY(-18px) scale(0.8);
}
.bxmaker-authuserphone-input__title {
    left: 12px
}
.bxmaker-authuserphone-button__inner {
    border-radius: 0;
    background: var(--primary-text-color);
    font-family: 'Onest';
    font-weight: 400;
    font-size: 11px;
    line-height: 120%;
    color: #FFFFFF;
    text-transform: uppercase;
}
.bxmaker-authuserphone-button:hover .bxmaker-authuserphone-button__inner {
    background: var(--primary-text-color);
}
.bxmaker-authuserphone-button__title {
    font-weight: 400;
}
a.bxmaker-authuserphone-link, a.bxmaker-authuserphone-link:visited {
    color: var(--primary-text-color);
    text-decoration: none;
}
.bxmaker-authuserphone-button--white .bxmaker-authuserphone-button__title {
    color: var(--primary-text-color);
}
.bxmaker-authuserphone-button--white:hover .bxmaker-authuserphone-button__title {
    color: #FFFFFF;
}
.bxmaker-authuserphone-input-phone__title,
.bxmaker-authuserphone-input__title,
.bxmaker-authuserphone-input-location__title {
    color: #999999;
    font-size: 14px;
    text-transform: uppercase;
}

.modal-razmernayasetka {
    width: 650px;
    font-weight: 400;
}
.nav-underline > .nav-link {
    color: #7F7F7F;
}
.nav-underline > .nav-link.active {
    color: #373737;
    border-bottom: 1px solid #373737;
}
.table-razmernayasetka {
    width: 100%;
}
.table-razmernayasetka thead {
    background: var(--primary-text-color);
    color: #ffffff;
    font-size: 12px;
}
.table-razmernayasetka > thead > tr > td {
    padding: 7px;
}
.table-razmernayasetka td {
    text-align: center;
}
.table-razmernayasetka > tbody > tr > td {
    border-bottom: 1px solid #B0B0B0;
    white-space: nowrap;
    font-size: 16px;
    padding: 9px;
}
.popup-section-params {
    width: 600px;
}
.nav-link {
    display: block;
    padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
    font-size: 16px;
    font-weight: 300;
    color: var(--primary-text-color);
    text-decoration: none;
    text-transform: uppercase;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
}
.nav-link:focus, .nav-link:hover {
    color: var(--primary-text-color);
}
.nav-link.active {
    font-weight: 600;
}
.reminder-cart-popup {
    position: fixed;
    bottom: 30px;
    right: 30px;
    background: #fff;
    padding: 16px 32px;
    z-index: 9999;
    border: 1px solid rgba(0,0,0,0.1);
    border-radius: 12px;
    box-shadow: 0 0 30px rgba(0,0,0,0.1);
}




