html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	font-family: "Nunito";
	text-decoration: none;
	box-sizing: border-box;
	outline: transparent;
}
a {
	color: #131833;
}
b {
    font-weight: bold;
}
strong {
	font-weight: 800;
}
i {
	font-style: italic;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	min-height: 100vh;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}


table {
	border-collapse: collapse;
	border-spacing: 0;
}
.container {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
}
header {
    z-index: 1;
    background-color: #F1EFF1;
}
input, select, textarea {
	font-family: "Nunito";
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 130%;
	color: #333333;
	background-color: #FFFFFF;
	min-height: 50px;
	padding: 10px 20px;
	outline: transparent;
	border: none;
	box-sizing: border-box;
	border-radius: 4px;
}
::placeholder {
	font-family: "Nunito";
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 130%;
	color: #333333;
	opacity: 0.5;
}
::-webkit-input-placeholder {
	font-family: "Nunito";
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 130%;
	color: #333333;
	opacity: 0.5;
}
::-moz-placeholder {
	font-family: "Nunito";
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 130%;
	color: #333333;
	opacity: 0.5;
}
:-ms-input-placeholder {
	font-family: "Nunito";
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 130%;
	color: #333333;
	opacity: 0.5;
}
:-moz-placeholder {
	font-family: "Nunito";
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 130%;
	color: #333333;
	opacity: 0.5;
}

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

.style_text, .style_text p, .style_text li {
	font-weight: 400;
	font-size: 12px;
	line-height: 170%;
	color: #998B82;
}

.style_text p {
	margin-bottom: 10px;
}

h4 {
	font-weight: 600;
	font-size: 14px;
	line-height: 170%;
	color: #6E5347;
	margin-top: 12px;margin-bottom: 8px;}

h5 {
	font-weight: 600;
	font-size: 14px;
	line-height: 170%;
	text-transform: uppercase;
	color: #6E5347;
}
ul:not([class]) {
	margin: 8px 0 8px;
}
ul:not([class]) li {
    position: relative;
    padding-left: 18px;
}
ul:not([class]) li:before {
    content: "";
    width: 3px;
    height: 3px;
    display: block;
    position: absolute;
    top: 9px;
    left: 8px;
	background-color: #998B82;border-radius: 50%;
}

ul:not([class]) li:not(:last-child) {
    margin-bottom: 10px;
}
ol:not([class]) {
    margin: 15px 0;
    counter-reset:  item;
}
ol:not([class]) li {
    position: relative;
}
ol:not([class]) li:before {
    content: counter(item) ') ';
    counter-increment: item;
    font-weight: 500;
    color: #faac13;
}

ol:not([class]) li:not(:last-child) {
    margin-bottom: 6px;
}
.slide_window {
    position: fixed;
    width: calc(100% - 50px);
    top: 0;
    height: 100%;
    overflow: auto;
    right: -100%;
    z-index: 9;
    background: #F9F8F9;
    border-radius: 0px 0px 0px 70px;
}
.header-logo a {
    display: block;
    width: 100%;
    height: 100%;
    max-width: 182px;
    max-height: 100px;
}

.header-bar {
    display: flex;
    align-items: center;
    column-gap: 35px;
    min-height: 150px;
    padding: 15px 0;
}

.header-cart {
    display: flex;
    align-items: center;
    column-gap: 22px;
    margin-left: auto;
}

.header-cart a {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #A0753B;
    display: inline-flex;
    align-items: center;
    column-gap: 20px;
}
#search button {
    border: none;
    background-color: #ffffff;
    border-radius: 0 4px 4px 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 70px;
    cursor: pointer;
    transition: background-color .3s ease;
}

#search {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr auto;
    position: relative;
    box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.03);
}

.header-search {
    width: 100%;
    max-width: 581px;
}

#search input {
    width: 100%;
    border-radius: 4px 0 0 4px;
    padding: 10px 30px;
}

#search button img {
    width: 30px;
    height: 30px;
}

#search button:hover {
    background-color: #f7f7f7;
}
#search ul.dropdown-menu {
    position: absolute;
}

ul.menu.header-menu li a, ul.menu.header-menu li span {
    font-weight: 600;
    font-size: 18px;
    line-height: 18px;
    color: #6B282B;
    display: inline-flex;
    padding: 10px 0;
}
ul.menu.header-menu li.menu-item-type--catalog>span {
    font-weight: bold;
    font-size: 18px;
    line-height: 18px;
    color: #6B282B;
    display: inline-flex;
    align-items: center;
    column-gap: 10px;
}

ul.menu.header-menu {
    display: flex;
    align-items: center;
    column-gap: 30px;
}

li.menu-item-type--catalog {
    position: relative;
    flex-basis: 200px;
}

ul.drop-menu {
    position: absolute;
    background-color: #fff;
    border-radius: 4px;
    padding: 20px 30px;
    display: flex;
    flex-direction: column;
    row-gap: 5px;
    box-shadow: 0px 4px 25px rgb(0 0 0 / 3%);
    top: calc(100% + 10px);
    left: 0;
}

ul.drop-menu li a {
    white-space: nowrap;
}

ul.menu.header-menu li a:hover, ul.menu.header-menu li span:hover {}

.underline {
    position: relative;
}
.underline:after {
    content: "";
    position: absolute;
    width: 0;
    height: 1px;
    left: 0;
    bottom: 0;
    background-color: currentColor;
    transition: width .3s ease;
    opacity: .7;
}
.underline:hover:after {
    width: 100%;
}
.underline-span>span {
    position: relative;
}
.underline-span>span:after {
    content: "";
    position: absolute;
    width: 0;
    height: 1px;
    left: 0;
    bottom: 0;
    background-color: currentColor;
    transition: width .3s ease;
    opacity: .7;
}
.underline-span:hover span:after {
    width: 100%;
}
.header-menu-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgb(81 105 135 / 10%);
    padding-bottom: 25px;
}
.open-drop-menu {
    cursor: pointer;
}
ul.menu.header-menu>li {
    flex-shrink: 0;
}
.header-user {
    display: inline-flex;
    align-items: center;
    column-gap: 22px;
}
.header-user span {
    font-weight: 600;
    font-size: 18px;
    line-height: 18px;
    color: #6B282B;
    display: inline-flex;
    padding: 10px 0;
}
.drop-menu-wrap {
    position: relative;
}
main {
    flex: 1;
    margin-top: 60px;
    margin-bottom: 60px;
}

