@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
@font-face {
  font-family: "Involve";
  src: url("../fonts/Involve-Medium.eot");
  src: url("../fonts/Involve-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Involve-Medium.woff2") format("woff2"), url("../fonts/Involve-Medium.woff") format("woff"), url("../fonts/Involve-Medium.ttf") format("truetype"), url("../fonts/Involve-Medium.svg#Involve-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Involve";
  src: url("../fonts/Involve-Bold.eot");
  src: url("../fonts/Involve-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Involve-Bold.woff2") format("woff2"), url("../fonts/Involve-Bold.woff") format("woff"), url("../fonts/Involve-Bold.ttf") format("truetype"), url("../fonts/Involve-Bold.svg#Involve-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Involve";
  src: url("../fonts/Involve-Regular.eot");
  src: url("../fonts/Involve-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Involve-Regular.woff2") format("woff2"), url("../fonts/Involve-Regular.woff") format("woff"), url("../fonts/Involve-Regular.ttf") format("truetype"), url("../fonts/Involve-Regular.svg#Involve-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Involve";
  src: url("../fonts/Involve-SemiBold.eot");
  src: url("../fonts/Involve-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Involve-SemiBold.woff2") format("woff2"), url("../fonts/Involve-SemiBold.woff") format("woff"), url("../fonts/Involve-SemiBold.ttf") format("truetype"), url("../fonts/Involve-SemiBold.svg#Involve-SemiBold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
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;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
  overflow-x: hidden;
  position: relative;
  font-family: "Involve";
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #896F5E;
  background: #fff;
}

img {
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

div {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body.scroll {
  overflow-y: hidden;
}

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;
}

button {
  border: none;
  cursor: pointer;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

input[type=number] {
  border: none;
  -moz-appearance: textfield;
}

input[type=number]:focus {
  outline: none;
}

input[type=tel] {
  border: none;
  background-image: none;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

input[type=text] {
  border: none;
  background-image: none;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

input[type=tel]:focus {
  outline: none;
}

input[type=text]:focus {
  outline: none;
}

input {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Involve";
  font-weight: 400;
}

textarea:focus {
  outline: none;
}

textarea {
  border: none;
  overflow: auto;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  resize: none;
}

select {
  outline: none;
}

button {
  border: none;
  outline: none;
  padding: 0px;
}

button:focus {
  border: none;
  outline: none;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

div {
  -webkit-tap-highlight-color: transparent;
}

input {
  border: none;
}

input:focus {
  outline: none;
}

.container {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0px 16px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

@media (min-width: 768px) {
  .container {
    padding: 0px 30px;
  }
}
@media (min-width: 1200px) {
  .container {
    padding: 0px 40px;
  }
}
@media (min-width: 1600px) {
  .container {
    padding: 0px 60px;
  }
}
@media (min-width: 1920px) {
  .container {
    padding: 0px 80px;
  }
}
h2 {
  font-family: "Involve";
  font-weight: 500;
  font-size: 20px;
  line-height: 120%;
  letter-spacing: 0%;
  color: #896F5E;
}
@media (min-width: 1200px) {
  h2 {
    font-size: 24px;
  }
}

p {
  font-weight: 400;
  font-size: 11px;
  line-height: 140%;
  letter-spacing: 0%;
}
@media (min-width: 1200px) {
  p {
    font-size: 12px;
  }
}

section {
  padding-top: 60px;
}
@media (min-width: 1200px) {
  section {
    padding-top: 100px;
  }
}
@media (min-width: 1600px) {
  section {
    padding-top: 120px;
  }
}

.card {
  position: relative;
  overflow: hidden;
  display: block;
}
.card .sale {
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: 2;
  font-size: 12px;
  color: #986343;
  background-color: #EFE5E0;
  border-radius: 4px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  padding: 0px 6px;
}
.card .sold {
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: 2;
  font-size: 12px;
  color: #fff;
  background-color: #896F5E;
  border-radius: 4px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  padding: 0px 6px;
}
.card_wrap {
  position: relative;
}
.card_images {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
.card_images img {
  min-width: 100%;
  width: 100%;
}
.card_fast {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 10px;
  width: calc(100% - 20px);
  height: 20px;
  background: rgba(239, 229, 224, 0.25);
  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;
}
.card_fast p {
  font-weight: 500;
  font-size: 8px;
  line-height: 120%;
  letter-spacing: 0%;
  text-align: center;
  color: #896F5E;
}
.card h4 {
  font-weight: 400;
  font-size: 11px;
  line-height: 15px;
  letter-spacing: 0%;
  text-align: center;
  color: #896F5E;
  margin-top: 16px;
}
.card span {
  display: block;
  font-weight: 400;
  font-size: 11px;
  line-height: 14px;
  letter-spacing: 0%;
  text-align: center;
  color: #896F5E;
  margin-top: 6px;
}
.card span.old {
  position: relative;
  margin-left: 15px;
  opacity: 0.6;
}
.card span.old::after {
  content: "";
  position: absolute;
  left: -2px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: calc(100% + 4px);
  height: 1px;
  background-color: #896F5E;
}
.card .card_price {
  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;
}
.card:hover .card_images {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
@media (min-width: 768px) {
  .card .sold {
    left: 20px;
  }
}
@media (min-width: 1024px) {
  .card .sold {
    left: 30px;
  }
}
@media (min-width: 1200px) {
  .card h4 {
    font-size: 14px;
    margin-top: 20px;
  }
  .card span {
    font-size: 14px;
    line-height: 16px;
    margin-top: 10px;
  }
}
@media (min-width: 1920px) {
  .card .sold {
    left: 40px;
  }
}

.rek_plug {
  height: 52px;
}
@media (min-width: 1200px) {
  .rek_plug {
    height: 68px;
  }
}

.rek {
  position: fixed;
  width: 100%;
  left: 0px;
  top: 0px;
  z-index: 10;
  background-color: #EFE5E0;
  padding: 15px 0px;
  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;
}
.rek p {
  font-weight: 400;
  font-size: 9px;
  line-height: 120%;
  letter-spacing: 0%;
  text-align: center;
  color: #986343;
}
@media (min-width: 1200px) {
  .rek {
    padding: 20px 0px;
  }
  .rek p {
    font-size: 12px;
  }
}

.drop_menu {
  position: fixed;
  left: 0px;
  top: 0px;
  height: 100vh;
  overflow-y: scroll;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
  padding: 24px;
  background-color: #fff;
  width: 100%;
  z-index: 12;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.drop_menu.active {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}
.drop_menu::-webkit-scrollbar {
  display: none;
}
.drop_menu_close {
  cursor: pointer;
}
.drop_menu_close:first-child {
  margin-bottom: 30px;
}
.drop_menu_item {
  width: 100%;
  padding: 18px 0px;
  border-bottom: 1px solid #F5DDD4;
}
.drop_menu_item a,
.drop_menu_item span {
  font-weight: 500;
  font-size: 12px;
  line-height: 140%;
  letter-spacing: 0%;
  vertical-align: middle;
  text-transform: uppercase;
  color: #986343;
}
.drop_menu_item_drop {
  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;
}
.drop_menu_item_body {
  padding-left: 10px;
  padding-top: 24px;
  display: none;
}
.drop_menu_item_body ul li {
  margin-top: 14px;
}
.drop_menu_item_body ul li:first-child {
  margin-top: 0px;
}
.drop_menu_item_body ul li .drop_menu_item_body_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.drop_menu_item_body ul li .drop_menu_item_body_head a {
  text-transform: none;
}
.drop_menu_item_body ul li .child {
  padding-left: 10px;
  display: none;
}
.drop_menu_item_body ul li .child li {
  margin-top: 10px;
}
.drop_menu_item_body ul li .child li a {
  text-transform: none;
  font-size: 11px;
}
.drop_menu_item_body_cats {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 20px;
}
.drop_menu_item_body_cats a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(50% - 14px);
}
.drop_menu_item_body_cats a h3 {
  font-size: 10px;
  margin-top: 10px;
}
@media (min-width: 600px) {
  .drop_menu_item_body_cats {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .drop_menu_item_body_cats a {
    width: auto;
  }
  .drop_menu_item_body_cats a:last-child {
    margin-left: 50px;
  }
  .drop_menu_item_body_cats a img {
    max-width: 200px;
  }
}

.plusminus {
  position: relative;
  width: 14px;
  height: 14px;
  cursor: pointer;
}
.plusminus:before {
  content: "";
  display: block;
  background-color: #986343;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transition: 0.35s;
  transition: 0.35s;
  width: 100%;
  height: 1px;
  -webkit-transform: translatey(-50%);
          transform: translatey(-50%);
}
.plusminus:after {
  content: "";
  display: block;
  background-color: #986343;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transition: 0.35s;
  transition: 0.35s;
  width: 100%;
  height: 1px;
  -webkit-transform: translatey(-50%) rotate(90deg);
          transform: translatey(-50%) rotate(90deg);
}
.plusminus.active:before {
  -webkit-transform: translatey(-50%) rotate(-90deg);
          transform: translatey(-50%) rotate(-90deg);
  opacity: 0;
}
.plusminus.active:after {
  -webkit-transform: translatey(-50%) rotate(0);
          transform: translatey(-50%) rotate(0);
}



.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
}
.breadcrumb li {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0%;
  color: #896F5E;
  margin-right: 40px;
  margin-bottom: 10px;
  position: relative;
}
.breadcrumb li::after {
  content: "";
  width: 16px;
  height: 16px;
  background: url(../img/product/arrow.svg);
  background-position: 50%;
  background-size: cover;
  position: absolute;
  right: -24px;
  top: 0px;
}
.breadcrumb li a {
  color: #896F5E;
}
.breadcrumb li:last-child::after {
  display: none;
}

video {
  max-width: 100%;
}

.header {
  width: 100%;
  background-color: #fff;
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  z-index: 10;
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
.header .nice-select {
  height: 20px;
  line-height: 20px;
  color: #402718;
  font-size: 12px;
  border: none;
  padding-left: 0px;
  padding-right: 20px;
}
.header .nice-select::after {
  border-bottom: 1px solid #402718;
  border-right: 1px solid #402718;
  right: 4px;
}
.header .nice-select .option {
  line-height: 25px;
  min-height: 25px;
  padding-left: 18px;
  padding-right: 18px;
}
.header_block {
  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;
  position: relative;
  height: 65px;
}
.header_block nav {
  display: none;
}
.header_block_burger {
  cursor: pointer;
}
.header_block_left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header_block_left_lang {
  margin-left: 24px;
}
.header_block_logo {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.header_block_logo img {
  width: 52px;
}
.header_block_right_lang {
  display: none;
}
.header_block_right_country {
  display: none;
}
.header_block_right_valute {
  display: none;
}
.header_block_right_links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header_block_right_links a {
  margin-left: 24px;
  position: relative;
}
.header_block_right_links a span {
  position: absolute;
  right: -4px;
  bottom: -4px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  display: block;
  text-align: center;
  line-height: 14px;
  background-color: #EFE5E0;
  border-radius: 50%;
  color: #6A442D;
  font-size: 8px;
}
.header_block_right_links_cart {
  margin-left: 24px;
  position: relative;
  cursor: pointer;
}
.header_block_right_links_cart span {
  position: absolute;
  right: -4px;
  bottom: -4px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  display: block;
  text-align: center;
  line-height: 14px;
  background-color: #EFE5E0;
  border-radius: 50%;
  color: #6A442D;
  font-size: 8px;
}
.header.header_with {
  top: 50px;
}
@media (min-width: 1200px) {
  .header .nice-select {
    font-size: 14px;
  }
  .header .nice-select .option {
    min-height: 26px;
    line-height: 26px;
  }
  .header_block {
    height: auto;
  }
  .header_block_burger {
    display: none;
  }
  .header_block_left {
    display: none;
  }
  .header_block nav {
    display: block;
  }
  .header_block nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header_block nav ul li {
    margin-right: 40px;
    position: relative;
    padding: 35px 0px;
  }
  .header_block nav ul li a {
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: 0%;
    color: #402718;
    position: relative;
  }
  .header_block nav ul li a::after {
    content: "";
    position: absolute;
    left: 0px;
    bottom: -2px;
    width: 0%;
    height: 1px;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    background-color: #B4927D;
  }
  .header_block nav ul li a:hover::after {
    width: 100%;
  }
  .header_block nav ul li .header_block_catalog {
    -webkit-transition: all 0.15s linear;
    transition: all 0.15s linear;
    opacity: 0;
    visibility: hidden;
    position: fixed;
    background-color: #fff;
    left: 0px;
    width: 100%;
    top: 90px;
    z-index: 2;
    padding: 36px 0px;
    border-top: 1px solid #F5DDD4;
    -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  }
  .header_block nav ul li .header_block_catalog_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .header_block nav ul li .header_block_catalog_text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: calc(60% - 50px);
  }
  .header_block nav ul li .header_block_catalog_text_column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 25%;
  }
  .header_block nav ul li .header_block_catalog_text_column h3 a {
    font-weight: 500;
    font-size: 12px;
    line-height: 140%;
    letter-spacing: 0%;
    text-transform: uppercase;
    color: #986343;
  }
  .header_block nav ul li .header_block_catalog_text_column ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .header_block nav ul li .header_block_catalog_text_column ul li {
    padding: 0px;
    margin-top: 12px;
  }
  .header_block nav ul li .header_block_catalog_text_column ul li a {
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 0%;
    color: #434343;
  }
  .header_block nav ul li .header_block_catalog_text_column ul li a::after {
    display: none;
  }
  .header_block nav ul li .header_block_catalog_text_column ul li a:hover {
    font-weight: 600;
  }
  .header_block nav ul li .header_block_catalog_img {
    width: calc(40% - 50px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .header_block nav ul li .header_block_catalog_img a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: calc(50% - 20px);
  }
  .header_block nav ul li .header_block_catalog_img a::after {
    display: none;
  }
  .header_block nav ul li .header_block_catalog_img a h3 {
    font-weight: 500;
    font-size: 12px;
    line-height: 140%;
    letter-spacing: 0%;
    text-align: center;
    text-transform: uppercase;
    color: #8A7551;
    position: relative;
  }
  .header_block nav ul li .header_block_catalog_img a h3::after {
    content: "";
    position: absolute;
    left: 0px;
    bottom: -2px;
    width: 0%;
    height: 1px;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    background-color: #B4927D;
  }
  .header_block nav ul li .header_block_catalog_img a:hover h3::after {
    width: 100%;
  }
  .header_block nav ul li.drop:hover .header_block_catalog {
    opacity: 1;
    visibility: visible;
  }
  .header_block_logo img {
    width: 70px;
  }
  .header_block_right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header_block_right_lang {
    display: block;
    margin-right: 0px;
    position: relative;
  }
  .header_block_right_country {
    display: block;
    position: relative;
    margin-right: 30px;
  }
  .header_block_right_country::after {
    content: "";
    position: absolute;
    right: -15px;
    width: 1px;
    height: 20px;
    background-color: #E9AD8E;
  }
  .header_block_right_valute {
    display: block;
  }
  .header_block_right_links {
    margin-left: 14px;
  }
  .header.header_with {
    top: 68px;
  }
  .header.header_with .header_block nav ul li .header_block_catalog {
    top: 158px;
  }
}

.header_block_catalog_text_column,
.header_block_catalog_img a {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

/* Когда .header_block_catalog виден */
.header_block nav ul li.drop:hover .header_block_catalog_text_column,
.header_block nav ul li.drop:hover:hover .header_block_catalog_img a {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.header_block nav ul li.drop:hover .header_block_catalog_text_column:nth-child(1) {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.header_block nav ul li.drop:hover .header_block_catalog_text_column:nth-child(2) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.header_block nav ul li.drop:hover .header_block_catalog_text_column:nth-child(3) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.header_block nav ul li.drop:hover .header_block_catalog_text_column:nth-child(4) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.header_block nav ul li.drop:hover .header_block_catalog_img a:nth-child(1) {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.header_block nav ul li.drop:hover .header_block_catalog_img a:nth-child(2) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

.main {
  position: relative;
  margin-top: 65px;
}
.main_item {
  position: relative;
}
.main_item::after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}
.main_item img {
  width: 100%;
}
.main_item_desktop {
  display: none !important;
}
.main_item_mob {
  display: block;
}
.main_item .container {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 100px;
  z-index: 2;
}
.main_item_info {
  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;
}
.main_item_info p {
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: 0%;
  text-align: center;
  color: #EFE5E0;
}
.main_item_info a {
  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: 48px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0px 30px;
  border: 1px solid #EFE5E0;
  border-radius: 8px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.main_item_info a span {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0%;
  color: #EFE5E0;
}
.main_item_info a svg {
  margin-left: 20px;
}
.main_item_info a:hover {
  background: #B4927D;
  border-color: #B4927D;
}
.main_down {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.main_down_prev {
  cursor: pointer;
}
.main_down_next {
  cursor: pointer;
}
.main_down_count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0px 25px;
}
.main_down_count_text {
  font-weight: 600;
  font-size: 17px;
  line-height: 110%;
  letter-spacing: 0%;
  color: #EFE5E0;
}
.main_down_count_line {
  width: 45px;
  height: 1px;
  background-color: #EFE5E0;
  margin: 0px 10px;
}
@media (min-width: 1024px) {
  .main_item_desktop {
    display: block !important;
  }
  .main_item_mob {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .main {
    margin-top: 90px;
  }
  .main_down {
    left: auto;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    right: 40px;
    bottom: 82px;
  }
  .main .container {
    left: 0px;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    bottom: 82px;
  }
  .main_item_info {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media (min-width: 1600px) {
  .main_down {
    right: 60px;
  }
}
@media (min-width: 1920px) {
  .main_down {
    right: 80px;
  }
}

.bestseller_block_text p {
  margin-top: 10px;
}
.bestseller_block_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.bestseller_block_list_item {
  width: calc(50% - 10px);
  margin-top: 40px;
}
@media (min-width: 768px) {
  .bestseller_block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .bestseller_block_text {
    width: calc(33.3333333333% - 15px);
  }
  .bestseller_block_list {
    width: calc(66.6666666667% - 15px);
  }
  .bestseller_block_list_item:first-child {
    margin-top: 0px;
  }
  .bestseller_block_list_item:nth-child(2) {
    margin-top: 0px;
  }
}
@media (min-width: 1360px) {
  .bestseller_block_text {
    width: 270px;
  }
  .bestseller_block_list {
    width: calc(100% - 300px);
  }
  .bestseller_block_list_item {
    width: calc(25% - 20px);
    margin-top: 0px;
  }
}

.cats {
  padding-top: 40px;
}
.cats .container {
  padding: 0px;
}
.cats .slick-slide {
  margin: 0px 15px;
}
.cats_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.cats_block_action {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  padding: 0px 16px;
}
.cats_block_action_down {
  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-top: 25px;
}
.cats_block_action_down_prev {
  cursor: pointer;
}
.cats_block_action_down_next {
  cursor: pointer;
}
.cats_block_action_down_count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0px 25px;
}
.cats_block_action_down_count_text {
  font-weight: 600;
  font-size: 17px;
  line-height: 110%;
  letter-spacing: 0%;
  color: #896F5E;
}
.cats_block_action_down_count_line {
  width: 45px;
  height: 1px;
  background-color: #D8B9A7;
  margin: 0px 10px;
}
.cats_block_action_next {
  display: none;
}
.cats_block_slider {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin-top: 30px;
}
.cats_block_slider_item {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 240px;
}
.cats_block_slider_item h4 {
  font-weight: 600;
  font-size: 12px;
  line-height: 140%;
  letter-spacing: 0%;
  text-align: center;
  text-transform: uppercase;
  color: #614D41;
}
@media (min-width: 1200px) {
  .cats {
    padding-top: 60px;
  }
  .cats .container {
    padding: 0px 40px;
  }
  .cats_block {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .cats_block_slider {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: calc(100% - 310px);
    margin-top: 0px;
  }
  .cats_block_action {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .cats_block_action p {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 30px;
  }
  .cats_block_action_down {
    display: none;
  }
  .cats_block_action_next {
    display: block;
    cursor: pointer;
  }
}
@media (min-width: 1600px) {
  .cats .container {
    padding: 0px 60px;
  }
}
@media (min-width: 1920px) {
  .cats .container {
    padding: 0px 80px;
  }
}

.gallery_desktop {
  display: none;
}
.gallery_mob {
  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;
  margin-top: 20px;
}
.gallery_mob_column {
  width: calc(50% - 10px);
}
.gallery_mob_column img {
  width: 100%;
}
.gallery_mob_column:first-child .gallery_mob_item:nth-child(odd) img {
  height: 260px;
  -o-object-fit: cover;
     object-fit: cover;
}
.gallery_mob_column:first-child .gallery_mob_item:nth-child(even) img {
  height: 180px;
  -o-object-fit: cover;
     object-fit: cover;
}
.gallery_mob_column:nth-child(2) .gallery_mob_item:nth-child(odd) img {
  height: 180px;
  -o-object-fit: cover;
     object-fit: cover;
}
.gallery_mob_column:nth-child(2) .gallery_mob_item:nth-child(even) img {
  height: 340px;
  -o-object-fit: cover;
     object-fit: cover;
}
.gallery_mob_item {
  margin-top: 20px;
  display: block;
}
@media (min-width: 768px) {
  .gallery_mob_column:first-child .gallery_mob_item:nth-child(odd) img {
    height: 460px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .gallery_mob_column:first-child .gallery_mob_item:nth-child(even) img {
    height: 340px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .gallery_mob_column:nth-child(2) .gallery_mob_item:nth-child(odd) img {
    height: 340px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .gallery_mob_column:nth-child(2) .gallery_mob_item:nth-child(even) img {
    height: 580px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (min-width: 1024px) {
  .gallery_title {
    display: none;
  }
  .gallery_mob {
    display: none;
  }
  .gallery_desktop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .gallery_desktop_row {
    width: calc(33.3333333333% - 13.3333333333px);
  }
  .gallery_desktop_row_line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative;
  }
  .gallery_desktop_row_line h2 {
    width: calc(50% - 10px);
  }
  .gallery_desktop_row_line_item {
    width: calc(50% - 10px);
  }
}
@media (min-width: 1200px) {
  .gallery_desktop a {
    display: block;
  }
  .gallery_desktop img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
  }
  .gallery_desktop_row {
    width: calc(33.3333333333% - 13.3333333333px);
  }
  .gallery_desktop_row_line_item img {
    height: 320px;
  }
  .gallery_desktop_row_first {
    margin-top: 20px;
  }
  .gallery_desktop_row_first img {
    height: 320px;
  }
  .gallery_desktop_row_mid img {
    height: 660px;
  }
  .gallery_desktop_row_last img {
    height: 320px;
  }
  .gallery_desktop_row_last:last-child {
    margin-top: 20px;
  }
}
@media (min-width: 1600px) {
  .gallery_desktop_row_line_item img {
    height: 360px;
  }
  .gallery_desktop_row_first img {
    height: 360px;
  }
  .gallery_desktop_row_mid img {
    height: 740px;
  }
  .gallery_desktop_row_last img {
    height: 360px;
  }
  .gallery_desktop_row_last:last-child {
    margin-top: 20px;
  }
}
@media (min-width: 1920px) {
  .gallery_desktop_row_line_item img {
    height: 420px;
  }
  .gallery_desktop_row_first img {
    height: 420px;
  }
  .gallery_desktop_row_mid img {
    height: 860px;
  }
  .gallery_desktop_row_last img {
    height: 420px;
  }
  .gallery_desktop_row_last:last-child {
    margin-top: 20px;
  }
}

.instagram_block_wrap_item {
  margin-top: 40px;
}
.instagram_block_wrap_item h3 {
  font-weight: 500;
  font-style: Medium;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: #896F5E;
}
.instagram_block_wrap_item p {
  font-size: 14px;
  line-height: 140%;
  margin-top: 10px;
}
.instagram_block_wrap_item ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.instagram_block_wrap_item ul li {
  width: 50%;
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.instagram_block_wrap_item ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.instagram_block_wrap_item ul li a img {
  margin-right: 8px;
}
.instagram_block_wrap_item ul li a span {
  font-weight: 400;
  font-size: 12px;
  line-height: 140%;
  letter-spacing: 0%;
  color: #B4927D;
  position: relative;
}
.instagram_block_wrap_item ul li a span::after {
  content: "";
  position: absolute;
  left: 0px;
  bottom: -2px;
  width: 0%;
  height: 1px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  background-color: #B4927D;
}
.instagram_block_wrap_item ul li a:hover span::after {
  width: 100%;
}
@media (min-width: 1200px) {
  .instagram_block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .instagram_block h2 {
    width: 45%;
  }
  .instagram_block_wrap {
    width: 55%;
  }
  .instagram_block_wrap_item ul li a span {
    font-size: 14px;
  }
  .instagram_block_wrap_item:first-child {
    margin-top: 0px;
  }
}
@media (min-width: 1360px) {
  .instagram_block_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .instagram_block_wrap_item {
    margin-top: 0px;
  }
  .instagram_block_wrap_item p {
    min-height: 40px;
  }
  .instagram_block_wrap_item ul li {
    margin-top: 40px;
  }
  .instagram_block_wrap_item:first-child {
    width: calc(50% - 15px);
  }
  .instagram_block_wrap_item:first-child ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .instagram_block_wrap_item:first-child ul li {
    width: 100%;
  }
  .instagram_block_wrap_item:nth-child(2) {
    width: calc(50% - 15px);
  }
  .instagram_block h2 {
    width: 20%;
  }
  .instagram_block_wrap {
    width: 80%;
  }

}
@media (min-width: 1440px) {
  .instagram_block_wrap_item:first-child {
    width: calc(50% - 30px);
  }
  .instagram_block_wrap_item:nth-child(2) {
    width: calc(50% - 30px);
  }
}

@media (min-width: 1920px) {
  .instagram_block h2 {
    width: 30%;
  }
  .instagram_block_wrap {
    width: 70%;
  }
}

.popular_slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.popular_slider_item {
  width: calc(50% - 10px);
  margin-top: 40px;
}
.popular_down {
  display: none;
}
.popular_btn {
  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-top: 40px;
}
.popular_btn .btn {
  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: 38px;
  padding: 0px 20px;
  border: 1px solid #B4927D;
  border-radius: 8px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.popular_btn .btn span {
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0%;
  color: #B4927D;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.popular_btn .btn svg {
  margin-left: 10px;
}
.popular_btn .btn svg svg path {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.popular_btn .btn svg svg line {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.popular_btn .btn:hover {
  background-color: #B4927D;
}
.popular_btn .btn:hover span {
  color: #fff;
}
.popular_btn .btn:hover svg path {
  stroke: #fff;
}
.popular_btn .btn:hover svg line {
  stroke: #fff;
}
@media (min-width: 768px) {
  .popular_slider {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .popular_slider_item {
    width: calc(33.3333333333% - 15px);
    margin-right: 22px;
  }
  .popular_slider_item:nth-child(3n) {
    margin-right: 0px;
  }
}
@media (min-width: 1200px) {
  .popular_slider {
    margin-top: 60px;
  }
  .popular_slider .slick-slide {
    margin: 0px 20px;
  }
  .popular_slider_item {
    width: 100%;
    margin-right: 0px;
    margin-top: 0px;
  }
  .popular_down {
    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-top: 40px;
  }
  .popular_down_prev {
    cursor: pointer;
  }
  .popular_down_count {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0px 25px;
  }
  .popular_down_count_text {
    font-weight: 600;
    font-size: 17px;
    line-height: 110%;
    letter-spacing: 0%;
    color: #896F5E;
  }
  .popular_down_count_line {
    width: 45px;
    height: 1px;
    background-color: #896F5E;
    margin: 0px 10px;
  }
  .popular_down_next {
    cursor: pointer;
  }
  .popular_btn .btn {
    height: 46px;
    padding: 0px 45px;
  }
  .popular_btn .btn span {
    font-size: 14px;
  }
  .popular .slick-arrow svg path {
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .popular .slick-arrow svg line {
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .popular .slick-arrow.slick-disabled {
    cursor: default;
  }
  .popular .slick-arrow.slick-disabled svg path {
    stroke: #EFE5E0;
  }
  .popular .slick-arrow.slick-disabled svg line {
    stroke: #EFE5E0;
  }
}

.catalog {
  padding-top: 100px;
}
.catalog_block h1 {
  font-weight: 500;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  color: #896F5E;
  margin-bottom: 24px;
}
.catalog_block_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.catalog_block_wrap_item {
  width: calc(50% - 10px);
  margin-bottom: 40px;
  position: relative;
}
.catalog_block_wrap_item a.fav {
  position: absolute;
  right: 10px;
  top: 13px;
  z-index: 1;
}
.catalog_block_wrap_item a.remove {
  position: absolute;
  right: 10px;
  top: 13px;
  z-index: 1;
}
@media (min-width: 768px) {
  .catalog_block_wrap {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .catalog_block_wrap_item {
    width: calc(33.3333333333% - 6.6666666667px);
    margin-right: 10px;
  }
  .catalog_block_wrap_item a.fav {
    right: 20px;
  }
  .catalog_block_wrap_item a.remove {
    right: 20px;
  }
  .catalog_block_wrap_item:nth-child(3n) {
    margin-right: 0px;
  }
}
@media (min-width: 1024px) {
  .catalog_block_wrap_item a.fav {
    right: 30px;
  }
  .catalog_block_wrap_item a.remove {
    right: 30px;
  }
}
@media (min-width: 1200px) {
  .catalog {
    padding-top: 140px;
  }
  .catalog_block h1 {
    font-size: 24px;
    margin-bottom: 40px;
    text-align: left;
  }
  .catalog_block_wrap {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .catalog_block_wrap_item {
    width: calc(25% - 30px);
    margin-right: 40px;
    margin-bottom: 40px;
  }
  .catalog_block_wrap_item:nth-child(3n) {
    margin-right: 40px;
  }
  .catalog_block_wrap_item:nth-child(4n) {
    margin-right: 0px;
  }
  .catalog_block_wrap_item a.fav {
    right: 40px;
  }
  .catalog_block_wrap_item a.remove {
    right: 40px;
  }
}
.catalog .woocommerce-pagination {
  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;
}
.catalog .woocommerce-pagination .page-numbers {
  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;
}
.catalog .woocommerce-pagination .page-numbers li {
  margin: 0px 10px;
}
.catalog .woocommerce-pagination .page-numbers li a {
  font-weight: 600;
  font-size: 15px;
  line-height: 110%;
  letter-spacing: 0%;
  color: #896F5E;
}
.catalog .woocommerce-pagination .page-numbers li span {
  font-weight: 600;
  font-size: 15px;
  line-height: 110%;
  letter-spacing: 0%;
  color: #896F5E;
}
.catalog .woocommerce-pagination .page-numbers li span.current {
  text-decoration: underline;
}
@media (min-width: 1200px) {
  .catalog .woocommerce-pagination {
    margin-top: 30px;
  }
}

.catalog_block_mob_hero {
  width: 100%;
}

.catalog_block_mob_hero_row {
  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;
}
.catalog_block_mob_hero_row_images {
  width: calc(50% - 10px);
}

.catalog_block_mob_hero_row_images .catalog_hero_images_item {
  width: 100%;
}

.text {
  position: absolute;
  text-align: left;
  font-size: 52px;
  line-height: 110%;
  font-weight: 600;
  color: #333;
  opacity: 0;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
  transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
  transition: transform 0.5s ease, opacity 0.5s ease;
  transition: transform 0.5s ease, opacity 0.5s ease, -webkit-transform 0.5s ease;
}
@media (min-width: 400px) {
  .text {
    font-size: 56px;
  }
}
@media (min-width: 480px) {
  .text {
    font-size: 4em;
  }
}
@media (min-width: 576px) {
  .text {
    font-size: 78px;
  }
}
@media (min-width: 768px) {
  .text {
    font-size: 102px;
  }
}
@media (min-width: 1024px) {
  .text {
    font-size: 140px;
  }
}
@media (min-width: 1200px) {
  .text {
    font-size: 166px;
  }
}
@media (min-width: 1360px) {
  .text {
    font-size: 194px;
  }
}
@media (min-width: 1440px) {
  .text {
    font-size: 202px;
  }
}
@media (min-width: 1600px) {
  .text {
    font-size: 220px;
  }
}
@media (min-width: 1920px) {
  .text {
    font-size: 266px;
  }
}

.text.active {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.text.exit {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  opacity: 0;
}

.catalog_hero {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
.catalog_hero::after {
  content: "";
  position: absolute;
  left: -16px;
  width: calc(100% + 32px);
  bottom: 0px;
  height: 90%;
  background-color: #EFE5E0;
  background-color: rgba(239, 229, 224, 0.2);
}
.catalog_hero_container {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  -webkit-transform: translateY(-30px);
          transform: translateY(-30px);
  position: relative;
  z-index: 3;
}
.catalog_hero_images {
  position: relative;
  z-index: 2;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  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;
}
.catalog_hero_images_item {
  width: calc(50% - 10px);
}
.catalog_hero_images_row {
  width: calc(50% - 10px);
}
.catalog_hero_images_row_item {
  width: 100%;
  margin-top: 20px;
}
.catalog_hero_images_row_item:first-child {
  margin-top: 0px;
}
@media (min-width: 480px) {
  .catalog_hero_container {
    height: 6em;
  }
}
@media (min-width: 576px) {
  .catalog_hero_container {
    -webkit-transform: translateY(-40px);
            transform: translateY(-40px);
  }
}
@media (min-width: 768px) {
  .catalog_hero {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 50px;
  }
  .catalog_hero::after {
    width: calc(100% + 60px);
    left: -30px;
    height: 70%;
  }
  .catalog_hero_container {
    -webkit-transform: translateY(-40px);
            transform: translateY(-40px);
  }
  .catalog_hero_images {
    margin-left: auto;
    width: 70%;
  }
  .catalog_hero_images_item {
    width: 33.3333333333%;
    margin-left: 20px;
  }
  .catalog_hero_images_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 66.6666666667%;
  }
  .catalog_hero_images_row_item {
    width: 50%;
    margin-top: 0px;
    margin-left: 20px;
  }
}
@media (min-width: 1024px) {
  .catalog_hero_container {
    -webkit-transform: translateY(-60px);
            transform: translateY(-60px);
  }
}
@media (min-width: 1200px) {
  .catalog_hero {
    margin-top: 100px;
  }
  .catalog_hero::after {
    width: calc(100% + 80px);
    left: -40px;
  }
  .catalog_hero_container {
    -webkit-transform: translateY(-140px);
            transform: translateY(-140px);
  }
}
@media (min-width: 1440px) {
  .catalog_hero_images_item {
    margin-left: 40px;
  }
}
@media (min-width: 1600px) {
  .catalog_hero::after {
    width: calc(100% + 120px);
    left: -60px;
  }
}
@media (min-width: 1920px) {
  .catalog_hero::after {
    width: calc(100% + 160px);
    left: -80px;
  }
  .catalog_hero_container {
    -webkit-transform: translateY(-160px);
            transform: translateY(-160px);
  }
}

.catalog_hero_images_item {
  position: relative;
  overflow: hidden;
  height: 200px;
}
.catalog_hero_images_item img {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.catalog_hero_images_item img.active {
  opacity: 1;
  z-index: 2;
}
.catalog_hero_images_item[data-animation=top-left] img {
  -webkit-transition: opacity 0.5s ease 0.4s;
  transition: opacity 0.5s ease 0.4s;
}
.catalog_hero_images_item[data-animation=top] img {
  -webkit-transition: opacity 0.5s ease 0.8s;
  transition: opacity 0.5s ease 0.8s;
}
.catalog_hero_images_item[data-animation=bottom-right] img {
  -webkit-transition: opacity 0.5s ease 1.2s;
  transition: opacity 0.5s ease 1.2s;
}
@media (min-width: 768px) {
  .catalog_hero_images_item {
    height: 230px;
  }
}
@media (min-width: 1024px) {
  .catalog_hero_images_item {
    height: 330px;
  }
}
@media (min-width: 1200px) {
  .catalog_hero_images_item {
    height: 430px;
  }
}
@media (min-width: 1360px) {
  .catalog_hero_images_item {
    height: 480px;
  }
}
@media (min-width: 1600px) {
  .catalog_hero_images_item {
    height: 510px;
  }
}
@media (min-width: 1920px) {
  .catalog_hero_images_item {
    height: 612px;
  }
}

.catalog_block_mob_hero .catalog_hero_images_item {
  height: 250px;
}
.catalog_block_mob_hero .catalog_hero_images_item img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 480px) {
  .catalog_block_mob_hero .catalog_hero_images_item {
    height: 20em;
  }
}

.catalog_block_mob_hero_row_images .catalog_hero_images_item:last-child {
  margin-top: 20px;
}

.catalog_hero_container {
  position: relative;
  height: 80px;
  overflow: hidden;
}
@media (min-width: 480px) {
  .catalog_hero_container {
    height: 6em;
  }
}
@media (min-width: 576px) {
  .catalog_hero_container {
    height: 110px;
  }
}
@media (min-width: 768px) {
  .catalog_hero_container {
    height: 130px;
  }
}
@media (min-width: 1024px) {
  .catalog_hero_container {
    height: 180px;
  }
}
@media (min-width: 1200px) {
  .catalog_hero_container {
    height: 210px;
  }
}
@media (min-width: 1360px) {
  .catalog_hero_container {
    height: 240px;
  }
}
@media (min-width: 1440px) {
  .catalog_hero_container {
    height: 250px;
  }
}
@media (min-width: 1600px) {
  .catalog_hero_container {
    height: 270px;
  }
}
@media (min-width: 1920px) {
  .catalog_hero_container {
    height: 330px;
  }
}

.product {
  padding-top: 100px;
}
.product_wrap {
  margin-top: 16px;
}
.product_wrap_slider_for {
  position: relative;
}
.product_wrap_slider_for_item {
  display: block;
}
.product_wrap_slider_for_item svg {
  position: absolute;
  right: 2px;
  top: 2px;
}
.product_wrap_slider_for_item img {
  width: 100%;
}
.product_wrap_slider_nav_item {
  cursor: pointer;
}
.product_wrap_slider_nav .slick-slide {
  margin: 0px 5px;
}
.product_wrap_text {
  margin-top: 20px;
}
.product_wrap_text h1 {
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: 0%;
  color: #896F5E;
}
.product_wrap_text_price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 6px;
}
.product_wrap_text_price span {
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: 0%;
  color: #896F5E;
}
.product_wrap_text_price span.old {
  margin-left: 15px;
  position: relative;
}
.product_wrap_text_price span.old::after {
  content: "";
  position: absolute;
  left: -2px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: calc(100% + 4px);
  height: 1px;
  background-color: #896F5E;
}
.product_wrap_text_description {
  padding-top: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(117, 81, 67, 0.4);
}

.woocommerce-variation-price {
  margin-top: 6px;
}

.screen-reader-text {
  display: none;
}

.woocommerce-variation-price .woocommerce-Price-amount {
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: 0%;
  color: #896F5E;
}

.woocommerce-variation-price ins {
  text-decoration: none;
  margin-left: 10px;
}

.woocommerce-variation-price del {
  text-decoration: none;
}

.woocommerce-variation-price del .woocommerce-Price-amount {
  text-decoration: none;
  position: relative;
}

.woocommerce-variation-price del .woocommerce-Price-amount::after {
  content: "";
  position: absolute;
  left: -2px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: calc(100% + 4px);
  height: 1px;
  background-color: #896F5E;
}

.product_wrap_text_description_title {
  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;
  cursor: pointer;
}
.product_wrap_text_description_title span {
  font-weight: 400;
  font-size: 11px;
  line-height: 14px;
  letter-spacing: 0%;
  color: #434343;
}
.product_wrap_text_description_title svg {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.product_wrap_text_description_title.active svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.product_wrap_text_description_block {
  display: none;
  padding-top: 16px;
}
.product_wrap_text_description_block p {
  font-weight: 400;
  font-size: 11px;
  line-height: 16px;
  letter-spacing: 0%;
  color: #614D41;
}
.product_wrap_text_upsell {
  display: none;
}
.product_wrap_main {
  margin-top: 16px;
  padding: 24px 0px;
  position: relative;
  border-top: 1px solid rgba(117, 81, 67, 0.4);
  border-bottom: 1px solid rgba(117, 81, 67, 0.4);
}
.product_wrap_main_subtitle {
  font-weight: 400;
  font-size: 14px;
  line-height: 110%;
  color: #614D41;
  margin-bottom: 10px;
}
.product_wrap_main_size {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.product_wrap_main_size_item {
  position: relative;
  pointer-events: none;
  margin-right: 8px;
}
.product_wrap_main_size_item span {
  width: 28px;
  height: 30px;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: transparent;
  border: 1px solid #614D41;
  border-radius: 3px;
  font-weight: 400;
  font-size: 12px;
  line-height: 30px;
  letter-spacing: 0px;
  text-align: center;
  opacity: 0.4;
}
.product_wrap_main_size_item input {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  opacity: 0;
  cursor: pointer;
}
.product_wrap_main_size_item.stock {
  pointer-events: all;
}
.product_wrap_main_size_item.stock span {
  opacity: 1;
}
.product_wrap_main_size_item input:checked + span {
  background: #896F5E;
  border-color: #896F5E;
  color: white;
}
.product_wrap_main_col_wrap {
  margin-top: 20px;
}
.product_wrap_main_color {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  row-gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.product_wrap_main_color_item {
  position: relative;
  margin-right: 8px;
  width: 28px;
  height: 30px;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: transparent;
  border: 2px solid #B2A48D;
  border-radius: 3px;
  font-weight: 400;
  font-size: 12px;
  line-height: 30px;
  letter-spacing: 0px;
  text-align: center;
}
.product_wrap_main_color_item.active {
  border-color: #614D41;
}
.product_wrap_main_variation {
  margin-top: 24px;
}
@media (min-width: 768px) {
  .product_wrap_slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative;
  }
  .product_wrap_slider_for {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: calc(84% - 15px);
    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;
  }
  .product_wrap_slider_nav {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: calc(16% - 15px);
  }
  .product_wrap_slider_nav .slick-slide {
    margin: 0px;
  }
}
@media (min-width: 1024px) {
  .product_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 40px;
  }
  .product_wrap_slider {
    width: calc(50% - 15px);
  }
  .product_wrap_text {
    width: calc(50% - 15px);
    margin-top: 0px;
  }
  .product_wrap_text_upsell {
    display: block;
    margin-top: 30px;
  }
  .product_wrap_text_upsell h3 {
    font-weight: 500;
    font-size: 16px;
    line-height: 110%;
    letter-spacing: 0%;
    text-transform: uppercase;
    color: #614D41;
  }
  .product_wrap_text_upsell_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative;
    margin-top: 20px;
  }
  .product_wrap_text_upsell_wrap_item {
    width: calc(33.3333333333% - 10px);
    position: relative;
  }
  .product_wrap_text_upsell_wrap_item .fav {
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 1;
  }
  .product_wrap_text_upsell_wrap_item .card .sale {
    left: 0px;
    top: 0px;
  }
  .product_instructions_left_list_item .slider-wrap {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .product {
    padding-top: 140px;
  }
  .product_wrap {
    position: relative;
  }
  .product_wrap_slider {
    width: calc(50% - 20px);
  }
  .product_wrap_text {
    width: calc(50% - 20px);
    position: sticky;
    top: 178px;
  }
  .product_wrap_text h1 {
    font-size: 32px;
  }
  .product_wrap_text_price {
    margin-top: 16px;
  }
  .product_wrap_text_price span {
    font-size: 20px;
  }
  .woocommerce-variation-price .woocommerce-Price-amount {
    font-size: 20px;
  }
  .woocommerce-variation-price {
    margin-top: 16px;
  }
  .product_wrap_text_description {
    padding-top: 40px;
  }
  .product_wrap_text_description_title {
    display: none;
  }
  .product_wrap_text_description_block {
    display: block;
    padding-top: 0px;
  }
  .product_wrap_text_upsell {
    margin-top: 60px;
  }
  .product_wrap_text_upsell_wrap {
    margin-top: 30px;
  }
  .product_wrap_text_upsell_wrap_item {
    width: calc(33.3333333333% - 16px);
  }
  .product_wrap_main {
    padding: 40px 0px;
  }
  .product_wrap_main_col_wrap {
    margin-top: 30px;
  }
  .product_wrap_main_variation {
    margin-top: 40px;
  }
}
@media (min-width: 1440px) {
  .product_wrap_text_upsell {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .product_wrap_text_upsell h3 {
    font-size: 20px;
    line-height: 130%;
    margin-right: 30px;
  }
  .product_wrap_text_upsell_wrap {
    margin-top: 0px;
  }
}
@media (min-width: 1600px) {
  .product_wrap_text_upsell h3 {
    margin-right: 40px;
  }
}

.product_title_instruction {
  text-align: center;
  margin-top: 40px;
  display: none;
}
@media (min-width: 1024px) {
  .product_title_instruction {
    text-align: left;
    margin-top: 60px;
  }
}

.product_instructions_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 38px;
}
.product_instructions_right h4 {
  font-weight: 500;
  font-size: 12px;
  line-height: 120%;
  letter-spacing: 0%;
  text-align: center;
  color: #896F5E;
}
.product_instructions_right_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.product_instructions_right_wrap img {
  margin-top: 24px;
}
.product_instructions_right_wrap video {
  max-width: 100%;
  margin-top: 40px;
}

.product_instructions_left_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.product_instructions_left_list_item {
  width: calc(50% - 15px);
  margin-top: 30px;
}
.product_instructions_left_list_item_text p {
  font-weight: 400;
  font-size: 11px;
  line-height: 120%;
  letter-spacing: 0%;
  color: #614D41;
  display: none;
}
.product_instructions_left_list_item_text p.mob {
  display: block;
}
.product_instructions_left_list_item .slider-wrap .slider-wrap_text {
  display: none;
}
.product_instructions_left_list_item .slider-wrap .slider-wrap_input {
  width: 100%;
  height: 26px;
  background: rgba(239, 229, 224, 0.4);
  border-radius: 3px;
  padding: 0px 14px;
  font-weight: 500;
  font-size: 12px;
  line-height: 26px;
  letter-spacing: 0%;
  text-align: left;
  color: #B4927D;
  margin-top: 10px;
}
.product_instructions_left_list_item .slider-wrap .slider-container {
  margin-top: 18px;
}
.product_instructions_left_list_item .slider-wrap .slider-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.product_instructions_left_list_item .slider-wrap .slider-container .slider-label {
  font-weight: 500;
  font-style: Medium;
  font-size: 10px;
  line-height: 120%;
  letter-spacing: 0%;
  text-align: left;
  color: #D8B9A7;
  display: block;
  white-space: nowrap;
  min-width: 17px;
}
@media (min-width: 1024px) {
  .product_instructions_left_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .product_instructions_left_list_item {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .product_instructions_left_list_item_text {
    min-width: 110px;
  }
  .product_instructions_left_list_item_text p {
    font-size: 12px;
  }
  .product_instructions_left_list_item_text p.mob {
    display: none;
  }
  .product_instructions_left_list_item_text p.desk {
    display: block;
  }
  .product_instructions_left_list_item .slider-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: 24px;
  }
  .product_instructions_left_list_item .slider-wrap .slider-wrap_text {
    display: block;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: 0%;
    color: #D8B9A7;
    white-space: nowrap;
    margin-left: 16px;
    min-width: 20px;
    width: 20px;
  }
  .product_instructions_left_list_item .slider-wrap .slider-wrap_input {
    margin-top: 0px;
    width: 60px;
    min-width: 60px;
    height: 30px;
    text-align: center;
    font-size: 14px;
  }
  .product_instructions_left_list_item .slider-wrap .slider-container {
    margin-top: 0px;
    width: 100%;
    margin-left: 40px;
  }
  .product_instructions_left_list_item .slider-wrap .slider-container .slider-label {
    font-size: 12px;
    min-width: 21px;
  }
}

.ui-widget.ui-widget-content {
  height: 8px;
  border: 1px solid #D8B9A7;
}

.ui-slider {
  width: 100%;
  margin: 0px 5px 0px 5px;
}

.ui-slider .ui-slider-handle {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #B4927D;
  border: 1px solid #B4927D !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  outline: none !important;
}

.ui-visual-focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.ui-widget-header {
  background: transparent;
}

.product_wrap_main_variation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.product_wrap_main_variation .woocommerce-variation-add-to-cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: calc(100% - 44px);
}
.product_wrap_main_variation .qty-button {
  height: 36px;
  width: 30px;
  min-width: 30px;
  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;
  background: transparent;
}
.product_wrap_main_variation .quantity-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #896F5E;
  height: 36px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 3px;
  width: 100px;
  min-width: 100px;
  overflow: hidden;
}
.product_wrap_main_variation .quantity-wrapper .quantity {
  width: 100%;
}
.product_wrap_main_variation .quantity-wrapper .quantity input {
  width: 100%;
  text-align: center;
  font-weight: 600;
  font-size: 12px;
  line-height: 110%;
  color: #896F5E;
  padding: 0px 5px;
}
.product_wrap_main_variation .single_add_to_cart_button {
  width: 100%;
  height: 36px;
  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-left: 8px;
  background-color: #886D5A;
  border-radius: 3px;
  background: #886D5A;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.product_wrap_main_variation .single_add_to_cart_button:hover {
  background-color: #614D41;
}
.product_wrap_main_variation .single_add_to_cart_button span {
  font-family: "Involve";
  font-weight: 500;
  font-size: 11px;
  line-height: 120%;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: #fff;
}
.product_wrap_main_variation_fav {
  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;
  width: 36px;
  height: 36px;
  border: 1px solid #896F5E;
  border-radius: 3px;
  margin-left: 8px;
}
@media (min-width: 1200px) {
  .product_wrap_main_variation .qty-button {
    height: 46px;
    width: 40px;
    min-width: 40px;
  }
  .product_wrap_main_variation .quantity-wrapper {
    height: 46px;
    width: 136px;
    min-width: 136px;
  }
  .product_wrap_main_variation .quantity-wrapper .quantity input {
    font-size: 15px;
  }
  .product_wrap_main_variation .single_add_to_cart_button {
    height: 46px;
    margin-left: 10px;
  }
  .product_wrap_main_variation .single_add_to_cart_button span {
    font-size: 12px;
  }
  .product_wrap_main_variation_fav {
    width: 46px;
    height: 46px;
    margin-left: 10px;
  }
}

.crossel .container {
  position: relative;
}

.crossel .container::after {
  content: "";
  position: absolute;
  left: 16px;
  top: -30px;
  width: calc(100% - 32px);
  height: 1px;
  background: rgba(117, 81, 67, 0.4);
}

@media (min-width: 768px) {
  .crossel .container::after {
    left: 30px;
    width: calc(100% - 60px);
  }
}

@media (min-width: 1200px) {
  .crossel .container::after {
    left: 40px;
    top: -50px;
    width: calc(100% - 80px);
  }
}

@media (min-width: 1600px) {
  .crossel .container::after {
    left: 60px;
    width: calc(100% - 120px);
  }
}

@media (min-width: 1920px) {
  .crossel .container::after {
    left: 80px;
    width: calc(100% - 160px);
  }
}

.crossel h2 {
  text-transform: uppercase;
  text-align: center;
}
.crossel_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.crossel_wrap_item {
  margin-top: 40px;
  position: relative;
  width: calc(50% - 10px);
}
.crossel_wrap_item .fav {
  position: absolute;
  right: 10px;
  top: 13px;
  z-index: 1;
}
@media (min-width: 768px) {
  .crossel_wrap_item .fav {
    right: 20px;
  }
}
@media (min-width: 1024px) {
  .crossel {
    padding-top: 100px;
  }
  .crossel h2 {
    text-align: left;
  }
  .crossel_wrap {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .crossel_wrap_item {
    width: calc(33.3333333333% - 24px);
    margin-right: 36px;
  }
  .crossel_wrap_item .fav {
    right: 30px;
  }
  .crossel_wrap_item:nth-child(3n) {
    margin-right: 0px;
  }
}
@media (min-width: 1200px) {
  .crossel_wrap_item {
    width: calc(25% - 30px);
    margin-right: 40px;
  }
  .crossel_wrap_item .fav {
    right: 40px;
  }
  .crossel_wrap_item:nth-child(3n) {
    margin-right: 40px;
  }
  .crossel_wrap_item:nth-child(4n) {
    margin-right: 0px;
  }
}

.complect h2 {
  text-transform: uppercase;
  text-align: center;
}
.complect_slider .slick-list {
  padding: 40px 0px 50px 0px !important;
}
.complect_slider .slick-slide h4 {
  opacity: 0;
}
.complect_slider .slick-slide .card_price {
  opacity: 0;
}
.complect_slider .slick-slide.slick-center h4 {
  opacity: 1;
}
.complect_slider .slick-slide.slick-center .card_price {
  opacity: 1;
}
.complect_slider .card h4 {
  margin-top: 32px;
  position: relative;
  z-index: 2;
}
.complect_nav {
  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;
}
.complect_nav_prev {
  cursor: pointer;
}
.complect_nav_count {
  margin: 0px 50px;
}
.complect_nav_next {
  cursor: pointer;
}
@media (min-width: 1024px) {
  .complect {
    display: none;
  }
}

.complect_slider .slick-slide {
  -webkit-transform: scale(0.8);
          transform: scale(0.8); /* уменьшаем все */
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  z-index: 1;
  position: relative;
}

.complect_slider .slick-center {
  -webkit-transform: scale(1.2);
          transform: scale(1.2); /* центральный больше */
  z-index: 2; /* поверх других */
}
.complect_slider .slick-center .card img {
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}

.product_instructions {
  display: none;
}

.product_toggle_head {
  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;
  cursor: pointer;
}
.product_toggle_head span {
  font-weight: 400;
  font-size: 11px;
  line-height: 14px;
  letter-spacing: 0%;
  color: #434343;
}
.product_toggle_head svg {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.product_toggle_head.active svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.product_toggle {
  padding-top: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(117, 81, 67, 0.4);
}

@media (min-width: 1024px) {
  .product_title_instruction {
    display: block;
  }
  .product_toggle_head {
    display: none;
  }
  .product_instructions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .product_instructions_right {
    margin-top: 30px;
  }
}
.product_instructions_left_size {
  margin-top: 38px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.product_instructions_left_size_title {
  font-size: 12px;
}
.product_instructions_left_size_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
}
.product_instructions_left_size_list span {
  font-weight: 500;
  font-size: 32px;
  line-height: 120%;
  letter-spacing: 0%;
  color: #B4927D;
  display: none;
}
.product_instructions_left_size_list span.active {
  display: block;
}
.product_instructions_left_size_no {
  display: none;
}
.product_instructions_left_size_no.active {
  display: block;
}
.product_instructions_left_size_no p {
  text-align: center;
}

@media (min-width: 1024px) {
  .product_instructions_left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .product_instructions_left_list {
    width: 100%;
  }
  .product_instructions_left_size {
    margin-top: 0px;
    width: 180px;
    min-width: 180px;
    margin-left: 15px;
  }
  .product_instructions_right_wrap {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .product_instructions_right_wrap video {
    max-width: 310px;
    margin-top: 0px;
  }
  .product_instructions_right_wrap img {
    margin-top: 0px;
  }
  .product_instructions_right h4 {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .product_toggle {
    padding-bottom: 0px;
    border: none;
  }
}
@media (min-width: 1360px) {
  .product_instructions {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .product_instructions_left {
    width: calc(100% - 500px);
  }
  .product_instructions_right {
    margin-top: 30px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-left: 20px;
  }
  .product_instructions_right_wrap img {
    width: calc(50% - 15px);
  }
  .product_instructions_right_wrap video {
    width: calc(50% - 15px);
    margin-left: 30px;
  }
}
@media (min-width: 1600px) {
  .product_instructions {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .product_instructions_left {
    width: calc(60% - 20px);
  }
  .product_instructions_right {
    width: calc(40% - 20px);
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-left: 0px;
  }
  .product_instructions_right h4 {
    margin-bottom: 20px;
  }
  .product_instructions_right_wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .product_instructions_right_wrap video {
    margin-top: 0px;
    width: calc(50% - 20px);
  }
  .product_instructions_right_wrap img {
    margin-top: 0px;
    width: calc(50% - 20px);
  }
}
.wishlist {
  padding-top: 100px;
  background: rgba(239, 229, 224, 0.15);
}
.wishlist-not {
  background: transparent;
}
.wishlist_home {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.wishlist_home a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.wishlist_home a img {
  margin-right: 12px;
}
.wishlist_home a span {
  font-weight: 400;
  font-size: 11px;
  line-height: 110%;
  letter-spacing: 0%;
  color: #896F5E;
}
.wishlist_title {
  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: 12px 0px 24px 0px;
}
.wishlist_title h1 {
  font-weight: 500;
  font-size: 20px;
  line-height: 120%;
  letter-spacing: 0%;
  text-align: center;
  text-transform: uppercase;
  color: #896F5E;
}
.wishlist_empty {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.wishlist_empty h4 {
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: 0%;
  text-align: center;
  color: #B4927D;
}
.wishlist_empty a {
  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;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 40px;
  border: 1px solid #B4927D;
  padding: 0px 45px;
  border-radius: 8px;
  margin-top: 16px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.wishlist_empty a span {
  font-weight: 500;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: 0%;
  color: #B4927D;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.wishlist_empty a svg {
  margin-left: 12px;
}
.wishlist_empty a svg line {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.wishlist_empty a svg path {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.wishlist_empty a:hover {
  background: #B4927D;
}
.wishlist_empty a:hover span {
  color: #fff;
}
.wishlist_empty a:hover svg line {
  stroke: #fff;
}
.wishlist_empty a:hover svg path {
  stroke: #fff;
}
.wishlist_navigation {
  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;
  padding-bottom: 60px;
}
.wishlist_navigation .slick-arrow {
  cursor: pointer;
}
.wishlist_navigation .slick-arrow.slick-disabled {
  cursor: default;
}
.wishlist_navigation .slick-arrow.slick-disabled svg line {
  stroke: #EFE5E0;
}
.wishlist_navigation .slick-arrow.slick-disabled svg path {
  stroke: #EFE5E0;
}
.wishlist_navigation_count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0px 25px;
}
.wishlist_navigation_count_text {
  font-weight: 600;
  font-size: 17px;
  line-height: 110%;
  letter-spacing: 0%;
  color: #896F5E;
}
.wishlist_navigation_count_line {
  width: 45px;
  height: 1px;
  background-color: #D8B9A7;
  margin: 0px 10px;
}
@media (min-width: 576px) {
  .wishlist .catalog_block_wrap .slick-slide {
    margin: 0px 10px;
  }
}
@media (min-width: 768px) {
  .wishlist {
    padding-bottom: 20px;
  }
  .wishlist_navigation {
    display: none;
  }
}
@media (min-width: 1200px) {
  .wishlist {
    padding-top: 140px;
    padding-bottom: 80px;
  }
  .wishlist_title {
    margin: 12px 0px 40px 0px;
  }
  .wishlist_title h1 {
    font-size: 24px;
  }
  .wishlist_home {
    display: none;
  }
  .wishlist_empty h4 {
    font-size: 20px;
  }
  .wishlist_empty a {
    height: 46px;
  }
}

.copy_wish {
  padding: 60px 0px;
}
.copy_wish_wrap h4 {
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: 0%;
  text-align: center;
  color: #B4927D;
}
.copy_wish_wrap_left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.copy_wish_wrap_left_copy {
  position: relative;
  height: 40px;
  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;
  background-color: #B4927D;
  border-radius: 8px;
  margin-top: 12px;
  padding: 0px 70px;
  cursor: pointer;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.copy_wish_wrap_left_copy img {
  margin-right: 12px;
}
.copy_wish_wrap_left_copy span {
  font-weight: 500;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: 0%;
  color: #fff;
}
.copy_wish_wrap_left_copy:hover {
  background-color: #614D41;
}
.copy_wish_wrap_right {
  margin-top: 40px;
}
.copy_wish_wrap_right form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 12px;
}
.copy_wish_wrap_right form span {
  display: block;
  width: calc(100% - 118px);
}
.copy_wish_wrap_right form span input {
  width: 100%;
  height: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0px 20px;
  border: 1px solid #B4927D;
  font-family: "Involve";
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0%;
  color: #B4927D;
  border-radius: 8px;
}
.copy_wish_wrap_right form input[type=submit] {
  width: 106px;
  min-width: 106px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  background-color: #B4927D;
  border-radius: 8px;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0%;
  color: #fff;
  margin-left: 12px;
  cursor: pointer;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.copy_wish_wrap_right form input[type=submit]:hover {
  background-color: #614D41;
}
@media (min-width: 768px) {
  .copy_wish_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .copy_wish_wrap_right {
    margin-top: 0px;
    margin-left: 30px;
  }
}
@media (min-width: 1200px) {
  .copy_wish_wrap h4 {
    font-size: 20px;
  }
  .copy_wish_wrap_left {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .copy_wish_wrap_left_copy {
    margin-top: 20px;
  }
  .copy_wish_wrap_right {
    margin-left: 40px;
  }
  .copy_wish_wrap_right form {
    margin-top: 20px;
  }
}

#copyNotification {
  display: none;
  position: absolute;
  background: #B4927D;
  top: -37px;
  left: 0px;
  padding: 6px;
  border-radius: 12px;
  color: #fff;
  font-size: 14px;
}
#copyNotification.show {
  display: block;
}

.cart_modal {
  position: fixed;
  right: 0px;
  top: 0px;
  width: 100%;
  height: 100vh;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
  background-color: #fff;
  z-index: 14;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-bottom: 50px;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.cart_modal_left {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  padding: 0px 16px;
  margin-top: 60px;
}
.cart_modal_left_title {
  font-weight: 500;
  font-size: 20px;
  line-height: 120%;
  letter-spacing: 0%;
  text-align: center;
  text-transform: uppercase;
  color: #896F5E;
}
.cart_modal_left_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.cart_modal_left_list_item {
  width: calc(50% - 10px);
  margin-top: 40px;
  position: relative;
}
.cart_modal_left_list_item .fav {
  position: absolute;
  right: 10px;
  top: 13px;
  z-index: 1;
}
.cart_modal_left_checkout {
  height: 48px;
  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;
  width: 100%;
  margin-top: 40px;
  background-color: #886D5A;
  border-radius: 3px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.cart_modal_left_checkout span {
  font-weight: 500;
  font-style: Medium;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: 0%;
  color: #fff;
}
.cart_modal_left_checkout span:last-child {
  margin-left: 20px;
}
.cart_modal_left_checkout:hover {
  background-color: #614D41;
}
.cart_modal_right {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  padding: 25px 16px;
}
.cart_modal_right_top {
  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;
}
.cart_modal_right_top_count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cart_modal_right_top_count p {
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0%;
  color: #986343;
  margin-left: 12px;
}
.cart_modal_right_top_close {
  cursor: pointer;
}
.cart_modal_right_list_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 24px;
}
.cart_modal_right_list_item_img img {
  width: 70px;
  min-width: 70px;
}
.cart_modal_right_list_item_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-left: 16px;
  width: 100%;
}
.cart_modal_right_list_item_text_mid {
  width: 100%;
}
.cart_modal_right_list_item_text_mid_info {
  display: block;
}
.cart_modal_right_list_item_text_mid_info h3 {
  font-weight: 500;
  font-size: 12px;
  line-height: 130%;
  letter-spacing: 0%;
  color: #614D41;
}
.cart_modal_right_list_item_text_mid_info p {
  font-weight: 500;
  font-size: 10px;
  line-height: 120%;
  letter-spacing: 0%;
  color: #9A9290;
  min-width: 68px;
}
.cart_modal_right_list_item_text_mid_info_color {
  margin-top: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cart_modal_right_list_item_text_mid_info_color span {
  display: block;
  width: 15px;
  height: 15px;
  border-radius: 3px;
}
.cart_modal_right_list_item_text_mid_info_size {
  margin-top: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cart_modal_right_list_item_text_mid_info_size span {
  display: block;
  width: 15px;
  text-align: center;
  font-weight: 600;
  font-size: 10px;
  line-height: 110%;
  letter-spacing: 0px;
  color: #9A9290;
}
.cart_modal_right_list_item_text_mid .quantity-wrapper {
  width: 150px;
  height: 30px;
  border: 1px solid #896F5E;
  border-radius: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 5px;
}
.cart_modal_right_list_item_text_mid .quantity-wrapper .qty-button {
  height: 30px;
  width: 30px;
  min-width: 30px;
  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;
  background: transparent;
}
.cart_modal_right_list_item_text_mid .quantity-wrapper .quantity {
  width: 100%;
}
.cart_modal_right_list_item_text_mid .quantity-wrapper .quantity input {
  width: 100%;
  text-align: center;
  font-weight: 600;
  font-size: 12px;
  line-height: 110%;
  color: #896F5E;
  padding: 0px 5px;
}
.cart_modal_right_list_item_text_action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.cart_modal_right_list_item_text_action span {
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: 0%;
  color: #434343;
  white-space: nowrap;
}
.cart_modal_right_list_item_text_action a {
  width: 64px;
  min-width: 64px;
  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: 30px;
  background-color: #886D5A;
  border-radius: 3px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.cart_modal_right_list_item_text_action a:hover {
  background-color: #614D41;
}
.cart_modal_right_checkout {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.cart_modal_right_checkout:hover {
  background-color: #614D41;
}

.cart_modal_right_checkout {
    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: 48px;
    background-color: #886D5A;
    border-radius: 3px;
    width: 100%;
    margin-top: 40px;
  }
  .cart_modal_right_checkout span {
    font-weight: 500;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: 0%;
    color: #fff;
  }
  .cart_modal_right_checkout span:last-child {
    margin-left: 20px;
  }

.cart_modal::-webkit-scrollbar {
  display: none;
}
.cart_modal.active {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media (min-width: 576px) {
  .cart_modal {
    max-width: 390px;
  }
}
@media (min-width: 1024px) {
  .cart_modal {
    max-width: 600px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    overflow-y: auto;
    padding-bottom: 0px;
  }
  .cart_modal_left {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    height: 100vh;
    overflow-y: auto;
    margin-top: 0px;
    background-color: rgba(239, 229, 224, 0.25);
    max-width: 180px;
    padding: 34px 15px 30px 15px;
  }
  .cart_modal_left_title {
    font-size: 12px;
    text-transform: none;
  }
  .cart_modal_left_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .cart_modal_left_list_item {
    width: 100%;
  }
  .cart_modal_left_checkout {
    display: none;
  }
  .cart_modal_right {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    height: 100vh;
    overflow-y: auto;
    padding: 30px;
  }
}
@media (min-width: 1200px) {
  .cart_modal .card h4 {
    font-size: 11px;
    margin-top: 12px;
  }
  .cart_modal .card span {
    font-size: 11px;
  }
  .cart_modal_left {
    padding: 54px 15px 50px 15px;
  }
  .cart_modal_right {
    padding: 50px 30px;
  }
}

.back_modal {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100vh;
  z-index: 13;
  cursor: pointer;
  display: none;
}
.back_modal.active {
  display: block;
}

.back_modal_product {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100vh;
  z-index: 15;
  cursor: pointer;
  display: none;
}
.back_modal_product.active {
  display: block;
}

.product_modal {
  position: fixed;
  background-color: #fff;
  z-index: 16;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: calc(100% - 30px);
  overflow: hidden;
  max-height: 90vh;
  overflow-y: auto;
  -ms-overflow-style: none;
  display: none;
  scrollbar-width: none;
}
.product_modal.active {
  display: block;
}
.product_modal::-webkit-scrollbar {
  display: none;
}
.product_modal_close {
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
  z-index: 1;
}
.product_modal_left_wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
.product_modal_left_wrap img {
  min-width: 100%;
  width: 100%;
}
.product_modal_left_wrap:hover {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
.product_modal_right {
  padding: 30px 16px;
}
.product_modal_right_top {
  display: block;
}
.product_modal_right_top h2 {
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: 0%;
  color: #896F5E;
}
.product_modal_right_top_price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 10px;
}
.product_modal_right_top_price span {
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: 0%;
  color: #896F5E;
}
.product_modal_right_top_price span.old {
  margin-left: 15px;
  position: relative;
}
.product_modal_right_top_price span.old::after {
  content: "";
  position: absolute;
  left: -2px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: calc(100% + 4px);
  height: 1px;
  background-color: #896F5E;
}
.product_modal_right_subtitle {
  font-weight: 400;
  font-size: 14px;
  line-height: 110%;
  letter-spacing: 0px;
  color: #614D41;
  margin-top: 24px;
}
.product_modal_right_size {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 10px;
}
.product_modal_right_size_item {
  position: relative;
  pointer-events: none;
  margin-right: 8px;
}
.product_modal_right_size_item input {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  opacity: 0;
  cursor: pointer;
}
.product_modal_right_size_item span {
  width: 28px;
  height: 30px;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: transparent;
  border: 1px solid #614D41;
  border-radius: 3px;
  font-weight: 400;
  font-size: 12px;
  line-height: 30px;
  letter-spacing: 0px;
  text-align: center;
  opacity: 0.4;
}
.product_modal_right_size_item input:checked + span {
  background: #896F5E;
  border-color: #896F5E;
  color: white;
}
.product_modal_right_size_item.stock {
  pointer-events: all;
}
.product_modal_right_size_item.stock span {
  opacity: 1;
}
.product_modal_right_wrap_color {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 2px;
}
.product_modal_right_wrap_color_item {
  position: relative;
  margin-right: 8px;
  margin-top: 8px;
}
.product_modal_right_wrap_color_item input {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  opacity: 0;
  cursor: pointer;
}
.product_modal_right_wrap_color_item span {
  width: 28px;
  height: 30px;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: transparent;
  border: 2px solid #B2A48D;
  border-radius: 3px;
  font-weight: 400;
  font-size: 12px;
  line-height: 30px;
  letter-spacing: 0px;
  text-align: center;
}
.product_modal_right_wrap_color_item input:checked + span {
  border-color: #614D41;
}
.product_modal_right_btns {
  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;
  margin-top: 24px;
}
.product_modal_right_btns_button {
  width: calc(55% - 26px);
  height: 36px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  background-color: #886D5A;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  color: #fff;
  font-family: "Involve";
  font-weight: 500;
  font-size: 11px;
  line-height: 36px;
  letter-spacing: 0%;
  text-transform: uppercase;
  border-radius: 3px;
}
.product_modal_right_btns_button:hover {
  background-color: #614D41;
}
.product_modal_right_btns_link {
  width: calc(45% - 26px);
  height: 36px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 36px;
  text-align: center;
  border: 1px solid #886D5A;
  border-radius: 3px;
  font-weight: 500;
  font-size: 11px;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: #886D5A;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.product_modal_right_btns_link:hover {
  background-color: #886D5A;
  color: #fff;
}
.product_modal_right_btns_fav {
  width: 36px;
  height: 36px;
  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;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #896F5E;
  border-radius: 3px;
}
.product_modal_right_link {
  width: 100%;
  height: 36px;
  text-align: center;
  border-radius: 3px;
  background: #886D5A;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  line-height: 36px;
  font-family: "Involve";
  font-weight: 500;
  font-size: 11px;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: #fff;
  display: block;
  margin-top: 24px;
}
.product_modal_right_link:hover {
  background: #614D41;
}
.product_modal_right_action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 10px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.product_modal_right_action_button {
  font-family: "Involve";
  font-weight: 500;
  width: calc(100% - 44px);
  height: 36px;
  text-align: center;
  line-height: 36px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #886D5A;
  color: #886D5A;
  background: transparent;
  border-radius: 3px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.product_modal_right_action_button:focus {
  border: 1px solid #886D5A;
}
.product_modal_right_action_button:hover {
  background: #886D5A;
  color: #fff;
}
.product_modal_right_action_fav {
  height: 36px;
  width: 36px;
  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;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #886D5A;
  border-radius: 3px;
}
@media (min-width: 768px) {
  .product_modal.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .product_modal_left {
    width: 45%;
    overflow: hidden;
  }
  .product_modal_right {
    width: 55%;
  }
}
@media (min-width: 1024px) {
  .product_modal {
    width: 960px;
  }
  .product_modal_right {
    padding: 40px;
  }
  .product_modal_right_top h2 {
    font-size: 32px;
  }
  .product_modal_right_top_price {
    margin-top: 16px;
  }
  .product_modal_right_top_price span {
    font-size: 24px;
  }
  .product_modal_right_subtitle {
    margin-top: 30px;
  }
  .product_modal_right_link {
    height: 44px;
    line-height: 44px;
    font-size: 12px;
  }
  .product_modal_right_btns {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 60px;
  }
  .product_modal_right_btns_button {
    width: 100%;
    height: 44px;
    margin-bottom: 12px;
    font-size: 12px;
    line-height: 44px;
  }
  .product_modal_right_btns_link {
    width: calc(100% - 60px);
    height: 44px;
    font-size: 12px;
    line-height: 44px;
  }
  .product_modal_right_btns_fav {
    width: 44px;
    height: 44px;
  }
  .product_modal_right_action {
    margin-top: 12px;
  }
  .product_modal_right_action_button {
    height: 44px;
    font-size: 12px;
    line-height: 44px;
    text-transform: uppercase;
    width: calc(100% - 60px);
  }
  .product_modal_right_action_fav {
    height: 44px;
    width: 44px;
  }
  .product_modal_right_link {
    margin-top: 60px;
  }
}

.checkout {
  padding-top: 100px;
}
.checkout_block_left h1 {
  font-weight: 500;
  font-size: 20px;
  line-height: 120%;
  letter-spacing: 0%;
  text-align: center;
  color: #896F5E;
}
.checkout_block_left_count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 24px;
}
.checkout_block_left_count p {
  font-weight: 600;
  font-size: 12px;
  line-height: 120%;
  letter-spacing: 0%;
  color: #896F5E;
  margin-left: 12px;
}
.checkout_block_left_cost {
  margin-top: 40px;
  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;
}
.checkout_block_left_cost p {
  font-weight: 400;
  font-size: 14px;
  line-height: 110%;
  letter-spacing: 0px;
  color: #614D41;
}
.checkout_block_left_cost span {
  font-weight: 400;
  font-size: 18px;
  line-height: 110%;
  letter-spacing: 0px;
  color: #614D41;
}
.checkout_block_left form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 10px;
}
.checkout_block_left form input {
  font-family: "Involve";
  width: calc(50% - 10px);
  height: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0px 12px;
  line-height: 30px;
  font-size: 10px;
  color: #6A442D;
  border: 1px solid #B4927D;
  border-radius: 3px;
  background: rgba(216, 185, 167, 0.1);
}
.checkout_block_left form button {
  width: calc(50% - 10px);
  height: 30px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  background-color: #B4927D;
  line-height: 30px;
  text-align: center;
  font-family: "Involve";
  font-weight: 500;
  font-style: Medium;
  font-size: 10px;
  letter-spacing: 0%;
  text-transform: uppercase;
  border-radius: 3px;
  color: #fff;
}
.checkout_block_left form button:hover {
  background-color: #614D41;
}
.checkout_block_left_delivery {
  margin-top: 20px;
}
.checkout_block_left_delivery p {
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: 0%;
  color: #614D41;
  margin-bottom: 10px;
}
.checkout_block_left_delivery span {
  font-weight: 400;
  font-size: 11px;
  line-height: 120%;
  letter-spacing: 0px;
  color: #B4927D;
  display: block;
}
.checkout_block_left_final {
  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;
  margin-top: 20px;
  padding: 20px 0px;
  border-top: 1px solid #B4927D;
  border-bottom: 1px solid #B4927D;
}
.checkout_block_left_final p {
  font-weight: 600;
  font-size: 14px;
  line-height: 110%;
  letter-spacing: 0px;
  color: #614D41;
}
.checkout_block_left_final span {
  font-weight: 600;
  font-size: 18px;
  line-height: 110%;
  letter-spacing: 0px;
  color: #614D41;
}
.checkout_block_right {
  padding-top: 40px;
}
.checkout_block_right p {
  font-weight: 600;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0%;
  color: #986343;
}
.checkout_block_right_wrap {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.checkout_block_right_wrap_item {
  width: 100%;
  position: relative;
  margin-top: 12px;
  min-height: 42px;
}
.checkout_block_right_wrap_item.onequarters {
  width: calc(40% - 6px);
}
.checkout_block_right_wrap_item.threequarters {
  width: calc(60% - 6px);
}
.checkout_block_right_wrap_item label {
  position: absolute;
  left: 14px;
  top: 13px;
  font-weight: 400;
  font-size: 12px;
  line-height: 110%;
  letter-spacing: 0px;
  color: #B4927D;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.checkout_block_right_wrap_item input {
  width: 100%;
  padding: 0px 14px;
  height: 42px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #B4927D;
  background: rgba(216, 185, 167, 0.1);
  color: #6A442D;
  line-height: 42px;
  font-weight: 600;
  padding-top: 5px;
  border-radius: 3px;
  font-size: 12px;
}
.checkout_block_right_wrap_item input::-webkit-input-placeholder {
  color: transparent;
  opacity: 0;
}
.checkout_block_right_wrap_item input::-moz-placeholder {
  color: transparent;
  opacity: 0;
}
.checkout_block_right_wrap_item input:-ms-input-placeholder {
  color: transparent;
  opacity: 0;
}
.checkout_block_right_wrap_item input::-ms-input-placeholder {
  color: transparent;
  opacity: 0;
}
.checkout_block_right_wrap_item input::placeholder {
  color: transparent;
  opacity: 0;
}
.checkout_block_right_wrap_item input:focus + label {
  font-size: 9px;
  left: 15px;
  top: 5px;
}
.checkout_block_right_wrap_item input:not(:-moz-placeholder-shown) + label {
  font-size: 9px;
  left: 15px;
  top: 5px;
}
.checkout_block_right_wrap_item input:not(:-ms-input-placeholder) + label {
  font-size: 9px;
  left: 15px;
  top: 5px;
}
.checkout_block_right_wrap_item input:not(:placeholder-shown) + label {
  font-size: 9px;
  left: 15px;
  top: 5px;
}
.checkout_block_right_wrap_item .nice-select {
  width: 100%;
  border: solid 1px #B4927D;
  border-radius: 3px;
  background: rgba(216, 185, 167, 0.1);
}
.checkout_block_right_wrap_item .nice-select .current {
  font-family: "Involve";
  font-weight: 600;
  color: #6A442D;
  font-size: 12px;
  position: absolute;
  top: 4px;
  left: 15px;
}
.checkout_block_right_wrap_item .nice-select .list {
  width: 100%;
  max-height: 250px;
  overflow-y: scroll;
}
.checkout_block_right_wrap_item .nice-select .list .option {
  min-height: 30px;
  line-height: 30px;
  font-size: 12px;
}
.checkout_block_right_wrap_item .nice-select::after {
  border-bottom: 1px solid #B4927D;
  border-right: 1px solid #B4927D;
}
.checkout_block_right_wrap_item.country label {
  font-size: 9px;
  left: 15px;
  top: 5px;
}
.checkout_block_right_wrap_item textarea {
  height: 80px;
  border: 1px solid #B4927D;
  padding: 14px;
  background: rgba(216, 185, 167, 0.1);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 3px;
  font-size: 12px;
  line-height: 120%;
  width: 100%;
}
.checkout_block_right_wrap_item textarea::-webkit-input-placeholder {
  color: transparent;
  opacity: 0;
}
.checkout_block_right_wrap_item textarea::-moz-placeholder {
  color: transparent;
  opacity: 0;
}
.checkout_block_right_wrap_item textarea:-ms-input-placeholder {
  color: transparent;
  opacity: 0;
}
.checkout_block_right_wrap_item textarea::-ms-input-placeholder {
  color: transparent;
  opacity: 0;
}
.checkout_block_right_wrap_item textarea::placeholder {
  color: transparent;
  opacity: 0;
}
.checkout_block_right_wrap_item textarea:focus + label {
  font-size: 9px;
  left: 15px;
  top: 5px;
}
.checkout_block_right_wrap_item textarea:not(:-moz-placeholder-shown) + label {
  font-size: 9px;
  left: 15px;
  top: 5px;
}
.checkout_block_right_wrap_item textarea:not(:-ms-input-placeholder) + label {
  font-size: 9px;
  left: 15px;
  top: 5px;
}
.checkout_block_right_wrap_item textarea:not(:placeholder-shown) + label {
  font-size: 9px;
  left: 15px;
  top: 5px;
}
.checkout_order {
  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: 46px;
  background-color: #886D5A;
  border-radius: 3px;
  margin-top: 40px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  width: 100%;
}
.checkout_order span {
  font-weight: 500;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: 0%;
  color: #fff;
  font-family: "Involve";
}
.checkout_order svg {
  margin-left: 12px;
}
.checkout_order:hover {
  background-color: #614D41;
}
@media (min-width: 576px) {
  .checkout .cart_modal_right_list_item_img img {
    width: 100px;
    min-width: 100px;
  }
  .checkout .cart_modal_right_list_item_text {
    width: 100%;
  }
  .checkout .cart_modal_right_list_item_text_mid {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .checkout {
    padding-bottom: 60px;
  }
  .checkout .cart_modal_right_list_item_img img {
    width: 70px;
    min-width: 70px;
  }
  .checkout_block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .checkout_block_left {
    width: calc(50% - 10px);
  }
  .checkout_block_left h1 {
    text-align: left;
  }
  .checkout_block_right {
    width: calc(50% - 10px);
    padding-top: 46px;
  }
}
@media (min-width: 1024px) {
  .checkout_block_left {
    width: calc(50% - 30px);
  }
  .checkout_block_right {
    width: calc(50% - 30px);
  }
}
@media (min-width: 1200px) {
  .checkout {
    padding-top: 140px;
    background: -webkit-gradient(linear, left top, right top, color-stop(50%, #fff), color-stop(50%, #FBF8F7));
    background: linear-gradient(to right, #fff 50%, #FBF8F7 50%);
  }
  .checkout_block_left {
    max-width: 500px;
  }
  .checkout_block_left h1 {
    font-size: 24px;
  }
  .checkout_block_left_list {
    max-width: 420px;
  }
  .checkout_block_left form {
    margin-top: 12px;
  }
  .checkout_block_left form input {
    height: 42px;
    padding: 0px 14px;
    font-size: 12px;
    line-height: 42px;
    width: 100%;
  }
  .checkout_block_left form button {
    width: 180px;
    min-width: 180px;
    margin-left: 16px;
    height: 42px;
    line-height: 42px;
  }
  .checkout_block_left_delivery {
    margin-top: 24px;
  }
  .checkout_block_left_delivery span {
    font-size: 12px;
  }
  .checkout_block_left_final {
    padding: 24px 0px;
  }
  .checkout_block_right {
    max-width: 468px;
  }
  .checkout_block_right_wrap {
    margin-top: 8px;
  }
  .checkout_block_right_wrap_item {
    margin-top: 16px;
  }
}
@media (min-width: 1360px) {
  .checkout_block {
    max-width: 1168px;
    margin: 0 auto;
  }
  .checkout_block_left {
    max-width: 520px;
  }
}

.thankyou {
  padding-top: 100px;
}
.thankyou_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.thankyou_block h3 {
  font-weight: 500;
  font-size: 20px;
  line-height: 120%;
  letter-spacing: 0%;
  text-align: center;
  text-transform: uppercase;
  color: #896F5E;
}
.thankyou_block p {
  font-weight: 500;
  font-size: 16px;
  line-height: 130%;
  letter-spacing: 0%;
  text-align: center;
  color: #B4927D;
  margin-top: 10px;
}
.thankyou_block a {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 40px;
  padding: 0px 45px;
  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;
  border: 1px solid #B4927D;
  border-radius: 7px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  margin-top: 26px;
}
.thankyou_block a svg {
  margin-right: 12px;
}
.thankyou_block a svg path {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.thankyou_block a svg line {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.thankyou_block a span {
  font-weight: 500;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: 0%;
  color: #B4927D;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.thankyou_block a:hover {
  background-color: #B4927D;
}
.thankyou_block a:hover svg line {
  stroke: #fff;
}
.thankyou_block a:hover svg path {
  stroke: #fff;
}
.thankyou_block a:hover span {
  color: #fff;
}
@media (min-width: 1200px) {
  .thankyou {
    padding-top: 210px;
    padding-bottom: 60px;
  }
  .thankyou_block h3 {
    font-size: 24px;
  }
  .thankyou_block p {
    font-size: 20px;
    margin-top: 40px;
  }
  .thankyou_block a {
    height: 46px;
    margin-top: 40px;
  }
}

.partners {
  padding-top: 100px;
}
.partners_left {
  display: none;
}
.partners_right {
  padding: 0px 16px;
}
.partners_right_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.partners_right_top h1 {
  font-weight: 500;
  font-size: 28px;
  line-height: 120%;
  letter-spacing: 0%;
  text-align: center;
  color: #896F5E;
}
.partners_right_top p {
  font-weight: 400;
  font-size: 11px;
  line-height: 140%;
  letter-spacing: 0%;
  text-align: center;
  color: #614D41;
  margin-top: 10px;
}
.partners_right_insta {
  margin-top: 60px;
}
.partners_right_insta h2 {
  font-weight: 500;
  font-size: 20px;
  line-height: 120%;
  letter-spacing: 0%;
  text-align: center;
  color: #896F5E;
}
.partners_right_insta_block_item {
  margin-top: 40px;
}
.partners_right_insta_block_item h3 {
  font-weight: 500;
  font-style: Medium;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: #896F5E;
}
.partners_right_insta_block_item ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.partners_right_insta_block_item ul li {
  width: 50%;
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.partners_right_insta_block_item ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.partners_right_insta_block_item ul li a img {
  margin-right: 8px;
}
.partners_right_insta_block_item ul li a span {
  font-weight: 400;
  font-size: 12px;
  line-height: 140%;
  letter-spacing: 0%;
  color: #B4927D;
  position: relative;
}
.partners_right_insta_block_item ul li a span::after {
  content: "";
  position: absolute;
  left: 0px;
  bottom: -2px;
  width: 0%;
  height: 1px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  background-color: #B4927D;
}
.partners_right_insta_block_item ul li a:hover span::after {
  width: 100%;
}
.partners_right_form {
  margin-top: 60px;
}
.partners_right_form form {
  margin-top: 16px;
}
.partners_right_form form button {
  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: 46px;
  width: 100%;
  margin-top: 24px;
  background-color: #886D5A;
  border-radius: 3px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.partners_right_form form button span {
  font-family: "Involve";
  font-weight: 500;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: 0%;
  color: #FFFFFF;
}
.partners_right_form form button svg {
  margin-left: 12px;
}
.partners_right_form form button:hover {
  background-color: #614D41;
}
.partners_right_form .checkout_block_right_wrap_item {
  width: 100%;
}
@media (min-width: 768px) {
  .partners {
    padding-bottom: 80px;
  }
  .partners_right {
    padding: 0px 30px;
  }
  .partners_right_form form {
    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;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 4px;
  }
  .partners_right_form form .checkout_block_right_wrap_item.onequarters {
    width: calc(40% - 6px);
  }
  .partners_right_form form .checkout_block_right_wrap_item.threequarters {
    width: calc(60% - 6px);
  }
  .partners_right_form form button {
    width: 246px;
  }
}
@media (min-width: 1200px) {
  .partners {
    padding-top: 90px;
    padding-bottom: 0px;
    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;
  }
  .partners_left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: calc(50% - 20px);
  }
  .partners_right {
    width: calc(50% - 20px);
    padding-left: 0px;
  }
  .partners_right_top {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .partners_right_top h1 {
    font-size: 40px;
  }
  .partners_right_top p {
    text-align: left;
  }
}
@media (min-width: 1360px) {
  .partners_left img {
    max-height: 120vh;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
  }
  .partners_right_top h1 {
    font-size: 58px;
  }
  .partners_right_top p {
    margin-top: 12px;
  }
  .partners_right_insta h2 {
    text-align: left;
    font-size: 24px;
  }
  .partners_right_insta_block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .partners_right_insta_block_item:first-child {
    width: calc(33.3333333333% - 15px);
  }
  .partners_right_insta_block_item:first-child ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .partners_right_insta_block_item:first-child ul li {
    width: 100%;
  }
  .partners_right_insta_block_item:nth-child(2) {
    width: calc(66.6666666667% - 15px);
  }
}
@media (min-width: 1600px) {
  .partners_right_top h1 {
    font-size: 64px;
  }
}
@media (min-width: 1920px) {
  .partners_right_top {
    max-width: 700px;
  }
  .partners_right_insta {
    max-width: 700px;
  }
  .partners_right_form {
    max-width: 700px;
  }
}

.notfound {
  padding-top: 125px;
}
.notfound_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0px 36px;
}
.notfound_block p {
  font-weight: 500;
  font-size: 16px;
  line-height: 130%;
  letter-spacing: 0%;
  text-align: center;
  color: #B4927D;
  margin-top: 60px;
}
.notfound_block a {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 40px;
  padding: 0px 45px;
  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;
  border: 1px solid #B4927D;
  border-radius: 7px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  margin-top: 24px;
}
.notfound_block a svg {
  margin-right: 12px;
}
.notfound_block a svg line {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.notfound_block a svg path {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.notfound_block a span {
  font-weight: 500;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: 0%;
  color: #B4927D;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.notfound_block a:hover {
  background-color: #B4927D;
}
.notfound_block a:hover svg line {
  stroke: #fff;
}
.notfound_block a:hover svg path {
  stroke: #fff;
}
.notfound_block a:hover span {
  color: #fff;
}
@media (min-width: 768px) {
  .notfound {
    padding-bottom: 60px;
  }
  .notfound_block {
    padding: 0px;
  }
  .notfound_block p {
    font-size: 20px;
  }
  .notfound_block p br {
    display: none;
  }
}
@media (min-width: 1200px) {
  .notfound {
    padding-top: 210px;
    padding-bottom: 120px;
  }
  .notfound_block p {
    margin-top: 40px;
  }
  .notfound_block a {
    height: 46px;
    margin-top: 60px;
  }
}

.politic {
  padding-top: 105px;
}
.politic_wrap h1 {
  font-weight: 500;
  font-size: 20px;
  line-height: 130%;
  letter-spacing: 0%;
  text-align: center;
  color: #896F5E;
  text-transform: uppercase;
  margin-bottom: 24px;
}
.politic_wrap p {
  font-weight: 500;
  margin-top: 15px;
  font-size: 12px;
}
.politic_wrap p a {
  color: #896F5E;
  text-decoration: underline;
}
@media (min-width: 1200px) {
  .politic {
    padding-top: 152px;
  }
  .politic_wrap {
    max-width: 760px;
    margin: 0 auto;
  }
  .politic_wrap h1 {
    font-size: 24px;
    margin-bottom: 30px;
  }
}

.world {
  padding-top: 108px;
}
.world_block_top_left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.world_block_top_left .world_block_text {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.world_block_top_left_image {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 20px;
  position: relative;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.world_block_top_left_image_wrap {
  width: calc(50% - 6px);
  display: flex;
  flex-direction: column;
}

.world_block_top_left_image_wrap img:last-child {
  margin-top: 20px;
}

.world_block_top_left_image p {
  width: calc(50% - 6px);
}
.world_block_top_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 40px;
}
.world_block_top_right .world_block_text {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.world_block_top_right_image {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 20px;
  position: relative;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.world_block_top_right_image_wrap {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  width: calc(50% - 6px);
}

.world_block_top_right_image_wrap img:last-child {
  margin-top: 20px;
}

.world_block_top_right_image p {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: calc(50% - 6px);
}
.world_block_text_link {
  height: 42px;
  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;
  padding: 0px 16px;
  border-radius: 3px;
  background: rgba(239, 229, 224, 0.4);
}
.world_block_text_link_icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.world_block_text_link_icon img {
  margin-right: 8px;
}
.world_block_text_link_icon span {
  font-weight: 500;
  font-size: 12px;
  line-height: 140%;
  letter-spacing: 0%;
  color: #B4927D;
  position: relative;
}
.world_block_text_link_icon span::after {
  content: "";
  position: absolute;
  left: 0px;
  bottom: -2px;
  width: 0%;
  height: 1px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  background-color: #B4927D;
}
.world_block_text_link:hover .world_block_text_link_icon span::after {
  width: 100%;
}
.world_block_text p {
  display: none;
}
.world_block_two {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid #B4927D;
}
.world_block_two_image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 20px;
  position: relative;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.world_block_two_image_wrap {
  width: calc(50% - 6px);
  display: flex;
  flex-direction: column;
}

.world_block_two_image_wrap img:last-child {
  margin-top: 20px;
}

.world_block_two_image p {
  width: calc(50% - 6px);
}

.world_block_three {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid #B4927D;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.world_block_three_images {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 20px;
  position: relative;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.world_block_three_images_wrap {
  width: calc(50% - 6px);
  display: flex;
  flex-direction: column;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.world_block_three_images img {
  width: 100%;
}

.world_block_three_images img:last-child {
  margin-top: 20px;
}

.world_block_three_images p {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: calc(50% - 6px);
}

.world_block_three .world_block_text {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.world_block_five {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid #B4927D;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.world_block_five_image {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 20px;
  position: relative;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.world_block_five_image_wrap {
  width: calc(50% - 6px);
  display: flex;
  flex-direction: column;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.world_block_five_image_wrap img:last-child {
  margin-top: 20px;
}

.world_block_five_image p {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: calc(50% - 6px);
}
.world_block_five_image img.desk {
  display: none;
}
.world_block_five .world_block_text {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media (min-width: 576px) {
  .world_block_top_left {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .world_block_top_left_image_wrap {
    width: 100%;
  }
  .world_block_top_left_image {
    width: calc(35% - 15px);
    margin-top: 0px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .world_block_top_left_image img {
    width: 100%;
  }
  .world_block_top_left_image p {
    display: none;
  }
  .world_block_top_right {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .world_block_top_right_image {
    width: calc(35% - 15px);
    margin-top: 0px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .world_block_top_right_image_wrap {
    width: 100%;
  }
  .world_block_top_right_image img {
    width: 100%;
  }
  .world_block_top_right_image p {
    display: none;
  }
  .world_block_top_right .world_block_text {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .world_block_text {
    width: calc(65% - 15px);
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .world_block_text p {
    display: block;
    margin-top: 20px;
  }
  .world_block_two {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .world_block_two_image {
    margin-top: 0px;
    width: calc(35% - 15px);
  }
  .world_block_two_image_wrap {
    width: 100%;
  }
  .world_block_two_image img {
    width: 100%;
  }
  .world_block_two_image p {
    display: none;
  }
  .world_block_three {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .world_block_three_images {
    margin-top: 0px;
    width: calc(35% - 15px);
  }
  .world_block_three_images_wrap {
    width: 100%;
  }
  .world_block_three_images img {
    width: 100%;
  }
  .world_block_three_images p {
    display: none;
  }
  .world_block_five {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .world_block_five_image {
    margin-top: 0px;
    width: calc(35% - 15px);
  }
  .world_block_five_image img {
    width: 100%;
  }
  .world_block_five_image p {
    display: none;
  }
  .world_block_five_image_wrap {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .world_block_top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .world_block_top_left {
    width: calc(50% - 20px);
  }
  .world_block_top_left_image {
    width: 30%;
  }
  .world_block_top_left_image_wrap img {
    height: auto;
    width: auto;
  }
  .world_block_top_right {
    margin-top: 0px;
    width: calc(50% - 20px);
  }
  .world_block_top_right .world_block_text {
    width: calc(65% - 15px);
    order: 2;
  }
   .world_block_top_left_image {
    width: 30%;
  }
  .world_block_top_right_image {
    order: 1;
  }
  .world_block_two {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .world_block_two_image {
    width: auto;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-left: 40px;
  }
  .world_block_two_image_wrap {
    flex-direction: row;
  }
  .world_block_two_image img {
    height: 26em;
    width: auto;
    margin-right: 40px;
  }
  .world_block_two_image_wrap img:last-child {
    margin-top: 0px;
    margin-right: 0px;
  }
  .world_block_two_image img.desk {
    display: block;
  }
  .world_block_two .world_block_text {
    width: auto;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: calc(35% - 20px);
  }
  .world_block_three_images {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: auto;
  }
  .world_block_three_images img {
    height: 26em;
    width: auto;
    margin-right: 40px;
  }
  .world_block_three_images img:last-child {
    margin-top: 0px;
  }
  .world_block_three_images_wrap {
    flex-direction: row;
  }
  .world_block_three_images img.desk {
    display: block;
  }
  .world_block_three .world_block_text {
    width: calc(35% - 20px);
  }
  .world_block_five {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .world_block_five_image {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: auto;
  }
  .world_block_five_image img {
    height: 13em;
    width: auto;
    margin-right: 40px;
  }
  .world_block_five_image img.desk {
    display: block;
  }
  .world_block_five .world_block_text {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: calc(35% - 20px);
  }
}
@media (min-width: 1200px) {
  .world {
    padding-top: 170px;
  }
  .world_block_text_link {
    height: 54px;
    padding: 0px 24px;
  }
  .world_block_text_link_icon img {
    margin-right: 12px;
  }
  .world_block_text_link_icon span {
    font-size: 18px;
  }
  .world_block_text p {
    font-size: 14px;
  }
  .world_block_top_left_image {
    width: calc(35% - 15px);
  }
  .world_block_top_left_image_wrap img:last-child {
    display: none;
  }
  .world_block_top_right_image_wrap img:last-child {
    display: none;
  }
  .world_block_two {
    margin-top: 80px;
    padding-top: 80px;
  }
  .world_block_two_image img {
    height: 31em;
  }
  .world_block_three {
    margin-top: 80px;
    padding-top: 80px;
  }
  .world_block_three_images img {
    height: 31em;
  }
  .world_block_five {
    margin-top: 80px;
    padding-top: 80px;
  }
  .world_block_five_image img {
    height: 31em;
  }
  .world_block_five_image_wrap {
    flex-direction: row;
  }
  .world_block_five_image_wrap img:last-child {
    margin-top: 0px;
  }
}
@media (min-width: 1360px) {
  .world_block_top_left_image img {
    height: 19em;
  }
  .world_block_two_image img {
    height: 26em;
  }
  .world_block_three_images img {
    height: 26em;
  }
  .world_block_five_image img {
    height: 26em;
  }
}
@media (min-width: 1440px) {
  .world_block_text p {
    padding-right: 50px;
  }
}
@media (min-width: 1920px) {
  .world_block_top_left {
    justify-content: flex-start;
  }
  .world_block_top_left_image img {
    height: auto;
  }
  .world_block_top_left .world_block_text {
    margin-left: 40px;
  }
  .world_block_top_right {
    justify-content: flex-start;
  }
  .world_block_top_right .world_block_text {
    margin-left: 40px;
  }
  .world_block_top_left_image img {
    height: auto;
  }
  .world_block_text {
    max-width: 520px;
  }
  .world_block_text p {
    padding-right: 50px;
  }
  .world_block_three_images img {
    height: 26em;
  }
  .world_block_five_image img {
    height: 26em;
  }
}

.history_first {
  height: 630px;
  position: relative;
  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;
  padding-top: 0px;
  margin-top: 65px;
}
.history_first::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}
.history_first h1 {
  position: relative;
  z-index: 2;
  font-weight: 600;
  font-size: 40px;
  line-height: 110%;
  letter-spacing: 0%;
  text-align: center;
  color: #EFE5E0;
}
@media (min-width: 1024px) {
  .history_first {
    height: 360px;
  }
}
@media (min-width: 1200px) {
  .history_first {
    margin-top: 90px;
  }
  .history_first h1 {
    font-size: 64px;
  }
}

.history_video {
  position: relative;
}
.history_video::after {
  content: "";
  position: absolute;
  right: 0px;
  top: 0px;
  width: 65%;
  height: 50%;
  background-color: #D8B9A7;
  z-index: 1;
}
.history_video .container {
  z-index: 2;
}
.history_video img {
  border-radius: 3px;
}
.history_video video {
  border-radius: 3px;
}
.history_video_block {
  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;
  position: relative;
}
.history_video_block_wrap {
  width: calc(50% - 10px);
}
.history_video_block_wrap p {
  margin-top: 40px;
}
.history_video_block_right {
  width: calc(50% - 10px);
}
@media (min-width: 768px) {
  .history_video {
    padding-bottom: 60px;
  }
  .history_video::after {
    width: 40%;
    height: 100%;
    left: 0px;
    top: 0px;
    right: auto;
  }
  .history_video_block {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .history_video_block_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: calc(66.6666666667% - 20px);
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .history_video_block_wrap video {
    width: calc(50% - 20px);
  }
  .history_video_block_wrap p {
    width: calc(50% - 20px);
    margin-top: 0px;
  }
  .history_video_block_right {
    width: calc(33.3333333333% - 20px);
  }
}
@media (min-width: 1024px) {
  .history_video::after {
    width: 30%;
  }
  .history_video_block {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-left: auto;
    width: 90%;
  }
  .history_video_block_right {
    margin-left: 40px;
  }
}
@media (min-width: 1200px) {
  .history_video {
    padding-bottom: 100px;
  }
  .history_video_block {
    width: 1050px;
  }
  .history_video_block_wrap p {
    font-size: 16px;
  }
}
@media (min-width: 1360px) {
  .history_video_block {
    width: 1140px;
  }
}
@media (min-width: 1600px) {
  .history_video {
    padding-bottom: 120px;
  }
  .history_video::after {
    width: 40%;
  }
  .history_video_block {
    width: 80%;
  }
  .history_video_block_wrap {
    width: 66.6666666667%;
    position: relative;
  }
  .history_video_block video {
    max-width: 360px;
  }
  .history_video_block_right {
    max-width: 360px;
    margin-left: 40px;
  }
}
@media (min-width: 1920px) {
  .history_video::after {
    width: 35%;
  }
  .history_video_block_wrap {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .history_video_block_wrap p {
    margin-left: 120px;
  }
  .history_video_block_right {
    margin-left: 120px;
  }
}

.history_production img {
  border-radius: 3px;
}
.history_production video {
  border-radius: 3px;
}
.history_production .container {
  padding: 0px;
}
.history_production_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.history_production_block img {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.history_production_block_text {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  padding: 0px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 60px;
}
.history_production_block_text h3 {
  font-weight: 500;
  font-size: 20px;
  line-height: 120%;
  letter-spacing: 0%;
  text-align: center;
  color: #896F5E;
}
.history_production_block_text p {
  margin-top: 12px;
  text-align: center;
}
@media (min-width: 768px) {
  .history_production .container {
    padding: 0px 30px;
  }
  .history_production_block {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .history_production_block_text {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding: 0px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: calc(50% - 15px);
  }
  .history_production_block_text h3 {
    text-align: left;
  }
  .history_production_block_text p {
    text-align: left;
  }
  .history_production_block img {
    width: calc(50% - 15px);
  }
}
@media (min-width: 1200px) {
  .history_production .container {
    padding: 0px 40px;
  }
  .history_production_block {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .history_production_block_text {
    width: 40%;
  }
  .history_production_block_text h3 {
    font-size: 24px;
  }
  .history_production_block_text p {
    font-size: 16px;
    margin-top: 24px;
  }
  .history_production_block img {
    width: 40%;
    margin-left: 50px;
  }
}
@media (min-width: 1360px) {
  .history_production_block_text {
    max-width: 506px;
  }
  .history_production_block img {
    max-width: 530px;
  }
}
@media (min-width: 1440px) {
  .history_production_block {
    position: relative;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .history_production_block_text {
    position: absolute;
    left: 0px;
  }
}
@media (min-width: 1600px) {
  .history_production .container {
    padding: 0px 60px;
  }
  .history_production_block img {
    margin-left: 75px;
  }
}
@media (min-width: 1920px) {
  .history_production .container {
    padding: 0px 80px;
  }
}

.history_design img {
  border-radius: 3px;
}
.history_design video {
  border-radius: 3px;
}
.history_design .container {
  padding: 0px;
}
.history_design_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.history_design_block_text {
  padding: 0px 16px;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 60px;
}
.history_design_block_text h3 {
  font-weight: 500;
  font-size: 20px;
  line-height: 120%;
  letter-spacing: 0%;
  text-align: center;
  color: #896F5E;
}
.history_design_block_text p {
  margin-top: 12px;
  text-align: center;
}
.history_design_block video {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media (min-width: 768px) {
  .history_design .container {
    padding: 0px 30px;
  }
  .history_design_block {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .history_design_block_text {
    width: calc(50% - 50px);
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding: 0px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .history_design_block_text h3 {
    text-align: left;
  }
  .history_design_block_text p {
    text-align: left;
  }
  .history_design_block video {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 300px;
  }
}
@media (min-width: 1200px) {
  .history_design .container {
    padding: 0px 40px;
  }
  .history_design_block_text {
    max-width: 700px;
  }
  .history_design_block_text h3 {
    font-size: 24px;
  }
  .history_design_block_text p {
    font-size: 16px;
    margin-top: 24px;
  }
}
@media (min-width: 1360px) {
  .history_design video {
    width: 360px;
  }
}
@media (min-width: 1600px) {
  .history_design .container {
    padding: 0px 60px;
  }
}
@media (min-width: 1920px) {
  .history_design .container {
    padding: 0px 80px;
  }
}

.history_gallery img {
  border-radius: 3px;
}
.history_gallery video {
  border-radius: 3px;
}
.history_gallery_down {
  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-top: 30px;
}
.history_gallery_down_count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0px 25px;
}
.history_gallery_down_count_line {
  width: 45px;
  height: 1px;
  background-color: #D8B9A7;
  margin: 0px 10px;
}
.history_gallery_down_count_text {
  font-size: 15px;
  font-weight: 600;
}
.history_gallery_down_prev {
  cursor: pointer;
}
.history_gallery_down_next {
  cursor: pointer;
}
@media (min-width: 768px) {
  .history_gallery .slick-slide {
    margin: 0px 15px;
  }
}
@media (min-width: 1024px) {
  .history_gallery_slider {
    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;
  }
  .history_gallery_item {
    width: calc(25% - 10px);
    position: relative;
    overflow: hidden;
  }
  .history_gallery_item img {
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .history_gallery_item:hover img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .history_gallery_down {
    display: none;
  }
}
@media (min-width: 1360px) {
  .history_gallery_item {
    width: calc(25% - 20px);
  }
}

.history_digital {
  background: #EFE5E0;
  margin-top: 60px;
  padding-bottom: 60px;
}
.history_digital img {
  border-radius: 3px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.history_digital_mob_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 40px;
}
.history_digital_mob_item:first-child {
  margin-top: 0px;
}
.history_digital_mob_item_img {
  width: calc(50% - 10px);
  position: relative;
  overflow: hidden;
}
.history_digital_mob_item_img:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.history_digital_mob_item_text {
  width: calc(50% - 10px);
}
.history_digital_mob_item_text span {
  font-weight: 600;
  font-size: 40px;
  line-height: 120%;
  letter-spacing: 0%;
  color: #6A442D;
}
.history_digital_mob_item_text p {
  font-size: 12px;
  color: #694C3B;
  margin-top: 8px;
}
.history_digital_desktop {
  display: none;
}
@media (min-width: 768px) {
  .history_digital_mob_item_text {
    width: calc(50% - 20px);
  }
  .history_digital_mob_item_text span {
    font-size: 60px;
  }
  .history_digital_mob_item_text p {
    font-size: 16px;
  }
  .history_digital_mob_item_text p br {
    display: none;
  }
  .history_digital_mob_item img {
    width: calc(50% - 20px);
  }
}
@media (min-width: 1200px) {
  .history_digital {
    margin-top: 100px;
    padding-bottom: 100px;
  }
  .history_digital_mob {
    display: none;
  }
  .history_digital_desktop {
    display: block;
  }
  .history_digital_desktop_top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-left: 0px;
  }
  .history_digital_desktop_top_left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .history_digital_desktop_top_left_img {
    width: 360px;
    overflow: hidden;
  }
  .history_digital_desktop_top_left_img:hover img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .history_digital_desktop_top_left_text {
    margin-left: 40px;
  }
  .history_digital_desktop_top_left_text_item {
    margin-top: 30px;
    min-width: 210px;
  }
  .history_digital_desktop_top_left_text_item:first-child {
    margin-top: 0px;
  }
  .history_digital_desktop_top_left_text_item span {
    font-weight: 600;
    font-size: 64px;
    line-height: 120%;
    letter-spacing: 0%;
    color: #6A442D;
  }
  .history_digital_desktop_top_left_text_item p {
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    letter-spacing: 0%;
    color: #694C3B;
  }
  .history_digital_desktop_top_right {
    margin-left: 100px;
    position: relative;
    overflow: hidden;
  }
  .history_digital_desktop_top_right img {
    max-width: 310px;
  }
  .history_digital_desktop_top_right:hover img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .history_digital_desktop_bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 40px;
  }
  .history_digital_desktop_bottom_left {
    width: 220px;
    position: relative;
    overflow: hidden;
  }
  .history_digital_desktop_bottom_left:hover img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .history_digital_desktop_bottom_right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .history_digital_desktop_bottom_right_img {
    max-width: 310px;
    position: relative;
    overflow: hidden;
  }
  .history_digital_desktop_bottom_right_img:hover img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .history_digital_desktop_bottom_right_text {
    margin-left: 40px;
  }
  .history_digital_desktop_bottom_right_text_item {
    margin-top: 30px;
  }
  .history_digital_desktop_bottom_right_text_item:first-child {
    margin-top: 0px;
  }
  .history_digital_desktop_bottom_right_text_item span {
    font-weight: 600;
    font-size: 64px;
    line-height: 120%;
    letter-spacing: 0%;
    color: #6A442D;
  }
  .history_digital_desktop_bottom_right_text_item p {
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    letter-spacing: 0%;
    color: #694C3B;
  }
}
@media (min-width: 1440px) {
  .history_digital_desktop_top_left_img {
    width: 410px;
  }
}
@media (min-width: 1600px) {
  .history_digital {
    padding-top: 120px;
    padding-bottom: 120px;
    margin-top: 120px;
  }
  .history_digital_desktop_top_left_text {
    margin-left: 80px;
  }
  .history_digital_desktop_top_right {
    margin-left: 160px;
  }
  .history_digital_desktop_top_right img {
    max-width: 330px;
  }
  .history_digital_desktop_bottom {
    padding-right: 80px;
  }
  .history_digital_desktop_bottom_left {
    width: 250px;
  }
  .history_digital_desktop_bottom_right_img {
    max-width: 330px;
  }
}
@media (min-width: 1920px) {
  .history_digital_desktop_top_right {
    margin-left: 260px;
  }
  .history_digital_desktop_bottom {
    padding-right: 160px;
  }
}

.history_collection {
  padding-top: 60px;
}
.history_collection img {
  border-radius: 3px;
}
.history_collection video {
  border-radius: 3px;
}
.history_collection_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.history_collection_block p {
  font-weight: 400;
  font-size: 11px;
  line-height: 14px;
  letter-spacing: 0%;
  text-align: center;
  color: #B4927D;
}
.history_collection_block h2 {
  font-weight: 600;
  font-size: 36px;
  line-height: 110%;
  letter-spacing: 0%;
  text-align: center;
  color: #D8B9A7;
  margin-top: 24px;
}
.history_collection_block ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin-top: 12px;
}
.history_collection_block ul li {
  width: 100%;
  margin-top: 28px;
}
.history_collection_block ul li a {
  display: block;
  width: 100%;
  border: 1px solid #B4927D;
  height: 42px;
  font-weight: 400;
  font-size: 12px;
  line-height: 42px;
  letter-spacing: 0%;
  color: #B4927D;
  text-align: center;
  border-radius: 7px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.history_collection_block ul li a:hover {
  background-color: #B4927D;
  color: #fff;
}
@media (min-width: 768px) {
  .history_collection_block ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .history_collection_block ul li {
    width: calc(50% - 15px);
  }
}
@media (min-width: 1024px) {
  .history_collection_block ul {
    margin-top: 40px;
  }
  .history_collection_block ul li {
    width: calc(25% - 10px);
    margin-top: 0px;
  }
}
@media (min-width: 1200px) {
  .history_collection {
    padding-top: 100px;
  }
  .history_collection_block p {
    font-size: 20px;
    line-height: 120%;
    max-width: 930px;
    font-weight: 500;
  }
  .history_collection_block h2 {
    font-size: 64px;
    margin-top: 40px;
  }
  .history_collection_block ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 60px;
  }
  .history_collection_block ul li {
    width: auto;
    margin-right: 40px;
  }
  .history_collection_block ul li:last-child {
    margin-right: 0px;
  }
  .history_collection_block ul li a {
    width: auto;
    height: 50px;
    line-height: 50px;
    font-size: 17px;
    padding: 0px 45px;
  }
}
@media (min-width: 1600px) {
  .history_collection {
    padding-top: 120px;
  }
}

.animate {
  opacity: 0; /* сначала скрыты */
  -webkit-transform: translateY(40px);
          transform: translateY(40px); /* немного смещены вниз */
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.animate.visible {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.footer {
  background-color: #1B0E06;
  padding: 60px 0px;
  margin-top: 60px;
}
.footer_logo {
  display: none;
}
.footer_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
}
.footer_block h4 {
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0%;
  color: #F5DDD4;
  margin-bottom: 16px;
}
.footer_block_text {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: calc(50% - 15px);
}
.footer_block_text p {
  color: #F5DDD4;
}
.footer_block_text p.copyright {
  display: none;
}
.footer_block_list {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  width: calc(50% - 15px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.footer_block_list_ul li {
  margin-top: 16px;
}
.footer_block_list_ul li:first-child {
  margin-top: 0px;
}
.footer_block_list_ul li a {
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0%;
  color: #F5DDD4;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.footer_block_list_ul li a:hover {
  color: #C8845B;
}
.footer_block_social {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  width: calc(50% - 15px);
  margin-top: 60px;
}
.footer_block_social ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer_block_social ul li {
  margin-right: 20px;
}
.footer_block_social ul li a {
  -webkit-box-sizing: border-box;
          box-sizing: border-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;
  width: 32px;
  height: 32px;
  border: 1px solid #D8B9A7;
  border-radius: 7px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.footer_block_social ul li a img {
  max-width: 15px;
}
.footer_block_social ul li a:hover {
  border-color: #C8845B;
  background-color: #C8845B;
}
.footer_block_social ul li:last-child {
  margin-right: 0px;
}
.footer_block_social_way {
  display: none;
  border-radius: 10px;
}
.footer_block_contact {
  margin-top: 60px;
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
  width: calc(50% - 15px);
}
.footer_block_contact a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer_block_contact a svg {
  margin-right: 10px;
}
.footer_block_contact a svg path {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.footer_block_contact a span {
  font-weight: 400;
  font-size: 11px;
  line-height: 14px;
  letter-spacing: 0%;
  text-decoration: underline;
  color: #EFE5E0;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.footer_block_contact a:hover svg path {
  fill: #C8845B;
}
.footer_block_contact a:hover span {
  color: #C8845B;
}
.footer_down {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer_down_left {
  display: none;
}
.footer_down_text {
  margin-top: 60px;
}
.footer_down_text p {
  font-weight: 400;
  font-size: 10px;
  line-height: 20px;
  letter-spacing: 0%;
  text-align: center;
  color: #F5DDD4;
}
.footer_down_way {
  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-top: 16px;
}

.footer_down_way img {
  border-radius: 10px;
}
.footer .nice-select {
  height: 20px;
  line-height: 20px;
  color: #F5DDD4;
  font-size: 10px;
  border: none;
  padding-left: 0px;
  padding-right: 20px;
  background-color: transparent;
}
.footer .nice-select::after {
  border-bottom: 1px solid #F5DDD4;
  border-right: 1px solid #F5DDD4;
  right: 4px;
}
.footer .nice-select .option {
  line-height: 30px;
  min-height: 30px;
  padding-left: 18px;
  padding-right: 18px;
  color: #1B0E06;
}

.footer_select_country {
  margin-left: 30px;
}

.footer_select .current {
  font-size: 12px;
}

.footer_select .list {
  max-height: 250px;
  overflow-y: scroll;
}

.footer_select .list .option {
  font-size: 12px;
}

@media (min-width: 768px) {
  .footer .nice-select .list {
    top: auto;
    bottom: 105%;
  }
  .footer_catalog {
    margin-top: 0px;
  }
  .footer_block_text {
    width: 30%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .footer_block_list {
    width: 20%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .footer_block_social {
    width: auto;
    margin-top: 0px;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .footer_block_social ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .footer_block_social ul li {
    margin-right: 0px;
    margin-top: 14px;
  }
  .footer_block_social ul li:first-child {
    margin-top: 0px;
  }
  .footer_block_contact {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    margin-top: 0px;
    width: auto;
  }
  .footer_down_left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 60px;
  }
   .footer_down_lang {
    padding-right: 15px;
    margin-right: 15px;
    position: relative;
  }
  .footer .nice-select {
    font-size: 12px;
  }
}
@media (min-width: 1200px) {
  .footer .nice-select {
    font-size: 14px;
  }
  .footer_logo {
    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: 60px;
  }
  .footer_block h4 {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .footer_block_text {
    width: auto;
  }
  .footer_block_text p {
    width: 360px;
  }
  .footer_block_text p.copyright {
    display: block;
    font-size: 14px;
    position: absolute;
    bottom: 0px;
  }
  .footer_block_list {
    width: auto;
  }
  .footer_block_list_ul li {
    margin-top: 34px;
  }
  .footer_block_list_ul li:first-child {
    margin-top: 0px;
  }
  .footer_block_list_ul li a {
    font-size: 14px;
  }
  .footer_block_social ul li a {
    width: 56px;
    height: 56px;
  }
  .footer_block_social ul li a img {
    max-width: 100%;
  }
  .footer_block_social_way {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    bottom: 0px;
  }
  .footer_block_contact a span {
    font-size: 14px;
  }
  .footer_block_contact a:hover span {
    text-decoration: none;
  }
  .footer_down {
    display: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 60px;
  }
  .footer_down_text {
    margin-top: 0px;
    margin-left: 70px;
    display: none;
  }
  .footer_down_text p {
    font-size: 14px;
  }
  .footer_down_country {
    padding-right: 15px;
    margin-right: 15px;
    position: relative;
  }
  /* .footer_down_country::after {
    content: "";
    position: absolute;
    right: 0px;
    top: 0px;
    width: 1px;
    height: 20px;
    background-color: #F5DDD4;
  } */
  .footer_down_way {
    margin-top: 0px;
    margin-left: 70px;
    display: none;
  }
  .footer_down_lang {
    margin-right: 20px;
  }
}
@media (min-width: 1440px) {
  .footer_down_lang {
    margin-right: 40px;
  }
}


.product_wrap_text_price .sold {
  font-size: 12px;
  color: #fff;
  background-color: #896F5E;
  border-radius: 4px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  padding: 0px 6px;
  margin-right: 15px;
}

/* .header_block_right_country,
.footer_select_country,
.footer_down_country {
  display: none;
} */

.cart_modal_right_continue {
  margin-top: 20px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  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: 48px;
  background-color: #886D5A;
  border-radius: 3px;
  width: 100%;
  cursor: pointer;
}

.cart_modal_right_continue:hover {
  background-color: #614D41;
}

.cart_modal_right_continue span {
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: 0%;
  color: #fff;
}