@charset "UTF-8";
*,
*::after,
*::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
}

blockquote,
body,
dd,
dl,
figcaption,
figure,
h1,
h2,
h3,
h4,
li,
ol,
p,
ul {
  margin: 0;
}

body {
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  overflow-x: hidden;
}

ol,
ul {
  padding: 0;
  list-style: none;
}

a {
  font-family: inherit;
  text-decoration: none;
  color: inherit;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

button {
  cursor: pointer;
  border: none;
}

button,
input,
select,
textarea {
  font-family: inherit;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset;
}

@font-face {
  font-family: "Korataki";
  src: url("../fonts/KoratakiLt-Regular.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Korataki";
  src: url("../fonts/korataki.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "EurostileWebregularplus";
  src: url("../fonts/eurostile_regular-plus.woff2") format("woff2"), url("../fonts/eurostile_regular-plus.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "EurostileWebmediumplus";
  src: url("../fonts/eurostile_medium-plus.woff2") format("woff2"), url("../fonts/eurostile_medium-plus.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "EurostileWebboldplus";
  src: url("../fonts/eurostile_bold-plus.woff2") format("woff2"), url("../fonts/eurostile_bold-plus.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "EurostileWebblackextendedplus";
  src: url("../fonts/eurostile_black-extended-plus.woff2") format("woff2"), url("../fonts/eurostile_black-extended-plus.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
html {
  font-size: 100%;
}

html.lock {
  overflow-y: hidden;
}

.scroll_lock {
  overflow: hidden;
}
.scroll_lock body {
  overflow: hidden;
}

button {
  background-color: transparent;
  margin: 0;
  padding: 0;
  font-size: inherit;
}

.hauto {
  height: auto !important;
}

body {
  position: relative;
  min-width: 320px;
  font-family: "Onest", serif;
  font-optical-sizing: auto;
  line-height: 1.375;
  font-weight: 400;
  font-size: 16px;
  min-height: 100vh;
  overflow-x: hidden;
  color: #2C2C2C;
}
body::-webkit-scrollbar {
  width: 4px;
}
body::-webkit-scrollbar-track {
  background-color: #EAEAEA;
}
body::-webkit-scrollbar-thumb {
  background-color: #EF7F1B;
  border-radius: 3px;
}

.container {
  max-width: 1312px;
  width: 100%;
  padding-left: 16px;
  padding-right: 16px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1024px) {
  .container {
    padding-left: 68px;
    padding-right: 68px;
  }
}
@media (min-width: 1320px) {
  .container {
    padding-left: 0;
    padding-right: 0;
  }
}

.overflow-hidden {
  overflow: hidden;
}

.wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100lvh;
}
.wrapper main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
.wrapper .footer {
  margin-top: auto;
}

.scroll-lock {
  overflow: hidden !important;
}

.start_page {
  padding: 24px;
  margin: 20px;
  border-radius: 12px;
  background-color: rgba(0, 0, 0, 0.04);
}
.start_page li:not(:last-child) {
  margin-bottom: 15px;
}
.start_page li a {
  font-size: 22px;
  font-weight: 500;
}

section, .section, article.article {
  margin-bottom: 88px;
}
@media (min-width: 1024px) {
  section, .section, article.article {
    margin-bottom: 104px;
  }
}
@media (min-width: 1320px) {
  section, .section, article.article {
    margin-bottom: 128px;
  }
}

section .h1 {
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  section .h1 {
    margin-bottom: 24px;
  }
}

.h1 {
  font-size: 28px;
  line-height: 36px;
  font-weight: bold;
}
@media (min-width: 1024px) {
  .h1 {
    font-size: 32px;
    line-height: 40px;
  }
}
@media (min-width: 1320px) {
  .h1 {
    font-size: 40px;
    line-height: 52px;
  }
}

.h3 {
  font-size: 22px;
  line-height: 32px;
  font-weight: 600;
}
@media (min-width: 1024px) {
  .h3 {
    font-size: 24px;
  }
}

ul.ul li, .article ul li {
  position: relative;
  list-style: none;
  font-size: 17px;
  line-height: 23px;
  padding-left: 38px;
}
@media (min-width: 1024px) {
  ul.ul li, .article ul li {
    font-size: 18px;
    line-height: 24px;
  }
}
ul.ul li:not(:last-child), .article ul li:not(:last-child) {
  margin-bottom: 12px;
}
ul.ul li::before, .article ul li::before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: #EF7F1B;
  display: block;
  position: absolute;
  top: 9px;
  left: 15px;
}

.text, .article {
  font-size: 16px;
  line-height: 21.2px;
}
@media (min-width: 1320px) {
  .text, .article {
    font-size: 18px;
    line-height: 24px;
  }
}

input[type=hidden] {
  display: none !important;
}

br {
  display: block;
  margin-top: 20px;
  line-height: 20px;
  content: "";
}

.btn_orange {
  height: 44px;
  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: 0 32px;
  background-color: #EF7F1B;
  color: #fff;
  -webkit-transition: 250ms ease;
  -o-transition: 250ms ease;
  transition: 250ms ease;
  white-space: nowrap;
  font-size: 14px;
  cursor: pointer;
}
@media (max-width: 1023px) {
  .btn_orange {
    height: 40px;
    padding: 0 20px;
  }
}
.btn_orange svg path {
  -webkit-transition: 250ms ease;
  -o-transition: 250ms ease;
  transition: 250ms ease;
}
@media (min-width: 1024px) {
  .btn_orange:hover {
    background-color: #fff;
    color: #EF7F1B;
    -webkit-box-shadow: inset 0 0 0 1px #EF7F1B;
            box-shadow: inset 0 0 0 1px #EF7F1B;
  }
  .btn_orange:hover svg path {
    fill: #EF7F1B;
  }
}
.btn_orange ul li::before {
  display: none;
}
.btn_orange .ya-share2 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}
.btn_orange .ya-share2 {
  list-style: none;
}
.btn_orange .ya-share2__list {
  width: 100%;
  height: 100%;
}
.btn_orange .ya-share2__container {
  width: 100%;
  height: 100%;
}
.btn_orange .ya-share2__item_more {
  width: 100%;
  height: 100%;
}
.btn_orange .ya-share2__link_more {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 0 !important;
  background: transparent !important;
}
.btn_orange .ya-share2__link_more * {
  display: none;
}
.btn_orange .ya-share2__popup {
  top: 52px !important;
}

.btn_orange_light {
  position: relative;
  height: 44px;
  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: 0 32px;
  background-color: #FFEEDF;
  color: #EF7F1B;
  -webkit-transition: 250ms ease;
  -o-transition: 250ms ease;
  transition: 250ms ease;
  white-space: nowrap;
  font-size: 14px;
  cursor: pointer;
}
@media (max-width: 1023px) {
  .btn_orange_light {
    height: 40px;
  }
}
.btn_orange_light svg path {
  -webkit-transition: 250ms ease;
  -o-transition: 250ms ease;
  transition: 250ms ease;
}
@media (min-width: 1024px) {
  .btn_orange_light:hover {
    background-color: #EF7F1B;
    color: #fff;
  }
  .btn_orange_light:hover svg path {
    fill: #fff;
  }
}
.btn_orange_light ul li::before {
  display: none;
}
.btn_orange_light .ya-share2 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}
.btn_orange_light .ya-share2 {
  list-style: none;
}
.btn_orange_light .ya-share2__list {
  width: 100%;
  height: 100%;
}
.btn_orange_light .ya-share2__container {
  width: 100%;
  height: 100%;
}
.btn_orange_light .ya-share2__item_more {
  width: 100%;
  height: 100%;
}
.btn_orange_light .ya-share2__link_more {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 0 !important;
  background: transparent !important;
}
.btn_orange_light .ya-share2__link_more * {
  display: none;
}
.btn_orange_light .ya-share2__popup {
  top: 52px !important;
}

.btn_blue {
  position: relative;
  height: 44px;
  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: 0 32px;
  background-color: #312965;
  color: #fff;
  white-space: nowrap;
  font-size: 14px;
  cursor: pointer;
}
@media (min-width: 1024px) {
  .btn_blue {
    -webkit-transition: 250ms ease;
    -o-transition: 250ms ease;
    transition: 250ms ease;
  }
  .btn_blue svg path {
    -webkit-transition: 250ms ease;
    -o-transition: 250ms ease;
    transition: 250ms ease;
  }
  .btn_blue:hover {
    background-color: #fff;
    color: #312965;
    -webkit-box-shadow: inset 0 0 0 1px #312965;
            box-shadow: inset 0 0 0 1px #312965;
  }
}
.btn_blue .count {
  position: absolute;
  top: -8px;
  right: -8px;
  z-index: 2;
  font-size: 12px;
  font-weight: 500;
  color: #fff;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background-color: #EF7F1B;
  pointer-events: none;
  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;
}
@media (min-width: 1024px) {
  .btn_blue .count {
    -webkit-transition: 250ms ease;
    -o-transition: 250ms ease;
    transition: 250ms ease;
  }
}
@media (max-width: 1023px) {
  .btn_blue {
    height: 40px;
  }
}
.btn_blue ul li::before {
  display: none;
}
.btn_blue .ya-share2 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}
.btn_blue .ya-share2 {
  list-style: none;
}
.btn_blue .ya-share2__list {
  width: 100%;
  height: 100%;
}
.btn_blue .ya-share2__container {
  width: 100%;
  height: 100%;
}
.btn_blue .ya-share2__item_more {
  width: 100%;
  height: 100%;
}
.btn_blue .ya-share2__link_more {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 0 !important;
  background: transparent !important;
}
.btn_blue .ya-share2__link_more * {
  display: none;
}
.btn_blue .ya-share2__popup {
  top: 52px !important;
}

.btn_blue_border {
  height: 44px;
  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: 0 32px;
  background-color: transparent;
  border: 1px solid #312965;
  color: #312965;
  -webkit-transition: 250ms ease;
  -o-transition: 250ms ease;
  transition: 250ms ease;
  white-space: nowrap;
  font-size: 14px;
  cursor: pointer;
}
.btn_blue_border:hover {
  background-color: #312965;
  color: #fff;
}
@media (max-width: 1023px) {
  .btn_blue_border {
    height: 40px;
  }
}
.btn_blue_border ul li::before {
  display: none;
}
.btn_blue_border .ya-share2 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}
.btn_blue_border .ya-share2 {
  list-style: none;
}
.btn_blue_border .ya-share2__list {
  width: 100%;
  height: 100%;
}
.btn_blue_border .ya-share2__container {
  width: 100%;
  height: 100%;
}
.btn_blue_border .ya-share2__item_more {
  width: 100%;
  height: 100%;
}
.btn_blue_border .ya-share2__link_more {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 0 !important;
  background: transparent !important;
}
.btn_blue_border .ya-share2__link_more * {
  display: none;
}
.btn_blue_border .ya-share2__popup {
  top: 52px !important;
}

.btn_gray {
  height: 52px;
  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: 0 32px;
  background-color: #F8F7F7;
  color: #2C2C2C;
  font-size: 16px;
  -webkit-transition: 250ms ease;
  -o-transition: 250ms ease;
  transition: 250ms ease;
  cursor: pointer;
}
.btn_gray:hover {
  background-color: #EAEAEA;
}
.btn_gray ul li::before {
  display: none;
}
.btn_gray .ya-share2 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}
.btn_gray .ya-share2 {
  list-style: none;
}
.btn_gray .ya-share2__list {
  width: 100%;
  height: 100%;
}
.btn_gray .ya-share2__container {
  width: 100%;
  height: 100%;
}
.btn_gray .ya-share2__item_more {
  width: 100%;
  height: 100%;
}
.btn_gray .ya-share2__link_more {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 0 !important;
  background: transparent !important;
}
.btn_gray .ya-share2__link_more * {
  display: none;
}
.btn_gray .ya-share2__popup {
  top: 52px !important;
}

.swiper_arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 50ms ease;
  -o-transition: 50ms ease;
  transition: 50ms ease;
}
.swiper_arrow__left, .swiper_arrow__right {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 44px;
          flex: 0 0 44px;
  max-width: 44px;
  height: 44px;
  width: 44px;
  -webkit-transition: 250ms ease;
  -o-transition: 250ms ease;
  transition: 250ms ease;
  background-color: #fff;
  cursor: pointer;
  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;
}
.swiper_arrow__left.swiper-button-disabled, .swiper_arrow__right.swiper-button-disabled {
  display: none;
  cursor: default;
}
@media (max-width: 1319px) {
  .swiper_arrow__left svg, .swiper_arrow__right svg {
    width: 20px;
  }
}
.swiper_arrow__left svg path, .swiper_arrow__right svg path {
  -webkit-transition: 250ms ease;
  -o-transition: 250ms ease;
  transition: 250ms ease;
}
.swiper_arrow__left:hover, .swiper_arrow__left.active, .swiper_arrow__right:hover, .swiper_arrow__right.active {
  background-color: #312965;
}
.swiper_arrow__left:hover svg path, .swiper_arrow__left.active svg path, .swiper_arrow__right:hover svg path, .swiper_arrow__right.active svg path {
  fill: #fff;
}
.swiper_arrow__left {
  margin-right: 8px;
}