#slider-main>.slider-item {
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 0px 0px 0px 163px;
}

.button {
    font-weight: 500;
    font-size: 20px;
    line-height: 20px;
    text-transform: uppercase;
    color: #F8F8FF;
    background: linear-gradient(267.23deg, #E8BC78 0%, #AA7F44 100%);
    border: 1px solid #FFFFFF;
    border-radius: 60px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 66px;
    padding: 10px 40px;
    box-shadow: 0px 3px 8px 2px rgb(232 188 120 / 40%);
    transition: all .3s ease;
}

.button:hover {
    box-shadow: 0px 3px 8px 2px rgb(232 188 120 / 90%);
}

.slider-title {
    font-family: 'Oranienbaum';
    font-style: normal;
    font-weight: 400;
    font-size: 64px;
    line-height: 135%;
    text-transform: uppercase;
    color: #6B282B;
    margin-bottom: 18px;
}

.slider-description {
    font-weight: 400;
    font-size: 23px;
    line-height: 35px;
    color: rgb(107 40 43 / 70%);
}
.slider-content {
    width: 100%;
    max-width: 630px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 730px;
    padding: 40px 0;
}

.slider-button {
    margin-top: 60px;
}
.category-item {
    width: calc(25% - 80px);
    display: flex;
    flex-direction: column;
    align-items: center;
}

.category-block {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 80px;
    row-gap: 20px;
}

.category-item-image {
    width: 100%;
    padding-top: 100%;
    position: relative;
    border-radius: 50%;
    border: 1px solid #D9D9D9;
    margin: 30px 30px;
    background-color: transparent;
    transition: background-color .3s ease;
}
.category-item-image img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% + 60px);
    height: calc(100% + 60px);
    max-width: none;
    max-height: none;
    object-fit: contain;
}

.category-item h3 {
    display: inline-flex;
    align-items: center;
    min-height: 86px;
    font-family: 'Oranienbaum';
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 135%;
    text-align: center;
    color: #6B282B;
}

.category-item:hover .category-item-image {
    background-color: rgba(228, 184, 117, 0.2);
}
.module-title, .module_title {
    font-family: 'Oranienbaum';
    font-style: normal;
    font-weight: 400;
    font-size: 42px;
    line-height: 135%;
    text-transform: uppercase;
    color: #6B282B;
    margin-bottom: 58px;
}

.module-block, .module_block {
    margin-top: 130px;
    margin-bottom: 130px;
}
.product_info_title a {
    font-weight: 500;
    font-size: 24px;
    line-height: 24px;
    color: #506987;
}

.product_info_description {
    font-weight: 400;
    font-size: 20px;
    line-height: 20px;
    color: rgb(80 105 135 / 50%);
    margin-top: 22px;
    margin-bottom: 18px;
}

.product_info_price {
    font-weight: 500;
    font-size: 30px;
    line-height: 30px;
    color: #506987;
}

.product_info_old_price {
    font-weight: 500;
    font-size: 20px;
    line-height: 20px;
    color: rgb(80 105 135 / 70%);
    position: relative;
}
.product_image {
    width: 100%;
    padding-top: 100%;
    display: block;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}

.product_image a {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    border-bottom: 1px solid rgb(80 105 135 / 20%);
}

