

/* Start:/local/templates/main/components/bitrix/catalog.section.list/menu_header_multilevel_new/style.css?17790976968385*/
header.header:after {
	height: 100%;
}

.container.header__container {
	padding-left: 0;
	padding-right: 0;
}

.container.header__container .header__top,
.container.header__container .mlm-main {
	transition: .5s background-color;
	transition-delay: 1s;
}

.container.header__container.openmenu .header__top,
.container.header__container.openmenu .mlm-main {
    background-color: #fff;
	transition: .5s background-color;
	transition-delay: 0;
}

.top-header {
	padding: 0 28px;
}

.mlm {
    position: relative;
    z-index: 3;
}

.mlm a.current,
.mlm span.current {
    font-weight: 500;
    color: #840016;
}

.mlm-main {
    display: flex;
}

.mlm-main__container {
    display: flex;
    flex-wrap: nowrap;
    overflow: auto;
	margin: auto;
}

.mlm-main__container::-webkit-scrollbar {
    height: 4px;
    background-color: #dcdada;
}

.mlm-main__container::-webkit-scrollbar-thumb {
    background-color: #b5aeae;
}

.mlm-main__container::-webkit-scrollbar-thumb:hover {
    background-color: #840016;
}

.mlm-main__item {
    padding: 1em 1.5em;
    text-wrap: nowrap;
}

.mlm-drop {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background-color: #fff;
    box-shadow: 0px 12px 12px 0px #00000014;
    max-height: 0;
    visibility: hidden;
    overflow: hidden;
    transition: .75s;
}

.mlm-drop.opened {
    /*max-height: calc(100vh - 175px);*/
    max-height: max-content;
    visibility: visible;
}

.mlm-drop__container {
    display: flex;
    gap: 30px;
    margin: 0px auto !important;
    max-height: 0;
    opacity: 0;
    visibility: hidden;
    overflow: auto;
    transition: .75s opacity;
}

.mlm-drop__container.active {
    /*max-height: calc(100vh - 235px);*/
    max-height: max-content;
    margin: 30px auto !important;
    opacity: 1;
    visibility: visible;
}

.mlm-drop__container::-webkit-scrollbar {
    width: 3px;
    background-color: #dcdada;
}

.mlm-drop__container::-webkit-scrollbar-thumb {
    background-color: #b5aeae;
}

.mlm-drop__container::-webkit-scrollbar-thumb:hover {
    background-color: #840016;
}

.mlm-drop__image {
    width: 320px;
    max-height: 320px;
    position: relative;
    background-position: top;
    background-size: contain;
    background-repeat: no-repeat;
    transition: .25s;
}

.mlm-drop__image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: top;
}

.mlm-drop__sections {
    flex: 1;
    column-count: 4;
    column-gap: 1em;
    margin-bottom: 1em;
}

.mlm-drop__section {
	break-inside: avoid;
}

/*.mlm-drop__section:not(:first-child) {*/
/*    margin-top: 2em;*/
/*}*/

.mlm-drop__section a:hover {
    color: #840016;
}

.mlm-drop__section-title {
    margin-bottom: 1.8em;
    text-transform: uppercase;
}

.mlm-drop__section-item {
	display: flex;
	flex-wrap: wrap;
    position: relative;
    margin-bottom: 1em;
}

.mlm-drop__section-item.active > a {
    color: #840016;
}

.mlm-drop__section-item__sublevel {
    display: none;
    flex-direction: column;
	flex-basis: 100%;
    font-size: .8em;
    gap: 1em;
    margin-top: 1em;
}

.mlm-drop__section-item.active .mlm-drop__section-item__sublevel {
    display: flex;
}

.mlm-drop__section-item__sublevel a {
    color: #777777;
}