.filter_block {
  position: relative;
}
.filter_block:not(:last-child) {
  margin-bottom: 24px;
}
@media (min-width: 1024px) {
  .filter_block:not(:last-child) {
    margin-bottom: 0;
  }
}
.filter_block.opened .s_arrow svg {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.filter_block__selected {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
@media (min-width: 1024px) {
  .filter_block__selected {
    min-width: 160px;
    height: 48px;
    background-color: #F8F7F7;
    padding: 0 16px;
  }
}
@media (min-width: 1320px) {
  .filter_block__selected {
    height: 52px;
  }
}
.filter_block__selected .s_title {
  font-size: 18px;
  line-height: 20px;
  color: #2C2C2C;
  font-weight: 500;
}
@media (min-width: 1024px) {
  .filter_block__selected .s_title {
    font-size: 15px;
    font-weight: 400;
  }
}
.filter_block__selected .s_count {
  display: none;
}
@media (min-width: 1024px) {
  .filter_block__selected .s_count {
    display: none;
    width: 20px;
    height: 20px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20px;
            flex: 0 0 20px;
    max-width: 20px;
    background-color: #EF7F1B;
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    margin-left: 6px;
  }
  .filter_block__selected .s_count.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.filter_block__selected .s_arrow {
  margin-left: 10px;
  width: 20px;
  height: 20px;
  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: #EF7F1B;
}
@media (min-width: 1024px) {
  .filter_block__selected .s_arrow {
    background-color: transparent;
    margin-left: auto;
  }
}
.filter_block__selected .s_arrow svg {
  -webkit-transition: 250ms ease;
  -o-transition: 250ms ease;
  transition: 250ms ease;
}
@media (min-width: 1024px) {
  .filter_block__selected .s_arrow svg path {
    fill: #2C2C2C;
  }
}
.filter_block__dropdown {
  margin-top: 16px;
  display: none;
}
.filter_block__dropdown .filter_opt {
  max-height: 282px;
  overflow-y: auto;
}
.filter_block__dropdown .filter_opt::-webkit-scrollbar {
  width: 4px;
}
.filter_block__dropdown .filter_opt::-webkit-scrollbar-track {
  background-color: #EAEAEA;
}
.filter_block__dropdown .filter_opt::-webkit-scrollbar-thumb {
  background-color: #EF7F1B;
  border-radius: 3px;
}
@media (min-width: 1024px) {
  .filter_block__dropdown {
    margin-top: 0;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 3;
  }
}
.filter_block__dropdown .field_checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.filter_block__dropdown .field_checkbox.disabled {
  display: none !important;
}
@media (min-width: 1024px) {
  .filter_block__dropdown .field_checkbox {
    min-height: 52px;
    padding: 4px 20px;
    background-color: #F8F7F7;
  }
  .filter_block__dropdown .field_checkbox.active {
    background-color: #EAEAEA;
  }
}
.filter_block__dropdown .field_checkbox:not(:last-child) {
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  .filter_block__dropdown .field_checkbox:not(:last-child) {
    margin-bottom: 0;
  }
}
.filter_block__dropdown .field_checkbox input {
  display: none;
}
.filter_block__dropdown .field_checkbox input:checked ~ .d_check {
  border-color: #EF7F1B;
}
.filter_block__dropdown .field_checkbox input:checked ~ .d_check::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  background-color: #EF7F1B;
}
.filter_block__dropdown .field_checkbox input:checked ~ .d_title {
  font-weight: 500;
}
.filter_block__dropdown .field_checkbox .d_check {
  position: relative;
  margin-right: 12px;
  width: 24px;
  height: 24px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24px;
          flex: 0 0 24px;
  max-width: 24px;
  border: 1px solid #EAEAEA;
}
@media (min-width: 1024px) {
  .filter_block__dropdown .field_checkbox .d_check {
    margin-right: 10px;
    width: 20px;
    height: 20px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20px;
            flex: 0 0 20px;
    max-width: 20px;
    background-color: #fff;
  }
}
.filter_block__dropdown .field_checkbox .d_title {
  color: #2C2C2C;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
}
@media (min-width: 1024px) {
  .filter_block__dropdown .field_checkbox .d_title {
    font-size: 16px;
    line-height: 20px;
  }
}
@media (min-width: 1024px) {
  .filter_block__dropdown .filter_button {
    padding: 14px 20px;
    background-color: #F8F7F7;
  }
}

.filter_reset {
  width: 100%;
  height: 52px;
  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: #FFDED9;
  cursor: pointer;
  color: #E92B09;
  font-size: 16px;
  margin-top: 8px;
}
@media (min-width: 1024px) {
  .filter_reset {
    width: 48px;
    height: 48px;
    text-indent: -9999em;
    margin-top: 0;
    -webkit-transition: 250ms ease;
    -o-transition: 250ms ease;
    transition: 250ms ease;
  }
  .filter_reset:hover {
    background-color: #E92B09;
  }
  .filter_reset:hover svg path {
    fill: #fff;
  }
}
@media (min-width: 1320px) {
  .filter_reset {
    width: 52px;
    height: 52px;
  }
}
.filter_reset svg, .filter_reset img, .filter_reset i {
  display: none;
}
@media (min-width: 1024px) {
  .filter_reset svg, .filter_reset img, .filter_reset i {
    display: block;
  }
}

.filter_search {
  margin-bottom: 12px;
}
@media (min-width: 1024px) {
  .filter_search {
    margin-bottom: 0;
    padding: 4px 6px 8px 6px;
    background-color: #F8F7F7;
  }
}
.filter_search input {
  width: 100%;
  height: 48px;
  border: 1px solid #EAEAEA;
  color: #2C2C2C;
  font-size: 15px;
  border-radius: 5px;
  padding: 0 12px;
}
.filter_search input::-webkit-input-placeholder {
  color: #2C2C2C;
}
.filter_search input::-moz-placeholder {
  color: #2C2C2C;
}
.filter_search input:-ms-input-placeholder {
  color: #2C2C2C;
}
.filter_search input::-ms-input-placeholder {
  color: #2C2C2C;
}
.filter_search input::placeholder {
  color: #2C2C2C;
}

.filter_button {
  position: relative;
  z-index: 3;
  margin-top: 16px;
}
@media (min-width: 1024px) {
  .filter_button {
    margin-top: 0;
  }
}

.footer {
  background-color: #F8F7F7;
  padding-top: 28px;
  padding-bottom: 28px;
}
@media (min-width: 1024px) {
  .footer {
    padding-top: 36px;
    padding-bottom: 24px;
  }
}
@media (min-width: 1320px) {
  .footer {
    padding-bottom: 36px;
  }
  .footer .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
  }
}
@media (min-width: 1024px) {
  .footer__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 32px;
    padding-bottom: 32px;
  }
}
.footer__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 28px;
}
@media (min-width: 1024px) {
  .footer__logo {
    margin-bottom: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 180px;
            flex: 0 0 180px;
    max-width: 180px;
    margin-right: 78px;
  }
}
@media (min-width: 1320px) {
  .footer__logo {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 213px;
            flex: 0 0 213px;
    max-width: 213px;
    margin-right: 64px;
  }
}
.footer__logo img {
  margin-bottom: 12px;
  max-width: 180px;
}
@media (min-width: 1320px) {
  .footer__logo img {
    max-width: 213px;
  }
}
.footer__logo span {
  font-size: 14px;
  line-height: 18px;
  color: #2C2C2C;
}
@media (min-width: 1024px) {
  .footer__menu {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-width: 0;
  }
}
.footer__menu:not(:last-child) {
  margin-bottom: 28px;
}
@media (min-width: 1024px) {
  .footer__menu:not(:last-child) {
    margin-bottom: 0;
    margin-right: 64px;
  }
}
@media (max-width: 1023px) {
  .footer__menu:last-child {
    margin-bottom: 28px;
  }
}
.footer__menu__bold {
  margin-bottom: 16px;
  font-size: 16px;
  font-weight: bold;
  color: #2C2C2C;
  display: block;
}
@media (min-width: 1320px) {
  .footer__menu__bold {
    margin-bottom: 20px;
  }
}
.footer__menu__list li:not(:last-child) {
  margin-bottom: 16px;
}
@media (min-width: 1320px) {
  .footer__menu__list li:not(:last-child) {
    margin-bottom: 20px;
  }
}
.footer__menu__list li a {
  font-size: 16px;
  color: #2C2C2C;
}
.footer__menu a {
  -webkit-transition: 250ms ease;
  -o-transition: 250ms ease;
  transition: 250ms ease;
}
.footer__menu a:hover {
  color: #EF7F1B;
}
.footer__contact {
  background-color: #EFEEEE;
  padding: 20px;
  margin-bottom: 28px;
}
@media (min-width: 1024px) {
  .footer__contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media (min-width: 1320px) {
  .footer__contact {
    margin-bottom: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 323px;
            flex: 0 0 323px;
    max-width: 323px;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 24px;
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
}
@media (min-width: 1024px) {
  .footer__contact__block:first-child {
    margin-bottom: 24px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 1024px) and (min-width: 1320px) {
  .footer__contact__block:first-child {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-width: 0;
    margin-bottom: 16px;
  }
}
@media (min-width: 1024px) {
  .footer__contact__block:not(:first-child) {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-width: 0;
  }
  .footer__contact__block:not(:first-child):not(:last-child) {
    margin-right: 32px;
  }
}
@media (min-width: 1024px) and (min-width: 1320px) {
  .footer__contact__block:not(:first-child):not(:last-child) {
    margin-right: 0;
    margin-bottom: 16px;
  }
}
@media (max-width: 1023px) {
  .footer__contact__block:not(:last-child) {
    margin-bottom: 24px;
  }
}
@media (max-width: 1023px) and (min-width: 1320px) {
  .footer__contact__block:not(:last-child) {
    margin-bottom: 16px;
  }
}
.footer__contact__block .d_text {
  color: #2C2C2C;
}
.footer__contact__block .d_text span {
  display: block;
  color: rgba(44, 44, 44, 0.5);
}
.footer__contact__block .d_text a {
  display: block;
}
.footer__contact__block a {
  color: #312965;
  text-decoration: underline;
  -webkit-transition: 250ms ease;
  -o-transition: 250ms ease;
  transition: 250ms ease;
}
.footer__contact__block a:hover {
  text-decoration: none;
  color: #EF7F1B;
}
@media (min-width: 1024px) {
  .footer__copy {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (min-width: 1320px) {
  .footer__copy {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
  }
}
.footer__copy__logo {
  margin-bottom: 30px;
  -webkit-transition: 250ms ease;
  -o-transition: 250ms ease;
  transition: 250ms ease;
}
.footer__copy__logo:hover {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
@media (min-width: 1024px) {
  .footer__copy__logo {
    margin-bottom: 0;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media (min-width: 1320px) {
  .footer__copy__logo {
    margin-left: 90px;
  }
}
.footer__copy__text {
  color: #959595;
  font-weight: 300;
  font-size: 14px;
  line-height: 18px;
}
@media (min-width: 1024px) {
  .footer__copy__text {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (min-width: 1024px) {
  .footer__copy__text span {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    margin-right: 20px;
  }
}
.footer__copy__text a {
  display: block;
  margin-bottom: 6px;
  text-decoration: underline;
}
.footer__copy__text a:hover {
  text-decoration: none;
}
@media (min-width: 1024px) {
  .footer__copy__text a {
    margin-bottom: 0;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.field_set.is-input .field_set__input {
  border-color: #EF7F1B;
}
.field_set.is-error .field_set__label {
  color: #EF1B1B;
}
.field_set.is-error .field_set__input {
  border-color: #EF1B1B;
}
.field_set.is-error .field_set__input::-webkit-input-placeholder {
  color: rgba(239, 27, 27, 0.4);
}
.field_set.is-error .field_set__input::-moz-placeholder {
  color: rgba(239, 27, 27, 0.4);
}
.field_set.is-error .field_set__input:-ms-input-placeholder {
  color: rgba(239, 27, 27, 0.4);
}
.field_set.is-error .field_set__input::-ms-input-placeholder {
  color: rgba(239, 27, 27, 0.4);
}
.field_set.is-error .field_set__input::placeholder {
  color: rgba(239, 27, 27, 0.4);
}
.field_set__label {
  margin-bottom: 8px;
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
  color: #959595;
}
.field_set__input {
  width: 100%;
  height: 56px;
  border: 1px solid #EAEAEA;
  padding: 0 16px;
  -webkit-transition: 250ms ease;
  -o-transition: 250ms ease;
  transition: 250ms ease;
  font-size: 16px;
  color: #2C2C2C;
}
@media (min-width: 1024px) {
  .field_set__input {
    font-size: 18px;
  }
}
.field_set__input::-webkit-input-placeholder {
  color: #959595;
}
.field_set__input::-moz-placeholder {
  color: #959595;
}
.field_set__input:-ms-input-placeholder {
  color: #959595;
}
.field_set__input::-ms-input-placeholder {
  color: #959595;
}
.field_set__input::placeholder {
  color: #959595;
}
.field_set__input.is-input {
  border-color: #EF7F1B;
}
.field_set__input.is-error {
  border-color: #EF1B1B;
  color: #EF1B1B;
}
.field_set__input.is-error::-webkit-input-placeholder {
  color: rgba(239, 27, 27, 0.4);
}
.field_set__input.is-error::-moz-placeholder {
  color: rgba(239, 27, 27, 0.4);
}
.field_set__input.is-error:-ms-input-placeholder {
  color: rgba(239, 27, 27, 0.4);
}
.field_set__input.is-error::-ms-input-placeholder {
  color: rgba(239, 27, 27, 0.4);
}
.field_set__input.is-error::placeholder {
  color: rgba(239, 27, 27, 0.4);
}
.field_set__terror, .field_set span.is-error {
  margin-top: 8px;
  font-size: 14px;
  line-height: 16px;
  color: #EF1B1B;
}
.field_set textarea {
  min-height: 248px;
  max-height: 500px;
  resize: vertical;
  padding: 16px;
}

.field_checked {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.field_checked.disabled {
  display: none;
}
.field_checked input {
  display: none;
}
.field_checked input:checked ~ .c {
  border-color: #EF7F1B;
}
.field_checked input:checked ~ .c::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 12px;
  height: 12px;
  background-color: #EF7F1B;
}
.field_checked .c {
  position: relative;
  margin-right: 12px;
  width: 24px;
  height: 24px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24px;
          flex: 0 0 24px;
  max-width: 24px;
  border: 1px solid #EAEAEA;
}
@media (min-width: 1024px) {
  .field_checked .c {
    margin-right: 16px;
  }
}
.field_checked .t {
  font-size: 16px;
  line-height: 24px;
  color: #2C2C2C;
  font-weight: 400;
}
@media (min-width: 1024px) {
  .field_checked .t {
    font-size: 18px;
  }
}

.header {
  position: fixed;
  top: 16px;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 10;
}
.header.bg-gray .header__wrap {
  background-color: #F8F7F7;
  -webkit-backdrop-filter: blur(0);
          backdrop-filter: blur(0);
}
.header.bg-gray .header__menu .menu__root > li > a {
  color: #2C2C2C;
}
.header.bg-gray .header__menu .menu__root li.has_submenu > a svg path {
  fill: #EF7F1B;
}
@media (max-width: 1023px) {
  .header__col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
  }
}
.header__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #F8F7F7;
  height: 88px;
  padding: 0 28px;
}
@media (max-width: 1319px) {
  .header__wrap {
    height: 80px;
    padding: 0 20px;
  }
}
@media (max-width: 1023px) {
  .header__wrap {
    height: 68px;
    padding: 0 14px;
  }
}
.header__logo {
  margin-right: 48px;
  max-width: 163px;
}
@media (max-width: 1319px) {
  .header__logo {
    margin-right: 20px;
  }
}
@media (max-width: 1023px) {
  .header__logo {
    max-width: 52px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 52px;
            flex: 0 0 52px;
  }
}
.header__logo img {
  width: 100%;
}
@media (min-width: 1320px) {
  .header__menu {
    display: block !important;
  }
}
@media (max-width: 1319px) {
  .header__menu {
    display: none;
    position: absolute;
    top: 70px;
    right: 20px;
    z-index: 9;
    background-color: #fff;
    padding: 28px 28px 12px 28px;
    min-width: 240px;
  }
}
@media (max-width: 1023px) {
  .header__menu {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: calc(100% + 32px);
    height: 100vh;
    overflow-y: auto;
    padding: 88px 16px 0 16px;
  }
}
.header__menu .btn_orange_light {
  height: 40px;
  width: 100%;
  margin-top: 20px;
}
@media (max-width: 1023px) {
  .header__menu .btn_orange_light {
    display: none;
  }
}
.header__menu .menu__root {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1319px) {
  .header__menu .menu__root {
    -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;
  }
}
@media (max-width: 1023px) {
  .header__menu .menu__root {
    margin-bottom: 20px;
  }
}
.header__menu .menu__root a {
  -webkit-transition: 250ms ease;
  -o-transition: 250ms ease;
  transition: 250ms ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__menu .menu__root li {
  position: relative;
}
.header__menu .menu__root li.has_submenu > a img, .header__menu .menu__root li.has_submenu > a svg {
  margin-left: 6px;
  -webkit-transition: 250ms ease;
  -o-transition: 250ms ease;
  transition: 250ms ease;
}
.header__menu .menu__root li.has_submenu > a svg path {
  fill: #EF7F1B;
}
.header__menu .menu__root li.has_submenu.active > a svg {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.header__menu .menu__root > li {
  -webkit-transition: 250ms ease;
  -o-transition: 250ms ease;
  transition: 250ms ease;
}
.header__menu .menu__root > li:not(:last-child) {
  margin-right: 28px;
}
@media (max-width: 1319px) {
  .header__menu .menu__root > li:not(:last-child) {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
@media (min-width: 1320px) {
  .header__menu .menu__root > li.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header__menu .menu__root > li.active::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #EF7F1B;
    height: 4px;
  }
  .header__menu .menu__root > li.active > a {
    color: #EF7F1B;
  }
  .header__menu .menu__root > li.active > a > img,
.header__menu .menu__root > li.active > a svg {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .header__menu .menu__root > li.active > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.header__menu .menu__root > li > a {
  line-height: 88px;
}
@media (max-width: 1319px) {
  .header__menu .menu__root > li > a {
    line-height: unset;
    font-size: 16px;
  }
}
@media (max-width: 1023px) {
  .header__menu .menu__root > li > a {
    font-size: 18px;
  }
}
.header__menu .menu__root > li > a:hover, .header__menu .menu__root > li > a.active {
  color: #EF7F1B;
}
@media (max-width: 1319px) {
  .header__menu .menu__root > li a svg path {
    fill: #EF7F1B;
  }
}
.header__menu .menu__root > li ul {
  display: none;
}
@media (min-width: 1320px) {
  .header__menu .menu__root > li ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: absolute;
    top: 100%;
    left: -18px;
    z-index: 2;
  }
  .header__menu .menu__root > li ul > li > ul {
    top: 0;
    left: 100%;
  }
  .header__menu .menu__root > li ul > li.active > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 1319px) {
  .header__menu .menu__root > li ul {
    margin-top: 14px;
  }
  .header__menu .menu__root > li ul ul {
    padding-left: 14px;
  }
  .header__menu .menu__root > li ul > li:not(:last-child) {
    margin-bottom: 16px;
  }
  .header__menu .menu__root > li ul > li a {
    color: rgba(44, 44, 44, 0.72);
    font-size: 15px;
  }
}
@media (max-width: 1319px) and (max-width: 1023px) {
  .header__menu .menu__root > li ul > li a {
    font-size: 16px;
  }
}
@media (min-width: 1320px) {
  .header__menu .menu__root > li ul li a {
    padding: 16px 20px;
    background-color: #F8F7F7;
    white-space: nowrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header__menu .menu__root > li ul li a:hover, .header__menu .menu__root > li ul li a.active {
    background-color: #FFEEDF;
  }
  .header__menu .menu__root > li ul li a svg path {
    fill: #EF7F1B;
  }
}
.header__menu__contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  margin-top: auto;
  padding-top: 26px;
  padding-bottom: 26px;
}
.header__menu__contact::before {
  content: "";
  position: absolute;
  top: 0;
  left: -16px;
  width: calc(100% + 32px);
  background-image: url("data:image/svg+xml,%3Csvg width='360' height='125' viewBox='0 0 360 125' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg style='mix-blend-mode:plus-darker'%3E%3Cpath d='M191.849 2.00518e-06L238.29 1.45137e-06L148.61 124.957L100.567 124.957L191.849 2.00518e-06Z' fill='%23F8F7F7'/%3E%3Cpath d='M360 0L360 124.603L318.362 124.603L318.362 31.2392L249.501 124.957L203.059 124.957L294.097 7.85886e-07L360 0Z' fill='%23F8F7F7'/%3E%3Cpath d='M89.5056 3.22561e-06L135.761 2.67402e-06L46.2667 125L-2.00003 125L89.5056 3.22561e-06Z' fill='%23F8F7F7'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  height: 100%;
  z-index: -1;
}
.header__menu__contact span {
  color: #959595;
  font-size: 18px;
}
.header__menu__contact .d_phone {
  color: #2C2C2C;
  font-size: 18px;
}
.header__menu__contact .d_email {
  color: #312965;
  font-size: 18px;
  text-decoration: underline;
}
@media (min-width: 1024px) {
  .header__menu__contact {
    display: none;
  }
}
.header__right {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1319px) {
  .header__right .btn_orange {
    margin-right: 8px;
  }
}
.header__right .btn_header_search {
  display: none;
}
@media (min-width: 1320px) {
  .header__right .btn_header_search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 44px;
    padding: 0;
    margin-right: 12px;
  }
}
.header__right .btn_header_cart {
  margin-left: 6px;
  width: 40px;
  padding: 0;
}
@media (min-width: 1024px) {
  .header__right .btn_header_cart {
    margin-left: 8px;
    width: 44px;
  }
  .header__right .btn_header_cart:hover svg path {
    stroke: #312965;
  }
  .header__right .btn_header_cart:hover .count {
    -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
            transform: scale(1.2);
  }
}
@media (min-width: 1320px) {
  .header__right .btn_header_cart {
    margin-left: 12px;
  }
}
@media (max-width: 1023px) {
  .header__right .js_burger_menu {
    position: relative;
    width: 40px;
    padding: 0;
  }
  .header__right .js_burger_menu span {
    display: none;
  }
  .header__right .js_burger_menu.is_open {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 9;
    background-color: #EF7F1B;
  }
  .header__right .js_burger_menu.is_open::before {
    background: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_429_1330)'%3E%3Cpath d='M16.9173 15.5385L11.1068 9.72793L16.9173 3.91736L15.8106 2.81058L10 8.62116L4.18943 2.81058L3.08265 3.91736L8.89322 9.72793L3.08265 15.5385L4.18943 16.6453L10 10.8347L15.8106 16.6453L16.9173 15.5385Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_429_1330'%3E%3Crect width='20' height='20' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  }
  .header__right .js_burger_menu::before {
    content: "";
    width: 20px;
    height: 20px;
    background: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.33301 5H16.6663V6.5H3.33301V5Z' fill='white'/%3E%3Cpath d='M16.6663 9H3.33301V10.5H16.6663V9Z' fill='white'/%3E%3Cpath d='M16.6663 13H3.33301V14.5H16.6663V13Z' fill='white'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-size: 20px;
    display: block;
  }
}

.modal_body {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 15;
  -webkit-backdrop-filter: blur(32px);
          backdrop-filter: blur(32px);
  background: rgba(44, 44, 44, 0.44);
  display: none;
  overflow-y: auto;
}
.modal_body .container {
  height: 100%;
}
.modal_body__closeBtnTR {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 24px;
  height: 24px;
  z-index: 2;
  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;
  cursor: pointer;
}
@media (min-width: 1320px) {
  .modal_body__closeBtnTR {
    width: 52px;
    height: 52px;
    top: 0;
    right: -58px;
    background-color: #F8F7F7;
  }
}
.modal_body__closeBtnTR:hover svg path {
  fill: #EF7F1B;
}
.modal_body__closeBtn {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  z-index: 9;
  background-color: #EF7F1B;
  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;
}
.modal_body__closeBtn::before {
  content: "";
  width: 20px;
  height: 20px;
  background: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_429_1330)'%3E%3Cpath d='M16.9173 15.5385L11.1068 9.72793L16.9173 3.91736L15.8106 2.81058L10 8.62116L4.18943 2.81058L3.08265 3.91736L8.89322 9.72793L3.08265 15.5385L4.18943 16.6453L10 10.8347L15.8106 16.6453L16.9173 15.5385Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_429_1330'%3E%3Crect width='20' height='20' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: 20px;
  display: block;
}
.modal_body.modal_top .modal_body__wrap {
  top: 40px;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
@media (min-width: 1024px) {
  .modal_body.modal_top .modal_body__wrap {
    max-width: 800px;
  }
}
.modal_body.modal_top .modal_body__container {
  top: 56px;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
@media (min-width: 1024px) {
  .modal_body.modal_top .modal_body__container {
    max-width: 868px;
  }
}
@media (min-width: 1320px) {
  .modal_body.modal_top .modal_body__container {
    max-width: 960px;
  }
}
@media (min-width: 1024px) {
  .modal_body.modal_top .modal_body__form {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
  .modal_body.modal_top .modal_body__form .field_set:not(:last-child) {
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  .modal_body.modal_top .modal_body__form .field_btn {
    grid-column: span 2;
    margin-top: 0;
  }
}
.modal_body__wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: calc(100% - 32px);
  padding: 24px;
  background-color: #fff;
}
@media (max-height: 400px) {
  .modal_body__wrap {
    top: 20px;
    -webkit-transform: translate(-50%, 0%);
        -ms-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%);
  }
}
@media (min-width: 1024px) {
  .modal_body__wrap {
    max-width: 381px;
    padding: 32px;
  }
}
@media (min-width: 1320px) {
  .modal_body__wrap {
    padding: 36px;
  }
}
.modal_body__wrap .d_content {
  margin-bottom: 20px;
}
.modal_body__wrap .d_title {
  color: #959595;
  font-size: 16px;
  line-height: 16px;
  display: block;
  margin-bottom: 6px;
}
.modal_body__wrap .d_text {
  font-size: 18px;
  line-height: 24px;
  color: #2C2C2C;
}
.modal_body__wrap .btn_orange_light {
  width: 100%;
}
.modal_body__wrap.bg-gray {
  background-color: #F8F7F7;
}
.modal_body__container {
  position: absolute;
  padding: 24px;
  background-color: #F8F7F7;
  top: 58px;
  left: 16px;
  width: calc(100% - 32px);
}
@media (min-width: 1024px) {
  .modal_body__container {
    width: 888px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    padding: 40px;
  }
}
@media (min-width: 1320px) {
  .modal_body__container {
    width: 1312px;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
.modal_body__container .field_set:not(:last-child) {
  margin-bottom: 16px;
}
.modal_body__container .form_block:not(:last-child) {
  margin-bottom: 16px;
}
@media (min-width: 1024px) {
  .modal_body__container .form_button {
    margin-top: 12px !important;
  }
}
.modal_body__container .form_button .btn_orange {
  width: 100%;
  height: 56px;
  font-size: 16px;
}
@media (min-width: 1024px) {
  .modal_body__container .form_button .btn_orange {
    width: 328px;
  }
}
.modal_body__container .form_button .text {
  margin-top: 12px;
  font-size: 13px;
  color: #9A9A9A;
}
@media (min-width: 1320px) {
  .modal_body__container .form_button .text {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
.modal_body__container .form_button .text a {
  color: #EF7F1B;
  text-decoration: underline;
}
.modal_body__container .file_upload_block {
  margin-bottom: 24px;
}
@media (min-width: 1024px) {
  .modal_body__container .file_upload_block {
    margin-bottom: 0;
  }
}
@media (min-width: 1320px) {
  .modal_body__container .file_upload_block {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-width: 0;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.modal_body__title {
  text-align: center;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 500;
  color: #EF7F1B;
}
.modal_body__header {
  margin-bottom: 16px;
  font-size: 24px;
  font-weight: bold;
}
@media (min-width: 1024px) {
  .modal_body__header {
    font-size: 28px;
    margin-bottom: 20px;
  }
}
.modal_body__text {
  color: #2C2C2C;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
}
.modal_body__close {
  margin-top: 24px;
}
.modal_body__form .field_set:not(:last-child) {
  margin-bottom: 12px;
}
.modal_body__form .field_set textarea {
  height: 56px;
  min-height: 56px;
  max-height: 56px;
}
.modal_body__form .field_btn {
  margin-top: 20px;
}
.modal_body__form .field_btn .btn_orange {
  width: 100%;
}
.modal_body__form .field_btn .text {
  margin-top: 12px;
  font-size: 14px;
  line-height: 17.85px;
  color: #9A9A9A;
}
.modal_body__form .field_btn .text a {
  color: #EF7F1B;
  text-decoration: underline;
}
.modal_body__form .field_btn .text a:hover {
  text-decoration: none;
}
.modal_body__scrolling {
  overflow-y: auto;
  height: calc(100% - 72px);
}

.modal_info {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 15;
  -webkit-backdrop-filter: blur(32px);
          backdrop-filter: blur(32px);
  background: rgba(44, 44, 44, 0.44);
  display: none;
  overflow-y: auto;
}
.modal_info .container {
  height: 100%;
}
.modal_info__wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: calc(100% - 32px);
  padding: 24px;
  background-color: #fff;
  max-height: 400px;
}
@media (max-height: 400px) {
  .modal_info__wrap {
    top: 20px;
    -webkit-transform: translate(-50%, 0%);
        -ms-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%);
  }
}
@media (min-width: 1024px) {
  .modal_info__wrap {
    max-width: 381px;
  }
}
.modal_info__wrap .d_content {
  margin-bottom: 20px;
}
.modal_info__wrap .d_title {
  color: #959595;
  font-size: 16px;
  line-height: 16px;
  display: block;
  margin-bottom: 6px;
}
.modal_info__wrap .d_text {
  font-size: 18px;
  line-height: 24px;
  color: #2C2C2C;
}
.modal_info__wrap .btn_orange_light {
  width: 100%;
}

.modal_product {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 15;
  -webkit-backdrop-filter: blur(32px);
          backdrop-filter: blur(32px);
  background: rgba(44, 44, 44, 0.44);
  display: none;
}
.modal_product .container {
  height: 100%;
}
.modal_product__closeBtnTR {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 24px;
  height: 24px;
  z-index: 2;
  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;
  cursor: pointer;
}
@media (min-width: 1320px) {
  .modal_product__closeBtnTR {
    width: 52px;
    height: 52px;
    top: 0;
    right: -58px;
    background-color: #F8F7F7;
  }
}
.modal_product__closeBtnTR:hover svg path {
  fill: #EF7F1B;
}
.modal_product__closeBtn {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  z-index: 9;
  background-color: #EF7F1B;
  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;
}
.modal_product__closeBtn::before {
  content: "";
  width: 20px;
  height: 20px;
  background: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_429_1330)'%3E%3Cpath d='M16.9173 15.5385L11.1068 9.72793L16.9173 3.91736L15.8106 2.81058L10 8.62116L4.18943 2.81058L3.08265 3.91736L8.89322 9.72793L3.08265 15.5385L4.18943 16.6453L10 10.8347L15.8106 16.6453L16.9173 15.5385Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_429_1330'%3E%3Crect width='20' height='20' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: 20px;
  display: block;
}
.modal_product__wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: calc(100% - 32px);
  padding: 24px;
  background-color: #fff;
}
@media (max-height: 400px) {
  .modal_product__wrap {
    top: 20px;
    -webkit-transform: translate(-50%, 0%);
        -ms-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%);
  }
}
@media (min-width: 1024px) {
  .modal_product__wrap {
    max-width: 381px;
    padding: 32px;
  }
}
@media (min-width: 1320px) {
  .modal_product__wrap {
    padding: 36px;
  }
}
.modal_product__wrap .d_content {
  margin-bottom: 20px;
}
.modal_product__wrap .d_title {
  color: #959595;
  font-size: 16px;
  line-height: 16px;
  display: block;
  margin-bottom: 6px;
}
.modal_product__wrap .d_text {
  font-size: 18px;
  line-height: 24px;
  color: #2C2C2C;
}
.modal_product__wrap .btn_orange_light {
  width: 100%;
}
.modal_product__wrap.bg-gray {
  background-color: #F8F7F7;
}
.modal_product__container {
  position: absolute;
  padding: 24px 10px 0 24px;
  background-color: #F8F7F7;
  top: 56px;
  left: 16px;
  width: calc(100% - 32px);
  height: calc(100% - 80px);
}
@media (min-width: 1024px) {
  .modal_product__container {
    top: 68px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    padding: 40px 18px 0 40px;
    max-width: 868px;
    height: calc(100% - 100px);
  }
}
@media (min-width: 1320px) {
  .modal_product__container {
    max-width: 960px;
    padding: 56px 24px 0 56px;
    top: 77px;
    height: calc(100% - 110px);
  }
}
.modal_product__container.shadow::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 124px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(white));
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0), white 100%);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0), white 100%);
  display: block;
  pointer-events: none;
  z-index: 2;
}
.modal_product__container .field_set:not(:last-child) {
  margin-bottom: 16px;
}
.modal_product__container .form_block:not(:last-child) {
  margin-bottom: 16px;
}
@media (min-width: 1024px) {
  .modal_product__container .form_button {
    margin-top: 12px !important;
  }
}
.modal_product__container .form_button .btn_orange {
  width: 100%;
  height: 56px;
  font-size: 16px;
}
@media (min-width: 1024px) {
  .modal_product__container .form_button .btn_orange {
    width: 328px;
  }
}
.modal_product__container .form_button .text {
  margin-top: 12px;
  font-size: 13px;
  color: #9A9A9A;
}
@media (min-width: 1320px) {
  .modal_product__container .form_button .text {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
.modal_product__container .form_button .text a {
  color: #EF7F1B;
  text-decoration: underline;
}
.modal_product__container .file_upload_block {
  margin-bottom: 24px;
}
@media (min-width: 1024px) {
  .modal_product__container .file_upload_block {
    margin-bottom: 0;
  }
}
@media (min-width: 1320px) {
  .modal_product__container .file_upload_block {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-width: 0;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.modal_product__title {
  text-align: center;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 500;
  color: #EF7F1B;
}
.modal_product__header {
  margin-bottom: 16px;
  font-size: 24px;
  font-weight: bold;
}
@media (min-width: 1024px) {
  .modal_product__header {
    font-size: 28px;
    margin-bottom: 20px;
  }
}
.modal_product__text {
  color: #2C2C2C;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
}
.modal_product__close {
  margin-top: 24px;
}
.modal_product__scrolling {
  overflow-y: auto;
  height: calc(100% - 56px);
  padding-right: 14px;
}
@media (min-width: 1024px) {
  .modal_product__scrolling {
    padding-right: 22px;
    height: calc(100% - 60px);
  }
}
@media (min-width: 1320px) {
  .modal_product__scrolling {
    padding-right: 28px;
    height: calc(100% - 60px);
  }
}
.modal_product__scrolling::-webkit-scrollbar {
  width: 4px;
}
.modal_product__scrolling::-webkit-scrollbar-track {
  background-color: #EAEAEA;
}
.modal_product__scrolling::-webkit-scrollbar-thumb {
  background-color: #EF7F1B;
  border-radius: 3px;
}
.modal_product .content {
  color: #2C2C2C;
  font-size: 16px;
  line-height: 21px;
  padding-bottom: 24px;
}
@media (min-width: 1024px) {
  .modal_product .content {
    font-size: 18px;
    line-height: 24px;
    padding-bottom: 40px;
  }
}
@media (min-width: 1320px) {
  .modal_product .content {
    padding-bottom: 56px;
  }
}
.modal_product .content img {
  width: 100%;
}
.modal_product .content img:not(:last-child) {
  margin-bottom: 24px;
}
@media (min-width: 1024px) {
  .modal_product .content img:not(:last-child) {
    margin-bottom: 28px;
  }
}
.modal_product .content ul:not(:last-child),
.modal_product .content ol:not(:last-child) {
  margin-bottom: 24px;
}
@media (min-width: 1024px) {
  .modal_product .content ul:not(:last-child),
.modal_product .content ol:not(:last-child) {
    margin-bottom: 28px;
  }
}
.modal_product .content ul li,
.modal_product .content ol li {
  position: relative;
  list-style: none;
  font-size: 16px;
  line-height: 22px;
  padding-left: 36px;
}
@media (min-width: 1024px) {
  .modal_product .content ul li,
.modal_product .content ol li {
    font-size: 18px;
    line-height: 24px;
  }
}
.modal_product .content ul li:not(:last-child),
.modal_product .content ol li:not(:last-child) {
  margin-bottom: 10px;
}
.modal_product .content ul li::before,
.modal_product .content ol li::before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: #EF7F1B;
  display: block;
  position: absolute;
  top: 9px;
  left: 15px;
}
.modal_product .content ul li span,
.modal_product .content ol li span {
  color: #959595;
  display: block;
  margin-top: 6px;
}
.modal_product .content ul li a,
.modal_product .content ol li a {
  color: #EF7F1B;
  text-decoration: underline;
}
.modal_product .content ul li a:hover,
.modal_product .content ol li a:hover {
  text-decoration: none;
}

@media (min-width: 1024px) {
  .page_navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.page_navigation__top .btn_gray {
  width: 100%;
}
@media (min-width: 1024px) {
  .page_navigation__top .btn_gray {
    max-width: 211px;
    height: 48px;
  }
}
@media (min-width: 1320px) {
  .page_navigation__top .btn_gray {
    height: 52px;
  }
}
.page_navigation__top .btn_gray:hover {
  background-color: #F8F7F7;
  -webkit-box-shadow: inset 0 0 0 1px #EF7F1B;
          box-shadow: inset 0 0 0 1px #EF7F1B;
}
.page_navigation__items {
  margin-top: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 1024px) {
  .page_navigation__items {
    margin-top: 0;
    margin-left: auto;
  }
}
.page_navigation__items a, .page_navigation__items span {
  height: 52px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 52px;
  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: #F8F7F7;
  color: #2C2C2C;
  font-size: 16px;
  line-height: 20px;
}
@media (min-width: 1024px) {
  .page_navigation__items a, .page_navigation__items span {
    height: 48px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 48px;
            flex: 0 0 48px;
    min-width: 48px;
  }
}
@media (min-width: 1320px) {
  .page_navigation__items a, .page_navigation__items span {
    height: 52px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 52px;
            flex: 0 0 52px;
    min-width: 52px;
  }
}
.page_navigation__items a:not(:last-child), .page_navigation__items span:not(:last-child) {
  margin-right: 6px;
}
@media (min-width: 1320px) {
  .page_navigation__items a:not(:last-child), .page_navigation__items span:not(:last-child) {
    margin-right: 8px;
  }
}
.page_navigation__items a {
  -webkit-transition: 250ms ease;
  -o-transition: 250ms ease;
  transition: 250ms ease;
}
.page_navigation__items a:hover {
  -webkit-box-shadow: inset 0 0 0 1px #EF7F1B;
          box-shadow: inset 0 0 0 1px #EF7F1B;
}
.page_navigation__items a.active {
  background-color: #EF7F1B;
  color: #fff;
}
.popup_gallery_swiper {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  display: none;
}
.popup_gallery_swiper__bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
  background: rgba(44, 44, 44, 0.44);
}
.popup_gallery_swiper__close {
  position: fixed;
  top: 16px;
  right: 16px;
  width: 44px;
  height: 44px;
  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: #EF7F1B;
  z-index: 2;
  cursor: pointer;
}
@media (min-width: 1024px) {
  .popup_gallery_swiper__close {
    top: 68px;
    right: 68px;
    width: 52px;
    height: 52px;
  }
}
@media (min-width: 1320px) {
  .popup_gallery_swiper__close {
    top: 44px;
    right: 40px;
  }
}
.popup_gallery_swiper__arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  z-index: 2;
  -webkit-transform: translateY(-22px);
      -ms-transform: translateY(-22px);
          transform: translateY(-22px);
}
@media (min-width: 1024px) {
  .popup_gallery_swiper__arrow {
    -webkit-transform: translateY(-26px);
        -ms-transform: translateY(-26px);
            transform: translateY(-26px);
  }
}
@media (min-width: 1320px) {
  .popup_gallery_swiper__arrow {
    position: fixed;
    top: 44px;
    right: 96px;
    left: auto;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    width: auto;
  }
}
.popup_gallery_swiper__arrow .arrow_left,
.popup_gallery_swiper__arrow .arrow_right {
  position: absolute;
  width: 44px;
  height: 44px;
  cursor: pointer;
  background-color: #312965;
  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;
}
.popup_gallery_swiper__arrow .arrow_left.swiper-button-disabled,
.popup_gallery_swiper__arrow .arrow_right.swiper-button-disabled {
  display: none;
}
@media (min-width: 1024px) {
  .popup_gallery_swiper__arrow .arrow_left,
.popup_gallery_swiper__arrow .arrow_right {
    height: 52px;
    width: 52px;
  }
}
@media (min-width: 1320px) {
  .popup_gallery_swiper__arrow .arrow_left,
.popup_gallery_swiper__arrow .arrow_right {
    position: relative !important;
    left: auto !important;
    right: auto !important;
  }
}
.popup_gallery_swiper__arrow .arrow_left {
  left: 8px;
}
@media (min-width: 1024px) {
  .popup_gallery_swiper__arrow .arrow_left {
    left: 44px;
  }
}
@media (min-width: 1320px) {
  .popup_gallery_swiper__arrow .arrow_left {
    margin-right: 4px;
  }
}
.popup_gallery_swiper__arrow .arrow_right {
  right: 8px;
}
@media (min-width: 1024px) {
  .popup_gallery_swiper__arrow .arrow_right {
    right: 44px;
  }
}
.popup_gallery_swiper__wrap {
  height: calc(75vh - 133px);
  position: relative;
  top: 133px;
  left: 0;
  display: none;
}
@media (min-width: 1024px) {
  .popup_gallery_swiper__wrap {
    top: 300px;
    height: calc(80vh - 300px);
  }
}
@media (min-width: 1320px) {
  .popup_gallery_swiper__wrap {
    top: 96px;
    height: calc(100vh - 192px);
  }
}
.popup_gallery_swiper__wrap .container {
  width: 100%;
  height: 100%;
}
.popup_gallery_swiper__wrap .swiper {
  width: 100%;
  height: 100%;
}
.popup_gallery_swiper__wrap .swiper-slide .item {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.product_item {
  padding: 4px 4px 9px 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 1024px) {
  .product_item {
    position: relative;
    padding: 16px;
    -webkit-transition: 250ms ease;
    -o-transition: 250ms ease;
    transition: 250ms ease;
  }
  .product_item:hover {
    background-color: #F8F7F7;
  }
  .product_item:hover .control_block__plus,
.product_item:hover .control_block__minus {
    background-color: #312965;
    color: #fff;
  }
  .product_item:hover .control_block__plus svg path,
.product_item:hover .control_block__minus svg path {
    fill: #fff;
  }
}
.product_item__image {
  position: relative;
  margin-bottom: 12px;
  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;
}
@media (min-width: 1024px) {
  .product_item__image {
    position: static;
    margin-bottom: 16px;
  }
}
.product_item__image img {
  height: 108px;
}
@media (min-width: 1024px) {
  .product_item__image img {
    height: 148px;
  }
}
.product_item__image .badge {
  position: absolute;
  z-index: 2;
  top: 4px;
  left: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4px;
}
@media (min-width: 1024px) {
  .product_item__image .badge {
    top: 0;
    left: 0;
  }
}
@media (min-width: 1320px) {
  .product_item__image .badge {
    top: 12px;
    left: 12px;
  }
}
.product_item__image .badge__item {
  padding: 4px 8px 2px 8px;
  font-size: 13px;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.product_item__image .badge__item.green {
  background-color: #5DBF11;
  color: #fff;
}
.product_item__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.product_item__info:not(:last-child) {
  margin-bottom: 10px;
}
@media (min-width: 1024px) {
  .product_item__info:not(:last-child) {
    margin-bottom: 12px;
  }
}
.product_item__info .s1 {
  color: #959595;
  font-size: 12px;
  line-height: 16px;
  overflow-wrap: break-word;
}
@media (min-width: 1024px) {
  .product_item__info .s1 {
    margin-bottom: 2px;
  }
}
.product_item__info .s2 {
  color: #2C2C2C;
  font-size: 14px;
  line-height: 18px;
  overflow-wrap: break-word;
}
@media (min-width: 1024px) {
  .product_item__info .s2 {
    font-size: 16px;
    line-height: 24px;
  }
}
.product_item__info a {
  color: #312965;
  font-size: 14px;
  line-height: 18px;
  border-bottom: 1px dashed #312965;
  -ms-flex-item-align: start;
      align-self: flex-start;
  -webkit-transition: 250ms ease;
  -o-transition: 250ms ease;
  transition: 250ms ease;
}
@media (min-width: 1024px) {
  .product_item__info a {
    font-size: 16px;
    line-height: 24px;
  }
}
.product_item__info a:hover {
  color: #EF7F1B;
  border-color: #EF7F1B;
}
.product_item__row:not(:last-child) {
  margin-bottom: 10px;
}
@media (min-width: 1024px) {
  .product_item__row:not(:last-child) {
    margin-bottom: 12px;
  }
}
@media (min-width: 1024px) {
  .product_item__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.product_item__row .product_item__info:not(:last-child) {
  margin-right: 10px;
  margin-bottom: 5px;
}
@media (min-width: 1024px) {
  .product_item__row .product_item__info:last-child {
    margin-right: 50px;
  }
}
.product_item__control {
  margin-top: auto;
}
@media (min-width: 1024px) {
  .product_item__control {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.product_item__control .control_block {
  margin-bottom: 6px;
}
@media (min-width: 1024px) {
  .product_item__control .control_block {
    margin-bottom: 0;
    margin-right: 8px;
    max-width: 122px;
  }
}
.product_item__control .btn_orange {
  width: 100%;
}
@media (min-width: 1024px) {
  .product_item__control .btn_orange {
    height: 40px;
  }
}
.product_item__control .btn_orange span {
  font-size: 15px;
}
.product_item__control .btn_orange svg {
  display: none;
}

.control_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.control_block__plus, .control_block__minus {
  background-color: #F8F7F7;
  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: 40px;
  height: 40px;
  cursor: pointer;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40px;
          flex: 0 0 40px;
  max-width: 40px;
  -webkit-transition: 250ms ease;
  -o-transition: 250ms ease;
  transition: 250ms ease;
}
.control_block__plus:hover, .control_block__minus:hover {
  background-color: #312965;
  color: #fff;
}
.control_block__plus:hover svg path, .control_block__minus:hover svg path {
  fill: #fff;
}
.control_block__input {
  text-align: center;
  border-top: 1px solid #F8F7F7;
  border-bottom: 1px solid #F8F7F7;
  background-color: #fff;
  color: #2C2C2C;
  font-size: 15px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  height: 40px;
}

.breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}
@media (max-width: 1023px) {
  .breadcrumbs {
    overflow-x: auto;
    margin-left: -16px;
    margin-right: -16px;
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 1024px) {
  .breadcrumbs {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.breadcrumbs a, .breadcrumbs span {
  font-size: 13px;
  line-height: 16px;
}
@media (max-width: 1023px) {
  .breadcrumbs a, .breadcrumbs span {
    white-space: nowrap;
  }
}
.breadcrumbs a {
  position: relative;
  color: #959595;
  -webkit-transition: 250ms ease;
  -o-transition: 250ms ease;
  transition: 250ms ease;
  margin-right: 15px;
}
.breadcrumbs a::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -9px;
  width: 3px;
  height: 3px;
  background-color: #EF7F1B;
}
.breadcrumbs a:hover {
  color: #EF7F1B;
}

.map_baloom_modal {
  -webkit-backdrop-filter: blur(32px);
          backdrop-filter: blur(32px);
  background: rgba(44, 44, 44, 0.44);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 20;
  display: none;
}
.map_baloom_modal__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  overflow-y: auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.map_baloom_modal .map_baloon {
  width: 100%;
}
.map_baloom_modal .map_baloon_btn {
  margin-top: 24px;
}
.map_baloom_modal .map_baloon .btn_orange_light {
  height: 52px;
  width: 100%;
}

.sect_about__wrap {
  position: relative;
  background: #F8F7F7;
  padding: 24px;
}
@media (min-width: 1024px) {
  .sect_about__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 32px;
  }
}
@media (min-width: 1320px) {
  .sect_about__wrap {
    padding: 52px;
  }
}
.sect_about__wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url("data:image/svg+xml,%3Csvg width='127' height='292' viewBox='0 0 127 292' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg style='mix-blend-mode:plus-darker'%3E%3Cpath d='M-1 135.636V98.1745L126.956 170.514V209.267L-1 135.636Z' fill='%23f1efef'/%3E%3Cpath d='M-1 0H126.594V33.5861H30.989L126.956 89.1321V126.593L-1 53.1594V0Z' fill='%23f1efef'/%3E%3Cpath d='M-1 218.189V180.878L127 253.067V292L-1 218.189Z' fill='%23f1efef'/%3E%3C/g%3E%3C/svg%3E%0A");
  width: 128px;
  height: 292px;
  display: block;
  background-repeat: no-repeat;
  z-index: 0;
  background-blend-mode: darken;
  mix-blend-mode: darken;
  pointer-events: none;
}
@media (min-width: 1320px) {
  .sect_about__wrap::before {
    background: url("data:image/svg+xml,%3Csvg width='158' height='360' viewBox='0 0 158 360' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg style='mix-blend-mode:plus-darker'%3E%3Cpath d='M0 167.222V121.037L157.446 210.222V258L0 167.222Z' fill='%23f1efef'/%3E%3Cpath d='M0 0H157V41.4075H39.3614L157.446 109.889V156.074L0 65.539V0Z' fill='%23f1efef'/%3E%3Cpath d='M0 269V223L157.5 312V360L0 269Z' fill='%23f1efef'/%3E%3C/g%3E%3C/svg%3E%0A");
    width: 157px;
    height: 360px;
  }
}
.sect_about__wrap .h1 {
  margin-bottom: 16px;
}
.sect_about__wrap .btn_blue_border {
  margin-top: 24px;
}
@media (min-width: 1024px) {
  .sect_about__wrap .btn_blue_border {
    height: 52px;
    padding: 0 32px;
    -ms-flex-item-align: start;
        align-self: flex-start;
    font-size: 16px;
  }
}
@media (min-width: 1320px) {
  .sect_about__wrap .btn_blue_border {
    margin-top: 32px;
  }
}
.sect_about__info {
  margin-bottom: 24px;
  position: relative;
  z-index: 2;
}
@media (min-width: 1024px) {
  .sect_about__info {
    margin-bottom: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 396px;
            flex: 0 0 396px;
    max-width: 396px;
    margin-right: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (min-width: 1320px) {
  .sect_about__info {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 570px;
            flex: 0 0 570px;
    max-width: 570px;
    margin-right: 60px;
  }
}
.sect_about__slider {
  position: relative;
  z-index: 2;
}
@media (min-width: 1024px) {
  .sect_about__slider {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-width: 0;
  }
}
.sect_about__slider .swiper_arrow {
  position: absolute;
  z-index: 2;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.sect_about__slider .swiper_arrow__right, .sect_about__slider .swiper_arrow__left {
  position: absolute;
  top: -18px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 36px;
          flex: 0 0 36px;
  max-width: 36px;
  width: 36px;
  height: 36px;
}
@media (min-width: 1024px) {
  .sect_about__slider .swiper_arrow__right, .sect_about__slider .swiper_arrow__left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40px;
            flex: 0 0 40px;
    max-width: 40px;
    width: 40px;
    height: 40px;
  }
}
@media (min-width: 1320px) {
  .sect_about__slider .swiper_arrow__right, .sect_about__slider .swiper_arrow__left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 44px;
            flex: 0 0 44px;
    max-width: 44px;
    width: 44px;
    height: 44px;
  }
}
.sect_about__slider .swiper_arrow__right svg, .sect_about__slider .swiper_arrow__left svg {
  width: 16px;
}
@media (min-width: 1024px) {
  .sect_about__slider .swiper_arrow__right svg, .sect_about__slider .swiper_arrow__left svg {
    width: 20px;
  }
}
@media (min-width: 1320px) {
  .sect_about__slider .swiper_arrow__right svg, .sect_about__slider .swiper_arrow__left svg {
    width: 28px;
  }
}
.sect_about__slider .swiper_arrow__right {
  right: -18px;
}
.sect_about__slider .swiper_arrow__left {
  left: -18px;
}
.sect_about__slider .swiper {
  height: 216px;
}
@media (min-width: 1024px) {
  .sect_about__slider .swiper {
    height: 396px;
  }
}
@media (min-width: 1320px) {
  .sect_about__slider .swiper {
    height: 344px;
  }
}
.sect_about__slider .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.page_text_content {
  font-size: 16px;
  line-height: 21.2px;
  color: #2C2C2C;
}
.page_text_content h1,
.page_text_content .h1 {
  margin-bottom: 20px;
  line-height: 36px;
  font-size: 28px;
  font-weight: bold;
}
@media (min-width: 1024px) {
  .page_text_content h1,
.page_text_content .h1 {
    margin-bottom: 24px;
    font-size: 32px;
    line-height: 40px;
  }
}
@media (min-width: 1320px) {
  .page_text_content h1,
.page_text_content .h1 {
    margin-bottom: 28px;
    font-size: 40px;
    line-height: 52px;
  }
}
@media (min-width: 1320px) {
  .page_text_content {
    font-size: 18px;
    line-height: 24px;
  }
}
.page_text_content p:not(:last-child) {
  margin-bottom: 20px;
}
.page_text_content b,
.page_text_content strong {
  font-weight: 500;
}

.banner_main {
  margin-bottom: 13px;
}
@media (max-width: 1319px) {
  .banner_main {
    margin-bottom: 51px;
  }
}
@media (max-width: 1023px) {
  .banner_main {
    margin-bottom: 58px;
  }
}
.banner_main__slider {
  position: relative;
  height: 880px;
}
@media (max-width: 1319px) {
  .banner_main__slider {
    height: 748px;
  }
}
@media (max-width: 1023px) {
  .banner_main__slider {
    height: 580px;
  }
}
.banner_main__slider .swiper {
  height: 100%;
  width: 100%;
}
.banner_main .swiper_arrow__right {
  margin-right: 12px;
}
.banner_main .d_image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
}
.banner_main .d_image::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.32);
}
.banner_main .d_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.banner_main .d_title {
  color: #fff;
  font-size: 48px;
  font-weight: 900;
  position: absolute;
  z-index: 5;
  margin-top: 318px;
}
@media (max-width: 1319px) {
  .banner_main .d_title {
    margin-top: 267px;
    font-size: 40px;
    line-height: 49px;
  }
}
@media (max-width: 1023px) {
  .banner_main .d_title {
    font-size: 32px;
    line-height: 40px;
  }
}
.banner_main__items {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #fff;
  top: -105px;
}
@media (max-width: 1319px) {
  .banner_main__items {
    top: -53px;
    padding-top: 16px;
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (max-width: 1023px) {
  .banner_main__items {
    top: -30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.direction_item {
  position: relative;
  background-color: #F8F7F7;
  padding: 32px;
  height: 300px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc((100% - 40px) / 3);
          flex: 0 0 calc((100% - 40px) / 3);
  max-width: calc((100% - 40px) / 3);
  overflow: hidden;
  -webkit-transition: 250ms ease;
  -o-transition: 250ms ease;
  transition: 250ms ease;
}
@media (max-width: 1319px) {
  .direction_item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 32px) / 3);
            flex: 0 0 calc((100% - 32px) / 3);
    max-width: calc((100% - 32px) / 3);
    height: 248px;
    padding: 24px;
  }
}
@media (max-width: 1023px) {
  .direction_item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    height: 100%;
    min-height: 232px;
    max-height: 232px;
  }
}
.direction_item:not(:last-child) {
  margin-right: 20px;
}
@media (max-width: 1319px) {
  .direction_item:not(:last-child) {
    margin-right: 16px;
  }
}
@media (max-width: 1023px) {
  .direction_item:not(:last-child) {
    margin-right: 0;
    margin-bottom: 12px;
  }
}
@media (max-width: 1023px) {
  .direction_item {
    background-color: #EF7F1B;
  }
  .direction_item .direction_item__image {
    opacity: 1;
  }
  .direction_item .direction_item__title {
    color: #fff;
  }
  .direction_item .direction_item__icon {
    background-color: #312965;
  }
  .direction_item .direction_item__icon::before {
    background-image: url("data:image/svg+xml,%3Csvg width='21' height='21' viewBox='0 0 21 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.1202 2.9001L4.10028 2.9001L4.10028 0.100527H20.8997L20.8997 1.50032L20.8997 16.9L18.1001 16.9L18.1001 4.88L2.09068 20.8895L0.110782 18.9096L16.1202 2.9001Z' fill='white'/%3E%3C/svg%3E%0A");
  }
}
@media (min-width: 1024px) {
  .direction_item:hover, .direction_item.active {
    background-color: #EF7F1B;
  }
  .direction_item:hover .direction_item__image, .direction_item.active .direction_item__image {
    opacity: 1;
  }
  .direction_item:hover .direction_item__title, .direction_item.active .direction_item__title {
    color: #fff;
  }
  .direction_item:hover .direction_item__icon, .direction_item.active .direction_item__icon {
    background-color: #312965;
  }
  .direction_item:hover .direction_item__icon::before, .direction_item.active .direction_item__icon::before {
    background-image: url("data:image/svg+xml,%3Csvg width='21' height='21' viewBox='0 0 21 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.1202 2.9001L4.10028 2.9001L4.10028 0.100527H20.8997L20.8997 1.50032L20.8997 16.9L18.1001 16.9L18.1001 4.88L2.09068 20.8895L0.110782 18.9096L16.1202 2.9001Z' fill='white'/%3E%3C/svg%3E%0A");
  }
}
.direction_item__title {
  position: relative;
  z-index: 2;
  font-size: 24px;
  font-weight: bold;
  -webkit-transition: 250ms ease;
  -o-transition: 250ms ease;
  transition: 250ms ease;
}
@media (max-width: 1319px) {
  .direction_item__title {
    font-size: 22px;
  }
}
@media (max-width: 1023px) {
  .direction_item__title {
    font-size: 20px;
    line-height: 24px;
  }
}
.direction_item__image {
  position: absolute;
  bottom: 0;
  right: 0;
  pointer-events: none;
  opacity: 0;
  max-width: 82%;
  height: 60%;
  width: auto;
  bottom: 0;
  right: -32px;
  bottom: -12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media (max-width: 1023px) {
  .direction_item__image {
    max-width: 42%;
    height: 50%;
  }
}
@media (max-width: 540px) {
  .direction_item__image {
    max-width: 72%;
    height: 58%;
  }
}
.direction_item__icon {
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 2;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  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;
}
@media (max-width: 1319px) {
  .direction_item__icon {
    width: 36px;
    height: 36px;
    right: 18px;
    bottom: 18px;
  }
}
.direction_item__icon::before {
  content: "";
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE2LjEyMDIgMi45MDAxTDQuMTAwMjggMi45MDAxTDQuMTAwMjggMC4xMDA1MjdIMjAuODk5N0wyMC44OTk3IDEuNTAwMzJMMjAuODk5NyAxNi45TDE4LjEwMDEgMTYuOUwxOC4xMDAxIDQuODhMMi4wOTA2OCAyMC44ODk1TDAuMTEwNzgyIDE4LjkwOTZMMTYuMTIwMiAyLjkwMDFaIiBmaWxsPSIjMkMyQzJDIi8+Cjwvc3ZnPgo=");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: 0 3px;
  width: 24px;
  height: 28px;
  display: block;
  -webkit-transition: 250ms ease;
  -o-transition: 250ms ease;
  transition: 250ms ease;
}
@media (max-width: 1319px) {
  .direction_item__icon::before {
    width: 16px;
    height: 18px;
  }
}
.direction_item.item1 .direction_item__image {
  -webkit-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
          transform: scaleX(-1);
  bottom: 0;
  width: 320px;
}
@media (max-width: 1319px) {
  .direction_item.item1 .direction_item__image {
    width: 232px;
  }
}
@media (max-width: 1023px) {
  .direction_item.item1 .direction_item__image {
    right: 0;
    bottom: 8px;
    width: 208px;
  }
}
.direction_item.item2 .direction_item__image {
  -webkit-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
          transform: scaleX(-1);
  bottom: 0;
}
@media (max-width: 1023px) {
  .direction_item.item2 .direction_item__image {
    width: 306px;
    right: -98px;
  }
}

.sect_maps {
  margin-bottom: 0;
}
@media (min-width: 1320px) {
  .sect_maps {
    margin-bottom: 128px;
  }
}
.sect_maps__wrap {
  height: 745px;
}

.widget_map {
  position: relative;
  width: 100%;
  height: 100%;
}
.widget_map__selected {
  position: absolute;
  top: 16px;
  left: 0;
  z-index: 10;
  background-color: #F8F7F7;
  padding: 12px;
  width: 100%;
}
.widget_map__convas {
  height: 100%;
}
@media (max-width: 1023px) {
  .widget_map__convas {
    margin-left: -16px;
    margin-right: -16px;
  }
}
@media (min-width: 1024px) and (max-width: 1319px) {
  .widget_map__convas {
    margin-left: -68px;
    margin-right: -68px;
  }
}
.widget_map__convas .map {
  width: 100%;
  height: 100%;
}

/* =============== searc_mag ============== */
.searc_mag_bg {
  position: absolute;
  top: 16px;
  background: #F8F7F7;
  padding: 12px;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  z-index: 5;
}

.searc_mag_bg_wrp .dropdown_name {
  background: #fff;
  color: #2C2C2C;
  font-size: 16px;
  font-weight: 300;
  line-height: 16px;
  letter-spacing: 0;
  text-align: left;
  padding: 16px 35px 16px 20px;
  position: relative;
  cursor: pointer;
}

.searc_mag_bg_wrp .dropdown_name:after {
  content: "";
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 20px;
  height: 20px;
  display: block;
  z-index: 1;
  background: url("/img/chevron-up.svg") no-repeat center;
  background-size: contain;
}

.searc_mag_bg_wrp .dropdown_wrp._active .dropdown_name:after {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.searc_mag_bg_wrp .dropdown_wrp._active .dropdown_name {
  color: #00010d;
}

.searc_mag_bg_wrp .dropdown_wrp {
  width: 100%;
  position: relative;
  margin-bottom: 8px;
}

.searc_mag_bg_wrp .dropdown_list {
  list-style-type: none;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 100%;
  width: 100%;
  background: #ffffff;
  z-index: 2;
  max-height: 279px;
  overflow: auto;
}

.searc_mag_bg_wrp .dropdown_list li {
  padding: 0;
  margin: 0;
}

.searc_mag_bg_wrp .dropdown_list input {
  display: none !important;
}

.searc_mag_bg_wrp .dropdown_list a,
.searc_mag_bg_wrp .dropdown_list label {
  display: block;
  color: #00010d;
  font-size: 16px;
  font-weight: 300;
  line-height: 16px;
  letter-spacing: 0;
  text-align: left;
  padding: 20px 20px;
  text-decoration: none;
  position: relative;
  cursor: pointer;
}

.searc_mag_bg_wrp .dropdown_list a.active:after,
.searc_mag_bg_wrp .dropdown_list label.active:after {
  content: "";
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 14px;
  height: 10px;
  display: block;
  z-index: 1;
  background: url("/gde-kupit/check.svg") no-repeat center;
  background-size: contain;
}

.searc_mag_bg_wrp .dropdown_list a:hover,
.searc_mag_bg_wrp .dropdown_list label:hover {
  background: #1f2b3b;
  color: #ffffff;
}

.searc_mag_clear {
  width: 100%;
  height: 56px;
  background: #e4edf2;
  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;
  text-decoration: none !important;
}

.searc_mag_clear span {
  margin-right: 8px;
  color: rgba(57, 64, 67, 0.4);
  font-size: 16px;
  font-weight: 300;
  line-height: 16px;
  letter-spacing: 0;
}

.searc_mag_clear .searc_mag_clear_ico1 {
  opacity: 0.4;
}

.searc_mag_clear_ico2 {
  display: none;
}

.searc_mag_clear:hover {
  background: #ff3020;
}

.searc_mag_clear:hover .searc_mag_clear_ico2 {
  display: block;
}

.searc_mag_clear:hover .searc_mag_clear_ico1 {
  display: none;
}

@media (min-width: 1024px) {
  .searc_mag > .container.position-relative {
    height: 0 !important;
  }

  .searc_mag_bg {
    position: absolute;
    /*top: 164px;*/
    top: 24px;
    left: 0;
    z-index: 1;
    max-width: 100%;
  }

  .searc_mag_bg_wrp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
  }

  .searc_mag_bg_wrp .dropdown_wrp {
    max-width: calc((100% - 24px) / 3);
    margin-bottom: 0;
  }

  .searc_mag_clear {
    width: 56px;
  }

  .searc_mag_clear span {
    display: none;
  }
}
@media (min-width: 1320px) {
  .searc_mag_bg {
    max-width: 800px;
    top: 32px;
    left: 32px;
  }
}
.d-none {
  display: none !important;
}

/**/
/* =============== map_baloon ============== */
ymaps .popover-inner {
  width: 243px;
  position: relative;
}

ymaps .popover {
  max-width: 243px;
}

ymaps .close {
  font-size: 0;
  line-height: 1;
  text-shadow: none;
  position: absolute;
  top: 0;
  right: -35px;
  z-index: 10;
  width: 32px;
  height: 32px;
  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;
  cursor: pointer;
  background-color: #fff;
}

ymaps .close:not(:disabled):not(.disabled):focus,
ymaps .close:not(:disabled):not(.disabled):hover {
  color: #ffffff;
  text-decoration: none;
  opacity: 0.75;
}

/**/
.map_baloon {
  width: 243px;
  min-height: 186px;
  background: #fff;
  color: #2C2C2C;
  padding: 20px;
  position: relative;
  -webkit-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.08), 0px 0px 4px 0px rgba(0, 0, 0, 0.04);
          box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.08), 0px 0px 4px 0px rgba(0, 0, 0, 0.04);
  overflow: hidden;
}

.map_baloon > * {
  position: relative;
  z-index: 3;
}

.map_baloon_name {
  margin-bottom: 8px;
  padding: 4px 8px;
  background-color: #EF7F1B;
  color: #fff;
  font-size: 14px;
  border-radius: 50px;
  display: inline-block;
}

.map_baloon_head {
  color: #2C2C2C;
  font-family: "Onest", serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0;
  text-align: left;
  margin: 0 0 8px 0;
}

.map_baloon_body {
  margin-bottom: 12px;
}

.map_baloon_body_head {
  color: rgba(44, 44, 44, 0.5);
  font-size: 14px;
  font-weight: 300;
  line-height: 14px;
  letter-spacing: 0;
  text-align: left;
  margin-bottom: 4px;
}

.map_baloon_body_txt {
  color: #2C2C2C;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0;
  text-align: left;
}

.map_baloon_body_link {
  margin-top: 24px;
}

.map_baloon_body a {
  display: inline-block;
  color: white;
  font-size: 16px;
  font-weight: 300;
  line-height: 16px;
  letter-spacing: 0;
  text-align: left;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

.map_baloon_body img {
  display: inline-block;
  margin-left: 4px;
  vertical-align: middle;
}

@media (max-width: 1023px) {
  .sect_news .swiper {
    margin-left: -16px;
    margin-right: -16px;
    padding-left: 16px;
    padding-right: 16px;
  }
}
.sect_news__navigation {
  margin-top: 24px;
}
@media (min-width: 1024px) {
  .sect_news__navigation {
    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;
  }
}
@media (min-width: 1320px) {
  .sect_news__navigation {
    margin-top: 28px;
  }
}
@media (min-width: 1024px) {
  .sect_news__navigation .btn_gray {
    width: 252px;
  }
}
@media (max-width: 1023px) {
  .sect_news__navigation .swiper_arrow {
    display: none;
  }
}
@media (min-width: 1024px) {
  .sect_news__navigation .swiper_arrow {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-width: 0;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.sect_news__navigation .swiper_arrow__left, .sect_news__navigation .swiper_arrow__right {
  width: 52px;
  height: 52px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 52px;
          flex: 0 0 52px;
  max-width: 52px;
  background-color: #F8F7F7;
}
.sect_news__navigation .swiper_arrow__left:hover, .sect_news__navigation .swiper_arrow__right:hover {
  background-color: #312965;
}

.item_news {
  position: relative;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 260px;
}
@media (min-width: 1024px) {
  .item_news {
    height: 297px;
    border-top: 2px solid #F4F4F4;
    border-bottom: 2px solid #F4F4F4;
    border-left: 1px solid #F4F4F4;
    border-right: 1px solid #F4F4F4;
  }
}
@media (min-width: 1320px) {
  .item_news {
    height: 318px;
    padding: 32px;
  }
}
.item_news__badge {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 2;
  padding: 4px 8px;
  background-color: #EF7F1B;
  color: #fff;
  font-size: 14px;
}
@media (min-width: 1320px) {
  .item_news__badge {
    font-size: 16px;
    padding: 8px 12px;
    top: 32px;
    left: 32px;
  }
}
.item_news__badge_blue {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 2;
  padding: 4px 8px;
  background-color: #312965;
  color: #fff;
  font-size: 14px;
}
@media (min-width: 1320px) {
  .item_news__badge_blue {
    font-size: 16px;
    padding: 8px 12px;
    top: 32px;
    right: 32px;
  }
}
.item_news__image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
}
.item_news__image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.72)));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.72) 100%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.72) 100%);
}
@media (min-width: 1024px) {
  .item_news__image::before {
    -webkit-transition: 250ms ease;
    -o-transition: 250ms ease;
    transition: 250ms ease;
  }
}
.item_news__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 1024px) {
  .item_news__image {
    background: #fff;
  }
  .item_news__image img {
    opacity: 0;
  }
  .item_news__image::before {
    opacity: 0;
  }
}
.item_news__title {
  position: relative;
  z-index: 2;
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  margin-top: auto;
}
@media (min-width: 1024px) {
  .item_news__title {
    color: #2C2C2C;
  }
}
@media (min-width: 1320px) {
  .item_news__title {
    font-size: 22px;
  }
}
.item_news__text {
  display: none;
  position: relative;
  z-index: 2;
  line-height: 20px;
  color: #fff;
  margin-top: 8px;
}
@media (min-width: 1320px) {
  .item_news__text {
    margin-top: 12px;
    font-size: 18px;
    line-height: 22px;
  }
}
@media (min-width: 1024px) {
  .item_news:hover, .item_news.active {
    border-color: transparent;
  }
  .item_news:hover .item_news__image, .item_news.active .item_news__image {
    background: #fff;
  }
  .item_news:hover .item_news__image img, .item_news.active .item_news__image img {
    opacity: 1;
  }
  .item_news:hover .item_news__image::before, .item_news.active .item_news__image::before {
    opacity: 1;
  }
  .item_news:hover .item_news__title, .item_news.active .item_news__title {
    color: #fff;
  }
  .item_news:hover .item_news__text, .item_news.active .item_news__text {
    display: block;
  }
}

@media (max-width: 1023px) {
  .sect_partners .swiper {
    margin-left: -16px;
    margin-right: -16px;
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 1024px) {
  .sect_partners__slider {
    position: relative;
  }
  .sect_partners__slider::before, .sect_partners__slider::after {
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    width: 84px;
    background: -webkit-gradient(linear, left top, right top, color-stop(32.381%, rgba(255, 255, 255, 0)), to(white));
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 32.381%, white 100%);
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 32.381%, white 100%);
    z-index: 2;
    pointer-events: none;
  }
  .sect_partners__slider::before {
    left: 0;
    -webkit-transform: scaleX(-1);
        -ms-transform: scaleX(-1);
            transform: scaleX(-1);
  }
  .sect_partners__slider::after {
    right: -1px;
  }
}
.sect_partners__navigation {
  margin-top: 24px;
}
@media (min-width: 1320px) {
  .sect_partners__navigation {
    margin-top: 28px;
  }
}
.sect_partners__navigation .swiper_arrow__left, .sect_partners__navigation .swiper_arrow__right {
  background-color: #F8F7F7;
}
.sect_partners__navigation .swiper_arrow__left:hover, .sect_partners__navigation .swiper_arrow__right:hover {
  background-color: #EF7F1B;
}

.item_partner {
  height: 120px;
  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;
}
@media (min-width: 1320px) {
  .item_partner {
    height: 145px;
  }
}

.page_not_found {
  margin-top: 115px;
  margin-bottom: 115px;
}
@media (min-width: 1024px) {
  .page_not_found {
    margin-top: 200px;
    margin-bottom: 370px;
  }
}
@media (min-width: 1320px) {
  .page_not_found {
    margin-bottom: 200px;
  }
}
.page_not_found .d_image {
  margin-bottom: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 1320px) {
  .page_not_found .d_image {
    margin-bottom: 20px;
  }
}
.page_not_found .d_image img {
  max-width: 204px;
}
@media (min-width: 1024px) {
  .page_not_found .d_image img {
    max-width: 313px;
  }
}
@media (min-width: 1024px) {
  .page_not_found .d_image {
    margin-bottom: 20px;
  }
}
.page_not_found .d_info {
  text-align: center;
  margin-bottom: 28px;
  color: #2C2C2C;
  font-size: 16px;
}
@media (min-width: 1024px) {
  .page_not_found .d_info {
    margin-bottom: 24px;
    font-size: 20px;
  }
}
@media (min-width: 1320px) {
  .page_not_found .d_info {
    margin-bottom: 28px;
    font-size: 24px;
  }
}
@media (min-width: 1024px) {
  .page_not_found .d_btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 8px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (min-width: 1320px) {
  .page_not_found .d_btns {
    gap: 12px;
  }
}
.page_not_found .d_btns .btn_orange,
.page_not_found .d_btns .btn_orange_light {
  width: 100%;
  height: 52px;
}
@media (min-width: 1024px) {
  .page_not_found .d_btns .btn_orange,
.page_not_found .d_btns .btn_orange_light {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-width: 0;
    max-width: 215px;
    font-size: 15px;
  }
}
@media (min-width: 1320px) {
  .page_not_found .d_btns .btn_orange,
.page_not_found .d_btns .btn_orange_light {
    font-size: 16px;
  }
}
@media (max-width: 1023px) {
  .page_not_found .d_btns .btn_orange:not(:last-child),
.page_not_found .d_btns .btn_orange_light:not(:last-child) {
    margin-bottom: 8px;
  }
}

.about_page {
  color: #2C2C2C;
  font-size: 17px;
  line-height: 23px;
}
@media (min-width: 1024px) {
  .about_page {
    font-size: 18px;
    line-height: 24px;
  }
}
.about_page__slider {
  margin-top: 20px;
  margin-bottom: 20px;
  height: 457px;
}
@media (min-width: 1320px) {
  .about_page__slider {
    margin-top: 28px;
    margin-bottom: 28px;
    height: 560px;
  }
}
.about_page__slider .swiper {
  height: 100%;
}
.about_page__slider .swiper-slide {
  height: auto;
}
.about_page__slider .swiper_arrow {
  position: absolute;
  top: 24px;
  left: 24px;
  z-index: 3;
}
@media (min-width: 1024px) {
  .about_page__slider .swiper_arrow {
    top: 44px;
    left: auto;
    right: 44px;
  }
}
@media (min-width: 1320px) {
  .about_page__slider .swiper_arrow {
    top: 60px;
    left: auto;
    right: 60px;
  }
}
.about_page__slider .swiper_arrow__left, .about_page__slider .swiper_arrow__right {
  background-color: #312965;
}
.about_page__slider .swiper_arrow__left:hover, .about_page__slider .swiper_arrow__right:hover {
  background-color: #fff;
}
.about_page__slider .swiper_arrow__left:hover svg path, .about_page__slider .swiper_arrow__right:hover svg path {
  fill: #312965;
}
.about_page__slider .swiper_arrow__left svg, .about_page__slider .swiper_arrow__right svg {
  width: 18px;
}
.about_page__slider .swiper_arrow__left svg path, .about_page__slider .swiper_arrow__right svg path {
  fill: #fff;
}
.about_page__slider .swiper_arrow__left {
  margin-right: 4px;
}
.about_page__derection {
  margin-top: 32px;
}
@media (min-width: 1024px) {
  .about_page__derection {
    margin-top: 40px;
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1320px) {
  .about_page__derection {
    gap: 20px;
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 1023px) {
  .about_page__derection .item_derection:not(:last-child) {
    margin-bottom: 12px;
  }
}
.about_page .h3 {
  margin-bottom: 20px;
}
.about_page .h3:not(:first-child) {
  margin-top: 20px;
}
.about_page > .btn_orange_light {
  margin-top: 24px;
  margin-bottom: 24px;
  padding: 0 12px;
  height: 60px;
  font-size: 17px;
}
@media (min-width: 1024px) {
  .about_page > .btn_orange_light {
    margin-top: 28px;
    margin-bottom: 28px;
    padding: 0 28px;
    max-width: 322px;
  }
}
.about_page > .btn_orange_light svg {
  margin-left: 8px;
}
.about_page ul, .about_page ol {
  margin-top: 20px;
}
.about_page ul li, .about_page ol li {
  position: relative;
  list-style: none;
  font-size: 17px;
  line-height: 23px;
  padding-left: 38px;
}
@media (min-width: 1024px) {
  .about_page ul li, .about_page ol li {
    font-size: 18px;
    line-height: 24px;
  }
}
.about_page ul li:not(:last-child), .about_page ol li:not(:last-child) {
  margin-bottom: 20px;
}
.about_page ul li::before, .about_page ol li::before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: #EF7F1B;
  display: block;
  position: absolute;
  top: 9px;
  left: 15px;
}
.about_page ul li span, .about_page ol li span {
  color: #959595;
  display: block;
  margin-top: 6px;
}
.about_page__adventage {
  margin-bottom: 88px;
  margin-top: 88px;
}
@media (min-width: 1024px) {
  .about_page__adventage {
    margin-bottom: 104px;
    margin-top: 104px;
  }
}
@media (min-width: 1320px) {
  .about_page__adventage {
    margin-top: 74px;
    margin-bottom: 74px;
  }
}
.about_page__adventage .h2 {
  font-size: 28px;
  line-height: 36px;
  font-weight: 700;
}
@media (min-width: 1024px) {
  .about_page__adventage .h2 {
    font-size: 32px;
    line-height: 40px;
  }
}
@media (min-width: 1320px) {
  .about_page__adventage .h2 {
    font-size: 40px;
    line-height: 52px;
  }
}

.adventage_grid {
  margin-top: 26px;
}
@media (min-width: 1024px) {
  .adventage_grid {
    margin-top: 24px;
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1320px) {
  .adventage_grid {
    gap: 20px;
  }
}

.adventage_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 28px;
}
@media (min-width: 1024px) {
  .adventage_item {
    margin-bottom: 0;
    padding: 16px;
  }
}
.adventage_item__image {
  margin-bottom: 12px;
  background-color: #FFEEDF;
  border-radius: 50%;
  width: 64px;
  height: 64px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 64px;
          flex: 0 0 64px;
  max-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;
}
@media (min-width: 1024px) {
  .adventage_item__image {
    width: 72px;
    height: 72px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 72px;
            flex: 0 0 72px;
    max-width: 72px;
  }
}
.adventage_item__title {
  margin-bottom: 8px;
  color: #2C2C2C;
  font-size: 18px;
  font-weight: 700;
  line-height: 100%;
}
@media (min-width: 1024px) {
  .adventage_item__title {
    margin-bottom: 12px;
    font-size: 20px;
  }
}
.adventage_item__text {
  font-size: 14px;
  color: #2C2C2C;
  line-height: 100%;
}
@media (min-width: 1024px) {
  .adventage_item__text {
    font-size: 16px;
  }
}

.item_derection {
  background-color: #F8F7F7;
  min-height: 96px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 32px;
  padding-right: 22px;
}
@media (min-width: 1024px) {
  .item_derection {
    -webkit-transition: 250ms ease;
    -o-transition: 250ms ease;
    transition: 250ms ease;
  }
}
.item_derection:hover {
  background-color: #EF7F1B;
}
.item_derection:hover span {
  color: #fff;
}
.item_derection:hover .icon_arrow {
  background-color: #312965;
}
.item_derection:hover .icon_arrow svg path {
  fill: #fff;
}
@media (max-width: 1023px) {
  .item_derection.active {
    background-color: #EF7F1B;
  }
  .item_derection.active span {
    color: #fff;
  }
  .item_derection.active .icon_arrow {
    background-color: #312965;
  }
  .item_derection.active .icon_arrow svg path {
    fill: #fff;
  }
}
.item_derection span {
  font-size: 20px;
  line-height: 32px;
  color: #2C2C2C;
}
.item_derection .icon_arrow {
  width: 44px;
  height: 44px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 44px;
          flex: 0 0 44px;
  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-radius: 50%;
}

.about_slide {
  position: relative;
  padding: 24px;
  height: 100%;
}
@media (min-width: 1024px) {
  .about_slide {
    padding: 44px;
  }
}
@media (min-width: 1320px) {
  .about_slide {
    padding: 60px;
  }
}
.about_slide__info {
  position: absolute;
  bottom: 24px;
  left: 24px;
  z-index: 2;
  width: calc(100% - 44px);
  height: calc(100% - 88px);
  overflow-y: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.about_slide__info::-webkit-scrollbar {
  width: 4px;
}
.about_slide__info::-webkit-scrollbar-track {
  background-color: #EAEAEA;
}
.about_slide__info::-webkit-scrollbar-thumb {
  background-color: #EF7F1B;
  border-radius: 3px;
}
@media (min-width: 1024px) {
  .about_slide__info {
    bottom: 44px;
    left: 44px;
    width: calc(100% - 88px);
    height: calc(100% - 120px);
  }
}
@media (min-width: 1320px) {
  .about_slide__info {
    bottom: 60px;
    left: 60px;
    width: calc(100% - 120px);
    height: calc(100% - 160px);
  }
}
.about_slide__info .d_title {
  font-size: 40px;
  line-height: 51px;
  color: #fff;
  font-weight: 700;
  overflow-wrap: break-word;
  margin-top: auto;
}
@media (min-width: 1024px) {
  .about_slide__info .d_title {
    font-size: 56px;
    line-height: 72px;
  }
}
@media (min-width: 1320px) {
  .about_slide__info .d_title {
    font-size: 64px;
  }
}
.about_slide__info .d_text {
  font-size: 18px;
  line-height: 28px;
  color: #fff;
}
@media (min-width: 1024px) {
  .about_slide__info .d_text {
    font-size: 20px;
  }
}
.about_slide__image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.about_slide__image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.4)));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4) 100%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4) 100%);
}
.about_slide__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.about_section {
  margin-top: 44px;
}
@media (min-width: 1024px) {
  .about_section {
    margin-top: 56px;
  }
}
@media (min-width: 1320px) {
  .about_section {
    margin-top: 72px;
  }
}

@media (min-width: 1320px) {
  .about_detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 20px;
  }
}
@media (min-width: 1320px) {
  .about_detail.reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.about_detail:not(:last-child) {
  margin-bottom: 44px;
}
@media (min-width: 1024px) {
  .about_detail:not(:last-child) {
    margin-bottom: 56px;
  }
}
@media (min-width: 1320px) {
  .about_detail:not(:last-child) {
    margin-bottom: 92px;
  }
}
.about_detail__info {
  margin-bottom: 28px;
}
@media (min-width: 1320px) {
  .about_detail__info {
    margin-bottom: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 20px) / 2);
            flex: 0 0 calc((100% - 20px) / 2);
    max-width: calc((100% - 20px) / 2);
  }
}
.about_detail__info .h3,
.about_detail__info h2,
.about_detail__info h1,
.about_detail__info .b_title {
  margin-bottom: 16px;
}
@media (min-width: 1024px) {
  .about_detail__info .h3,
.about_detail__info h2,
.about_detail__info h1,
.about_detail__info .b_title {
    margin-bottom: 20px;
  }
}
.about_detail__image {
  width: 100%;
  height: 296px;
}
@media (min-width: 1024px) {
  .about_detail__image {
    height: 428px;
  }
}
@media (min-width: 1320px) {
  .about_detail__image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 20px) / 2);
            flex: 0 0 calc((100% - 20px) / 2);
    max-width: calc((100% - 20px) / 2);
    height: 460px;
  }
}
.about_detail__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.ullist li {
  position: relative;
  list-style: none;
  font-size: 17px;
  line-height: 23px;
  padding-left: 38px;
}
@media (min-width: 1024px) {
  .ullist li {
    font-size: 18px;
    line-height: 24px;
  }
}
.ullist li:not(:last-child) {
  margin-bottom: 20px;
}
.ullist li::before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: #EF7F1B;
  display: block;
  position: absolute;
  top: 9px;
  left: 15px;
}
.ullist li span {
  color: #959595;
  display: block;
  margin-top: 6px;
}