.special_block {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.product_image a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product_item {
    background: #FCFCFC;
    border-radius: 20px;
    padding: 15px 15px;
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    filter: drop-shadow(0px 4px 20px #E1E1EC);
    position: relative;
}

.module_special_block_54 {
    background: rgb(241,239,241);
    background: linear-gradient(180deg, rgba(241,239,241,1) 50%, rgba(241,239,241,0) 50%);
    padding: 110px 0;
}
.product_info_price_block {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 18px;
}

.product_info_old_price:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #D50303;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(170deg);
}

.product_info_button button,
input[type="submit"],
.btn,
.product_detailed_control_button_cart button {
    display: block;
    width: 100%;
    border: solid 1px #E8BC78;
    font-weight: 500;
    font-size: 18px;
    line-height: 18px;
    text-transform: uppercase;
    color: #B78C4F;
    border-radius: 20px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    position: relative;
    overflow: hidden;
    background: transparent;
    transition: color .3s ease;
    z-index: 1;
}



.product_info_button button:after,
input[type="submit"]:after,
.btn:after,
.product_detailed_control_button_cart button:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(267.23deg, #E8BC78 0%, #AA7F44 100%);
    z-index: -1;
    transition: opacity .3s ease;
    opacity: 0;
}

.product_info_button button:hover,
input[type="submit"]:hover,
.btn:hover,
.product_detailed_control_button_cart button:hover  {
    color: #ffffff;
}

.product_info_button button:hover:after,
input[type="submit"]:hover:after,
.btn:hover:after,
.product_detailed_control_button_cart button:hover:after {
    opacity: 1;
}

.product_info_button {
    margin-top: 25px;
}
.product_item_overlay .product_info_button {
    display: none;
}
.module_special_block,
.module_related_block {
    overflow: hidden;
}
.module_special_block .slick-slide,
.module_related_block .slick-slide {
    margin-left: 10px;
    margin-right: 10px;
}
.module_special_block .slick-list,
.module_related_block .slick-list {
    margin-left: -10px;
    margin-right: -10px;
    overflow: visible;
}
.product_item_special {
    position: relative;
    height: 458px;
    transition: filter .3s ease;
}

.product_item_overlay {
    background: #FCFCFC;
    border-radius: 20px;
    padding: 15px 15px;
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    position: absolute;
    top: 0;
    left: 0;
}

.product_item_special:hover .product_info_button {
    display: block;
}

.module_special_block .module_title, .module_useful_information_block .module_title, .module_review_block .module_title, .module_related_block .module_title {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.button_slider button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    padding: 0;
    border: none;
    background: none;
    opacity: .7;
    cursor: pointer;
    transition: opacity .3s ease;
    outline: none;
}

.button_slider button.slider_arrow_left img {
    transform: rotate(180deg);
}

.button_slider {
    display: flex;
    align-items: center;
    column-gap: 18px;
    margin-bottom: 8px;
}

.button_slider button:hover {
    opacity: 1;
}

.button_slider button[aria-disabled="true"] {
    opacity: .3;
    cursor: default;
}
.product_item_special:hover {
    filter: drop-shadow(0px 4px 20px #E1E1EC);
}

.module_special_block .slick-slide[aria-hidden="true"],
.module_related_block .slick-slide[aria-hidden="true"] {
    opacity: .3;
    pointer-events: none;
}
.footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 80px 0;
    column-gap: 75px;
}

footer {
    background-color: #000000;
}

.footer_menu_title {
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    color: #FCFCFC;
    margin-bottom: 8px;
}

.footer_menu_items ul.menu li a {
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    color: rgb(252 252 252 / 60%);
}

.footer_menu_items ul.menu {column-count: 3;padding: 10px 0;}

a.footer_phone, a.footer_email {
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    color: rgb(252 252 252 / 60%);
    display: inline-flex;
    margin-bottom: 8px;
}

.footer_socials {
    display: flex;
    align-items: center;
    column-gap: 15px;
    margin-top: 20px;
}

.footer_logo a {
    display: block;
    width: 225px;
}

.footer_menu_items ul.menu li:not(:last-child) {
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.footer_logo {
    border-bottom: 1px solid rgb(252 252 252 / 60%);
    padding-bottom: 14px;
    margin-bottom: 18px;
}
.footer_socials a:hover {
    opacity: .5;
}

.footer_socials a {
    transition: opacity .3s ease;
}
.module_special_block {
    /* padding-bottom: 110px; */
}

.text_main_row {
    display: flex;
    align-items: center;
    column-gap: 30px;
    justify-content: space-between;
}

.text_main_wrap h3 {
    font-family: 'Oranienbaum';
    font-style: normal;
    font-weight: 400;
    font-size: 64px;
    line-height: 135%;
    text-transform: uppercase;
    color: #6B282B;
    margin-bottom: 12px;
}

.text_main_subtitle {
    font-family: 'Oranienbaum';
    font-style: normal;
    font-weight: 400;
    font-size: 42px;
    line-height: 135%;
    text-transform: uppercase;
    color: #A0753B;
    display: block;
}

.text_main_description {
    font-weight: 400;
    font-size: 23px;
    line-height: 30px;
    color: #6B282B;
    margin-top: 26px;
}

.text_main_description span {
    color: rgb(160 117 59 / 70%);
}

.text_main_button {
    margin-top: 60px;
}
.text_main_column:first-child {
    width: 100%;
    max-width: 630px;
}
.article_item_title {
    font-weight: 400;
    font-size: 23px;
    line-height: 30px;
    color: rgb(107 40 43 / 70%);
    margin-top: 18px;
    display: inline-flex;
}

.articles_slider .slick-slide {
    margin-left: 15px;
    margin-right: 15px;
}
.articles_slider .slick-list {
    margin-left: -15px;
    margin-right: -15px;
}
.article_item_image {
    border-radius: 10px;
    width: 100%;
    padding-top: 40%;
    position: relative;
    overflow: hidden;
}

.article_item_image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.article_item a {
    display: block;
    width: 100%;
}
.module_useful_information_block {
    background: linear-gradient(280.96deg, #EBE9EC 17.82%, rgba(235, 233, 236, 0) 100%);
    padding: 100px 0;
}
.review_item {
    border: 1px solid #D8C7B0;
    border-radius: 10px;
    padding: 25px 25px 25px 65px;
    margin-top: 70px;
    margin-left: 70px;
    position: relative;
    flex-direction: column;
}
.review_item:before {
    content: "";
    width: 120px;
    height: 150px;
    background-image: url('/image/review_mask.png');
    display: block;
    position: absolute;
    left: -70px;
    top: -70px;
    background-color: rgb(255 255 255 / 50%);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.review_item_author {
    font-family: 'Oranienbaum';
    font-style: normal;
    font-weight: 400;
    font-size: 28px;
    line-height: 135%;
    text-transform: uppercase;
    color: #6B282B;
}

.review_item_text {
    font-weight: 400;
    font-size: 20px;
    line-height: 25px;
    color: #6B282B;
    margin-top: 18px;
}
.review_item_date {
    font-family: 'Oranienbaum';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 135%;
    text-transform: uppercase;
    color: #6B282B;
}
.reviews_slider .slick-slide {
    margin-left: 35px;
    margin-right: 35px;
}
.reviews_slider .slick-list {
    margin-left: -35px;
    margin-right: -35px;
    overflow: visible;
}
.module_review_block  {
    overflow: hidden;
}
.reviews_slider .slick-slide[aria-hidden="true"] {
    opacity: .3;
    pointer-events: none;
}
.module_special_block.module_special_block_56 {
    margin-bottom: 0;
    padding-bottom: 110px;
}

.module_useful_information_block {
    margin-top: 0;
}
.module_special_block.module_special_block_54 {
    margin-bottom: 0;
}

.module_block_57.module_html_block {
    margin-top: 0;
}
.subscribe_wrap {
    background-color: #EDEBEE;
    background-image: url('/image/form_bg.png');
    background-repeat: no-repeat;
    background-position: right center;
    border-radius: 20px;
    padding: 55px 115px;
}

.subscribe_row {
    display: flex;
    align-items: center;
    column-gap: 65px;
}

.subscribe_title {
    font-family: 'Oranienbaum';
    font-style: normal;
    font-weight: 400;
    font-size: 42px;
    line-height: 135%;
    text-transform: uppercase;
    color: #6B282B;
}

.subscribe_column:first-child {
    width: 100%;
    max-width: 370px;
}

.subscribe_form_title {
    font-family: 'Oranienbaum';
    font-style: normal;
    font-weight: 400;
    font-size: 26px;
    line-height: 135%;
    text-transform: uppercase;
    color: #6B282B;
    margin-bottom: 10px;
}

.subscribe_field input {
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    color: #6B282B;
    background-color: transparent;
    border-bottom: 1px solid rgb(0 0 0 / 20%);
    border-radius: 0;
    min-height: auto;
    padding: 5px 0;
    width: 100%;
    min-width: 200px;
}

.subscribe_field button {
    background: linear-gradient(267.23deg, #AF8448 0%, #E4B875 100%);
    border: 1px solid #FFFFFF;
    border-radius: 20px;
    font-weight: 300;
    font-size: 16px;
    line-height: 16px;
    color: #F8F8FF;
    min-height: 34px;
    padding: 8px 34px;
    cursor: pointer;
    transition: opacity .3s ease;
}

.subscribe_field button:hover {
    opacity: .7;
}

.subscribe_field_data_processing label {
    font-weight: 400;
    font-size: 11px;
    line-height: 11px;
    color: #4D4C4C;
    display: inline-flex;
    align-items: center;
}

.subscribe_field_data_processing label input {
    min-height: auto;
    opacity: .3;
}

.subscribe_field_data_processing {
    margin-top: 12px;
}

.subscribe_field {
    display: inline-flex;
    align-items: center;
    column-gap: 18px;
    width: 100%;
    max-width: 480px;
}
body.overlay {
	position: relative;
	overflow: hidden;
}
body.overlay:before {
	content: "";
	position: fixed;
	z-index: 8;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(95, 95, 95, 0.6);
}
.subscribe_column:last-child {
    width: 100%;
}

.products_block {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 10px;
    grid-row-gap: 20px;
}

.container_wrap {
    display: grid;
    grid-column-gap: 45px;
}
ul.breadcrumb {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #6B282B;
    opacity: 0.4;
    display: flex;
    align-items: center;
    column-gap: 6px;
    margin-bottom: 12px;
    flex-wrap: wrap;
}

h1 {
    font-family: 'Oranienbaum';
    font-style: normal;
    font-weight: 400;
    font-size: 42px;
    line-height: 135%;
    text-transform: uppercase;
    color: #6B282B;
    margin-bottom: 24px;
}

.menu_tree_caregory li {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.menu_tree_caregory .drop_menu_category {
    grid-column: 1/3;
    display: none;
    margin-top: 12px;
    padding-left: 15px;
    margin-bottom: 2px;
    width: 100%;
}

.open_drop_menu_category {
    display: inline-flex;
    width: 20px;
    height: 20px;
    align-items: center;
    justify-content: center;
    cursor: cell;
    transform: rotate(180deg);
}

ul.menu_tree_caregory li a {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 16px;
    color: #6B282B;
    opacity: .9;
    display: inline-flex;
    padding: 2px 0;
    max-width: calc(100% - 20px);
}

ul.menu_tree_caregory li:not(:last-child) {margin-bottom: 12px;}

ul.menu_tree_caregory li ul.drop_menu_category li a {
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
}

.opened>.open_drop_menu_category {
    transform: rotate(0deg);
}

.drop_menu_category .open_drop_menu_category img {
    max-width: 7px;
}

ul.menu_tree_caregory li a.active {
    opacity: 1;
}
.system_message {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 40px;
    border: 1px solid rgb(81 105 135 / 10%);
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #A0753B;
}

.category_control_total {
    font-weight: 400;
    font-size: 22px;
    line-height: 22px;
    color: #6B282B;
    margin-bottom: 25px;
}

.category_cotent h1 {
    margin-bottom: 8px;
}

.category_control_item label {
    font-weight: 300;
    font-size: 18px;
    line-height: 21px;
    color: #A0753B;
}

.category_control_item select {
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    color: #6B282B;
    padding: 0;
    min-height: auto;
}

.category_control_items {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.category_control_wrap {
    margin-bottom: 32px;
}
ul.pagination .arrow_prev img {
    transform: rotate(180deg);
}

ul.pagination li {
    font-weight: 400;
    font-size: 22px;
    line-height: 22px;
    color: #6B282B;
    transition: opacity .3s ease;
}

ul.pagination li a, ul.pagination li span {
    color: #6B282B;
}

ul.pagination li:not(.active) {
    opacity: .5;
}

ul.pagination li:hover {
    opacity: 1;
}

ul.pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 20px;
    margin-top: 40px;
}
.modal {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 0%);
    transition: background-color .3s ease;
}

.modal-dialog {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.modal-content {
    max-width: calc(100% - 20px);
    max-height: calc(100% - 40px);
    background-color: #fff;
    overflow: auto;
    padding: 20px 20px 40px;
    opacity: 0;
    transform: scale(.4);
    transition: all .3s ease;
}

.modal-content {
    font-weight: 400;
    font-size: 20px;
    line-height: 25px;
    color: #6B282B;
}

.modal-header {
    display: flex;
    justify-content: center;
}

h4.modal-title {
    font-family: 'Oranienbaum';
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    text-transform: uppercase;
    color: #6B282B;
    width: 100%;
    text-align: center;
}

.modal-header button.close {
    order: 2;
    background: transparent;
    border: none;
    font-size: 28px;
    height: auto;
    cursor: pointer;
}
.modal.in {
    background-color: rgb(0 0 0 / 53%);
}

.modal.in .modal-content {
    opacity: 1;
    transform: scale(1);
}
.container.checkout {
}
.quantity {
    max-width: 120px;
    display: grid;
    grid-template-columns: auto 1fr auto;
    border-radius: 8px;
    overflow: hidden;
}
.quickcheckout_row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 20px;
}
.quantity button {
    background-color: #A0753B;
    border-radius: 4px 0px 0px 4px;
    border: none;
    border-radius: 0;
    color: #fff;
    width: 32px;
    font-size: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all .3s ease;
    cursor: pointer;
}

.quantity button:hover {
    background-color: #6B282B;
}
ul.list-unstyled {
    margin-bottom: 25px;
}

ul.list-unstyled a {
    text-decoration: underline;
    color: #6B282B;
    font-size: 16px;
    line-height: 22px;
    opacity: .57;
}

ul.list-unstyled a:hover {
    text-decoration: none;
}
.form-group {
    margin: 10px 0;
    display: flex;
    align-items: center;
    column-gap: 15px;
}

.form-group label {
    font-size: 16px;
    line-height: 130%;
    color: #333333;
}
fieldset legend {
    font-weight: bold;
    margin-bottom: 10px;
}

fieldset {
    margin-top: 30px;
}
.form-group a {
    margin-top: 10px;
    display: block;
}

.form-group a:hover {
    text-decoration: underline;
}

.well {
    font-weight: 300;
    font-size: 16px;
    line-height: 160%;
    color: #313713;
}
@media (min-width: 600px) {
	.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
	.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
	.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
	.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
	.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
	.col-xl-auto {
	  position: relative;
	  width: 100%;
	}
	 .col-sm {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	  }
	  .col-sm-auto {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: none;
	  }
	  .col-sm-1 {
		-webkit-box-flex: 0;
		max-width: 8.333333%;
	  }
	  .col-sm-2 {
		-webkit-box-flex: 0;
		max-width: 16.666667%;
	  }
	  .col-sm-3 {
		-webkit-box-flex: 0;
		max-width: 25%;
	  }
	  .col-sm-4 {
		-webkit-box-flex: 0;
		max-width: 33.333333%;
	  }
	  .col-sm-5 {
		-webkit-box-flex: 0;
		max-width: 41.666667%;
	  }
	  .col-sm-6 {
		-webkit-box-flex: 0;
		max-width: 50%;
		}
	  .col-sm-7 {
		-webkit-box-flex: 0;
		max-width: 58.333333%;
	  }
	  .col-sm-8 {
		-webkit-box-flex: 0;
		max-width: 66.666667%;
	  }
	  .col-sm-9 {
		-webkit-box-flex: 0;
		max-width: 75%;
	  }
	  .col-sm-10 {
		-webkit-box-flex: 0;
		max-width: 83.333333%;
	  }
	  .col-sm-11 {
		-webkit-box-flex: 0;
		max-width: 91.666667%;
	  }
	  .col-sm-12 {
		-webkit-box-flex: 0;
		max-width: 100%;
	  }
	.row {
		display: flex;
		column-gap: 30px;
	}
	.form-inline label {
    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;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
}

.buttons {
    display: flex;
    align-items: center;
    column-gap: 25px;
    margin-top: 25px;
}
input[type="radio"] {width: auto;min-height: auto;margin: 0;margin-right: 10px;}

.form-group label.radio-inline {
    display: flex;
    align-items: center;
}
input[type="checkbox"] {
    min-height: auto;
    width: auto;
    margin: 0px 10px;
}
.style_table .table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
}

.style_table .table th,
.style_table .table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}

.style_table .table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

.style_table .table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

.style_table .table .table {
  background-color: #fff;
}

.style_table .table-sm th,
.style_table .table-sm td {
  padding: 0.3rem;
}

.style_table .table-bordered {
  border: 1px solid #dee2e6;
}

.style_table .table-bordered th,
.style_table .table-bordered td {
  border: 1px solid #dee2e6;
}

.style_table .table-bordered thead th,
.style_table .table-bordered thead td {
  border-bottom-width: 2px;
}

.style_table .table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.style_table .table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.style_table .table-primary,
.style_table .table-primary > th,
.style_table .table-primary > td {
  background-color: #b8daff;
}

.style_table .table-hover .table-primary:hover {
  background-color: #9fcdff;
}

.style_table .table-hover .table-primary:hover > td,
.style_table .table-hover .table-primary:hover > th {
  background-color: #9fcdff;
}

.style_table .table-secondary,
.style_table .table-secondary > th,
.style_table .table-secondary > td {
  background-color: #d6d8db;
}

.style_table .table-hover .table-secondary:hover {
  background-color: #c8cbcf;
}

.style_table .table-hover .table-secondary:hover > td,
.style_table .table-hover .table-secondary:hover > th {
  background-color: #c8cbcf;
}

.style_table .table-success,
.style_table .table-success > th,
.style_table .table-success > td {
  background-color: #c3e6cb;
}

.style_table .table-hover .table-success:hover {
  background-color: #b1dfbb;
}

.style_table .table-hover .table-success:hover > td,
.style_table .table-hover .table-success:hover > th {
  background-color: #b1dfbb;
}

.style_table .table-info,
.style_table .table-info > th,
.style_table .table-info > td {
  background-color: #bee5eb;
}

.style_table .table-hover .table-info:hover {
  background-color: #abdde5;
}

.style_table .table-hover .table-info:hover > td,
.style_table .table-hover .table-info:hover > th {
  background-color: #abdde5;
}

.style_table .table-warning,
.style_table .table-warning > th,
.style_table .table-warning > td {
  background-color: #ffeeba;
}

.style_table .table-hover .table-warning:hover {
  background-color: #ffe8a1;
}

.style_table .table-hover .table-warning:hover > td,
.style_table .table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}

.style_table .table-danger,
.style_table .table-danger > th,
.style_table .table-danger > td {
  background-color: #f5c6cb;
}

.style_table .table-hover .table-danger:hover {
  background-color: #f1b0b7;
}

.style_table .table-hover .table-danger:hover > td,
.style_table .table-hover .table-danger:hover > th {
  background-color: #f1b0b7;
}

.style_table .table-light,
.style_table .table-light > th,
.style_table .table-light > td {
  background-color: #fdfdfe;
}

.style_table .table-hover .table-light:hover {
  background-color: #ececf6;
}

.style_table .table-hover .table-light:hover > td,
.style_table .table-hover .table-light:hover > th {
  background-color: #ececf6;
}

.style_table .table-dark,
.style_table .table-dark > th,
.style_table .table-dark > td {
  background-color: #c6c8ca;
}

.style_table .table-hover .table-dark:hover {
  background-color: #b9bbbe;
}

.style_table .table-hover .table-dark:hover > td,
.style_table .table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}

.style_table .table-active,
.style_table .table-active > th,
.style_table .table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

.style_table .table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.style_table .table-hover .table-active:hover > td,
.style_table .table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.style_table .table .thead-dark th {
  color: #fff;
  background-color: #212529;
  border-color: #32383e;
}

.style_table .table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.style_table .table-dark {
  color: #fff;
  background-color: #212529;
}

.style_table .table-dark th,
.style_table .table-dark td,
.style_table .table-dark thead th {
  border-color: #32383e;
}

.style_table .table-dark.table-bordered {
  border: 0;
}

.style_table .table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}

.style_table .table-dark.table-hover tbody tr:hover {
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  .style_table .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .style_table .table-responsive-sm > .table-bordered {
    border: 0;
  }
}

@media (max-width: 767.98px) {
  .style_table .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .style_table .table-responsive-md > .table-bordered {
    border: 0;
  }
}

@media (max-width: 991.98px) {
  .style_table .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .style_table .table-responsive-lg > .table-bordered {
    border: 0;
  }
}

@media (max-width: 1199.98px) {
  .style_table .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .style_table .table-responsive-xl > .table-bordered {
    border: 0;
  }
}

.style_table .table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.style_table .table-responsive > .table-bordered {
  border: 0;
}
input[type="submit"], .btn {
    width: auto;
    padding: 10px 20px;
    margin-top: 20px;
}

input.form-control, select.form-control, textarea.form-control {
    border: 1px solid rgb(81 105 135 / 10%);
    border-radius: 15px;
}

h2 {
    font-weight: bold;
    font-size: 20px;
    line-height: 130%;
    color: #6B282B;
    margin-bottom: 20px;
}
.alert {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 40px;
    border: 1px solid rgb(81 105 135 / 10%);
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #A0753B;
    column-gap: 15px;
}

.alert button {
    background: none;
    border: none;
    cursor: pointer;
}

.quickcheckout-content .alert {
    margin-bottom: 30px;
}
small {
    font-size: calc(100% - 2px);
    color: #6B282B;
}
#common-success #content p, #common-success #content {
    font-weight: 400;
    font-size: 23px;
    line-height: 30px;
    color: #6B282B;
    margin-top: 5px;
}