.mlm-drop__section-item__switcher {
    content: '1';
    display: inline-block;
    background-image: url("data:image/svg+xml,%3Csvg width='6' height='4' viewBox='0 0 6 4' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 0H0L3 4L6 0Z' fill='%23211B1B'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: 50% 70%;
    margin-left: 5px;
    height: 1em;
    width: 1em;
    cursor: pointer;
}

/* BEGIN TYPE REVERSE */

.mlm-drop__container.type-reverse {
    justify-content: center;
    flex-direction: row-reverse;
    gap: 12%;
}

.mlm-drop__container.type-reverse .mlm-drop__sections {
    flex: unset;
    flex-direction: column;
    column-count: unset;
    margin-bottom: unset;
}

.mlm-drop__container.type-reverse .mlm-drop__section:last-child .mlm-drop__section-title {
    margin-bottom: 0.5em;
}

/* END TYPE REVERSE */

/* BEGIN TYPE DOUBLE */

.mlm-drop__container.type-double .mlm-drop__image {
    width: 50%;
}

.mlm-drop__container.type-double .mlm-drop__sections {
    column-count: 2;
}

/* END TYPE DOUBLE */

/* BEGIN FOR WHITE THEME */

.header._white .header__container.openmenu {
    color: #1E1518;
}

.header._white .header__container .top-header__logo {
	transition-delay: 1s;
}

.header._white .header__container.openmenu .top-header__logo {
    filter: invert(1);
	transition-delay: 0s;
}

.header._white .header__container .mlm-main__container > a,
.header._white .header__container .mlm-main__container > span {
	transition-delay: 1s;
}

.header._white .header__container.openmenu .mlm-main__container > a,
.header._white .header__container.openmenu .mlm-main__container > span {
	transition-delay: 0s;
}

/* END FOR WHITE THEME */

@media screen and (max-width: 767px) {
    .mlm {
        display: none;
    }
}
.mlm-drop__container:not(.type-double, .type-reverse) .mlm-drop__sections
{
    grid-template-columns: repeat(4, 1fr)!important;
}
.mlm-main__item
{
    cursor:pointer;
}
.mlm-drop:has(.mlm-drop__container.active.type-reverse)
{
     max-width: min-content;
}
.mlm-drop__container.active.type-reverse
{
    display:inline-block;
}
.mlm-drop__section-title
{
    white-space: nowrap;
}
.mlm-drop__section:not(:first-child) {
    margin-top: 0!important;
}

.mlm-drop, .mlm-drop__container {
    transition: unset;
}

.mlm-drop__container.type-double .mlm-drop__section-title, .mlm-drop__container.type-reverse .mlm-drop__section-title {
    text-transform: none;
    margin-bottom: 1em;
}

.mlm-drop__container.type-double .mlm-drop__section-title::first-letter, .mlm-drop__container.type-reverse .mlm-drop__section-title::first-letter {
    text-transform: uppercase;
}


.mlm-drop.opened {
    overflow: visible;
}

.mlm-drop__container:not([data-section="collections"]) {
    overflow: visible;
}

.mlm-drop__container:not([data-section="collections"]) .mlm-drop__section {
    position: relative;
}

.mlm-drop__container:not([data-section="collections"]) .mlm-drop__section.has-submenu {
    margin-left: -28px;
    margin-right: -28px;
    padding-left: 28px;
    padding-right: 28px;
}

.mlm-drop__container:not([data-section="collections"]) .mlm-drop__section-title > a,
.mlm-drop__container:not([data-section="collections"]) .mlm-drop__section-title > span {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.mlm-drop__container:not([data-section="collections"]) .mlm-drop__section.has-submenu > .mlm-drop__section-title a::after,
.mlm-drop__container:not([data-section="collections"]) .mlm-drop__section.has-submenu > .mlm-drop__section-title span::after {
    content: '';
    display: inline-block;
    flex: 0 0 auto;
    width: 8px;
    height: 8px;
    border-top: 1px solid currentColor;
    border-right: 1px solid currentColor;
    transform: rotate(45deg);
}

.mlm-drop__container:not([data-section="collections"]) .mlm-drop__section-submenu {
    display: none;
    position: absolute;
    top: -30px;
    left: 100%;
    width: max-content;
    min-width: 100%;
    padding: 30px 28px;
    background: #fff;
    box-shadow: 0 12px 12px 0 #00000014;
    z-index: 20;
}

.mlm-drop__container:not([data-section="collections"]) .mlm-drop__section:hover > .mlm-drop__section-submenu {
    display: block;
}

.mlm-drop__container:not([data-section="collections"]) .mlm-drop__section-submenu-item a,
.mlm-drop__container:not([data-section="collections"]) .mlm-drop__section-submenu-item span {
    display: block;
    padding: 0;
    white-space: nowrap;
}

.mlm-drop__container:not([data-section="collections"]) .mlm-drop__section-submenu-item:not(:last-child) a,
.mlm-drop__container:not([data-section="collections"]) .mlm-drop__section-submenu-item:not(:last-child) span {
    margin-bottom: 1em;
}

.mlm-drop__container:not([data-section="collections"]) .mlm-drop__section-submenu-item a:hover {
    color: #840016;
}

.mlm-drop__container:not([data-section="collections"])
.mlm-drop__section.has-submenu:hover > .mlm-drop__section-title > a,
.mlm-drop__container:not([data-section="collections"])
.mlm-drop__section.has-submenu:hover > .mlm-drop__section-title > span {
    color: #840016;
}
/* End */


/* Start:/local/templates/main/components/bitrix/menu/menu-nav/style.css?1752563024625*/
/* Left menu*/
ul.left-menu
{
	list-style:none;
	margin:0; padding:0;
	margin-bottom:8px;
	position: relative; /*IE bug*/
}

ul.left-menu li
{
	padding: 10px 16px;
	background:#F5F5F5 url(/local/templates/main/components/bitrix/menu/menu-nav/images/left_menu_bg.gif) top repeat-x;
}

ul.left-menu li a
{
	font-size:100%;
	color:#840016;
	font-weight:bold;
	text-decoration:none;
}

ul.left-menu li a:visited
{
	color:#840016;
}

ul.left-menu li a:hover
{
	color:#840016;
}


ul.left-menu li a.selected:link,
ul.left-menu li a.selected:visited,
ul.left-menu li a.selected:active,
ul.left-menu li a.selected:hover
{
	color:#FC8D3D;
}




/* End */


/* Start:/local/templates/main/components/bitrix/catalog.section.list/menu_header_multilevel_mobile/style.css?177909769611996*/
.menu-mobile {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    padding: 15px;
    overflow: auto;
    z-index: 99;
}

.menu-mobile.opened {
    display: block;
}

.menu-mobile__head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.menu-mobile__close {
    background-image: url("data:image/svg+xml,%3Csvg width='23' height='14' viewBox='0 0 23 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='23' height='2' fill='%234A4A4A'/%3E%3Crect y='6' width='17' height='2' fill='%234A4A4A'/%3E%3Crect y='12' width='23' height='2' fill='%234A4A4A'/%3E%3C/svg%3E%0A");
    background-position: center;
    background-repeat: no-repeat;
    width: 32px;
    height: 32px;
}

.menu-mobile__buttons > a {
    position: relative;
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    font-size: 0;
    height: 32px;
    width: 32px;
}

.menu-mobile__favorites {
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.35865 3.10525C3.19146 3.10525 1.4346 4.86659 1.4346 7.03931C1.4346 8.0625 1.76415 8.76389 2.49033 9.49192C2.90281 9.90546 4.89573 11.7985 6.80053 13.602C7.74964 14.5007 8.67242 15.373 9.35796 16.0206L10 16.6269L10.642 16.0206C11.3276 15.373 12.2504 14.5007 13.1995 13.602C15.1043 11.7985 17.0972 9.90546 17.5097 9.49192C18.2359 8.76389 18.5654 8.0625 18.5654 7.03931C18.5654 4.86659 16.8085 3.10525 14.6414 3.10525C12.4773 3.10525 11.4313 4.49118 10.5968 5.74614C10.4638 5.9462 10.2398 6.06637 10 6.06637C9.76017 6.06637 9.53621 5.9462 9.40317 5.74614C8.56866 4.49118 7.5227 3.10525 5.35865 3.10525ZM10 17.6147C9.50839 18.1384 9.50836 18.1384 9.5083 18.1383L8.37411 17.0673C7.68834 16.4195 6.76513 15.5468 5.8155 14.6477C3.92284 12.8556 1.90731 10.9414 1.47592 10.5089C0.514333 9.54489 0 8.48914 0 7.03931C0 4.07226 2.39915 1.66699 5.35865 1.66699C7.721 1.66699 9.10397 2.93747 10 4.10286C10.896 2.93747 12.279 1.66699 14.6414 1.66699C17.6009 1.66699 20 4.07226 20 7.03931C20 8.48914 19.4857 9.54489 18.5241 10.5089C18.0927 10.9414 16.0772 12.8556 14.1845 14.6477C13.2349 15.5468 12.3117 16.4195 11.6259 17.0673L10.4919 18.1381C10.4919 18.1381 10.4916 18.1384 10 17.6147ZM10 17.6147L9.5083 18.1383C9.7845 18.3989 10.2157 18.3987 10.4919 18.1381L10 17.6147Z' fill='currentColor'%3E%3C/path%3E%3C/svg%3E");
}

.menu-mobile__personal {
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.1412 3.01766C9.30304 3.46681 8.05618 4.60022 7.58004 6.25472C7.40077 6.87763 7.38515 7.86091 7.54495 8.46524C7.78709 9.38124 8.41606 10.3456 9.12953 10.8948L9.43096 11.1268L8.74955 11.3848C6.47198 12.2469 4.56908 14.0817 3.64413 16.3074C3.20314 17.3685 2.8818 19.1207 3.04167 19.5925C3.19065 20.0321 2.47276 19.9995 11.99 19.9995C21.5231 19.9995 20.8207 20.0312 20.9693 19.593C21.0494 19.3563 20.9653 18.3908 20.8036 17.6926C20.1448 14.8472 18.0161 12.4222 15.2675 11.386L14.5801 11.1268L14.8902 10.8881C15.5936 10.3467 16.2189 9.38455 16.4648 8.46524C16.6108 7.91977 16.6082 6.88393 16.4596 6.34544C16.047 4.85073 14.9592 3.70267 13.4659 3.18594C13.067 3.04796 12.8702 3.02128 12.1336 3.00519C11.6582 2.99484 11.2116 3.00045 11.1412 3.01766ZM12.6586 4.29366C13.5328 4.46892 14.4616 5.14195 14.8772 5.90128C15.8434 7.66664 14.9239 9.87653 12.9798 10.4613C12.4246 10.6282 11.5862 10.6285 11.0359 10.4618C9.6736 10.0492 8.74033 8.79799 8.74033 7.3842C8.74033 5.42021 10.6733 3.89563 12.6586 4.29366ZM13.19 12.1501C13.8335 12.2311 14.8735 12.5647 15.5484 12.9066C17.6552 13.974 19.2583 16.1384 19.6127 18.394L19.669 18.7525H12.0055H4.34211L4.39749 18.394C4.7114 16.3616 6.03963 14.3986 7.89106 13.2307C9.44261 12.2521 11.1821 11.8973 13.19 12.1501Z' fill='currentColor'%3E%3C/path%3E%3C/svg%3E");
}

a.menu-mobile__cart {
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.1901 5.29018V4.54018V5.29018ZM2.80977 5.29018V4.54018V5.29018ZM2.10258 5.9348L2.84815 6.01614L2.10258 5.9348ZM0.837604 17.529L0.0920284 17.4477L0.837604 17.529ZM1.5448 18.3337V19.0837V18.3337ZM18.455 18.3337V19.0837V18.3337ZM19.1622 17.529L19.9078 17.4477L19.1622 17.529ZM17.8973 5.9348L17.1517 6.01614L17.8973 5.9348ZM5.69219 8.18873C5.69219 8.60294 6.02797 8.93873 6.44219 8.93873C6.8564 8.93873 7.19219 8.60294 7.19219 8.18873H5.69219ZM6.44219 5.29018H5.69219H6.44219ZM9.99992 1.66699V0.916992V1.66699ZM12.8077 8.18873C12.8077 8.60294 13.1434 8.93873 13.5577 8.93873C13.9719 8.93873 14.3077 8.60294 14.3077 8.18873H12.8077ZM17.1901 4.54018H2.80977V6.04018H17.1901V4.54018ZM2.80977 4.54018C2.44605 4.54018 2.09734 4.67688 1.82999 4.92058L2.84046 6.02916C2.83406 6.03499 2.82328 6.04018 2.80977 6.04018V4.54018ZM1.82999 4.92058C1.56299 5.16395 1.39594 5.49653 1.357 5.85345L2.84815 6.01614C2.84788 6.01859 2.8465 6.02365 2.84046 6.02916L1.82999 4.92058ZM1.357 5.85345L0.0920284 17.4477L1.58318 17.6103L2.84815 6.01614L1.357 5.85345ZM0.0920284 17.4477C0.0697522 17.6518 0.0899797 17.8586 0.151597 18.0547L1.58261 17.605C1.58323 17.607 1.58335 17.6087 1.58318 17.6103L0.0920284 17.4477ZM0.151597 18.0547C0.213222 18.2508 0.315064 18.4324 0.451256 18.5874L1.57796 17.5972C1.58067 17.6003 1.58199 17.6031 1.58261 17.605L0.151597 18.0547ZM0.451256 18.5874C0.58748 18.7424 0.755101 18.8673 0.943681 18.9532L1.56516 17.588C1.57102 17.5906 1.57521 17.5941 1.57796 17.5972L0.451256 18.5874ZM0.943681 18.9532C1.1323 19.039 1.33718 19.0837 1.5448 19.0837V17.5837C1.55228 17.5837 1.55926 17.5853 1.56516 17.588L0.943681 18.9532ZM1.5448 19.0837H18.455V17.5837H1.5448V19.0837ZM18.455 19.0837C18.6627 19.0837 18.8675 19.039 19.0562 18.9532L18.4347 17.588C18.4406 17.5853 18.4476 17.5837 18.455 17.5837V19.0837ZM19.0562 18.9532C19.2447 18.8673 19.4124 18.7424 19.5486 18.5874L18.4219 17.5972C18.4246 17.5941 18.4288 17.5906 18.4347 17.588L19.0562 18.9532ZM19.5486 18.5874C19.6848 18.4324 19.7866 18.2508 19.8482 18.0547L18.4172 17.605C18.4178 17.6031 18.4192 17.6003 18.4219 17.5972L19.5486 18.5874ZM19.8482 18.0547C19.9099 17.8586 19.9301 17.6518 19.9078 17.4477L18.4167 17.6103C18.4165 17.6087 18.4166 17.607 18.4172 17.605L19.8482 18.0547ZM19.9078 17.4477L18.6428 5.85345L17.1517 6.01614L18.4167 17.6103L19.9078 17.4477ZM18.6428 5.85345C18.6039 5.49653 18.4368 5.16396 18.1698 4.92058L17.1594 6.02916C17.1533 6.02365 17.1519 6.01858 17.1517 6.01614L18.6428 5.85345ZM18.1698 4.92058C17.9025 4.67688 17.5538 4.54018 17.1901 4.54018V6.04018C17.1766 6.04018 17.1658 6.03499 17.1594 6.02916L18.1698 4.92058ZM7.19219 8.18873V5.29018H5.69219V8.18873H7.19219ZM7.19219 5.29018C7.19219 4.5238 7.49126 3.79149 8.01936 3.25367L6.94908 2.20273C6.14278 3.02386 5.69219 4.13471 5.69219 5.29018H7.19219ZM8.01936 3.25367C8.54701 2.71632 9.25972 2.41699 9.99992 2.41699V0.916992C8.85298 0.916992 7.75584 1.38112 6.94908 2.20273L8.01936 3.25367ZM9.99992 2.41699C10.7401 2.41699 11.4528 2.71632 11.9805 3.25367L13.0508 2.20273C12.244 1.38112 11.1469 0.916992 9.99992 0.916992V2.41699ZM11.9805 3.25367C12.5086 3.79149 12.8077 4.5238 12.8077 5.29018H14.3077C14.3077 4.13471 13.8571 3.02386 13.0508 2.20273L11.9805 3.25367ZM12.8077 5.29018V8.18873H14.3077V5.29018H12.8077Z' fill='currentColor'%3E%3C/path%3E%3C/svg%3E");
    margin-right: 10px;
}

a.menu-mobile__cart span {
    font-size: 1rem;
    position: absolute;
    top: 50%;
    right: -10px;
    transform: translateY(-50%);
}

.menu-mobile__buttons {
    display: flex;
    justify-content: right;
    gap: 5px;
}

.menu-mobile__logo {
    height: 35px;
}

.menu-mobile__logo > a {
    display: block;
    height: 100%;
}

.menu-mobile__logo > a img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.menu-mobile__search {
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.menu-mobile__search-form {
    position: relative;
    display: flex;
    justify-content: right;
    min-height: 28px;
}

.menu-mobile__search-form:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background-image: url(
    "data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='%23211b1b' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.7864 11.9693C12.4935 11.6765 12.0186 11.6765 11.7258 11.9693C11.4329 12.2622 11.4329 12.7371 11.7258 13.03L12.7864 11.9693ZM16.9698 18.2741C17.2627 18.567 17.7376 18.567 18.0305 18.2741C18.3234 17.9812 18.3234 17.5063 18.0305 17.2134L16.9698 18.2741ZM13.4168 7.49967C13.4168 10.7674 10.7678 13.4163 7.50016 13.4163V14.9163C11.5963 14.9163 14.9168 11.5958 14.9168 7.49967H13.4168ZM7.50016 13.4163C4.23248 13.4163 1.5835 10.7674 1.5835 7.49967H0.0834961C0.0834961 11.5958 3.40405 14.9163 7.50016 14.9163V13.4163ZM1.5835 7.49967C1.5835 4.23199 4.23248 1.58301 7.50016 1.58301V0.0830078C3.40405 0.0830078 0.0834961 3.40356 0.0834961 7.49967H1.5835ZM7.50016 1.58301C10.7678 1.58301 13.4168 4.23199 13.4168 7.49967H14.9168C14.9168 3.40356 11.5963 0.0830078 7.50016 0.0830078V1.58301ZM11.7258 13.03L16.9698 18.2741L18.0305 17.2134L12.7864 11.9693L11.7258 13.03Z'%3E%3C/path%3E%3C/svg%3E");
    background-position: center;
    background-repeat: no-repeat;
    width: 32px;
    height: 32px;
}

.menu-mobile__search-form input {
    padding-left: 5px;
    width: calc(100% - 32px);
}

.menu-mobile__search-form input::placeholder {
    color: #1E1518;
}

.menu-mobile__phone a {
    display: block;
    font-size: 1.2em;
    padding: 1em 0;
}

.mlm-mobile-main__item {
    display: block;
    position: relative;
    font-size: 1.2em;
    line-height: 1.2em;
    padding: 0.4em 0;
}

.mlm-mobile-main__item[data-section] .menu-item-icon:after {
    content: '';
    position: relative;
    top: -2px;
    display: inline-block;
    background-image: url("data:image/svg+xml,%3Csvg width='6' height='4' viewBox='0 0 6 4' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 0H0L3 4L6 0Z' fill='%23211B1B'/%3E%3C/svg%3E%0A");
    margin-left: 5px;
    width: 6px;
    height: 4px;
}
.menu-item-icon {
    display: inline-block;
    padding: 0 4px;
}

.mlm-mobile-drop__container {
    display: none;
}

.mlm-mobile-drop__container.opened {
    display: block;
}

.mlm-mobile-drop__section-title {
    text-transform: uppercase;
}

.mlm-mobile-drop__sections {
    font-size: 0.9em;
    line-height: 0.9em;
}

.mlm-mobile-drop__section-title > a,
.mlm-mobile-drop__section-title > span {
    display: block;
    padding: 1em 0 0.5em;
    color: #8b8b8b;
}

.mlm-mobile-drop__section-item > a,
.mlm-mobile-drop__section-item > span {
    display: block;
    padding: 0.5em 0;
    color: #1E1518;
}

.mlm-mobile-drop__section-item__sublevel > a,
.mlm-mobile-drop__section-item__sublevel > span {
    display: block;
    padding: 0.5em 0;
    color: #8b8b8b;
}

.mlm-mobile-drop__section-item__sublevel {
    display: none;
}

.mlm-mobile-drop__section-item__sublevel.opened {
    display: block;
}

.mlm-mobile-drop__section-item > .has-sublevel .menu-item-icon:after {
    content: '';
    position: relative;
    top: -2px;
    display: inline-block;
    background-image: url("data:image/svg+xml,%3Csvg width='6' height='4' viewBox='0 0 6 4' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 0H0L3 4L6 0Z' fill='%23211B1B'/%3E%3C/svg%3E%0A");
    margin-left: 5px;
    width: 6px;
    height: 4px;
}

.mlm-mobile a.current,
.mlm-mobile span.current {
    color: #840016;
}

.mlm-mobile .menu-mobile-catalog-head
{
    display: block;
    padding: 1em 0 0.5em!important;
    color: #8b8b8b!important;
    text-transform: uppercase;
    font-size: 0.9em;
    line-height: 0.9em;
}
/* End */


/* Start:/local/templates/main/components/bitrix/search.suggest.input/.default/style.css?1752563024507*/
input.search-suggest {}
div.search-popup{border: 1px solid #333333;background: #FFFFFF;padding: 2px;margin: 0px;}
div.search-popup-row, div.search-popup-row-active{position: relative; padding: 2px 4px;margin: 0px;cursor: hand;cursor: pointer;}
div.search-popup-row{background:#FFFFFF;}
div.search-popup-row-active{background:#EEEEEE;}
div.search-popup-el-name, div.search-popup-el-cnt{position: relative; margin:0px;padding:0px;text-align:left;}
div.search-popup-el-cnt{text-align:right; float:right;}
/* End */


/* Start:/local/templates/main/components/bitrix/main.register/.default/style.css?1752563024468*/
div.bx-auth-reg input.bx-auth-input {vertical-align:middle;}
div.bx-auth-reg span.bx-auth-secure {background-color:#FFFAE3; border:1px solid #DEDBC8; padding:2px; display:inline-block; vertical-align:middle;}
div.bx-auth-reg div.bx-auth-secure-icon {background-image:url(/local/templates/main/components/bitrix/main.register/.default/images/sec.png); background-repeat:no-repeat; background-position:center; width:19px; height:18px;}
div.bx-auth-reg div.bx-auth-secure-unlock {background-image:url(/local/templates/main/components/bitrix/main.register/.default/images/sec-unlocked.png);}


/* End */


/* Start:/local/templates/main/components/bitrix/menu/menu_bottom/style.css?1752563024626*/
/* Left menu*/
ul.left-menu
{
	list-style:none;
	margin:0; padding:0;
	margin-bottom:8px;
	position: relative; /*IE bug*/
}

ul.left-menu li
{
	padding: 10px 16px;
	background:#F5F5F5 url(/local/templates/main/components/bitrix/menu/menu_bottom/images/left_menu_bg.gif) top repeat-x;
}

ul.left-menu li a
{
	font-size:100%;
	color: #840016;
	font-weight:bold;
	text-decoration:none;
}

ul.left-menu li a:visited
{
	color:#840016;
}

ul.left-menu li a:hover
{
	color:#840016;
}


ul.left-menu li a.selected:link,
ul.left-menu li a.selected:visited,
ul.left-menu li a.selected:active,
ul.left-menu li a.selected:hover
{
	color:#FC8D3D;
}




/* End */


/* Start:/local/templates/main/components/bitrix/menu/social/style.css?1752563024625*/
/* Left menu*/
ul.left-menu
{
	list-style:none;
	margin:0; padding:0;
	margin-bottom:8px;
	position: relative; /*IE bug*/
}

ul.left-menu li
{
	padding: 10px 16px;
	background:#F5F5F5 url(/local/templates/main/components/bitrix/menu/social/images/left_menu_bg.gif) top repeat-x;
}

ul.left-menu li a
{
	font-size:100%;
	color:#840016;
	font-weight:bold;
	text-decoration:none;
}

ul.left-menu li a:visited
{
	color:#840016;
}

ul.left-menu li a:hover
{
	color:#840016;
}


ul.left-menu li a.selected:link,
ul.left-menu li a.selected:visited,
ul.left-menu li a.selected:active,
ul.left-menu li a.selected:hover
{
	color:#FC8D3D;
}




/* End */


/* Start:/local/templates/main/styles.css?177943696911998*/
.search-form .form-control, .search-form button{
    left: 0;
    position: relative;
    display: inline;
}

.search-form .form-control{
    width: 85%;
}

.search-form button{
    width: 3%;
}

@media (max-width: 600px) {
    .search-form {
        width: 100%;
    }

    .search-form .form-control {
        border: 1px solid #1E1518;
        /*width: 100%;*/
    }
    .search-form .form-control{
        width: 82%;
    }

    .search-form button{
        width: 15%;
    }
}

.contact_grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 50px 1fr 50px 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
}
@media (max-width: 768px) {
    .contact_grid {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
}

.contact__city_js {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 14px;
}

.news-detail__preview, .slider-adres__contect {
    margin-left: 0!important;
}

.proposed .proposed__product {
    height: auto;
}

.bx-authform-formgroup-container:nth-child(5) {
    display:none;
}

.header__menu .menu-header__link {
    margin: auto;
    padding: 10px 21px;
}

header .burger__list:last-child {
    margin-top: 0;
}

@media (max-width: 61.99875em) {
    header .mailing .checkbox, .menu-header {
        margin-top: 0;
    }
}

@media (max-width: 47.99875em) {
    header .bottom-footer__contact,
    header .burger__list li,
    header .menu-header__section {
        margin-bottom: 0;
    }

    header .burger__list li a {
        display: block;
        padding: 8px 0;
    }

    header .header__menu .menu-header__link {
        display: block;
        padding: 8px 0;
    }

    header .menu-header__wrap,
    header .burger__list {
        margin: 0 0 16px;
    }

    header .menu-header__wrap::after,
    header .burger__list:not(:last-child)::after {
        top: 8px;
    }
}

.cart-product__favorites svg g,
.favorites-bandle svg g {
    fill: #b5aeae;
}

.cart-product__favorites.in svg g,
.favorites-bandle.in svg g {
    fill: #840016;
}

@media (any-hover: hover) {
    .favorites-bandle:hover svg {
        fill: #333;
    }
}

.card__detail .js-quantity-item {
    display: flex;
    gap: 16px;
    margin-bottom: 16px;
    max-width: 304px;
}

.card__detail .js-quantity-item > * {
    border: 1px solid #b5aeae;
    font-size: 20px;
    line-height: 1em;
    width: 40px;
    height: 40px;
}

.card__detail .js-quantity-item__input {
    flex: 1;
    text-align: center;
    min-width: 60px;
}

.catalog-section__item .js-quantity-item {
    display: flex;
    gap: 12px;
	margin: 0 16px 12px;
}

.catalog-section__item .js-quantity-item > * {
    border: 1px solid #b5aeae;
    font-size: 15px;
    line-height: 1em;
    width: 37px;
    height: 37px;
}

.catalog-section__item .js-quantity-item__input {
    flex: 1;
    text-align: center;
}

.js-quantity-item.inactive > * {
    opacity: 0.25;
    user-select: none;
    pointer-events: none;
}

@media screen and (max-width: 991px) {
    .card__detail .js-quantity-item {
        max-width: unset;
    }

    .catalog-section__item .js-quantity-item > * {
        width: 30px;
        height: 30px;
    }

    .catalog-section__item .js-quantity-item {
        display: flex;
        gap: 8px;
        margin: 0 12px 8px;
    }
}

@media screen and (max-width: 767px) {
    .cart-product__name {
        height: 72px;
    }
}



@media screen and (max-width: 575px) {
    .card__detail .js-quantity-item {
        max-width: unset;
    }

    .catalog-section__item .js-quantity-item {
        margin: 0 0 8px;
    }
}

@media screen and (max-width: 767px) {
    .card__detail .big-dp .favorites-bandle {
        top: calc(100% + 124px);
    }
    
    .card__detail .detail-card__photo {
        max-width: 100%;
    }

    .card__detail .photo-dt__min {
        padding: 10px 0;
        margin-right: 0;
        justify-content: flex-start;
        overflow: auto;
    }
    
    .card__detail .min-dp__item {
        flex-shrink: 0;
    }

    .card__detail .photo-dt__min::-webkit-scrollbar {
        width: 4px;
        height: 4px;
        background-color: #f3f3f3;
    }
    
    .card__detail .photo-dt__min::-webkit-scrollbar-thumb {
        background-color: #cacaca;
        border-radius: 0;
    }
    
    .card__detail .photo-dt__min::-webkit-scrollbar-thumb:hover {
        background-color: #840016;
    }
}

@media screen and (max-width: 35.99875em) {
    body .product-home__item:nth-child(3) {
        height: 400px;
        max-height: 400px;
    }
}

.privacy-text {
    line-height: 1.5;
}

.privacy-text p {
    margin-bottom: .5em;
}

.privacy-text h5 {
    font-size: 1.5em;
    margin: 1em 0 0.5em;
}

.privacy-text > h5:first-child {
    margin: 0 0 0.5em;
}

.privacy-text table {
    border-collapse: collapse;
}

.privacy-text table tr:not(:last-child) > * {
    border-bottom: 1px solid #dcdada;
}

.privacy-text table tr > * {
    padding: .75em 1em;
}

.privacy-text table tr > *:not(:last-child) {
    border-right: 1px solid #dcdada;
}

.privacy-attention {
    font-size: 0.85em;
    margin-top: 1em;
}

.privacy-attention a,
.privacy-attention a:link,
.privacy-attention a:visited {
    text-decoration: underline;
}

@media screen and (max-width: 991px) {
    main .breadcrumbs__list {
        margin-top: 10px;
    }
}

.bx-authform {
    margin: 25px 0;
}

.bx-authform > .bx-title {
    font-size: 1.5em;
    margin-bottom: 0.75em;
}

.bx-authform-label-container {
    font-size: 1em;
    margin-bottom: 0.5em;
}

.bx-authform-formgroup-container {
    margin-bottom: 1em;
}

.bx-authform-formgroup-container > .checkbox {
    margin: 0;
}

.bx-authform-link-container {
    font-size: 1em;
}

.bx-authform-link-container a b {
    font-weight: normal;
    text-decoration: underline;
}



@media screen and (max-width: 47.99875em) {
    header .control-header__item_basket span {
        display: block;
    }
}



.cart-product:hover {
    border: 1px solid #efefef;
}

.cart-product._hover_bottom {
    height: auto;
}

.cart-product._hover_bottom .cart-product__price,
.cart-product._hover_bottom .price-cart,
.cart-product._hover_bottom .js-quantity-item,
.cart-product._hover_bottom .cart-product__btn
{
    display:none;
}


.cart-product._hover_bottom:hover {
    height: auto !important;
}

.cart-product._hover_bottom:hover .cart-product__price,
.cart-product._hover_bottom:hover .price-cart,
.cart-product._hover_bottom:hover .js-quantity-item,
.cart-product._hover_bottom:hover .cart-product__btn
{
    display:flex;
}
@media (max-width: 61.9988em) {
    .cart-product._hover_bottom .cart-product__price,
    .cart-product._hover_bottom .price-cart,
    .cart-product._hover_bottom .js-quantity-item,
    .cart-product._hover_bottom .cart-product__btn
    {
        display:flex;
    }
}


main .cart-product__header {
    position: absolute;
    width: 100%;
}






main .product-home__item {
    position: relative;
}

main .product-home__item .cart-product__favorites svg,
main .page__luxury .cart-product__favorites svg {
    position: relative;
    top: -15px;
}







@media (max-width: 47.99875em) {

    main .product-home__item:nth-child(3):hover {
        position: unset;
    }

    main .tabs-home__item .cart-product .pp-hover__content,
    main .pp-hover__item img {
        object-fit: contain;
    }
}

@media (max-width: 35.99875em) {


    main .cart-product {
        max-height: unset;
        height: auto;
    }
    
    main .catalog-section .catalog-section__item {
        height: auto;
    }



    main .catalog-section .pp-hover__content {
        height: auto !important;
        aspect-ratio: 1 / 1;
    }

    main .catalog-section .pp-hover__item img {
        height: 100% !important;
        max-height: 100% !important;
    }


}

.burger__btn__new {
    display: none;
    width: 18px;
    height: 15px;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
}

.header._exc .burger__btn__new span,
.header._exc .burger__btn__new::after,
.header._exc .burger__btn__new::before,
.header._fixed._white .burger__btn__new span,
.header._fixed._white .burger__btn__new::after,
.header._fixed._white .burger__btn__new::before {
    background: #211b1b;
}

.header._white .burger__btn__new span,
.header._white .burger__btn__new::after,
.header._white .burger__btn__new::before {
    content: "";
    background: #fff;
}

.burger__btn__new span,
.burger__btn__new::after,
.burger__btn__new::before {
    content: "";
    background: #1E1518;
    width: 100%;
    height: 1.4px;
    display: block;
    border-radius: 2px;
}

@media screen and (max-width: 35.99875em) {
    .header._white .burger__btn__new span,
    .header._white .burger__btn__new::after,
    .header._white .burger__btn__new::before {
        content: "";
        background: #211b1b;
    }

    .burger__btn__new {
        width: 22px;
    }
}

@media screen and (max-width: 767px) {
    .burger__btn {
        display: none !important;
    }

    .burger__btn__new {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
    }
}

@media screen and (max-width: 767px) {
    .breadcrumbs .breadcrumbs__list {
        overflow: auto hidden;
        max-width: calc(100vw - 24px);
        padding-bottom: .25em;
        justify-content: flex-start;
    }
    
    .breadcrumbs .breadcrumbs__list::-webkit-scrollbar {
        height: 2px;
        background-color: #dcdada;
    }
    
    .breadcrumbs .breadcrumbs__list::-webkit-scrollbar-thumb {
        background-color: #b5aeae;
    }
    
    .breadcrumbs .breadcrumbs__list::-webkit-scrollbar-thumb:hover {
        background-color: #840016;
    }
    
    .breadcrumbs .breadcrumbs__item {
        white-space: nowrap;
    }
}

.big-dp__img > a {
    display: none;
}

.big-dp__img > a.active {
    display: block;
}

.disabled{
    opacity: 0.5;
    pointer-events: none;
    cursor: default;
}

.contact__map {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.stores-data-js {
    display: none;
}
.contact__panel {
    position: absolute;
    right: 15px;
    width: 300px;
    background: #FFF;
    height: 90%;
    border-radius: 10px;
    padding: 30px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    display: flex;
    gap: 25px;
    flex-direction: column;
    align-items: self-start;
}

.contact__panel-type {
    color: #840016;
}
.contact__panel-title {
    font-size: 32px;
    font-weight: 600;
}
.contact__panel-address {
    line-height: 1.6rem;

}
.contact__panel-button-close {
    color: #FFF;
    font-weight: 600;
    border-radius: 10px;
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 10px;
    background-image: url('data:image/svg+xml;utf8,<svg height="512px" id="Layer_1" style="enable-background:new 0 0 512 512;" version="1.1" viewBox="0 0 512 512" width="512px" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><path d="M443.6,387.1L312.4,255.4l131.5-130c5.4-5.4,5.4-14.2,0-19.6l-37.4-37.6c-2.6-2.6-6.1-4-9.8-4c-3.7,0-7.2,1.5-9.8,4  L256,197.8L124.9,68.3c-2.6-2.6-6.1-4-9.8-4c-3.7,0-7.2,1.5-9.8,4L68,105.9c-5.4,5.4-5.4,14.2,0,19.6l131.5,130L68.4,387.1  c-2.6,2.6-4.1,6.1-4.1,9.8c0,3.7,1.4,7.2,4.1,9.8l37.4,37.6c2.7,2.7,6.2,4.1,9.8,4.1c3.5,0,7.1-1.3,9.8-4.1L256,313.1l130.7,131.1  c2.7,2.7,6.2,4.1,9.8,4.1c3.5,0,7.1-1.3,9.8-4.1l37.4-37.6c2.6-2.6,4.1-6.1,4.1-9.8C447.7,393.2,446.2,389.7,443.6,387.1z"/></svg>');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 25px;
    height: 25px;
}
@media (max-width: 768px) {
    .contact__panel-title {
    font-size: 20px;
}
    .contact__panel {
        padding: 25px;
        width: 200px;
    }
}

.contact__map {
    position: relative;
}
/* End */


/* Start:/local/templates/main/template_styles.css?17525630242638*/
.subhome-txt {
    line-height: 1.5;
    color: #756a6d;
    margin-right: auto;
    margin-top: 30px;
}

.subhome-txt h1, h2, h3, h4, h5, h6 {
    font-weight: inherit;
    font-size: inherit;
    color: #1a1a1a;
    text-transform: uppercase;
}

.subhome-txt p {
    margin-top: 16px;
 margin-bottom: 16px;
}

 .subhome-txt ul {
    padding:0;
    list-style: none;
            padding-left: 20px; /* Отступ слева для выравнивания маркеров */
    margin-bottom: 32px;
}
.subhome-txt ul li{
         line-height: 1.5; /* Межстрочный интервал */
            margin-bottom: 10px;
}
.subhome-txt ul li:before {
    padding-right:10px;
    font-weight: bold;
    color: #C0C0C0;
    content: "•";
    transition-duration: 0.5s;
}


.catalog-section__list {
    margin: 0 -8px 80px!important;
}
@media (max-width: 768px) {
.subhome-txt {
    margin: 0 25px;
}
}
.non_active {
    opacity: 0.7;
    pointer-events: none; /* Отключает возможность клика */
    cursor: not-allowed;  /* Изменяет курсор при наведении */
}

 .news-detail__text h2  {
    margin-top: 8px;
    font-family: Bannikova;
    font-size: 24px;
    line-height: 1.2857142857;
    text-transform: uppercase;
    margin-bottom: 8px;
}

 .news-detail__text h3  {
    margin-top: 8px;
    font-family: Bannikova;
    font-size: 20px;
    line-height: 1.2857142857;
    margin-bottom: 8px;
}

 .news-detail__text h4  {
    margin-top: 8px;
    font-family: Bannikova;
    font-size: 20px;
    line-height: 1.2857142857;
    margin-bottom: 8px;
}

 .news-detail__text h5   {
 text-transform: uppercase;
}

 .news-detail__text h5, h6   {
    margin-top: 8px;
    font-family: Bannikova;
    font-size: 22px;
    line-height: 1.2857142857;
    margin-bottom: 8px;
}






 .news-detail__text ul {
    padding:0;
    list-style: none;
            padding-left: 20px; /* Отступ слева для выравнивания маркеров */
    margin-bottom: 32px;
}
.news-detail__text ul li{
         line-height: 1.5; /* Межстрочный интервал */
            margin-bottom: 10px;
}
.news-detail__text ul li:before {
    padding-right:10px;
    font-weight: bold;
    color: #C0C0C0;
    content: "•";
    transition-duration: 0.5s;
}


@media (max-width: 1599px) {
 .news-detail__text h2  {
        font-size: 19px;
    }
.news-detail__text h3, h4, h5, h6  {
        font-size: 19px;
    }
}

@media (max-width: 400px) {
 .news-detail__text h2 {
        font-size: 16px;
    }
.news-detail__text h3, h4, h5, h6  {
        font-size: 16px;
    }
}


/* End */


/* Start:/local/templates/main/files/swiper-bundle.min.css?175256302418436*/
/**
 * Swiper 11.0.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: November 22, 2023
 */

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


/* Start:/local/templates/main/css/style.min.css?1779437826220584*/
@charset "UTF-8";
a,
button {
    color: inherit;
}
._subtitle,
._title,
.breadcrumbs,
.center,
.page-list {
    text-align: center;
}
.file label,
.input,
.openPopup,
.select__value,
button {
    cursor: pointer;
}
.menu-header__section._red .menu-header__link,
.pagination__page._page,
.select-adres__item._active,
.select_default .select__item._active,
.select_dropdown .select__li._active {
    color: #840016;
}
.carousel__dots,
ul li {
    list-style: none;
}
*,
.fancybox__container :focus,
.fancybox__slide {
    outline: 0;
}
.fancybox__caption,
.fancybox__content {
    -ms-grid-row-align: center;
    align-self: center;
}
body,
input[type="password"] {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.subhome-slider__subtitle,
.tabs-home__subtitle {
    -moz-text-align-last: right;
    text-align-last: right;
}
.burger__btn,
.cart-product,
.fancybox__container,
.fancybox__content,
.fancybox__slide,
.flex-column,
.info-dt__quantity.show,
.news-cart__name,
.wrapper {
    -webkit-box-orient: vertical;
}
.burger__btn,
.cart-product,
.fancybox__container,
.fancybox__content,
.fancybox__slide,
.flex-column,
.info-dt__quantity.show,
.wrapper {
    -webkit-box-direction: normal;
}
#anchor-up:active svg,
#anchor-up:hover svg,
.info-dt__quantity .quantity__btn_minus svg,
.quantity__btn:active svg line,
.quantity__btn:active svg path {
    stroke: #fff;
}
@font-face {
    font-family: Bannikova;
    src: url(/local/templates/main/css/../fonts/BannikovaW08-Regular.woff2) format("woff2"), url(/local/templates/main/css/../fonts/BannikovaW08-Regular.woff) format("woff"), url(/local/templates/main/css/../fonts/BannikovaW08-Regular.ttf) format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Cera Pro";
    src: url(/local/templates/main/css/../fonts/CeraPro-Regular.eot);
    src: local("Cera Pro Regular"), local("CeraPro-Regular"), url(/local/templates/main/css/../fonts/CeraPro-Regular.eot?#iefix) format("embedded-opentype"), url(/local/templates/main/css/../fonts/CeraPro-Regular.woff) format("woff"), url(/local/templates/main/css/../fonts/CeraPro-Regular.ttf) format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Cera Pro";
    src: url(/local/templates/main/css/../fonts/CeraPro-Medium.eot);
    src: local("Cera Pro Medium"), local("CeraPro-Medium"), url(/local/templates/main/css/../fonts/CeraPro-Medium.eot?#iefix) format("embedded-opentype"), url(/local/templates/main/css/../fonts/CeraPro-Medium.woff) format("woff"), url(/local/templates/main/css/../fonts/CeraPro-Medium.ttf) format("truetype");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Cera Pro";
    src: url(/local/templates/main/css/../fonts/CeraPro-Bold.eot);
    src: local("Cera Pro Bold"), local("CeraPro-Bold"), url(/local/templates/main/css/../fonts/CeraPro-Bold.eot?#iefix) format("embedded-opentype"), url(/local/templates/main/css/../fonts/CeraPro-Bold.woff) format("woff"), url(/local/templates/main/css/../fonts/CeraPro-Bold.ttf) format("truetype");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: Manrope;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(/local/templates/main/css/../fonts/manrope-v13-latin_cyrillic-regular.eot);
    src: local(""), url(/local/templates/main/css/../fonts/manrope-v13-latin_cyrillic-regular.eot?#iefix) format("embedded-opentype"), url(/local/templates/main/css/../fonts/manrope-v13-latin_cyrillic-regular.woff2) format("woff2"), url(/local/templates/main/css/../fonts/manrope-v13-latin_cyrillic-regular.woff) format("woff"), url(/local/templates/main/css/../fonts/manrope-v13-latin_cyrillic-regular.ttf) format("truetype"), url(/local/templates/main/css/../fonts/manrope-v13-latin_cyrillic-regular.svg#Manrope) format("svg");
}
@font-face {
    font-family: icons;
    src: url(/local/templates/main/css/../fonts/icons.ttf?0000) format("truetype"), url(/local/templates/main/css/../fonts/icons.woff?0000) format("woff"), url(/local/templates/main/css/../fonts/icons.svg?0000#icons) format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: block;
    font-display: swap;
}
@font-face {
    font-family: fontello;
    src: url(/local/templates/main/css/../fonts/fontello.eot?0000);
    src: url(/local/templates/main/css/../fonts/fontello.eot?0000#iefix) format("embedded-opentype"), url(/local/templates/main/css/../fonts/fontello.woff2?0000) format("woff2"), url(/local/templates/main/css/../fonts/fontello.woff?0000) format("woff"), url(/local/templates/main/css/../fonts/fontello.ttf?0000) format("truetype"), url(/local/templates/main/css/../fonts/fontello.svg?0000#fontello) format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
* {
    padding: 0;
    margin: 0;
    border: 0;
}
*,
:after,
:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
body,
html {
    height: 100%;
    min-width: 320px;
}
button,
input,
textarea {
    font-family: "Cera Pro";
    font-size: inherit;
}
button {
    background-color: inherit;
}
a {
    font-family: inherit;
}
a:hover,
a:link,
a:visited {
    text-decoration: none;
}
.checkbox label a,
.login__captcha-text a {
    text-decoration: underline;
}
img {
    vertical-align: top;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: inherit;
    font-size: inherit;
}
._ibg,
.applicable-filter,
.catalog-section,
.filter,
.form-control,
.form-password,
.home-slider,
.home-slider__pagination,
.partners-slider__pagination,
.select,
.sets__products,
.subhome-slider__slide,
.subhome-slider__wrap,
.video-card {
    position: relative;
}
._ibg img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
}
.simplebar-track {
    z-index: 1;
    position: absolute;
    right: 0;
    bottom: 0;
    pointer-events: none;
    overflow: hidden;
}
.simplebar-scrollbar {
    position: absolute;
    left: 0;
    right: 0;
    min-height: 10px;
}
.simplebar-scrollbar:before {
    position: absolute;
    content: "";
    background: #4a5b5f;
    border-radius: 7px;
    left: 2px;
    right: 2px;
    opacity: 0;
    -webkit-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
}
.input,
.swiper-pagination-bullet {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
}
.simplebar-track.simplebar-vertical {
    top: 10px;
    bottom: 10px;
    width: 11px;
}
.swiper-pagination-bullet {
    width: 44px;
    height: 4px;
    background: #fff;
    opacity: 0.5;
    border-radius: 10px;
    transition: 0.3s;
    margin-right: 2px;
    display: inline-block;
}
.carousel__dots .carousel__dot.is-selected:after,
.swiper-pagination-bullet-active {
    opacity: 1;
}
.arrow,
.pagination__arrow {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    -webkit-box-align: center;
}
.arrow {
    width: 45px;
    height: 45px;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
}
.arrow svg {
    color: #222;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.arrow-prev {
    left: -105px;
}
.arrow-next {
    right: -89px;
}
.openShow,
.page-list {
    position: fixed;
    right: 0;
    left: 0;
    bottom: 0;
}
._rub::after {
    content: "";
    width: 10px;
    height: 18px;
    background: url(/local/templates/main/css/../img/icon/rub.svg) center bottom no-repeat;
    display: inline-block;
}
.delivery-basket-callback,
.pagination,
.popup-exclusive__form,
.search-adres__ballon {
    margin-top: 40px;
}
.pagination__arrow {
    width: 32px;
    height: 32px;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: url(/local/templates/main/css/../img/icon/arrow_pagination.svg) center/contain no-repeat;
}
.pagination__arrow_prev {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.pagination__arrow:disabled {
    opacity: 0.3;
    cursor: default;
}
.pagination__pages {
    margin: 0 3px;
}
.pagination__page {
    width: 32px;
    height: 32px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 3px;
    font-family: Bannikova;
    line-height: 1.25;
    text-transform: uppercase;
    border-radius: 4px;
}
.bg-i,
.openShow {
    height: 100%;
    width: 100%;
}
@-webkit-keyframes arrow-hover {
    0% {
        top: 0;
    }
    50% {
        top: 30px;
    }
    100% {
        top: 50px;
    }
}
@keyframes arrow-hover {
    0% {
        top: 0;
    }
    50% {
        top: 30px;
    }
    100% {
        top: 50px;
    }
}
body {
    line-height: 1;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    color: #1E1518;
    font-size: 1rem;
    font-family: "Cera Pro";
}
body._lock {
    overflow: hidden;
    -ms-touch-action: none;
    touch-action: none;
}
html {
    scroll-behavior: smooth;
}
.wrapper {
    width: 100%;
    min-height: 100%;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}
.wrapper > main {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    overflow: hidden;
}
.wrapper > * {
    min-width: 0;
}
.container {
    max-width: 1470px;
    margin: 0 auto;
    padding-left: 28px;
    padding-right: 28px;
}
._title {
    font-family: Bannikova;
    font-size: 36px;
    line-height: 1.4915254237;
    text-transform: uppercase;
    padding: 0 16px 40px;
    margin-top: 36px;
}
._subtitle,
._title_section,
.info-exclusive__title,
.lk-story__top,
.no-favorites__title,
.no-search-rezult {
    font-size: 28px;
    font-family: Bannikova;
    text-transform: uppercase;
}
._title_exclusive,
.checkbox input,
.fancybox__button--fullscreen g:nth-child(2),
.file input,
.radio input,
.select__input {
    display: none;
}
._subtitle {
    line-height: 1.3214285714;
    color: #1E1518;
    padding: 24px 0;
    border-top: 1px solid #dcdada;
    border-bottom: 1px solid #dcdada;
}
._subtitle_nob {
    border: 0;
    padding: 0;
}
._title_section {
    line-height: 1.2105263158;
    margin-bottom: 32px;
}
.inline-flex,
.swiper-wrapper {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}
.openShow {
    top: 0;
    z-index: 3;
    background: #1E1518;
}
.form-control:not(:last-child),
.header._fixed .menu-header,
.luxury-spoler__list li:not(:last-child) {
    margin-bottom: 12px;
}
.form-control .input._active + label,
.form-control .input:focus + label,
.form-control label._active {
    top: 6px;
    font-size: 12px;
}
.form-control label {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    line-height: 1.5;
    color: #756a6d;
    -webkit-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    pointer-events: none;
}
.form-control._error input {
    border-color: #de5d40;
}
.form-control._error label {
    color: #de5d40;
}
.page-list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: none;
}
.page-list__btn {
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    padding: 10px 12px;
    border-radius: 10px 10px 0 0;
    background: #1E1518;
    color: #fff;
    cursor: pointer;
}
.no-favorites,
.no-search-rezult {
    color: #1E1518;
    margin-bottom: 360px;
}
.info-exclusive__title,
.lk-story__top,
.no-favorites__title {
    line-height: 1.2857142857;
}
.no-favorites__desc {
    margin-top: 24px;
    line-height: 1.5;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.no-favorites__desc svg {
    margin-left: 16px;
}
.no-search-rezult {
    line-height: 1.2857142857;
}
.carousel__track,
.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.flex-center-vertical {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.flex-center-horizontal {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.search-page + .js-catalog-list > .flex-center-horizontal {
    column-gap: 70px;
}
.flex-space-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.flex-space-around {
    -ms-flex-pack: distribute;
    justify-content: space-around;
}
.flex-start {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.justify-start {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.justify-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.flex-end {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.flex-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.flex-column {
    -ms-flex-direction: column;
    flex-direction: column;
}
.grid {
    display: -ms-grid;
    display: grid;
}
.bg-i {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    display: block;
}
.btn,
.file label {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
}
.bg-i.contain {
    background-size: contain;
}
.left {
    text-align: left;
}
.right {
    text-align: right;
}
.pt_200 {
    padding-top: 160px;
}
.btn {
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 44px;
    padding: 0 16px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    white-space: nowrap;
}
.file label,
.file__item {
    -webkit-box-align: center;
}
@supports (font-size: clamp(0.875rem, 0.8402173913rem + 0.1739130435vw, 1rem)) {
    .btn {
        font-size: clamp(0.875rem, 0.8402173913rem + 0.1739130435vw, 1rem);
    }
}
@supports not (font-size: clamp(0.875rem, 0.8402173913rem + 0.1739130435vw, 1rem)) {
    .btn {
        font-size: calc(0.875rem + 0.125 * (100vw - 20rem) / 71.875);
    }
}
.btn_big {
    height: 57px;
}
.btn_black {
    background: #1E1518;
    height: 44px;
    color: #fff;
}
.btn_black:active,
.btn_gray:active {
    background: #1E1518;
}
.btn_outline {
    border: 1px solid #b5aeae;
}
.btn_outline:active {
    background: #1E1518;
}
.select-adres__value::after,
.select__value::after {
    background: url(/local/templates/main/css/../img/icon/arrow_select.svg) center/contain no-repeat;
    z-index: 2;
}
.btn_gray {
    background: rgba(51, 51, 51, 0.6);
    color: #fff;
}
input[type="email"],
input[type="tel"],
input[type="text"],
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.input {
    width: 100%;
    padding: 12px 2px;
    height: 48px;
    border-bottom: 1px solid #b5aeae;
    transition: 0.3s;
}
textarea.input {
    resize: none;
    padding: 0;
}
.file {
    margin-top: 60px;
}
.file label {
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 58px;
    padding: 0 87px;
    line-height: 1.25;
    opacity: 0.5;
    border-color: #333;
    pointer-events: all;
    position: static;
    margin-right: auto;
}
.file__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin: 20px -8px -16px;
}
.file__item,
.select_dropdown .select__name::after {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
}
.file__item {
    width: 144px;
    height: 144px;
    margin: 0 8px 16px;
    position: relative;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.carousel__dots,
.quantity {
    display: -webkit-box;
    display: -ms-flexbox;
}
.file__delete {
    position: absolute;
    width: 16px;
    height: 16px;
    right: 8px;
    top: 8px;
    z-index: 2;
    background: 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='M3.33331 3.33327L17.5001 17.5' stroke='%23211B1B' stroke-width='1.8' stroke-linecap='round'/%3e%3cpath d='M17.5 3.33327L3.33324 17.5' stroke='%23211B1B' stroke-width='1.8' stroke-linecap='round'/%3e%3c/svg%3e") center/contain no-repeat;
}
.select-adres__value,
.select__value {
    height: 40px;
    color: #1E1518;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.file__img {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
.select__value {
    width: 100%;
    padding: 10px;
    border: 1px solid transparent;
    border-bottom: 1px solid #dcdada;
    font-family: Bannikova;
    text-transform: uppercase;
    position: relative;
}
.select__value::after {
    content: "";
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 14px;
    height: 8px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.filter-price__drop,
.select-adres__list,
.select__list {
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    z-index: 3;
    background: #fff;
    width: 100%;
    max-height: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    overflow: hidden;
}
.select_default .select__item,
.select_dropdown .select__name {
    line-height: 1.25;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    cursor: pointer;
    font-family: Bannikova;
    text-transform: uppercase;
}
.select__list.in {
    border: 1px solid #dcdada;
    max-height: 100vh;
    -webkit-box-shadow: 0 8px 24px #1E1518;
    box-shadow: 0 8px 24px #1E1518;
}
.select__list.in + .select__value::after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.select_default .select__item {
    padding: 10px;
    transition: 0.3s;
}
.select_dropdown .select__name {
    padding: 10px 20px 10px 10px;
    transition: 0.3s;
    position: relative;
}
.select-adres__value::after,
.select_dropdown .select__name::after {
    width: 16px;
    height: 16px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    top: 50%;
    right: 10px;
}
.checkbox label::after,
.checkbox label::before,
.radio label::before,
.radio label:after,
.select-adres__value::after {
    position: absolute;
    content: "";
}
.select_dropdown .select__name::after {
    content: "";
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    transition: 0.3s;
    -webkit-transform: translateY(-50%) rotate(-90deg);
    -ms-transform: translateY(-50%) rotate(-90deg);
    transform: translateY(-50%) rotate(-90deg);
    background: url(/local/templates/main/css/../img/icon/arrow_grey.svg) center/contain no-repeat;
}
.select_dropdown .select__name.open::after {
    -webkit-transform: translateY(-50%) rotate(-270deg);
    -ms-transform: translateY(-50%) rotate(-270deg);
    transform: translateY(-50%) rotate(-270deg);
}
.select_dropdown .select__drop {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}
.select_dropdown .select__drop.open {
    max-height: 100vh;
}
.select-adres__item,
.select_dropdown .select__li {
    padding: 10px 20px;
    line-height: 1.5;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    cursor: pointer;
}
.select-adres {
    margin-bottom: 12px;
    position: relative;
}
.select-adres__value {
    padding: 10px 30px 10px 10px;
    border: 1px solid transparent;
    border-bottom: 1px solid #dcdada;
    font-family: Bannikova;
    text-transform: uppercase;
    position: relative;
    cursor: pointer;
}
.select-adres__value::after {
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: 0.3s;
}
.select-adres__value.in::after {
    -webkit-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
}
.select-adres__list.in {
    border: 1px solid #dcdada;
    max-height: 100vh;
}
.checkbox {
    margin: 0 0 0 24px;
}
.checkbox input:checked + label::before {
    border-color: #4a5b5f !important;
}
.checkbox input:checked + label::after,
.radio input:checked + label:after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.checkbox label {
    position: relative;
    cursor: pointer;
    font-size: 14px;
    line-height: 1.4285714286;
    color: #1E1518;
    opacity: 0.7;
    padding-left: 32px;
    display: inline-block;
}
.checkbox label::before {
    border: 1px solid #1E1518;
    width: 20px;
    height: 20px;
    left: 0;
    top: 0;
}
.checkbox label::after {
    width: 14px;
    height: 14px;
    left: 3px;
    top: 3px;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    z-index: 2;
    background: url("data:image/svg+xml;charset=UTF-8,%3csvg width='13' height='9' viewBox='0 0 13 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M1 4L5 8L12 1' stroke='black'/%3e%3c/svg%3e") center/contain no-repeat;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.header._exc .burger__btn span,
.header._exc .burger__btn::after,
.header._exc .burger__btn::before,
.header._fixed._white .burger__btn span,
.header._fixed._white .burger__btn::after,
.header._fixed._white .burger__btn::before,
.quantity__btn:active,
.radio label:after {
    background: ##1E1518;
}
.checkbox._error .checkbox__label::before {
    border: 1px solid #840016;
}
.quantity {
    width: 138px;
    height: 38px;
    display: flex;
    border: 1px solid #1E1518;
    margin: 0 auto;
    overflow: hidden;
}
.burger,
.quantity__btn,
.radio label {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
}
.quantity__btn {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40px;
    flex: 0 0 40px;
    height: 100%;
    text-align: center;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.header,
.radio label:after {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
}
.quantity__btn svg {
    fill: #1E1518;
}
.quantity__btn:active svg {
    color: #fff;
    fill: #fff;
}
.quantity__value {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58px;
    flex: 0 0 58px;
    width: 58px;
    text-align: center;
}
.radio label {
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    padding-left: 40px;
}
.carousel__slide,
.fancybox__slide {
    -webkit-box-flex: 0;
    -ms-scroll-chaining: none;
    overscroll-behavior: contain;
    max-width: 100%;
}
.radio label::before {
    top: 2px;
    left: 0;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 1px solid ##1E1518;
    display: inline-block;
    margin-right: 24px;
}
.radio label:after {
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 50%;
    left: 3px;
    top: 5px;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    transition: 0.3s;
}
.carousel {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.carousel *,
.carousel :after,
.carousel :before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}
.carousel.is-draggable {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab;
}
.carousel.is-dragging {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: grabbing;
}
.carousel__viewport {
    position: relative;
    overflow: hidden;
    max-width: 100%;
    max-height: 100%;
}
.carousel__slide {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: var(--carousel-slide-width, 60%);
    padding: 1rem;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
}
.has-dots {
    margin-bottom: calc(0.5rem + 22px);
}
.carousel__dots {
    margin: 0 auto;
    padding: 0;
    position: absolute;
    top: calc(100% + 0.5rem);
    left: 0;
    right: 0;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.carousel__button,
.fancybox__container {
    display: -webkit-box;
    display: -ms-flexbox;
}
.fancybox__image,
.fancybox__thumbs .carousel__slide > * {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}
.carousel__dots .carousel__dot {
    margin: 0;
    padding: 0;
    display: block;
    position: relative;
    width: 22px;
    height: 22px;
    cursor: pointer;
}
.carousel__dots .carousel__dot:after {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: currentColor;
    opacity: 0.25;
    -webkit-transition: opacity 0.15s ease-in-out;
    -o-transition: opacity 0.15s ease-in-out;
    transition: opacity 0.15s ease-in-out;
}
.carousel__button {
    width: var(--carousel-button-width, 48px);
    height: var(--carousel-button-height, 48px);
    padding: 0;
    border: 0;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    pointer-events: all;
    cursor: pointer;
    color: var(--carousel-button-color, currentColor);
    background: var(--carousel-button-bg, transparent);
    border-radius: var(--carousel-button-border-radius, 50%);
    -webkit-box-shadow: var(--carousel-button-shadow, none);
    box-shadow: var(--carousel-button-shadow, none);
    -webkit-transition: opacity 0.15s;
    -o-transition: opacity 0.15s;
    transition: opacity 0.15s;
}
.carousel__button svg,
.cart-product__btn span,
.fancybox__no-click,
.fancybox__no-click button,
.info-dt__bottom .btn span {
    pointer-events: none;
}
.carousel__button.is-next,
.carousel__button.is-prev {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.carousel__button.is-prev {
    left: 10px;
}
.carousel__button.is-next {
    right: 10px;
}
.carousel__button[disabled] {
    cursor: default;
    opacity: 0.3;
}
.carousel__button.is-close,
.carousel__dots,
.fancybox__backdrop,
.fancybox__caption,
.fancybox__nav,
.fancybox__thumbs,
.fancybox__toolbar {
    opacity: var(--fancybox-opacity, 1);
}
.carousel__button svg {
    width: var(--carousel-button-svg-width, 50%);
    height: var(--carousel-button-svg-height, 50%);
    fill: none;
    stroke: currentColor;
    stroke-width: var(--carousel-button-svg-stroke-width, 1.5);
    stroke-linejoin: bevel;
    stroke-linecap: round;
    -webkit-filter: var(--carousel-button-svg-filter, none);
    filter: var(--carousel-button-svg-filter, none);
}
html.with-fancybox {
    scroll-behavior: auto;
}
body.compensate-for-scrollbar {
    overflow: hidden !important;
    -ms-touch-action: none;
    touch-action: none;
}
.fancybox__container {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    direction: ltr;
    margin: 0;
    padding: env(safe-area-inset-top, 0) env(safe-area-inset-right, 0) env(safe-area-inset-bottom, 0) env(safe-area-inset-left, 0);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    color: var(--fancybox-color, #fff);
    -webkit-tap-highlight-color: transparent;
    overflow: hidden;
    z-index: 1050;
    outline: 0;
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    --carousel-button-width: 48px;
    --carousel-button-height: 48px;
    --carousel-button-svg-width: 24px;
    --carousel-button-svg-height: 24px;
    --carousel-button-svg-stroke-width: 2.5;
    --carousel-button-svg-filter: drop-shadow(1px 1px 1px #1E1518);
}
.fancybox__slide,
.fancybox__track {
    display: -webkit-box;
    display: -ms-flexbox;
}
.fancybox__container *,
.fancybox__container ::after,
.fancybox__container ::before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}
body:not(.is-using-mouse) .fancybox__container :focus {
    -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 2px var(--fancybox-accent-color, rgba(1, 210, 232, 0.94));
    box-shadow: 0 0 0 1px #fff, 0 0 0 2px var(--fancybox-accent-color, rgba(1, 210, 232, 0.94));
}
.fancybox__backdrop {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    background: var(--fancybox-bg, #1E1518);
}
.fancybox__carousel {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 0;
    height: 100%;
    z-index: 10;
}
.fancybox__carousel.has-dots {
    margin-bottom: calc(0.5rem + 22px);
}
.fancybox__viewport {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: visible;
    cursor: default;
}
.fancybox__track {
    display: flex;
    height: 100%;
}
.fancybox__slide {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
    margin: 0;
    padding: 48px 8px 8px;
    position: relative;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: auto;
    --carousel-button-width: 36px;
    --carousel-button-height: 36px;
    --carousel-button-svg-width: 22px;
    --carousel-button-svg-height: 22px;
}
.fancybox__slide::after,
.fancybox__slide::before {
    content: "";
    -webkit-box-flex: 0;
    -ms-flex: 0 0 0px;
    flex: 0 0 0;
    margin: auto;
}
.luxury-spoler__column:nth-child(3n),
.spoiler-header__section:nth-child(3n) {
    margin-right: 0;
}
.fancybox__content {
    margin: 0 env(safe-area-inset-right, 0) 0 env(safe-area-inset-left, 0);
    padding: 36px;
    color: var(--fancybox-content-color, #374151);
    background: var(--fancybox-content-bg, #fff);
    position: relative;
    -ms-flex-item-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    z-index: 20;
}
.fancybox__caption,
.fancybox__spinner {
    color: var(--fancybox-color, currentColor);
}
.fancybox__content :focus:not(.carousel__button.is-close) {
    outline: dotted thin;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.fancybox__caption {
    -ms-flex-item-align: center;
    max-width: 100%;
    margin: 0;
    padding: 1rem 0 0;
    line-height: 1.375;
    visibility: visible;
    cursor: auto;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    overflow-wrap: anywhere;
}
.is-loading .fancybox__caption {
    visibility: hidden;
}
.fancybox__container > .carousel__dots {
    top: 100%;
    color: var(--fancybox-color, #fff);
}
.fancybox__nav .carousel__button {
    z-index: 40;
}
.fancybox__nav .carousel__button.is-next {
    right: 8px;
}
.fancybox__nav .carousel__button.is-prev {
    left: 8px;
}
.carousel__button.is-close {
    position: absolute;
    top: 8px;
    right: 8px;
    top: calc(env(safe-area-inset-top, 0px) + 8px);
    right: calc(env(safe-area-inset-right, 0px) + 8px);
    z-index: 40;
}
.fancybox__content > .carousel__button.is-close {
    position: absolute;
    top: -40px;
    right: 0;
    color: var(--fancybox-color, #fff);
}
.fancybox__spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
}
.fancybox__slide .fancybox__spinner {
    cursor: pointer;
    z-index: 1053;
}
.fancybox__spinner svg {
    -webkit-animation: 2s linear infinite fancybox-rotate;
    animation: 2s linear infinite fancybox-rotate;
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 100%;
    height: 100%;
}
.fancybox__spinner svg circle {
    fill: none;
    stroke-width: 2.75;
    stroke-miterlimit: 10;
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
    -webkit-animation: 1.5s ease-in-out infinite fancybox-dash;
    animation: 1.5s ease-in-out infinite fancybox-dash;
    stroke-linecap: round;
    stroke: currentColor;
}
@-webkit-keyframes fancybox-rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes fancybox-rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-webkit-keyframes fancybox-dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0;
    }
    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35px;
    }
    100% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -124px;
    }
}
@keyframes fancybox-dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0;
    }
    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35px;
    }
    100% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -124px;
    }
}
.fancybox__container.is-animated[aria-hidden="false"] .carousel__button.is-close,
.fancybox__container.is-animated[aria-hidden="false"] .carousel__dots,
.fancybox__container.is-animated[aria-hidden="false"] .fancybox__backdrop,
.fancybox__container.is-animated[aria-hidden="false"] .fancybox__caption,
.fancybox__container.is-animated[aria-hidden="false"] .fancybox__nav {
    -webkit-animation: 0.15s backwards fancybox-fadeIn;
    animation: 0.15s backwards fancybox-fadeIn;
}
.fancybox__container.is-animated.is-closing .carousel__button.is-close,
.fancybox__container.is-animated.is-closing .carousel__dots,
.fancybox__container.is-animated.is-closing .fancybox__backdrop,
.fancybox__container.is-animated.is-closing .fancybox__caption,
.fancybox__container.is-animated.is-closing .fancybox__nav {
    -webkit-animation: 0.15s both fancybox-fadeOut;
    animation: 0.15s both fancybox-fadeOut;
}
.fancybox-fadeIn {
    -webkit-animation: 0.15s both fancybox-fadeIn;
    animation: 0.15s both fancybox-fadeIn;
}
.fancybox-fadeOut {
    -webkit-animation: 0.1s both fancybox-fadeOut;
    animation: 0.1s both fancybox-fadeOut;
}
.fancybox-zoomInUp {
    -webkit-animation: 0.2s both fancybox-zoomInUp;
    animation: 0.2s both fancybox-zoomInUp;
}
.fancybox-zoomOutDown {
    -webkit-animation: 0.15s both fancybox-zoomOutDown;
    animation: 0.15s both fancybox-zoomOutDown;
}
.fancybox-throwOutUp {
    -webkit-animation: 0.15s both fancybox-throwOutUp;
    animation: 0.15s both fancybox-throwOutUp;
}
.fancybox-throwOutDown {
    -webkit-animation: 0.15s both fancybox-throwOutDown;
    animation: 0.15s both fancybox-throwOutDown;
}
@-webkit-keyframes fancybox-fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes fancybox-fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@-webkit-keyframes fancybox-fadeOut {
    to {
        opacity: 0;
    }
}
@keyframes fancybox-fadeOut {
    to {
        opacity: 0;
    }
}
@-webkit-keyframes fancybox-zoomInUp {
    from {
        -webkit-transform: scale(0.97) translate3d(0, 16px, 0);
        transform: scale(0.97) translate3d(0, 16px, 0);
        opacity: 0;
    }
    to {
        -webkit-transform: scale(1) translate3d(0, 0, 0);
        transform: scale(1) translate3d(0, 0, 0);
        opacity: 1;
    }
}
@keyframes fancybox-zoomInUp {
    from {
        -webkit-transform: scale(0.97) translate3d(0, 16px, 0);
        transform: scale(0.97) translate3d(0, 16px, 0);
        opacity: 0;
    }
    to {
        -webkit-transform: scale(1) translate3d(0, 0, 0);
        transform: scale(1) translate3d(0, 0, 0);
        opacity: 1;
    }
}
@-webkit-keyframes fancybox-zoomOutDown {
    to {
        -webkit-transform: scale(0.97) translate3d(0, 16px, 0);
        transform: scale(0.97) translate3d(0, 16px, 0);
        opacity: 0;
    }
}
@keyframes fancybox-zoomOutDown {
    to {
        -webkit-transform: scale(0.97) translate3d(0, 16px, 0);
        transform: scale(0.97) translate3d(0, 16px, 0);
        opacity: 0;
    }
}
@-webkit-keyframes fancybox-throwOutUp {
    to {
        -webkit-transform: translate3d(0, -30%, 0);
        transform: translate3d(0, -30%, 0);
        opacity: 0;
    }
}
@keyframes fancybox-throwOutUp {
    to {
        -webkit-transform: translate3d(0, -30%, 0);
        transform: translate3d(0, -30%, 0);
        opacity: 0;
    }
}
@-webkit-keyframes fancybox-throwOutDown {
    to {
        -webkit-transform: translate3d(0, 30%, 0);
        transform: translate3d(0, 30%, 0);
        opacity: 0;
    }
}
@keyframes fancybox-throwOutDown {
    to {
        -webkit-transform: translate3d(0, 30%, 0);
        transform: translate3d(0, 30%, 0);
        opacity: 0;
    }
}
.fancybox__carousel .carousel__slide {
    scrollbar-width: thin;
    scrollbar-color: #ccc rgba(255, 255, 255, 0.1);
}
.fancybox__carousel .carousel__slide::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}
.fancybox__carousel .carousel__slide::-webkit-scrollbar-track {
    background-color: rgba(255, 255, 255, 0.1);
}
.fancybox__carousel .carousel__slide::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border-radius: 2px;
    -webkit-box-shadow: inset 0 0 4px #1E1518;
    box-shadow: inset 0 0 4px #1E1518;
}
.fancybox__carousel .fancybox__slide.is-draggable .fancybox__content,
.fancybox__carousel.is-draggable .fancybox__slide,
.fancybox__carousel.is-draggable .fancybox__slide .fancybox__content {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab;
}
.fancybox__carousel .fancybox__slide.is-dragging .fancybox__content,
.fancybox__carousel.is-dragging .fancybox__slide,
.fancybox__carousel.is-dragging .fancybox__slide .fancybox__content {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: grabbing;
}
.fancybox__carousel .fancybox__slide .fancybox__content {
    cursor: auto;
}
.fancybox__carousel .fancybox__slide.can-zoom_in .fancybox__content {
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
}
.fancybox__carousel .fancybox__slide.can-zoom_out .fancybox__content {
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}
.fancybox__image {
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    user-select: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}
.has-image .fancybox__content {
    padding: 0;
    background: rgba(0, 0, 0, 0);
    min-height: 1px;
}
.is-closing .has-image .fancybox__content {
    overflow: visible;
}
.has-image[data-image-fit="contain"],
.has-image[data-image-fit="cover"] {
    overflow: visible;
    -ms-touch-action: none;
    touch-action: none;
}
.has-image[data-image-fit="contain"] .fancybox__content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.has-image[data-image-fit="contain"] .fancybox__image {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
.has-image[data-image-fit="contain-w"] {
    overflow-x: hidden;
    overflow-y: auto;
}
.has-image[data-image-fit="contain-w"] .fancybox__content {
    min-height: auto;
}
.has-image[data-image-fit="contain-w"] .fancybox__image {
    max-width: 100%;
    height: auto;
}
.has-image[data-image-fit="cover"] .fancybox__content {
    width: 100%;
    height: 100%;
}
.has-image[data-image-fit="cover"] .fancybox__image {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content,
.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,
.fancybox__carousel .fancybox__slide.has-map .fancybox__content,
.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,
.fancybox__carousel .fancybox__slide.has-video .fancybox__content {
    max-width: 100%;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    min-height: 1px;
    overflow: visible;
}
.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,
.fancybox__carousel .fancybox__slide.has-map .fancybox__content,
.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content {
    width: 100%;
    height: 80%;
}
.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content,
.fancybox__carousel .fancybox__slide.has-video .fancybox__content {
    width: 960px;
    height: 540px;
    max-width: 100%;
    max-height: 100%;
}
.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content,
.fancybox__carousel .fancybox__slide.has-map .fancybox__content,
.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,
.fancybox__carousel .fancybox__slide.has-video .fancybox__content {
    padding: 0;
    background: #1E1518;
    color: #fff;
}
.fancybox__carousel .fancybox__slide.has-map .fancybox__content {
    background: #e5e3df;
}
.fancybox__html5video,
.fancybox__iframe {
    border: 0;
    display: block;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0);
}
.fancybox-placeholder {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
}
.fancybox__thumbs {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    position: relative;
    padding: 0 3px;
}
.fancybox__container.is-animated[aria-hidden="false"] .fancybox__thumbs {
    -webkit-animation: 0.15s ease-in backwards fancybox-fadeIn;
    animation: 0.15s ease-in backwards fancybox-fadeIn;
}
.fancybox__container.is-animated.is-closing .fancybox__thumbs {
    opacity: 0;
}
.fancybox__thumbs .carousel__slide {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: var(--fancybox-thumbs-width, 96px);
    margin: 0;
    padding: 8px 3px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: visible;
    cursor: pointer;
}
.fancybox__thumbs .carousel__slide .fancybox__thumb::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-width: 5px;
    border-style: solid;
    border-color: var(--fancybox-accent-color, rgba(34, 213, 233, 0.96));
    opacity: 0;
    -webkit-transition: opacity 0.15s;
    -o-transition: opacity 0.15s;
    transition: opacity 0.15s;
    border-radius: var(--fancybox-thumbs-border-radius, 4px);
}
.fancybox__thumbs .carousel__slide.is-nav-selected .fancybox__thumb::after {
    opacity: 0.92;
}
.fancybox__thumbs .carousel__slide > * {
    pointer-events: none;
    user-select: none;
}
.fancybox__thumb {
    position: relative;
    width: 100%;
    padding-top: calc(100% / (var(--fancybox-thumbs-ratio, 1.5)));
    background-size: cover;
    background-position: center center;
    background-color: rgba(255, 255, 255, 0.1);
    background-repeat: no-repeat;
    border-radius: var(--fancybox-thumbs-border-radius, 4px);
}
.fancybox__toolbar {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 20;
    background: -webkit-gradient(linear, left bottom, left top, from(hsla(0deg, 0%, 0%, 0)), color-stop(8.1%, hsla(0deg, 0%, 0%, 0.006)), color-stop(15.5%, hsla(0deg, 0%, 0%, 0.021)), color-stop(22.5%, hsla(0deg, 0%, 0%, 0.046)), color-stop(29%, hsla(0deg, 0%, 0%, 0.077)), color-stop(35.3%, hsla(0deg, 0%, 0%, 0.114)), color-stop(41.2%, hsla(0deg, 0%, 0%, 0.155)), color-stop(47.1%, hsla(0deg, 0%, 0%, 0.198)), color-stop(52.9%, hsla(0deg, 0%, 0%, 0.242)), color-stop(58.8%, hsla(0deg, 0%, 0%, 0.285)), color-stop(64.7%, hsla(0deg, 0%, 0%, 0.326)), color-stop(71%, hsla(0deg, 0%, 0%, 0.363)), color-stop(77.5%, hsla(0deg, 0%, 0%, 0.394)), color-stop(84.5%, hsla(0deg, 0%, 0%, 0.419)), color-stop(91.9%, hsla(0deg, 0%, 0%, 0.434)), to(hsla(0deg, 0%, 0%, 0.44)));
    background: -o-linear-gradient(bottom, hsla(0deg, 0%, 0%, 0) 0, hsla(0deg, 0%, 0%, 0.006) 8.1%, hsla(0deg, 0%, 0%, 0.021) 15.5%, hsla(0deg, 0%, 0%, 0.046) 22.5%, hsla(0deg, 0%, 0%, 0.077) 29%, hsla(0deg, 0%, 0%, 0.114) 35.3%, hsla(0deg, 0%, 0%, 0.155) 41.2%, hsla(0deg, 0%, 0%, 0.198) 47.1%, hsla(0deg, 0%, 0%, 0.242) 52.9%, hsla(0deg, 0%, 0%, 0.285) 58.8%, hsla(0deg, 0%, 0%, 0.326) 64.7%, hsla(0deg, 0%, 0%, 0.363) 71%, hsla(0deg, 0%, 0%, 0.394) 77.5%, hsla(0deg, 0%, 0%, 0.419) 84.5%, hsla(0deg, 0%, 0%, 0.434) 91.9%, hsla(0deg, 0%, 0%, 0.44) 100%);
    background: linear-gradient(to top, hsla(0deg, 0%, 0%, 0) 0, hsla(0deg, 0%, 0%, 0.006) 8.1%, hsla(0deg, 0%, 0%, 0.021) 15.5%, hsla(0deg, 0%, 0%, 0.046) 22.5%, hsla(0deg, 0%, 0%, 0.077) 29%, hsla(0deg, 0%, 0%, 0.114) 35.3%, hsla(0deg, 0%, 0%, 0.155) 41.2%, hsla(0deg, 0%, 0%, 0.198) 47.1%, hsla(0deg, 0%, 0%, 0.242) 52.9%, hsla(0deg, 0%, 0%, 0.285) 58.8%, hsla(0deg, 0%, 0%, 0.326) 64.7%, hsla(0deg, 0%, 0%, 0.363) 71%, hsla(0deg, 0%, 0%, 0.394) 77.5%, hsla(0deg, 0%, 0%, 0.419) 84.5%, hsla(0deg, 0%, 0%, 0.434) 91.9%, hsla(0deg, 0%, 0%, 0.44) 100%);
    padding: 0;
    -ms-touch-action: none;
    touch-action: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    --carousel-button-svg-width: 20px;
    --carousel-button-svg-height: 20px;
    text-shadow: var(--fancybox-toolbar-text-shadow, 1px 1px 1px #1E1518);
}
.fancybox__container.is-animated[aria-hidden="false"] .fancybox__toolbar {
    -webkit-animation: 0.15s ease-in backwards fancybox-fadeIn;
    animation: 0.15s ease-in backwards fancybox-fadeIn;
}
.fancybox__container.is-animated.is-closing .fancybox__toolbar {
    opacity: 0;
}
.fancybox__toolbar__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.fancybox__toolbar__items--left {
    margin-right: auto;
}
.fancybox__toolbar__items--center {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.fancybox__progress,
.header {
    position: absolute;
    left: 0;
    right: 0;
}
.fancybox__toolbar__items--right {
    margin-left: auto;
}
.fancybox__counter {
    min-width: 72px;
    padding: 0 10px;
    line-height: var(--carousel-button-height, 48px);
    text-align: center;
    font-size: 17px;
    font-variant-numeric: tabular-nums;
    -webkit-font-smoothing: subpixel-antialiased;
}
.fancybox__progress {
    background: var(--fancybox-accent-color, rgba(34, 213, 233, 0.96));
    height: 3px;
    top: 0;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0;
    -ms-transform-origin: 0;
    transform-origin: 0;
    -webkit-transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
    z-index: 30;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.fancybox__container:-webkit-full-screen::backdrop {
    opacity: 0;
}
.fancybox__container:-ms-fullscreen::backdrop {
    opacity: 0;
}
.fancybox__container:fullscreen::-webkit-backdrop {
    opacity: 0;
}
.fancybox__container:fullscreen::backdrop {
    opacity: 0;
}
.fancybox__container:-webkit-full-screen .fancybox__button--fullscreen g:first-child {
    display: none;
}
.fancybox__container:-ms-fullscreen .fancybox__button--fullscreen g:first-child {
    display: none;
}
.fancybox__container:fullscreen .fancybox__button--fullscreen g:first-child {
    display: none;
}
.fancybox__container:-webkit-full-screen .fancybox__button--fullscreen g:nth-child(2) {
    display: block;
}
.fancybox__container:-ms-fullscreen .fancybox__button--fullscreen g:nth-child(2) {
    display: block;
}
.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(2) {
    display: block;
}
.fancybox__button--fullscreen,
.fancybox__button--slideshow,
.fancybox__button--slideshow g:nth-child(2),
.fancybox__button--thumbs,
.fancybox__button--zoom,
.fancybox__container.has-slideshow .fancybox__button--slideshow g:first-child,
.fancybox__counter,
.fancybox__thumbs {
    display: none;
}
.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(2),
.login__block.show {
    display: block;
}
.header {
    z-index: 5;
    transition: 0.3s;
}
.header._white,
.header._white .control-header__item svg,
.header._white .region__value svg {
    color: #fff;
}
.header._white .burger__btn span,
.header._white .burger__btn::after,
.header._white .burger__btn::before {
    content: "";
    background: #fff;
}
.header._white .top-header__logo {
    background: url(/local/templates/main/css/../img/logo_white.png) center/contain no-repeat;
}
.header._exc .top-header__logo,
.header._fixed._white .top-header__logo,
.top-header__logo {
    background: url(/local/templates/main/css/../img/logo_red.png) center/contain no-repeat;
}
.header._exc,
.header._exc .control-header__item svg,
.header._exc .region__value svg,
.header._fixed._white,
.header._fixed._white .control-header__item svg,
.header._fixed._white .region__value svg,
.info-dt__old {
    color: #1E1518;
}
.header._fixed {
    position: fixed;
    background: #fff;
    -webkit-box-shadow: 0 4px 10px #1E1518;
    box-shadow: 0 4px 10px #1E1518;
}
.header._fixed .top-header {
    min-height: 80px;
}
.footer__container,
.header__container {
    max-width: 100%;
}
.header__top {
    overflow: hidden;
    z-index: 3;
}
.top-header {
    min-height: 90px;
    position: relative;
    border-bottom: 1px solid #dcdada;
}
.top-header__logo {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    max-width: 156px;
    width: 100%;
    height: 106px;
}
.top-header__logo img {
    width: 100%;
}
.top-header__phone {
    font-size: 18px;
    line-height: 1.1111111111;
    margin-right: 87px;
}
.search-header__wrap {
    position: fixed;
    left: 0;
    top: -120px;
    right: 0;
    width: 100%;
    background: #fff;
    z-index: 8;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 90px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.search-header__wrap.active {
    top: 0;
}
.search-header__form {
    width: 376px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 30px;
}
.cart-product,
.search-header__ok {
    display: -webkit-box;
    display: -ms-flexbox;
}
.search-header__form input {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    border-bottom: 1px solid #b5aeae;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.search-header__form input:focus {
    border-bottom: 1px solid #1E1518;
}
.search-header__ok {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 104px;
    flex: 0 0 104px;
    background: #dcdada;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    font-size: 14px;
    letter-spacing: 0.04em;
    cursor: pointer;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.search-header__ok svg {
    color: #fff !important;
    margin-right: 10px;
}
.search-header__close {
    position: absolute;
    right: 48px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.burger {
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.burger__btn,
.control-header__item {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
}
.burger__btn {
    width: 18px;
    height: 15px;
    display: inline-flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.burger__btn span,
.burger__btn::after,
.burger__btn::before {
    content: "";
    background: #1E1518;
    width: 100%;
    height: 1.4px;
    display: block;
    border-radius: 2px;
}
.burger__body,
.menu-header__section_drop::after {
    position: fixed;
    top: 0;
    background: #fff;
    width: 100%;
}
.burger__body {
    left: -100%;
    height: 100%;
    max-width: 480px;
    padding: 120px 42px 42px;
    color: #1E1518;
    text-transform: uppercase;
    -webkit-transition: 0.6s ease-in-out;
    -o-transition: 0.6s ease-in-out;
    transition: 0.6s ease-in-out;
    z-index: 5;
    overflow-y: auto;
}
.burger__close,
.menu-header__link {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
}
.burger__body.active {
    left: 0;
}
.burger__close {
    margin-bottom: 102px;
    cursor: pointer;
    position: absolute;
    left: auto;
    top: 38px;
    transition: 0.3s;
}
.burger__title {
    font-family: Bannikova;
    font-size: 38px;
    line-height: 1.2105263158;
    margin-bottom: 72px;
}
.burger__list,
.info-dt__bottom .btn:not(:last-child) {
    margin-bottom: 16px;
}
.breadcrumbs_exclusive,
.burger__list_phone {
    display: none;
}
.burger__list li {
    margin-bottom: 40px;
}
.burger__list li a,
.burger__list li div {
    line-height: 1.5;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.region {
    margin-left: 37px;
}
.region__value {
    font-family: Manrope;
    font-size: 14px;
    line-height: 1.4285714286;
    cursor: pointer;
}
.region__value svg {
    max-width: 16px;
    display: inline-block;
    margin-right: 12px;
    color: #1E1518;
}
.control-header__item {
    margin-left: 28px;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.control-header__item svg {
    max-width: 24px;
    fill: currentColor;
    color: #1E1518;
}
.control-header__item_basket {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.control-header__item_basket span {
    margin-left: 8px;
    display: inline-block;
    font-size: 14px;
    line-height: 1.2857142857;
    letter-spacing: 0.04em;
    opacity: 0.7;
}
.content-ec__items,
.menu-header,
.news-detail__text {
    margin-top: 24px;
}
.menu-header__wrap,
.top-footer__menu {
    margin: 0 -21px;
}
.menu-header__section_drop::after {
    content: "";
    height: 140px;
    left: 0;
    right: 0;
    opacity: 0;
    z-index: -1;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    visibility: hidden;
}
.menu-header__link {
    transition: 0.3s;
    padding: 0 4px;
    margin: 0 21px;
    position: relative;
    z-index: 3;
    line-height: 1.5;
}
.spoiler-header,
.spoiler-header::after {
    z-index: 1;
    position: absolute;
    background: #fff;
    left: 0;
    right: 0;
}
.menu-header__link._active,
.menu-header__link:active {
    font-weight: 700;
}
.spoiler-header {
    top: 140px;
    overflow: hidden;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    max-height: 0;
}
.spoiler-header::after {
    content: "";
    top: -300%;
    height: 300px;
    opacity: 0;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
}
#anchor-up.up,
.login.active,
.pp-hover__item._active,
.product-hover__cart._active {
    opacity: 1;
    visibility: visible;
}
.spoiler-header__container {
    position: relative;
    z-index: 2;
}
.spoiler-header__img {
    max-height: 193px;
}
.checkbox-color label img,
.spoiler-header__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.spoiler-header__list {
    margin-left: 88px;
}
.spoiler-header__section {
    margin-right: 100px;
    margin-bottom: 32px;
}
.spoiler-header__section a {
    line-height: 1.5;
    text-transform: uppercase;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.luxury-spoler {
    margin: 0 33px;
}
.luxury-spoler__column {
    margin: 0 50px;
}
.luxury-spoler__section {
    line-height: 1.5;
    text-transform: uppercase;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    margin-bottom: 32px;
    cursor: pointer;
}
.luxury-spoler__link {
    line-height: 1.5;
    display: inline-block;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.luxury-spoler__link_all {
    text-decoration-line: underline !important;
}
.footer {
    margin-top: 64px;
    padding-bottom: 32px;
}
.footer__top {
    padding-top: 40px;
    position: relative;
}
.footer__top::before {
    content: "";
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    height: 1px;
    background: #dcdada;
}
.feedback-request__bottom,
.footer__bottom,
.lk-loyalty__list,
.news-detail__similar,
.order__body {
    margin-top: 32px;
}
.top-footer__logo img {
    max-width: 143px;
}
.top-footer__menu li {
    margin: 0 21px;
}
.top-footer__menu li a {
    line-height: 1.25;
    letter-spacing: 0.04em;
    color: #1E1518;
    opacity: 0.7;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.top-footer__phone {
    white-space: nowrap;
    font-size: 18px;
    line-height: 1.1111111111;
    color: #1E1518;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.bottom-footer__contact,
.bottom-footer__copy {
    line-height: 1.5;
    opacity: 0.6;
}
.login,
.pp-hover__item {
    opacity: 0;
    visibility: hidden;
}
.bottom-footer__pay div {
    margin-left: 20px;
}
.contact-footer__social {
    margin: 0 15px;
}
.contact-footer__social li {
    margin: 0 10px;
}
.contact-footer__social li a {
    width: 24px;
    height: 24px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.contact-footer__social li a svg {
    stroke: #1E1518;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.cart-product__hover,
.contact-footer__mail {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.cart-product {
    background: #fff;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    border: 1px solid transparent;
    height: 494px;
    overflow: hidden;
}
.cart-product__btn,
.pp-hover__item {
    display: -webkit-box;
    display: -ms-flexbox;
}
.cart-product__header {
    padding: 20px 20px 10px;
}
.cart-product__favorites {
    cursor: pointer;
    width: 18px;
    height: 18px;
}
.cart-product__favorites svg {
    fill: #b5aeae;
    max-width: 100%;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.cart-product__favorites.in svg,
.favorites-bandle.in svg {
    fill: #840016;
}
.cart-product__section {
    font-size: 12px;
    line-height: 1.6666666667;
    text-transform: uppercase;
    color: #a1a1a1;
    padding-right: 10px;
}
.cart-product__body {
    padding: 12px 16px 16px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
}
.cart-product__price,
.price-cart__item {
    padding-top: 2px;
    white-space: nowrap;
}
.cart-product__name {
    line-height: 1.5;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.cart-product__btn {
    margin: 0 16px 16px;
    max-width: 100%;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #333;
    height: 44px;
    color: #fff;
    cursor: pointer;
}
.price-cart__item_sale,
.sort__item._active {
    color: #840016;
}
.cart-product__btn img {
    display: inline-block;
    margin-right: 12px;
}
.cart-product._hover .cart-product__section,
.cart-product._hover_bottom .cart-product__section,
.cart-product._hover_bottom .pp-hover__nav {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.cart-product._hover_bottom {
    overflow: hidden;
}
.price-cart__item {
    font-weight: 700;
    line-height: 1.25;

    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.price-cart__item_origin {
    text-decoration-line: line-through;
    color: #b5aeae;
    font-weight: 400;
}
.price-cart__item_price {
    margin-left: 8px;
}
.pp-hover {
    padding: 45px 20px 20px;
    position: relative;
    display: block;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.pp-hover__content {
    height: 274px;
    position: relative;
    overflow: hidden;
}
.pp-hover__item {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: 0.1s;
    -o-transition: 0.1s;
    transition: 0.1s;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.detail-card__container,
.img-ds__img,
.pp-hover__item picture {
    height: 100%;
}
.pp-hover__item img {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    max-width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    max-height: 100%;
}
.pp-hover__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1px;
    position: absolute;
    left: 16px;
    right: 16px;
    width: calc(100% - 32px);
    top: 0;
    bottom: 0;
    height: 100%;
}
.breadcrumbs__list,
.favorites-bandle {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
}
.pp-hover__nav div {
    margin: 0 1px;
    height: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-bottom: 1px solid rgba(181, 174, 174, 0.5);
    -webkit-transition: 0.1s;
    -o-transition: 0.1s;
    transition: 0.1s;
}
.favorites-bandle,
.filter__list {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
}
.pp-hover__nav div._active {
    border-color: #1E1518;
}
.favorites-bandle {
    width: 18px;
    height: 18px;
    cursor: pointer;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    transition: 0.3s;
    z-index: 1;
}
.favorites-bandle svg {
    fill: #b5aeae;
}
.breadcrumbs__list {
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    margin: 0 auto;
}
.breadcrumbs__list::before {
    content: "";
    position: absolute;
    top: calc(100% + 6px);
    width: 80%;
    height: 1px;
    background: #b5aeae;
}
.breadcrumbs__item {
    line-height: 1.5;
    text-transform: uppercase;
    color: #b5aeae;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 10px;
}
.breadcrumbs__item:not(:last-child)::after {
    content: "";
    width: 14px;
    height: 1px;
    background: #b5aeae;
    margin: 0 6px;
    display: inline-block;
}
.feedback {
    -webkit-box-shadow: inset 0 0 40px rgba(82, 82, 82, 0.16);
    box-shadow: inset 0 0 40px rgba(82, 82, 82, 0.16);
    padding: 80px 0;
    margin-top: 86px;
}
.filter-price__drop.in,
.sort__list.in {
    max-height: 100vh;
    -webkit-box-shadow: 0 8px 24px #1E1518;
}
.feedback__container {
    max-width: 736px;
}
.feedback__form {
    margin-top: 68px;
}
.contact-ld,
.feedback__bottom,
.password-lk {
    margin-top: 56px;
}
.feedback__bottom .btn {
    padding: 0 80px;
}
.card__gallery,
.proposed {
    padding-top: 100px;
}
.proposed__list {
    margin: 40px -8px;
}
.proposed__product {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(25% - 16px);
    flex: 0 0 calc(25% - 16px);
    margin: 0 8px 16px;
    height: 440px;
    position: relative;
}
.login .btn,
.proposed__product .cart-product {
    width: 100%;
}
.mailing {
    padding-top: 60px;
}
.mailing__body {
    margin-top: 52px;
}
.info-exclusive__content,
.mailing__form {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 704px;
    flex: 0 0 704px;
}
.contact__dotts,
.form-basket-callback__bottom,
.mailing__bottom {
    margin-top: 20px;
}
.mailing__text {
    margin-left: 176px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    line-height: 1.5;
}
.drop-maps__item,
.filter-price__top,
.sort__item {
    line-height: 1.25;
    font-family: Bannikova;
    text-transform: uppercase;
}
.mailing__btn {
    padding: 0 105px;
    margin-left: 40px;
}
.mailing .checkbox {
    margin-left: 0;
}
.filter__list {
    margin: 0 -8px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    transition: 0.3s;
}
.applicable-filter__btn,
.sort__list {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
}
.filter__list._active {
    bottom: 0;
}
.checkbox-color input,
.filter__btn,
.filter__list .btn.btn_black,
.login__block,
.login__close {
    display: none;
}
.filter-select {
    margin: 0 8px 16px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(33.333% - 16px);
    flex: 0 0 calc(33.333% - 16px);
}
.filter-price {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: relative;
}
.filter-price__data {
    width: 100%;
    padding: 10px;
    height: 40px;
    border: 1px solid transparent;
    border-bottom: 1px solid #dcdada;
    font-family: Bannikova;
    text-transform: uppercase;
    position: relative;
    color: rgba(33, 27, 27, 0.3);
    cursor: pointer;
}
.filter-price__data::after {
    content: "";
    position: absolute;
    right: 10px;
    top: 50%;
    z-index: 2;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url(/local/templates/main/css/../img/icon/arrow_select.svg) center/contain no-repeat;
    width: 14px;
    height: 8px;
}
.filter-price__data span {
    margin: 0 4px;
}
.filter-price__drop.in {
    border: 1px solid #dcdada;
    box-shadow: 0 8px 24px #1E1518;
}
.filter-price__top {
    padding: 20px 20px 0;
}
.filter-price__noislider {
    overflow: hidden;
    height: 44px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px;
    margin-bottom: 10px;
}
.filter-price__noislider .noUi-base {
    width: 100%;
    position: relative;
    width: calc(100% - 25px);
    left: 12.5px;
}
.filter-price__noislider .noUi-base::after,
.filter-price__noislider .noUi-base::before {
    content: "";
    position: absolute;
    top: calc(50% - 2px);
    width: 12.5px;
    height: 4px;
    z-index: -1;
    background: #dcdada;
}
.filter-price__noislider .noUi-base::after {
    right: -12.5px;
    border-radius: 0 2px 2px 0;
}
.filter-price__noislider .noUi-base::before {
    left: -12.5px;
    border-radius: 2px 0 0 2px;
}
.filter-price__noislider .noUi-origin {
    will-change: transform;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform-style: flat;
    transform-style: flat;
}
.filter-price__noislider .noUi-handle {
    border-radius: 50%;
    background: #fff;
    -webkit-box-shadow: 0 0.5px 4px rgba(0, 0, 0, 0.12), 0 6px 13px rgba(0, 0, 0, 0.12);
    box-shadow: 0 0.5px 4px rgba(0, 0, 0, 0.12), 0 6px 13px rgba(0, 0, 0, 0.12);
    width: 25px;
    height: 25px;
    top: -14px;
    font-size: 0;
    position: absolute;
    right: -12.5px;
}
.filter-price__noislider .noUi-connects {
    position: relative;
    height: 4px;
    background: #dcdada;
    border-radius: 2px;
}
.filter-price__noislider .noUi-connect {
    background: #840016;
    height: 4px;
    will-change: transform;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform-style: flat;
    transform-style: flat;
}
.sort {
    position: absolute;
    right: 0;
    top: -48px;
    z-index: 4;
}
.sort__btn {
    width: 24px;
    height: 24px;
}
.sort__list {
    position: absolute;
    top: 34px;
    min-width: 384px;
    right: 0;
    background: #fff;
    z-index: 3;
    max-height: 0;
    transition: 0.3s;
    overflow: hidden;
}
.sort__list.in {
    border: 1px solid #dcdada;
    width: 320px;
    box-shadow: 0 8px 24px #1E1518;
    padding: 10px 0;
}
.drop-maps__item,
.sort__item {
    padding: 10px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    cursor: pointer;
}
.applicable-filter__list,
.home-slider__body,
.subhome-slider__body {
    overflow: hidden;
}
.applicable-filter__btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 40px;
    background: #fdfdfd;
    padding: 8px 12px;
    color: #840016;
    border: 1px solid #dcdada;
    transition: 0.3s;
    white-space: nowrap;
    width: -webkit-max-content !important;
    width: -moz-max-content !important;
    width: max-content !important;
}
.applicable-filter__btn span {
    display: inline-block;
    margin-left: 8px;
    width: 16px;
    height: 16px;
    background: url("data:image/svg+xml;charset=UTF-8,%3csvg width='16' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='m3 3 10 10m0-10L3 13' stroke='%23211B1B' stroke-width='2' stroke-linecap='round'/%3e%3c/svg%3e") center no-repeat;
}
.applicable-filter__del,
.checkbox-color label,
.form-password__hide {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
}
.applicable-filter__btn:active {
    background: #1E1518;
    color: #fff;
}
.applicable-filter__btn:active span {
    background: url("data:image/svg+xml;charset=UTF-8,%3csvg width='16' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='m3 3 10 10m0-10L3 13' stroke='%23ffffff' stroke-width='2' stroke-linecap='round'/%3e%3c/svg%3e") center no-repeat;
}
.applicable-filter__del {
    position: absolute;
    top: 0;
    right: 0;
    color: #840016;
    height: 100%;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
    padding-left: 16px;
}
.applicable-filter__del::before {
    content: "";
    width: 65px;
    height: 100%;
    position: absolute;
    left: -65px;
    background: -webkit-gradient(linear, right top, left top, from(#fff), to(rgba(255, 255, 255, 0)));
    background: -o-linear-gradient(right, #fff 0, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(270deg, #fff 0, rgba(255, 255, 255, 0) 100%);
}
.select__item {
    gap: 8px;
}
.checkbox-color {
    width: 24px;
    height: 24px;
    padding: 0 !important;
}
.checkbox-color input:checked + label {
    border-color: #b5aeae;
}
.checkbox-color label {
    border: 1.5px solid transparent;
    width: 24px;
    height: 24px;
    display: inline-flex;
    cursor: pointer;
}
.contact__list,
.exclusive__info,
.exclusive__work,
.feedback-request,
.feedback-request__form {
    margin-top: 80px;
}
.feedback-request__left {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 784px;
    flex: 0 1 784px;
}
.feedback-request__btn {
    height: 58px;
    padding: 0 44px;
    border: 1px;
}
.feedback-request__right {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 704px;
    flex: 0 1 704px;
    margin-left: 16px;
}
.feedback-request .form-control {
    margin-bottom: 20px;
}
.login {
    max-width: 544px;
    width: 100%;
    position: fixed;
    left: 50%;
    top: 50%;
    background: #fff;
    max-height: 96vh;
    overflow-y: auto;
    -webkit-transform: translate(-50%, -60%);
    -ms-transform: translate(-50%, -60%);
    transform: translate(-50%, -60%);
    overflow-x: hidden;
    z-index: -10;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.login.active {
    z-index: 9;
    padding: 40px 56px 50px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.login__title {
    text-align: center;
    font-family: Bannikova;
    font-size: 28px;
    line-height: 1.2857142857;
    text-transform: uppercase;
    margin-bottom: 40px;
}
.login__form,
.order-basket__total {
    padding: 0 24px;
}
.catalog-section__filter,
.login__item:not(:last-child) {
    margin: 0 0 40px;
}
.login__item_reg:not(:last-child) {
    margin: 0 0 24px;
}
.login__link {
    line-height: 1.25;
    color: #1E1518;
    border-bottom: 1px solid #1E1518;
    display: inline-block;
    cursor: pointer;
}
.login__captcha-text {
    margin-top: 8px;
    font-size: 14px;
    line-height: 1.4285714286;
    color: #1E1518;
}
.form-password__name,
.lk-data__subtitle {
    font-weight: 700;
    line-height: 1.5;
}
.form-password__input {
    margin-top: 4px;
    padding: 10px 30px 10px 0;
    border-bottom: 1px solid #b5aeae;
    display: block;
    width: 100%;
}
.form-password__input_hide {
    display: none;
}
.form-password__hide {
    width: 24px;
    height: 24px;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    right: 0;
    bottom: 10px;
    cursor: pointer;
    -webkit-transition: 0.1s;
    -o-transition: 0.1s;
    transition: 0.1s;
    background: url("data:image/svg+xml;charset=UTF-8,%3csvg width='24' height='16' viewBox='0 0 24 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.8513 0.0644137C6.53393 0.427535 2.64855 2.97861 0.488206 6.86871C-0.081163 7.89395 -0.0964355 7.97043 0.156909 8.5264C0.819435 9.98023 2.11124 11.6649 3.44576 12.8155C9.25411 17.8231 18.0413 16.8058 22.5629 10.6022C23.094 9.87344 23.7563 8.75773 23.9225 8.31182C24.027 8.03121 24.0266 7.98775 23.9165 7.69145C23.8513 7.51613 23.6043 7.04139 23.3675 6.63631C22.0202 4.33126 20.1634 2.5753 17.8311 1.40031C16.3268 0.642467 14.7558 0.207205 12.9941 0.0602239C12.0215 -0.0209351 11.8623 -0.0205797 10.8513 0.0644137ZM13.3755 1.55233C16.4948 1.95053 19.2672 3.51271 21.1714 5.94507C21.4741 6.33162 21.8997 6.95441 22.1173 7.32896L22.5128 8.01005L22.1173 8.69113C20.0117 12.3164 16.1595 14.5425 11.9916 14.5425C10.0731 14.5425 8.45033 14.1487 6.7049 13.2593C4.66266 12.2187 3.00749 10.6567 1.86785 8.69447L1.47422 8.01672L1.77345 7.4763C2.50218 6.16043 3.85011 4.63609 5.08387 3.73283C6.30975 2.83532 8.10901 2.02622 9.53993 1.72892C10.7449 1.47855 12.2536 1.40911 13.3755 1.55233ZM11.0586 3.5703C8.94789 4.04525 7.46528 6.05009 7.59154 8.25857C7.65823 9.42561 8.07432 10.3732 8.88473 11.2036C10.269 12.622 12.245 12.9469 13.9918 12.0433C15.0026 11.5205 15.7823 10.5899 16.1914 9.41844C16.3483 8.96883 16.3736 8.78109 16.3765 8.04555C16.3792 7.35566 16.3507 7.09891 16.2265 6.69645C15.5341 4.45091 13.2595 3.07504 11.0586 3.5703ZM13.2544 5.22202C13.869 5.51868 14.4146 6.07863 14.7068 6.7125C14.9164 7.16714 14.9286 7.23822 14.9286 8.01005C14.9286 8.78187 14.9164 8.85295 14.7068 9.3076C14.4155 9.93947 13.8694 10.5006 13.2544 10.7999C12.8119 11.0153 12.7427 11.0278 11.9916 11.0278C11.2404 11.0278 11.1712 11.0153 10.7287 10.7999C10.1137 10.5006 9.56757 9.93947 9.27629 9.3076C9.06669 8.85295 9.05453 8.78187 9.05453 8.01005C9.05453 7.23822 9.06669 7.16714 9.27629 6.7125C9.52998 6.16221 10.0796 5.55397 10.5455 5.30794C11.0985 5.0159 11.3711 4.95774 12.0952 4.97734C12.7065 4.99388 12.8403 5.02214 13.2544 5.22202Z' fill='%23211B1B'/%3e%3c/svg%3e") center/contain no-repeat;
}
.home-product__img,
.home-slider__anchor {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
}
.form-password__hide.hide::after {
    content: "";
    width: 100%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    height: 1.4px;
    background: #1E1518;
}
input[type="password"] {
    font-family: icons;
    font-style: normal;
    font-weight: 400;
    speak: none;
    font-variant: normal;
    text-transform: none;
    letter-spacing: 2px;
}
.page__subhome {
    margin: 100px 0;
}
.page__product {
    padding-bottom: 160px;
}
.page__tabs {
    margin-top: 120px;
    padding-bottom: 180px;
    overflow: hidden;
}
.page__news {
    margin-top: 16px;
    padding-bottom: 72px;
}
.home-slider__slide {
    position: relative;
    height: auto;
    aspect-ratio: 20 / 9
}
@media(max-width: 1280px){
    .home-slider__img{
        object-position: left !important;
    }
}
@media (min-width: 769px) {
    picture.phone {
        display: none;
    }
}
@media(max-width: 576px){
    .home-slider__body .home-slider__slide picture.desktop,
    picture.desktop {
        display: none;
    }
    .home-slider__body .home-slider__slide picture.phone,
    picture.phone {
        display: block;
    }
    .home-slider__body .home-slider__slide,
    .home-slider__body .home-slider__img {
        aspect-ratio: 1;
    }
}
.home-slider__img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 100%;
    width: 100%;
    aspect-ratio: 20 / 9;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}
.home-slider__product {
    position: relative;
    z-index: 2;
    height: inherit;
    right: 15px;
}
.home-slider__pagination div {
    position: absolute;
    left: 28px;
    top: -52px;
}
.home-slider__anchor {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 52px;
    z-index: 2;
    border: 2px solid #fff;
    border-radius: 100px;
    width: 55px;
    height: 55px;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
}
.product-hover__btn::after,
.video-cart__play {
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.home-slider__anchor::after {
    content: "";
    width: 14px;
    height: 8px;
    position: absolute;
    display: inline-block;
    background: url(/local/templates/main/css/../img/icon/arrow_white.svg) center/contain no-repeat;
    -webkit-animation: 2s linear 0.3s infinite arrow-hover;
    animation: 2s linear 0.3s infinite arrow-hover;
}
.product-home__item .cart-product__btn,
.product-home__item:nth-child(3) .pp-hover__nav,
.tabs-home__item .cart-product__btn
{
    display: none!important;
}
.home-product {
    position: absolute;
    right: 0;
    background: #fff;
    z-index: 2;
    padding: 18px;
    width: 340px;
    height: 138px;
    bottom: 32px;
}
.home-product__text {
    text-transform: uppercase;
    margin-right: 42px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 122px;
    flex: 0 0 122px;
}
.home-product__subname {
    font-size: 12px;
    line-height: 1.6666666667;
    color: #a1a1a1;
}
.home-product__name {
    margin-top: 4px;
    font-family: Bannikova;
    color: #1E1518;
    font-size: 15px;
}
.home-product__price {
    margin-top: 12px;
    font-weight: 700;
    line-height: 1.25;
    color: #1E1518;
    font-size: 15px;
}
.home-product__img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 180px;
    flex: 0 0 180px;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.heritage-home__item,
.subhome-slider__img {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
}
.home-product__img img {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
.product-hover {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.product-hover__item {
    position: absolute;
}
.product-hover__btn {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3);
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    position: absolute;
    cursor: pointer;
    z-index: 2;
    opacity: 0.8;
}
.product-hover__btn::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #fff;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.product-hover__btn._active::after,
.section-home__img {
    width: 100%;
    height: 100%;
}
.product-hover__cart {
    position: absolute;
    left: 0;
    z-index: -2;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.4s ease-out;
    -o-transition: 0.4s ease-out;
    transition: 0.4s ease-out;
    -webkit-transform: scale(0.98);
    -ms-transform: scale(0.98);
    transform: scale(0.98);
    width: 254px;
    top: -288px;
    height: 280px;
}
.product-hover__cart._active {
    z-index: 3;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.product-hover__cart .pp-hover {
    padding: 12px;
}
.product-hover__cart .pp-hover__content,
.product-hover__cart .pp-hover__content img {
    height: 210px;
}
.subhome-slider__content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 590px;
    flex: 0 0 590px;
}
.subhome-slider__img {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin-left: 76px;
    position: relative;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 20px;
}
.subhome-slider__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.subhome-slider__subtitle {
     font-family: Bannikova;
     line-height: 1.5;
     text-transform: uppercase;
     color: #1E1518;
     width: 100%;
     font-size: 32px;
 }
.subhome-slider__subtitle span, .subhome-slider__subtitle h2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.subhome-slider__text {
    max-width: 464px;
    line-height: 1.5;
    color: #756a6d;
    margin-right: auto;
    margin-top: 16px;
}
.subhome-slider__dotts {
    position: absolute;
    right: 422px;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
    bottom: 40px;
    z-index: 2;
}
.subhome-slider__btn {
    margin-top: 42px;
}
.subhome-slider__btn .btn {
    padding: 0 80px;
}
.product-home,
.tabs-home__body {
    margin-top: 16px;
}
.product-home__grid {
    position: relative;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 0.5fr 16px 0.5fr 16px 1fr;
    grid-template-columns: 0.5fr 0.5fr 1fr;
    gap: 16px;
    grid-template-areas: "block1 block2 block3 " " block4 block5 block3";
}
.product-home__item {
    overflow: hidden;
    -webkit-transition: 0.2s ease-in;
    -o-transition: 0.2s ease-in;
    transition: 0.2s ease-in;
}
.product-home__item .cart-product__section {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.product-home__item:first-child {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    grid-area: block1;
}
.product-home__item:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
    grid-area: block2;
}
.product-home__item:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 5;
    grid-area: block3;
    max-height: 400vh;
    position: relative;
    width: 100%;
    height: 740px;
}
.product-home__item:nth-child(3) .pp-hover__content {
    height: 610px;
}
.product-home__item:nth-child(4) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    grid-area: block4;
}
.product-home__item:nth-child(5) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
    grid-area: block5;
}
.luxury-page__slider {
    overflow: hidden;
    width: 100%;
}
.luxury-page__slide {
    min-height: 90vh;
    width: 100vw;
    margin-top: 16px;
    overflow: hidden;
    position: relative;
}
.luxury-page__img,
.luxury-page__text::after {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
}
.luxury-page__img {
    bottom: 0;
    right: 0;
}
.luxury-page__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.luxury-page__container {
    height: 100%;
    position: relative;
    padding-top: 80px;
}
.luxury-page__text {
    max-width: 464px;
    padding: 40px;
    position: relative;
    margin-left: auto;
}
.luxury-page__text::after {
    content: "";
    z-index: 0;
    background: rgba(255, 255, 255, 0.2);
    -webkit-backdrop-filter: blur(24px);
    backdrop-filter: blur(24px);
}
.luxury-page__subtitle {
    font-family: Bannikova;
    font-size: 38px;
    line-height: 1.2105263158;
    text-transform: uppercase;
    color: #fff;
    position: relative;
    z-index: 1;
}
.luxury-page__desc {
    margin-top: 24px;
    line-height: 1.5;
    color: #e7e7e7;
    position: relative;
    z-index: 1;
}
.luxury-page__product {
    position: absolute;
    bottom: 120px;
    left: 12px;
    width: 384px;
    height: 384px;
    overflow: hidden;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.luxury-page__product .cart-product {
    width: 100%;
}
.section-home {
    margin-top: 60px;
}
.section-home__container {
    padding: 0 140px;
}
.gallery-card__list,
.images-ec__list .swiper-wrapper,
.section-home__list .swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -8px;
}
.section-home__item {
    margin: 0 8px 16px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(33.3333333333% - 16px);
    flex: 0 0 calc(33.3333333333% - 16px);
    position: relative;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    height: 380px;
}
.section-home__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.section-home__content {
    position: absolute;
    bottom: 40px;
    left: 40px;
    right: 40px;
    z-index: 2;
    color: #fff;
    max-height: 37px;
    overflow: hidden;
    -webkit-transition: 2s;
    -o-transition: 2s;
    transition: 2s;
}
.heritage-home__link,
.section-home__prev {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
}
.section-home__name {
    font-family: Bannikova;
    font-size: 28px;
    line-height: 1.3214285714;
    text-transform: uppercase;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.section-home__prev {
    transition: 0.3s;
    line-height: 1.5;
}
.tabs-home__subtitle {
    max-width: 800px;
    margin: 0 auto;
    font-family: Bannikova;
    font-size: 38px;
    line-height: 1.5;
    text-transform: uppercase;
    color: #1E1518;
    width: 100%;
    text-align: justify;
}
.tabs-home__subtitle span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.tabs-home__anchor {
    margin-top: 70px;
}
.tabs-home__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    opacity: 0;
    height: 0;
    width: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
    gap: 16px;
}
.o-b.active,
.tabs-home__list.active {
    opacity: 1;
    visibility: visible;
    width: 100%;
    height: auto;
}
.tabs-home__item {
    width: 100%;
    width: calc(33.333% - 16px);
    position: relative;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

@media(min-width: 1920px){
    .tabs-home__list .cart-product {
        height: 640px;
    }

    .pp-hover__content{
        height: 446px;
    }
    .product-home__item.cart-product:not(:nth-child(3))    .pp-hover__content{
        height: 290px;
    }

}
.content-ec,
.sets__items,
.slider-adres,
.story,
.tabs-home__item .cart-product,
main {
    overflow: hidden;
}
.anchor-tabs {
    padding: 24px 0;
    border-top: 1px solid #dcdada;
    border-bottom: 1px solid #dcdada;
}
.anchor-tabs__item {
    margin: 0 27px;
    cursor: pointer;
    text-transform: uppercase;
    white-space: nowrap;
}
.anchor-tabs__item.active {
    color: #840016;
    font-weight: 700;
}
.news-page__list,
.news__list {
    margin: 0 -16px;
}
.news-page__item {
    width: calc(33.3333333333% - 32px);
    margin: 0 16px;
}
.news-page__all {
    margin: 72px 0 0;
    text-align: center;
}
.info-dt__sale,
.photo-dt__min {
    margin-right: 16px;
}
.news-page__all .btn {
    padding: 0 162px;
}
.news-cart__img {
    height: 460px;
}
.news-cart__img img,
.video-exclusive__value,
.work-exclusive__img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.news-cart__content {
    margin-top: 10px;
    text-transform: uppercase;
}
.news-cart__data {
    line-height: 1.5;
    color: #b5aeae;
}
.heritage-home__all,
.heritage-home__link._active {
    font-weight: 700;
    color: #840016;
}
.news-cart__name {
    margin-top: 10px;
    font-family: Bannikova;
    line-height: 1.25;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    overflow: hidden;
}
.heritage-home__body {
    min-height: 622px;
    margin-top: 16px;
}
.heritage-home__list {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 44%;
    flex: 1 1 44%;
    margin-left: 160px;
    line-height: 1.25;
    text-transform: uppercase;
    padding: 40px 0;
}
.heritage-home__link {
    font-family: Bannikova;
    transition: 0.3s;
    cursor: pointer;
}
.heritage-home__link:not(:last-child) {
    margin-bottom: 24px;
}
.heritage-home__all {
    display: inline-block;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    margin-top: 48px;
    border-bottom: 2px solid;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.heritage-home__content {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 56%;
    flex: 1 0 56%;
    margin-left: 40px;
}
.heritage-home__item {
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    position: relative;
    max-height: 0;
    height: 0;
    opacity: 0;
    visibility: hidden;
}
.big-dp__img img,
.photo-dt {
    max-height: 600px;
}
.heritage-home__item img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.heritage-home__item._active {
    opacity: 1;
    visibility: visible;
    max-height: 100vh;
    height: 100%;
}
.heritage-home__item._active .heritage-home__text {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
.heritage-home__text {
    max-width: 560px;
    line-height: 1.5;
    color: #fff;
    position: absolute;
    left: 80px;
    bottom: 80px;
    right: 80px;
    z-index: 2;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
}
.big-dp,
.big-dp__body,
.video-cart {
    position: relative;
}
.card__detail {
    padding-bottom: 80px;
}
.detail-card__photo {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin-right: 16px;
}
.detail-card__info {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 464px;
    flex: 0 0 464px;
}
.min-dp__item {
    width: 64px;
    height: 64px;
    padding: 2px;
    border: 1px solid rgba(134, 134, 134, 0.1);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
.calc-order__top,
.min-dp__item:not(:last-child) {
    margin-bottom: 8px;
}
.min-dp__item._active {
    -webkit-box-shadow: 0 8px 24px #1E1518;
    box-shadow: 0 8px 24px #1E1518;
}
.min-dp__item_around {
    background-size: 30px 41px;
}
.big-dp {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}
.big-dp .favorites-bandle {
    position: absolute;
    right: 40px;
    top: 40px;
    z-index: 1;
}
.big-dp__body {
    max-height: 100%;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.big-dp__body img {
    max-width: 100%;
}
.big-dp__img {
    max-height: 100%;
    max-width: 100%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.big-dp__img.hide,
.info-dt__btns.hide {
    display: none;
}
.big-dp__img img {
    max-width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
.video-cart {
    display: none !important;
}
.video-cart._active {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}
.video-cart._active video {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 600px;
}
.video-cart__play {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 54px;
    height: 54px;
    border-radius: 50%;
    border: 2px solid #840016;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 2;
    cursor: pointer;
}
.video-cart__play.hide {
    opacity: 0;
    visibility: hidden;
}
.info-dt__bottom {
    margin-top: 72px;
}
.birth-ld__contol,
.info-dt__btn:not(:first-child),
.info-dt__quantity .btn {
    margin-top: 16px;
}
.info-dt__bottom .btn {
    padding: 0 76px;
}
.info-dt__block_list li:not(:last-child),
.info-dt__block_text p:not(:last-child),
.popup-exclusive .form-control:not(:last-child) {
    margin-bottom: 20px;
}
.info-dt__quantity {
    display: none;
    width: 304px;
}
.basket-callback__item,
.form-basket-callback__btn,
.info-dt__block_list li span,
.info-dt__pice div {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
}
.info-dt__quantity.show {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}
.info-dt__quantity .quantity {
    width: 100%;
    height: 44px;
    border: none;
}
.info-dt__quantity .quantity__btn {
    background: #333;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 64px;
    flex: 0 0 64px;
}
.info-dt__quantity .quantity__btn_plus svg {
    fill: #fff;
}
.info-dt__quantity .quantity__value {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    background: #333;
    color: #fff;
}
.info-dt__btns .btn {
    width: 304px;
}
.info-dt__btn {
    font-family: Bannikova;
    line-height: 1.25;
    text-transform: uppercase;
    opacity: 0.5;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
}
.info-dt__btn.show {
    font-size: 28px;
    line-height: 1.2857142857;
    color: #1E1518;
    opacity: 1;
}
.info-dt__block {
    max-height: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
}
.info-dt__block.show {
    max-height: 100vh;
    opacity: 1;
    visibility: visible;
    margin-top: 16px;
}
.section-all__bottom._active,
.sets-fp.in {
    max-height: 1000vh;
}
.info-dt__block_list,
.info-dt__block_text {
    font-size: 18px;
    line-height: 1.3333333333;
    color: #1E1518;
}
.info-dt__block_list li span {
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.info-dt__block_list li span::before {
    content: "—";
    margin-right: 4px;
}
.content-ec__item p:not(:last-child),
.info-exclusive__text p:not(:last-child) {
    margin-bottom: 24px;
}
.info-dt__pice {
    font-size: 38px;
    line-height: 1.2105263158;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    margin-top: 18px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.info-dt__pice div {
    display: inline-flex;
}
.info-dt__sale {
    color: #840016;
}
.info-dt__origin {
    font-size: 28px;
    line-height: 1.2857142857;
    text-decoration-line: line-through;
    color: #b5aeae;
}
.basket-callback {
    position: fixed;
    right: -100%;
    top: 0;
    min-height: 100vh;
    background: #fff;
    max-width: 800px;
    height: 100%;
    width: 100%;
    overflow-y: auto;
    -webkit-transition: 0.6s ease-in-out;
    -o-transition: 0.6s ease-in-out;
    transition: 0.6s ease-in-out;
    z-index: 6;
}
.basket-callback.active,
.popup-exclusive.active {
    right: 0;
}
.basket-callback__body {
    padding: 46px 40px 46px 56px;
}
.basket-callback__title {
    font-size: 38px;
    line-height: 1.2105263158;
    text-transform: uppercase;
    color: #1E1518;
}
.basket-callback__subtitle,
.delivery-basket-callback__title {
    font-size: 24px;
    line-height: 1.3333333333;
    color: #1E1518;
    font-family: Bannikova;
}
.basket-callback__subtitle {
    margin-top: 24px;
}
.basket-callback__product {
    margin: 24px -8px -8px;
}
.basket-callback__item {
    margin: 0 8px 8px;
    width: calc(33.3333333333% - 16px);
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #ddd;
    height: 146px;
    overflow: hidden;
}
.basket-callback__item picture {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.basket-callback__item img {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
.delivery-basket-callback__body {
    margin: 0 -10px;
}
.delivery-basket-callback__desc {
    line-height: 1.5;
    color: #756a6d;
    padding-top: 20px;
    margin: 20px 10px 0;
    border-top: 1px solid rgba(143, 143, 143, 0.2);
    -webkit-box-flex: 0;
    -ms-flex: 0 1 321px;
    flex: 0 1 321px;
}
.delivery-basket-callback__column {
    padding-top: 20px;
    margin: 0 10px;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 224px;
    flex: 0 1 224px;
}
.delivery-basket-callback__row,
.info-ds__text {
    line-height: 1.5;
}
.delivery-basket-callback__row:not(:last-child) {
    margin-bottom: 35px;
}
.delivery-basket-callback__subname {
    font-weight: 500;
    color: #1E1518;
}
.delivery-basket-callback__text {
    margin-top: 6px;
    color: #756a6d;
}
.form-basket-callback__sale {
    font-size: 20px;
    line-height: 1.6;
    text-decoration-line: line-through;
    margin-top: 32px;
    opacity: 0.6;
}
.form-basket-callback__price {
    font-weight: 500;
    font-size: 32px;
    line-height: 1.1875;
}
.form-basket-callback__btn {
    height: 58px;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #333;
    opacity: 0.5;
    padding: 0 44px;
    white-space: nowrap;
    color: #fff;
    margin: 0 !important;
}
.gallery-card {
    -webkit-box-shadow: 0 -24px 64px rgba(44, 44, 44, 0.08);
    box-shadow: 0 -24px 64px rgba(44, 44, 44, 0.08);
}
.gallery-card__container {
    padding-left: 60px;
    padding-right: 60px;
}
.gallery-card__list._vertical {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    grid-template-areas: "img1 img3" "img2 img3";
}
.gallery-card__list._vertical .gallery-card__item {
    height: auto;
}
.gallery-card__list._vertical .gallery-card__item:first-child {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    grid-area: img1;
}
.gallery-card__list._vertical .gallery-card__item:nth-child(2) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    grid-area: img2;
}
.gallery-card__list._vertical .gallery-card__item:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 2;
    grid-area: img3;
}
.gallery-card__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 12px);
    flex: 0 0 calc(50% - 12px);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 360px;
    margin: 0 6px 12px;
    overflow: hidden;
}
.gallery-card__item img,
.gallery-card__item picture {
    max-width: 100%;
    min-height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.gallery-card__item._full {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: auto;
}
.gallery-card__item._full img {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.video-card__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-height: 900px;
}
.video-card__data {
    max-width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    max-height: 900px;
}
.info-ds__slide img,
.section-all__img img {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
}
.video-card__play,
.video-exclusive__play {
    width: 84px;
    height: 84px;
    border-radius: 50%;
    border: 4px solid #840016;
    position: absolute;
    left: 50%;
    top: 50%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0.8;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.video-card__play.hide {
    opacity: 0;
    visibility: hidden;
}
.video-card__play:active {
    opacity: 0.4;
}
.video-card__play svg {
    width: 54px;
    height: 54px;
    margin-left: 3px;
    stroke: #840016;
}
.section-all__list .swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 32px -8px -16px;
}
.section-all__card {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(25% - 16px);
    flex: 0 0 calc(25% - 16px);
}
.popup-exclusive__close,
.popup-exclusive__file input,
.section-all__card input {
    display: none;
}
/*
.calc-order .radio,
.section-all__card._show {
    opacity: 0.3;
}
*/
.section-all__card input:checked + .section-all__item .section-all__img {
    padding: 12px;
    -webkit-box-shadow: 0 8px 8px #1E1518;
    box-shadow: 0 8px 8px #1E1518;
}
.section-all__item {
    margin: 0 8px 16px;
    padding: 8px;
    display: block;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(25% - 16px);
    flex: 0 0 calc(25% - 16px);
    cursor: pointer;
    overflow: hidden;
}
.section-all__img {
    width: 100%;
    height: 344px;
    padding: 20px 25px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    overflow: hidden;
    max-width: 100%;
}
.section-all__img img {
    object-fit: contain;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.section-all__name {
    font-family: Bannikova;
    font-size: 24px;
    line-height: 1.2857142857;
    text-transform: uppercase;
    text-align: center;
    color: #1E1518;
}
.section-all__body {
    padding: 12px 8px 8px;
}
.section-all__bottom {
    max-height: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    overflow: hidden;
}
.section-all__items .swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 80px -8px -16px;
}
.section-all__items .section-all__item {
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 0px;
    flex: 0 0 0;
    margin: 0;
    padding: 0;
}
.section-all__items .section-all__item._active {
    opacity: 1;
    visibility: visible;
    margin: 0 8px 16px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(25% - 16px);
    flex: 0 0 calc(25% - 16px);
    padding: 12px;
}
.section-all__count {
    margin-top: 8px;
    line-height: 1.5;
    color: #1E1518;
}
.section-all__sets .section-all__items,
.sets-fp__list {
    margin: 0 -8px;
}
.section-detail__body {
    height: 622px;
    margin-bottom: 80px;
}
.section-detail__img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 540px;
    flex: 0 0 540px;
}
.section-detail__info {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin-left: 176px;
    overflow: hidden;
}
.img-ds {
    position: relative;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}
.img-ds__img img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.img-ds__body {
    position: absolute;
    left: 40px;
    bottom: 40px;
    right: 40px;
    color: #fff;
}
.img-ds__name,
.work-exclusive__name {
    font-family: Bannikova;
    font-size: 28px;
    line-height: 1.3214285714;
    text-transform: uppercase;
}
.img-ds__desc {
    line-height: 1.5;
    margin-top: 8px;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: 1s, opacity 1.4s;
    -o-transition: 1s, opacity 1.4s;
    transition: 1s, opacity 1.4s;
}
.info-ds__block {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.info-ds__nav .arrow,
.info-ds__slide {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
}
.info-ds__subtitle {
    font-family: Bannikova;
    font-size: 28px;
    line-height: 1.2857142857;
    color: #1E1518;
    text-transform: uppercase;
}
.info-ds__slider,
.work-exclusive__slider {
    margin-top: 40px;
    position: relative;
}
.info-ds__nav .arrow {
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    z-index: 2;
}
.sets-fp,
.sets-fp__item {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
}
.info-ds__nav .arrow_next {
    right: 0;
    -webkit-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
}
.info-ds__nav .arrow.swiper-button-disabled {
    opacity: 0.3;
    cursor: default;
}
.info-ds__wrap {
    width: calc(100% - 80px);
    margin: 0 40px;
    overflow: hidden;
}
.info-ds__slide {
    height: 184px;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.info-ds__slide img {
    padding: 4px;
    object-fit: contain;
}
.info-exclusive__img img,
.story__img img {
    -o-object-fit: contain;
    max-height: 100%;
    max-width: 100%;
}
.catalog-section__list {
    margin: 0 -8px 180px;
}
.catalog-section__item {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(33.333% - 16px);
    flex: 0 0 calc(33.333% - 16px);
    margin: 0 8px 16px;

}

.sets__items .swiper-wrapper {
    width: 100%;
}
.sets-fp {
    max-height: 0;
    transition: 0.3s;
}
.sets-fp.in {
    opacity: 1;
    visibility: visible;
}
.sets-fp__filter {
    margin: 80px 0 40px;
    position: relative;
}
.sets-fp__item {
    position: relative;
    transition: 0.3s;
    width: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0;
    flex: 0;
}
.content-ec__tab,
.work-exclusive__arrow {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
}
.drop-maps,
.popup-exclusive__file .btn,
.sets-fp__item .cart-product {
    width: 100%;
}
.sets-fp__item._active {
    opacity: 1;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 calc(25% - 16px);
    flex: 0 1 calc(25% - 16px);
    visibility: visible;
    margin: 0 8px 16px;
}
.exclusive__basket {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 80px;
    background: #211b1b;
    color: #fff;
    font-size: 24px;
    line-height: 0.8333333333;
}
.info-exclusive__img,
.story__img {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
}
.exclusive__capab {
    margin-top: 120px;
}
.video-exclusive {
    width: 100%;
    height: 100vh;
    position: relative;
}
.video-exclusive__play.hide {
    opacity: 0;
    visibility: hidden;
}
.video-exclusive__play:active {
    opacity: 0.4;
}
.video-exclusive__play svg {
    width: 54px;
    height: 54px;
    margin-left: 3px;
}
.info-exclusive {
    margin-top: 107px;
}
.info-exclusive__text {
    margin-top: 32px;
    line-height: 1.5;
    opacity: 0.7;
}
.info-exclusive__text ul li {
    position: relative;
    padding-left: 12px;
}
.info-exclusive__text ul li span {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #1E1518;
    display: inline-block;
    margin-right: 10px;
}
.info-exclusive__img {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin-left: 118px;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.info-exclusive__img img {
    height: auto;
    object-fit: contain;
}
.work-exclusive__arrow {
    width: 30px;
    height: 60px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url(/local/templates/main/css/../img/icon/arrow__slider_exclusive.svg) center/contain no-repeat;
    cursor: pointer;
    z-index: 2;
    transition: 0.3s;
}
.work-exclusive__arrow.swiper-button-disabled {
    opacity: 0.3 !important;
    cursor: default;
}
.content-ec__item._active,
.images-ec__block._active {
    opacity: 1;
    max-height: 200vh;
    visibility: visible;
}
.work-exclusive__arrow_prev {
    left: -87px;
}
.work-exclusive__arrow_next {
    right: -87px;
    -webkit-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
}
.work-exclusive__body {
    overflow: hidden;
    height: 640px;
}
.work-exclusive__slide {
    position: relative;
}
.work-exclusive__text {
    position: absolute;
    bottom: 40px;
    left: 40px;
    right: 40px;
    color: #fff;
}
.work-exclusive__desc {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    opacity: 0;
    margin-top: 10px;
    line-height: 1.5;
}
.capab-exclusive__wrap {
    margin-top: 120px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
}
.capab-exclusive__content {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 704px;
    flex: 0 1 704px;
}
.capab-exclusive__images {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 704px;
    flex: 0 1 704px;
    margin-left: 76px;
}
.content-ec__tabs {
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    min-height: 36px;
}
.content-ec__tab {
    font-family: Bannikova;
    text-transform: uppercase;
    line-height: 1.25;
    color: #b5aeae;
    transition: 0.3s;
}
.accordion__top::after,
.popup-exclusive {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
}
.content-ec__tab:not(:last-child) {
    margin-right: 16px;
}
.content-ec__tab._active {
    font-size: 28px;
    line-height: 1.2857142857;
    color: #1E1518;
}
.content-ec__item {
    font-family: "Cera Pro";
    line-height: 1.5;
    opacity: 0.7;
    max-height: 0;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
}
.popup-exclusive__title,
.progress__num,
.story__subtitle {
    font-family: Bannikova;
    line-height: 1.2105263158;
    text-transform: uppercase;
}
.images-ec__block {
    max-height: 0;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
}
.images-ec__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 16px);
    flex: 0 0 calc(50% - 16px);
    margin: 0 8px 16px;
    height: 200px;
}
.images-ec__item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.popup-exclusive {
    position: fixed;
    right: -140%;
    top: 0;
    min-height: 100vh;
    background: #fff;
    padding: 46px 40px 46px 56px;
    z-index: 9;
    width: 600px;
    transition: 0.3s;
}
.popup-exclusive__title {
    font-size: 38px;
}
.popup-exclusive__bottom {
    margin-top: 32px;
    gap: 16px;
}
.popup-exclusive__bottom .btn {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    opacity: 0.5;
    height: 58px;
}
.popup-exclusive__checkbox {
    margin: 24px 0 0;
}
.story__wrap {
    margin-top: 10px;
}
.story__row:not(:last-child) {
    margin-bottom: 120px;
}
.story__row:nth-child(odd) .story__text {
    margin-left: 56px;
}
.story__row:nth-child(2n) .story__text {
    margin-right: 56px;
}
.story__img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.order-basket__delivery div,
.product-basket__img {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
}
.story__img img {
    object-fit: contain;
}
.story__text {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    position: relative;
}
.progress__num,
.story__subtitle {
    font-size: 32px;
}
.preview-news__descr,
.story__list {
    margin-top: 24px;
    line-height: 1.5;
}
.order__form .form-control:not(:last-child),
.story__list p:not(:last-child) {
    margin-bottom: 20px;
}
.calc-order__bottom .radio:not(:last-child),
.total-order__items li:not(:last-child) {
    margin-bottom: 8px;
}
.story__signature {
    position: absolute;
    bottom: -54px;
    right: 20px;
    max-width: 218px;
    max-height: 60px;
}
.story__signature img {
    max-width: 100%;
}
.basket__header {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin-right: 384px;
}
.basket__row {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
}
.basket__products {
    border-top: 1px solid #dcdada;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}
.basket__order {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 384px;
    flex: 0 0 384px;
    border: 1px solid #dcdada;
    position: sticky;
    top: 0;
}
.header-basket {
    line-height: 1.5;
    padding: 10px 0;
}
.header-basket__name {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
}
.header-basket__price {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 15%;
    flex: 0 0 15%;
}
.header-basket__quantity {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
}
.header-basket__total {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 15%;
    flex: 0 0 15%;
    padding-right: 16px;
}
.product-basket {
    padding: 10px 16px;
    min-height: 140px;
    line-height: 1.5;
    border-bottom: 1px solid #dcdada;
}
.product-basket__img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 117px;
    flex: 0 0 117px;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.product-basket__desc,
.product-basket__name {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.product-basket__img img {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
.product-basket__text {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin-left: 43px;
}
.product-basket__name {
    text-transform: uppercase;
}
.product-basket__delete {
    margin-top: 8px;
    text-decoration-line: underline;
    color: #b5aeae;
}
.product-basket__price {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 15%;
    flex: 0 0 15%;
    text-align: center;
}
.product-basket__quantity {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    text-align: center;
}
.product-basket__total {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 15%;
    flex: 0 0 15%;
    text-align: right;
}
.lk-loyalty__subtitle,
.order__subtitle,
.order__tab {
    text-align: center;
    text-transform: uppercase;
    font-family: Bannikova;
}
.order-basket {
    padding: 16px;
    line-height: 1.5;
}
.order-basket__delivery {
    padding: 0 24px 24px;
}
.order-basket__delivery div {
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.calc-order,
.total-order__all,
.total-order__items li {
    display: -webkit-box;
    display: -ms-flexbox;
}
.order-basket__delivery div svg {
    display: inline-block;
    margin-right: 16px;
}
.order-basket__total div {
    text-transform: uppercase;
}
.order-basket__add {
    margin-top: 74px;
    width: 100%;
    height: 58px;
}
.order__list {
    margin: 0 -88px;
}
.order__item {
    margin: 0 88px 80px;
    width: calc(50% - 176px);
}
.order__item_adres.show {
    display: none;
}
.order__subtitle {
    line-height: 1.2857142857;
    font-size: 24px;
}
.order__tabs {
    margin: 32px 0 0;
}
.order__tab {
    margin: 0 12px;
    line-height: 1.25;
    opacity: 0.3;
    cursor: pointer;
}
.calc-order__item,
.o-b {
    opacity: 0;
    height: 0;
    visibility: hidden;
}
.calc-order .radio.active,
.order__tab.active {
    opacity: 1;
}
.order .form-control_comment {
    margin-top: 36px;
}
.calc-order {
    margin-top: 32px;
    display: flex;
    gap: 16px;
}
.calc-order__list {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-right: 12px;
}
.calc-order__item {
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
    width: 100%;
}
.calc-order__item.active {
    opacity: 1;
    visibility: visible;
    height: auto;
}
.calc-order__radio:not(:last-child) {
    margin-bottom: 26px;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1rem;
}
.calc-order__bottom {
    display: none;
    margin-left: 40px;
}
.calc-order__remainder,
.cart-story__delete {
    margin-top: 8px;
}
.calc-order__remainder input {
    padding: 10px;
    border-bottom: 1px solid #1E1518;
    line-height: 1.5;
}
.o-b {
    width: 0;
    -webkit-transition: height 0.3s;
    -o-transition: height 0.3s;
    transition: height 0.3s;
}
.contact-ld__item,
.lk-data__column,
.password-lk__item,
.total-order {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.total-order__items li {
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.cart-story__status,
.total-order__items li div {
    line-height: 1.5;
}
.total-order__all {
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 24px 0;
    margin-top: 24px;
    border-top: 1px solid #b5aeae;
}
.total-order__add {
    height: 58px;
    width: 100%;
}
.lk__menu {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 360px;
    flex: 0 0 360px;
}
.lk__menu li:not(:last-child) {
    margin-bottom: 16px;
}
.lk__menu li a {
    font-family: Bannikova;
    opacity: 0.5;
    text-transform: uppercase;
    line-height: 1.25;
}
.lk__menu li a.active {
    opacity: 1;
    font-size: 22px;
    line-height: 1.2857142857;
}
.lk__content {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin-left: 40px;
}
.lk-loyalty__desc {
    opacity: 0.7;
    line-height: 1.5;
}
.lk-loyalty__desc p:not(:last-child),
.lk-story__item:not(:last-child) {
    margin-bottom: 24px;
}
.news-detail__text p:not(:last-child),
.preview-news__descr p:not(:last-child) {
    margin-bottom: 32px;
}
.lk-loyalty__subtitle {
    margin-top: 32px;
    line-height: 1.2857142857;
    color: #1E1518;
    font-size: 22px;
}
.accordion.in .accordion__top::after {
    -webkit-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
}
.accordion.in .accordion__body {
    visibility: visible;
    max-height: 100vh;
    opacity: 0.7;
    padding: 10px;
}
.accordion__top {
    min-height: 56px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: Bannikova;
    line-height: 1.25;
    text-transform: uppercase;
    position: relative;
    padding-right: 60px;
    border-bottom: 1px solid #b5aeae;
    cursor: pointer;
}
.accordion__top::after {
    content: "";
    width: 24px;
    height: 24px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    right: 8px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: inline-block;
    z-index: 1;
    transition: 0.3s;
    background: url("data:image/svg+xml;charset=UTF-8,%3csvg width='27' height='27' viewBox='0 0 27 27' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M1.47932 13.4999L25.5211 13.4999M13.5001 1.47911V25.5209' stroke='%23211B1B' stroke-width='1.8' stroke-linecap='round'/%3e%3c/svg%3e") center/contain no-repeat;
}
.accordion__body {
    max-height: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    line-height: 1.5;
}
.progress__num.active {
    color: #840016;
}
.progress__num.next {
    color: #b5aeae;
}
.progress__line {
    position: relative;
    width: 100%;
    height: 10px;
    background: #dcdada;
    border: 1px solid #b5aeae;
    -webkit-box-shadow: inset 0 1px 4px #1E1518;
    box-shadow: inset 0 1px 4px #1E1518;
    border-radius: 10px;
    margin: 24px 0 86px;
}
.progress__price {
    height: 6px;
    position: absolute;
    left: 1px;
    top: 1px;
    right: 0;
    z-index: 2;
    display: inline-block;
    max-width: calc(100% - 2px);
    background: #840016;
    border-radius: 10px;
}
.progress__price span {
    position: absolute;
    white-space: nowrap;
    right: 0;
    top: 36px;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
    color: #840016;
}
.progress__price span::after {
    content: "";
    position: absolute;
    bottom: 18px;
    left: calc(50% - 0.5px);
    width: 1px;
    height: 24px;
    background: #840016;
}
.lk-story__time {
    margin-left: 32px;
}
.lk-story__list {
    margin-top: 24px;
    border-top: 1px solid #dcdada;
}
.cart-story {
    border-bottom: 1px solid #dcdada;
    padding: 10px 0;
    position: relative;
}
.cart-story__img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 117px;
    flex: 0 0 117px;
    height: 117px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.cart-story__count,
.news-detail__dotts {
    display: -webkit-box;
    display: -ms-flexbox;
}
.cart-story__img img {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.cart-story__text {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}
.cart-story__name {
    line-height: 1.5;
    text-transform: uppercase;
}
.cart-story__status_ok {
    color: #01942a;
}
.cart-story__status_loading {
    color: #ba8135;
}
.cart-story__status_cancel,
.drop-maps__item.active,
.openLogin1 svg {
    color: #840016;
}
.drop-maps__value,
.preview-news__data {
    color: #b5aeae;
    text-transform: uppercase;
}
.cart-story__count {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16%;
    flex: 0 0 16%;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.cart-story__count span {
    display: inline-block;
    margin-left: 4px;
}
.cart-story__price {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16%;
    flex: 0 0 16%;
    text-align: right;
    padding-right: 18px;
    white-space: nowrap;
}
.contact-ld__list,
.lk-data__row {
    gap: 16px;
}
.lk-data__subtitle.in,
.password-lk__edit {
    display: none;
}
.password-lk__edit.in,
.password-lk__save.in {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
}
.lk-data__save {
    text-align: center;
    margin-top: 56px;
}
.lk-data__save .btn {
    padding: 0 150px;
}
.birth-ld {
    margin-top: 44px;
}
.password-lk__edit.in {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: inline-flex;
    gap: 16px;
}
.password-lk__btn {
    margin-left: 64px;
    width: 216px;
}
.password-lk__btn.show {
    display: none;
}
.password-lk__save {
    display: none;
    margin-left: 16px;
    width: 247px;
}
.password-lk__save.in {
    display: inline-flex;
}
.news {
    padding: 0 48px;
}
.news__item {
    margin: 0 16px 32px;
    width: calc(33.3333333333% - 32px);
}
.news-detail__left {
    width: /*684*/575px;
    position: relative;
    height: /*484*/377px;
    margin-right: 45px;
}
.news-detail__left .swiper-wrapper,
.news-detail__slide,
.news-detail__slider {
    height: 100%;
}
.news-detail__nav .arrow {
    position: absolute;
    top: 50%;
    width: 14px;
    height: 28px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.news-detail__nav .arrow_prev {
    left: -30px;
}
.news-detail__nav .arrow_next {
    right: -30px;
}
.news-detail__slider {
    overflow: hidden;
    width: 100%;
}
.news-detail__slide img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.news-detail__dotts {
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 12px;
    position: absolute;
    top: calc(100% - 34px);
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 2;
}
.news-detail__preview {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin-left: 96px;
}
.news-detail__text p {
    line-height: 1.5;
}
.news-detail__title {
    font-family: Bannikova;
    line-height: 1.2105263158;
    text-transform: uppercase;
    text-align: center;
    font-size: 32px;
    margin-top: 60px;
}
.preview-news__data {
    line-height: 1.5;
}
.preview-news__name {
    margin-top: 8px;
    font-family: Bannikova;
    font-size: 28px;
    line-height: 1.2857142857;
    text-transform: uppercase;
}
.contact__map {
    margin-top: 40px;
    width: 100%;
    height: 624px;
}
.contact__subtitle {
    font-family: Bannikova;
    font-size: 38px;
    line-height: 1.2105263158;
    text-align: center;
    text-transform: uppercase;
    margin-top: 120px;
}
.contact__dotts span {
    background: #b5aeae;
    height: 1px;
}
.contact__dotts span.swiper-pagination-bullet-active {
    background: #1E1518;
    opacity: 1;
}
.search-adres__wrap {
    width: 624px;
    margin: 0 auto;
    position: relative;
}
.drop-maps__value {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border: 1px solid transparent;
    border-bottom: 1px solid #b5aeae;
    cursor: pointer;
    padding: 10px;
    height: 40px;
    font-family: Bannikova;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.drop-maps__value::after {
    content: "";
    width: 20px;
    height: 20px;
    background: url(/local/templates/main/css/../../img/icon/arrow_grey.svg) center/contain no-repeat;
    display: inline-block;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.drop-maps__value.in::after {
    content: "";
    -webkit-transform: rotate(-270deg);
    -ms-transform: rotate(-270deg);
    transform: rotate(-270deg);
}
.drop-maps__list {
    position: absolute;
    top: 100%;
    width: 100%;
    right: 0;
    left: 0;
    background: #fff;
    z-index: 3;
    max-height: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    overflow: hidden;
}
.drop-maps__list.in {
    border: 1px solid #dcdada;
    max-height: 100vh;
    -webkit-box-shadow: 0 8px 24px #1E1518;
    box-shadow: 0 8px 24px #1E1518;
    padding: 10px 0;
}
.ballon-contact__item {
    margin: 0 16px;
}
.ballon-contact__icon {
    width: 40px;
    height: 57px;
}
.ballon-contact__icon img {
    max-width: 100%;
}
.ballon-contact__text {
    margin-left: 24px;
    line-height: 1.5;
}
.slider-adres__img {
    height: 120px;
    width: 120px;
    margin-right: 32px;
}
.slider-adres__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.slider-adres__contect {
    -webkit-box-flex: 1;
    line-height: 1.25;
    width: 70%;
}
.slider-adres__contect h4 {
    margin-bottom: 24px;
    font-family: Bannikova;
    text-transform: uppercase;
}
.offline-calc__control {
    margin-bottom: 20px;
}
.ymaps-2-1-79-ground-pane {
    filter: grayscale(1) !important;
    -ms-filter: grayscale(1);
    -webkit-filter: grayscale(1);
    -moz-filter: grayscale(1);
    -o-filter: grayscale(1);
}
.contact__dotts,
.ymaps-2-1-79-copyrights-pane {
    display: none;
}

.label-city {
    width: 100%;
    padding-bottom: 12px;
    margin: 50px 0;
    border-bottom: 1px solid #B5AEAE;
    color: #B5AEAE;
    font-family: 'Bannikova';
    text-transform: uppercase;
    font-size: 16px;
    line-height: 16px;
}
.contact-data {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 8px 0;
    margin-top: 20px;
}
.phone-icon {
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-end;
    gap: 0 8px;
}
.shop-info {
    flex: 1;
}

.top-header__map-item {
	margin-left: 40px;
}

@media (any-hover: hover) {
    .btn_black:hover,
    .btn_outline:hover,
    .search-header__ok:hover {
        background: #1E1518;
    }
    .product-home__item:hover .cart-product__section,
    .product-hover__cart:hover .cart-product__section {
        opacity: 1;
        visibility: visible;
    }
    .arrow:hover svg {
        color: #01adc9;
    }
    .anchor-tabs__item:hover,
    .burger__list li a:hover,
    .burger__list li div:hover,
    .cart-product__name:hover,
    .contact-footer__mail:hover,
    .heritage-home__link:hover,
    .luxury-spoler__link:hover,
    .luxury-spoler__section:hover,
    .menu-header__link:hover,
    .pagination__page:hover,
    .select-adres__item:hover,
    .select_dropdown .select__li:hover,
    .spoiler-header__section a:hover,
    .top-footer__menu li a:hover,
    .top-footer__phone:hover {
        color: #840016;
    }
    .btn_outline:hover {
        color: #fff;
        border-color: #211b1b;
    }
    .btn_gray:hover {
        background: #333;
    }
    .filter-price__data:hover,
    .select-adres__value:hover,
    .select__value:hover {
        border-color: #dcdada;
    }
    .applicable-filter__btn:hover,
    .drop-maps__item:hover,
    .quantity__btn:hover,
    .select_default .select__item:hover,
    .sort__item:hover {
        background: #dcdada;
    }
    .burger__close:hover {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }
    .menu-header__section_drop:hover::after {
        visibility: visible;
        opacity: 1;
        z-index: 1;
        -webkit-transition: 0.1s;
        -o-transition: 0.1s;
        transition: 0.1s;
    }
    .menu-header__section_drop:hover .spoiler-header {
        padding: 34px 0 57px;
        max-height: 100vh;
        -webkit-transition: 1.6s;
        -o-transition: 1.6s;
        transition: 1.6s;
        -webkit-box-shadow: 0 5px 5px #1E1518;
        box-shadow: 0 5px 5px #1E1518;
        z-index: 2;
    }
    .contact-footer__social li a:hover svg {
        stroke: #840016;
    }
    .cart-product__favorites:hover svg {
        fill: #1E1518;
    }
    .favorites-bandle:hover svg {
        fill: #333;
    }
    .product-hover__btn:hover::after {
        width: 84%;
        height: 84%;
    }
    .product-hover__cart:hover {
        height: auto;
    }
    .product-hover__cart:hover .pp-hover__item img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }
    .product-home__item:hover {
        height: auto;
        max-height: unset;
        position: absolute;
        z-index: 2;
        width: 100%;
        border: 1px solid #dcdada;
    }
    .product-home__item:hover .cart-product__body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .product-home__item:hover .pp-hover__item img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }
    .product-home__item:nth-child(3):hover {
        position: absolute;
    }
    .product-home__item:nth-child(3):hover .pp-hover__nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .luxury-page__product:hover {
        height: 580px;
        max-height: 100vh;
        bottom: 100px;
    }
    .section-home__item:hover .section-home__content {
        max-height: 100vh;
    }
    .section-home__item:hover .section-home__prev {
        margin-top: 10px;
    }
    .heritage-home__all:hover {
        color: #1E1518;
    }
    .info-dt__quantity .quantity__btn:hover {
        background: #333;
        opacity: 0.9;
    }
    .video-card__play:hover,
    .video-exclusive__play:hover {
        opacity: 0.6;
    }
    .section-all__card:hover {
        opacity: 1;
    }
    .section-all__item:hover .section-all__img {
        padding: 12px;
        -webkit-box-shadow: 0 8px 14px rgba(0, 0, 0, 0.16);
        box-shadow: 0 8px 14px rgba(0, 0, 0, 0.16);
    }
    .img-ds:hover .img-ds__desc,
    .work-exclusive__slide:hover .work-exclusive__desc {
        max-height: 100vh;
        opacity: 1;
    }
    .work-exclusive__arrow:hover {
        opacity: 0.8;
    }
    .drop-maps__value:hover {
        border: 1px solid #b5aeae;
    }
}
@media (min-width: 61.99875em) and (any-hover: hover) {
    .cart-product._hove._hover:hover {
        height: auto;
        max-height: 580px;
        position: absolute;
        z-index: 2;
        width: 100%;
    }
    .cart-product._hover:hover .cart-product__body,
    .cart-product._hover_bottom:hover .cart-product__body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .cart-product._hover:hover .cart-product__section,
    .cart-product._hover_bottom:hover .cart-product__section,
    .cart-product._hover_bottom:hover .pp-hover__nav {
        opacity: 1;
        visibility: visible;
    }

    .cart-product._hover_bottom:hover {
        height: auto;
        position: absolute;
        z-index: 2;
        width: 100%;
    }
    .cart-product._hover_bottom.notposition:hover
    {
        position: unset;
    }
}
@media (min-width: 61.99875em) and (any-hover: hover) and (min-width: 61.99875em) {
    .cart-product._hover_bottom:hover {
        height: auto;
    }
}
@media all and (min-width: 1024px) {
    .fancybox__container {
        --carousel-button-width: 48px;
        --carousel-button-height: 48px;
        --carousel-button-svg-width: 27px;
        --carousel-button-svg-height: 27px;
    }
    .fancybox__slide {
        padding: 64px 100px;
    }
    .carousel__button.is-close,
    .fancybox__nav .carousel__button.is-next {
        right: 40px;
    }
    .fancybox__nav .carousel__button.is-prev {
        left: 40px;
    }
    .fancybox__toolbar {
        padding: 8px;
    }
}
@media (max-width: 1280px) {
    .subhome-slider__content {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 480px;
        flex: 0 0 480px;
    }
    .subhome-slider__img {
        margin-left: 24px;
    }
    .subhome-slider__subtitle {
        font-size: 26px;
    }
    .section-all__img {
        height: 255px;
    }
    .images-ec__list {
        margin: 0 -4px;
    }
    .images-ec__item {
        height: 160px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 8px);
        flex: 0 0 calc(50% - 8px);
        margin: 0 4px 8px;
    }
    .basket__header {
        margin-right: 0;
    }
    .basket__row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .basket__order {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        border: 0;
        max-width: 50%;
        margin: 0 auto;
    }
}
@media (max-width: 1140px) {
    .proposed__product {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 16px);
        flex: 0 0 calc(50% - 16px);
        height: 388px;
    }
    .feedback-request__form {
        width: 480px;
        margin: 32px auto 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .feedback-request__left {
        width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }
    .feedback-request__right {
        width: 100%;
        margin-left: 0;
    }
    .catalog-section__item,
    .sets-fp__item._active {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(33.333% - 16px);
        flex: 0 0 calc(33.333% - 16px);
    }
    .story__wrap {
        margin-top: 0;
    }
    .story__row:nth-child(odd) {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        margin-bottom: 24px;
    }
    .story__row:nth-child(odd) .story__text {
        margin-left: 0;
    }
    .story__row:nth-child(2n) {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 24px;
    }
    .story__row:nth-child(2n) .story__text {
        margin-right: 0;
    }
    .story__img {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        height: 487px;
        width: 100%;
        margin-top: 24px;
    }
    .story__text {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%;
    }
    .story__signature {
        position: relative;
        right: 0;
        bottom: 20px;
        margin-left: auto;
    }
}
@media (max-width: 640px) {
    .fancybox__toolbar__items--center:not(:last-child) {
        display: none;
    }
}
@media (max-width: 120.18625em) {
    .subhome-slider__dotts {
        width: 100%;
        right: 0;
        left: 0;
        bottom: -24px;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
    .subhome-slider__dotts span {
        background: #b5aeae;
    }
    .subhome-slider__dotts span.swiper-pagination-bullet-active {
        background: #1E1518;
        opacity: 1;
    }
    .luxury-page__text {
        max-width: 420px;
        padding: 20px;
    }
    .luxury-page__subtitle {
        font-size: 34px;
    }
    .luxury-page__desc {
        margin-top: 16px;
    }
    .work-exclusive__arrow {
        background: url(/local/templates/main/css/../img/icon/arrow__slider_exclusive.svg) center/16px no-repeat #b5aeae;
        border-radius: 50%;
        height: 48px;
        width: 48px;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .work-exclusive__arrow_prev {
        left: 20px;
    }
    .work-exclusive__arrow_next {
        right: 20px;
    }
}


@media (min-width: 1600px) {

.page__product {
    padding-bottom: 20px;
}

}

@media (max-width: 1599px) {
    .top-footer__phone {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        text-align: center;
    }
    .bottom-footer {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .bottom-footer__copy {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .bottom-footer__contact {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 32px;
    }
    .bottom-footer__pay {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
    .no-favorites,
    .no-search-rezult {
        margin-bottom: 240px;
    }
    .gallery-card__item._full,
    .video-cart._active video {
        max-height: 480px;
    }
    .info-dt__block_list li:not(:last-child),
    .info-dt__block_text p:not(:last-child),
    .info-exclusive__text p:not(:last-child),
    .story__list p:not(:last-child) {
        margin-bottom: 12px;
    }
    .footer__top {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .content-ec__tab,
    .luxury-page__desc,
    .preview-news__data,
    .top-footer__menu li a {
        font-size: 14px;
    }
    .top-footer__phone {
        order: 2;
        flex: 0 0 auto;
    }
    .swiper-pagination-bullet {
        width: 32px;
        height: 2px;
    }
    .arrow-prev {
        left: -16px;
    }
    .arrow-next {
        right: 16px;
    }
    .container {
        max-width: 1140px;
    }
    ._title {
        font-size: 32px;
        padding: 0 16px 24px;
        margin-top: 12px;
    }
    ._subtitle {
        font-size: 22px;
        padding: 16px 0;
    }
    .info-ds__subtitle,
    .info-dt__origin,
    .info-exclusive__title,
    .login__title,
    .no-favorites__title,
    .section-home__name,
    .work-exclusive__name {
        font-size: 24px;
    }
    .no-favorites__desc {
        margin-top: 16px;
        font-size: 14px;
    }
    .info-dt__btn.show,
    .luxury-page__subtitle,
    .no-search-rezult,
    .section-all__name {
        font-size: 22px;
    }
    .pt_200 {
        padding-top: 120px;
    }
    .file {
        margin-top: 48px;
    }
    .feedback-request__btn,
    .file label {
        height: 44px;
    }
    .select-adres__item {
        padding: 8px 12px;
    }
    .radio label {
        padding-left: 32px;
    }
    .header._fixed .top-header {
        min-height: 54px;
    }
    .header__container,
    .home-slider__product {
        max-width: 100%;
    }
    .top-header {
        min-height: 64px;
    }
    .top-header__logo {
        max-width: 120px;
    }
    .top-header__phone {
        font-size: 16px;
        margin-right: 64px;
    }
    .search-header__wrap {
        height: 64px;
    }
    .burger__body {
        max-width: 420px;
        padding: 60px 20px 42px !important;
    }
    .burger__close {
        top: 20px;
    }
    .burger__title {
        font-size: 32px;
        margin-bottom: 54px;
    }
    .burger__list li {
        margin-bottom: 24px;
    }
    .region {
        margin-left: 28px;
    }
    .control-header__item,
    .lk__content,
    .top-header__map-item
    {
        margin-left: 20px;
    }
    .control-header__item svg {
        max-width: 22px;
    }
    .control-header__item.openLogin svg {
        max-width: 23px;
    }
    .info-dt__btn:not(:first-child),
    .menu-header {
        margin-top: 12px;
    }
    .menu-header__wrap {
        margin: 0 -16px;
    }
    .menu-header__section_drop::after {
        height: 120px;
    }
    .menu-header__link {
        margin: 0 16px;
        font-size: 15px;
    }
    .spoiler-header {
        top: 90px;
    }
    .spoiler-header__img {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 264px;
        flex: 0 0 264px;
    }
    .spoiler-header__section {
        margin-right: 80px;
    }
    .cart-product__name,
    .cart-product__price,
    .content-ec__item,
    .img-ds__desc,
    .info-dt__block_list li,
    .info-dt__block_text,
    .info-exclusive__text,
    .luxury-spoler__link,
    .news-detail__text,
    .price-cart__item,
    .product-basket__name,
    .section-home__prev,
    .spoiler-header__section a,
    .story__list {
        font-size: 15px;
    }
    .luxury-spoler__column {
        margin: 0 40px;
    }
    .luxury-spoler__section {
        font-size: 15px;
        margin-bottom: 24px;
    }
    .top-footer__menu {
        margin: 24px -16px;
    }
    .top-footer__menu li {
        margin: 0 16px;
    }
    .cart-product,
    .gallery-card__item {
        height: 320px;
    }
    .cart-product__header {
        padding: 12px;
    }
    .cart-product__section,
    .home-product__subname {
        font-size: 11px;
    }
    .cart-product__body {
        padding: 8px 12px 12px;
    }
    .cart-product__btn {
        margin: 0 12px 12px;
        height: 38px;
        font-size: 15px;
    }
    .cart-product__btn img {
        margin-right: 8px;
    }

    .price-cart__item_origin {
        margin-left: 8px;
        font-size: 13px;
    }
    .luxury-page .pp-hover__content {
        height: 138px;
    }
    .pp-hover__content {
        height: 237px;
    }
    .pp-hover__item img,
    .pp-hover__item picture {
        max-height: 100%;
    }
    .breadcrumbs__list::before {
        top: calc(100% + 4px);
    }
    .breadcrumbs__item:not(:last-child)::after {
        width: 8px;
        margin: 0 4px;
    }
    .feedback-request,
    .feedback__form,
    .info-dt__bottom,
    .mailing__body,
    .section-home {
        margin-top: 40px;
    }
    .proposed {
        padding-top: 60px;
    }
    .proposed__product {
        height: 420px;
    }
    .mailing {
        padding-top: 40px;
    }
    .mailing__form {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    }
    .mailing__text {
        margin-left: 87px;
    }
    .mailing__btn {
        padding: 0 45px;
    }
    .sort {
        top: -48px;
    }
    .applicable-filter__del::before {
        width: 32px;
        left: -28px;
    }
    .feedback-request__bottom {
        margin-top: 10px;
    }
    .login {
        max-width: 460px;
    }
    .login.active {
        padding: 32px 42px;
    }
    .login__form {
        padding: 0;
    }
    .login__item:not(:last-child),
    .login__item_reg:not(:last-child) {
        margin: 0 0 20px;
    }
    .page__subhome {
        margin: 60px 0;
    }
    .page__product {
        padding-bottom: 80px;
    }
    .page__tabs {
        margin-top: 60px;
        padding-bottom: 120px;
    }
    .home-slider__anchor {
        width: 44px;
        height: 44px;
        bottom: 32px;
    }
    .home-slider__anchor::after {
        width: 12px;
        height: 7px;
    }
    .home-product__img {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    }
    .product-hover__btn {
        width: 32px;
        height: 32px;
    }
    .product-hover__btn::after {
        width: 24px;
        height: 24px;
    }
    .product-hover__cart {
        width: 230px;
        height: 240px;
        top: -248px;
    }
    .product-hover__cart .pp-hover__content,
    .product-hover__cart .pp-hover__content img {
        height: 174px;
    }
    .calc-order__bottom,
    .subhome-slider__img {
        margin-left: 32px;
    }
    .subhome-slider__text {
        font-size: 15px;
        max-width: 400px;
    }
    .contact-ld,
    .lk-data__save,
    .password-lk,
    .popup-exclusive__form,
    .subhome-slider__btn,
    .tabs-home__anchor {
        margin-top: 32px;
    }
    .subhome-slider__btn .btn {
        padding: 0 64px;
    }



    .product-home__item:nth-child(3) {
        height: 568px;
    }
    .product-home__item:nth-child(3) .pp-hover__content {
        height: 414px;
    }
    .luxury-page__text {
        max-width: 320px;
    }
    .luxury-page__product {
        width: 260px;
        height: 260px;
        bottom: 80px;
    }
    .luxury-page__product .cart-product {
        height: 370px;
        bottom: 20px;
    }
    .section-home__container {
        padding: 0 100px;
    }
    .section-home__list .swiper-wrapper {
        margin: 0 -4px;
    }
    .section-home__item {
        height: 310px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(33.3333333333% - 8px);
        flex: 0 0 calc(33.3333333333% - 8px);
        margin: 0 4px 8px;
    }
    .section-home__content {
        bottom: 20px;
        right: 20px;
        left: 20px;
    }
    .tabs-home__subtitle {
        max-width: 460px;
        font-size: 22px;
    }
    .tabs-home__item .cart-product {
        height: 440px;
    }
    .anchor-tabs {
        padding: 16px 0;
    }
    .anchor-tabs__list {
        margin: 0;
    }
    .anchor-tabs__item {
        margin: 0 16px;
        font-size: 14px;
    }
    .news-page__all {
        margin: 32px 0 0;
    }
    .news-page__all .btn {
        padding: 0 86px;
    }
    .news-cart__img {
        height: 360px;
    }
    .heritage-home__body {
        min-height: 420px;
    }
    .heritage-home__list {
        margin-left: 80px;
        padding: 20px 0;
    }
    .calc-order__radio:not(:last-child),
    .content-ec__item p:not(:last-child),
    .heritage-home__link:not(:last-child),
    .lk-story__item:not(:last-child),
    .news-detail__text p:not(:last-child),
    .preview-news__descr p:not(:last-child) {
        margin-bottom: 16px;
    }
    .heritage-home__text {
        left: 40px;
        bottom: 40px;
        right: 40px;
    }
    .img-ds__body,
    .work-exclusive__text {
        left: 20px;
        right: 20px;
        bottom: 20px;
    }
    .card__detail {
        padding-bottom: 40px;
    }
    .card__gallery {
        padding-top: 80px;
    }
    .detail-card__info {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 380px;
        flex: 0 0 380px;
    }
    .photo-dt {
        max-height: 520px;
    }
    .min-dp__item {
        width: 54px;
        height: 54px;
    }
    .min-dp__item:not(:last-child) {
        margin-bottom: 6px;
    }
    .big-dp__img img {
        max-height: 300px;
    }
    .video-cart__play {
        width: 46px;
        height: 46px;
    }
    .info-dt__bottom .btn {
        padding: 0 56px;
    }
    .info-dt__pice,
    .popup-exclusive__title,
    .progress__num,
    .story__subtitle {
        font-size: 28px;
    }
    .gallery-card__container {
        padding-left: 28px;
        padding-right: 28px;
    }
    .gallery-card__list {
        margin: 0 -6px;
    }
    .video-card__container,
    .video-card__data {
        max-height: 640px;
    }
    .video-card__play,
    .video-exclusive__play {
        width: 64px;
        height: 64px;
    }
    .video-card__play svg {
        max-width: 36px;
    }
    .section-all__items .swiper-wrapper,
    .section-all__list .swiper-wrapper {
        margin: 24px -8px -16px;
    }
    .section-all__img {
        height: 286px;
    }
    .section-detail__body {
        height: 540px;
    }
    .section-detail__img {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 45%;
        flex: 0 0 45%;
    }
    .section-detail__info {
        margin-left: 86px;
    }
    .img-ds__name {
        font-size: 26px;
    }
    .info-ds__slider,
    .news-detail__similar,
    .order .form-control_comment,
    .order__body {
        margin-top: 24px;
    }
    .info-ds__slide {
        height: 174px;
    }
    .catalog-section__filter {
        margin: 0 0 52px;
    }


    .exclusive__basket {
        font-size: 18px;
        height: 64px;
    }
    .capab-exclusive__wrap,
    .contact__list,
    .exclusive__capab,
    .exclusive__info,
    .exclusive__work,
    .info-exclusive {
        margin-top: 60px;
    }
    .video-exclusive__play svg {
        width: 36px;
        height: 36px;
    }
    .info-exclusive__content {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 46%;
        flex: 0 1 46%;
    }
    .info-exclusive__text ul li {
        padding-left: 8px;
    }
    .info-exclusive__img {
        margin-left: 24px;
        -webkit-box-flex: 1;
        -ms-flex: 1 0 40%;
        flex: 1 0 40%;
    }
    .work-exclusive__body {
        height: 500px;
    }
    .capab-exclusive__content {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 540px;
        flex: 0 0 540px;
    }
    .ballon-contact__text,
    .capab-exclusive__images,
    .lk-story__time,
    .story__row:nth-child(odd) .story__text {
        margin-left: 24px;
    }
    .content-ec__tab._active,
    .lk-story__top {
        font-size: 20px;
    }
    .images-ec__item {
        height: 190px;
    }
    .popup-exclusive {
        padding: 28px 22px;
        width: 480px;
    }
    .popup-exclusive__bottom {
        gap: 8px;
    }
    .story__row:not(:last-child) {
        margin-bottom: 80px;
    }
    .story__row:nth-child(2n) .story__text {
        margin-right: 24px;
    }
    .story__img {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 44%;
        flex: 0 0 44%;
    }
    .basket__header {
        margin-right: 360px;
    }
    .basket__order {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 360px;
        flex: 0 0 360px;
    }
    .header-basket__name {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 51%;
        flex: 0 1 51%;
    }
    .header-basket__price {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 12%;
        flex: 0 0 12%;
    }
    .header-basket__quantity {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 21%;
        flex: 0 0 21%;
    }
    .product-basket__img {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 94px;
        flex: 0 0 94px;
    }
    .order__list {
        margin: 0 -28px;
    }
    .order__item {
        width: calc(50% - 56px);
        margin: 0 28px 40px;
    }
    .calc-order {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .total-order__add {
        height: 44px;
        max-width: 280px;
    }
    .progress__line {
        margin: 16px 0 60px;
    }
    .progress__price span::after {
        height: 16px;
        bottom: 22px;
    }
    .lk-story__list {
        margin-top: 16px;
    }
    .lk-data__save .btn {
        padding: 0 68px;
    }
    .birth-ld {
        margin-top: 20px;
    }
    .password-lk__btn {
        width: 174px;
        margin-left: 48px;
    }
    .password-lk__save {
        width: 174px;
    }
    .news {
        padding: 0 28px;
    }
    .news-detail__left {
        width: 440px;
        height: 320px;
    }
    .news-detail__nav .arrow_prev {
        left: -20px;
    }
    .news-detail__nav .arrow_next {
        right: -20px;
    }
    .news-detail__dotts {
        top: calc(100% - 24px);
    }
    .news-detail__preview,
    .slider-adres__contect {
        margin-left: 48px;
    }
    .preview-news__name {
        font-size: 21px;
    }
    .preview-news__descr {
        margin-top: 16px;
        font-size: 15px;
    }
    .contact__map {
        height: 520px;
    }
    .contact__subtitle {
        font-size: 28px;
        margin-top: 60px;
    }
    .search-adres__wrap {
        width: 524px;
    }
    .search-adres__ballon {
        margin-top: 22px;
    }
}
@media (any-hover: hover) and (max-width: 99.99875em) {
    .menu-header__section_drop:hover .spoiler-header {
        padding: 24px 0 32px;
    }
    .product-hover__cart:hover {
        height: 364px;
    }
    .luxury-page__product:hover {
        height: 380px;
        bottom: 20px;
    }
}
@media (max-width: 99.99875em) and (any-hover: hover) {
    .luxury-page__product:hover {
        height: 370px;
    }
}
@media (max-width: 61.99875em) {
    .select__value::after,
    .select_dropdown .select__name::after {
        -webkit-transform: translateY(-50%) rotate(-90deg);
        -ms-transform: translateY(-50%) rotate(-90deg);
        background: url(/local/templates/main/css/../img/icon/arrow_grey.svg) center/contain no-repeat;
    }
    .filter-price__drop,
    .product-home__item,
    .select__list,
    .select__list.in {
        position: relative;
    }
    .filter-price__data::after,
    .select__value::after,
    .select_dropdown .select__name::after {
        background: url(/local/templates/main/css/../img/icon/arrow_grey.svg) center/contain no-repeat;
    }
    .filter__list,
    .subhome-slider__dotts span {
        background: #fff;
    }
    .cart-product._hover_bottom .cart-product__section,
    .cart-product._hover_bottom .pp-hover__nav,
    .product-home__item .cart-product__section {
        visibility: visible;
        opacity: 1;
    }
    .calc-order__item,
    .filter__list,
    .mailing__bottom {
        -webkit-box-orient: vertical;
    }
    .arrow,
    .home-slider__anchor,
    .news-detail__nav,
    .product-hover {
        display: none;
    }
    ._subtitle {
        font-size: 24px;
    }
    .info-exclusive__title,
    .no-favorites__title,
    .no-search-rezult {
        font-size: 20px;
    }
    .filter-price__data,
    .select__value {
        border: none;
        color: #211b1b;
    }
    .select__value::after {
        transform: translateY(-50%) rotate(-90deg);
    }
    .select__value._active::after {
        -webkit-transform: translateY(-50%) rotate(90deg);
        -ms-transform: translateY(-50%) rotate(90deg);
        transform: translateY(-50%) rotate(90deg);
    }
    .select__list.in {
        border: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .select_default .select__item {
        text-transform: none;
        padding: 10px 20px;
    }
    .select_dropdown .select__name {
        padding: 10px 20px;
    }
    .select_dropdown .select__name::after {
        width: 14px;
        height: 8px;
        transform: translateY(-50%) rotate(-90deg);
    }
    .select_dropdown .select__name.open {
        color: #840016;
    }
    .select_dropdown .select__li {
        padding: 10px 30px;
    }
    .top-header__phone {
        font-size: 15px;
        margin-right: 12px;
    }
    .region {
        margin-left: 24px;
    }
    .control-header__item,
    .top-header__map-item{
        margin-left: 12px;
    }
    .control-header__item svg {
        max-width: 18px;
    }
    .control-header__item.openLogin svg {
        max-width: 21px;
    }
    .mailing .checkbox,
    .menu-header {
        margin-top: 12px;
    }
    .menu-header__link {
        margin: 0 8px;
    }
    .footer__bottom,
    .online-calc__btn {
        margin-top: 24px;
    }
    .top-footer__logo img {
        max-width: 120px;
    }
    .top-footer__menu {
        margin: 20px -6px;
    }
    .exclusive__capab,
    .exclusive__info,
    .exclusive__work,
    .feedback,
    .feedback__bottom {
        margin-top: 40px;
    }
    .top-footer__menu li {
        margin: 0 6px;
    }
    .bottom-footer__contact {
        margin-bottom: 24px;
    }
    .pp-hover__content {
        height: 140px;
    }
    .pp-hover__item img {
        max-height: 140px;
    }
    .feedback {
        padding: 56px 0;
    }
    .card__gallery,
    .proposed {
        padding-top: 40px;
    }
    .mailing__bottom {
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .calc-order__item,
    .filter__list,
    .info-dt__quantity.show {
        -webkit-box-direction: normal;
    }
    .mailing__text {
        margin-left: 16px;
    }
    .filter__list {
        margin: 0;
        overflow-y: auto;
        max-height: 100vh;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        position: fixed;
        bottom: -120%;
        left: 0;
        right: 0;
        width: 100%;
        z-index: 4;
        flex-direction: column;
        padding: 10px 0;
    }
    .img-ds__desc,
    .section-home__content {
        max-height: -webkit-max-content;
        max-height: -moz-max-content;
    }
    .filter__list .btn.btn_black {
        display: flex;
        margin: 4px 12px 0;
        padding: 12px 0px;
    }
    .filter__btn {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 24px;
        height: 24px;
    }
    .filter-select {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(33.333% - 8px);
        flex: 0 0 calc(33.333% - 8px);
        margin: 0;
    }
    .filter-price__data::after {
        -webkit-transform: translateY(-50%) rotate(-90deg);
        -ms-transform: translateY(-50%) rotate(-90deg);
        transform: translateY(-50%) rotate(-90deg);
    }
    .filter-price__drop.in {
        -webkit-box-shadow: none;
        box-shadow: none;
        border: none;
    }
    .sort {
        top: 0;
    }
    .applicable-filter {
        margin-top: 10px;
    }
    .page__subhome {
        margin: 60px 0 40px;
    }
    .subhome-slider__slide {
        display: block;
    }
    .subhome-slider__content {
        max-width: 480px;
        margin: 0 auto;
    }
    .subhome-slider__img {
        margin-left: 0;
        margin-top: 40px;
        width: 100%;
        margin-right: 0;
    }
    .subhome-slider__dotts {
        bottom: 24px;
    }
    .subhome-slider__dotts span.swiper-pagination-bullet-active {
        opacity: 1;
        background: #fff;
    }
    .product-home__grid {
        gap: 8px;
    }
    .product-home__item .cart-product__body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .product-home__item .pp-hover__item img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
        max-height: 200px;
    }
    .product-home__item:nth-child(3) {
        height: 528px;
        max-height: 528px;
    }
    .product-home__item:nth-child(3) .pp-hover__content {
        height: 406px;
    }
    .product-home__item:nth-child(3) .pp-hover__nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .luxury-page__product {
        height: 370px;
        bottom: 20px;
    }
    .section-home__container {
        padding: 0 28px;
    }
    .section-home__item {
        height: 360px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 8px);
        flex: 0 0 calc(50% - 8px);
    }
    .section-home__content {
        max-height: max-content;
    }
    .tabs-home__item {
        width: calc(33.3333333333% - (16px * 2 / 3));
    }
    .news-page__list {
        margin: 0;
        overflow: hidden;
    }
    .news-page__item {
        margin: 0;
        width: auto;
    }
    .heritage-home__body {
        min-height: 360px;
    }
    .heritage-home__list {
        margin-left: 0;
    }
    .detail-card__container,
    .lk__wrap {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .detail-card__info {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        margin-top: 24px;
    }
    .video-cart._active video {
        max-height: 360px;
    }
    .info-dt__quantity {
        width: auto;
    }
    .info-dt__quantity.show {
        -webkit-box-orient: horizontal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .info-dt__quantity .quantity {
        width: 304px;
    }
    .info-dt__quantity .btn {
        margin: 0 0 0 6px;
        width: 304px;
    }
    .gallery-card__item {
        height: 280px;
    }
    .video-card__container,
    .video-card__data {
        height: auto;
    }
    .section-all__card {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(33.333% - 16px);
        flex: 0 0 calc(33.333% - 16px);
    }
    .section-all__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 16px);
        flex: 0 0 calc(50% - 16px);
    }
    .section-all__items .section-all__item._active {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(33.333% - 16px);
        flex: 0 0 calc(33.333% - 16px);
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 16px);
        flex: 0 0 calc(50% - 16px);
    }
    .section-detail__body {
        height: 480px;
    }
    .section-detail__info {
        margin-left: 32px;
    }
    .img-ds__desc {
        opacity: 1;
        max-height: max-content;
        font-size: 16px;
    }
    .catalog-section__list {
        margin: 0 -4px 80px;
    }
    .catalog-section__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(33.333% - 8px);
        flex: 0 0 calc(33.333% - 8px);

        margin: 0 4px 8px;
    }
    .sets-fp__item._active {
        height: 348px;
    }
    .info-exclusive__content {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        width: 100%;
        display: block;
    }
    .popup-exclusive__close,
    .product-basket__price {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
    }
    .info-exclusive__img {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%;
        height: 420px;
        margin: 16px 0;
    }
    .work-exclusive__arrow {
        height: 36px;
        width: 36px;
        background-size: 10px;
    }
    .work-exclusive__desc {
        opacity: 1;
        max-height: -webkit-max-content;
        max-height: -moz-max-content;
        max-height: max-content;
    }
    .capab-exclusive__wrap {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-top: 24px;
    }
    .capab-exclusive__content {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }
    .capab-exclusive__images {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        margin: 24px 0 0;
    }
    .images-ec__item {
        height: 200px;
    }
    .popup-exclusive__close {
        display: inline-flex;
        width: 20px;
        height: 20px;
        position: absolute;
        right: 12px;
        top: 12px;
    }
    .basket__header {
        display: none;
        position: relative;
    }
    .basket__products {
        border: none;
    }
    .product-basket {
        height: auto;
        display: -ms-grid;
        display: grid;
        grid-template-areas: "block1 block2  block2" "block3 block5 block4 ";
        gap: 16px;
        -ms-grid-rows: 180px 16px 38px;
        grid-template-rows: 180px 38px;
        position: relative;
        padding: 24px 0;
    }
    .product-basket__img {
        -ms-grid-row: 1;
        -ms-grid-column: 1;
        grid-area: block1;
    }
    .product-basket__img img {
        max-height: 160px;
    }
    .product-basket__text {
        -ms-grid-row: 1;
        -ms-grid-column: 3;
        grid-area: block2;
        margin-left: 0;
    }
    .cart-story__delete,
    .product-basket__delete {
        position: absolute;
        top: 24px;
        right: 0;
        font-size: 0;
        width: 20px;
        height: 20px;
        margin-top: 0;
        background: url(/local/templates/main/css/../img/icon/close.svg) center/contain no-repeat;
    }
    .product-basket__price {
        -ms-grid-row: 1;
        -ms-grid-row-span: 3;
        -ms-grid-column: 5;
        grid-area: block3;
        height: 36px;
        display: inline-flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .product-basket__quantity {
        -ms-grid-row: 3;
        -ms-grid-column: 3;
        grid-area: block5;
    }
    .product-basket__total {
        -ms-grid-row: 3;
        -ms-grid-column: 1;
        grid-area: block4;
        text-align: center;
        height: 36px;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .order__list {
        margin: 0 -16px;
    }
    .order__item {
        width: calc(50% - 32px);
        margin: 0 16px 40px;
    }
    .order__subtitle {
        font-size: 21px;
    }
    .order__tabs {
        margin: 24px 0 0;
    }
    .order__tab {
        margin: 0 4px;
    }
    .calc-order__item {
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .lk__menu {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        overflow: hidden;
    }
    .lk__menu ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: baseline;
        -ms-flex-align: baseline;
        align-items: baseline;
        overflow-x: auto;
        padding-bottom: 10px;
    }
    .lk__menu li:not(:last-child) {
        margin: 0 16px 0 0;
    }
    .lk__menu li a {
        white-space: nowrap;
    }
    .lk__content {
        margin: 32px 0 0;
    }
    .progress__num {
        font-size: 22px;
    }
    .cart-story__img {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 96px;
        flex: 0 0 96px;
        height: 96px;
    }
    .news__list {
        margin: 0 -8px;
    }
    .news__item {
        width: calc(50% - 16px);
        margin: 0 8px 16px;
    }
    .news-detail__top {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .news-detail__left {
        width: 80%;
        height: 480px;
        margin: 16px auto;
    }
    .news-detail__preview {
        margin-left: 0;
        width: 100%;
    }
    .contact__map {
        height: 420px;
    }
    .product-basket > .product-home__item:first-child {
        -ms-grid-row: 1;
        -ms-grid-column: 1;
    }
    .product-basket > .product-home__item:nth-child(2) {
        -ms-grid-row: 1;
        -ms-grid-column: 3;
        -ms-grid-column-span: 3;
    }
    .product-basket > .product-home__item:nth-child(3) {
        -ms-grid-row: 3;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
    }
    .product-basket > .product-home__item:nth-child(4) {
        -ms-grid-row: 3;
        -ms-grid-column: 5;
    }
    .product-basket > .product-home__item:nth-child(5) {
        -ms-grid-row: 3;
        -ms-grid-column: 3;
    }
}
@media (max-width: 47.99875em) {
    .no-favorites,
    .no-search-rezult {
        margin-bottom: 120px;
    }
    .footer__top::before,
    .menu-header__wrap::after {
        width: calc(100% + 24px);
        left: -12px;
    }
    .bottom-footer,
    .contact-footer,
    .menu-header__wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
    }
    .container {
        padding-left: 12px;
        padding-right: 12px;
    }
    ._title {
        font-size: 18px;
        padding: 0 16px 16px;
        margin-top: 24px;
    }
    ._subtitle {
        font-size: 22px;
    }
    ._title_section,
    .story__subtitle {
        font-size: 24px;
    }
    .no-favorites__title,
    .no-search-rezult {
        font-size: 18px;
    }
    .pt_200 {
        padding-top: 64px;
    }
    .file {
        margin-bottom: -32px !important;
    }
    .top-header {
        border: none;
    }
    /*.top-header__logo {
        max-width: 68px;
    }*/
    .basket__order,
    .burger__body {
        max-width: 100%;
    }
    .control-header__item,
    .control-header__item_basket span,
    .region,
    .top-header__phone {
        display: none;
    }
    .burger__body {
        padding: 56px 28px !important;
    }
    .burger__close {
        top: 12px;
        right: 12px;
    }
    .burger__title {
        margin-bottom: 22px;
        font-size: 28px;
    }
    .burger__list:not(:last-child)::after {
        content: "";
        width: calc(100% + 24px);
        height: 1px;
        background: #dcdada;
        position: relative;
        display: block;
        left: -12px;
    }
    .burger__list:last-child,
    .info-ds__slider {
        margin-top: 16px;
    }
    .burger__list_phone {
        display: block;
    }
    .bottom-footer__contact,
    .burger__list li {
        margin-bottom: 16px;
    }
    .menu-header__wrap {
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        margin: 16px 0 0;
    }
    .menu-header__wrap::after {
        content: "";
        height: 1px;
        background: #dcdada;
        position: relative;
        display: block;
    }
    .menu-header__section {
        margin: 0 0 16px;
        width: 100%;
    }
    .menu-header__link {
        margin: 0;
        font-size: 16px;
    }
    .contact__list,
    .footer,
    .info-exclusive {
        margin-top: 40px;
    }
    .password-lk,
    .top-footer {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .top-footer__logo {
        text-align: center;
        margin: 0 auto;
    }
    .top-footer__logo img {
        max-width: 143px;
    }
    .top-footer__menu {
        margin: 24px -2px 0;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }
    .top-footer__menu li {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 12px);
        flex: 0 0 calc(50% - 12px);
        margin: 0 2px 16px;
    }
    .bottom-footer__pay div,
    .contact-footer__social li {
        margin: 0 20px 0 0;
    }
    .top-footer__phone {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        text-align: left;
    }
    .bottom-footer {
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .bottom-footer__copy {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }
    .bottom-footer__pay {
        margin: 32px 0;
    }
    .contact-footer {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .detail-card__photo,
    .mailing__body {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
    }
    .contact-footer__social {
        margin: 16px 0;
    }
    .cart-product {
        height: 440px;
        max-height: 460px;
    }

    .pp-hover__content {
        height: 280px !important;
    }
    .pp-hover__item img {
        max-height: 280px !important;
    }
    .proposed__list {
        margin: 40px -4px;
    }
    .proposed__product {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 8px);
        flex: 0 0 calc(50% - 8px);
        margin: 0 4px 8px;
    }
    .mailing__body {
        margin-top: 0;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    .mailing__text {
        margin: 0 0 10px;
    }
    .feedback-request__form {
        width: 100%;
        display: block;
    }
    .feedback-request .form-control,
    .order__form .form-control:not(:last-child) {
        margin-bottom: 12px;
    }
    .login__title {
        font-size: 21px;
    }
    .page__tabs {
        margin-top: 40px;
        padding-bottom: 30px;
    }
    .page__heritage {
        margin-bottom: -40px;
    }
    .section-home__container,
    .subhome-slider__wrap {
        padding: 0 12px;
    }
    .subhome-slider__img {
        margin-top: 24px;
        display: block;
    }
    .product-home__grid {
        grid-template-areas: "block1 block2" "block4 block5" "block3 block3" "block3 block3";
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
        height: auto;
    }
    .product-home__item .cart-product__btn {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .product-home__item:nth-child(3) {
        height: 388px;
        max-height: 388px;
    }
    .luxury-page__img {
        position: relative;
        height: 320px;
    }
    .luxury-page__container {
        padding-top: 0;
    }
    .luxury-page__text {
        max-width: 100%;
        padding: 20px 0 0;
        margin-bottom: 16px;
    }
    .heritage-home__content,
    .luxury-page__text::after {
        display: none;
    }
    .luxury-page__subtitle {
        color: #1E1518;
        font-size: 16px;
    }
    .luxury-page__desc {
        color: #1E1518;
        opacity: 0.7;
        font-size: 16px;
    }
    .luxury-page__product {
        position: relative;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 305px;
        overflow: auto;
    }
    .section-all__items,
    .section-all__list {
        overflow: hidden;
    }
    .luxury-page__product .cart-product {
        height: 384px;
    }
    .tabs-home__list {
        gap: 8px;
    }
    .tabs-home__item {
        width: calc(50% - 8px);
    }
    .news-cart__img {
        height: 320px;
    }
    .no-webp .heritage-home {
        background: url(/local/templates/main/css/../img/heritage/fon.jpg) center/cover no-repeat !important;
    }
    .heritage-home__body {
        margin-top: 0;
    }
    .heritage-home__list {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        padding: 66px 0;
    }
    .heritage-home__link,
    .heritage-home__link._active {
        color: #fff;
    }
    .heritage-home__link:not(:last-child),
    .story__row:not(:last-child) {
        margin-bottom: 24px;
    }
    .heritage-home__all {
        color: #fff;
        margin-top: 24px;
    }
    .detail-card__photo {
        margin-right: 0;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    .contact-ld__list,
    .lk-data__row,
    .photo-dt__min {
        -webkit-box-direction: normal;
    }
    .photo-dt__min {
        -webkit-box-orient: horizontal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 8px;
    }
    .contact-ld__list,
    .lk-data__row,
    .slider-adres__slide {
        -webkit-box-orient: vertical;
    }
    .min-dp__item {
        width: 68px;
        height: 68px;
    }
    .min-dp__item:not(:last-child) {
        margin: 0 8px 0 0;
    }
    .big-dp .favorites-bandle {
        right: 0;
        top: auto;
        top: calc(100% + 98px);
        width: 24px;
        height: 24px;
    }
    .gallery-card__list {
        margin: 0 -4px;
    }
    .gallery-card__list._vertical {
        display: block;
    }
    .gallery-card__list._vertical .gallery-card__item {
        height: auto;
        min-height: auto;
    }
    .gallery-card__item {
        height: 220px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 8px);
        flex: 0 0 calc(50% - 8px);
        margin: 0 4px 8px;
    }
    .section-all__list .swiper-wrapper {
        margin: 0;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    .section-all__card {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        padding: 10px;
    }
    .section-all__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        margin: 0;
        padding: 10px;
    }
    .section-all__items .swiper-wrapper {
        margin: 40px -8px 0;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    .section-all__items .section-all__item._active {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        margin: 0;
        padding: 10px;
    }
    .section-detail__body {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        height: auto;
        margin-bottom: 40px;
    }
    .section-detail__img {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        height: 540px;
    }
    .section-detail__info {
        margin: 24px 0 0;
    }
    .info-ds__subtitle {
        margin-top: 24px;
        font-size: 16px;
    }
    .catalog-section__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 16px);
        flex: 0 0 calc(50% - 16px);

    }
    .sets-fp__item._active {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 16px);
        flex: 0 0 calc(50% - 16px);
        height: 384px;
    }
    .exclusive__basket {
        height: 46px;
        font-size: 16px;
        position: relative;
        top: -2px;
    }
    .info-exclusive__title {
        font-size: 16px;
    }
    .info-exclusive__text {
        font-size: 16px;
        margin-top: 0;
    }
    .info-exclusive__img {
        height: auto;
    }
    .work-exclusive__body {
        height: 100vh;
    }
    .content-ec__tabs {
        min-height: 22px;
        overflow-y: auto;
    }
    .content-ec__tab {
        white-space: nowrap;
    }
    .story__img {
        height: auto;
        position: relative;
        width: calc(100% + 24px);
        left: 0;
        right: 0;
    }
    .story__list {
        font-size: 16px;
        margin-top: 16px;
    }
    .order-basket {
        padding: 24px 0;
    }
    .order-basket__delivery {
        padding: 0;
        margin-bottom: 16px;
    }
    .order-basket__total {
        padding: 0;
    }
    .order .form-control_comment,
    .order__list {
        margin: 0;
    }
    .order__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%;
        margin: 0 0 24px;
    }
    .order__item:first-child {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .order__item:nth-child(2) {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }
    .order__item:nth-child(3) {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .order__item:nth-child(4) {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        margin: -12px 0 24px;
    }
    .lk__menu li a {
        font-size: 12px;
    }
    .lk__menu li a.active,
    .progress__num {
        font-size: 16px;
    }
    .lk__content {
        margin: 22px 0 0;
    }
    .lk-loyalty__subtitle {
        margin-top: 24px;
        font-size: 21px;
    }
    .lk-loyalty__list {
        margin-top: 24px;
    }
    .accordion__top {
        padding: 16px 44px 16px 0;
    }
    .progress__line {
        margin: 8px 0 60px;
    }
    .progress__price span::after {
        height: 10px;
        bottom: 24px;
    }
    .lk-story__top {
        font-size: 21px;
        padding: 16px 0;
        border-top: 1px solid #dcdada;
        border-bottom: 1px solid #dcdada;
    }
    .lk-story__list {
        margin-top: 0;
        border-top: none;
    }
    .cart-story {
        border-bottom: 0;
    }
    .lk-data__row {
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 4px;
    }
    .lk-data__row .form-control {
        margin-bottom: 4px;
    }
    .lk-data__save .btn {
        width: 100%;
        padding: 0;
    }
    .birth-ld__contol {
        margin-top: 4px;
    }
    .password-lk__save {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        margin: 24px 0 0;
    }
    .contact-ld__list {
        gap: 4px;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .news {
        padding: 0 12px;
    }
    .news__item .news-cart__img {
        height: 240px;
    }
    .news-detail__left {
        width: 100%;
        height: 360px;
    }
    .news-detail__title {
        font-size: 24px;
        margin-top: 40px;
    }
    .contact__subtitle {
        margin-top: 40px;
        font-size: 21px;
    }
    .label-city {
        margin: 30px 0;
    }
    .slider-adres__slide {
        -ms-flex-direction: column;
        flex-direction: column;
        height: -webkit-max-content;
        height: -moz-max-content;
        height: max-content;
        gap: 20px 0;
    }
    .slider-adres__img {
        width: 100%;
        height: auto;
    }
    .slider-adres__contect {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        margin-left: 0;
        width: 100%;
    }
    .slider-adres__contect h4 {
        margin-bottom: 16px;
    }
    .slider-adres__contect p:not(:last-child) {
        margin-bottom: 8px;
    }
    .product-basket__img,
    .product-home__item:first-child {
        -ms-grid-row: 1;
        -ms-grid-column: 1;
    }
    .product-basket__text,
    .product-home__item:nth-child(2) {
        -ms-grid-row: 1;
        -ms-grid-column: 2;
        -ms-grid-column-span: 1;
    }
    .product-basket__price,
    .product-home__item:nth-child(3) {
        -ms-grid-row: 3;
        -ms-grid-row-span: 2;
        -ms-grid-column: 1;
        -ms-grid-column-span: 2;
    }
    .product-basket__total,
    .product-home__item:nth-child(4) {
        -ms-grid-row: 2;
        -ms-grid-column: 1;
    }
    .product-basket__quantity,
    .product-home__item:nth-child(5) {
        -ms-grid-row: 2;
        -ms-grid-column: 2;
    }
    .webp .heritage-home {
        background: url(/local/templates/main/css/../img/heritage/fon.webp) center/cover no-repeat !important;
    }
}
#anchor-up:active,
#anchor-up:hover {
    background: #840016;
    border-color: #840016;
}
@media (any-hover: hover) and (max-width: 47.99875em) {
    .menu-header__section_drop:hover .spoiler-header,
    .menu-header__section_drop:hover::after {
        display: none;
    }
}
@media (max-width: 35.99875em) {
    .partners-slider__pagination div span.swiper-pagination-bullet-active,
    .home-slider__pagination div span.swiper-pagination-bullet-active,
    .images-ec__dotts span.swiper-pagination-bullet-active {
        background: #1E1518;
        opacity: 1;
    }
    .swiper-pagination-bullet {
        width: 44px;
    }
    .feedback__form,
    .pagination,
    .popup-exclusive__form,
    .proposed {
        margin-top: 24px;
    }
    ._title_exclusive,
    .info-dt__quantity.show,
    .product-home__grid {
        display: block;
    }
    ._subtitle {
        font-size: 18px;
    }
    ._title_section {
        font-size: 16px;
        margin-bottom: 16px;
    }
    .no-favorites__title,
    .no-search-rezult {
        font-size: 14px;
    }
    .no-favorites__desc {
        font-size: 12px;
    }
    .calc-order__remainder input,
    .feedback-request__btn,
    .file label,
    .info-dt__btns .btn,
    .info-dt__quantity .quantity,
    .offline-calc__control,
    .online-calc__btn,
    .online-calc__btn .btn,
    .product-basket__quantity .quantity,
    .search-adres__wrap {
        width: 100%;
    }
    .select-adres {
        margin-bottom: 8px;
    }
    .header._white,
    .header._white .control-header__item svg,
    .header._white .region__value svg {
        color: #1E1518;
    }
    .header._white .burger__btn span,
    .header._white .burger__btn::after,
    .header._white .burger__btn::before {
        content: "";
        background: #1E1518;
    }
    .header._white .top-header__logo {
        background: url(/local/templates/main/css/../img/logo_red.svg) center/contain no-repeat;
    }
    .burger__btn {
        width: 22px;
    }
    .control-header__item_basket {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
    }
    .control-header__item_basket svg {
        max-width: 24px;
        height: 24px;
    }
    .cart-product {
        height: auto;
        max-height: -webkit-max-content;
        max-height: -moz-max-content;
        max-height: max-content;
        border: none;
    }
    .cart-product__header {
        padding: 20px;
    }
    .cart-product__section {
        opacity: 1;
        visibility: visible;
        font-size: 12px;
    }
    .cart-product__body {
        padding: 8px 16px;
    }
    .cart-product__name,
    .cart-product__price,
    .info-dt__block_list li,
    .info-dt__block_text,
    .price-cart__item {
        font-size: 16px;
    }
    .cart-product__btn {
        height: 44px;
        font-size: 16px;
        margin: 0;
    }
    .cart-product._hover {
        height: auto;
        max-height: 400vh;
        width: 100%;
    }
    .pp-hover__nav {
        width: calc(100% - 88px);
        left: 44px;
        right: 44px;
        height: calc(100% - 20px);
        bottom: 20px;
    }
    .breadcrumbs_exclusive {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .feedback__bottom .btn {
        width: 100%;
        padding: 0;
    }
    .proposed__list {
        margin: 8px 0 0;
    }
    .catalog-section__item,
    .proposed__product,
    .sets-fp__item._active {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        margin: 0 0 16px;
    }
    .mailing__btn {
        width: 100%;
        margin: 0;
    }
    .exclusive__capab,
    .exclusive__info,
    .exclusive__work,
    .feedback-request,
    .info-exclusive,
    .popup-exclusive__bottom .btn:not(:last-child) {
        margin-top: 32px;
    }
    .sort__list {
        width: 100%;
        min-width: 320px;
        right: 0;
    }
    .ballon-contact__items,
    .feedback-request__bottom,
    .password-lk__edit {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .feedback-request__bottom .checkbox {
        width: 100%;
        margin-top: 24px;
    }
    .login {
        width: 100%;
        max-height: 100vh;
    }
    .login.active {
        width: 100%;
        padding: 40px 16px 50px;
        height: 100vh;
        bottom: 0;
        right: 0;
    }
    .login__close {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        position: absolute;
        right: 12px;
        top: 12px;
    }
    .login__form {
        padding: 0;
    }
    .login__item:not(:last-child) {
        margin: 0 0 24px;
    }
    .page__partners,
    .page__news,
    .page__product {
        padding-bottom: 40px;
    }
    .page__luxury {
        margin-bottom: 40px;
    }
    .subhome-slider__img {
        height: 360px;
    }
    .partners-slider__pagination div,
    .home-slider__pagination div {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        position: relative;
        left: 0;
        right: 0;
        top: 16px;
    }
    .partners-slider__pagination div span,
    .home-slider__pagination div span {
        background: #b5aeae;
        opacity: 0.5;
    }
    .home-product {
        display: none;
    }
    .subhome-slider__body {
        margin: 0 -12px;
    }
    .subhome-slider__content {
        max-width: 324px;
        padding: 0 24px;
    }
    .subhome-slider__subtitle {
        font-size: 15px;
    }
    .news-detail__similar,
    .subhome-slider__btn,
    .tabs-home__anchor,
    .work-exclusive__slider {
        margin-top: 16px;
    }
    .subhome-slider__btn .btn {
        padding: 0;
        width: 100%;
    }
    .product-home__item {
        border: none;

    }
    .product-home__item:not(:last-child) {
        margin-bottom: 16px;
    }
    .section-home {
        margin-top: 40px;
    }
    .section-home__container {
        padding: 0;
        margin: 0;
        overflow: hidden;
    }
    .section-home__list .swiper-wrapper {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        margin: 0;
    }
    .section-home__item {
        height: 360px;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        margin: 0;
    }
    .tabs-home__subtitle {
        max-width: 295px;
        font-size: 16px;
    }
    .gallery-card__list,
    .images-ec__list,
    .news__list,
    .tabs-home__body {
        margin: 0;
    }
    .news__item,
    .tabs-home__item {
        width: 100%;
        margin: 0 0 16px;
    }
    .anchor-tabs {
        overflow-x: auto;
        position: relative;
        left: -12px;
        right: -12px;
        width: 100%;
    }
    .anchor-tabs__list {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .anchor-tabs__item {
        font-size: 12px;
        margin: 0 12px;
    }
    .news-page__all {
        margin: 16px 0 0;
    }
    .news-page__all .btn {
        padding: 0;
        width: 100%;
    }
    .news-cart__img {
        height: 220px;
    }
    .card__detail {
        padding-bottom: 20px;
    }
    .card__gallery {
        padding-top: 24px;
    }
    .big-dp__img img {
        max-height: 360px;
    }
    .info-dt__bottom {
        margin-top: 18px;
        width: 100%;
    }
    .info-dt__bottom .btn {
        width: 100%;
        padding: 0;
    }
    .content-ec__item p:not(:last-child),
    .info-dt__bottom .btn:not(:last-child) {
        margin-bottom: 12px;
    }
    .info-dt__quantity .btn {
        width: 100%;
        margin: 12px 0 0;
    }
    .info-dt__btn.show {
        font-size: 24px;
    }
    .gallery-card__container {
        padding-left: 12px;
        padding-right: 12px;
    }
    .gallery-card__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        height: auto;
        margin: 0 0 8px;
    }
    .video-card__play {
        height: 54px;
        width: 54px;
        border-width: 1px;
    }
    .video-card__play svg {
        max-width: 24px;
        margin-left: 2px;
    }
    .section-detail__img {
        height: 100vh;
    }
    .img-ds__body {
        left: 40px;
        bottom: 40px;
        right: 40px;
    }
    .img-ds__name {
        font-size: 28px;
    }
    .info-ds__wrap {
        margin: 0 20px;
        width: calc(100% - 40px);
    }
    .info-ds__slide {
        height: 143px;
    }
    .catalog-section__filter {
        margin: 0 0 8px;
    }
    .catalog-section__list,
    .sets-fp__list {
        margin: 0 0 -16px;
    }
    .video-exclusive,
    .video-exclusive__value {
        height: auto;
    }
    .capab-exclusive__images,
    .total-order__add {
        max-width: 100%;
    }
    .content-ec__tab {
        font-size: 10px;
    }
    .content-ec__tab._active,
    .news-detail__text,
    .news-detail__title,
    .preview-news__descr,
    .preview-news__name,
    .story__subtitle {
        font-size: 16px;
    }
    .images-ec__block._active {
        max-height: 220px;
    }
    .images-ec__block._active .images-ec__list {
        max-height: 200px;
    }
    .images-ec__dotts {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 12px;
    }
    .images-ec__dotts span {
        background: #b5aeae;
        height: 1px;
    }
    .images-ec__list .swiper-wrapper {
        margin: 0;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    .images-ec__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        margin: 0;
    }
    .popup-exclusive {
        width: 100%;
        padding: 46px 12px 24px;
    }
    .popup-exclusive__title {
        font-size: 16px;
        text-align: center;
    }
    .popup-exclusive__bottom {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        gap: 0;
    }
    .popup-exclusive__bottom .btn {
        height: 44px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }
    .product-basket {
        grid-template-areas: "block1 block1" "block2 block2" "block3 block4" "block5 block5";
        -ms-grid-rows: 296px 72px 24px 38px;
        grid-template-rows: 296px 72px 24px 38px;
    }
    .product-basket__name {
        -webkit-line-clamp: 5;
        font-size: 16px;
    }
    .product-basket__price {
        height: 24px;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .product-basket__quantity .quantity__value {
        width: 100%;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    }
    .product-basket__total {
        height: 24px;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
    .order-basket__add {
        margin-top: 24px;
        height: 44px;
    }
    .calc-order__bottom {
        width: calc(100% - 32px);
    }
    .cart-story {
        display: -ms-grid;
        display: grid;
        grid-template-areas: "block1 block1" "block2 block2" "block3 block4";
        -ms-grid-rows: 296px max-content 24px;
        grid-template-rows: 296px -webkit-max-content 24px;
        grid-template-rows: 296px max-content 24px;
    }
    .cart-story__img {
        -ms-grid-row: 1;
        -ms-grid-column: 1;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        grid-area: block1;
        height: 296px;
    }
    .cart-story__text {
        -ms-grid-row: 1;
        -ms-grid-column: 3;
        grid-area: block2;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        margin-top: 16px;
    }
    .cart-story__count {
        -ms-grid-row: 1;
        -ms-grid-row-span: 3;
        -ms-grid-column: 5;
        grid-area: block3;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .cart-story__price {
        -ms-grid-row: 3;
        -ms-grid-column: 1;
        grid-area: block4;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }
    @media (max-width: 61.99875em) {
        .product-basket > .cart-story__img,
        .product-basket > .product-basket__img {
            -ms-grid-row: 1;
            -ms-grid-column: 1;
        }
        .product-basket > .cart-story__text,
        .product-basket > .product-basket__text {
            -ms-grid-row: 1;
            -ms-grid-column: 3;
            -ms-grid-column-span: 3;
        }
        .product-basket > .cart-story__count,
        .product-basket > .product-basket__price {
            -ms-grid-row: 3;
            -ms-grid-row-span: 1;
            -ms-grid-column: 1;
        }
        .product-basket > .product-basket__quantity {
            -ms-grid-row: 3;
            -ms-grid-column: 3;
        }
        .product-basket > .cart-story__price,
        .product-basket > .product-basket__total {
            -ms-grid-row: 3;
            -ms-grid-column: 5;
        }
    }
    @media (max-width: 47.99875em) {
        .cart-story__img {
            -ms-grid-row: 1;
            -ms-grid-column: 1;
        }
        .cart-story__text {
            -ms-grid-row: 1;
            -ms-grid-column: 2;
            -ms-grid-column-span: 1;
        }
        .cart-story__count {
            -ms-grid-row: 3;
            -ms-grid-row-span: 2;
            -ms-grid-column: 1;
            -ms-grid-column-span: 2;
        }
        .cart-story__price {
            -ms-grid-row: 2;
            -ms-grid-column: 1;
        }
    }
    @media (max-width: 35.99875em) {
        .cart-story > .cart-story__img,
        .product-basket > .cart-story__img {
            -ms-grid-row: 1;
            -ms-grid-column: 1;
            -ms-grid-column-span: 2;
        }
        .cart-story > .cart-story__text,
        .product-basket > .cart-story__text {
            -ms-grid-row: 2;
            -ms-grid-column: 1;
            -ms-grid-column-span: 2;
        }
        .cart-story > .cart-story__count,
        .product-basket > .cart-story__count {
            -ms-grid-row: 3;
            -ms-grid-row-span: 1;
            -ms-grid-column: 1;
            -ms-grid-column-span: 1;
        }
        .cart-story > .cart-story__price,
        .product-basket > .cart-story__price {
            -ms-grid-row: 3;
            -ms-grid-column: 2;
        }
    }
    .news__item .news-cart__img {
        height: 216px;
    }
    .news-detail__left {
        height: 280px;
    }
    .contact__map {
        margin-top: 8px;
        height: 468px;
        margin-left: -12px;
        margin-right: -12px;
        width: calc(100% + 24px);
    }
    .contact__slider {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start;
    }
    .drop-maps__list {
        width: 100%;
        right: 0;
    }
    .ballon-contact__item {
        margin: 0 0 16px;
    }
    .slider-adres__img {
        height: 160px;
    }
    .cart-story > .product-basket__img,
    .cart-story > .product-home__item:first-child,
    .product-basket > .product-basket__img,
    .product-basket > .product-home__item:first-child {
        -ms-grid-row: 1;
        -ms-grid-column: 1;
        -ms-grid-column-span: 2;
    }
    .cart-story > .product-basket__text,
    .cart-story > .product-home__item:nth-child(2),
    .product-basket > .product-basket__text,
    .product-basket > .product-home__item:nth-child(2) {
        -ms-grid-row: 2;
        -ms-grid-column: 1;
        -ms-grid-column-span: 2;
    }
    .cart-story > .product-basket__price,
    .cart-story > .product-home__item:nth-child(3),
    .product-basket > .product-basket__price,
    .product-basket > .product-home__item:nth-child(3) {
        -ms-grid-row: 3;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
    }
    .cart-story > .product-basket__total,
    .cart-story > .product-home__item:nth-child(4),
    .product-basket > .product-basket__total,
    .product-basket > .product-home__item:nth-child(4) {
        -ms-grid-row: 3;
        -ms-grid-column: 2;
    }
    .product-basket > .product-basket__quantity,
    .product-basket > .product-home__item:nth-child(5) {
        -ms-grid-row: 4;
        -ms-grid-column: 1;
        -ms-grid-column-span: 2;
    }
    .section-home__content, .section-home__name {
        overflow: visible;
    }
    .section-home__name {
        text-overflow: unset;
        transform: rotate(-90deg);
    }
    .tabs-home__subtitle span {
        display: inline;
    }
    .tabs-home__subtitle {
        text-align: center;
    }
}
.header:after {
    content: "";
    width: 100%;
    height: calc(100% + 10px);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1;
    filter: blur(1px);
    background: rgba(255, 255, 255, 0.5);
}
.cart-product__btn.load {
    opacity: 0.8;
    background: #333;
}
.subtitle {
    text-align: center;
    margin-top: -10px;
    margin-bottom: 20px;
    font-size: 24px;
    font-family: Bannikova;
}
.section-detail__img.img-ds:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 30%;
    left: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0, #1E1518 100%);
}
@media (max-width: 47.99875em) {
    .section-detail__img {
        height: 400px;
    }
    .section-detail__img.img-ds:before {
        height: 50%;
    }
}
.price-cart {
    flex-direction: column;
    align-items: flex-end;
    margin-left: 10px;
}
.price-cart__item_origin {
    margin-left: 0 !important;
}
#anchor-up {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    transform: rotate(180deg);
    position: fixed;
    /*bottom: 20px;*/
    bottom: 90px;
    left: 15px;
    z-index: 9;
    border: 1px solid #1E1518;
    color: #1E1518;
    opacity: 0.7;
    cursor: pointer;
    transition: 0.3s;
    opacity: 0;
    visibility: hidden;
}
@media (max-width: 1919px) {
    #anchor-up {
        width: 32px;
        height: 32px;
        /*bottom: 16px;*/
        bottom: 90px;
        left: 16px;
    }
    #anchor-up svg {
        width: 10px;
        height: 6px;
    }
}
#anchor-up:hover {
    opacity: 0.8;
}
#anchor-up:active {
    opacity: 1;
}
#anchor-up svg {
    stroke: #1E1518;
    width: 12px;
    height: 8px;
    object-fit: contain;
    transition: 0.3s;
}
.contact__list {
    position: relative;
}
.contact__nav .arrow {
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    width: 14px;
    height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.contact__nav .arrow_prev {
    left: -20px;
}
.contact__nav .arrow_next {
    right: -20px;
}
@media (max-width: 768px) {
    .footer__top {
        align-items: flex-start;
    }
    .subtitle {
        font-size: 18px;
    }

    .luxury-page__product .pp-hover__content,
    .pp-hover__item img {
        height: 168px !important;
    }
    .pp-hover__content {
        height: 180px !important;
    }
    .contact__nav {
        display: none;
    }
    .contact__dotts {
        display: flex;
        display: flex;
        justify-content: center;
        margin-top: 12px;
    }
    .contact__dotts span {
        background: #b5aeae;
        height: 1px;
    }
    .contact__dotts .swiper-pagination-bullet-active {
        background: #1E1518;
        opacity: 1;
    }
    .home-slider__slide picture.phone {
        display: none;
    }
}
.openSearch {
    margin-top: 2px;
}
.cart-product__body {
    flex-direction: column;
    align-items: center;
}
.cart-product__name {
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
    text-align: center;
    height: 90px;
    padding: 0;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.cart-product__body .price-cart {
    margin: 12px 0 0;
    flex-direction: row;
    align-items: center;
    gap: 4px;
}
.cart-product__body .price-cart__item_origin {
    padding: 0;
}
.pp-hover__item picture {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.cart-product__price {
    font-weight: 700;
    line-height: calc(20 / 16);
    color: #1E1518;
    margin-top: 12px;
}
@media (max-width: 35.99875em) {
    .section-detail__img {
        height: 55vh;
    }
    .cart-product__name {
        height: auto;
    }
}
@media (max-width: 360px) {
    .login__item {
        flex-direction: column;
        gap: 12px;
    }
}

.basket-callback__body{
    position: relative;
}
.basket-callback__close{
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
}
@media (min-width: 1920px){
    .luxury-page__product .pp-hover__content {
        height: 200px;
    }
}
@media (min-width: 1599px){
    .luxury-page__product .pp-hover__content {
        height: 200px;
    }
}

.drop-maps__value::after {
    content: "";
    position: absolute;
    right: 10px;
    top: 50%;
    z-index: 2;
    transform: translateY(-50%);
    background: url(/local/templates/main/css/../img/icon/arrow_select.svg) center/contain no-repeat;
    width: 14px;
    height: 8px;
}

.catalog-container {
    display: flex;
    gap: 0 35px;
}
.catalog-container.presents-container {
    display: block;
}
.catalog-container .catalog-section__filter {
    flex-basis: 20%;
}
.catalog-container .catalog-with-labels {
    flex-basis: 80%;
}
.catalog-container .filter__list {
    display: flex;
    flex-direction: column;
}
.catalog-container .filter-select {
    display: flex;
    flex-direction: column;
    margin: 0 8px;
}
.catalog-container .filter-price {
    margin: 0 8px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(33.333% - 16px);
    flex: 0 0 calc(33.333% - 16px);
}
.catalog-container .filter-price__data {
    color: #1E1518;
}
.catalog-container .select__list.in,
.catalog-container .filter-price__drop.in {
    position: relative;
    border: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    max-height: 100%;
}
/* scroll */
.select_dropdown .select__drop.open,
.select__list.in {
    overflow-y: auto;
}
.select_dropdown .select__drop.open {
    width: calc(100% - 15px);
}
.select_dropdown .select__drop.open::-webkit-scrollbar {
    width: 4px;
    background-color: #dcdada;
}

.select_dropdown .select__drop.open::-webkit-scrollbar-thumb {
    background-color: #b5aeae;
}
.catalog-container .select__list.in {
    padding: 15px 0;
}
.catalog-container .filter-price__top,
.catalog-container .filter-price__noislider {
    padding-left: 10px;
    padding-right: 10px;
}
.catalog-container .filter__applicable {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
}
.catalog-container .filter__applicable .applicable-filter__del {
    position: relative;
}
.catalog-container .select__value,
.catalog-container .filter-price__data {
    padding: 14px 10px;
    height: 44px;
}
.catalog-container .filter-price__noislider {
    height: 55px;
}
.catalog-container .applicable-filter__list .swiper-wrapper {
    overflow-y: auto;
    display: flex;
    gap: 16px;
}
.catalog-container .applicable-filter__del::before {
    content: none;
}
@media (max-width: 1599px) {
    .catalog-container .catalog-section__filter {
        flex-basis: 25%;
    }
}
@media (max-width: 61.9988em) {
    .filter__list {
        z-index: 9;
    }
    .catalog-container {
        flex-direction: column;
    }
    .catalog-section__filter {
        margin: 0;
    }

}
.home-slider {
    margin-top: 138px
}

@media (max-width: 1599px) {
    .home-slider {
        margin-top: 112px
    }
}

@media (max-width: 896px) {
    .home-slider {
        margin-top: 116px
    }
}

@media (max-width: 767px) {
    .home-slider {
        margin-top: 64px
    }
}

.home-slider__body.container {
    max-width: 1470px;
    padding: 0;
}

body .home-info__exclusive {
    margin: 0 0 72px 0;
}

.home-info__exclusive .feedback-request {
    margin-top: 0;
}

.home-info__exclusive .feedback-request__form {
    margin-top: 30px;
    width: 100%;
}

.home-info__exclusive .feedback-request .container {
    padding: 0
}

.home-info__exclusive .feedback-request__right {
    flex: 0 1 auto;
    margin-left: 0;
}

.home-info__exclusive .info-exclusive__content {
    width: 50%
}

.home-info__exclusive .info-exclusive__form {
    flex: unset;
    width: 50%;
    margin-left: 118px;
}

.home-info__exclusive .feedback-request__left {
    flex: unset;
    width: 100%;
}

.home-info__exclusive .info-exclusive__img {
    height: auto;
    margin: 40px 0 0;
    flex: unset;
    align-items: flex-start;
}

.home-info__exclusive .feedback-request__bottom {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
}

.home-info__exclusive .feedback-request__bottom .checkbox {
    margin: 0
}

.home-info__exclusive .info-exclusive__title {
    font-size: 38px
}

.home-info__exclusive .info-exclusive__body {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

@media (max-width: 1599px) {
    .home-info__exclusive .info-exclusive__title {
        font-size: 28px
    }

    .home-info__exclusive .info-exclusive__body {
        gap: 16px;
    }
}

@media (max-width: 1440px) {
    .home-info__exclusive .info-exclusive__title {
        font-size: 26px
    }

    .home-info__exclusive .info-exclusive__form {
        margin-left: 24px
    }
}

@media (max-width: 768px) {
    body .home-info__exclusive {
        margin: 42px 0 72px 0;
    }

    .home-info__exclusive .info-exclusive__container {
        display: flex;
        flex-direction: column;
    }

    .home-info__exclusive .info-exclusive__title {
        font-size: 24px
    }

    .home-info__exclusive {
        flex-direction: column;
    }

    .home-info__exclusive .info-exclusive__content {
        display: flex;
        flex-direction: row;
        width: 100%;
        margin: 0;
    }

    .home-info__exclusive .info-exclusive__content > * {
        width: 50%;
    }

    .home-info__exclusive .info-exclusive__img {
        margin-top: 0;
        margin-left: 24px;
    }

    .home-info__exclusive .info-exclusive__form {
        margin: 48px 0 0;
        width: 100%
    }

    .home-info__exclusive .info-exclusive__form ._subtitle {
        font-size: 22px;
        padding-bottom: 0;
    }
}

@media(max-width: 576px){
    .home-info__exclusive .info-exclusive__content {
        flex-direction: column;
    }

    .home-info__exclusive .info-exclusive__content > * {
        width: 100%
    }

    .home-info__exclusive .info-exclusive__img {
        margin: 16px 0 0
    }

    .home-info__exclusive .info-exclusive__form {
        margin: 32px 0 0;
    }

    body .home-info__exclusive {
        margin: 42px 0 40px 0
    }
}

.home-slider__slide-content {
    display: flex;
    flex-direction: column;
    gap: 32px;
    width: 400px;
    left: 50%;
    bottom: 21%;
    position: absolute;
    -webkit-transform: translateX(calc(-50% + 98px));
    -ms-transform: translateX(calc(-50% + 98px));
    transform: translateX(calc(-50% + 98px));
}

.home-slider__slide-content .home-content__title {
    color: #fff;
    font-size: 40px;
    line-height: 110%;
    font-family: Bannikova;
    text-align: left;
    text-transform: none;
}

.home-slider__slide-content .home-content__button {
    display: flex;
}

.home-slider__slide-content .home-content__button .btn {
    padding: 0 44px;
    width: 216px;
}

@media (max-width: 768px) {
    .home-slider__slide-content {
        gap: 24px;
        width: 320px;
    }

    .home-slider__slide-content .home-content__title {
        font-size: 32px;
        line-height: 100%;
    }
}

@media (max-width: 576px) {
    .home-slider__slide-content {
        gap: 16px;
        padding: 0 12px;
        width: 100%;
        left: 0%;
        bottom: 24px;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }

    .home-slider__slide-content .home-content__title {
        font-size: 36px;
        line-height: 110%;
    }

    .home-slider__slide-content .home-content__button .btn {
        width: 100%
    }
}

@media (max-width: 400px) {
    .home-slider__slide-content .home-content__title {
        font-size: 28px;
    }
}

@media (max-width: 320px) {
    .home-slider__slide-content .home-content__title {
        font-size: 24px;
    }
}

.partners-page__container .swiper-slide {
    padding: 0 20px;
}

@media (max-width: 400px) {
    .partners-page__container .swiper-slide {
        padding: 0 10px;
    }
}

/* End */


/* Start:/local/templates/main/css/custom.css?177943696924760*/
.history-page {
	font-family: "Cera Pro";
	display: flex;
	flex-direction: column;
	min-height: 100%;
	overflow: hidden;
}

.history-container {
	max-width: 1920px;
	margin: 0 auto;
}

.new-banner {
	margin-bottom: 74px;
}

.new-banner__wrapper {
	position: relative;
	padding: 138px 0px 87px 86px;
}

.new-banner__content {
	display: flex;
	flex-direction: column;
	gap: 265px;
	align-items: flex-start;
	padding-top: 48px;
}

.new-banner__logo {
	padding-left: 50px;
	max-width: 335px;
}

.new-banner__logo img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.new-banner__download {
	color: #fff;
	padding: 20px 25px 23px 25px;
	border: 2px solid #fff;
	border-radius: 50px;
	font-size: 38px;
	line-height: 44px;
	transition: all 0.3s ease 0s;
	text-transform: uppercase;
}

.new-banner__download:hover {
	background: #333;
	border-color: #333;
}

.new-banner__bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}

.new-banner__bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.new-studio__title {
	font-size: 32px;
	color: rgb(100, 115, 141);
}

.history-title {
	font-family: "Bannikova";
	font-weight: bold;
	line-height: normal;
	text-transform: uppercase;
}

/*lazy-load-video*/
.youtube {
	height: 100%;
	width: 100%;
}

div.youtube > div {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	background-size: cover;
	background-position: center;
	cursor: pointer;
}

div.youtube > div:before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 173px;
	height: 173px;
	background-image: url("/local/templates/main/img/new-page/studio-block/icon/play.svg");
	background-size: contain;
	opacity: 0.9;
}

div.youtube > div > iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

div.youtube.loading > div {
	background: #1E1518 !important;
}

div.youtube.loading > div:before {
	background-image: none;
	margin: auto;
	border: 5px solid #ffffff;
	border-radius: 50%;
	border-top: 5px solid #610836;
	width: 42px;
	height: 42px;
	animation: spinner 1s linear infinite;
}

@keyframes spinner {
	0% {
		transform: translate(-50%, -50%) rotate(0deg);
	}

	100% {
		transform: translate(-50%, -50%) rotate(360deg);
	}
}

/*=====  new-studio-block  =====*/
.new-studio {
	margin-bottom: 72px;
}

.new-studio__wrapper {
	display: grid;
	/* grid-template-columns: repeat(2, 1fr); */
	grid-column-gap: 40px;
	grid-row-gap: 55px;
	padding-left: 50px;
	padding-right: 58px;
}

.new-studio__title {
	max-width: 840px;
	width: 100%;
	padding-bottom: 33px;
	border-bottom: 1px solid #dcdada;
}

.new-studio__content {
	display: flex;
	flex-direction: column;
	gap: 96px;
	grid-area: 1 / 1 / 3 / 2;
}

.new-studio__description {
	font-size: 23px;
	color: rgb(100, 115, 141);
	line-height: 35px;
	max-width: 610px;
	padding-left: 130px;
}

.new-studio-preview-slider {
	max-width: 980px;
	width: 100%;
	padding: 117px 132px 0px 132px;
	grid-area: 1 / 2 / 2 / 3;
	border-top: 1px solid #dcdada;
	position: relative;
}

.new-studio-preview-slider__item {
	cursor: pointer;
	height: 210px;
	position: relative;
}
.new-studio-preview-slider__item::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #1E1518;
	opacity: 0;
	transition: opacity 0.3s ease 0s;
}
.new-studio-preview-slider__item.swiper-slide-thumb-active::before {
	opacity: 1;
}
.new-studio-preview-slider__item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.new-studio-preview-slider__next,
.new-studio-preview-slider__prev {
	top: 68%;
}

.new-studio-preview-slider__prev::after,
.new-studio-preview-slider__next::after {
	content: "";
	width: 40px;
	height: 40px;
}

.new-studio-preview-slider__prev::after {
	background: url("/local/templates/main/img/new-page/studio-block/icon/arrow-left.svg") no-repeat;
	background-size: contain;
}

.new-studio-preview-slider__next::after {
	background: url("/local/templates/main/img/new-page/studio-block/icon/arrow-right.svg") no-repeat;
	background-size: contain;
}

.new-studio-video-slider {
	max-width: 980px;
	width: 100%;
	grid-area: 2 / 2 / 3 / 3;
}

/*=====  new-history  =====*/

.new-history {
	padding-bottom: 105px;
	border-bottom: 1px solid #dcdada;
}

.new-history__wrapper {
	display: flex;
	flex-wrap: wrap;
	column-gap: 40px;
	justify-content: space-between;
}

.new-history__title {
	width: 100%;
	font-size: 32px;
	border-top: 1px solid #dcdada;
	border-bottom: 1px solid #dcdada;
	color: rgb(136, 82, 62);
	padding: 46px 0px;
	text-align: center;
	margin-bottom: 63px;
}

.new-history-image {
	max-width: 885px;
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 32px;
}

.new-history-image__big {
	max-height: 1016px;
}

.new-history-image__big img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.new-history-image__small {
	display: flex;
	gap: 32px;
}

.new-history-image__small img {
	width: calc(50% - 16px);
	height: 512px;
	object-fit: cover;
}

.new-history-desc {
	max-width: 820px;
	width: 100%;
	padding-top: 24px;
	padding-right: 240px;
}

.new-history-desc p {
	color: rgb(136, 82, 62);
	font-size: 22px;
	line-height: 33px;
}

.new-history-desc p:not(:last-child) {
	margin-bottom: 33px;
}

.new-history-desc-slider {
	margin-bottom: 30px;
	position: relative;
}

.new-history-desc-slider__item {
	height: 340px;
	cursor: pointer;
}

.new-history-desc-slider__item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.new-history-desc-slider__pagination {
	display: none;
	position: static;
}

.new-history-desc-slider__pagination .swiper-pagination-bullet {
	background: #1E1518;
}

/*=====  new-callback =====*/
.new-callback {
	padding-top: 155px;
}

.history-container {
}

.new-callback__wrapper {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.new-callback__link {
	font-size: 33px;
	line-height: 35px;
	border-radius: 30px;
	background: #610836;
	border: 1px solid #610836;
	padding: 35px 52px;
	color: #fff;
	text-transform: uppercase;
	transition: all 0.3s ease 0s;
	margin-bottom: 67px;
	letter-spacing: 4px;
}

.new-callback__link:hover {
	background: #fff;
	color: #610836;
}

.new-callback__text {
	text-align: center;
	font-size: 32px;
	line-height: 45px;
	max-width: 1075px;
	margin-bottom: 102px;
	font-weight: bold;
}

.new-callback__content {
	display: flex;
	gap: 95px;
	align-items: center;
	width: 100%;
	padding-left: 108px;
	padding-right: 190px;
}

.new-callback__form {
}

.new-form {
	padding: 30px 43px 22px 27px;
	border: 6px solid #dcdada;
	border-radius: 40px;
	max-width: 720px;
	width: 100%;
}

.new-form > form {
	display: flex;
	flex-direction: column;
	gap: 20px;
	align-items: center;
}

.new-form__group {
	display: flex;
	flex-direction: column;
	gap: 20px;
	width: 100%;
}

.new-form__input {
	border-radius: 20px;
	border: 3px solid #dcdada;
	font-size: 30px;
	line-height: normal;
	padding: 9px 15px;
	width: 100%;
	text-align: center;
}

.new-form__input::placeholder {
	font-size: 30px;
	text-align: center;
	line-height: normal;
	letter-spacing: 2px;
}

.new-form__button {
	border-radius: 30px;
	border: 1px solid #610836;
	font-size: 30px;
	line-height: normal;
	padding: 10px 57px;
	background: #610836;
	transition: all 0.3s ease 0s;
	color: #fff;
	letter-spacing: 6px;
}

.new-form__button:hover {
	color: #610836;
	background: #fff;
}

.new-callback__info {
}

.new-callback-info {
	display: flex;
	gap: 20px;
	align-items: center;
	flex-wrap: wrap;
	width: 100%;
	justify-content: space-between;
}

.new-callback-info__text {
	text-transform: uppercase;
	font-size: 30px;
	line-height: normal;
	letter-spacing: 10px;
}

.new-callback-info__tel {
	font-size: 30px;
	line-height: normal;
	letter-spacing: 10px;
	text-align: center;
	max-width: 570px;
}
.new-callback-info__tel a {
	transition: color 0.3s ease 0s;
}
.new-callback-info__tel a:hover {
	color: #610836;
}
.new-form__policy {
	font-size: 24px;
	line-height: 30px;
	text-align: center;
}
.new-form__policy-link {
	color: #610836;
	font-size: 24px;
	line-height: 30px;
	transition: color 0.3s ease 0s;
}
.new-form__policy-link:hover {
	color: #1E1518;
}

/*=====  media  =====*/
@media (max-width: 1800px) {
	.new-studio-preview-slider {
		max-width: 650px;
		padding: 70px 70px 0px 70px;
	}

	.new-studio-video-slider {
		max-width: 650px;
	}

	.new-studio__content {
		gap: 30px;
	}

	div.youtube > div:before {
		width: 60px;
		height: 60px;
	}

	.new-studio__description {
		padding-left: 0px;
		font-size: 21px;
		text-transform: uppercase;
	}

	.new-studio__wrapper {
		grid-row-gap: 30px;
	}

	.new-studio-preview-slider__item {
		height: 175px;
	}

	.new-history-image {
		max-width: 650px;
	}

	.new-history-desc {
		padding-top: 0px;
		padding-right: 28px;
	}
	.new-callback-info {
		justify-content: center;
	}
}

@media (max-width: 1599px) {
	.new-banner__wrapper {
		padding: 112px 0px 87px 86px;
	}

	.new-history-desc {
		max-width: 650px;
	}
}

@media (max-width: 1440px) {
	.new-banner__logo {
		padding-left: 28px;
		max-width: 200px;
	}

	.new-banner__download {
		font-size: 30px;
		line-height: 35px;
	}

	.new-studio-preview-slider {
		padding: 30px 70px 0px 70px;
		max-width: 450px;
	}

	.new-studio__description {
		font-size: 18px;
		line-height: 21px;
	}

	.new-studio-video-slider {
		max-width: 450px;
	}

	.new-studio__title {
		font-size: 24px;
		padding-bottom: 20px;
		max-width: 610px;
	}

	.new-studio-preview-slider__item {
		height: 150px;
	}

	.new-history__title {
		padding: 35px 0px;
	}

	.new-history-desc p {
		font-size: 16px;
		line-height: 24px;
		text-transform: uppercase;
	}

	.new-history-image__small img {
		height: 350px;
	}

	.new-history-desc {
		max-width: 530px;
	}

	.new-history-image__big {
		max-height: 500px;
	}

	.new-history-image {
		max-width: 450px;
	}

	.new-history-desc p:not(:last-child) {
		margin-bottom: 15px;
	}

	.new-history-desc-slider {
		margin-bottom: 15px;
	}
	.new-callback__content {
		padding-right: 50px;
		padding-left: 50px;
	}
	.new-callback-info {
		gap: 20px;
	}
}

@media (max-width: 1024px) {
	.new-banner__download {
		align-self: center;
		font-size: 24px;
		line-height: 28px;
		padding: 15px;
	}

	.new-banner__logo {
		max-width: 150px;
	}

	.new-studio__wrapper {
		display: flex;
		flex-direction: column;
	}

	.new-studio__title,
	.new-studio__description {
		max-width: none;
	}

	.new-studio-preview-slider,
	.new-studio-video-slider {
		max-width: none;
	}

	div.youtube > div {
		padding-bottom: 43.4%;
	}

	.new-history-image__small {
		display: none;
	}

	.new-history-image {
		max-width: none;
		margin-bottom: 33px;
	}

	.new-history-desc {
		max-width: none;
		padding-right: 50px;
		padding-left: 50px;
	}
	.new-callback__content {
		flex-direction: column;
	}
	.new-form {
		max-width: none;
		gap: 30px;
	}
	.new-callback-info {
		flex-direction: column;
		align-items: center;
	}
	.new-callback {
		padding-top: 100px;
	}
}

@media (max-width: 989px) {
	.new-banner__wrapper {
		padding: 116px 0px 91px 0px;
	}
}

@media (max-width: 767px) {
	.new-banner__logo {
		display: none;
	}

	.new-banner__wrapper {
		padding: 64px 0px 32px 0px;
	}

	.new-banner__content {
		padding-top: 225px;
		align-items: center;
	}

	.new-banner {
		margin-bottom: 28px;
	}

	.new-studio-preview-slider__item {
		height: 100px;
	}

	.new-callback {
		padding-top: 70px;
	}
	.new-callback__link {
		margin-bottom: 40px;
		font-size: 24px;
		line-height: 30px;
		padding: 20px;
	}
	.new-callback__text {
		margin-bottom: 40px;
		font-size: 24px;
		line-height: 30px;
		padding: 20px;
	}
	.new-form__input {
		font-size: 24px;
	}
	.new-form__input::placeholder {
		font-size: 24px;
	}
	.new-form__button {
		font-size: 24px;
		padding: 10px 20px;
	}
	.new-callback__content {
		gap: 40px;
	}
	.new-callback-info__tel,
	.new-callback-info__text {
		font-size: 24px;
		letter-spacing: 5px;
	}
	.new-form__policy,
	.new-form__policy-link {
		font-size: 16px;
		line-height: 21px;
	}
}

@media (max-width: 479px) {
	.new-banner__download {
		font-size: 13px;
		line-height: 16px;
		border-radius: 10px;
		padding: 5px;
	}

	.new-studio__content {
		order: 2;
		gap: 16px;
		margin-bottom: 15px;
	}

	.new-studio-preview-slider {
		order: 3;
		padding: 42px 23px 42px 23px;
		border-bottom: 1px solid #dcdada;
	}

	.new-studio-video-slider {
		order: 1;
		margin-bottom: 25px;
	}

	div.youtube > div:before {
		width: 40px;
		height: 40px;
	}

	.new-studio__title {
		font-size: 11px;
		padding-bottom: 0px;
		padding-top: 25px;
		border-top: 1px solid #dcdada;
		border-bottom: none;
	}

	.new-studio__description {
		font-size: 11px;
		line-height: 20px;
	}

	.new-studio__wrapper {
		gap: 0px;
		padding-right: 50px;
	}

	div.youtube > div {
		padding-bottom: 58%;
	}

	.new-studio-preview-slider__prev {
		left: 0px;
	}

	.new-studio-preview-slider__next {
		right: 0px;
	}

	.new-studio {
		margin-bottom: 33px;
	}

	.new-studio-preview-slider__item {
		height: 60px;
	}

	.new-studio-preview-slider__next::after,
	.new-studio-preview-slider__prev::after {
		width: 15px;
		height: 15px;
	}

	.new-studio-preview-slider__next,
	.new-studio-preview-slider__prev {
		top: 60%;
		width: 15px;
		height: 15px;
	}

	.new-history__title {
		font-size: 11px;
		order: 2;
		margin-bottom: 23px;
		padding: 14px 0px;
	}

	.new-history-image {
		order: 1;
		margin-bottom: 53px;
	}

	.new-history-desc {
		order: 3;
	}

	.new-history-image__big {
		max-height: 215px;
	}

	.new-history-desc p {
		font-size: 11px;
		line-height: 13px;
	}

	.new-history-desc-slider__item {
		height: 150px;
	}

	.new-history-desc-slider__pagination {
		display: block;
	}

	.new-history-desc p:last-of-type {
		border-bottom: 1px solid #dcdada;
		padding-bottom: 23px;
	}

	.new-history {
		padding-bottom: 0px;
		border-bottom: none;
	}
	.new-callback {
		padding-top: 25px;
	}
	.new-callback__link {
		font-size: 16px;
		line-height: 18px;
		padding: 14px;
		margin-bottom: 17px;
	}
	.new-callback__text {
		font-size: 8px;
		line-height: 13px;
		padding: 0px 50px;
		margin-bottom: 13px;
	}
	.new-form {
		padding: 10px 15px 10px 10px;
		border: 2px solid #dcdada;
		border-radius: 15px;
		gap: 8px;
	}
	.new-form__input::placeholder {
		font-size: 12px;
	}
	.new-form__input {
		font-size: 12px;
		border: 1px solid #dcdada;
		padding: 3px 10px;
	}
	.new-form__group {
		gap: 6px;
	}
	.new-form__button {
		font-size: 10px;
		padding: 4px 20px;
		letter-spacing: 3px;
	}
	.new-callback__content {
		gap: 16px;
	}
	.new-callback__content {
		font-size: 12px;
		letter-spacing: 1px;
	}
	.new-callback-info {
		gap: 10px;
	}
	.new-callback-info__tel,
	.new-callback-info__text {
		font-size: 12px;
		letter-spacing: 3px;
	}
	.new-form__policy,
	.new-form__policy-link {
		font-size: 11px;
		line-height: 14px;
	}
}

.form-captcha__name {
	font-weight: 700;
	line-height: 1.5;
	margin-bottom: 5px;
}


.feedback.callback .form-control {
	display: flex;
	justify-content: center;
}

.form-common__title {
	font-family: Bannikova;
	line-height: 1.2;
	margin-bottom: 32px;
	text-transform: uppercase;
	font-size: 24px;
	margin-top: 60px;
	text-align: center;
}

.form-common__section {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.form-common__section:not(:last-child) {
	margin-bottom: 40px;
}

.form-common__subname {
	font-size: 20px;
	line-height: 1.2;
	width: 100%;
}

.form-common__input {
	position: relative;
	width: calc(25% - 7.5px);
}

.form-common__input input {
	width: 100%;
	padding: 12px 2px;
	height: 48px;
	border-bottom: 1px solid #b5aeae;
	transition: 0.3s;
}

.form-common__input label {
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	line-height: 1.5;
	color: #756a6d;
	-webkit-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	pointer-events: none;
}

.form-common__input input:focus + label,
.form-common__input input.filled + label {
	top: 6px;
	font-size: 12px;
}

.form-common__input input:not([type="checkbox"])[required] + label:after {
	content: "*";
	color: #840016;
}

.form-common__input.checkbox {
	margin: 0;
}

.form-common__input.checkbox label {
	position: relative;
	opacity: 1;
	pointer-events: unset;
}

.form-common__text {
	display: flex;
	align-items: center;
	color: #756a6d;
}

.form-common__text a {
	text-decoration: underline;
}

.form-common__response {
	display: none;
	padding: 1em;
	font-weight: 600;
}

.form-common__response.success {
	display: block;
	border: 2px solid #4fac50;
	color: #4fac50;
}

.form-common__response.error {
	display: block;
	border: 2px solid #840016;
	color: #840016;
}

@media screen and (max-width: 1599px) {
	.form-common__input {
		width: calc(33.333% - 7.5px);
	}
}

@media screen and (max-width: 950px) {
	.form-common__input {
		width: calc(50% - 7.5px);
	}
}

@media screen and (max-width: 767px) {
	.form-common__input {
		width: 100%;
	}
}

.burger__body {
	left: -100%;
	display: none;
}

.burger__body.active {
	display: block;
}

body.wbot .home-slider__slide {
	display: none;
}

body.wbot .home-slider__slide:nth-child(3) {
	display: block;
}

body.wbot .product-home__item img {
	display: none;
}

body.wbot .luxury-page__img img {
	display: none;
}
.section-all__card {
	width: 25%;
	flex: 0 0 auto;
}
@media (max-width: 61.99875em) {
	.section-all__card {
		width: 33%;
	}
}
@media (max-width: 47.99875em) {
	.section-all__card {
		width: 50%;
	}
}
.info-exclusive {
	margin-top: 170px;
}
@media (max-width: 1600px) {
	.info-exclusive {
		margin-top: 144px;
	}
}
@media (max-width: 767px) {
	.info-exclusive {
		margin-top: 94px;
	}
}
.content-ec__info {
	display: flex;
	gap: 15px;
	margin-bottom: 60px;
}

.content-ec__info .video-exclusive {
	height: auto;
	flex-shrink: 0;
	width: calc(50% - 7.5px);
}
.content-ec__info .content-ec__item {
	width: calc(50% - 7.5px);
}
@media (max-width: 991px) {
	.content-ec__info {
		flex-direction: column;
	}
	.content-ec__info .content-ec__item {
		width: 100%;
	}
	.content-ec__info .video-exclusive {
		width: 100%;
	}
}
@media (max-width: 479px) {
	.content-ec__info .video-exclusive,
	.content-ec__info .video-exclusive__value {
		height: 240px;
	}
}
.present-filter-filter {
	margin-top: 0;
	margin-bottom: 31px;
}
.present-file {
	margin: 15px 0;
	top: unset;
	position: unset;
	display: flex;
	justify-content: flex-end;
}
.sort-present-file {
	top: unset;
}
.display-filter {
	display: none;
}
.min-present {
	margin-bottom: 50px;
}
.sotr-present-none {
	display: none;
}
.sort-present {
	position: unset;
	display: flex;
	justify-content: flex-end;
}
.min-present {
	display: block;
}
.content-ec__tab {
	cursor: pointer;
}

.slider-adres__contect a {
	margin-bottom: 5px; 
}

.slider-adres__contect a::before {
	content: "\f095";
	font-family: FontAwesome;
	color: #333;
	margin-right: 10px; 
}

/*@media (max-width: 700px) {
	.sotr-present {
		top: 3%;
	}
}*/

.present-slider-block {
	width: 100%;
	height: auto;
	margin-bottom: 31px !important;
}

.slide-present {
	background: #161A1D;
}

@media (max-width: 767px) {
	.mob-present-img {
		display: block;
		width: 100%;
	}
	.desk-present-img {
		display: none;
	}
	.present-slider-block {
		width: 100%;
		height: auto;
	}
}
@media (min-width: 768px) {
	.mob-present-img {
		display: none;
	}
	.desk-present-img {
		display: block;
		width: 100%;
	}
}

@media (min-width: 767px) {
	.cart-product__name {
		font-size: 20px;
	}
}

.naw {
	font-size: 16px;
}

.partners-img-size {
	overflow: hidden;
	margin-top: 20px;
}

.sl-image {
	width: 100%;
}

.img-block-partners {
	overflow: hidden;
}

.img-partners {
	width: 100%;
}

@media (max-width: 768px) {
	.img-partners {
		padding-top: 30px;
	}
}

a#payurl {
	background: #1E1518;
	height: 44px;
	color: #fff;
}

@media (min-width: 61.9988em) {
	main .product-home__item:nth-child(3) .cart-product__name {
		height: 70px;
	}
}

@media screen and (max-width: 767px) {
	.cart-product__name {
		height: 72px;
	}
}
@media (max-width: 35.9988em) {
	.cart-product__name {
		height: auto;
	}
	.page__product.product-home {
		min-height: calc((397px * 5) + (16px * 4) + 40px);
	}
}

@media (min-width: 47.9989em) {
	.top-header__phone {
		display: flex;
		align-items: center
	}
}


.top-footer__phone, .menu-mobile__phone {
	display: flex;
	align-items: center
}

.top-header__phone .whats-app-icon,
.top-footer__phone .whats-app-icon,
.menu-mobile__phone .whats-app-icon  {
	margin-left: 5px;
}

@media screen and (min-width: 992px) {
	.catalog-container .filter__applicable {
		align-items: baseline;
	}
	.catalog-container .applicable-filter__list .swiper-wrapper {
		flex-wrap: wrap;
	}
}

.under-order {
	margin-bottom: 22px;
	text-align: center;
	max-width: 304px;
}

.under-order,
.availability-note {
	color: #840016;
}

@media screen and (max-width: 991px) {
	.under-order {
		max-width: unset;
	}
}

.mlm-drop__container:not(.type-double,
.type-reverse) .mlm-drop__sections {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1em;
}
.awz_cookies_sett__message
{
	left: 10px;
}
.awz_cookies_sett__message a:hover,.awz_cookies_sett__message a:link,.awz_cookies_sett__message a:visited{text-decoration:underline}
.awz_cookies_sett__col{width: auto!important;}
.awz_cookies_sett__row{justify-content: left!important;}
.awz_cookies_sett__save, .awz_cookies_sett__save:hover
{
	background: #000!important;
}
.awz_cookies_sett__detail-alert{color:#000!important}
#awz_cookies_sett__settings{display:none}

.bottom-footer__copy {
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3;
}
.bottom-footer__menu2
{
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
	flex: 0 0 100%;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.bottom-footer__pay {
	-webkit-box-ordinal-group: 5;
	-ms-flex-order: 4;
	order: 4;
}
@media (max-width: 2560px) {
	.top-footer__menu {
		margin: 24px -16px;
	}
	.bottom-footer__contact
	{
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin-bottom:0px;
	}
	.footer__top {
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
	.top-footer__phone {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 auto;
		flex: 1 1 auto;
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
		text-align: center;
	}
	.bottom-footer {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}
@media (max-width: 47.9988em)
{
	.top-footer__menu{margin: 24px -2px 0;}
}
@media (max-width: 1599px) and (min-width: 47.9988em) {
	.order__item {
		margin-bottom: 10px;
	}
}
.checkbox_order label {
	line-height:1;
	padding-left:0
}

.checkbox_order label::before {
	display: block;
	float: left;
	margin-right: 20px;
	position: relative
}

.awz_cookies_sett__col__right {
	display: flex;
	flex-direction: row;
	width: 100% !important;
	justify-content: center;
}
.awz_cookies_sett__btn {
	width: 100%;
	flex: 1 1 0;
}
@media (min-width: 767.98px) {
	.awz_cookies_sett__col__right {
		width: auto !important;
		flex-direction: column;
	}
}
@media (min-width: 425px) {
	.awz_cookies_sett__col__right {
		width: 50% !important;
	}
}

.menu-autlet, .price-autlet
{
	color: #840016;
}
/* End */
/* /local/templates/main/components/bitrix/catalog.section.list/menu_header_multilevel_new/style.css?17790976968385 */
/* /local/templates/main/components/bitrix/menu/menu-nav/style.css?1752563024625 */
/* /local/templates/main/components/bitrix/catalog.section.list/menu_header_multilevel_mobile/style.css?177909769611996 */
/* /local/templates/main/components/bitrix/search.suggest.input/.default/style.css?1752563024507 */
/* /local/templates/main/components/bitrix/main.register/.default/style.css?1752563024468 */
/* /local/templates/main/components/bitrix/menu/menu_bottom/style.css?1752563024626 */
/* /local/templates/main/components/bitrix/menu/social/style.css?1752563024625 */
/* /local/templates/main/styles.css?177943696911998 */
/* /local/templates/main/template_styles.css?17525630242638 */
/* /local/templates/main/files/swiper-bundle.min.css?175256302418436 */
/* /local/templates/main/css/style.min.css?1779437826220584 */
/* /local/templates/main/css/custom.css?177943696924760 */
