@charset "UTF-8";
@font-face {
  font-family: "Acrom";
  src: url("../fonts/Acrom-Light.eot");
  src: local("Acrom Light"), local("Acrom-Light"), url("../fonts/Acrom-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Acrom-Light.woff2") format("woff2"), url("../../fonts/Acrom-Light.woff") format("woff"), url("../../fonts/Acrom-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Acrom";
  src: url("../fonts/Acrom-Thin.eot");
  src: local("Acrom Thin"), local("Acrom-Thin"), url("../fonts/Acrom-Thin.eot?#iefix") format("embedded-opentype"), url("../fonts/Acrom-Thin.woff2") format("woff2"), url("../fonts/Acrom-Thin.woff") format("woff"), url("../fonts/Acrom-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "Acrom";
  src: url("../fonts/Acrom-Bold.eot");
  src: local("Acrom Bold"), local("Acrom-Bold"), url("../fonts/Acrom-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Acrom-Bold.woff2") format("woff2"), url("../fonts/Acrom-Bold.woff") format("woff"), url("../fonts/Acrom-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Acrom";
  src: url("../fonts/Acrom-Regular.eot");
  src: local("Acrom"), local("Acrom-Regular"), url("../fonts/Acrom-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Acrom-Regular.woff2") format("woff2"), url("../fonts/Acrom-Regular.woff") format("woff"), url("../fonts/Acrom-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Acrom";
  src: url("../fonts/Acrom-ExtraBold.eot");
  src: local("Acrom ExtraBold"), local("Acrom-ExtraBold"), url("../fonts/Acrom-ExtraBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Acrom-ExtraBold.woff2") format("woff2"), url("../fonts/Acrom-ExtraBold.woff") format("woff"), url("../fonts/Acrom-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "Acrom";
  src: url("../fonts/Acrom-Medium.eot");
  src: local("Acrom Medium"), local("Acrom-Medium"), url("../fonts/Acrom-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Acrom-Medium.woff2") format("woff2"), url("../fonts/Acrom-Medium.woff") format("woff"), url("../fonts/Acrom-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
.wrapper {
  max-width: 1540px;
  width: 100%;
  margin: 0 auto;
}

body {
  background: #FFFFFF;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100vh;
}

section {
  padding: 0 20px;
}

header {
  padding: 0 20px;
}
header .wrapper .menu_top {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
header .wrapper .menu_top .open_menu {
  display: none;
}
header .wrapper .menu_top .select_lang {
  display: none;
}
header .wrapper .menu_top .logo {
  text-decoration: none;
  display: block;
  max-width: 229px;
  width: 100%;
  height: auto;
}
header .wrapper .menu_top .logo svg {
  display: block;
  max-width: 229px;
  width: 100%;
  height: auto;
}
header .wrapper .menu_top .menu_top_items {
  margin-left: 50px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
header .wrapper .menu_top .menu_top_items .menu_top_item {
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  font-family: "Acrom", sans-serif;
  display: block;
  color: #A9AEB2;
  margin-right: 30px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  padding-bottom: 5px;
}
header .wrapper .menu_top .menu_top_items .menu_top_item:hover {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  text-decoration: underline;
  color: #1E1E1E;
}
header .wrapper .menu_top .menu_top_items .menu_top_item:last-of-type {
  margin-right: 0;
}
header .wrapper .menu_top .lang_block {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: 24px;
  cursor: pointer;
  position: relative;
  margin-left: 15px;
}
header .wrapper .menu_top .lang_block label {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  font-family: "Acrom", sans-serif;
  display: block;
  color: #1E1E1E;
  padding-bottom: 5px;
  cursor: pointer;
}
header .wrapper .menu_top .lang_block .lang_block_items {
  display: none;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 5px;
  position: absolute;
  left: 0;
  top: 27px;
  background-color: white;
}
header .wrapper .menu_top .lang_block .lang_block_items li a, header .wrapper .menu_top .lang_block .lang_block_items li div {
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  font-family: "Acrom", sans-serif;
  display: block;
  color: #1E1E1E;
  opacity: 0.7;
}
header .wrapper .menu_top .lang_block .lang_block_items li .active {
  text-decoration: underline;
  opacity: 1;
}
header .wrapper .menu_top .lang_block_active .lang_block_items {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
}
header .wrapper .menu_top .menu_top_tools {
  margin-left: auto;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
header .wrapper .menu_top .menu_top_tools .search {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
header .wrapper .menu_top .menu_top_tools .search .search_input {
  display: none;
}
header .wrapper .menu_top .menu_top_tools .search .search_submit {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  cursor: pointer;
}
header .wrapper .menu_top .menu_top_tools .search .search_submit .search_img {
  display: block;
  width: 24px;
  height: 24px;
  margin-right: 7px;
}
header .wrapper .menu_top .menu_top_tools .search .search_submit span {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  font-family: "Acrom", sans-serif;
  display: block;
  color: #A9AEB2;
}
header .wrapper .menu_top .menu_top_tools .favorites {
  text-decoration: none;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  margin-left: 30px;
}
header .wrapper .menu_top .menu_top_tools .favorites svg {
  display: block;
  width: 24px;
  height: 24px;
  margin-right: 7px;
}
header .wrapper .menu_top .menu_top_tools .favorites span {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  font-family: "Acrom", sans-serif;
  display: block;
  color: #1E1E1E;
}
header .wrapper .menu_top .menu_top_tools .cart_contents {
  text-decoration: none;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  margin-left: 30px;
}
header .wrapper .menu_top .menu_top_tools .cart_contents svg {
  display: block;
  width: 24px;
  height: 24px;
  margin-right: 7px;
}
header .wrapper .menu_top .menu_top_tools .cart_contents .amount {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  font-family: "Acrom", sans-serif;
  display: block;
  color: #1E1E1E;
  padding-right: 7px;
}
header .wrapper .menu_top .menu_top_tools .cart_contents .count {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background-color: #B73337;
}
header .wrapper .menu_top .menu_top_tools .cart_contents .count span {
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  font-family: "Acrom", sans-serif;
  color: #FFFFFF;
}
header .wrapper .menu_top .account {
  display: none;
}
@media (max-width: 1200px) {
  header .wrapper .menu_top .logo {
    max-width: 180px;
  }
  header .wrapper .menu_top .logo svg {
    max-width: 180px;
  }
}
@media (max-width: 870px) {
  header .wrapper .menu_top .open_menu {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    width: 24px;
    height: 24px;
    cursor: pointer;
    margin-right: 30px;
  }
  header .wrapper .menu_top .select_lang {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    width: 24px;
    height: 24px;
    cursor: pointer;
  }
  header .wrapper .menu_top .select_lang span {
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
    font-family: "Acrom", sans-serif;
    display: block;
    color: #1E1E1E;
  }
  header .wrapper .menu_top .logo {
    margin-left: auto;
    margin-right: auto;
  }
  header .wrapper .menu_top .menu_top_items {
    display: none;
  }
  header .wrapper .menu_top .menu_top_tools {
    margin-left: 0;
  }
  header .wrapper .menu_top .menu_top_tools .search .search_submit span {
    display: none;
  }
  header .wrapper .menu_top .menu_top_tools .favorites {
    display: none;
  }
  header .wrapper .menu_top .menu_top_tools .cart_contents {
    display: none;
  }
  header .wrapper .menu_top .account {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    width: 24px;
    height: 24px;
    cursor: pointer;
    margin-left: 30px;
  }
}
@media (max-width: 870px) {
  header .wrapper .menu_top .logo {
    max-width: 111px;
  }
}
header .wrapper .header_menu_items {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 28px 0 25px;
}
header .wrapper .header_menu_items .header_menu_item {
  text-decoration: none;
  padding-bottom: 3px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
header .wrapper .header_menu_items .header_menu_item span {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  font-family: "Acrom", sans-serif;
  letter-spacing: -0.5px;
  text-transform: uppercase;
  display: block;
  color: #1E1E1E;
}
header .wrapper .header_menu_items .header_menu_item:hover {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  text-decoration: underline;
}
@media (max-width: 870px) {
  header .wrapper .header_menu_items {
    display: none;
  }
}
header .mobile_header {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: white;
  z-index: 10;
}
header .mobile_header .mobile_header_content {
  height: 100%;
  box-sizing: border-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 30px 16px 30px;
}
header .mobile_header .mobile_header_content .header_mobile_top {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 10px;
}
header .mobile_header .mobile_header_content .header_mobile_top .logo {
  max-width: 150px;
  width: 100%;
  height: auto;
  text-decoration: none;
}
header .mobile_header .mobile_header_content .header_mobile_top .logo svg {
  display: block;
  max-width: 150px;
  width: 100%;
  height: auto;
}
header .mobile_header .mobile_header_content .header_mobile_top .close_header {
  cursor: pointer;
  height: 34px;
  width: 34px;
}
header .mobile_header .mobile_header_content .mobile_header_links .mobile_header_link {
  text-decoration: none;
  padding: 8px 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 5px;
}
header .mobile_header .mobile_header_content .mobile_header_links .mobile_header_link svg {
  display: block;
  width: 24px;
  height: 24px;
  margin-right: 7px;
}
header .mobile_header .mobile_header_content .mobile_header_links .mobile_header_link span {
  color: #000000;
  display: block;
  font-family: "Acrom", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 32px;
  letter-spacing: -1px;
}
header .mobile_header .mobile_header_content .mobile_header_links .mobile_header_link:last-of-type {
  margin-bottom: 0;
}
header .mobile_header .mobile_header_content .mobile_header_socials {
  margin-top: auto;
}
header .mobile_header .mobile_header_content .mobile_header_socials .mobile_header_social {
  text-decoration: none;
  padding: 8px 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  margin-bottom: 5px;
  display: block;
  color: #000000;
  font-family: "Acrom", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: -1px;
}
header .mobile_header .mobile_header_content .mobile_header_socials .mobile_header_social:last-of-type {
  margin-bottom: 0;
}
header .active {
  display: block;
}

.breadcrumbs {
  padding-top: 24px;
}
.breadcrumbs .wrapper {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.breadcrumbs .wrapper .link {
  text-decoration: none;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding-right: 7px;
}
.breadcrumbs .wrapper .link svg {
  display: block;
  height: 10px;
  width: 9px;
}
.breadcrumbs .wrapper .link span {
  font-family: "Acrom", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.5px;
  color: #A9AEB2;
  padding-left: 7px;
}

/* по умолчанию показываем контур */
.favor .heart-filled {
  display: none;
}

.favor .heart-outline {
  display: block;
}

/* active — показываем заливку */
.favor.active .heart-filled {
  display: block;
}

.favor.active .heart-outline {
  display: none;
}

.favor .heart-filled,
.favor .heart-outline {
  transition: opacity 0.15s ease;
}

.favor .heart-filled {
  opacity: 0;
}

.favor .heart-outline {
  opacity: 1;
}

.favor.active .heart-filled {
  opacity: 1;
}

.favor.active .heart-outline {
  opacity: 0;
}

.favor.is-loading {
  opacity: 0.6;
  pointer-events: none;
}

/*# sourceMappingURL=header.css.map */