#common-success #content a {
    color: rgb(160 117 59 / 70%);
}
.home_page main {
    margin-top: 0;
    margin-bottom: 0;
}

.system_message_block {
    color: #ffffff;
    position: fixed;
    top: 45px;
    padding: 10px 20px;
    border-radius: 0 18px 18px 0;
    display: flex;
    align-items: center;
    font-size: 14px;
    box-shadow: 0px 0px 5px 1px rgb(0 0 0 / 20%);
    left: -100%;
    z-index: 999;
}

.close_system_message {
    width: 16px;
    height: 16px;
    display: inline-flex;
    position: relative;
    margin-left: 15px;
    cursor: pointer;
}

.close_system_message:after, .close_system_message:before {content: "";display: block;width: 100%;height: 1px;border-radius: 10px;background-color: rgb(255 255 255 / 76%);position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);}

.close_system_message:after {
    transform: translate(-50%, -50%) rotate(45deg);
}

.close_system_message:before {
    transform: translate(-50%, -50%) rotate(-45deg);
}
.system_message_block a {
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    position: relative;
    margin: 0 8px;
}

.system_message_block a:after {content: "";display: block;width: 100%;height: 1px;left: 0;bottom: 0px;position: absolute;background-color: rgb(255 255 255 / 76%);transition: all .3s ease;opacity: 1;}