.about_facts {
  position: relative;
  margin: 28px 0;
  padding: 24px;
  background-color: #F8F7F7;
}
@media (min-width: 1024px) {
  .about_facts {
    padding: 40px;
    margin: 32px 0;
  }
}
@media (min-width: 1320px) {
  .about_facts {
    margin: 40px 0;
  }
}
@media (min-width: 1024px) {
  .about_facts__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 60px;
  }
}
@media (min-width: 1320px) {
  .about_facts__row {
    gap: 96px;
  }
}
.about_facts::before {
  content: "";
  position: absolute;
  top: 12px;
  right: 12px;
  background: url(../img/about_fact_icon.svg) no-repeat;
  width: 70px;
  height: 160px;
  background-size: 100%;
  pointer-events: none;
}
.about_facts .ul li {
  font-size: 18px;
  padding-left: 40px;
}
@media (min-width: 1024px) {
  .about_facts .ul li {
    font-size: 20px;
    line-height: 28px;
  }
}
.about_facts .ul li:not(:last-child) {
  margin-bottom: 6px;
}
.about_facts .ul li::before {
  content: "";
  width: 20px;
  height: 2px;
  top: 12px;
  left: 4px;
}
.about_facts .b {
  margin-bottom: 16px;
  font-size: 20px;
  line-height: 25px;
  font-weight: 600;
  display: block;
  position: relative;
  z-index: 2;
}
.about_facts__contact {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.about_facts__contact:not(:last-child) {
  margin-bottom: 20px;
}
.about_facts__contact span {
  margin-bottom: 4px;
  font-size: 17px;
  line-height: 22px;
  color: #EF7F1B;
}
.about_facts__contact a {
  font-size: 22px;
  line-height: 28px;
  color: #312965;
  text-decoration: underline;
}
.about_facts__contact a:not(:last-child) {
  margin-bottom: 2px;
}
.about_facts__contact a:hover {
  text-decoration: none;
}
.about_facts__contact .item {
  font-size: 22px;
  line-height: 28px;
  color: #2C2C2C;
}
.about_facts__contact .item:not(:last-child) {
  margin-bottom: 2px;
}

.about_tiles {
  margin-bottom: 16px;
}
@media (min-width: 1320px) {
  .about_tiles {
    max-width: 646px;
  }
}

.about_header_image {
  position: relative;
  height: 288px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 24px;
}
@media (min-width: 1024px) {
  .about_header_image {
    height: 356px;
    padding: 36px;
    margin-bottom: 36px;
  }
}
@media (min-width: 1320px) {
  .about_header_image {
    padding: 40px;
    margin-bottom: 40px;
  }
}
.about_header_image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.55)));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.55) 100%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.55) 100%);
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
}
.about_header_image img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  pointer-events: none;
}
.about_header_image .d_title {
  margin-top: auto;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  position: relative;
  z-index: 2;
}
@media (min-width: 1024px) {
  .about_header_image .d_title {
    font-size: 22px;
  }
}
@media (min-width: 1320px) {
  .about_header_image .d_title {
    font-size: 22px;
  }
}