.system_message_block a:hover:after {
    opacity: 0;
}
.system_message_block.error {
    background-color: #f95858;
}

.system_message_block.ok {
    background-color: #a0753e;
}
.quantity input {
    width: 100%;
    border-radius: 0;
    min-height: auto;
    padding: 7px 5px;
    text-align: center;
    border: none;
}
.product_detailed_row:not(.product_detailed_row__nobuy) .product_detailed_column:last-child {
    border: 2px solid #EBE9EC;
    border-radius: 10px;
    width: 100%;
    max-width: 300px;
    padding: 38px 18px;
}

.product_detailed_control_quantity_title {
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    text-transform: uppercase;
    color: #6B282B;
    margin-bottom: 15px;
}

.product_detailed_row {
    display: grid;
    grid-template-columns: 1fr auto;
    grid-column-gap: 30px;
    margin-bottom: 60px;
}

.product_detailed_control_price .product_info_price {
    color: #6B282B;
}
.product_detailed_column:first-child {
    display: flex;
    column-gap: 30px;
}

.product_detailed_info_short_description_title {
    font-family: 'Oranienbaum';
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 37px;
    text-transform: uppercase;
    color: #6B282B;
    margin-bottom: 12px;
}

.style_content {
    font-weight: 400;
    font-size: 20px;
    line-height: 25px;
    color: #6B282B;
    opacity: 0.5;
}