@media (min-width: 1024px) {
  .cart_page {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 1024px) {
  .cart_page__content {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-width: 0;
  }
}
.cart_page__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 56px;
}
@media (min-width: 1024px) {
  .cart_page__grid {
    margin-bottom: 80px;
  }
}
@media (min-width: 1320px) {
  .cart_page__grid {
    margin-bottom: 104px;
  }
}
@media (max-width: 1023px) {
  .cart_page__grid .cart_product {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 16px) / 2);
            flex: 0 0 calc((100% - 16px) / 2);
    max-width: calc((100% - 16px) / 2);
  }
}
.cart_page__aside {
  display: none;
}
@media (min-width: 1024px) {
  .cart_page__aside {
    display: block;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 323px;
            flex: 0 0 323px;
    max-width: 323px;
    margin-left: 16px;
    -ms-flex-item-align: start;
        align-self: flex-start;
    position: sticky;
    top: 120px;
  }
}
@media (min-width: 1320px) {
  .cart_page__aside {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 313px;
            flex: 0 0 313px;
    max-width: 313px;
    margin-left: 20px;
  }
}
.cart_page__form-select {
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  .cart_page__form-select {
    margin-bottom: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 1320px) {
  .cart_page__form-select {
    margin-bottom: 32px;
  }
}
.cart_page__form-select .btn_orange_light {
  height: 52px;
  font-size: 16px;
  font-weight: 500;
}
@media (min-width: 1024px) {
  .cart_page__form-select .btn_orange_light {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 12px) / 2);
            flex: 0 0 calc((100% - 12px) / 2);
    max-width: calc((100% - 12px) / 2);
    height: 60px;
    font-size: 17px;
  }
  .cart_page__form-select .btn_orange_light:not(:last-child) {
    margin-right: 12px;
  }
}
@media (min-width: 1320px) {
  .cart_page__form-select .btn_orange_light {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 20px) / 2);
            flex: 0 0 calc((100% - 20px) / 2);
    max-width: calc((100% - 20px) / 2);
  }
  .cart_page__form-select .btn_orange_light:not(:last-child) {
    margin-right: 20px;
  }
}
.cart_page__form-select .btn_orange_light.active {
  background-color: #EF7F1B;
  color: #fff;
}
.cart_page__form-select .btn_orange_light:not(:last-child) {
  margin-bottom: 8px;
}
@media (min-width: 1024px) {
  .cart_page__form-select .btn_orange_light:not(:last-child) {
    margin-bottom: 0;
  }
}
.cart_page__form-section:not(:last-child) {
  margin-bottom: 40px;
}
.cart_page__form-section .d_title {
  margin-bottom: 16px;
  font-size: 18px;
  line-height: 32px;
  font-weight: 600;
  color: #2C2C2C;
}
@media (min-width: 1024px) {
  .cart_page__form-section .d_title {
    font-size: 20px;
  }
}
@media (min-width: 1320px) {
  .cart_page__form-section .d_title {
    font-size: 24px;
    margin-bottom: 24px;
  }
}
.cart_page__form-section .field_set:not(:last-child) {
  margin-bottom: 16px;
}
.cart_page__form-section .field_checked {
  margin-bottom: 20px;
}
.cart_page__form-tab {
  display: none;
  margin-bottom: 40px;
}
@media (min-width: 1024px) {
  .cart_page__form-tab {
    margin-bottom: 44px;
  }
}
@media (min-width: 1320px) {
  .cart_page__form-tab {
    margin-bottom: 56px;
  }
}
@media (min-width: 1320px) {
  .cart_page__form-tab.flex.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.cart_page__form-tab .d_col {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
@media (min-width: 1024px) {
  .cart_page__form-tab .d_col {
    grid-template-columns: repeat(2, 1fr);
  }
}
.cart_page__form-tab .d_col:not(:last-child) {
  margin-bottom: 16px;
}
@media (min-width: 1320px) {
  .cart_page__form-tab .d_col:not(:last-child) {
    margin-bottom: 0;
  }
}
.cart_page__form-tab .d_col .field_set {
  margin-bottom: 0;
}
.cart_page__form-tab.active {
  display: block;
}
.cart_page__form-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.cart_page__form-btns .btn_orange {
  width: 100%;
}
@media (min-width: 1024px) {
  .cart_page__form-btns .btn_orange {
    max-width: 328px;
    height: 56px;
    font-size: 16px;
  }
}
.cart_page__form-btns .text {
  margin-top: 12px;
  font-size: 14px;
  line-height: 17.85px;
  color: #9A9A9A;
}
.cart_page__form-btns .text a {
  color: #EF7F1B;
  text-decoration: underline;
}
.cart_page__form-btns .text a:hover {
  text-decoration: none;
}

.cart_product {
  position: relative;
}
@media (max-width: 1023px) {
  .cart_product {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 1px 4px;
  }
}
@media (min-width: 1024px) {
  .cart_product {
    padding: 16px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .cart_product:not(:last-child) {
    border-bottom: 2px solid #F8F7F7;
  }
}
@media (min-width: 1320px) {
  .cart_product {
    padding: 24px 16px;
  }
}
.cart_product__image {
  margin-bottom: 12px;
  height: 108px;
  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;
}
@media (min-width: 1024px) {
  .cart_product__image {
    margin-bottom: 0;
    height: 56px;
    margin-right: 20px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 72px;
            flex: 0 0 72px;
    max-width: 72px;
  }
}
@media (min-width: 1320px) {
  .cart_product__image {
    margin-right: 36px;
    height: 68px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 87px;
            flex: 0 0 87px;
    max-width: 87px;
  }
}
.cart_product__image img {
  height: 100%;
}
.cart_product__info {
  margin-bottom: 12px;
}
@media (min-width: 1024px) {
  .cart_product__info {
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 32px;
    margin-right: 24px;
  }
}
@media (min-width: 1320px) {
  .cart_product__info {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-width: 0;
    margin-right: 36px;
  }
}
.cart_product__info-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.cart_product__info-item:not(:last-child) {
  margin-bottom: 12px;
}
@media (min-width: 1024px) {
  .cart_product__info-item:not(:last-child) {
    margin-bottom: 0;
  }
}
@media (min-width: 1320px) {
  .cart_product__info-item:last-child {
    margin-left: auto;
  }
}
.cart_product__info-item .s1 {
  color: #959595;
  font-size: 12px;
  line-height: 16px;
}
@media (min-width: 1320px) {
  .cart_product__info-item .s1 {
    font-size: 14px;
  }
}
.cart_product__info-item .s2 {
  color: #2C2C2C;
  font-size: 14px;
  line-height: 18px;
}
@media (min-width: 1320px) {
  .cart_product__info-item .s2 {
    font-size: 18px;
    line-height: 24px;
  }
}
@media (max-width: 1023px) {
  .cart_product__control {
    margin-top: auto;
  }
}
@media (min-width: 1024px) {
  .cart_product__control {
    margin-left: auto;
  }
}
.cart_product__control .control_block {
  max-width: 100%;
}
@media (min-width: 1024px) {
  .cart_product__control .control_block {
    max-width: 120px;
  }
}
@media (min-width: 1320px) {
  .cart_product__control .control_block {
    max-width: 140px;
  }
}
@media (min-width: 1320px) {
  .cart_product__control .control_block__plus, .cart_product__control .control_block__minus {
    width: 44px;
    height: 44px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 44px;
            flex: 0 0 44px;
    max-width: 44px;
  }
}
@media (min-width: 1320px) {
  .cart_product__control .control_block__input {
    height: 44px;
    font-size: 16px;
  }
}
.cart_product__remove {
  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;
  cursor: pointer;
  background-color: #EF7F1B;
  z-index: 2;
}
@media (max-width: 1023px) {
  .cart_product__remove {
    position: absolute;
    top: 6px;
    right: 6px;
    width: 32px;
    height: 32px;
  }
}
@media (min-width: 1024px) {
  .cart_product__remove {
    width: 40px;
    height: 40px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40px;
            flex: 0 0 40px;
    max-width: 40px;
    margin-left: 8px;
  }
}

.cart_summary {
  padding: 24px;
  background-color: #F8F7F7;
}
@media (min-width: 1320px) {
  .cart_summary {
    padding: 28px;
  }
}
.cart_summary__label {
  display: block;
  margin-bottom: 12px;
  color: #2C2C2C;
  font-size: 18px;
  line-height: 23px;
  font-weight: 500;
}
@media (min-width: 1320px) {
  .cart_summary__label {
    font-size: 20px;
    line-height: 28px;
  }
}
.cart_summary__list-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.cart_summary__list-item::before {
  content: "";
  position: absolute;
  top: 15px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: rgba(149, 149, 149, 0.2);
}
.cart_summary__list-item:not(:last-child) {
  margin-bottom: 6px;
}
.cart_summary__list-item .s1, .cart_summary__list-item .s2 {
  position: relative;
  z-index: 2;
  background-color: #F8F7F7;
}
.cart_summary__list-item .s1 {
  color: #959595;
  font-size: 16px;
  line-height: 24px;
  padding-right: 6px;
}
.cart_summary__list-item .s2 {
  color: #2C2C2C;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  padding-left: 6px;
}

.product_catalog__filter {
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  .product_catalog__filter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 16px;
  }
}
@media (min-width: 1320px) {
  .product_catalog__filter {
    margin-bottom: 20px;
  }
}
@media (min-width: 1024px) {
  .product_catalog__filter .d_left {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-width: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .product_catalog__filter .d_left form {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-width: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 1024px) {
  .product_catalog__filter .d_left .btn_filter_open {
    display: none;
  }
}
.product_catalog__filter .d_left .btn_filter_open .count {
  min-width: 20px;
  height: 20px;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #EF7F1B;
  color: #fff;
  font-size: 13px;
  margin-left: 8px;
}
.product_catalog__filter .d_left .btn_filter_open .count.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1023px) {
  .product_catalog__filter .d_left .filter_wrap {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 15;
    background-color: #fff;
    overflow-y: auto;
    padding: 88px 16px 50px 16px;
    display: none;
  }
}
@media (min-width: 1024px) {
  .product_catalog__filter .d_left .filter_wrap {
    margin-right: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
  }
  .product_catalog__filter .d_left .filter_wrap .filter_block {
    width: 100%;
    max-width: 180px;
  }
}
@media (min-width: 1320px) {
  .product_catalog__filter .d_left .filter_wrap .filter_block {
    width: 220px;
    max-width: 100%;
  }
}
.product_catalog__filter .d_left .filter_close {
  display: none;
  width: 40px;
  height: 40px;
  background-color: #EF7F1B;
  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;
  cursor: pointer;
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 16;
}
@media (min-width: 1024px) {
  .product_catalog__filter .d_left .filter_close {
    display: none !important;
  }
}
.product_catalog__filter .d_right {
  margin-top: 8px;
}
@media (min-width: 1024px) {
  .product_catalog__filter .d_right {
    margin-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 8px;
    margin-left: 10px;
  }
}
.product_catalog__filter .d_right .btn_download_catalog {
  font-size: 16px;
  height: 52px;
}
@media (min-width: 1024px) {
  .product_catalog__filter .d_right .btn_download_catalog {
    height: 48px;
    font-size: 15px;
  }
}
@media (min-width: 1320px) {
  .product_catalog__filter .d_right .btn_download_catalog {
    height: 52px;
  }
}
.product_catalog__filter .d_right .btn_download_catalog svg {
  margin-left: 7px;
}
.product_catalog__filter .d_right .btn_download_catalog:hover svg path {
  fill: #fff;
}
.product_catalog__filter .d_right .btn_catalog_list_toggler,
.product_catalog__filter .d_right .btn_catalog_grid_toggler {
  display: none;
}
@media (min-width: 1024px) {
  .product_catalog__filter .d_right .btn_catalog_list_toggler,
.product_catalog__filter .d_right .btn_catalog_grid_toggler {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 48px;
    width: 48px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 48px;
            flex: 0 0 48px;
    padding: 0;
  }
}
@media (min-width: 1320px) {
  .product_catalog__filter .d_right .btn_catalog_list_toggler,
.product_catalog__filter .d_right .btn_catalog_grid_toggler {
    height: 52px;
    width: 52px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 52px;
            flex: 0 0 52px;
  }
}
.product_catalog__filter .d_right .btn_catalog_list_toggler.active, .product_catalog__filter .d_right .btn_catalog_list_toggler:hover,
.product_catalog__filter .d_right .btn_catalog_grid_toggler.active,
.product_catalog__filter .d_right .btn_catalog_grid_toggler:hover {
  background-color: #EF7F1B;
}
.product_catalog__filter .d_right .btn_catalog_list_toggler.active svg path, .product_catalog__filter .d_right .btn_catalog_list_toggler:hover svg path,
.product_catalog__filter .d_right .btn_catalog_grid_toggler.active svg path,
.product_catalog__filter .d_right .btn_catalog_grid_toggler:hover svg path {
  fill: #fff;
}
.product_catalog__grid {
  margin-bottom: 16px;
}
@media (min-width: 1024px) {
  .product_catalog__grid {
    margin-bottom: 24px;
  }
}
@media (max-width: 1023px) {
  .product_catalog__grid {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(2, minmax(50px, 1fr));
  }
}
.product_catalog__grid.loading {
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.product_catalog__grid.loading a, .product_catalog__grid.loading button {
  -webkit-transition: all 0ms ease;
  -o-transition: all 0ms ease;
  transition: all 0ms ease;
}
.product_catalog__grid.loading::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  background-color: rgba(255, 255, 255, 0.4);
}
.product_catalog__grid.loading::after {
  content: "Загружаю...";
  position: absolute;
  top: 15%;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #2C2C2C;
  font-size: 18px;
  font-weight: 500;
}
.product_catalog__grid.grid {
  display: grid;
}
@media (min-width: 1024px) {
  .product_catalog__grid.grid {
    gap: 16px;
    grid-template-columns: repeat(3, minmax(50px, 1fr));
  }
}
@media (min-width: 1320px) {
  .product_catalog__grid.grid {
    grid-template-columns: repeat(4, minmax(50px, 1fr));
    gap: 20px;
  }
}
@media (min-width: 1024px) {
  .product_catalog__grid.list .product_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    border-bottom: 2px solid #F8F7F7;
    gap: 20px;
  }
  .product_catalog__grid.list .product_item__image {
    margin-right: 12px;
    height: 56px;
    margin-top: auto;
    margin-bottom: auto;
    width: 72px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 72px;
            flex: 0 0 72px;
  }
  .product_catalog__grid.list .product_item__image img {
    margin-top: 16px;
    height: 56px;
  }
  .product_catalog__grid.list .product_item__info {
    margin-bottom: 0;
  }
  .product_catalog__grid.list .product_item__info.col2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 85px;
            flex: 0 0 85px;
    max-width: 85px;
  }
  .product_catalog__grid.list .product_item__info.col3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 115px;
            flex: 0 0 115px;
    max-width: 115px;
  }
  .product_catalog__grid.list .product_item__info .s1 {
    overflow-wrap: anywhere;
    min-height: 34px;
  }
  .product_catalog__grid.list .product_item__info .s2 {
    font-size: 14px;
    margin-bottom: 8px;
  }
  .product_catalog__grid.list .product_item > .product_item__info:nth-last-child(2) {
    margin-left: auto;
  }
  .product_catalog__grid.list .product_item > .product_item__info:nth-last-child(2) .s1 {
    white-space: nowrap;
  }
  .product_catalog__grid.list .product_item__row {
    margin-bottom: 0;
  }
  .product_catalog__grid.list .product_item__control {
    margin-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .product_catalog__grid.list .product_item__control > div[data-entity] {
    margin-top: 22px;
  }
  .product_catalog__grid.list .product_item__control .control_block {
    max-width: 120px;
    margin-right: 6px;
  }
  .product_catalog__grid.list .product_item__control .btn_orange {
    padding: 0;
    width: 40px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40px;
            flex: 0 0 40px;
  }
  .product_catalog__grid.list .product_item__control .btn_orange span {
    display: none;
  }
  .product_catalog__grid.list .product_item__control .btn_orange svg {
    display: block;
  }
}
@media (min-width: 1320px) {
  .product_catalog__grid.list .product_item {
    border-bottom: 2px solid #F8F7F7;
    gap: 24px;
  }
  .product_catalog__grid.list .product_item__image {
    margin-right: 12px;
    height: 68px;
    width: 87px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 87px;
            flex: 0 0 87px;
  }
  .product_catalog__grid.list .product_item__image img {
    height: 68px;
  }
  .product_catalog__grid.list .product_item__info {
    margin-bottom: 0;
  }
  .product_catalog__grid.list .product_item__info.col3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 142px;
            flex: 0 0 142px;
    max-width: 142px;
  }
}
@media (min-width: 1320px) and (min-width: 1320px) {
  .product_catalog__grid.list .product_item__info .s1 {
    font-size: 14px;
    line-height: 16px;
  }
}
@media (min-width: 1320px) {
  .product_catalog__grid.list .product_item__info .s2 {
    font-size: 14px;
    overflow-wrap: anywhere;
  }
}
@media (min-width: 1320px) and (min-width: 1320px) {
  .product_catalog__grid.list .product_item__info .s2 {
    font-size: 18px;
    line-height: 24px;
  }
}
@media (min-width: 1320px) {
  .product_catalog__grid.list .product_item__info a.s2, .product_catalog__grid.list .product_item__info a.s1 {
    border-bottom: 0;
  }
}
@media (min-width: 1320px) {
  .product_catalog__grid.list .product_item__row {
    margin-bottom: 0;
  }
}
@media (min-width: 1320px) {
  .product_catalog__grid.list .product_item__control .control_block {
    max-width: 140px;
    margin-right: 8px;
  }
  .product_catalog__grid.list .product_item__control .btn_orange {
    padding: 0;
    width: 122px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 122px;
            flex: 0 0 122px;
  }
  .product_catalog__grid.list .product_item__control .btn_orange span {
    display: block;
  }
  .product_catalog__grid.list .product_item__control .btn_orange svg {
    display: none;
  }
}

.category_list__top {
  display: none;
}
@media (min-width: 1320px) {
  .category_list__top {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-bottom: 20px;
  }
}
.category_list__top .btn_orange_light {
  height: 72px;
  font-size: 18px;
  font-weight: 500;
}
.category_list__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
@media (min-width: 1024px) {
  .category_list__grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
  }
}
@media (min-width: 1320px) {
  .category_list__grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
  }
}

.category_item {
  position: relative;
  background-color: #F8F7F7;
  height: 156px;
  padding: 16px;
  -webkit-transition: 250ms ease;
  -o-transition: 250ms ease;
  transition: 250ms ease;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .category_item {
    padding: 24px;
    height: 240px;
  }
}
@media (min-width: 1320px) {
  .category_item {
    padding: 28px;
    height: 276px;
  }
}
@media (min-width: 1024px) {
  .category_item::before {
    content: "";
    background: url("data:image/svg+xml,%3Csvg width='313' height='262' viewBox='0 0 313 262' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg style='mix-blend-mode:screen' opacity='1'%3E%3Cellipse cx='237.655' cy='235.245' rx='298.9' ry='151' transform='rotate(-44.2264 237.655 235.245)' fill='%23f28c1f'/%3E%3C/g%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
    pointer-events: none;
    width: 100%;
    height: 88%;
    display: block;
    z-index: 2;
    -webkit-transform: translate(65%, 65%);
        -ms-transform: translate(65%, 65%);
            transform: translate(65%, 65%);
  }
}
@media (min-width: 1024px) {
  .category_item:hover {
    background-color: #EF7F1B;
  }
  .category_item:hover::before {
    -webkit-transition: 300ms 210ms ease-out;
    -o-transition: 300ms 210ms ease-out;
    transition: 300ms 210ms ease-out;
    -webkit-transform: translate(0%, 0%);
        -ms-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
  }
  .category_item:hover .category_item__image {
    opacity: 1;
  }
  .category_item:hover .category_item__title {
    color: #fff;
  }
  .category_item:hover .category_item__icon {
    background-color: #312965;
  }
  .category_item:hover .category_item__icon::before {
    background-image: url("data:image/svg+xml,%3Csvg width='21' height='21' viewBox='0 0 21 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.1202 2.9001L4.10028 2.9001L4.10028 0.100527H20.8997L20.8997 1.50032L20.8997 16.9L18.1001 16.9L18.1001 4.88L2.09068 20.8895L0.110782 18.9096L16.1202 2.9001Z' fill='white'/%3E%3C/svg%3E%0A");
  }
}
.category_item__title {
  font-size: 15px;
  font-weight: bold;
  color: #2C2C2C;
  position: relative;
  z-index: 5;
  -webkit-transition: 250ms ease;
  -o-transition: 250ms ease;
  transition: 250ms ease;
}
@media (min-width: 1024px) {
  .category_item__title {
    font-size: 20px;
  }
}
.category_item__image {
  display: none;
}
@media (min-width: 1024px) {
  .category_item__image {
    position: absolute;
    display: block;
    opacity: 0;
    bottom: 24px;
    right: 24px;
    max-width: 232px;
    z-index: 3;
    -webkit-transition: 100ms ease;
    -o-transition: 100ms ease;
    transition: 100ms ease;
  }
}
.category_item__icon {
  position: absolute;
  bottom: 24px;
  right: 24px;
  z-index: 4;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  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;
}
@media (max-width: 1319px) {
  .category_item__icon {
    width: 36px;
    height: 36px;
    right: 18px;
    bottom: 18px;
  }
}
@media (max-width: 1023px) {
  .category_item__icon {
    width: 20px;
    height: 20px;
    right: 16px;
    bottom: 16px;
  }
}
.category_item__icon::before {
  content: "";
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE2LjEyMDIgMi45MDAxTDQuMTAwMjggMi45MDAxTDQuMTAwMjggMC4xMDA1MjdIMjAuODk5N0wyMC44OTk3IDEuNTAwMzJMMjAuODk5NyAxNi45TDE4LjEwMDEgMTYuOUwxOC4xMDAxIDQuODhMMi4wOTA2OCAyMC44ODk1TDAuMTEwNzgyIDE4LjkwOTZMMTYuMTIwMiAyLjkwMDFaIiBmaWxsPSIjMkMyQzJDIi8+Cjwvc3ZnPgo=");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: 0 3px;
  width: 18px;
  height: 21px;
  display: block;
  -webkit-transition: 250ms ease;
  -o-transition: 250ms ease;
  transition: 250ms ease;
}
@media (max-width: 1319px) {
  .category_item__icon::before {
    width: 16px;
    height: 18px;
  }
}

@media (min-width: 1024px) {
  .page_contact .d_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 1024px) and (max-width: 1319px) {
  .page_contact .d_row .price_list {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 436px;
            flex: 0 0 436px;
    max-width: 436px;
    margin-right: 16px;
  }
}
@media (min-width: 1024px) {
  .page_contact .d_row .price_list .price_item__header {
    padding: 20px 24px;
  }
}
@media (min-width: 1024px) and (min-width: 1320px) {
  .page_contact .d_row .price_list .price_item__header {
    padding: 24px;
  }
}
@media (min-width: 1024px) {
  .page_contact .d_row .contact_map {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-width: 0;
    margin-top: 0;
  }
}
@media (min-width: 1320px) {
  .page_contact .d_row {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(2, 1fr);
  }
}

.block__contact {
  background-color: #F8F7F7;
  padding: 24px;
  margin-bottom: 16px;
}
@media (min-width: 1024px) {
  .block__contact {
    background-color: transparent;
    padding: 0;
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1320px) {
  .block__contact {
    margin-bottom: 20px;
    gap: 20px;
  }
}
@media (max-width: 1023px) {
  .block__contact__block:not(:last-child) {
    margin-bottom: 16px;
  }
}
@media (min-width: 1024px) {
  .block__contact__block {
    background-color: #F8F7F7;
    padding: 24px;
  }
}
@media (min-width: 1320px) {
  .block__contact__block {
    padding: 32px;
  }
}
.block__contact__block .d_text {
  color: #2C2C2C;
  font-size: 18px;
  line-height: 21px;
}
@media (min-width: 1320px) {
  .block__contact__block .d_text {
    font-size: 20px;
    line-height: 25.5px;
  }
}
.block__contact__block .d_text span {
  display: block;
  color: #EF7F1B;
  font-size: 15px;
}
@media (min-width: 1320px) {
  .block__contact__block .d_text span {
    font-size: 16px;
    line-height: 20px;
  }
}
.block__contact__block .d_text a {
  display: block;
}
.block__contact__block a {
  color: #312965;
  text-decoration: underline;
  -webkit-transition: 250ms ease;
  -o-transition: 250ms ease;
  transition: 250ms ease;
}
.block__contact__block a:hover {
  text-decoration: none;
  color: #EF7F1B;
}

.contact_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.contact_item span {
  display: block;
  margin-bottom: 4px;
  color: #959595;
  font-size: 14px;
  line-height: 18px;
}
.contact_item a {
  color: #2C2C2C;
  font-size: 17px;
  line-height: 21px;
}
.contact_item a:hover {
  color: #EF7F1B;
}

.contact_map {
  margin-top: 20px;
  height: 284px;
  width: 100%;
}
@media (min-width: 1024px) {
  .contact_map {
    height: 404px;
  }
}
@media (min-width: 1320px) {
  .contact_map {
    height: 448px;
  }
}

.contact_form {
  background-color: #F8F7F7;
  padding: 24px;
}
@media (min-width: 1024px) {
  .contact_form {
    padding: 40px;
  }
}
@media (min-width: 1320px) {
  .contact_form {
    padding: 64px;
  }
}
.contact_form__title {
  display: block;
  margin-bottom: 16px;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  color: #2C2C2C;
}
@media (min-width: 1024px) {
  .contact_form__title {
    margin-bottom: 20px;
    font-size: 28px;
    line-height: 36px;
  }
}
@media (min-width: 1320px) {
  .contact_form__title {
    font-size: 32px;
    line-height: 40px;
  }
}
.contact_form .field_set {
  margin-bottom: 16px;
}
.contact_form .form_button {
  margin-top: 24px;
}
.contact_form .form_button .btn_orange {
  height: 56px;
  width: 100%;
  font-size: 16px;
  margin-bottom: 12px;
}
@media (min-width: 1024px) {
  .contact_form .form_button .btn_orange {
    max-width: 328px;
  }
}
.contact_form .form_button .text {
  color: #9A9A9A;
  font-size: 13px;
  line-height: 17px;
}
@media (min-width: 1024px) {
  .contact_form .form_button .text {
    font-size: 14px;
    line-height: 18px;
  }
}
.contact_form .form_button .text a {
  color: #EF7F1B;
  text-decoration: underline;
}
.contact_form .form_button .text a:hover {
  text-decoration: none;
}
@media (min-width: 1024px) {
  .contact_form .form_block .field_set:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .contact_form__formit .form_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media (min-width: 1024px) {
  .contact_form__formit .form_block {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 24px) / 2);
            flex: 0 0 calc((100% - 24px) / 2);
    max-width: calc((100% - 24px) / 2);
    margin-right: 24px;
  }
  .contact_form__formit .form_block:nth-child(2) {
    margin-right: 0;
  }
}
@media (min-width: 1024px) {
  .contact_form__formit .form_button {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    margin-top: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .contact_form__formit .form_button .btn_orange {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .contact_form__formit .form_button .file_upload_block {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-left: auto;
  }
  .contact_form__formit .form_button .file_upload_block .field_upload {
    width: 220px;
  }
  .contact_form__formit .form_button .text {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.file_upload_block {
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  .file_upload_block {
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.file_upload_block .file_upload_title {
  margin-top: 8px;
  display: none;
}
@media (min-width: 1024px) {
  .file_upload_block .file_upload_title {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    margin-top: 0;
  }
}
.file_upload_block .file_upload_title button {
  display: inline-block;
}
.file_upload_block .file_upload_delete {
  width: 24px;
  height: 24px;
  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;
  cursor: pointer;
}

.field_upload {
  position: relative;
  height: 56px;
  width: 100%;
  padding: 0 20px;
  border: 1px solid #EF7F1B;
  font-size: 16px;
  color: #EF7F1B;
  cursor: pointer;
  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-transition: 250ms ease;
  -o-transition: 250ms ease;
  transition: 250ms ease;
}
@media (min-width: 1024px) {
  .field_upload {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.field_upload:hover {
  background-color: #EF7F1B;
  color: #fff;
}
.field_upload:hover span {
  color: #fff;
}
.field_upload input {
  display: none;
}
.field_upload span {
  color: #EF7F1B;
}

.page_main .header__wrap {
  -webkit-backdrop-filter: blur(68.13px);
          backdrop-filter: blur(68.13px);
  background: rgba(255, 255, 255, 0.18);
}
@media (min-width: 1320px) {
  .page_main .header__menu .menu__root > li > a {
    color: #fff;
  }
  .page_main .header .menu__root > li.has_submenu > a svg path {
    fill: #fff;
  }
  .page_main .header .menu__root > li:hover > a {
    color: #EF7F1B;
  }
  .page_main .header .menu__root > li:hover > a > svg path {
    fill: #EF7F1B;
  }
}

.wrapper:not(.page_main) .main {
  margin-top: 104px;
}
@media (min-width: 1024px) {
  .wrapper:not(.page_main) .main {
    margin-top: 128px;
  }
}
@media (min-width: 1320px) {
  .wrapper:not(.page_main) .main {
    margin-top: 132px;
  }
}
.wrapper:not(.page_main) .main h1.h1 {
  margin-bottom: 20px;
}

@media (min-width: 1320px) {
  .block-md {
    display: none;
  }
}

.block-sm-min {
  display: none;
}
@media (min-width: 1024px) {
  .block-sm-min {
    display: block;
  }
}

.block-sm-max {
  display: block;
}
@media (min-width: 1024px) {
  .block-sm-max {
    display: none;
  }
}

@media (min-width: 1024px) {
  .page_media .item_news {
    overflow: hidden;
  }
  .page_media .item_news .item_news__image img {
    -webkit-transition: 250ms ease;
    -o-transition: 250ms ease;
    transition: 250ms ease;
  }
  .page_media .item_news:hover .item_news__image img {
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05);
  }
}

.news_grid {
  margin-bottom: 16px;
}
@media (min-width: 1024px) {
  .news_grid {
    margin-bottom: 24px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
}
@media (min-width: 1320px) {
  .news_grid {
    gap: 20px;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 1023px) {
  .news_grid .item_news:not(:last-child) {
    margin-bottom: 12px;
  }
}

.filter_times {
  display: none;
}
@media (min-width: 1320px) {
  .filter_times {
    margin-bottom: 20px;
    display: block;
  }
  .filter_times .filter_block {
    max-width: 223px;
  }
}

.article__top {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
}
@media (min-width: 1024px) {
  .article__top {
    margin-bottom: 24px;
  }
}
.article__top .d_date {
  background-color: #F8F7F7;
  height: 44px;
  padding: 0 16px;
  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;
  font-size: 14px;
  color: #2C2C2C;
}
@media (min-width: 1024px) {
  .article__top .d_date {
    padding: 0 24px;
    font-size: 15px;
  }
}
.article__top .btn_orange_light {
  position: relative;
  padding: 0 16px;
  font-size: 14px;
  height: 44px;
}
@media (min-width: 1024px) {
  .article__top .btn_orange_light {
    padding: 0 24px;
    font-size: 15px;
  }
}
.article__top .btn_orange_light svg {
  display: none;
}
@media (min-width: 1024px) {
  .article__top .btn_orange_light svg {
    display: block;
    margin-left: 6px;
  }
}
.article__top .toggler_share {
  background-color: #fff;
  z-index: 2;
  position: absolute;
  top: 100%;
  left: 0;
  padding: 15px;
}
.article__gallery {
  position: relative;
  margin-top: 28px;
}
.article__gallery .item {
  height: 282px;
}
.article__gallery .item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1319px) {
  .article__gallery .swiper {
    margin-left: -16px;
    margin-right: -16px;
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (max-width: 1319px) and (min-width: 1024px) {
  .article__gallery .swiper {
    margin-left: -64px;
    margin-right: -64px;
    padding-left: 64px;
    padding-right: 64px;
  }
}
.article__gallery .swiper_arrow {
  display: none;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
  width: 100%;
}
@media (min-width: 1320px) {
  .article__gallery .swiper_arrow {
    display: block;
  }
}
.article__gallery .swiper_arrow__left, .article__gallery .swiper_arrow__right {
  position: absolute;
  top: -22px;
  background-color: #312965;
  -webkit-box-shadow: inset 0 0 0 1px #312965;
          box-shadow: inset 0 0 0 1px #312965;
}
@media (min-width: 1320px) {
  .article__gallery .swiper_arrow__left, .article__gallery .swiper_arrow__right {
    height: 52px;
    width: 52px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 52px;
            flex: 0 0 52px;
    max-width: 52px;
    top: -26px;
  }
}
.article__gallery .swiper_arrow__left:hover, .article__gallery .swiper_arrow__right:hover {
  background-color: #fff;
}
.article__gallery .swiper_arrow__left:hover svg path, .article__gallery .swiper_arrow__right:hover svg path {
  fill: #312965;
}
.article__gallery .swiper_arrow__left svg path, .article__gallery .swiper_arrow__right svg path {
  fill: #fff;
}
.article__gallery .swiper_arrow__left {
  left: 0;
  margin-right: 0;
}
@media (min-width: 1320px) {
  .article__gallery .swiper_arrow__left {
    left: -26px;
  }
}
.article__gallery .swiper_arrow__right {
  right: 0;
  margin-left: 0;
}
@media (min-width: 1320px) {
  .article__gallery .swiper_arrow__right {
    right: -26px;
  }
}
.article__about {
  margin-bottom: 20px;
  padding: 24px;
  border: 2px solid #F4F4F4;
}
@media (min-width: 1024px) {
  .article__about {
    margin-bottom: 24px;
    padding: 28px;
  }
}
@media (min-width: 1320px) {
  .article__about {
    padding: 36px;
  }
}
.article__about .d_title {
  margin-bottom: 12px;
  font-size: 20px;
  line-height: 25px;
  color: #2C2C2C;
  font-weight: 600;
}
@media (min-width: 1024px) {
  .article__about .d_title {
    font-size: 21px;
    line-height: 32px;
  }
}
@media (min-width: 1320px) {
  .article__about .d_title {
    font-size: 22px;
    line-height: 33px;
  }
}
@media (min-width: 1024px) {
  .article__images {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1320px) {
  .article__images {
    gap: 20px;
  }
}
.article__images .item {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 260px;
  display: block;
}
@media (min-width: 1024px) {
  .article__images .item {
    height: 302px;
  }
}
@media (min-width: 1320px) {
  .article__images .item {
    height: 328px;
  }
}
.article__images .item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1023px) {
  .article__images .item:not(:last-child) {
    margin-bottom: 12px;
  }
}
.article__images .item__focus {
  width: 52px;
  height: 52px;
  position: absolute;
  top: 24px;
  right: 24px;
  z-index: 2;
  cursor: pointer;
  background-color: #312965;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 250ms ease;
  -o-transition: 250ms ease;
  transition: 250ms ease;
}
@media (min-width: 1024px) {
  .article__images .item__focus {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    top: -55px;
    right: -55px;
  }
}
@media (min-width: 1024px) {
  .article__images .item:hover .item__focus {
    top: 24px;
    right: 24px;
  }
}
.article ul {
  margin-top: 20px;
  margin-bottom: 20px;
}
.article ul:first-child {
  margin-top: 0;
}
.article ul:last-child {
  margin-bottom: 0;
}

.related_news_grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  overflow-x: auto;
}
@media (min-width: 1024px) {
  .related_news_grid {
    gap: 16px;
  }
}
@media (min-width: 1320px) {
  .related_news_grid {
    gap: 20px;
  }
}

.related_news_item {
  position: relative;
  min-height: 230px;
  background-color: #F8F7F7;
  padding: 24px;
  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;
}
@media (min-width: 1024px) {
  .related_news_item {
    -webkit-transition: 250ms ease;
    -o-transition: 250ms ease;
    transition: 250ms ease;
    padding: 32px;
    min-height: 248px;
  }
  .related_news_item:hover {
    background-color: #EF7F1B;
  }
  .related_news_item:hover .related_news_item__title {
    color: #fff;
  }
}
.related_news_item__date {
  background-color: #fff;
  padding: 8px 12px;
  color: #2C2C2C;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.related_news_item__title {
  color: #2C2C2C;
  font-size: 18px;
  font-weight: 500;
  line-height: 23px;
}
@media (min-width: 1024px) {
  .related_news_item__title {
    font-size: 22px;
    line-height: 28px;
    -webkit-transition: 200ms ease;
    -o-transition: 200ms ease;
    transition: 200ms ease;
  }
}

.price_item:not(:last-child) {
  margin-bottom: 8px;
}
.price_item__header {
  padding: 18px 24px;
  background-color: #F8F7F7;
  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;
  -webkit-transition: 250ms ease;
  -o-transition: 250ms ease;
  transition: 250ms ease;
}
@media (min-width: 1024px) {
  .price_item__header {
    padding: 24px 36px;
  }
}
@media (min-width: 1320px) {
  .price_item__header {
    padding: 30px 36px;
  }
}
.price_item__header:hover {
  background-color: #EAEAEA;
}
.price_item__header .d_title {
  font-size: 18px;
  line-height: 24px;
  color: #2C2C2C;
  font-weight: 500;
  margin-right: 20px;
}
@media (min-width: 1024px) {
  .price_item__header .d_title {
    font-size: 20px;
    line-height: 28px;
  }
}
@media (min-width: 1320px) {
  .price_item__header .d_title {
    font-size: 22px;
  }
}
.price_item__header .d_btn {
  width: 32px;
  height: 32px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 32px;
          flex: 0 0 32px;
  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;
  cursor: pointer;
  border: 1px solid #EF7F1B;
}
@media (min-width: 1024px) {
  .price_item__header .d_btn {
    width: 40px;
    height: 40px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40px;
            flex: 0 0 40px;
  }
}
.price_item__header .d_btn svg {
  -webkit-transition: 250ms ease;
  -o-transition: 250ms ease;
  transition: 250ms ease;
}
.price_item__wrap {
  padding: 24px;
  background-color: #F8F7F7;
  overflow-x: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 1024px) {
  .price_item__wrap {
    padding: 32px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
  }
}
@media (min-width: 1320px) {
  .price_item__wrap {
    padding: 36px;
  }
}
.price_item__text {
  padding: 24px;
  background-color: #F8F7F7;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 1024px) {
  .price_item__text {
    padding: 32px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
  }
}
@media (min-width: 1320px) {
  .price_item__text {
    padding: 36px;
  }
}
.price_item__text .contact_item:not(:last-child) {
  margin-bottom: 16px;
}
.price_item__grid {
  position: relative;
  display: none;
}
.price_item__grid .price_item_info {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 190px;
          flex: 0 0 190px;
  max-width: 190px;
}
@media (max-width: 1023px) {
  .price_item__grid .price_item_info:not(:last-child) {
    margin-right: 12px;
  }
}
.price_item.active .price_item__header {
  background-color: #EF7F1B;
}
.price_item.active .price_item__header .d_title {
  color: #fff;
}
.price_item.active .price_item__header .d_btn {
  background-color: #fff;
  border-color: #fff;
}
.price_item.active .price_item__header .d_btn svg {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.price_item.active .price_item__header .d_btn svg path {
  fill: #EF7F1B;
}
.price_item_info {
  position: relative;
  background-color: #fff;
  padding: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 1024px) {
  .price_item_info {
    padding: 20px;
  }
}
.price_item_info__format {
  padding: 7px 14px;
  background-color: #312965;
  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;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  -ms-flex-item-align: start;
      align-self: flex-start;
  margin-bottom: 12px;
}
@media (min-width: 1024px) {
  .price_item_info__format {
    padding: 9px 12px;
    margin-bottom: 16px;
    font-size: 16px;
  }
}
@media (min-width: 1320px) {
  .price_item_info__format {
    padding: 6px 12px;
  }
}
.price_item_info__title {
  color: #2C2C2C;
  margin-bottom: 20px;
}
@media (min-width: 1320px) {
  .price_item_info__title {
    font-size: 18px;
    margin-bottom: 22px;
  }
}
.price_item_info .btn_orange {
  margin-top: auto;
  width: 100%;
}

.product_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.product_page_landing {
  margin-bottom: 88px;
}
@media (min-width: 1024px) {
  .product_page_landing {
    margin-bottom: 104px;
  }
}
@media (min-width: 1320px) {
  .product_page_landing {
    margin-bottom: 128px;
  }
}
.product_page_landing h2, .product_page_landing .h2 {
  color: #2C2C2C;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  margin-bottom: 16px;
}
@media (min-width: 1024px) {
  .product_page_landing h2, .product_page_landing .h2 {
    font-size: 24px;
    line-height: 28px;
  }
}
@media (min-width: 1320px) {
  .product_page_landing h2, .product_page_landing .h2 {
    font-size: 36px;
    line-height: 44px;
  }
}
.product_page_landing h3,
.product_page_landing h4 {
  color: #2C2C2C;
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
  margin-bottom: 16px;
}
@media (min-width: 1024px) {
  .product_page_landing h3,
.product_page_landing h4 {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 24px;
  }
}
@media (min-width: 1320px) {
  .product_page_landing h3,
.product_page_landing h4 {
    margin-bottom: 32px;
    font-size: 36px;
    line-height: 44px;
  }
}
.product_page_landing ul,
.product_page_landing ol {
  margin-top: 16px;
}
.product_page_landing ul li,
.product_page_landing ol li {
  position: relative;
  list-style: none;
  font-size: 16px;
  line-height: 22px;
  padding-left: 36px;
}
@media (min-width: 1320px) {
  .product_page_landing ul li,
.product_page_landing ol li {
    font-size: 18px;
    line-height: 24px;
  }
}
.product_page_landing ul li:not(:last-child),
.product_page_landing ol li:not(:last-child) {
  margin-bottom: 10px;
}
.product_page_landing ul li::before,
.product_page_landing ol li::before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: #EF7F1B;
  display: block;
  position: absolute;
  top: 9px;
  left: 15px;
}
.product_page_landing ul li span,
.product_page_landing ol li span {
  color: #959595;
  display: block;
  margin-top: 6px;
}
.product_page_landing ul li a,
.product_page_landing ol li a {
  color: #EF7F1B;
  text-decoration: underline;
}
.product_page_landing ul li a:hover,
.product_page_landing ol li a:hover {
  text-decoration: none;
}
.product_page_landing__header {
  margin-bottom: 40px;
}
@media (min-width: 1024px) {
  .product_page_landing__header {
    margin-bottom: 56px;
    position: relative;
    height: 480px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding: 44px;
  }
  .product_page_landing__header::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(61.429%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.52)));
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 61.429%, rgba(0, 0, 0, 0.52) 100%);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 61.429%, rgba(0, 0, 0, 0.52) 100%);
    height: 100%;
    z-index: 1;
    pointer-events: none;
  }
}
@media (min-width: 1320px) {
  .product_page_landing__header {
    margin-bottom: 96px;
    height: 700px;
  }
}
.product_page_landing__header .d_image {
  width: 100%;
  margin-bottom: 16px;
}
@media (min-width: 1024px) {
  .product_page_landing__header .d_image {
    margin-bottom: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    pointer-events: none;
  }
}
.product_page_landing__header .d_image img {
  width: 100%;
}
@media (min-width: 1024px) {
  .product_page_landing__header .d_image img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.product_page_landing__header .d_text {
  font-size: 18px;
  line-height: 25px;
}
@media (min-width: 1024px) {
  .product_page_landing__header .d_text {
    position: relative;
    z-index: 2;
    color: #fff;
    font-size: 20px;
  }
}
@media (min-width: 1320px) {
  .product_page_landing__header .d_text {
    font-size: 22px;
  }
}
.product_page_landing__block {
  margin-bottom: 40px;
}
@media (min-width: 1024px) {
  .product_page_landing__block {
    margin-bottom: 56px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (min-width: 1320px) {
  .product_page_landing__block {
    margin-bottom: 96px;
  }
}
.product_page_landing__block .d_info {
  padding: 24px;
  margin-bottom: 12px;
}
@media (min-width: 1024px) {
  .product_page_landing__block .d_info {
    margin-bottom: 0;
    padding: 28px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-width: 0;
  }
}
@media (min-width: 1320px) {
  .product_page_landing__block .d_info {
    padding: 56px;
  }
}
.product_page_landing__block .d_info .btn_orange {
  margin-top: 28px;
  height: 56px;
}
@media (min-width: 1024px) {
  .product_page_landing__block .d_info .btn_orange {
    max-width: 224px;
  }
}
@media (min-width: 1320px) {
  .product_page_landing__block .d_info .btn_orange {
    margin-top: 32px;
    max-width: 240px;
  }
}
@media (min-width: 1024px) {
  .product_page_landing__block .d_image {
    position: relative;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    margin-left: 16px;
    min-height: 372px;
  }
}
@media (min-width: 1320px) {
  .product_page_landing__block .d_image {
    min-height: 484px;
    margin-left: 20px;
  }
}
.product_page_landing__block .d_image img {
  width: 100%;
}
@media (min-width: 1024px) {
  .product_page_landing__block .d_image img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (min-width: 1024px) {
  .product_page_landing section.product_page_landing__block:nth-of-type(2n) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .product_page_landing section.product_page_landing__block:nth-of-type(2n) .d_image {
    margin-left: 0;
    margin-right: 16px;
  }
}
@media (min-width: 1024px) and (min-width: 1320px) {
  .product_page_landing section.product_page_landing__block:nth-of-type(2n) .d_image {
    margin-right: 20px;
  }
}
.product_page_landing__param {
  margin-bottom: 40px;
}
@media (min-width: 1024px) {
  .product_page_landing__param {
    margin-bottom: 68px;
  }
}
@media (min-width: 1320px) {
  .product_page_landing__param {
    margin-bottom: 96px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.product_page_landing__param .d_left {
  margin-bottom: 40px;
}
@media (min-width: 1024px) {
  .product_page_landing__param .d_left {
    margin-bottom: 32px;
  }
}
@media (min-width: 1320px) {
  .product_page_landing__param .d_left {
    margin-bottom: 0;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-width: 0;
  }
}
.product_page_landing__param .d_right {
  background-color: #F8F7F7;
  padding: 24px;
  color: #2C2C2C;
  font-size: 16px;
  line-height: 21px;
}
@media (min-width: 1024px) {
  .product_page_landing__param .d_right {
    padding: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (min-width: 1320px) {
  .product_page_landing__param .d_right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    margin-left: 20px;
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
}
@media (min-width: 1024px) {
  .product_page_landing__param .d_right .h2, .product_page_landing__param .d_right h2 {
    font-size: 20px;
    line-height: 24px;
  }
}
@media (min-width: 1320px) {
  .product_page_landing__param .d_right .h2, .product_page_landing__param .d_right h2 {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 16px;
  }
}
.product_page_landing__param .d_right p {
  margin-bottom: 32px;
}
@media (min-width: 1320px) {
  .product_page_landing__param .d_right p {
    font-size: 18px;
    line-height: 24px;
  }
}
.product_page_landing__param .d_right .btn_orange {
  width: 100%;
  height: 52px;
  font-size: 16px;
}
@media (min-width: 1024px) {
  .product_page_landing__param .d_right .btn_orange {
    width: auto;
    -ms-flex-item-align: start;
        align-self: flex-start;
    padding: 0 28px;
  }
}
.product_page_landing__param .d_right .btn_orange:not(:last-of-type) {
  margin-bottom: 16px;
}
.product_page_landing__param .d_right .btn_orange svg, .product_page_landing__param .d_right .btn_orange i, .product_page_landing__param .d_right .btn_orange img {
  margin-left: 6px;
}
.product_page_landing__foot {
  position: relative;
  background-color: #F8F7F7;
  padding: 24px;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .product_page_landing__foot {
    padding: 32px;
  }
}
@media (min-width: 1320px) {
  .product_page_landing__foot {
    padding: 36px 108px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.product_page_landing__foot .d_icon {
  position: absolute;
  top: 12px;
  right: 12px;
  pointer-events: none;
  height: 100%;
  z-index: 0;
}
.product_page_landing__foot .d_text {
  position: relative;
  z-index: 2;
  margin-bottom: 20px;
  text-align: center;
  font-size: 18px;
}
@media (min-width: 1320px) {
  .product_page_landing__foot .d_text {
    margin-bottom: 0;
    margin-right: 40px;
    font-size: 20px;
    white-space: nowrap;
  }
  .product_page_landing__foot .d_text br {
    display: none;
  }
}
.product_page_landing__foot .btn_orange {
  position: relative;
  z-index: 2;
  height: 48px;
  font-size: 16px;
}
@media (min-width: 1024px) {
  .product_page_landing__foot .btn_orange {
    width: 216px;
    padding: 0 44px;
    -ms-flex-item-align: start;
        align-self: flex-start;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1320px) {
  .product_page_landing__foot .btn_orange {
    height: 52px;
  }
}

@media (min-width: 1024px) {
  .product_page {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.product_page__slider {
  margin-bottom: 24px;
}
@media (min-width: 1024px) {
  .product_page__slider {
    margin-bottom: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 323px;
            flex: 0 0 323px;
    max-width: 323px;
    margin-right: 36px;
  }
}
@media (min-width: 1320px) {
  .product_page__slider {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 535px;
            flex: 0 0 535px;
    max-width: 535px;
    margin-right: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    gap: 20px;
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
}
.product_page__slider .product_main_image {
  position: relative;
  margin-bottom: 8px;
}
@media (min-width: 1320px) {
  .product_page__slider .product_main_image {
    margin-bottom: 0;
  }
}
.product_page__slider .product_main_image .badge {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4px;
}
.product_page__slider .product_main_image .badge__item {
  padding: 4px 8px 2px 8px;
  font-size: 13px;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.product_page__slider .product_main_image .badge__item.green {
  background-color: #5DBF11;
  color: #fff;
}
.product_page__slider .product_main_image .d_image {
  position: relative;
  height: 248px;
  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;
}
@media (min-width: 1024px) {
  .product_page__slider .product_main_image .d_image {
    height: 282px;
  }
}
.product_page__slider .product_main_image .d_image .badge {
  position: absolute;
  z-index: 2;
  top: 4px;
  left: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4px;
}
@media (min-width: 1024px) {
  .product_page__slider .product_main_image .d_image .badge {
    top: 0;
    left: 0;
  }
}
@media (min-width: 1320px) {
  .product_page__slider .product_main_image .d_image .badge {
    top: 12px;
    left: 12px;
  }
}
.product_page__slider .product_main_image .d_image .badge__item {
  padding: 4px 8px 2px 8px;
  font-size: 13px;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.product_page__slider .product_main_image .d_image .badge__item.green {
  background-color: #5DBF11;
  color: #fff;
}
.product_page__slider .product_main_image .d_image .threesixty {
  margin: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 1023px) {
  .product_page__slider .product_main_image .d_image img {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .product_page__slider .product_main_image .d_image img {
    height: 100%;
  }
}
.product_page__slider .product_main__thumb {
  position: relative;
}
@media (max-width: 1023px) {
  .product_page__slider .product_main__thumb {
    margin-left: -16px;
    margin-right: -16px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .product_page__slider .product_main__thumb::before {
    content: "";
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(70.263%, rgba(255, 255, 255, 0.83)), to(white));
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.83) 70.263%, white 100%);
    background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.83) 70.263%, white 100%);
    height: 100%;
    width: 64px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    pointer-events: none;
  }
}
@media (min-width: 1320px) {
  .product_page__slider .product_main__thumb {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91px;
            flex: 0 0 91px;
    max-width: 91px;
    max-height: 289px;
    height: auto;
  }
}
.product_page__slider .product_main__thumb .swiper_arrow {
  position: absolute;
  top: 50%;
  left: 16px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  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;
  z-index: 2;
  width: calc(100% - 32px);
}
@media (min-width: 1320px) {
  .product_page__slider .product_main__thumb .swiper_arrow {
    display: none;
  }
}
.product_page__slider .product_main__thumb .swiper_arrow__left {
  position: absolute;
  left: 0;
}
.product_page__slider .product_main__thumb .swiper_arrow__right {
  position: absolute;
  right: 0;
}
.product_page__slider .product_main__thumb .swiper_arrow__left, .product_page__slider .product_main__thumb .swiper_arrow__right {
  width: 24px;
  height: 24px;
  background-color: #312965;
}
.product_page__slider .product_main__thumb .swiper_arrow__left svg, .product_page__slider .product_main__thumb .swiper_arrow__right svg {
  width: 14px;
}
.product_page__slider .product_main__thumb .swiper_arrow__left svg path, .product_page__slider .product_main__thumb .swiper_arrow__right svg path {
  fill: #fff;
}
.product_page__slider .product_main__thumb .swiper-slide {
  width: 80px;
  height: 80px;
  cursor: pointer;
}
@media (min-width: 1024px) {
  .product_page__slider .product_main__thumb .swiper-slide:hover .d_image {
    border-color: #EF7F1B;
  }
}
@media (min-width: 1320px) {
  .product_page__slider .product_main__thumb .swiper-slide {
    width: 91px;
    height: 91px;
  }
}
.product_page__slider .product_main__thumb .swiper-slide.swiper-slide-thumb-active .d_image {
  border-color: #EF7F1B;
}
.product_page__slider .product_main__thumb .d_image {
  width: 80px;
  height: 80px;
  border: 1px solid #EAEAEA;
  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;
}
@media (min-width: 1320px) {
  .product_page__slider .product_main__thumb .d_image {
    width: 91px;
    height: 91px;
  }
}
.product_page__slider .product_main__thumb .d_image.img360::before {
  pointer-events: none;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-backdrop-filter: blur(3.03px);
          backdrop-filter: blur(3.03px);
  background: rgba(255, 255, 255, 0.06);
}
.product_page__slider .product_main__thumb .d_image.img360::after {
  pointer-events: none;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: url("data:image/svg+xml,%3Csvg width='36' height='36' viewBox='0 0 36 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='18' cy='18' r='18' fill='%23EF7F1B'/%3E%3Cpath d='M20.1706 11.994C20.1706 11.711 20.0564 11.4396 19.8533 11.2395C19.6501 11.0394 19.3746 10.927 19.0872 10.927H16.9206C16.6333 10.927 16.3577 11.0394 16.1545 11.2395C15.9514 11.4396 15.8372 11.711 15.8372 11.994V18.3959C15.8372 18.6789 15.9514 18.9503 16.1545 19.1504C16.3577 19.3505 16.6333 19.4629 16.9206 19.4629H19.0872C19.3746 19.4629 19.6501 19.3505 19.8533 19.1504C20.0564 18.9503 20.1706 18.6789 20.1706 18.3959V16.2619C20.1706 15.9789 20.0564 15.7075 19.8533 15.5074C19.6501 15.3073 19.3746 15.1949 19.0872 15.1949H15.8372M8.25391 10.927H10.9622C11.3932 10.927 11.8065 11.0956 12.1113 11.3957C12.416 11.6959 12.5872 12.103 12.5872 12.5275V13.5944C12.5872 14.0189 12.416 14.426 12.1113 14.7262C11.8065 15.0263 11.3932 15.1949 10.9622 15.1949M10.9622 15.1949H9.33724M10.9622 15.1949C11.3932 15.1949 11.8065 15.3635 12.1113 15.6637C12.416 15.9638 12.5872 16.3709 12.5872 16.7954V17.8624C12.5872 18.2869 12.416 18.694 12.1113 18.9941C11.8065 19.2943 11.3932 19.4629 10.9622 19.4629H8.25391M8.25391 22.6638C8.25391 24.4318 12.6197 25.8648 18.0039 25.8648C23.3881 25.8648 27.7539 24.4318 27.7539 22.6638M23.4206 13.0609V17.3289C23.4206 17.8949 23.6488 18.4377 24.0552 18.8379C24.4615 19.2381 25.0126 19.4629 25.5872 19.4629C26.1619 19.4629 26.713 19.2381 27.1193 18.8379C27.5256 18.4377 27.7539 17.8949 27.7539 17.3289V13.0609C27.7539 12.495 27.5256 11.9522 27.1193 11.552C26.713 11.1518 26.1619 10.927 25.5872 10.927C25.0126 10.927 24.4615 11.1518 24.0552 11.552C23.6488 11.9522 23.4206 12.495 23.4206 13.0609Z' stroke='white' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  width: 36px;
  height: 36px;
  background-repeat: no-repeat;
  background-size: 36px;
}
.product_page__list {
  margin-bottom: 24px;
}
@media (min-width: 1024px) {
  .product_page__list {
    margin-right: 36px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-width: 0;
    margin-bottom: 0;
  }
}
@media (min-width: 1320px) {
  .product_page__list {
    margin-right: 20px;
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
}
.product_page__list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.product_page__list-item:not(:last-child) {
  margin-bottom: 20px;
}
@media (min-width: 1320px) {
  .product_page__list-item:not(:last-child) {
    margin-bottom: 28px;
  }
}
.product_page__list-item span:first-child {
  margin-bottom: 4px;
  font-size: 14px;
  line-height: 16px;
  color: #959595;
}
@media (min-width: 1024px) {
  .product_page__list-item span:first-child {
    font-size: 13px;
    margin-bottom: 2px;
  }
}
@media (min-width: 1320px) {
  .product_page__list-item span:first-child {
    font-size: 14px;
    margin-bottom: 4px;
  }
}
.product_page__list-item span:last-child {
  font-size: 18px;
  line-height: 24px;
  color: #2C2C2C;
}
@media (min-width: 1024px) {
  .product_page__list-item span:last-child {
    font-size: 17px;
  }
}
@media (min-width: 1320px) {
  .product_page__list-item span:last-child {
    font-size: 18px;
  }
}
@media (min-width: 1024px) {
  .product_page__price {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 287px;
            flex: 0 0 287px;
    max-width: 287px;
  }
}
@media (min-width: 1320px) {
  .product_page__price {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 313px;
            flex: 0 0 313px;
    max-width: 313px;
  }
}
.product_page__price .price_block {
  margin-bottom: 16px;
}
.product_page__price .control_block {
  margin-bottom: 32px;
  max-width: 112px;
}
.product_page__price .control_block__plus, .product_page__price .control_block__minus {
  background-color: #312965;
  width: 36px;
  height: 36px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 36px;
          flex: 0 0 36px;
}
.product_page__price .control_block__plus svg path, .product_page__price .control_block__minus svg path {
  fill: #fff;
}
.product_page__price .marketplace_block {
  margin-top: 8px;
  display: none;
}
@media (min-width: 1024px) {
  .product_page__price .marketplace_block {
    display: block;
  }
}
.product_page__descr {
  margin-top: 44px;
  background-color: #F8F7F7;
  padding: 24px;
}
@media (min-width: 1024px) {
  .product_page__descr {
    margin-top: 56px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 1320px) {
  .product_page__descr {
    margin-top: 96px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 424px;
            flex: 0 0 424px;
    max-width: 424px;
    padding: 32px;
    -webkit-box-ordinal-group: 100;
        -ms-flex-order: 99;
            order: 99;
    -ms-flex-item-align: start;
        align-self: flex-start;
    position: sticky;
    top: 120px;
  }
}
.product_page__descr .bt {
  margin-bottom: 12px;
  font-size: 18px;
  font-weight: 600;
  color: #2C2C2C;
}
@media (min-width: 1024px) {
  .product_page__descr .bt {
    font-size: 20px;
  }
}
@media (min-width: 1320px) {
  .product_page__descr .bt {
    font-size: 22px;
    margin-bottom: 16px;
  }
}
.product_page__list_all {
  margin-top: 24px;
}
@media (min-width: 1024px) {
  .product_page__list_all {
    margin-top: 28px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 1320px) {
  .product_page__list_all {
    -webkit-box-ordinal-group: 99;
        -ms-flex-order: 98;
            order: 98;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 868px;
            flex: 0 0 868px;
    max-width: 868px;
    margin-top: 96px;
    margin-right: 20px;
    padding: 32px;
  }
}
.product_page__list_all-title {
  margin-bottom: 16px;
  font-size: 18px;
  font-weight: 600;
  color: #2C2C2C;
}
@media (min-width: 1024px) {
  .product_page__list_all-title {
    margin-bottom: 20px;
    font-size: 20px;
  }
}
.product_page__list_all-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 1024px) {
  .product_page__list_all-item {
    position: relative;
    -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;
  }
  .product_page__list_all-item::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #959595;
    opacity: 0.2;
    pointer-events: none;
    top: 16px;
    left: 0;
  }
}
.product_page__list_all-item:not(:last-child) {
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  .product_page__list_all-item:not(:last-child) {
    margin-bottom: 16px;
  }
}
@media (min-width: 1024px) {
  .product_page__list_all-item span {
    position: relative;
    z-index: 2;
  }
}
.product_page__list_all-item span:first-child {
  margin-bottom: 4px;
  font-size: 14px;
  line-height: 16px;
  color: #959595;
}
@media (min-width: 1024px) {
  .product_page__list_all-item span:first-child {
    margin-bottom: 0;
    font-size: 18px;
    line-height: 24px;
    white-space: nowrap;
  }
  .product_page__list_all-item span:first-child::before {
    content: "";
    position: absolute;
    top: 0;
    right: -8px;
    width: calc(100% + 8px);
    height: 100%;
    background-color: #fff;
    z-index: -1;
    pointer-events: none;
  }
}
.product_page__list_all-item span:last-child {
  font-size: 18px;
  line-height: 24px;
  color: #2C2C2C;
}
@media (min-width: 1024px) {
  .product_page__list_all-item span:last-child {
    max-width: 310px;
  }
  .product_page__list_all-item span:last-child::before {
    content: "";
    position: absolute;
    top: 0;
    left: -8px;
    width: calc(100% + 8px);
    height: 100%;
    background-color: #fff;
    z-index: -1;
    pointer-events: none;
  }
}

.price_wrap {
  background-color: #F8F7F7;
  padding: 24px;
}

.price_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.price_block__label {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 16px;
  color: #959595;
}
@media (min-width: 1024px) {
  .price_block__label {
    margin-bottom: 6px;
  }
}
.price_block__count {
  font-size: 32px;
  line-height: 24px;
  font-weight: 500;
  color: #2C2C2C;
}
@media (min-width: 1024px) {
  .price_block__count {
    font-size: 28px;
  }
}
@media (min-width: 1320px) {
  .price_block__count {
    font-size: 32px;
  }
}
.price_block__descr {
  margin-top: 12px;
  font-size: 14px;
  line-height: 16px;
  color: #959595;
}
@media (min-width: 1024px) {
  .price_block__descr {
    font-size: 13px;
  }
}
@media (min-width: 1320px) {
  .price_block__descr {
    font-size: 14px;
  }
}

.btn_sect {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
}
.btn_sect .btn_orange,
.btn_sect .btn_orange_light {
  height: 52px;
  font-size: 16px;
}

.marketplace_block {
  border: 2px solid #F8F7F7;
  padding: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.marketplace_block__title {
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
}
@media (min-width: 1320px) {
  .marketplace_block__title {
    font-size: 17px;
    margin-bottom: 17px;
  }
}
.marketplace_block__btn {
  background-color: #F8F7F7;
  height: 52px;
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 1024px) {
  .marketplace_block__btn {
    -webkit-transition: 250ms ease;
    -o-transition: 250ms ease;
    transition: 250ms ease;
  }
  .marketplace_block__btn:hover {
    background-color: #EAEAEA;
  }
}
.marketplace_block__btn:not(:last-child) {
  margin-bottom: 6px;
}
.marketplace_block__btn span {
  margin-right: 8px;
  font-size: 15px;
  color: #2C2C2C;
  white-space: nowrap;
}
@media (min-width: 1320px) {
  .marketplace_block__btn span {
    font-size: 16px;
  }
}

@media (min-width: 1024px) {
  .product_detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
  }
  .product_detail:not(:last-child) {
    margin-bottom: 20px;
  }
}
.product_detail.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.product_detail__info {
  padding: 24px;
}
@media (min-width: 1024px) {
  .product_detail__info {
    padding: 56px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 8px);
            flex: 0 0 calc(50% - 8px);
    max-width: calc(50% - 8px);
    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: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.product_detail__info .d_title {
  margin-bottom: 16px;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  color: #2C2C2C;
}
@media (min-width: 1024px) {
  .product_detail__info .d_title {
    font-size: 24px;
    line-height: 28px;
  }
}
@media (min-width: 1320px) {
  .product_detail__info .d_title {
    font-size: 36px;
    line-height: 44px;
  }
}
.product_detail__image {
  margin-top: 12px;
}
@media (min-width: 1024px) {
  .product_detail__image {
    margin-top: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 8px);
            flex: 0 0 calc(50% - 8px);
    max-width: calc(50% - 8px);
  }
}
.product_detail__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 1023px) {
  .product_related .swiper {
    margin-left: -16px;
    margin-right: -16px;
    padding-left: 16px;
    padding-right: 16px;
  }
}

.page_where_buy {
  overflow: hidden;
}
.page_where_buy .sect_maps__wrap .container {
  position: relative;
}
.page_where_buy .sect_maps__wrap .searc_mag_bg {
  left: 16px;
  width: calc(100% - 32px);
}
@media (min-width: 1024px) {
  .page_where_buy .sect_maps__wrap .searc_mag_bg {
    left: 64px;
    width: calc(100% - 128px);
  }
}
@media (min-width: 1320px) {
  .page_where_buy .sect_maps__wrap .searc_mag_bg {
    left: 0;
  }
}
/*# sourceMappingURL=main.css.map */