.product_detailed_info {width: 100%;display: flex;flex-direction: column;row-gap: 24px;}

.product_detailed_info_short_description {
    border-bottom: 1px solid rgb(160 117 59 / 30%);
    padding-bottom: 25px;
}
.product_detailed_image_block {
    width: 100%;
    max-width: 400px;
}

.product_detailed_image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.product_detailed_image {
    padding-top: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 25px;
    grid-column: 1/5;
    border: solid 1px #EBE9EC;
}
.product_detailed_images {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 10px;
}

.product_detailed_add_image {
    width: 100%;
    padding-top: 100%;
    position: relative;
    border: solid 1px #EBE9EC;
    border-radius: 25px;
    overflow: hidden;
}

.product_detailed_add_image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.product_detailed_info_characteristics_title {
    font-family: 'Oranienbaum';
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 37px;
    text-transform: uppercase;
    color: #6B282B;
    margin-bottom: 12px;
}

ul.product_detailed_info_characteristics_content li {
    display: flex;
    justify-content: space-between;
    column-gap: 10px;
}

ul.product_detailed_info_characteristics_content li span:first-child {
    font-weight: 400;
    font-size: 20px;
    line-height: 20px;
    color: #A0753B;
    opacity: 0.5;
}

ul.product_detailed_info_characteristics_content li span:last-child {
    font-weight: 400;
    font-size: 20px;
    line-height: 20px;
    text-align: right;
    color: #6B282B;
    opacity: 0.9;
}

ul.product_detailed_info_characteristics_content {
    display: flex;
    flex-direction: column;
    row-gap: 18px;
}

.product_detailed_control_block {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.product_detailed_control_price_quantity {
    height: 100%;
    max-height: 170px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    row-gap: 15px;
}
.module_block.module_related_block {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0 0 110px;
}
ul.product_detailed_info_bar_list li {
    font-weight: 400;
    font-size: 22px;
    line-height: 22px;
    color: #A0753B;
}
ul.product_detailed_info_bar_list li span {
    color: #6B282B;
}


ul.product_detailed_info_bar_list {
    display: flex;
    align-items: center;
    column-gap: 18px;
}

.product_detailed_info_bar h1 {
    margin-bottom: 8px;
}

.product_detailed_info_bar {
    margin-bottom: 52px;
}
.product_detailed_info_description_title {
    font-family: 'Oranienbaum';
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 37px;
    text-transform: uppercase;
    color: #6B282B;
    margin-bottom: 12px;
}

.product_detailed_info_description {
    margin-bottom: 60px;
}
.product_detailed_control_price {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    row-gap: 2px;
}
@media (max-width: 600px) {
    .slider-title {
        font-size: 32px;
        line-height: 135%;
        text-align: center;
    }
    
    .slider-description {
        font-size: 18px;
        line-height: 35px;
        flex: 1;
        text-align: center;
    }
    
    .button {
        font-size: 18px;
        line-height: 18px;
        min-height: 56px;
    }
    
    #slider-main>.slider-item {
        border-radius: 0px 0px 0px 66px;
        background-color: #f1eff2;
        background-position: 70% bottom;
        background-size: auto 56%;
    }
    
    .slider-button .button {
        width: 100%;
    }
    
    .footer {
        flex-direction: column;
        padding: 40px 0;
        align-items: flex-start;
    }
    
    .footer_menu_items ul.menu {
        column-count: auto;
    }
    
    .subscribe_title {
        font-size: 20px;
        line-height: 135%;
        max-width: 250px;
    }
    
    .subscribe_wrap {
        padding: 25px 25px;
        background-position: right top;
    }
    
    .subscribe_row {
        flex-direction: column;
        row-gap: 20px;
        align-items: flex-start;
    }
    
    .text_main_row {
        flex-direction: column;
        row-gap: 40px;
    }
    
    .category-block {column-gap: 40px;}
    
    .category-item {
        width: calc(50% - 40px);
        max-width: 140px;
    }
    
    .category-item-image {
        margin: 0;
    }
    
    .category-item h3 {
        font-size: 16px;
        line-height: 135%;
    }
    
    .module-title, .module_title {
        font-size: 28px;
        line-height: 135%;
        margin-bottom: 28px;
    }
    
    .module-block, .module_block {
        margin-top: 60px;
        margin-bottom: 60px;
    }
    
    .module_special_block_54 {
        padding: 60px 0;
    }
    .header-bar {
        justify-content: space-between;
        min-height: 120px;
    }
    .slider-content {
        padding: 36px 0;
    }
    .text_main_wrap h3 {
        font-size: 28px;
        line-height: 135%;
        margin-bottom: 5px;
    }
    
    span.text_main_subtitle {
        font-size: 22px;
        line-height: 135%;
    }
    
    .text_main_description {
        font-size: 18px;
        line-height: 25px;
        margin-top: 15px;
    }
    
    .text_main_button {
        margin-top: 30px;
    }
    .product_info_title a {
        font-size: 14px;
        line-height: 13px;
    }
    
    .product_info_description {
        font-size: 12px;
        line-height: 11px;
        margin-top: 10px;
    }
    .module_special_block.module_special_block_56 {
        padding-bottom: 60px;
    }
    
    .module_useful_information_block {
        padding: 60px 0;
        margin-top: 0;
    }
    
    .product_info_price {
        font-size: 18px;
        line-height: 24px;
    }
    
    .product_info_old_price {
        font-size: 14px;
        line-height: 18px;
    }
    
    .product_info_price_block {
        margin-top: 10px;
    }
    
    .product_info_button {
        margin-top: 10px;
    }
    
    .product_info_button button {
        min-height: 34px;
        font-size: 15px;
        line-height: 18px;
        background: linear-gradient(267.23deg, #AF8448 0%, #E4B875 100%);
        color: #ffffff;
    }
    
    .product_item {
        row-gap: 10px;
        padding: 12px 12px;
    }
    .button_slider {
        justify-content: center;
        margin-top: 30px;
    }
    .review_item {margin: 0;}
    .reviews_slider .slick-slide {
        display: flex!important;
        justify-content: flex-end;
    }
    .reviews_slider .slick-slide>div {
        max-width: calc(100% - 50px);
    }
    
    .review_item:before {
        width: 100px;
        height: 120px;
        left: -50px;
        top: -50px;
    }
    
    .reviews_slider {
        margin-top: 60px;
    }
    
    .review_item_author {
        font-size: 20px;
        line-height: 135%;
    }
    
    .review_item_text {
        font-size: 16px;
        line-height: 17px;
    }
    .subscribe_column:first-child {
        max-width: none;
    }
    
    .subscribe_field input {
        min-width: auto;
    }
    
    .subscribe_field {
        flex-direction: column;
        width: 100%;
        row-gap: 20px;
    }
    
    .subscribe_form_title {
        font-size: 18px;
        line-height: 135%;
    }
    
    .footer_logo {
        border-bottom: none;
        align-self: center;
    }
    
    .footer_menu_items ul.menu li:not(:last-child) {
        margin-bottom: 6px;
        padding-bottom: 6px;
    }
    
    .footer_menu_items ul.menu li a {
        font-size: 18px;
    }
    
    .footer_contact {
        display: flex;
        flex-direction: column;
        border-top: 1px solid rgb(252 252 252 / 60%);
        padding-top: 20px;
        margin-top: 25px;
        align-self: flex-end;
    }
    
    .footer_socials {
        margin-top: 10px;
    }
    .slide_window_body ul.menu li a, .slide_window_body ul.menu li span {
        font-family: 'Oranienbaum';
        font-style: normal;
        font-weight: 400;
        font-size: 24px;
        line-height: 135%;
        text-transform: uppercase;
        color: #6B282B;
    }
    
    .slide_window_body ul.menu li.menu-item-type--catalog>span {
        display: inline-flex;
        align-items: center;
        column-gap: 10px;
    }
    
    .slide_window_body ul.menu li.menu-item-type--catalog>span>img {
        width: 21px;
        height: 19px;
        margin-bottom: 4px;
    }

    .slide_window_body ul.drop-menu {
        position: static;
        padding: 15px 20px;
        margin-top: 12px;
    }
    
    .slide_window_body {
        padding: 0 20px 80px;
    }
    
    .slide_window_body ul.menu li .drop-menu a, .slide_window_body ul.menu li .drop-menu span {
        font-size: 20px;
        line-height: 130%;
        text-transform: none;
        white-space: pre-wrap;
    }
    
    .slide_window_body ul.menu>li:not(:last-child) {
        margin-bottom: 15px;
    }
    
    .slide_window_body .header_menu_socials {
        display: flex;
        align-items: center;
        column-gap: 15px;
    }
    .slide_window_logo a {
        display: block;
        max-width: 116px;
    }
    
    .slide_window_head {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 49px 20px;
    }
    .slide_window_contact a {
        font-weight: 400;
        font-size: 20px;
        line-height: 135%;
        color: #6B282B;
    }
    
    .slide_window_contact {
        display: flex;
        flex-direction: column;
        margin-top: 22px;
    }
    .slide_window_search {
        margin-top: 25px;
    }
    
    .slide_window_cart a {
        font-size: 16px;
        line-height: 19px;
        color: #A0753B;
        display: inline-flex;
        align-items: center;
        column-gap: 10px;
    }
    
    .slide_window_cart {
        display: flex;
        align-items: center;
        column-gap: 20px;
        justify-content: space-between;
        margin-top: 25px;
    }

    .product_detailed_row {
        grid-template-columns: 1fr;
    }
    
    h1 {
        font-size: 30px;
        line-height: 110%;
    }
    
    main {
        margin-top: 40px;
        margin-bottom: 40px;
    }
    
    ul.breadcrumb {
        font-size: 14px;
        line-height: 18px;
        justify-content: center;
    }
    
    ul.product_detailed_info_bar_list {
        flex-direction: column;
        align-items: flex-start;
        row-gap: 4px;
    }
    
    ul.product_detailed_info_bar_list li {
        font-size: 18px;
        line-height: 22px;
    }
    
    .product_detailed_column:first-child {
        flex-direction: column;
        row-gap: 30px;
    }
    
    .product_detailed_info_short_description_title, .product_detailed_info_characteristics_title, .product_detailed_info_description_title {
        font-size: 28px;
        line-height: 34px;
    }
    
    ul.product_detailed_info_characteristics_content li span:first-child {
        font-size: 18px;
        line-height: 18px;
    }
    
    ul.product_detailed_info_characteristics_content li span:last-child {
        font-size: 18px;
        line-height: 18px;
    }
    
    .product_detailed_info_characteristics {
        margin-bottom: 30px;
    }
    
    .product_detailed_row:not(.product_detailed_row__nobuy) .product_detailed_column:last-child {
        max-width: 100%;
    }
    
    .product_detailed_control_block {
        row-gap: 22px;
    }
    .module_block.module_related_block {
        padding: 0 0 60px;
    }

    .category_cotent h1 {
        text-align: center;
    }

    .category_control_total {
        text-align: center;
    }

    .category_control_items {
        flex-direction: column;
        align-items: flex-start;
        row-gap: 8px;
    }

    .category_control_item select {
        width: 100%;
    }

    .category_control_item {
        display: flex;
        align-items: center;
        column-gap: 15px;
        width: 100%;
    }

    .category_control_item label {
        flex-shrink: 0;
        min-width: 125px;
    }

    .products_block {
        grid-template-columns: repeat(2, 1fr);
    }
    
}
.payment_system_logo {
    display: flex;
    align-items: center;
    column-gap: 10px;
    margin-top: 24px;
}

.payment_system_logo img {
    width: 50px;
    height: 25px;
    object-fit: contain;
}