/** Shopify CDN: Minification failed

Line 1327:0 Unexpected "}"
Line 5100:2 "will-chage" is not a known CSS property
Line 5125:2 "will-chage" is not a known CSS property

**/
.bg-default {
  background-color: rgba(199, 201, 194, 0.15);
}
.bg-white {
  background-color: #fff;
}
.bg-antique-white {
  background-color: #ebeadf;
}
.bg-black {
  background-color: #212124;
}
.bg-chalk {
  background-color: #f5f2f0;
}
.bg-chalk-lucent {
  background-color: rgba(245, 242, 240, 0.5);
}
.bg-pebble {
  background-color: #c7c9c2;
}
.bg-earth {
  background-color: #54544f;
}
.bg-pink-granite {
  background-color: #bba8a6;
}
.bg-petrol-blue {
  background-color: #29454e;
}
.bg-grey-8 {
  background-color: #eeedec;
}
.bg-grey-9 {
  background-color: #fbfbfb;
}
.color-white {
  color: #fff !important;
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  -webkit-tap-highlight-color: transparent;
}
*,
:after,
:before {
  box-sizing: border-box;
}
fieldset,
img {
  border: 0;
}
fieldset legend {
  display: none;
}
li,
ul {
  list-style-type: none;
}
table {
  border: 0;
  border-collapse: collapse;
}
table td {
  padding: 0;
  vertical-align: top;
}
input,
select,
textarea {
  box-sizing: border-box;
}
input[type="number"] {
  -moz-appearance: textfield;
}
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="search"] {
  -webkit-appearance: none;
  border-radius: 0;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}
::-moz-selection {
  background: #33378f;
  color: #fff;
  text-shadow: none;
}
::selection {
  background: #33378f;
  color: #fff;
  text-shadow: none;
}
::-moz-selection {
  background: #33378f;
  color: #fff;
  text-shadow: none;
}
button {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-radius: 0;
}
img {
  transition: opacity 0.35s ease-out;
  max-width: 100%;
  vertical-align: top;
}
img:not([src]) {
  opacity: 0;
}
b,
strong {
  font-weight: 600;
}
body,
html {
  width: 100%;
  height: 100%;
  cursor: default;
  -webkit-font-smoothing: antialiased;
}
body {
  display: flex;
  flex-direction: column;
  font-family: Mark, sans-serif, Arial;
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  background: #fff;
  color: #212124;
}
.wrapper {
  position: relative;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  width: 100%;
  flex: 1 0 auto;
}
.link {
  text-decoration: none;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 500;
  color: #212124;
  transition: color 0.3s ease-out;
}
.link:hover {
  color: #121214;
}
.link__arrow {
  display: inline-block;
  vertical-align: middle;
  width: 7px;
  height: 11px;
  margin-left: 10px;
}
.link-btn {
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  color: #212124;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 500;
  transition: opacity 0.3s ease-out;
}
.link-btn__icon {
  stroke: #212124;
  margin-right: 11px;
}
.link-btn:hover {
  opacity: 0.7;
}
.link-btn_right .link-btn__icon {
  margin-right: 0;
  margin-left: 11px;
}
.link-btn_white {
  color: #fff;
}
.link-btn_white .link-btn__icon {
  stroke: #fff;
}
.caption {
  margin-bottom: 20px;
}
.caption__title {
  font-family: "Mark Book", Georgia, serif;
}
.caption__title.heading {
  letter-spacing: normal;
}
.caption__desc {
  margin-top: 23px;
}
.payment__types {
  margin-bottom: 16px;
}
@media only screen and (min-width: 375px) {
  .payment__types {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}  
@media only screen and (min-width: 768px) {
  .caption {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 1200px) {
  .caption {
    display: flex;
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 50px;
  }
  .caption__title {
    width: 50%;
  }
  .caption__desc {
    margin-top: 0;
    padding-top: 24px;
    padding-left: 35px;
    flex: 1;
  }
}
.headline {
  text-align: center;
  margin-bottom: 43px;
}
.headline__title {
  margin-bottom: 15px;
}
.headline__desc {
  padding-left: 25px;
  padding-right: 25px;
}
@media only screen and (min-width: 768px) {
  .headline {
    margin-bottom: 57px;
  }
  .headline__desc {
    max-width: 690px;
    margin-left: auto;
    margin-right: auto;
  }
}
.title-big {
  font-family: "Mark Book", Georgia, serif;
  word-wrap: break-word;
  overflow-wrap: break-word;
  font-size: 40px;
  line-height: 1;
  letter-spacing: -0.02em;
}
.title-big sup {
  vertical-align: super;
  font-size: 18px;
}
@media only screen and (min-width: 375px) {
  .title-big {
    font-size: 48px;
  }
}
@media only screen and (min-width: 768px) {
  .title-big {
    font-size: 60px;
  }
}
@media only screen and (min-width: 1200px) {
  .title-big {
    font-size: 72px;
  }
}
.title {
  font-family: "Mark Book", Georgia, serif;
  word-wrap: break-word;
  overflow-wrap: break-word;
  font-size: 36px;
  line-height: 1.12;
  letter-spacing: -0.02em;
}
@media only screen and (min-width: 768px) {
  .title {
    font-size: 42px;
    line-height: 1.3;
  }
}
@media only screen and (min-width: 1200px) {
  .title {
    font-size: 48px;
  }
}
.heading {
  font-family: "Mark Book", Georgia, serif;
  word-wrap: break-word;
  overflow-wrap: break-word;
  font-size: 32px;
  line-height: 1.2;
  letter-spacing: -0.02em;
}
.heading span {
  margin-top: 10px;
  display: block;
  font-size: 0.75em;
  color: rgba(84, 84, 79, 0.4);
}
@media only screen and (min-width: 768px) {
  .heading {
    font-size: 37px;
  }
  .heading span {
    letter-spacing: normal;
  }
}
@media only screen and (min-width: 1200px) {
  .heading {
    font-size: 42px;
  }
  .heading span {
    margin-top: 0;
    font-size: 0.857em;
  }
}
.heading-sm {
  font-family: "Mark Book", Georgia, serif;
  font-size: 22px;
  line-height: 1.4;
  letter-spacing: -0.02em;
}
@media only screen and (min-width: 576px) {
  .heading-sm {
    font-size: 24px;
  }
}
.border-title {
  padding-bottom: 14px;
  border-bottom: 2px solid #e0ddd9;
  margin-bottom: 35px;
}
@media only screen and (min-width: 768px) {
  .border-title {
    margin-bottom: 51px;
  }
}
.text {
  font-size: 16px;
  line-height: 1.7;
  color: rgba(84, 84, 79, 0.7);
}
.text_big {
  font-size: 20px;
}
.text a {
  text-decoration: underline;
  color: #212124;
  transition: color 0.3s ease-out;
}
.text a:hover {
  text-decoration: none;
}
@media only screen and (min-width: 768px) {
  .text {
    font-size: 17px;
  }
  .text_big {
    font-size: 22px;
  }
}
@media only screen and (min-width: 1200px) {
  .text {
    font-size: 18px;
  }
  .text_big {
    font-size: 24px;
  }
}
.text-content ol:not(:last-child),
.text-content p:not(:last-child),
.text-content picture:not(:last-child),
.text-content ul:not(:last-child) {
  margin-bottom: 25px;
}
.text-content_white .text {
  color: rgba(255, 255, 255, 0.7);
}
@media only screen and (min-width: 768px) {
  .text-content ol:not(:last-child),
  .text-content p:not(:last-child),
  .text-content picture:not(:last-child),
  .text-content ul:not(:last-child) {
    margin-bottom: 32px;
  }
}
.content {
  font-size: 14px;
  line-height: 1.5;
  color: #54544f;
}
.content b,
.content strong {
  font-weight: 600;
}
.content a {
  font-weight: 600;
  color: #212124;
  text-decoration: underline;
}
.content a:hover {
  text-decoration: none;
}
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
  word-wrap: break-word;
  overflow-wrap: break-word;
  font-family: "Mark Book", Georgia, serif;
  color: #212124;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: -0.02em;
  margin-bottom: 37px;
}
.content h2:not(:first-child),
.content h3:not(:first-child),
.content h4:not(:first-child),
.content h5:not(:first-child),
.content h6:not(:first-child) {
  margin-top: 57px;
}
.content h2 {
  font-size: 25px;
}
.content h3 {
  font-size: 18px;
}
.content h4 {
  font-size: 16px;
}
.content ol:not(:last-child),
.content p:not(:last-child),
.content picture:not(:last-child),
.content ul:not(:last-child) {
  margin-bottom: 21px;
}
.content ol,
.content ul {
  margin-left: 18px;
}
.content ol li,
.content ul li {
  position: relative;
  padding-left: 15px;
}
.content ol li:not(:last-child),
.content ul li:not(:last-child) {
  margin-bottom: 10px;
}
.content ol li:before,
.content ul li:before {
  content: "";
  position: absolute;
  color: #212124;
}
.content ul {
  list-style: none outside none;
}
.content ul li:before {
  top: 8px;
  left: 0;
  height: 5px;
  width: 5px;
  border-radius: 50%;
  background-color: #212124;
}
@media only screen and (min-width: 768px) {
  .content {
    font-size: 16px;
  }
  .content h2,
  .content h3,
  .content h4,
  .content h5,
  .content h6 {
    margin-bottom: 30px;
  }
  .content h2:not(:first-child),
  .content h3:not(:first-child),
  .content h4:not(:first-child),
  .content h5:not(:first-child),
  .content h6:not(:first-child) {
    margin-top: 100px;
  }
  .content h2 {
    font-size: 30px;
  }
  .content h3 {
    font-size: 20px;
  }
  .content h4 {
    font-size: 17px;
  }
  .content ol:not(:last-child),
  .content p:not(:last-child),
  .content picture:not(:last-child),
  .content ul:not(:last-child) {
    margin-bottom: 24px;
  }
  .content ol,
  .content ul {
    margin-left: 38px;
  }
  .content ol li,
  .content ul li {
    padding-left: 28px;
  }
  .content ol li:not(:last-child),
  .content ul li:not(:last-child) {
    margin-bottom: 13px;
  }
  .content ul li:before {
    top: 9px;
    height: 8px;
    width: 8px;
  }
}
.topic__base {
  padding-right: 30px;
}
.topic__side {
  margin-top: 28px;
}
.topic__note {
  color: #54544f;
  margin-bottom: 18px;
}
.topic__desc {
  max-width: 350px;
  margin-top: 17px;
  color: rgba(84, 84, 79, 0.7);
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: -0.01em;
}
.topic_paddings {
  padding-top: 65px;
  padding-bottom: 53px;
}
.topic_white .topic__note {
  color: #fff;
}
.topic_white .topic__title {
  color: #fff;
}
.topic_white .topic__desc {
  color: rgba(255, 255, 255, 0.7);
}
.topic_white .link-btn {
  color: #fff;
}
.topic_white .link-btn__icon {
  stroke: #fff;
}
.prodicon {
  margin-top: 40px;
}
@media only screen and (min-width: 576px) {
  .topic {
    display: flex;
    align-items: flex-end;
  }
  .topic__base {
    flex: 1;
  }
}
@media only screen and (min-width: 768px) {
  .topic__desc {
    max-width: 390px;
    font-size: 18px;
    line-height: 1.5;
  }
}
@media only screen and (min-width: 1200px) {
  .topic__note {
    margin-bottom: 5px;
  }
  .topic__desc {
    margin-top: 8px;
    max-width: 490px;
    font-size: 24px;
    line-height: 1.35;
    letter-spacing: -0.02em;
  }
  .topic_paddings {
    padding-top: 80px;
    padding-bottom: 70px;
  }
}
.note {
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 12px;
  line-height: 1.4;
}
@media only screen and (min-width: 1200px) {
  .note {
    font-size: 13px;
  }
  .note_big {
    font-size: 14px;
  }
}
.page-fixed {
  overflow: hidden;
}
.page-cover {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  min-height: 100vh;
  padding-top: 90px;
  padding-bottom: 40px;
}
.page-cover:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(
    180deg,
    #212124 0,
    rgba(33, 33, 36, 0) 100%
  );
  opacity: 0.7;
}
.page-cover__bg-img {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover";
}
.page-cover__content {
  position: relative;
  z-index: 1;
}
.page-cover__title {
  max-width: 450px;
  color: #fff;
  margin-bottom: 28px;
}
.page-cover__desc {
  max-width: 430px;
}
.page-cover__desc.text {
  color: #fff;
}
.page-cover__btn {
  margin-top: 28px;
}
@media only screen and (min-width: 768px) {
  .page-cover:after {
    width: 81%;
    background-image: linear-gradient(
      90deg,
      #212124 0,
      rgba(33, 33, 36, 0) 100%
    );
  }
  .page-cover__title {
    max-width: 550px;
  }
  .page-cover__desc {
    max-width: 470px;
  }
}
@media only screen and (min-width: 1200px) {
  .page-cover {
    padding-top: 180px;
    padding-bottom: 50px;
  }
  .page-cover__title {
    max-width: 656px;
    margin-bottom: 39px;
  }
  .page-cover__btn {
    margin-top: 55px;
  }
}
.cover {
  padding-top: 80px;
}
@media only screen and (min-width: 576px) {
  .cover {
    padding-top: 101px;
  }
}
@media only screen and (min-width: 1200px) {
  .cover {
    padding-top: 166px;
  }
}
.frame {
  background-color: rgba(199, 201, 194, 0.15);
  padding: 61px 15px 58px;
}
.frame__search {
  margin-top: 25px;
  padding-right: 15px;
}
.frame_light {
  background-color: transparent;
  margin-bottom: 0 !important;
}
.frame_mb {
  margin-bottom: 30px;
}
@media only screen and (min-width: 576px) {
  .frame {
    padding-left: 30px;
    padding-right: 30px;
  }
  .frame__search {
    width: 368px;
    padding-right: 0;
    margin-left: auto;
    margin-right: auto;
  }
  .frame_mb {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 768px) {
  .frame {
    margin-bottom: 45px;
  }
  .frame__search {
    margin-top: 36px;
  }
}
@media only screen and (min-width: 1200px) {
  .frame {
    padding-bottom: 65px;
    margin-bottom: 63px;
  }
}
.lead {
  text-align: center;
}
.lead__note {
  font-weight: 300;
  font-size: 12px;
  line-height: 1.4;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #54544f;
  margin-bottom: 15px;
  opacity: 0;
}
.lead__title {
  word-wrap: break-word;
  overflow-wrap: break-word;
  font-family: "Mark Book", Georgia, serif;
  font-size: 36px;
  line-height: 1.2;
  letter-spacing: -0.02em;
  margin-bottom: 34px;
  padding-left: 8px;
  padding-right: 8px;
  overflow: hidden;
  opacity: 0;
}
.lead__desc {
  max-width: 634px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 8px;
  padding-right: 8px;
  word-wrap: break-word;
  overflow-wrap: break-word;
  font-family: "Mark Book", Georgia, serif;
  font-size: 18px;
  line-height: 1.78;
  letter-spacing: -0.02em;
  color: rgba(84, 84, 79, 0.7);
  opacity: 0;
}
.lead__desc ol:not(:last-child),
.lead__desc p:not(:last-child),
.lead__desc ul:not(:last-child) {
  margin-bottom: 27px;
}
.lead__desc b,
.lead__desc strong {
  font-family: Mark, sans-serif, Arial;
  font-weight: 700;
}
.lead__desc a {
  font-family: Mark, sans-serif, Arial;
  font-weight: 700;
  color: rgba(84, 84, 79, 0.7);
  text-decoration: none;
}
.lead__desc a:hover {
  text-decoration: underline;
}
@media only screen and (min-width: 375px) {
  .lead__title {
    font-size: 40px;
  }
}
@media only screen and (min-width: 576px) {
  .lead__title {
    margin-bottom: 18px;
  }
}
@media only screen and (min-width: 768px) {
  .lead__desc ol:not(:last-child),
  .lead__desc p:not(:last-child),
  .lead__desc ul:not(:last-child) {
    margin-bottom: 34px;
  }
}
@media only screen and (min-width: 1200px) {
  .lead__note {
    font-size: 14px;
  }
  .lead__title {
    font-size: 48px;
    margin-bottom: 13px;
  }
}
.popup__btn {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.popup__title {
  letter-spacing: -0.02em;
  font-size: 16px;
  line-height: 1.4;
  color: #212124;
  padding-bottom: 24px;
  border-bottom: 1px solid #e0ddd9;
}
.popup__close {
  position: absolute;
  top: 32px;
  right: 26px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
}
.popup__close:focus {
  outline: 0;
}
.popup__close:hover .popup__close-icon:after,
.popup__close:hover .popup__close-icon:before {
  background-color: #212124;
}
.popup__close-icon {
  display: block;
  position: relative;
  width: 22px;
}
.popup__close-icon:after,
.popup__close-icon:before {
  content: "";
  left: 0;
  right: 0;
  top: 0;
  position: absolute;
  height: 2px;
  background-color: #212124;
  transition: background-color 0.3s ease-out;
}
.popup__close-icon:before {
  transform: rotate(45deg);
}
.popup__close-icon:after {
  transform: rotate(-45deg);
}
.popup__logo {
  display: none;
  margin-right: auto;
  padding-right: 30px;
}
@media only screen and (max-width: 767.98px) {
  .popup_md.popup_opened {
    z-index: 10000;
  }
  .popup_md.popup_opened .popup__box {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
  }
  .popup_md .popup__box {
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    bottom: 0;
    right: 0;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    z-index: 5000;
    overflow-y: auto;
    transition: opacity 0.3s ease-out, transform 0.3s ease-out,
      visibility 0.3s ease-out;
  }
  .popup_md .popup__content {
    font-size: 14px;
    line-height: 1.3;
    letter-spacing: 0.05em;
    background-color: #fff;
    position: relative;
    width: 100%;
    padding: 42px 25px 50px;
  }
}
@media only screen and (min-width: 768px) {
  .popup_md .popup__close,
  .popup_md .popup__title {
    display: none;
  }
}
@media only screen and (min-width: 1200px) {
  .popup_md .popup__content {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media only screen and (max-width: 991.98px) {
  .popup_lg.popup_opened {
    z-index: 10000;
  }
  .popup_lg.popup_opened .popup__box {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
  }
  .popup_lg .popup__box {
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    bottom: 0;
    right: 0;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    z-index: 5000;
    overflow-y: auto;
    transition: opacity 0.3s ease-out, transform 0.3s ease-out,
      visibility 0.3s ease-out;
  }
  .popup_lg .popup__content {
    font-size: 14px;
    line-height: 1.3;
    letter-spacing: 0.05em;
    background-color: #fff;
    position: relative;
    width: 100%;
    padding: 42px 25px 50px;
  }
}
@media only screen and (min-width: 992px) {
  .popup_lg .popup__close,
  .popup_lg .popup__title {
    display: none;
  }
}
@media only screen and (min-width: 1200px) {
  .popup_lg .popup__content {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media only screen and (min-width: 1200px) {
  .popup__logo {
    display: block;
  }
}
.spec {
  background-color: rgba(235, 234, 223, 0.5);
}
.spec__cell {
  font-family: "Mark Book", Georgia, serif;
  position: relative;
  font-size: 18px;
  line-height: 1.7;
}
@media only screen and (max-width: 575.98px) {
  .spec {
    padding: 5px 5px 0;
  }
  .spec__row {
    position: relative;
    padding-top: 10px;
    padding-bottom: 20px;
  }
  .spec__row:not(:first-child) {
    border-top: 1px solid rgba(224, 221, 217, 0.5);
  }
  .spec__cell {
    padding-top: 14px;
    padding-bottom: 14px;
    font-size: 10px;
  }
  .spec__cell:not(:first-child) {
    flex: 1;
  }
  .spec__cell:first-child {
    font-size: 10px;
    width: 155.98px;
  }
}
@media only screen and (min-width: 375px) {
  .spec {
    padding: 0px 0px;
  }
  .spec__row {
    display: flex;
    padding-top: 0;
    padding-bottom: 0;
  }
  .spec__row:first-child .spec__cell {
    padding-top: 10px;
    font-weight: bold;
  }
  .spec__row:last-child .spec__cell {
    padding-bottom: 10px;
  }
  .spec__row:not(:first-child) {
    border-top: none;
    
  }
  .spec__row:not(:first-child) .spec__cell:after {
    content: "";
    top: 0;
    left: 12px;
    right: 12px;
    border-top: 1px solid rgba(224, 221, 217, 0.5);
  }
  .spec__cell {
    padding: 2px 10px 2px 10px;
    font-size: 6px;
    text-align: center;
  }
  .spec__cell:not(:last-child) {
    padding-left: 2px;
  }
  .spec__cell:not(:first-child) {
    flex: 1;
    display: middle;
  }
  .spec__cell:not(:last-child):before {
    content: "";
    position: absolute;
    right: 0;
    top: 12px;
    bottom: 12px;
    border-right: 1px solid rgba(224, 221, 217, 0.5);
  }
  .spec__cell:first-child {
    padding-left: 5px;
    font-size: 7px;
    text-align: left;
    width: 80px;
  }
}
@media only screen and (min-width: 700px) {
  .spec {
    padding: 5px 5px;
  }
  .spec__row {
    display: flex;
    padding-top: 0;
    padding-bottom: 0;
  }
  .spec__row:first-child .spec__cell {
    padding-top: 10px;
    font-weight: bold;
}
  .spec__row:last-child .spec__cell {
    padding-bottom: 10px;
  }
  .spec__row:not(:first-child) {
    border-top: none;
    
  }
  .spec__row:not(:first-child) .spec__cell:after {
    content: "";
    top: 0;
    left: 12px;
    right: 12px;
    border-top: 1px solid rgba(224, 221, 217, 0.5);
  }
  .spec__cell {
    padding: 10px 10px 10px 10px;
    font-size: 9px;
    text-align: center;
  }
  .spec__cell:not(:last-child) {
    padding-left: 10px;
  }
  .spec__cell:not(:first-child) {
    flex: 1;
    display: middle;
  }
  .spec__cell:not(:last-child):before {
    content: "";
    position: absolute;
    right: 0;
    top: 12px;
    bottom: 12px;
    border-right: 1px solid rgba(224, 221, 217, 0.5);
  }
  .spec__cell:first-child {
    padding-left: 30px;
    font-size: 12px;
    text-align: left;
    width: 200px;
    font-weight: bold;
  }
}
@media only screen and (min-width: 800px) {
  .spec {
    padding: 5px 5px;
  }
  .spec__row {
    display: flex;
    padding-top: 0;
    padding-bottom: 0;
  }
  .spec__row:first-child .spec__cell {
    padding-top: 10px;
    font-weight: bold;
  }
  .spec__row:last-child .spec__cell {
    padding-bottom: 10px;
  }
  .spec__row:not(:first-child) {
    border-top: none;
    
  }
  .spec__row:not(:first-child) .spec__cell:after {
    content: "";
    top: 0;
    left: 12px;
    right: 12px;
    border-top: 1px solid rgba(224, 221, 217, 0.5);
  }
  .spec__cell {
    padding: 10px 10px 10px 10px;
    font-size: 12px;
    text-align: center;
  }
  .spec__cell:not(:last-child) {
    padding-left: 10px;
  }
  .spec__cell:not(:first-child) {
    flex: 1;
    display: middle;
  }
  .spec__cell:not(:last-child):before {
    content: "";
    position: absolute;
    right: 0;
    top: 12px;
    bottom: 12px;
    border-right: 1px solid rgba(224, 221, 217, 0.5);
  }
  .spec__cell:first-child {
    padding-left: 30px;
    font-size: 15px;
    text-align: left;
    width: 250px;
    font-weight: bold;
  }
}
@media only screen and (min-width: 992px) {
  .spec {
    padding-left: 5px;
    padding-right: 5px;
  }
  .spec__cell {
    padding: 10px 10px 10px 10px;
    text-align: center;
    font-size: 14px;
  }
  .spec__cell:not(:first-child) {
    flex: 1;
    display: middle;
  }
  .spec__cell:not(:last-child) {
    padding-left: 10px;
  }
  .spec__cell:first-child {
    font-size: 18px;
    text-align: left;
    width: 300px;
    font-weight: bold;
  }}
}
.pictures {
  overflow: hidden;
  padding-left: 8px;
  padding-right: 8px;
}
.pictures__item {
  position: relative;
}
.pictures__bg {
  position: relative;
  padding-bottom: 87.46518%;
}
.pictures__bg-img {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover";
}
@media only screen and (max-width: 575.98px) {
  .pictures__item:nth-child(n + 2) {
    margin-top: 8px;
  }
}
@media only screen and (min-width: 576px) {
  .pictures {
    display: flex;
    padding-left: 6px;
    padding-right: 6px;
  }
  .pictures__item {
    width: 50%;
    padding-left: 2px;
    padding-right: 2px;
  }
}
.pictures {
  padding-left: 8px;
  padding-right: 8px;
}
.pictures__item {
  position: relative;
}
.pictures__bg {
  position: relative;
  padding-bottom: 87.46518%;
}
.pictures__bg-img {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover";
}
@media only screen and (max-width: 575.98px) {
  .pictures__item:nth-child(n + 2) {
    margin-top: 8px;
  }
}
@media only screen and (min-width: 576px) {
  .pictures {
    display: flex;
    padding-left: 6px;
    padding-right: 6px;
  }
  .pictures__item {
    width: 50%;
    padding-left: 2px;
    padding-right: 2px;
  }
}
.space {
  border-top: 16px solid transparent;
}
.space__row {
  position: relative;
}
.space__row:not(:first-child) {
  margin-top: 1.36vw;
}
.space__row_top {
  position: relative;
  padding-bottom: 28.98045%;
}
.space__row_bottom {
  position: relative;
  padding-bottom: 35.26536%;
}
.space__item {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 50%;
}
.space__item:first-child {
  left: 0;
  border-right: 0.68vw solid transparent;
}
.space__item:last-child {
  right: 0;
  border-left: 0.68vw solid transparent;
}
.space__item_narrow {
  width: 27%;
}
.space__item_wide {
  width: 73%;
}
.space__img {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover";
}
@media only screen and (min-width: 1200px) {
  .space {
    border-top-width: 1.36vw;
  }
}
.sep {
  display: grid;
}
@media only screen and (max-width: 767.98px) {
  .sep {
    grid-template-columns: 1fr auto;
    grid-template-rows: 80px 1fr;
    grid-row-gap: 32px;
  }
  .sep__filter,
  .sep__sort {
    display: flex;
    align-items: center;
  }
  .sep__filter {
    position: relative;
  }
  .sep__filter:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -25px;
    width: 100vw;
    z-index: -1;
    background-color: rgba(238, 237, 236, 0.7);
  }
  .sep__sort {
    justify-content: flex-end;
  }
  .sep__grid {
    grid-column-start: 1;
    grid-column-end: 3;
  }
}
@media only screen and (max-width: 575.98px) {
  .sep__filter:before {
    left: -15px;
  }
}
@media only screen and (min-width: 768px) {
  .sep {
    grid-template-columns: 256px 1fr;
    grid-column-gap: 30px;
    grid-row-gap: 25px;
  }
  .sep__filter {
    grid-row-start: 1;
    grid-row-end: 3;
  }
}
@media only screen and (min-width: 1200px) {
  .sep {
    grid-column-gap: 44px;
  }
}
.filter__btn {
  font-family: "Mark Book", Georgia, serif;
  display: inline-flex;
  align-items: center;
  padding-top: 19px;
  padding-bottom: 19px;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: -0.02em;
}
.filter__icon {
  margin-right: 11px;
}
@media only screen and (max-width: 767.98px) {
  .filter__btn {
    cursor: pointer;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (min-width: 576px) {
  .filter {
    margin-left: -10px;
  }
}
@media only screen and (min-width: 768px) {
  .filter {
    margin-left: 0;
  }
  .filter__btn {
    pointer-events: none;
    padding-top: 11px;
    padding-bottom: 14px;
  }
}
.sort-wrapper {
  margin-bottom: 30px;
}
@media only screen and (min-width: 576px) {
  .sort-wrapper {
    margin-bottom: 17px;
  }
}
.sort {
  position: relative;
  display: flex;
  justify-content: flex-end;
}
.sort__title {
  font-family: "Mark Book", Georgia, serif;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: -0.02em;
}
.sort__btn {
  font-family: "Mark Book", Georgia, serif;
  position: relative;
  cursor: pointer;
  padding: 16px 44px 16px 12px;
  font-size: 16px;
  line-height: 1.4;
  color: #a6a098;
  letter-spacing: -0.02em;
}
.sort__btn:after,
.sort__btn:before {
  content: "";
  position: absolute;
  top: 50%;
  width: 6px;
  height: 2px;
  background-color: #212124;
  transition: background-color 0.3s ease-out;
}
.sort__btn:before {
  right: 23px;
  transform: rotate(225deg);
}
.sort__btn:after {
  right: 19px;
  transform: rotate(135deg);
}
.sort__control {
  display: flex;
  flex-wrap: wrap;
}
.sort__color {
  cursor: pointer;
}
.sort__color:not(:last-child) {
  margin-right: 16px;
}
.sort__box {
  display: flex;
  align-items: baseline;
}
.sort__case {
  font-family: "Mark Book", Georgia, serif;
  word-wrap: break-word;
  overflow-wrap: break-word;
  display: block;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  letter-spacing: -0.02em;
  font-size: 16px;
  line-height: 1.4;
  color: #54544f;
  transition: color 0.3s ease-out;
}
.sort__case:not(.sort__case_active):hover {
  color: #212124;
}
@media only screen and (min-width: 576px) {
  .sort {
    margin-right: -10px;
  }
}
@media only screen and (min-width: 768px) {
  .sort {
    margin-right: 0;
    display: flex;
    align-items: baseline;
    justify-content: flex-end;
  }
  .sort__btn {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 29px;
  }
  .sort__btn:before {
    right: 10px;
  }
  .sort__btn:after {
    right: 6px;
  }
}
@media only screen and (max-width: 991.98px) {
  .sort__case {
    padding: 21px 20px;
    border-bottom: 1px solid #e0ddd9;
  }
  .sort__case_active {
    color: #212124;
  }
  .sort__item {
    padding: 21px 20px;
  }
}
@media only screen and (min-width: 992px) {
  .sort__item {
    display: flex;
    align-items: center;
    margin-right: 42px;
  }
  .sort__control {
    margin-left: 20px;
  }
  .sort__dropdown {
    position: absolute;
    visibility: hidden;
    pointer-events: none;
    opacity: 0;
    transform: translateY(-5px);
    padding-top: 11px;
    padding-bottom: 11px;
    background-color: #fff;
    border: 1px solid #e0ddd9;
    box-shadow: 0 10px 20px rgba(1, 1, 2, 0.1);
    top: 100%;
    right: 0;
    min-width: 134px;
    max-width: 272px;
    z-index: 2000;
    transition: opacity 0.3s ease-out, transform 0.3s ease-out,
      visibility 0.3s ease-out;
  }
  .sort__case {
    padding: 8px 25px 8px 22px;
  }
  .sort_opened .sort__dropdown {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
  }
}
.info__note {
  text-transform: uppercase;
  color: #54544f;
  margin-bottom: 11px;
}
.info__title {
  margin-bottom: 12px;
}
.info__desc {
  margin-top: 30px;
}
.info_white .info__note,
.info_white .info__title {
  color: #fff;
}
.info_white .info__desc,
.info_white .info__text {
  color: rgba(255, 255, 255, 0.7);
}
@media only screen and (min-width: 576px) {
  .info__title {
    margin-bottom: 15px;
  }
}
.main-feature__title {
  font-family: "Mark Book", Georgia, serif;
  font-size: 24px;
  line-height: 1.35;
  letter-spacing: -0.02em;
  color: #fff;
  margin-bottom: 16px;
}
.main-feature__text {
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: -0.02em;
  color: rgba(255, 255, 255, 0.7);
}
.bar {
  position: relative;
}
.bar:after {
  content: "";
  position: absolute;
  background-color: #fff;
}
.bar__cell {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 105px;
  padding-bottom: 120px;
}
@media only screen and (min-width: 576px) {
  .bar__cell {
    padding-bottom: 110px;
  }
}
@media only screen and (max-width: 991.98px) {
  .bar:after {
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 4px;
  }
}
@media only screen and (min-width: 992px) {
  .bar:after {
    top: 0;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 4px;
  }
  .bar__box {
    display: flex;
  }
  .bar__cell {
    width: 50%;
  }
  .bar__cell:first-child {
    margin-right: 2px;
    padding-right: 45px;
  }
  .bar__cell:last-child {
    margin-left: 2px;
    padding-left: 45px;
  }
}
@media only screen and (min-width: 1200px) {
  .bar__cell {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
.connection {
  text-align: center;
}
.connection__title {
  font-weight: 500;
  font-size: 28px;
  line-height: 1.4;
  margin-bottom: 25px;
  padding: 0 45px;
}
.connection__desc {
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
  font-family: "Mark Book", Georgia, serif;
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: -0.02em;
}
.connection__btn {
  margin-top: 35px;
}
@media only screen and (min-width: 992px) {
  .connection__title {
    font-size: 30px;
  }
}
@media only screen and (min-width: 1200px) {
  .connection__title {
    font-size: 36px;
    margin-bottom: 33px;
  }
  .connection__desc {
    max-width: 338px;
    font-size: 18px;
    line-height: 1.56;
  }
}
.back {
  margin-bottom: 25px;
}
.location {
  background-color: #fff;
  padding: 25px 25px 27px;
  margin: 0 auto 60px;
}
.location__side .btn {
  width: 100%;
}
@media only screen and (max-width: 575.98px) {
  .location__side {
    margin-top: 22px;
  }
  .location__icon-wrap {
    display: none;
  }
}
@media only screen and (min-width: 375px) {
  .location {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media only screen and (min-width: 576px) {
  .location {
    display: flex;
    align-items: center;
    padding: 20px;
  }
  .location__base {
    flex: 1;
    display: flex;
    align-items: center;
  }
  .location__side {
    min-width: 176px;
    margin-left: 20px;
  }
  .location__icon-wrap {
    padding-left: 5px;
    padding-right: 12px;
  }
  .location__search {
    flex: 1;
  }
}
@media only screen and (min-width: 768px) {
  .location__icon-wrap {
    padding-left: 12px;
  }
  .location__side {
    margin-left: 24px;
  }
}
@media only screen and (min-width: 992px) {
  .location {
    max-width: 80%;
    margin-bottom: 70px;
  }
  .location__icon-wrap {
    padding-left: 17px;
  }
}
@media only screen and (min-width: 1200px) {
  .location {
    max-width: 860px;
    margin-bottom: 90px;
  }
}
.contact-pro {
  padding: 25px;
  background-color: rgba(235, 234, 223, 0.5);
}
.contact-pro__title {
  margin-bottom: 17px;
}
.contact-pro__btns {
  margin-top: 17px;
}
.contact-pro__info {
  margin-top: 24px;
}
.contact-pro__cell {
  margin-top: 16px;
}
.contact-pro__caption {
  font-family: "Mark Book", Georgia, serif;
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: -0.02em;
  margin-bottom: 9px;
}
.contact-pro__link {
  text-decoration: none;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: -0.02em;
  color: rgba(84, 84, 79, 0.7);
  transition: color 0.3s ease-out;
}
.contact-pro__link:hover {
  color: #212124;
}
@media only screen and (max-width: 575.98px) {
  .contact-pro__btn .btn {
    width: 100%;
  }
  .contact-pro__btn:not(:last-child) {
    margin-bottom: 16px;
  }
}
@media only screen and (min-width: 576px) {
  .contact-pro {
    padding: 30px 40px 35px;
  }
  .contact-pro__btns {
    display: flex;
    flex-wrap: wrap;
  }
  .contact-pro__btn {
    flex: 1;
  }
  .contact-pro__btn .btn {
    width: 100%;
  }
  .contact-pro__btn:not(:last-child) {
    margin-right: 16px;
  }
  .contact-pro__info {
    display: flex;
    flex-wrap: wrap;
    margin-top: 8px;
  }
  .contact-pro__cell:not(:last-child) {
    margin-right: 57px;
  }
  .contact-pro__link {
    font-size: 18px;
  }
}
@media only screen and (min-width: 992px) {
  .contact-pro {
    position: sticky;
    top: 68px;
  }
  .contact-pro__btns {
    display: block;
  }
  .contact-pro__btn:not(:last-child) {
    margin-bottom: 16px;
    margin-right: 0;
  }
  .contact-pro__cell {
    margin-top: 22px;
  }
  .contact-pro__info {
    display: block;
    margin-top: 28px;
    padding-left: 22px;
    padding-right: 22px;
  }
}
@media only screen and (min-width: 1200px) {
  .contact-pro {
    top: 130px;
  }
  .contact-pro__btns {
    display: flex;
  }
  .contact-pro__btn:not(:last-child) {
    margin-bottom: 0;
    margin-right: 16px;
  }
  .contact-pro__info {
    display: flex;
    margin-top: 6px;
  }
  .contact-pro__cell:not(:last-child) {
    margin-right: 57px;
  }
}
.about .content {
  line-height: 1.7;
}
.about .content ul {
  margin-left: 0;
}
.about .content ul li {
  padding-left: 17px;
}
.about .content ul li:before {
  background-color: #54544f;
}
@media only screen and (min-width: 768px) {
  .about .content ul li {
    padding-left: 22px;
  }
}
.desc__top {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 17px;
}
.desc__category {
  display: block;
  min-height: 30px;
}
.desc__logo {
  margin-right: 20px;
}
.desc__note {
  color: #54544f;
}
.desc__title {
  font-family: "Mark Book", Georgia, serif;
  font-size: 30px;
  line-height: 1.4;
  letter-spacing: -0.02em;
  margin-bottom: 7px;
}
.desc__location {
  font-size: 16px;
  line-height: 1.4;
  color: rgba(84, 84, 79, 0.7);
  letter-spacing: 0.03em;
  text-transform: uppercase;
}
.desc__text {
  margin-top: 5px;
}
.desc__text p:not(:last-child) {
  margin-bottom: 23px;
}
.desc__row:not(:first-child) {
  margin-top: 40px;
}
@media only screen and (min-width: 576px) {
  .desc__title {
    font-size: 36px;
    margin-bottom: 7px;
  }
  .desc__location {
    font-size: 20px;
  }
}
.line {
  padding-bottom: 38px;
  border-bottom: 1px solid #e0ddd9;
}
.service {
  display: flex;
}
.service__icon-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  margin-right: 13px;
}
.service__icon {
  max-height: 100%;
  width: auto;
}
.service__title {
  padding-top: 6px;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: -0.02em;
  color: #54544f;
}
.point {
  display: flex;
}
.point__icon-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  margin-right: 18px;
}
.point__icon {
  max-height: 100%;
  width: auto;
}
.point__base {
  flex: 1;
  padding-top: 2px;
}
.point__title {
  font-family: "Mark Book", Georgia, serif;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: -0.02em;
  color: #212124;
}
.point__desc {
  margin-top: 7px;
  font-family: "Mark Book", Georgia, serif;
  font-size: 14px;
  line-height: 2.15;
  color: rgba(84, 84, 79, 0.7);
  letter-spacing: -0.02em;
  margin-bottom: 14px;
}
.img-link {
  text-decoration: none;
  color: rgba(84, 84, 79, 0.7);
  transition: opacity 0.3s ease-out;
}
.img-link:hover {
  opacity: 0.8;
}
.cart-section {
  padding-top: 20px;
  padding-bottom: 60px;
}
@media only screen and (min-width: 992px) {
  .cart-section {
    padding-bottom: 70px;
  }
}
@media only screen and (min-width: 1200px) {
  .cart-section {
    padding-top: 67px;
    padding-bottom: 80px;
  }
}
.cart__item {
  padding-top: 32px;
  padding-bottom: 32px;
  border-bottom: 1px solid rgba(84, 84, 79, 0.1);
}
.cart__link {
  display: flex;
  align-items: center;
  color: #212124;
  text-decoration: none;
}
.cart__link:hover .cart__name {
  text-decoration: underline;
}
.cart__pic-wrap {
  width: 80px;
  margin-right: 20px;
}
.cart__pic {
  position: relative;
  padding-bottom: 100%;
}
.cart__img {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover";
}
.cart__info {
  flex: 1;
  padding-bottom: 2px;
}
.cart__name {
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: -0.02em;
  color: #54544f;
  margin-bottom: 9px;
}
.cart__price {
  font-family: "Mark Book", Georgia, serif;
  font-size: 14px;
  line-height: 1.4;
  color: rgba(84, 84, 79, 0.7);
  letter-spacing: -0.02em;
}
.cart__summ {
  width: 120px;
  padding-left: 20px;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: -0.02em;
  color: #212124;
  text-align: right;
}
.cart__summ_total {
  font-size: 16px;
}
.cart__controls {
  display: flex;
  align-items: center;
}
.cart__remove {
  font-family: "Mark Book", Georgia, serif;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: -0.02em;
  padding: 5px 0;
  color: #212124;
  text-decoration: none;
  transition: color 0.3s ease-out;
}
.cart__remove:hover {
  color: rgba(33, 33, 36, 0.7);
}
.cart__select-wrap {
  width: 70px;
  margin-left: 30px;
}
.cart__select {
  font-family: "Mark Book", Georgia, serif;
  outline: 0;
  display: block;
  margin: 0;
  border-radius: 0;
  border: 1px solid #c9c6c1;
  color: #212124;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: -0.02em;
  font-weight: 400;
  padding: 7px 12px;
  background-color: #fff;
  position: relative;
  height: 42px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: border-color 0.3s ease-out;
}
.cart__select::-ms-expand {
  display: none;
}
.cart__select:focus {
  outline: 0;
}
.cart__total {
  display: flex;
  justify-content: flex-end;
  color: #212124;
}
.cart__caption {
  font-family: "Mark Book", Georgia, serif;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: -0.02em;
  color: #54544f;
}
.cart__bottom {
  margin-top: 40px;
  text-align: right;
}
.cart__btn {
  margin-top: 32px;
  text-align: right;
}
@media only screen and (max-width: 767.98px) {
  .cart__controls {
    justify-content: flex-end;
    margin-top: 20px;
    padding-left: 120px;
  }
  .cart__price-summ {
    width: 100px;
  }
  .cart__select {
  width: 60px;
  }
}
@media only screen and (min-width: 576px) {
  .cart__pic-wrap {
    width: 100px;
    margin-right: 30px;
  }
  .cart__name {
    font-size: 16px;
  }
  .cart__select {
  width: 60px;
  }
}
@media only screen and (min-width: 768px) {
  .cart__note {
    font-size: 20px;
    border-bottom-width: 2px;
  }
  .cart__item {
    display: flex;
    align-items: center;
  }
  .cart__link {
    width: 54.5%;
    align-items: center;
  }
  .cart__pic-wrap {
    width: 100px;
    margin-right: 38px;
  }
  .cart__controls {
    margin-left: auto;
    padding-left: 40px;
  }
  .cart__remove-wrap {
    width: 92px;
  }
  .cart__select-wrap {
    margin-left: 20px;
  }
  .cart__select {
  width: 60px;
  }
  .cart__bottom {
    margin-top: 48px;
  }
  .cart__btn {
    margin-top: 37px;
  }
}
@media only screen and (min-width: 1200px) {
  .cart {
    padding-left: 54px;
    padding-right: 54px;
  }
}

.cart .btn {
  margin-bottom: 10px;
}

.cart__additional_checkout {
  margin: ($gutter / 2) 0 0;

  input {
    padding: 0;
  }

  & > *:not(script) {
    padding: 5px 0 0 5px;
    vertical-align: top;
    line-height: 1;

    &:first-child,
    &:empty {
      padding-left: 0px;
    }
  }
}
.product-layout {
  margin-bottom: 30px;
}
.product-layout__box {
  margin-top: 60px;
}
.product-layout__base {
  margin-top: 60px;
}
@media only screen and (min-width: 992px) {
  .product-layout {
    display: flex;
    flex-wrap: wrap;
    padding-top: 22px;
    margin-bottom: 45px;
    width: 100%;

  }
  .product-layout__side {
    flex: 1;
  }
  .product-layout__base {
    width: 435px;
    margin-top: 0;
    margin-left: 60px;
  }
  .product-layout__box {
    margin-top: 75px;
    width: 100%;
  }
}
@media only screen and (min-width: 1200px) {
  .product-layout__box {
  }
}
.counter {
  display: inline-flex;
  position: relative;
  height: 40px;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.counter__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
  width: 40px;
  background-color: #212124;
}
.counter__btn:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -1px;
  margin-left: -8px;
  width: 16px;
  height: 2px;
  background-color: #fff;
}
.counter__btn_plus:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -1px;
  height: 16px;
  width: 2px;
  background-color: #fff;
}
.counter__btn:hover {
  color: #e0ddd9;
}
.counter__number {
  font-family: Mark, sans-serif, Arial;
  display: inline-block;
  vertical-align: top;
  outline: 0;
  padding: 1px 0 0;
  margin: 0 4px;
  width: 40px;
  height: 40px;
  border: none;
  text-align: center;
  font-weight: 500;
  font-size: 16px;
  line-height: 32px;
  background-color: #fff;
  box-shadow: none;
  cursor: pointer;
  color: #212124;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.counter_active .counter__number {
  color: green;
}
.product-desc {
  font-family: "Mark Book", Georgia, serif;
  font-size: 14px;
  line-height: 2.29;
  letter-spacing: -0.02em;
  color: #54544f;
  padding: 0 25px;
  margin-bottom: 50px;
}
.detail__title {
  font-family: "Mark Book", Georgia, serif;
  font-size: 18px;
  line-height: 1.3;
  letter-spacing: -0.02em;
  color: #212124;
  margin-bottom: 23px;
}
.detail__table {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-row-gap: 14px;
  grid-column-gap: 40px;
  font-family: "Mark Book", Georgia, serif;
  font-size: 14px;
  line-height: 1.3;
  letter-spacing: -0.02em;
}
.detail__caption {
  color: #212124;
}
.detail__desc {
  color: rgba(84, 84, 79, 0.7);
}
.gallery__images {
  margin-top: 24px;
  margin-left: -12px;
  margin-right: -12px;
  display: flex;
  flex-wrap: wrap;
}
.gallery__cell {
  width: 25%;
  padding-left: 12px;
  padding-right: 12px;
}
.gallery__cell:nth-child(n + 5) {
  margin-top: 24px;
}
.gallery__item {
  position: relative;
  padding-bottom: 66.66667%;
}
.gallery__img {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover";
}
@media only screen and (max-width: 991.98px) {
  .gallery__images {
    display: none;
  }
}
.product-bar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2990;
  border-bottom: 1px solid #eeedec;
  background-color: #fff;
  transform: translateY(-100%);
  transition: transform 0.3s ease-out;
}
.product-bar__box {
  display: flex;
  height: 80px;
}
.product-bar__base {
  flex: 1;
  display: flex;
  align-items: center;
  padding-right: 30px;
}
.product-bar__title {
  font-family: "Mark Book", Georgia, serif;
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: -0.02em;
  max-height: 56px;
  -webkit-box-orient: vertical;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}
.product-bar__scroll-top {
  align-self: center;
}
.product-bar__scroll-top.btn {
  font-size: 16px;
}
.product-bar_show {
  transform: translateY(0);
}
@media only screen and (max-width: 575.98px) {
  .product-bar__scroll-top.btn {
    font-size: 0;
    padding-left: 16px;
    padding-right: 16px;
  }
  .product-bar__scroll-top.btn .btn__icon-scroll {
    margin-left: 0;
  }
}
@media only screen and (min-width: 576px) {
  .product-bar__base {
    padding-right: 40px;
  }
  .product-bar__title {
    font-size: 20px;
    max-height: 64px;
  }
}
.prod__top {
  margin-bottom: 14px;
}
.prod__heading {
  margin-bottom: 25px;
}
.prod__heading.heading {
  line-height: 1.3;
}
.new__prodhead {
  line-height: 1.3;
  font-size: 30px;
  margin-bottom: 16px;
}
.prod__title {
  font-family: "Mark Book", Georgia, serif;
  font-size: 14px;
  line-height: 1.4;
  color: rgba(84, 84, 79, 0.7);
  letter-spacing: -0.02em;
  margin-bottom: 16px;
}
.prod__title_abs {
  margin-bottom: 9px;
}
.prod__prices {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 35px;
}
.prod {
    position: relative;
}
.empty-field {
  display: inline-block;
  width: 50%;
  height: 18px; 
  background-color: lightgray;
  margin-left: 10px
}
.new__prodband {
  flex: 1;  
}
.prod__stock {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.column {
  flex: 1;
  display: flex;
  align-items: center;
}
.column:first-child {
  margin-right: 10px;
}
.prod__item {
  display: flex;
  align-items: flex-end;
  padding-top: 10px;
  padding-bottom: 10px;
}
.prod__item:not(:last-child) {
  margin-right: 50px;
}
.prod__price {
  font-family: "Mark Book", Georgia, serif;
  font-size: 30px;
  line-height: 1;
  letter-spacing: -0.02em;
}
.prod__price + .prod__text {
  margin-left: 8px;
}
.prod__text {
  font-size: 12px;
  line-height: 14px;
  letter-spacing: -0.02em;
  color: #797672;
}
.prod__text + .prod__price {
  margin-left: 5px;
}
.prod__box {
  background-color: #fbfbfb;
  padding: 22px 16px;
}
.prod__count-item {
  margin-bottom: 16px;
}
.prod__count-1 {
  justify-content: center; /* Center horizontally */
  align-items: center;
  margin-top: 10px;
}
.prod__count-item-1 {
  align-items: center;
}
.counter-1 {
  align-items: center;
}
.counter__btn-1 {
  width: 30px;
  height: 30px;
  background-color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin: 0 5px;
}
.counter__btn_minus-1::before {
  content: "-";
  color: #ffffff;
}
.counter__btn_plus-1::before {
  content: "+";
  color: #ffffff;
}
.counter__number_quantity-1 {
  width: 30px;
  height: 30px;
  text-align: center;
  margin: 0 5px;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.prod__count-text {
  font-family: "Mark Book", Georgia, serif;
  font-size: 13px;
  line-height: 1.67;
  letter-spacing: -0.02em;
  color: rgba(84, 84, 79, 0.7);
}
.prod__btns {
  margin-top: 15px;
}
.prod__btnn {
  margin-bottom: 15px;
}
.prod__btn .btn {
  width: 100%;
}
.prod__btn:not(:last-child) {
  margin-bottom: 15px;
}
.prod__link {
  margin-top: 22px;
  padding-right: 22px;
  text-align: right;
}
.prod__out {
  margin-top: 30px;
  margin-bottom: 28px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}
.prod__out-icon-wrap {
  min-width: 32px;
  margin-right: 15px;
  display: flex;
  align-items: center;
}
.prod__out-text {
  flex: 1;
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: -0.02em;
  color: #54544f;
}
.prod__row:not(:last-child) {
  margin-bottom: 2px;
}
.prod__calc {
  display: flex;
}
.prod__calc-input {
  width: 46%;
  margin-right: 15px;
}
.prod__calc-btn {
  flex: 1;
}
.prod__calc-btn .btn {
  width: 100%;
  font-size: 16px;
  padding: 11px 15px 12px;
}
.prod__total {
  font-family: "Mark Book", Georgia, serif;
  font-size: 24px;
  line-height: 1.4;
  letter-spacing: -0.02em;
  padding-bottom: 4px;
}
.prod__flex-base {
  display: flex;
}
.prod__flex-side {
  position: relative;
  margin-top: 24px;
}
.prod__flex-cell {
  flex: 1;
}
.prod__flex-cell:not(:last-child) {
  margin-right: 16px;
}
.prod__lead {
  font-family: "Mark Book", Georgia, serif;
  color: #212124;
  font-size: 20px;
  line-height: 1.3;
  letter-spacing: -0.02em;
  margin-bottom: 20px;
}
.prod__desc {
  font-family: "Mark Book", Georgia, serif;
  color: rgba(84, 84, 79, 0.7);
  font-size: 14px;
  line-height: 2.29;
  letter-spacing: -0.02em;
}
.prod__contact {
  margin-top: 17px;
  display: flex;
  align-items: center;
}
.prod__contact-text {
  flex: 1;
  margin-left: 30px;
  font-family: "Mark Book", Georgia, serif;
  color: rgba(84, 84, 79, 0.7);
  font-size: 17px;
  line-height: 1.7;
  letter-spacing: -0.02em;
}
.prod__contact-text a {
  color: inherit;
  text-decoration: none;
  transition: color 0.3s ease-out;
}
.prod__contact-text a:hover {
  color: #54544f;
}
.prod__line:not(:last-child) {
  margin-bottom: 20px;
}
@media only screen and (max-width: 575.98px) {
  .prod__lead {
    margin-bottom: 15px;
  }
  .prod__contact {
    margin-top: 20px;
  }
  .prod__contact-btn .btn {
    padding-left: 25px;
    padding-right: 25px;
  }
  .prod__contact-text {
    margin-left: 24px;
    font-size: 16px;
  }
}
@media only screen and (max-width: 374.98px) {
  .prod__contact-btn .btn {
    padding-left: 23px;
    padding-right: 23px;
  }
  .prod__contact-text {
    margin-left: 21px;
    font-size: 13px;
  }
}
@media only screen and (min-width: 375px) {
  .prod__count {
    display: flex;
  }
  .prod__count-item {
    margin-bottom: 0;
    margin-right: 23px;
  }
}
@media only screen and (min-width: 576px) {
  .prod__count-item {
    margin-right: 30px;
  }
  .prod__title_abs {
    position: absolute;
    bottom: 100%;
    margin-bottom: 5px;
  }
  .prod__flex {
    display: flex;
    align-items: center;
  }
  .prod__flex-base {
    flex: 1;
  }
  .prod__flex-side {
    display: flex;
    width: 117px;
    margin-top: 0;
    margin-left: 22px;
  }
}
@media only screen and (min-width: 992px) {
  .prod__heading {
    margin-bottom: 32px;
  }
  .prod__heading.heading {
    line-height: 1.1;
  }
  .prod__box {
    padding: 24px;
  }
  .prod__prices {
    margin-bottom: 25px;
  }
  .prod__price {
    font-size: 36px;
  }
  .prod__price + .prod__text {
    margin-left: 5px;
  }
  .prod__calc-input {
    width: 31.5%;
    margin-right: 16px;
  }
  .prod__calc-btn .btn {
    font-size: 17px;
  }
  .prod__btns {
    margin-bottom: 17px;
  }
}
.size {
  border: 1px solid #e0ddd9;
  background-color: #fff;
  padding: 20px 16px 20px 24px;
}
.size:not(:last-child) {
  margin-bottom: 16px;
}
.size__base {
  display: flex;
  align-items: center;
  flex: 1;
}
.size__side {
  margin-top: 16px;
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.size__icon-wrap {
  display: flex;
  align-items: center;
  width: 24px;
  margin-right: 24px;
}
.size__value {
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: -0.02em;
  color: rgba(33, 33, 36, 0.7);
}
.size__price {
  text-align: right;
  font-family: "Mark Book", Georgia, serif;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: -0.02em;
  color: rgba(33, 33, 36, 0.7);
}
.size__input {
  width: 64px;
  margin-left: 22px;
}
@media only screen and (min-width: 576px) {
  .size {
    display: flex;
    padding: 25px 16px 25px 29px;
  }
  .size__icon-wrap {
    margin-right: 28px;
  }
  .size__price {
    max-width: 73px;
  }
}
.color-select {
  display: flex;
  flex-wrap: wrap;
  padding-left: 4px;
  padding-right: 4px;
}
.color-select__input {
  display: none;
}
.color-select__input:checked + .color-select__label:before {
  border-color: #797672;
  

}
.color-select__label {
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #e0ddd9;
  margin-bottom: 24px;
}
.color-select__label:before {
  content: "";
  position: absolute;
  top: -4px;
  right: -4px;
  bottom: -4px;
  left: -4px;
  border-radius: inherit;
  border: 1px solid #e0ddd9;
  transition: border-color 0.3s ease-out;
}
.color-select__label:not(:last-child) {
  margin-right: 2px;

}
.color-select__label:hover:before {
  border-color: #797672;
}
.dropdown {
  position: relative;
  background-color: #fff;
}
.dropdown__btn {
  position: relative;
  cursor: pointer;
  padding: 13px 42px 13px 16px;
  font-size: 16px;
  line-height: 1.4;
  color: rgba(33, 33, 36, 0.7);
  letter-spacing: -0.02em;
  border: 1px solid #e0ddd9;
}
.dropdown__btn:after,
.dropdown__btn:before {
  content: "";
  position: absolute;
  top: 50%;
  width: 6px;
  height: 2px;
  background-color: #212124;
  transition: background-color 0.3s ease-out;
}
.dropdown__btn:before {
  right: 23px;
  transform: rotate(225deg);
}
.dropdown__btn:after {
  right: 19px;
  transform: rotate(135deg);
}
.dropdown__content {
  border: 1px solid #e0ddd9;
  border-top: none;
  background-color: #fff;
}
.dropdown__item {
  cursor: pointer;
  padding: 14px 15px;
  font-size: 16px;
  line-height: 1;
  letter-spacing: -0.02em;
  color: rgba(33, 33, 36, 0.7);
}
.dropdown__item:hover {
  background-color: #eeedec;
}
.dropdown__group {
  display: flex;
  align-items: baseline;
}
.dropdown__size {
  flex: 1;
}
.dropdown__price {
  width: 80px;
  font-weight: 500;
  margin-left: 20px;
}
.dropdown_default .dropdown__box {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 1000;
}
.dropdown_expand .dropdown__box {
  position: relative;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  margin-top: -1px;
}
.dropdown_expand .dropdown__content {
  padding: 10px 15px 14px;
}
.dropdown_active.dropdown_default .dropdown__box {
  display: block;
}
@media only screen and (min-width: 375px) {
  .dropdown__price {
    width: 140px;
  }
  .dropdown_expand .dropdown__content {
    padding: 10px 25px 24px;
  }
}
.success-message {
  background-color: rgba(199, 201, 194, 0.15);
  padding: 60px 20px;
}
.success-message__text {
  max-width: 505px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-size: 20px;
  line-height: 1.4;
  letter-spacing: -0.02em;
}
@media only screen and (min-width: 375px) {
  .success-message {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (min-width: 768px) {
  .success-message {
    padding-top: 70px;
    padding-bottom: 70px;
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
  }
  .success-message__text {
    font-size: 24px;
  }
}
@media only screen and (min-width: 1200px) {
  .success-message {
    max-width: 900px;
    padding-top: 82px;
    padding-bottom: 82px;
  }
}
.page {
  width: 100%;
  flex: 1 0 auto;
}
.container {
  width: 100%;
  max-width: 1258px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 45px;
  padding-right: 45px;
}
.container_smallest {
  max-width: 750px;
}
@media only screen and (max-width: 991.98px) {
  .container_smallest {
    max-width: 710px;
  }
}
@media only screen and (max-width: 767.98px) {
  .container_smallest {
    max-width: 100%;
  }
}
.container_small {
  max-width: 1115px;
}
@media only screen and (max-width: 1199.98px) {
  .container_small {
    max-width: 100%;
  }
}
.container_large {
  max-width: 1322px;
}
.container_big {
  max-width: 1440px;
}
.container_wide {
  max-width: 100%;
  padding-left: 8px;
  padding-right: 8px;
}
@media only screen and (max-width: 991.98px) {
  .container {
    padding-left: 25px;
    padding-right: 25px;
  }
  .container_wide {
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media only screen and (max-width: 575.98px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .container_wide {
    padding-left: 8px;
    padding-right: 8px;
  }
}
.box {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media only screen and (min-width: 576px) {
  .box {
    margin-bottom: 40px;
  }
}
.box_pb_small {
  padding-bottom: 15px;
}
@media only screen and (min-width: 576px) {
  .box_pb_small {
    padding-bottom: 80px;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .box_pb_small {
    padding-bottom: 100px;
  }
}
.section {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media only screen and (min-width: 992px) {
  .section {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}
@media only screen and (min-width: 1200px) {
  .section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.section_small {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media only screen and (min-width: 992px) {
  .section_small {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media only screen and (min-width: 1200px) {
  .section_small {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.section_middle {
  padding-top: 90px;
  padding-bottom: 90px;
}
@media only screen and (min-width: 992px) {
  .section_middle {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media only screen and (min-width: 1200px) {
  .section_middle {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
.section_big {
  padding-top: 90px;
  padding-bottom: 90px;
}
@media only screen and (min-width: 992px) {
  .section_big {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media only screen and (min-width: 1200px) {
  .section_big {
    padding-top: 140px;
    padding-bottom: 140px;
  }
}
.columns__item:nth-child(n + 2) {
  margin-top: 25px;
}
@media only screen and (min-width: 576px) {
  .columns__item:nth-child(n + 2) {
    margin-top: 35px;
  }
}
@media only screen and (min-width: 768px) {
  .columns {
    display: flex;
    flex-wrap: wrap;
  }
  .columns__item:first-child {
    width: 50%;
    padding-right: 60px;
  }
  .columns__item:last-child {
    flex: 1;
  }
  .columns__item:nth-child(n + 2) {
    margin-top: 0;
  }
  .columns__item_small:first-child {
    width: 43%;
  }
}
@media only screen and (min-width: 1200px) {
  .columns__item_small:first-child {
    padding-right: 80px;
  }
}
.columns-pro {
  padding-top: 30px;
  padding-bottom: 60px;
}
.columns-pro__side {
  margin-top: 50px;
}
.columns-pro__inner {
  margin-bottom: 50px;
}
@media only screen and (min-width: 992px) {
  .columns-pro {
    display: flex;
    padding-top: 50px;
    padding-bottom: 80px;
  }
  .columns-pro__base {
    width: 53%;
  }
  .columns-pro__side {
    margin-top: 0;
    margin-left: 60px;
    flex: 1;
  }
  .columns-pro__inner {
    padding-right: 8%;
    margin-bottom: 70px;
  }
}
@media only screen and (min-width: 1200px) {
  .columns-pro__base {
    width: 50%;
  }
  .columns-pro__inner {
    padding-right: 11%;
  }
}
.grid_features .grid__cell:nth-child(n + 2) {
  margin-top: 24px;
}
@media only screen and (max-width: 767.98px) {
  .grid_features {
    max-width: 340px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 479.98px) {
  .grid_features {
    max-width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .grid_features {
    display: flex;
    margin-left: -10px;
    margin-right: -10px;
  }
  .grid_features .grid__cell {
    display: flex;
    flex-direction: column;
    width: 33.333%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .grid_features .grid__cell:nth-child(n + 2) {
    margin-top: 0;
  }
  .grid_features .grid__cell:nth-child(n + 4) {
    margin-top: 40px;
  }
  .grid_features .grid__cell .feature {
    flex: 1;
  }
}
.grid_services .grid__cell:nth-child(n + 2) {
  margin-top: 50px;
}
@media only screen and (min-width: 992px) {
  .grid_services {
    display: flex;
    flex-wrap: wrap;
    margin-left: -27px;
    margin-right: -27px;
  }
  .grid_services .grid__cell {
    width: 50%;
    padding-left: 27px;
    padding-right: 27px;
  }
  .grid_services .grid__cell:nth-child(n + 2) {
    margin-top: 0;
  }
  .grid_services .grid__cell:nth-child(n + 3) {
    margin-top: 60px;
  }
}
.grid_services-sm .grid__cell:nth-child(n + 2) {
  margin-top: 18px;
}
@media only screen and (min-width: 576px) {
  .grid_services-sm {
    display: flex;
    flex-wrap: wrap;
    margin-left: -20px;
    margin-right: -20px;
  }
  .grid_services-sm .grid__cell {
    width: 50%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .grid_services-sm .grid__cell:nth-child(n + 2) {
    margin-top: 0;
  }
  .grid_services-sm .grid__cell:nth-child(n + 3) {
    margin-top: 18px;
  }
}
@media only screen and (min-width: 768px) {
  .grid_services-sm {
    margin-left: -25px;
    margin-right: -25px;
  }
  .grid_services-sm .grid__cell {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.grid_values {
  padding-top: 15px;
}
.grid_values .grid__cell:nth-child(n + 2) {
  margin-top: 50px;
}
@media only screen and (min-width: 576px) {
  .grid_values {
    display: flex;
    flex-wrap: wrap;
    margin-left: -25px;
    margin-right: -25px;
  }
  .grid_values .grid__cell {
    width: 50%;
    padding-left: 25px;
    padding-right: 25px;
  }
  .grid_values .grid__cell:nth-child(n + 2) {
    margin-top: 0;
  }
  .grid_values .grid__cell:nth-child(n + 3) {
    margin-top: 60px;
  }
}
@media only screen and (min-width: 992px) {
  .grid_values {
    margin-left: -30px;
    margin-right: -30px;
  }
  .grid_values .grid__cell {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.grid_main-features .grid__cell:nth-child(n + 2) {
  margin-top: 50px;
}
@media only screen and (min-width: 576px) {
  .grid_main-features {
    display: flex;
    flex-wrap: wrap;
    margin-left: -25px;
    margin-right: -25px;
  }
  .grid_main-features .grid__cell {
    width: 50%;
    padding-left: 25px;
    padding-right: 25px;
  }
  .grid_main-features .grid__cell:nth-child(n + 2) {
    margin-top: 0;
  }
  .grid_main-features .grid__cell:nth-child(n + 3) {
    margin-top: 60px;
  }
}
@media only screen and (min-width: 768px) {
  .grid_main-features .grid__cell {
    width: 33.333%;
  }
  .grid_main-features .grid__cell:nth-child(n + 3) {
    margin-top: 0;
  }
  .grid_main-features .grid__cell:nth-child(n + 4) {
    margin-top: 67px;
  }
}
@media only screen and (min-width: 992px) {
  .grid_main-features {
    margin-left: -35px;
    margin-right: -35px;
  }
  .grid_main-features .grid__cell {
    padding-left: 35px;
    padding-right: 35px;
  }
  .grid_main-features .grid__cell:nth-child(n + 4) {
    margin-top: 77px;
  }
}
.grid_ranges .grid__cell:nth-child(n + 2) {
  margin-top: 22px;
}
@media only screen and (min-width: 576px) {
  .grid_ranges {
    display: flex;
    flex-wrap: wrap;
    margin-left: -25px;
    margin-right: -25px;
  }
  .grid_ranges .grid__cell {
    width: 50%;
    padding-left: 25px;
    padding-right: 25px;
  }
  .grid_ranges .grid__cell:nth-child(n + 2) {
    margin-top: 0;
  }
  .grid_ranges .grid__cell:nth-child(n + 3) {
    margin-top: 22px;
  }
}
.grid_checkboxes .grid__cell:nth-child(n + 2) {
  margin-top: 17px;
}
@media only screen and (min-width: 576px) {
  .grid_checkboxes {
    display: flex;
    flex-wrap: wrap;
    margin-left: -14px;
    margin-right: -14px;
  }
  .grid_checkboxes .grid__cell {
    width: 50%;
    padding-left: 14px;
    padding-right: 14px;
  }
  .grid_checkboxes .grid__cell:nth-child(2) {
    margin-top: 0;
  }
  .grid_checkboxes .grid__cell:nth-child(n + 3) {
    margin-top: 17px;
  }
}
.grid_info .grid__cell:nth-child(n + 2) {
  margin-top: 20px;
}
@media only screen and (min-width: 768px) {
  .grid_info {
    display: flex;
    flex-wrap: wrap;
    margin-left: -17px;
    margin-right: -17px;
  }
  .grid_info .grid__cell {
    width: 50%;
    padding-left: 17px;
    padding-right: 17px;
  }
  .grid_info .grid__cell:nth-child(n + 2) {
    margin-top: 0;
  }
  .grid_info .grid__cell:nth-child(n + 3) {
    margin-top: 20px;
  }
}
.grid_details .grid__cell:nth-child(n + 2) {
  margin-top: 40px;
}
@media only screen and (min-width: 576px) {
  .grid_details {
    display: flex;
    flex-wrap: wrap;
    margin-left: -25px;
    margin-right: -25px;
  }
  .grid_details .grid__cell {
    width: 50%;
    padding-left: 25px;
    padding-right: 25px;
  }
  .grid_details .grid__cell:nth-child(n + 2) {
    margin-top: 0;
  }
  .grid_details .grid__cell:nth-child(n + 3) {
    margin-top: 40px;
  }
}
.grid_account {
  margin-bottom: 40px;
}
.grid_account .grid__cell:nth-child(n + 2) {
  margin-top: 40px;
}
@media only screen and (min-width: 768px) {
  .grid_account {
    display: flex;
    flex-wrap: wrap;
    margin-left: -18px;
    margin-right: -18px;
    margin-bottom: 50px;
  }
  .grid_account .grid__cell {
    width: 50%;
    padding-left: 18px;
    padding-right: 18px;
  }
  .grid_account .grid__cell:nth-child(n + 2) {
    margin-top: 0;
  }
  .grid_account .grid__cell:nth-child(n + 3) {
    margin-top: 50px;
  }
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mb-3 {
  margin-bottom: 65px;
}
.mb-4 {
  margin-bottom: 65px;
}
@media only screen and (min-width: 1200px) {
  .mb-4 {
    margin-bottom: 85px;
  }
}
.mb-5 {
  margin-bottom: 60px;
}
@media only screen and (min-width: 992px) {
  .mb-5 {
    margin-bottom: 90px;
  }
}
@media only screen and (min-width: 1200px) {
  .mb-5 {
    margin-bottom: 120px;
  }
}
.mb-6 {
  margin-bottom: 60px;
}
@media only screen and (min-width: 992px) {
  .mb-6 {
    margin-bottom: 90px;
  }
}
@media only screen and (min-width: 1200px) {
  .mb-6 {
    margin-bottom: 120px;
  }
}
.pt-0 {
  padding-top: 0 !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.pb-3 {
  padding-bottom: 65px;
}
.pb-6 {
  padding-bottom: 60px;
}
@media only screen and (min-width: 768px) {
  .pb-6 {
    padding-bottom: 90px;
  }
}
@media only screen and (min-width: 1200px) {
  .pb-6 {
    padding-bottom: 120px;
  }
}
.row:not(:last-child) {
  margin-bottom: 80px;
}
@media only screen and (min-width: 1200px) {
  .row:not(:last-child) {
    margin-bottom: 90px;
  }
}
.align-left {
  text-align: left !important;
}
.align-center {
  text-align: center !important;
}
.align-right {
  text-align: right !important;
}
@media only screen and (min-width: 992px) {
  .col-md {
    max-width: 636px;
  }
}
.title-sm {
  font-weight: 300;
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #54544f;
}
.account {
  padding: 60px 10px 0;
}
.account__side {
  display: flex;
  justify-content: center;
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: 40px;
}
.account__tab {
  min-width: 130px;
  text-decoration: none;
  position: relative;
  display: flex;
  align-items: center;
  padding: 11px 13px;
  min-height: 47px;
  font-size: 14px;
  line-height: 1.4;
  color: #54544f;
  transition: color 0.3s ease-out, background-color 0.3s ease-out;
}
.account__tab:not(:last-child) {
  margin-right: 10px;
}
.account__tab:not(.account__tab_active):hover {
  color: #212124;
}
.account__tab_active {
  color: #fff;
  background-color: #212124;
}
.account__tab_active:active,
.account__tab_active:hover {
  background-color: rgba(33, 33, 36, 0.9);
}
.account__tab_active .account__tab-icon {
  stroke: #fff;
}
.account__tab-icon {
  stroke: #54544f;
  margin-right: 8px;
}
.account__btns {
  margin-top: 40px;
}
.account__btn:not(:last-child) {
  margin-bottom: 10px;
}
.account__btn .btn {
  width: 100%;
}
.account__message {
  color: #54544f;
  margin-top: 24px;
  text-align: center;
}
.account__title {
  margin-bottom: 25px;
}
.account__heading {
  margin-bottom: 17px;
}
.account__row:not(:last-child) {
  margin-bottom: 35px;
}
.account__controls {
  position: relative;
}
.account__edit {
  position: absolute;
  top: -5px;
  right: 0;
  z-index: 1;
}
.account__saved {
  padding: 20px 0 0 13px;
}
.account__text {
  color: #54544f;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: -0.02em;
}
.account__text:not(:last-child) {
  margin-bottom: 3px;
}
.account__back {
  margin-bottom: 30px;
}
.account__info {
  margin-bottom: 35px;
}
@media only screen and (max-width: 575.98px) {
  .account__saved {
    padding: 20px 0 0 8px;
  }
}
@media only screen and (min-width: 375px) {
  .account__tab-icon {
    margin-right: 13px;
  }
}
@media only screen and (min-width: 576px) {
  .account__btns {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .account__btn:not(:last-child) {
    margin-right: 16px;
  }
  .account__btn .btn {
    min-width: 130px;
  }
  .account__message {
    text-align: left;
    margin-top: 0;
    margin-left: 8px;
  }
}
@media only screen and (min-width: 768px) {
  .account__box {
    display: flex;
  }
  .account__info {
    width: 162px;
    padding-top: 39px;
  }
  .account__products {
    flex: 1;
    padding-top: 42px;
    padding-left: 43px;
    margin-left: 37px;
    border-left: 1px solid rgba(84, 84, 79, 0.1);
  }
  .account__btn .btn {
    min-width: 174px;
  }
}
@media only screen and (min-width: 992px) {
  .account {
    display: flex;
    padding-left: 30px;
    padding-right: 30px;
  }
  .account__side {
    display: block;
    width: 192px;
    padding-top: 38px;
    padding-right: 38px;
    margin-bottom: 0;
    border-right: 1px solid rgba(84, 84, 79, 0.1);
  }
  .account__tab {
    width: 100%;
  }
  .account__tab:not(:last-child) {
    margin-bottom: 7px;
  }
  .account__base {
    flex: 1;
    padding-top: 42px;
    padding-left: 45px;
  }
  .account__btns {
    margin-top: 50px;
  }
  .account__row:not(:last-child) {
    margin-bottom: 45px;
  }
}
@media only screen and (min-width: 1200px) {
  .account__side {
    width: 212px;
    padding-top: 42px;
    padding-right: 42px;
  }
  .account__saved {
    padding: 12px 150px 0 13px;
  }
}
.order__item {
  position: relative;
  display: block;
  text-decoration: none;
  color: #212124;
  padding: 34px 50px 28px 0;
  border-bottom: 1px solid rgba(84, 84, 79, 0.1);
}
.order__item:first-child {
  padding-top: 12px;
}
.order__item:hover .order__arrow {
  transform: translateX(10px);
}
.order__arrow {
  position: absolute;
  display: block;
  width: 20px;
  height: 20px;
  top: 50%;
  right: 0;
  margin-top: -10px;
  transition: transform 0.3s ease-out;
}
.order__arrow:after,
.order__arrow:before {
  content: "";
  position: absolute;
  right: 0;
  width: 8px;
  height: 1px;
  background-color: #212124;
  transition: background-color 0.3s ease-out;
}
.order__arrow:before {
  top: 12px;
  transform: rotate(135deg);
}
.order__arrow:after {
  top: 7px;
  transform: rotate(225deg);
}
.order__date {
  font-family: "Mark Book", Georgia, serif;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -0.02em;
  color: rgba(84, 84, 79, 0.7);
  margin-bottom: 11px;
}
.order__status {
  position: relative;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: -0.02em;
}
.order-product__item {
  padding: 24px 0;
  border-bottom: 1px solid rgba(84, 84, 79, 0.1);
}
.order-product__item:first-child {
  padding-top: 0;
}
.order-product__box {
  text-decoration: none;
  display: flex;
  color: #212124;
}
.order-product__box:hover .order-product__title {
  text-decoration: underline;
}
.order-product__side {
  width: 70px;
}
.order-product__base {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 22px;
}
.order-product__title {
  max-width: 240px;
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: -0.02em;
  color: #54544f;
}
.order-product__price {
  font-family: "Mark Book", Georgia, serif;
  margin-top: 9px;
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: -0.02em;
  color: rgba(84, 84, 79, 0.7);
}
.order-product__bottom {
  margin-top: 10px;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}
.order-product__bottom_total {
  margin-top: 25px;
}
.order-product__info {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: -0.02em;
}
.order-product__total {
  width: 100px;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.4;
  text-align: right;
  letter-spacing: -0.02em;
}
@media only screen and (min-width: 375px) {
  .order-product__side {
    width: 80px;
  }
  .order-product__title {
    font-size: 15px;
  }
  .order-product__bottom {
    padding-left: 102px;
  }
}
@media only screen and (min-width: 576px) {
  .order-product__side {
    width: 100px;
  }
  .order-product__item {
    padding: 32px 0 49px;
  }
  .order-product__base {
    margin-left: 38px;
  }
  .order-product__title {
    font-size: 16px;
  }
  .order-product__bottom {
    margin-top: 5px;
    padding-left: 138px;
  }
  .order-product__bottom_total {
    margin-top: 40px;
  }
}
@media only screen and (min-width: 1200px) {
  .order-product__item {
    padding: 32px 0 49px;
  }
  .order-product__base {
    padding-right: 100px;
  }
}
.process__title {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: -0.02em;
  margin-bottom: 11px;
}
.process__text {
  font-family: "Mark Book", Georgia, serif;
  color: rgba(84, 84, 79, 0.7);
  font-size: 14px;
  line-height: 1.7;
  letter-spacing: -0.02em;
  margin-bottom: 8px;
}
.edit__row {
  text-align: right;
}
.edit__row:not(:last-child) {
  margin-bottom: 13px;
}
.edit__btn {
  display: inline-flex;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 500;
  text-decoration: none;
  color: #212124;
  transition: color 0.3s ease-out;
}
.edit__btn:hover {
  color: rgba(33, 33, 36, 0.8);
}
@media only screen and (max-width: 1199.98px) {
  .edit__row:not(:last-child) {
    margin-bottom: 10px;
  }
  .edit__btn {
    font-size: 14px;
  }
}
@media only screen and (max-width: 575.98px) {
  .edit__row:not(:last-child) {
    margin-bottom: 8px;
  }
  .edit__btn {
    font-size: 13px;
  }
}
[data-animation="fade-left"],
[data-animation="fade-right"],
[data-animation="fade-up"],
[data-animation="fade"] {
  opacity: 0;
}
[data-animation="fade-up"] {
  transform: translateY(20px);
}
[data-animation="fade-left"] {
  transform: translateX(100px);
}
[data-animation="fade-right"] {
  transform: translateX(-100px);
}
.lazyload,
.lazyloading {
  opacity: 0;
}
.lazyloaded {
  opacity: 1;
  transition: opacity 0.3s ease-out;
}
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA")
    format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}
.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}
.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}
.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-container-pointer-events {
  touch-action: pan-y;
}
.swiper-container-pointer-events.swiper-container-vertical {
  touch-action: pan-x;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-container-3d {
  perspective: 1200px;
}
.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(
    to left,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
}
.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
  scroll-snap-type: y mandatory;
}
:root {
  --swiper-navigation-size: 44px;
}
.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}
.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: "prev";
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}
.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: "next";
}
.swiper-button-next.swiper-button-white,
.swiper-button-prev.swiper-button-white {
  --swiper-navigation-color: #ffffff;
}
.swiper-button-next.swiper-button-black,
.swiper-button-prev.swiper-button-black {
  --swiper-navigation-color: #000000;
}
.swiper-button-lock {
  display: none;
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 50%;
  background: #000;
  opacity: 0.2;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0, -50%, 0);
}
.swiper-container-vertical
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}
.swiper-container-vertical
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-container-vertical
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s top;
}
.swiper-container-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 4px;
}
.swiper-container-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-container-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s left;
}
.swiper-container-horizontal.swiper-container-rtl
  > .swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-container-rtl
  .swiper-pagination-progressbar
  .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-horizontal
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-white {
  --swiper-pagination-color: #ffffff;
}
.swiper-pagination-black {
  --swiper-pagination-color: #000000;
}
.swiper-pagination-lock {
  display: none;
}
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
  animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@-webkit-keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube {
  overflow: visible;
}
.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next + .swiper-slide,
.swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}
.swiper-container-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}
.swiper-container-flip {
  overflow: visible;
}
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.choices {
  position: relative;
  margin-bottom: 24px;
  font-size: 16px;
}
.choices:focus {
  outline: 0;
}
.choices:last-child {
  margin-bottom: 0;
}
.choices.is-disabled .choices__inner,
.choices.is-disabled .choices__input {
  background-color: #eaeaea;
  cursor: not-allowed;
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.choices.is-disabled .choices__item {
  cursor: not-allowed;
}
.choices [hidden] {
  display: none !important;
}
.choices[data-type*="select-one"] {
  cursor: pointer;
}
.choices[data-type*="select-one"] .choices__inner {
  padding-bottom: 7.5px;
}
.choices[data-type*="select-one"] .choices__input {
  display: block;
  width: 100%;
  padding: 10px;
  border-bottom: 1px solid #ddd;
  background-color: #fff;
  margin: 0;
}
.choices[data-type*="select-one"] .choices__button {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==);
  padding: 0;
  background-size: 8px;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -10px;
  margin-right: 25px;
  height: 20px;
  width: 20px;
  border-radius: 10em;
  opacity: 0.5;
}
.choices[data-type*="select-one"] .choices__button:focus,
.choices[data-type*="select-one"] .choices__button:hover {
  opacity: 1;
}
.choices[data-type*="select-one"] .choices__button:focus {
  box-shadow: 0 0 0 2px #00bcd4;
}
.choices[data-type*="select-one"]
  .choices__item[data-value=""]
  .choices__button {
  display: none;
}
.choices[data-type*="select-one"]:after {
  content: "";
  height: 0;
  width: 0;
  border-style: solid;
  border-color: #333 transparent transparent;
  border-width: 5px;
  position: absolute;
  right: 11.5px;
  top: 50%;
  margin-top: -2.5px;
  pointer-events: none;
}
.choices[data-type*="select-one"].is-open:after {
  border-color: transparent transparent #333;
  margin-top: -7.5px;
}
.choices[data-type*="select-one"][dir="rtl"]:after {
  left: 11.5px;
  right: auto;
}
.choices[data-type*="select-one"][dir="rtl"] .choices__button {
  right: auto;
  left: 0;
  margin-left: 25px;
  margin-right: 0;
}
.choices[data-type*="select-multiple"] .choices__inner,
.choices[data-type*="text"] .choices__inner {
  cursor: text;
}
.choices[data-type*="select-multiple"] .choices__button,
.choices[data-type*="text"] .choices__button {
  position: relative;
  display: inline-block;
  margin: 0 -4px 0 8px;
  padding-left: 16px;
  border-left: 1px solid #008fa1;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjRkZGIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==);
  background-size: 8px;
  width: 8px;
  line-height: 1;
  opacity: 0.75;
  border-radius: 0;
}
.choices[data-type*="select-multiple"] .choices__button:focus,
.choices[data-type*="select-multiple"] .choices__button:hover,
.choices[data-type*="text"] .choices__button:focus,
.choices[data-type*="text"] .choices__button:hover {
  opacity: 1;
}
.choices__inner {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  background-color: #f9f9f9;
  padding: 7.5px 7.5px 3.75px;
  border: 1px solid #ddd;
  border-radius: 2.5px;
  font-size: 14px;
  min-height: 44px;
  overflow: hidden;
}
.is-focused .choices__inner,
.is-open .choices__inner {
  border-color: #b7b7b7;
}
.is-open .choices__inner {
  border-radius: 2.5px 2.5px 0 0;
}
.is-flipped.is-open .choices__inner {
  border-radius: 0 0 2.5px 2.5px;
}
.choices__list {
  margin: 0;
  padding-left: 0;
  list-style: none;
}
.choices__list--single {
  display: inline-block;
  padding: 4px 16px 4px 4px;
  width: 100%;
}
[dir="rtl"] .choices__list--single {
  padding-right: 4px;
  padding-left: 16px;
}
.choices__list--single .choices__item {
  width: 100%;
}
.choices__list--multiple {
  display: inline;
}
.choices__list--multiple .choices__item {
  display: inline-block;
  vertical-align: middle;
  border-radius: 20px;
  padding: 4px 10px;
  font-size: 12px;
  font-weight: 500;
  margin-right: 3.75px;
  margin-bottom: 3.75px;
  background-color: #00bcd4;
  border: 1px solid #00a5bb;
  color: #fff;
  word-break: break-all;
  box-sizing: border-box;
}
.choices__list--multiple .choices__item[data-deletable] {
  padding-right: 5px;
}
[dir="rtl"] .choices__list--multiple .choices__item {
  margin-right: 0;
  margin-left: 3.75px;
}
.choices__list--multiple .choices__item.is-highlighted {
  background-color: #00a5bb;
  border: 1px solid #008fa1;
}
.is-disabled .choices__list--multiple .choices__item {
  background-color: #aaa;
  border: 1px solid #919191;
}
.choices__list--dropdown {
  visibility: hidden;
  z-index: 1;
  position: absolute;
  width: 100%;
  background-color: #fff;
  border: 1px solid #ddd;
  top: 100%;
  margin-top: -1px;
  border-bottom-left-radius: 2.5px;
  border-bottom-right-radius: 2.5px;
  overflow: hidden;
  word-break: break-all;
  will-change: visibility;
}
.choices__list--dropdown.is-active {
  visibility: visible;
}
.is-open .choices__list--dropdown {
  border-color: #b7b7b7;
}
.is-flipped .choices__list--dropdown {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: -1px;
  border-radius: 0.25rem 0.25rem 0 0;
}
.choices__list--dropdown .choices__list {
  position: relative;
  max-height: 300px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  will-change: scroll-position;
}
.choices__list--dropdown .choices__item {
  position: relative;
  padding: 10px;
  font-size: 14px;
}
[dir="rtl"] .choices__list--dropdown .choices__item {
  text-align: right;
}
@media (min-width: 640px) {
  .choices__list--dropdown .choices__item--selectable {
    padding-right: 100px;
  }
  .choices__list--dropdown .choices__item--selectable:after {
    content: attr(data-select-text);
    font-size: 12px;
    opacity: 0;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
  }
  [dir="rtl"] .choices__list--dropdown .choices__item--selectable {
    text-align: right;
    padding-left: 100px;
    padding-right: 10px;
  }
  [dir="rtl"] .choices__list--dropdown .choices__item--selectable:after {
    right: auto;
    left: 10px;
  }
}
.choices__list--dropdown .choices__item--selectable.is-highlighted {
  background-color: #f2f2f2;
}
.choices__list--dropdown .choices__item--selectable.is-highlighted:after {
  opacity: 0.5;
}
.choices__item {
  cursor: default;
}
.choices__item--selectable {
  cursor: pointer;
}
.choices__item--disabled {
  cursor: not-allowed;
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  opacity: 0.5;
}
.choices__heading {
  font-weight: 600;
  font-size: 12px;
  padding: 10px;
  border-bottom: 1px solid #f7f7f7;
  color: gray;
}
.choices__button {
  text-indent: -9999px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}
.choices__button:focus,
.choices__input:focus {
  outline: 0;
}
.choices__input {
  display: inline-block;
  vertical-align: baseline;
  background-color: #f9f9f9;
  font-size: 14px;
  margin-bottom: 5px;
  border: 0;
  border-radius: 0;
  max-width: 100%;
  padding: 4px 0 4px 2px;
}
[dir="rtl"] .choices__input {
  padding-right: 2px;
  padding-left: 0;
}
.choices__placeholder {
  opacity: 0.5;
}
.mw,
[data-mw] {
  opacity: 0;
}
.mw.--v {
  opacity: 1;
}
.mw .mw-w {
  --mw-offset-sanitized: calc(var(--mw-offset) * 1px);
  --mw-offset-sanitized-negative: calc(-1 * var(--mw-offset-sanitized));
  white-space: nowrap;
  display: inline-flex;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.mw .mw-w:not(:last-child) {
  margin-right: calc(var(--mw-word-spacing) * 1px);
}
.mw .mw-l {
  position: relative;
  display: inline-block;
  transition-duration: var(--mw-duration);
  transition-delay: calc(var(--mw-delay) * var(--mw-w));
}
.mw.fadeIn .mw-l {
  opacity: 0;
  transition-property: opacity;
  transition-timing-function: ease-out;
  will-chage: opacity;
}
.mw.slideInLeft .mw-l {
  transform: translateX(var(--mw-offset-sanitized-negative));
}
.mw.slideInRight .mw-l {
  transform: translateX(var(--mw-offset-sanitized));
}
.mw.revealInTop .mw-l,
.mw.slideInTop .mw-l {
  transform: translateY(var(--mw-offset-sanitized-negative));
}
.mw.revealInBottom .mw-l,
.mw.slideInBottom .mw-l {
  transform: translateY(var(--mw-offset-sanitized));
}
.mw.revealInBottom .mw-l,
.mw.revealInTop .mw-l,
.mw.slideInBottom .mw-l,
.mw.slideInLeft .mw-l,
.mw.slideInRight .mw-l,
.mw.slideInTop .mw-l {
  opacity: 0;
  transition-property: opacity, transform;
  transition-timing-function: ease-out;
  will-chage: opacity, transform;
}
.mw.fadeIn.--v .mw-l,
.mw.revealInBottom.--v .mw-l,
.mw.revealInTop.--v .mw-l,
.mw.slideInBottom.--v .mw-l,
.mw.slideInLeft.--v .mw-l,
.mw.slideInRight.--v .mw-l,
.mw.slideInTop.--v .mw-l {
  opacity: 1;
}
.mw.revealInBottom.--v .mw-l,
.mw.revealInTop.--v .mw-l,
.mw.slideInBottom.--v .mw-l,
.mw.slideInTop.--v .mw-l {
  transform: translateY(0);
}
.mw.slideInLeft.--v .mw-l,
.mw.slideInRight.--v .mw-l {
  transform: translateX(0);
}
.mw.revealInBottom.--v .mw-w,
.mw.revealInTop.--v .mw-w {
  overflow: hidden;
}
@media only screen and (max-width: 1199.98px) {
  body:not(.nav-opened) .header_white:not(._bg) .header__logo-icon {
    fill: #fff;
  }
  body:not(.nav-opened) .header_white:not(._bg) .header__cart-counter {
    box-shadow: 0 0 0 2px transparent;
    color: #212124;
    background-color: #fff;
  }
  body:not(.nav-opened) .header_white:not(._bg) .header__cart-icon {
    stroke: #fff;
  }
  body:not(.nav-opened) .header_white:not(._bg) .search__icon {
    fill: #fff;
  }
  body:not(.nav-opened) .header_white:not(._bg) .nav__toggler-line,
  body:not(.nav-opened) .header_white:not(._bg) .nav__toggler-line:after,
  body:not(.nav-opened) .header_white:not(._bg) .nav__toggler-line:before {
    background-color: #fff;
  }
}
@media only screen and (min-width: 1200px) {
  .header_white:not(._bg):not(._subnav-is-active) .header__logo-icon {
    fill: #fff;
  }
  .header_white:not(._bg):not(._subnav-is-active) .header__cart-counter {
    box-shadow: 0 0 0 2px transparent;
    color: #212124;
    background-color: #fff;
  }
  .header_white:not(._bg):not(._subnav-is-active) .header__cart-icon {
    stroke: #fff;
  }
  .header_white:not(._bg):not(._subnav-is-active) .search__icon {
    fill: #fff;
  }
  .header_white:not(._bg):not(._subnav-is-active) .search__input {
    color: #fff;
    border-bottom-color: #fff;
  }
  .header_white:not(._bg):not(._subnav-is-active)
    .nav__item._subnav
    > .nav__link:after,
  .header_white:not(._bg):not(._subnav-is-active)
    .nav__item._subnav
    > .nav__link:before {
    background-color: #fff;
  }
  .header_white:not(._bg):not(._subnav-is-active) .nav__link {
    color: #fff;
  }
  .header_white:not(._bg):not(._subnav-is-active)
    .nav__control:not(:first-child):before {
    background-color: #fff;
  }
  .header_white:not(._bg):not(._subnav-is-active) .btn_nav {
    border-color: transparent;
    background-color: #fff;
    color: #212124;
  }
  .header_white:not(._bg):not(._subnav-is-active) .btn_nav:active,
  .header_white:not(._bg):not(._subnav-is-active) .btn_nav:hover {
    border-color: transparent;
    background-color: #fff;
    color: #212124;
  }
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 3000;
  transition: box-shadow 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95),
    background-color 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95),
    transform 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.header._bg {
  box-shadow: 0 1px 15px rgba(0, 0, 0, 0.1);
}
.header._bg .header__box {
  background-color: #fff;
}
.header._hide {
  transform: translateY(-100%);
  box-shadow: none;
}
.header__box {
  transition: background-color 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.header__top {
  display: none;
}
.header__container {
  display: flex;
  align-items: center;
  height: 50px;
}
.header__logo {
  display: block;
  position: relative;
  z-index: 4000;
}
.header__logo-icon {
  vertical-align: top;
  fill: #2b444f;
  transition: fill 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.header__side {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex: 1;
  margin-left: 20px;
}
.header__search {
  position: relative;
  z-index: 2000;
}
.header .search__icon {
  fill: #212124;
  transition: fill 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.header .search__input {
  transition: border-color 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95),
    width 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95),
    opacity 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.header__cart {
  position: relative;
  z-index: 2000;
  margin-left: 10px;
  display: flex;
  justify-content: center;
  width: 30px;
  height: 30px;
  transition: opacity 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95),
    z-index 0s ease 0.4s;
}
.header__cart:hover {
  opacity: 0.8;
}
.header__cart-counter {
  position: absolute;
  top: -6px;
  right: 16px;
  height: 15px;
  padding: 0 3px 1px;
  min-width: 15px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  font-weight: 500;
  font-size: 12px;
  line-height: 1;
  background-color: #212124;
  box-shadow: 0 0 0 2px #fff;
  color: #fff;
  transition: background-color 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95),
    color 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95),
    box-shadow 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.header__cart-icon {
  stroke: #212124;
  stroke-width: 2;
  transition: stroke 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.header._subnav-is-active .header__cart-counter {
  box-shadow: 0 0 0 2px #c7c9c2;
}
@media only screen and (min-width: 576px) {
  .header__container {
    height: 68px;
  }
  .header__logo-icon {
    width: 124px;
    height: 29px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .header__side {
    z-index: 4000;
  }
  .header__container {
    position: relative;
  }
  .header__container:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #c7c9c2;
    opacity: 0;
    z-index: 2000;
    transition: opacity 0s ease-out 0s;
  }
  .header .search__popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 50px 30px 20px;
    z-index: 5000;
    transform: translateY(-100%);
    background-color: #c7c9c2;
    transition: background-color 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95),
      transform 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  }
  .header .search__field {
    position: relative;
    padding-right: 45px;
  }
  .header .search__clear {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .header_search-opened .header__cart,
  .header_search-opened .nav__toggler {
    z-index: 0;
    transition: z-index 0s ease 0s;
  }
  .header_search-opened .search.search_header .search__popup {
    transform: translateY(0);
  }
}
@media only screen and (min-width: 1200px) {
  .header__top {
    display: flex;
    position: relative;
    z-index: 5000;
    background-color: #212124;
  }
  .header__list {
    display: flex;
    justify-content: flex-end;
  }
  .header__group {
    display: flex;
    position: relative;
  }
  .header__group:not(:first-child) {
    margin-left: 29px;
    padding-left: 29px;
  }
  .header__group:not(:first-child):before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    bottom: 8px;
    width: 1px;
    background-color: rgba(255, 255, 255, 0.3);
  }
  .header__link {
    display: block;
    padding: 9px 5px;
    color: #fff;
    font-size: 12px;
    line-height: 1.2;
    text-decoration: none;
    transition: opacity 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  }
  .header__link:hover {
    opacity: 0.8;
  }
  .header__link:focus {
    outline: 0;
  }
  .header__link:not(:first-child) {
    margin-left: 16px;
  }
  .header__box {
    position: relative;
  }
  .header__logo-icon {
    width: 155px;
    height: 39px;
  }
  .header__container {
    height: 98px;
  }
  .header__nav {
    flex: 1;
    padding-left: 20px;
  }
  .header__side {
    flex: 0;
  }
  .header .search__clear {
    display: none;
  }
  .header_search-opened .nav__controls {
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.15s ease-in;
  }
  .header_search-opened .search.search_header .search__input {
    position: fixed;
    left: 0;
    top: 30px;
    z-index: 2000;
    width: 100%;
    height: 100px;
    background-color: #f5f2f0;
    color: #2b444f;
    border: none;
    padding: 0px 25% 0px 25%;
    opacity: 1;
  }
}
@media (min-width: 1225px) {
  .header__logo-icon {
    width: 160px;
  }
}
@media (min-width: 1365px) {
  .header__logo-icon {
    width: 175px;
  }
  .header__nav {
    padding-left: 35px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .nav {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2000;
    background-color: #c7c9c2;
    width: 100%;
    height: 100%;
    transform: translateY(-100%);
    overflow-y: auto;
    overflow-x: hidden;
  }
}
@media only screen and (min-width: 1200px) {
  .nav {
    display: flex;
  }
}
@media only screen and (max-width: 1199.98px) {
  .nav._subnav-level-2 .nav__section {
    transform: translateX(-100%);
  }
}
@media only screen and (max-width: 1199.98px) {
  .nav__section {
    padding: calc(50px + 39px) 30px 30px;
    transition: transform 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
    will-change: transform;
  }
}
@media only screen and (max-width: 374.98px) {
  .nav__section {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media only screen and (min-width: 1200px) {
  .nav__section {
    display: flex;
    width: 100%;
  }
}
.nav__caption {
  font-family: "Mark Book", Georgia, serif;
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: -0.02em;
  color: #212124;
  padding-top: 8px;
  margin-bottom: 23px;
}
@media only screen and (min-width: 1200px) {
  .nav__caption {
    display: none;
  }
}
.nav__subnav {
  top: 0;
  width: 100%;
  background-color: #c7c9c2;
}
@media only screen and (max-width: 1199.98px) {
  .nav__subnav {
    position: absolute;
    left: 100%;
    padding-left: 15px;
    padding-right: 15px;
    visibility: hidden;
    pointer-events: none;
    overflow-y: auto;
  }
}
@media only screen and (max-width: 374.98px) {
  .nav__subnav {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media only screen and (min-width: 1200px) {
  .nav__subnav {
    position: absolute;
    padding-top: 127px;
    padding-bottom: 42px;
    left: 0;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    transform: translateY(-50px);
    transition: opacity 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95),
      transform 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95),
      visibility 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  }
}
@media only screen and (max-width: 1199.98px) {
  .nav__subnav-container.container_large {
    width: 100%;
    max-width: 100%;
  }
}
@media only screen and (max-width: 1199.98px) {
  .nav__subnav-container {
    padding-top: calc(50px + 39px);
    padding-bottom: 30px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .nav__header {
    margin-bottom: 8px;
  }
}
@media only screen and (min-width: 1200px) {
  .nav__header {
    display: none;
  }
}
.nav__arrow-back {
  stroke: #212124;
  transform: rotate(180deg);
  margin-top: 1px;
  margin-right: 13px;
}
@media only screen and (min-width: 1200px) {
  .nav__list {
    display: flex;
    align-items: center;
  }
}
.nav__controls {
  position: relative;
  display: flex;
  align-items: center;
  transition: opacity 0.15s ease-in 0.4s;
}
@media only screen and (max-width: 991.98px) {
  .nav__controls {
    margin-left: 22px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .nav__controls {
    flex-direction: column;
    align-items: initial;
    margin-top: 72px;
    margin-left: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .nav__controls {
    padding-left: 16px;
    margin-left: auto;
  }
}
.nav__control {
  position: relative;
}
@media only screen and (max-width: 1199.98px) {
  .nav__control {
    order: 1;
  }
  .nav__control_desktop {
    display: none;
  }
  .nav__control_btn {
    order: 0;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 1200px) {
  .nav__control:not(:first-child) {
    margin-left: 18px;
    padding-left: 18px;
  }
  .nav__control:not(:first-child):before {
    content: "";
    position: absolute;
    left: 0;
    top: -5px;
    bottom: -4px;
    width: 1px;
    background-color: #212124;
    transition: background-color 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  }
  .nav__control_btn {
    padding-left: 0 !important;
    margin-left: 20px !important;
  }
  .nav__control_btn:before {
    content: none !important;
  }
}
@media (min-width: 1365px) {
  .nav__control:not(:first-child) {
    margin-left: 29px;
    padding-left: 29px;
  }
  .nav__control_btn {
    margin-left: 2px !important;
  }
}
.nav__sign {
  order: 1;
  font-size: 17px;
  line-height: 1.3;
  letter-spacing: -0.02em;
}
@media only screen and (min-width: 1200px) {
  .nav__sign {
    display: none;
  }
}
.nav__sign-btn {
  position: relative;
  cursor: pointer;
  padding: 11px 0;
  color: rgba(33, 33, 36, 0.7);
}
.nav__sign-arrow {
  margin-left: 11px;
  margin-bottom: 1px;
  stroke: rgba(33, 33, 36, 0.7);
  transition: transform 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.nav__sign-box {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.nav__sign-link {
  font-family: "Mark Book", Georgia, serif;
  display: block;
  position: relative;
  text-decoration: none;
  color: rgba(33, 33, 36, 0.7);
  padding: 11px 0 11px 10px;
  transition: color 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95),
    opacity 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
.nav__sign_active .nav__sign-arrow {
  transform: rotate(180deg);
}
@media only screen and (max-width: 1199.98px) {
  .nav__item:not(:first-child) {
    margin-top: 17px;
  }
  .nav__item:not(:last-child) {
    margin-right: 0;
    border-bottom: 1px solid rgba(33, 33, 36, 0.4);
  }
  .nav__item._subnav._active .nav__subnav {
    visibility: visible;
    pointer-events: auto;
  }
  .nav__item._subnav:not(._active) .nav__subnav {
    max-height: 0;
    overflow: hidden;
    transition: height 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.4s,
      overflow 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.4s,
      visibility 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.4s;
  }
}
@media only screen and (min-width: 1200px) {
  .nav__item_mob {
    display: none;
  }
  .nav__item:not(:last-child) {
    margin-right: 18px;
  }
  .nav__item._subnav > .nav__link {
    position: relative;
    z-index: 1;
    padding-right: 24px;
  }
  .nav__item._subnav > .nav__link:after,
  .nav__item._subnav > .nav__link:before {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: 1px;
    width: 7px;
    height: 2px;
    background-color: #212124;
    transition: background-color 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  }
  .nav__item._subnav > .nav__link:before {
    right: 11px;
    transform: rotate(222deg);
  }
  .nav__item._subnav > .nav__link:after {
    right: 7px;
    transform: rotate(138deg);
  }
}
@media (min-width: 1365px) {
  .nav__item:not(:last-child) {
    margin-right: 24px;
  }
}
.nav__link {
  font-family: "Mark Book", Georgia, serif;
  display: block;
  position: relative;
  z-index: 2;
  text-decoration: none;
  color: #212124;
  transition: color 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95),
    opacity 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
@media only screen and (max-width: 1199.98px) {
  .nav__link {
    display: flex;
    align-items: center;
    padding: 14px 45px 14px 0;
    font-size: 17px;
    line-height: 1.3;
    letter-spacing: -0.02em;
    color: #212124;
  }
  .nav__link_back {
    padding-top: 18px;
    padding-bottom: 18px;
    padding-right: 0;
  }
  .nav__link_secondary {
    color: rgba(33, 33, 36, 0.7);
    padding-right: 0;
    padding-top: 11px;
    padding-bottom: 11px;
  }
}
@media only screen and (min-width: 1200px) {
  .nav__link {
    padding: 9px 8px;
    font-size: 14px;
  }
  .nav__link:hover {
    opacity: 0.8;
  }
  .nav__link_back {
    display: none;
  }
}
.nav__arrow {
  display: none;
  stroke: #212124;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 14px;
}
@media only screen and (max-width: 1199.98px) {
  .nav__arrow {
    display: inline-block;
  }
}
.nav__toggler {
  cursor: pointer;
  display: flex;
  align-items: center;
  position: relative;
  top: 0;
  right: 0;
  z-index: 4000;
  width: 50px;
  margin-left: 5px;
  margin-right: -15px;
  height: 50px;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  transition: z-index 0s ease 0.4s;
}
.nav__toggler:focus {
  outline: 0;
}
@media only screen and (min-width: 1200px) {
  .nav__toggler {
    display: none;
  }
}
.nav__toggler-line,
.nav__toggler-line:after,
.nav__toggler-line:before {
  position: absolute;
  height: 2px;
  background-color: #212124;
  transform-origin: center center;
}
.nav__toggler-line {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -8px;
  width: 16px;
  margin-top: -1px;
  transition: transform 0.15s ease;
}
.nav__toggler-line:after,
.nav__toggler-line:before {
  content: "";
  left: 0;
  right: 0;
  transition: transform 0.15s ease;
}
.nav__toggler-line:before {
  top: -7px;
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}
.nav__toggler-line:after {
  bottom: -7px;
  transition: bottom 0.1s 0.25s ease-in,
    transform 0.22s cubic-bezier(0.55, 0.055, 0.674, 0.2);
}
.nav__prod-top {
  height: 25px;
}
.nav__prod-icon {
  width: auto;
  fill: #212124;
}
.nav__prod-title {
  font-family: "Mark Book", Georgia, serif;
  margin-top: 20px;
  font-size: 17px;
  color: #212124;
  text-decoration: none;
}
.nav__prod-content {
  transition: max-height 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.nav__prod-ref {
  display: block;
  text-decoration: none;
  color: #212124;
}
.nav__prod-discover {
  font-family: "Mark Book", Georgia, serif;
  display: inline-block;
  font-size: 17px;
  line-height: 1.4;
  position: relative;
  padding-right: 20px;
}
.nav__prod-discover:after,
.nav__prod-discover:before {
  content: "";
  position: absolute;
  right: 5px;
  width: 6px;
  height: 1px;
  background-color: #212124;
  transition: background-color 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.nav__prod-discover:before {
  top: 10px;
  transform: rotate(47deg);
}
.nav__prod-discover:after {
  top: 14px;
  transform: rotate(133deg);
}
.nav__prod-sub {
  margin-top: 10px;
}
.nav__prod-link {
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: -0.01em;
  color: #212124;
}
.nav__prod-sublink {
  display: block;
  text-decoration: none;
  color: #212124;
  line-height: 1.4;
  letter-spacing: -0.01em;
}
.nav__prod-more {
  display: block;
  text-decoration: none;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 0.02em;
  color: #212124;
}
.nav__inner-link {
  display: block;
  text-decoration: none;
  color: #212124;
}
.nav__inner-link:hover .nav__inner-title {
  text-decoration: underline;
}
.nav__inner-title {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.3;
  color: #212124;
}
.nav__inner-desc {
  margin-top: 25px;
  font-size: 14px;
  line-height: 18px;
  color: rgba(33, 33, 36, 0.7);
}
@media only screen and (max-width: 1199.98px) {
  .nav__prod-wrap {
    margin-top: 22px;
  }
  .nav__prod-item {
    padding-top: 40px;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(33, 33, 36, 0.4);
  }
  .nav__prod-item:first-child {
    padding-top: 0;
  }
  .nav__prod-header {
    cursor: pointer;
    text-decoration: none;
  }
  .nav__prod-ref {
    margin-top: 28px;
    padding-top: 6px;
    padding-bottom: 6px;
  }
  .nav__prod-img {
    display: none;
  }
  .nav__prod-subitem:not(:first-child) {
    margin-top: 10px;
  }
  .nav__prod-sublink {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
  }
  .nav__prod-view {
    margin-top: 15px;
  }
  .nav__prod-more {
    padding-top: 6px;
    padding-bottom: 6px;
    text-decoration: none;
  }
  .nav__prod-btn {
    margin-top: 32px;
  }
  .nav__inner-grid {
    margin-top: 24px;
  }
  .nav__inner-cell:not(:first-child) {
    margin-top: 35px;
    padding-top: 33px;
    border-top: 1px solid rgba(33, 33, 36, 0.4);
  }
  .nav__inner-link {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    min-height: 30px;
    padding-left: 43px;
  }
  .nav__inner-link:not(:last-child) {
    margin-bottom: 7px;
  }
  .nav__inner-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 28px;
    margin-right: 15px;
  }
  .nav__inner-icon {
    width: 28px;
    height: auto;
  }
  .nav__inner-title {
    padding-top: 4px;
    width: calc(100% - 43px);
  }
  .nav__inner-desc {
    margin-top: 22px;
    max-width: 220px;
  }
}
@media only screen and (min-width: 1200px) {
  .nav__inner-grid {
    display: flex;
    flex-wrap: wrap;
    margin-left: -30px;
    margin-right: -30px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .nav__inner-cell {
    width: 280px;
    padding-left: 30px;
    padding-right: 30px;
  }
  .nav__inner-cell_side {
    flex: 1;
    position: relative;
    margin-left: 26px;
    padding-left: 65px;
  }
  .nav__inner-cell_side:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: -14px;
    left: 0;
    border-left: 1px solid #212124;
  }
  .nav__inner-top {
    display: flex;
    align-items: center;
    height: 38px;
  }
  .nav__inner-title {
    margin-top: 17px;
  }
  .nav__inner-icon {
    width: auto;
    max-height: 100%;
  }
  .nav__prod-list {
    display: flex;
    flex-wrap: wrap;
    margin-left: -24px;
    margin-right: -24px;
  }
  .nav__prod-item {
    width: 20%;
    padding-left: 24px;
    padding-right: 24px;
  }
  .nav__prod-title {
    font-size: 16px;
    text-decoration: none;
  }
  .nav__prod-ref {
    margin-top: 11px;
  }
  .nav__prod-pic {
    position: relative;
    padding-bottom: 62.01923%;
  }
  .nav__prod-img {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover";
  }
  .nav__prod-discover {
    margin-top: 15px;
    font-size: 16px;
  }
  .nav__prod-sub {
    margin-top: 37px;
  }
  .nav__prod-subitem:not(:first-child) {
    margin-top: 8px;
  }
  .nav__prod-sublink {
    font-size: 12px;
  }
  .nav__prod-link {
    font-size: 12px;
  }
  .nav__prod-sublink {
    display: inline-block;
    font-size: 12px;
  }
  .nav__prod-view {
    margin-top: 10px;
  }
  .nav__prod-more {
    display: inline-block;
    font-size: 12px;
    text-decoration: none;
  }
  .nav__prod-btn {
    margin-top: 50px;
  }
}
@media (min-width: 1200px) and (max-width: 1225px) {
  .nav__link {
    padding-left: 6px;
    padding-right: 6px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .nav-opened .header._hide {
    transform: none;
  }
  .nav-opened .header__container:after {
    opacity: 1;
    transition: opacity 0.6s cubic-bezier(1, 0.05, 0, 0.95) 0.2s;
  }
  .nav-opened .header__cart-counter {
    box-shadow: 0 0 0 2px #c7c9c2;
  }
  .nav-opened .nav {
    transform: translateY(0);
    transition: transform 0.6s cubic-bezier(1, 0.05, 0, 0.95) 0.2s;
  }
  .nav-opened .nav__toggler-line {
    width: 22px;
    margin-left: -11px;
    transform: rotate(225deg);
    transition-delay: 0.12s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .nav-opened .nav__toggler-line:before {
    top: 0;
    opacity: 0;
    transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
  }
  .nav-opened .nav__toggler-line:after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.1s ease-out,
      transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
}
@media only screen and (max-width: 1199.98px) {
  .nav-closing .nav {
    transition: transform 0.6s cubic-bezier(1, 0.05, 0, 0.95) 0.1s;
  }
}
@media only screen and (min-width: 1200px) {
  .touch-no .nav__item._subnav .nav__subnav:hover,
  .touch-no .nav__item._subnav > .nav__link:hover + .nav__subnav,
  .touch-yes .nav__item._subnav._active .nav__subnav {
    visibility: visible;
    opacity: 1;
    transform: none;
    pointer-events: auto;
  }
}
.footer {
  flex-shrink: 0;
  background-color: #74828e;
  color: #fff;
  padding-top: 60px;
}
.footer__logo {
  margin-bottom: 35px;
}
.footer__logo-icon {
  vertical-align: top;
  fill: #f8f8f8;
}
.footer__grid {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 575.98px) {
  .footer__col {
    width: 50%;
  }
  .footer__col:nth-child(odd) {
    padding-right: 30px;
  }
  .footer__col:nth-child(n + 3) {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 576px) {
  .footer__col {
    width: 33.333%;
    padding-right: 30px;
  }
  .footer__col:nth-child(3n) {
    padding-right: 0;
  }
  .footer__col:nth-child(n + 4) {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) {
  .footer__col {
    width: auto;
    min-width: 150px;
    padding-right: 0;
    padding-left: 35px;
  }
}
@media only screen and (min-width: 1200px) {
  .footer__col {
    min-width: 180px;
  }
}
.footer__heading {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 600;
  margin-bottom: 15px;
}
.footer__item:not(:last-child) {
  margin-bottom: 15px;
}
.footer__link {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  line-height: 1.5;
  transition: color 0.3s ease-out;
}
.footer__link:hover {
  color: #fff;
}
.footer__contact {
  margin-top: 40px;
}
.footer__title {
  font-weight: 500;
  font-size: 18px;
  line-height: 23px;
  margin-bottom: 20px;
}
.footer__bottom {
  display: flex;
}
.footer__copyright {
  font-weight: 300;
  font-size: 14px;
  line-height: 1.5;
  color: #e0ddd9;
}
.footer__side-title {
  font-size: 15px;
  line-height: 1.5;
  font-weight: 500;
}
.footer__social {
  display: flex;
  align-items: center;
}
.footer__social-item:not(:last-child) {
  margin-right: 12px;
}
.footer__social-link {
  display: block;
  padding-left: 3px;
  padding-right: 3px;
}
.footer__email {
  position: relative;
  max-width: 356px;
}
.footer__email-btn {
  right: 0;
  bottom: 0;
  top: 0;
}
.footer__email-btn.btn {
  position: absolute;
}
.footer__email-icon {
  stroke: #fff;
  margin-left: 7px;
}
@media only screen and (max-width: 374.98px) {
  .footer__bottom {
    margin-top: 55px;
    flex-direction: column-reverse;
  }
  .footer__side {
    padding-bottom: 58px;
  }
  .footer__copyright {
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
  }
  .footer__side-title {
    margin-bottom: 25px;
  }
}
@media only screen and (min-width: 375px) {
  .footer__bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    margin-top: 53px;
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .footer__side {
    margin-left: auto;
  }
  .footer__side-title {
    display: none;
  }
  .footer__email {
    margin-right: 25px;
  }
}
@media only screen and (max-width: 575.98px) {
  .footer__email-icon {
    width: 6px;
    height: 11px;
    margin-left: 7px;
  }
}
@media only screen and (min-width: 576px) {
  .footer__bottom {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .footer__title {
    font-size: 24px;
  }
}
@media only screen and (min-width: 768px) {
  .footer {
    padding-top: 70px;
  }
  .footer__top {
    display: flex;
    justify-content: space-between;
  }
  .footer__logo {
    margin-top: 7px;
    margin-bottom: 0;
  }
  .footer__grid {
    text-align: right;
  }
  .footer__heading {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 11px;
  }
  .footer__item:not(:last-child) {
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 992px) {
  .footer__logo {
    margin-top: 10px;
  }
  .footer__logo-icon {
    width: 200px;
    height: auto;
  }
}
@media only screen and (min-width: 1200px) {
  .footer {
    padding-top: 85px;
  }
  .footer__logo {
    margin-top: 20px;
  }
  .footer__logo-icon {
    width: 266px;
  }
  .footer__contact {
    margin-top: 33px;
  }
  .footer__bottom {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .footer__title {
    font-size: 36px;
    margin-bottom: 44px;
  }
}
.hero {
  display: flex;
  flex-direction: column;
  position: relative;
  padding-top: 50px;
  min-height: 100vh;
  background-color: #212124;
}
.hero:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 62%;
  width: 100%;
  background-image: linear-gradient(
    180deg,
    #212124 0,
    rgba(33, 33, 36, 0) 100%
  );
  opacity: 0.7;
  z-index: 1;
}
.hero:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 87%;
  background-image: linear-gradient(90deg, #212124 0, rgba(33, 33, 36, 0) 100%);
  opacity: 0.7;
  z-index: 2;
}
.hero__bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.hero__bg-img {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover";
}
.hero__container {
  flex: 1;
  display: flex;
  align-items: center;
  padding-bottom: 50px;
}
.hero__content {
  position: relative;
  z-index: 5;
}
.hero__note {
  color: #fff;
  margin-bottom: 11px;
}
.hero__title {
  font-family: "Mark Book", Georgia, serif;
  word-wrap: break-word;
  overflow-wrap: break-word;
  overflow: hidden;
  color: #fff;
  font-size: 40px;
  line-height: 1;
  letter-spacing: -0.02em;
  padding-bottom: 10px;
  margin-bottom: 16px;
  padding-right: 40px;
  max-width: 500px;
  opacity: 0;
}
.hero__title_tm {
  position: relative;
}
.hero__title_tm:after {
  content: "TM";
  position: absolute;
  color: inherit;
  font-weight: 400;
  letter-spacing: normal;
  font-size: 0.25em;
  margin-top: 0.6em;
  margin-left: 0.4em;
  opacity: 0;
  transition: opacity 0.7s ease 0.7s;
}
.hero__title_tm.mw:after {
  opacity: 1;
}
@media only screen and (min-width: 375px) {
  .hero__title {
    font-size: 48px;
  }
  .hero__title sup {
    font-size: 14px;
  }
}
@media only screen and (min-width: 768px) {
  .hero__title {
    font-size: 60px;
    max-width: 600px;
  }
  .hero__title sup {
    font-size: 18px;
  }
}
@media only screen and (min-width: 1200px) {
  .hero__title {
    font-size: 72px;
    max-width: 630px;
  }
}
.hero__title-pic {
  margin-bottom: 24px;
}
.hero__text {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -0.02em;
  color: #fff;
  padding-right: 18px;
}
.hero__desc {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -0.02em;
  color: #fff;
  padding-right: 18px;
}
.hero__btn {
  margin-top: 26px;
}
.hero__scroll {
  align-self: flex-end;
  z-index: 5;
}
.hero__scroll-btn {
  border: none;
  background-color: transparent;
  border-radius: 0;
  -webkit-appearance: none;
  text-decoration: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-family: Mark, sans-serif, Arial;
  cursor: pointer;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  color: #fff;
  padding: 5px;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: -0.02em;
}
.hero__scroll-btn:focus {
  outline: 0;
}
.hero__scroll-icon {
  margin-right: 9px;
}
.hero_height_middle,
.hero_height_small {
  min-height: 561px;
}
.hero_h_center .hero__container {
  justify-content: center;
}
.hero_h_center .hero__content {
  text-align: center;
}
.hero_h_center .hero__title {
  font-size: 40px;
  line-height: 1.2;
  padding-right: 0;
  max-width: 100%;
  margin-bottom: 6px;
}
@media only screen and (min-width: 768px) {
  .hero_h_center .hero__title {
    font-size: 44px;
  }
}
@media only screen and (min-width: 1200px) {
  .hero_h_center .hero__title {
    font-size: 48px;
  }
}
.hero_h_center .hero__text {
  font-family: "Mark Book", Georgia, serif;
  letter-spacing: normal;
  margin-left: auto;
  margin-right: auto;
  padding-right: 0;
  max-width: 496px;
}
@media only screen and (min-width: 1200px) {
  .hero_h_center .hero__text {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767.98px) {
  .hero__scroll {
    position: absolute;
    bottom: 24px;
    left: 50%;
    transform: translateX(-50%);
  }
  .hero__title-pic {
    margin-bottom: 24px;
  }
  .hero__title-pic + .hero__text {
    font-size: 20px;
  }
  .hero__title-img {
    max-height: 50px;
  }
  .hero__text {
    max-width: 327px;
  }
}
@media only screen and (max-width: 575.98px) {
  .hero__title-pic {
    margin-bottom: 22px;
  }
  .hero__title-pic + .hero__text {
    font-size: 16px;
  }
  .hero__title-img {
    max-height: 38px;
  }
}
@media only screen and (max-width: 374.98px) {
  .hero__title-img {
    max-height: 30px;
  }
}
@media only screen and (min-width: 768px) {
  .hero {
    min-height: 664px;
  }
  .hero__scroll {
    margin-left: auto;
    margin-bottom: -11px;
  }
  .hero__text {
    max-width: 356px;
  }
  .hero_height_middle {
    min-height: 561px;
  }
  .hero_height_middle .hero__text {
    max-width: 523px;
    font-size: 20px;
    line-height: 1.6;
  }
  .hero_height_middle .hero__text_big {
    font-size: 24px;
  }
  .hero_height_small {
    min-height: 534px;
  }
  .hero_v_bottom .hero__container {
    align-items: flex-end;
    padding-bottom: 78px;
  }
}
@media only screen and (min-width: 1200px) {
  .hero {
    padding-top: 130px;
  }
  .hero__note {
    margin-bottom: 16px;
  }
  .hero_h_center .hero__container {
    padding-bottom: 78px;
  }
}
.btn {
  border: none;
  background-color: transparent;
  border-radius: 0;
  -webkit-appearance: none;
  text-decoration: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-family: Mark, sans-serif, Arial;
  position: relative;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 15px 40px;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: normal;
  background-color: transparent;
  color: #212124;
  transition: color 0.3s ease-out, background-color 0.3s ease-out,
    border-color 0.3s ease-out, opacity 0.3s ease-out;
}
.btn:focus {
  outline: 0;
}
.btn__icon {
  margin-right: 13px;
}
.btn__icon-scroll {
  margin-left: 8px;
  transform: rotate(-90deg);
  stroke: #fff;
}
.btn_text {
  font-family: "Mark Book", Georgia, serif;
  font-weight: 400;
  color: #54544f;
  padding: 8px;
  font-size: 16px;
}
.btn_text:hover {
  color: #212124;
}
.btn_plane {
  letter-spacing: -0.02em;
  padding: 12px 28px;
}
.btn_submit {
  font-size: 16px;
  color: #fff;
  padding: 3px 4px;
}
.btn_submit:hover {
  opacity: 0.8;
}
.btn_nav {
  padding: 12px 43px;
  color: #212124;
  border: 2px solid #212124;
}
.btn_dark,
.btn_white {
  border-width: 2px;
  border-style: solid;
  z-index: 0;
  transition: color 0.4s ease;
}
.btn_dark:after,
.btn_white:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  transform: scaleX(0);
  transform-origin: left;
  z-index: -1;
  transition: transform 0.4s ease;
}
.btn_dark:active:after,
.btn_dark:hover:after,
.btn_white:active:after,
.btn_white:hover:after {
  transform: scaleX(1);
}
.btn_dark {
  color: #212124;
  border-color: #212124;
}
.btn_dark:after {
  background-color: #212124;
}
.btn_dark:active,
.btn_dark:hover {
  color: #fff;
}
.btn_white {
  color: #fff;
  border-color: #fff;
}
.btn_white:after {
  background-color: #fff;
}
.btn_white:active,
.btn_white:hover {
  color: #212124;
}
.btn_flat {
  padding: 17px 55px;
  color: #fff;
  background-color: #212124;
}
.btn_enq {
  padding: 17px 55px;
  color: #000
  background-color: #fff;
  border: 2px solid #000;
  width: 100%;
}
.btn_flatBN {
  padding: 17px 55px;
}
.btn_flat:active,
.btn_flat:hover {
  background-color: rgba(33, 33, 36, 0.9);
}
.btn_flat-grey {
  padding: 17px 55px;
  color: #fff;
  background-color: #797672;
}
.btn_flat-grey:active,
.btn_flat-grey:hover {
  background-color: rgba(121, 118, 114, 0.9);
}
.btn_sm {
  padding: 14px 26px;
}
.btn_xsm {
  padding: 12px 25px 11px;
}
.btn_loading {
  cursor: default;
  pointer-events: none;
  color: transparent;
}
@media only screen and (min-width: 576px) {
  .btn {
    padding: 18px 38px;
    font-size: 16px;
  }
  .btn_nav {
    font-size: 14px;
    padding: 12px 43px;
  }
  .btn_text {
    padding: 8px;
  }
  .btn_submit {
    padding: 3px 4px;
  }
  .btn_plane {
    padding: 12px 28px;
    font-size: 14px;
  }
  .btn_flat,
  .btn_flat-grey {
    padding: 20px 53px;
  }
  .btn_sm {
    padding: 10px 26px;
    font-size: 14px;
  }
  .btn_xsm {
    padding: 12px 25px 11px;
    font-size: 14px;
  }
}
@media only screen and (min-width: 1200px) {
  .btn_nav {
    padding: 8px 23px;
    font-size: 14px;
    color: #fff;
    background-color: #212124;
  }
  .btn_nav:active,
  .btn_nav:hover {
    background-color: #212124;
  }
}
.btn-back {
  display: inline-flex;
  align-items: center;
  padding: 5px 0;
  text-decoration: none;
  color: #797672;
  font-weight: 500;
  font-size: 16px;
  line-height: 18px;
  transition: color 0.3s ease-out;
}
.btn-back__icon {
  margin-top: 1px;
  stroke: #797672;
  margin-right: 9px;
  transition: stroke 0.3s ease-out;
}
.btn-back:hover {
  color: #212124;
}
.btn-back:hover .btn-back__icon {
  stroke: #212124;
}
.btn-wrap {
  text-align: center;
  margin-top: 45px;
}
@media only screen and (min-width: 992px) {
  .btn-wrap {
    margin-top: 67px;
  }
}
.loader,
.loader:after,
.loader:before {
  border-radius: 50%;
  width: 2.5em;
  height: 2.5em;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: loader 1.8s infinite ease-in-out;
  animation: loader 1.8s infinite ease-in-out;
}
.loader {
  text-align: center;
  display: block;
  color: #212124;
  font-size: 6px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -3.7em;
  margin-left: -1.25em;
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
.loader:after,
.loader:before {
  content: "";
  position: absolute;
  top: 0;
}
.loader:before {
  left: -3.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.loader:after {
  left: 3.5em;
}
@-webkit-keyframes loader {
  0%,
  100%,
  80% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}
@keyframes loader {
  0%,
  100%,
  80% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}
.touch {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 524px;
}
.touch__bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.touch__bg:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  background-image: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0,
    rgba(0, 0, 0, 0.6) 13%,
    #000 38%,
    #000 55%,
    rgba(0, 0, 0, 0.63) 84%,
    rgba(0, 0, 0, 0) 100%
  );
}
.touch__bg-img {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover";
  -o-object-position: center center;
  object-position: center center;
}
.touch__container {
  position: relative;
  text-align: center;
  padding-top: 50px;
  padding-bottom: 50px;
}
.touch__title {
  font-size: 24px;
  line-height: 1.4;
  letter-spacing: -0.02em;
  color: #fff;
  padding-left: 10px;
  padding-right: 10px;
}
.touch__btn {
  margin-top: 35px;
}
@media only screen and (min-width: 576px) {
  .touch__title {
    font-size: 36px;
  }
  .touch__btn {
    margin-top: 38px;
  }
}
.wall {
  position: relative;
  display: flex;
  align-items: center;
}
.wall__container {
  position: relative;
  text-align: center;
  padding-top: 120px;
  padding-bottom: 120px;
}
.wall__title {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
}
.wall__text {
  max-width: 380px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 16px;
  font-size: 16px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.7);
}
.wall_text_dark .wall__title {
  color: #212124;
}
.wall_text_dark .wall__text {
  color: #54544f;

}
.collection__text {
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 16px;
  margin-bottom: 50px;
  text-align: center;
  font-size: 16px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.7);
}
.collection_text_dark .collection__text {
  color: #54544f;
}
@media only screen and (min-width: 768px) {
  .wall__title {
    max-width: 500px;
  }
  .wall__text {
    max-width: 460px;
    margin-top: 10px;
    font-size: 17px;
  }
  .collection__text {
    margin-top: 10px;
    font-size: 17px;
  }
}
@media only screen and (min-width: 1200px) {
  .wall__container {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .wall__title {
    max-width: 560px;
  }
  .wall__text {
    max-width: 490px;
    font-size: 18px;
  }
  .collection__text {
    font-size: 18px;
  }
}
.inst {
  padding-top: 65px;
  padding-bottom: 50px;
}
.inst__header {
  text-align: center;
  margin-bottom: 24px;
}
.inst__profile {
  margin-bottom: 1px;
}
.inst__link {
  text-decoration: none;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: -0.01em;
  color: #54544f;
  transition: opacity 0.3s ease-out;
}
.inst__link:hover {
  opacity: 0.7;
}
.inst__title {
  font-size: 24px;
  line-height: 1.4;
  letter-spacing: -0.01em;
  color: #212124;
}
.inst__wrapper {
  overflow-x: auto;
}
.inst__gallery {
  display: flex;
  padding-left: 5px;
  padding-right: 5px;
  width: calc(285vw - 10px);
}
.inst__item {
  position: relative;
  width: 57vw;
  padding-left: 3px;
  padding-right: 3px;
}
.inst__bg {
  position: relative;
  padding-bottom: 100%;
}
.inst__bg-img {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover";
}
@media (min-width: 500px) {
  .inst__gallery {
    width: calc(185vw - 10px);
  }
  .inst__item {
    width: 37vw;
  }
}
@media only screen and (min-width: 768px) {
  .inst {
    padding-top: 75px;
    padding-bottom: 70px;
  }
  .inst__gallery {
    width: calc(110vw - 10px);
  }
  .inst__item {
    width: 22vw;
  }
}
@media only screen and (min-width: 992px) {
  .inst__wrapper {
    overflow: visible;
  }
  .inst__gallery {
    width: 100%;
  }
  .inst__item {
    width: 20%;
  }
}
@media only screen and (min-width: 1200px) {
  .inst {
    padding-top: 81px;
    padding-bottom: 95px;
  }
  .inst__header {
    margin-bottom: 28px;
  }
}
.advantages__item {
  display: flex;
  align-items: center;
}
.advantages__icon {
  min-width: 20px;
}
.advantages__title {
  font-size: 17px;
  line-height: 1.4;
  letter-spacing: -0.02em;
  color: #c9c6c1;
}
@media only screen and (max-width: 991.98px) {
  .advantages {
    padding-top: 68px;
    padding-bottom: 68px;
  }
  .advantages__item {
    flex-direction: column;
  }
  .advantages__item:not(:last-child) {
    margin-bottom: 60px;
  }
  .advantages__icon {
    margin-bottom: 10px;
  }
  .advantages__title {
    text-align: center;
  }
}
@media only screen and (min-width: 992px) {
  .advantages {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .advantages__container {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .advantages__item {
    flex-grow: 1;
    justify-content: center;
    padding: 12px 30px;
  }
  .advantages__item:not(:last-child) {
    border-right: 1px solid rgba(224, 221, 217, 0.6);
  }
  .advantages__icon {
    margin-right: 15px;
  }
}
.kind__item {
  display: flex;
  flex-direction: column;
}
.kind__inner {
  flex: 1;
  display: flex;
  align-items: flex-end;
  text-decoration: none;
  color: #fff;
  overflow: hidden;
  position: relative;
  z-index: 7;
}
.kind__content {
  position: relative;
  z-index: 5;
}
.kind__title {
  font-size: 30px;
  line-height: 1.5;
  color: #fff;
}
.kind__text {
  margin-top: 16px;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: -0.02em;
  color: rgba(255, 255, 255, 0.7);
}
.kind__bg {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100vw;
}
.kind__bg-img {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover";
}
@media only screen and (max-width: 575.98px) {
  .kind__item {
    position: relative;
    height: 100vh;
  }
  .kind__item:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 55%;
    background-image: linear-gradient(
      0deg,
      rgba(0, 0, 0, 0.5) 50%,
      transparent 100%
    );
    pointer-events: none;
  }
  .kind__inner {
    padding: 34px 15px;
  }
  .kind__text {
    padding-right: 24px;
  }
}
@media only screen and (min-width: 576px) {
  .kind {
    padding-left: 4px;
    padding-right: 4px;
  }
  .kind_active_1 .kind__item:last-child .kind__content {
    opacity: 0;
  }
  .kind_active_2 .kind__item:first-child .kind__content {
    opacity: 0;
  }
  .kind__wrapper {
    position: relative;
    padding-bottom: 85.71429%;
  }
  .kind__wrapper:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 2px;
    background-color: #fff;
    z-index: 10;
    pointer-events: none;
  }
  .kind__container {
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .kind__container:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 66.3%;
    background-image: linear-gradient(
      0deg,
      rgba(0, 0, 0, 0.5) 50%,
      transparent 100%
    );
    pointer-events: none;
    z-index: 3;
  }
  .kind__item {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .kind__item:first-child .kind__bg,
  .kind__item:first-child .kind__bg-wrapper {
    left: 0;
  }
  .kind__item:first-child:hover .kind__bg-wrapper {
    z-index: 1;
  }
  .kind__item:last-child {
    align-items: flex-end;
  }
  .kind__item:last-child .kind__bg,
  .kind__item:last-child .kind__bg-wrapper {
    right: 0;
  }
  .kind__item:last-child .kind__bg-img {
    left: auto;
    right: 0;
  }
  .kind__item:hover .kind__bg-wrapper {
    width: 100%;
  }
  .kind__bg-wrapper {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 50%;
    overflow: hidden;
  }
  .kind__inner {
    width: 50%;
    padding-left: 2px;
    padding-right: 2px;
    padding-bottom: 5.6%;
  }
  .kind__content {
    max-width: 584px;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    transition: opacity 0.3s ease-out;
  }
  .kind__title {
    font-size: 30px;
  }
  .kind__text {
    min-height: 112px;
    margin-top: 18px;
    font-size: 16px;
  }
}
@media only screen and (min-width: 768px) {
  .kind__content {
    padding-left: 30px;
    padding-right: 30px;
  }
  .kind__text {
    min-height: 84px;
  }
}
@media only screen and (min-width: 992px) {
  .kind {
    padding-left: 8px;
    padding-right: 8px;
  }
  .kind__wrapper {
    position: relative;
    padding-bottom: 48.80618%;
  }
  .kind__wrapper:after {
    width: 4px;
  }
  .kind__title {
    font-size: 32px;
  }
  .kind__text {
    margin-top: 28px;
    font-size: 17px;
  }
}
@media only screen and (min-width: 1200px) {
  .kind__title {
    font-size: 36px;
  }
  .kind__text {
    min-height: 0;
    margin-top: 31px;
    font-size: 18px;
  }
}
.tabs__btn {
  cursor: pointer;
  position: relative;
  display: flex;
}
@media only screen and (max-width: 767.98px) {
  .tabs__container {
    height: auto !important;
  }
  .tabs__box {
    margin-left: -15px;
    margin-right: -15px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  }
  .tabs__nav {
    display: none;
  }
  .tabs__item:not(:last-child) {
    border-bottom: 2px solid #e0ddd9;
  }
  .tabs__item_active .tabs__arrow-icon {
    transform: rotate(180deg);
  }
  .tabs__btn {
    align-items: center;
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .tabs__btn:hover + .tabs__content {
    will-change: max-height;
  }
  .tabs__content {
    padding: 25px 15px 45px;
    background-color: #fffbf8;
  }
  .tabs__title {
    font-family: "Mark Book", Georgia, serif;
    display: flex;
    align-items: center;
    flex: 1;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
    line-height: 1.4;
    letter-spacing: -0.02em;
    transition: color 0.3s ease-out;
  }
  .tabs__arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 3px;
    padding-right: 20px;
  }
  .tabs__arrow-icon {
    stroke: #212124;
    transition: transform 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  }
}
@media only screen and (min-width: 768px) {
  .tabs__container {
    position: relative;
    transition: min-height 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  }
  .tabs__nav {
    display: flex;
    margin-top: 30px;
    border-bottom: 2px solid #c9c6c1;
  }
  .tabs__btn {
    word-wrap: break-word;
    overflow-wrap: break-word;
    font-family: "Mark Book", Georgia, serif;
    justify-content: center;
    align-items: flex-end;
    flex: 1;
    text-decoration: none;
    color: #a6a098;
    padding: 26px 20px;
    letter-spacing: -0.02em;
    font-size: 16px;
    line-height: 1.4;
    text-align: center;
    transition: color 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  }
  .tabs__btn:after {
    transform: scaleX(0);
    opacity: 0;
    transition: transform 0.3s ease, background-color 0.3s ease,
      opacity 0s 0.3s ease;
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    height: 2px;
  }
  .tabs__btn_active {
    color: #212124;
  }
  .tabs__btn_active:after {
    transform: scaleX(1);
    opacity: 1;
    background-color: #212124;
    transition: transform 0.3s ease, background-color 0.3s ease,
      opacity 0s 0s ease;
  }
  .tabs__btn:not(.tabs__btn_active):hover {
    color: #212124;
  }
  .tabs__btn:not(.tabs__btn_active):hover:after {
    transform: scaleX(1);
    opacity: 1;
    background-color: #212124;
    transition: transform 0.3s ease, background-color 0.3s ease,
      opacity 0s 0s ease;
  }
  .tabs__item {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95);
    background-image: linear-gradient(
      105deg,
      #f5f2f0 0,
      rgba(245, 242, 240, 0.21) 81%
    );
  }
  .tabs__item .tabs__btn {
    display: none;
  }
  .tabs__item_active {
    position: relative;
    pointer-events: auto;
    opacity: 1;
  }
  .tabs__content {
    padding: 30px;
  }
}
@media only screen and (min-width: 992px) {
  .tabs__btn {
    font-size: 17px;
    padding-top: 31px;
    padding-bottom: 31px;
  }
}
.tabs-inner__col_pic {
  text-align: center;
}
.tabs-inner__pic {
  position: relative;
  padding-bottom: 101.86722%;
}
.tabs-inner__img {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover";
}
.tabs-inner__title {
  margin-bottom: 32px;
}
@media only screen and (max-width: 767.98px) {
  .tabs-inner__col_pic {
    max-width: 482px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
  }
  .tabs-inner__text,
  .tabs-inner__title {
    text-align: center;
  }
  .tabs-inner__text {
    max-width: 390px;
    padding-left: 30px;
    padding-right: 30px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (min-width: 768px) {
  .tabs-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .tabs-inner__col_pic {
    width: 46%;
    margin-right: 7%;
  }
  .tabs-inner__col:not(.tabs-inner__col_pic) {
    flex: 1;
  }
  .tabs-inner__text {
    padding-right: 6%;
  }
}
@media only screen and (min-width: 992px) {
  .tabs-inner__col_pic {
    margin-right: 8%;
  }
  .tabs-inner__text {
    padding-right: 12%;
  }
}
@media only screen and (min-width: 1200px) {
  .tabs-inner__col_pic {
    width: 482px;
  }
  .tabs-inner__title {
    margin-bottom: 48px;
  }
}
.switch__container {
  position: relative;
  overflow: hidden;
}
.switch__btn {
  word-wrap: break-word;
  overflow-wrap: break-word;
  display: block;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  padding: 21px 20px;
  border-bottom: 1px solid #e0ddd9;
  letter-spacing: -0.02em;
  font-size: 16px;
  line-height: 1.4;
  color: #54544f;
  transition: color 0.3s ease-out;
}
.switch__btn_active {
  color: #212124;
}
.switch__btn:not(.switch__item_active):hover {
  color: #212124;
}
.switch__item {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease-out;
}
.switch__item_active {
  position: relative;
  pointer-events: auto;
  opacity: 1;
}
.switch__content {
  padding: 45px 0 50px;
}
@media only screen and (max-width: 991.98px) {
  .switch__btn_active {
    font-weight: 500;
  }
}
@media only screen and (min-width: 992px) {
  .switch__nav {
    display: flex;
    justify-content: center;
  }
  .switch__btn {
    font-family: "Mark Book", Georgia, serif;
    padding-left: 45px;
    padding-right: 45px;
    font-size: 17px;
    text-align: center;
    border-bottom: 2px solid #eeedec;
  }
  .switch__btn_active {
    border-bottom-color: #54544f;
  }
  .switch__content {
    padding: 64px 0 55px;
  }
}
.block__note {
  text-transform: uppercase;
  color: #54544f;
  margin-bottom: 11px;
}
.block__title {
  margin-bottom: 25px;
}
.block__title + .block__text {
  margin-top: 32px;
}
.block__title-img {
  margin-top: 13px;
  margin-bottom: 5px;
}
.block__desc {
  margin-top: 27px;
  font-size: 24px;
  line-height: 1.33;
  letter-spacing: -0.02em;
  color: #54544f;
}
.block__desc + .block__text {
  margin-top: 15px;
}
.block__link {
  margin-top: 24px;
}
.block__content {
  margin-top: 50px;
}
@media only screen and (max-width: 767.98px) {
  .block__side {
    margin-top: 40px;
  }
  .block_reverse-img {
    display: flex;
    flex-direction: column-reverse;
  }
  .block_reverse-img .block__side {
    text-align: center;
    margin-top: 0;
    margin-bottom: 43px;
  }
}
@media only screen and (min-width: 768px) {
  .block {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .block__base {
    width: 45%;
  }
  .block__side {
    flex: 1;
    padding-left: 10%;
    text-align: right;
  }
  .block__text {
    max-width: 430px;
  }
  .block__content {
    margin-top: 63px;
  }
  .block_reverse {
    flex-direction: row-reverse;
  }
  .block_reverse .block__side {
    padding-left: 0;
    padding-right: 10%;
    text-align: left;
  }
}
@media only screen and (min-width: 992px) {
  .block__content {
    margin-right: -50px;
  }
}
@media only screen and (min-width: 1200px) {
  .block__base {
    width: 41%;
  }
  .block__side {
    padding-right: 8px;
    padding-left: 18.5%;
    margin-left: 0;
    margin-right: calc((1025px - 100vw) / 2);
  }
  .block__content {
    margin-right: -135px;
  }
  .block_reverse .block__side {
    padding-left: 8px;
    padding-right: 18.5%;
    margin-right: 0;
    margin-left: calc((1025px - 100vw) / 2);
  }
}
@media only screen and (min-width: 1440px) {
  .block__base {
    width: 40.5%;
  }
  .block__side {
    margin-right: -200px;
  }
  .block_reverse .block__side {
    margin-right: 0;
    margin-left: -200px;
  }
}
.figure {
  position: relative;
  transform: translate3d(0, 0, 0);
  background-color: #212124;
}
.figure__bg {
  position: relative;
  padding-bottom: 50.48611%;
}
.figure__bg-img {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover";
}
.figure__container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.figure__point {
  width: 1px;
  height: 1px;
  position: absolute;
}
.figure__btn {
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 30px;
  height: 30px;
}
.figure__btn:after,
.figure__btn:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  transition: transform 0.3s ease-out, background-color 0.3s ease-out;
}
.figure__btn:before {
  background-color: rgba(245, 242, 240, 0.6);
}
.figure__btn:after {
  width: 50%;
  height: 50%;
  background-color: #f5f2f0;
}
.figure__popup {
  bottom: -15px;
  right: 0;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  z-index: 1000;
  transition: opacity 0.3s ease-out, transform 0.3s ease-out,
    visibility 0.3s ease-out;
}
.figure__content {
  padding: 20px 20px 16px;
  font-size: 14px;
  line-height: 1.3;
  letter-spacing: 0.05em;
  background-color: #fff;
}
.figure__title {
  padding-right: 16px;
  margin-bottom: 7px;
}
.figure__link {
  position: relative;
  display: block;
  text-decoration: none;
  color: #212124;
  font-weight: 500;
  transition: opacity 0.3s ease-out;
}
.figure__link:hover {
  opacity: 0.7;
}
.figure__link:after {
  content: "";
  position: absolute;
  margin-top: 4px;
  margin-left: 9px;
  display: inline-block;
  vertical-align: middle;
  width: 7px;
  height: 12px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNyIgaGVpZ2h0PSIxMiIgdmlld0JveD0iMCAwIDcgMTIiIHN0cm9rZT0iIzIxMjEyNCIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEgMTFMNiA1LjkyNzU0TDEgMSIvPjwvc3ZnPg==);
  background-repeat: no-repeat;
  background-size: 7px 12px;
}
.figure__link-icon {
  display: none;
}
.figure__desc {
  color: rgba(33, 33, 36, 0.7);
}
.figure__price {
  margin-top: 17px;
  color: rgba(33, 33, 36, 0.7);
}
.figure__price-value {
  font-weight: 500;
  font-size: 24px;
  color: #212124;
  margin-right: 3px;
}
@media only screen and (max-width: 767.98px) {
  .figure__point_opened .figure__popup {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
  }
  .figure__popup {
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(33, 33, 36, 0.5);
  }
  .figure__content {
    position: relative;
    width: 260px;
    padding-top: 25px;
    padding-bottom: 21px;
    padding-right: 35px;
  }
  .figure__close {
    position: absolute;
    top: 4px;
    right: 4px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
  }
  .figure__close:focus {
    outline: 0;
  }
  .figure__close:hover .figure__close-icon:after,
  .figure__close:hover .figure__close-icon:before {
    background-color: #212124;
  }
  .figure__close-icon {
    display: block;
    position: relative;
    width: 16px;
  }
  .figure__close-icon:after,
  .figure__close-icon:before {
    content: "";
    left: 0;
    right: 0;
    top: 0;
    position: absolute;
    height: 2px;
    background-color: #212124;
    transition: background-color 0.3s ease-out;
  }
  .figure__close-icon:before {
    transform: rotate(45deg);
  }
  .figure__close-icon:after {
    transform: rotate(-45deg);
  }
}
@media only screen and (min-width: 768px) {
  .figure__point:hover .figure__btn:after {
    transform: translate(-50%, -50%) scale(1.2);
    background-color: #fff;
  }
  .figure__point:hover .figure__popup {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
  }
  .figure__point_bottom .figure__popup {
    bottom: auto;
    top: -15px;
  }
  .figure__point_right .figure__popup {
    right: auto;
    left: 0;
    padding-right: 0;
    padding-left: 33px;
  }
  .figure__popup {
    position: absolute;
    padding-right: 33px;
  }
  .figure__close {
    display: none;
  }
  .figure__content {
    width: 260px;
  }
}
@media only screen and (min-width: 992px) {
  .figure__btn {
    width: 64px;
    height: 64px;
  }
  .figure__point_bottom .figure__popup {
    bottom: auto;
    top: -32px;
  }
  .figure__point_right .figure__popup {
    right: auto;
    left: 0;
    padding-right: 0;
    padding-left: 50px;
  }
  .figure__popup {
    bottom: -32px;
    padding-right: 50px;
  }
}
.video {
  position: relative;
}
.video__box {
  position: relative;
  padding-bottom: 56.25%;
}
.video__box_dark:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(31, 27, 21, 0.4);
}
.video__frame {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video__content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.video__note {
  font-weight: 300;
  font-size: 11px;
  line-height: 1.4;
  text-align: center;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 15px;
}
.video__title {
  padding-left: 30px;
  padding-right: 30px;
  font-family: "Mark Book", Georgia, serif;
  font-size: 24px;
  line-height: 1.3;
  text-align: center;
  letter-spacing: -0.02em;
  color: #fff;
}
@media only screen and (min-width: 375px) {
  .video__title {
    font-size: 26px;
  }
}
@media only screen and (min-width: 576px) {
  .video__note {
    font-size: 12px;
    margin-bottom: 20px;
  }
  .video__title {
    font-size: 32px;
  }
}
@media only screen and (min-width: 768px) {
  .video__note {
    font-size: 13px;
    margin-bottom: 25px;
  }
  .video__title {
    font-size: 40px;
    padding-left: 70px;
    padding-right: 70px;
  }
}
@media only screen and (min-width: 1200px) {
  .video__title {
    font-size: 48px;
  }
}
.form {
  position: relative;
}
.form__menu {
  overflow: hidden;
  padding-top: 3px;
  margin-bottom: 54px;
}
.form__menu-box {
  text-align: center;
  white-space: nowrap;
  padding-bottom: 30px;
  margin-bottom: -30px;
  overflow-x: auto;
  font-size: 0;
}
.form__menu-item {
  display: inline-flex;
  padding-left: 12px;
  padding-right: 12px;
}
.form__menu-item:first-child {
  padding-left: 15px;
}
.form__menu-item:last-child {
  padding-right: 15px;
}
@media only screen and (min-width: 576px) {
  .form__menu-item:first-child {
    padding-left: 25px;
  }
  .form__menu-item:last-child {
    padding-right: 25px;
  }
}
@media only screen and (min-width: 992px) {
  .form__menu-item {
    padding-left: 16px;
    padding-right: 16px;
  }
  .form__menu-item:first-child {
    padding-left: 45px;
  }
  .form__menu-item:last-child {
    padding-right: 45px;
  }
}
.form__radio-btn {
  display: inline-block;
}
.form__radio-btn-input {
  display: none;
}
.form__radio-btn-input:checked + .form__radio-btn-label {
  color: #fff;
  border-color: #212124;
  background-color: #212124;
}
.form__radio-btn-label {
  font-family: Mark, sans-serif, Arial;
  box-sizing: content-box;
  min-width: 46px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 15px 30px;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: normal;
  border: 2px solid #c9c6c1;
  background-color: transparent;
  color: #c9c6c1;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: color 0.3s ease-out, background-color 0.3s ease-out,
    border-color 0.3s ease-out;
}
.form__radio-btn-label:hover {
  color: #fff;
  border-color: #212124;
  background-color: #212124;
}
@media only screen and (min-width: 992px) {
  .form__radio-btn-label {
    padding: 19px 35px;
  }
}
.form__control {
  position: relative;
  max-width: 100%;
}
.form__label {
  display: block;
  position: relative;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.4;
  color: #212124;
  letter-spacing: 0.05em;
  margin-bottom: 15px;
}
.form__input,
.form__select,
.form__textarea {
  font-family: Mark, sans-serif, Arial;
  outline: 0;
  display: block;
  margin: 0;
  width: 100%;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #e0ddd9;
  color: #212124;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: -0.02em;
  font-weight: 400;
  text-align: center;
  padding: 10px 0;
  background-color: transparent;
  transition: border-color 0.3s ease-out;
}
.form__input:focus,
.form__select:focus,
.form__textarea:focus {
  border-color: #a6a098;
  outline: 0;
}
.form__input:disabled,
.form__input_disabled,
.form__select:disabled,
.form__select_disabled,
.form__textarea:disabled,
.form__textarea_disabled {
  color: #c9c6c1;
  background-color: #c9c6c1;
}
.form__input:-webkit-autofill,
.form__input:-webkit-autofill:active,
.form__input:-webkit-autofill:focus,
.form__input:-webkit-autofill:hover,
.form__select:-webkit-autofill,
.form__select:-webkit-autofill:active,
.form__select:-webkit-autofill:focus,
.form__select:-webkit-autofill:hover,
.form__textarea:-webkit-autofill,
.form__textarea:-webkit-autofill:active,
.form__textarea:-webkit-autofill:focus,
.form__textarea:-webkit-autofill:hover {
  -webkit-box-shadow: 0 0 0 66px #fff inset !important;
}
.form__input:-webkit-autofill,
.form__select:-webkit-autofill,
.form__textarea:-webkit-autofill {
  -webkit-text-fill-color: #212124 !important;
}
.form__input,
.form__select {
  position: relative;
  height: 66px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.form__input:-ms-input-placeholder,
.form__textarea:-ms-input-placeholder {
  color: #212124;
}
.form__input::-moz-placeholder,
.form__textarea::-moz-placeholder {
  color: #212124;
}
.form__input::placeholder,
.form__textarea::placeholder {
  color: #212124;
}
.form__select {
  border-radius: 0;
  position: relative;
  z-index: 1;
  padding-left: 14px;
  padding-right: 40px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyBlbmFibGUtYmFja2dyb3VuZD0ibmV3IC0xLjUgLTEuNTE4IDEwIDYiIGhlaWdodD0iNiIgdmlld0JveD0iLTEuNSAtMS41MTggMTAgNiIgd2lkdGg9IjEwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGQ9Im0zLjUwMSAyLjE1MS0zLjM5My0zLjM5M2MtLjM2OC0uMzY4LS45NjQtLjM2OC0xLjMzMiAwcy0uMzY4Ljk2NCAwIDEuMzMybDQuMSA0LjFjLjM0Ni4zNDcuOTA4LjM0NyAxLjI1NC4wMDEgMCAwIDAgMCAuMDAxLS4wMDFsNC4xLTQuMWMuMzY4LS4zNjguMzY4LS45NjQgMC0xLjMzMnMtLjk2NC0uMzY4LTEuMzMyIDB6IiBmaWxsPSIjYmZiZmJmIi8+PC9zdmc+);
  background-repeat: no-repeat;
  background-position: right 14px top 50%;
  background-size: 10px auto;
}
.form__select::-ms-expand {
  display: none;
}
.form__option {
  padding: 5px 9px;
}
.form__option:focus {
  outline: 0;
}
.form__textarea {
  overflow: auto;
  resize: vertical;
  min-height: 142px;
  max-height: 284px;
}
.form__checkbox {
  line-height: 1;
}
.form__checkbox_big .form__checkbox-label {
  font-size: 16px;
  line-height: 1.26;
  letter-spacing: -0.02em;
  color: rgba(33, 33, 36, 0.7);
  padding-top: 0;
}
.form__checkbox-label {
  font-family: Mark, sans-serif, Arial;
  display: inline-block;
  vertical-align: top;
  max-width: 100%;
  padding-top: 2px;
  padding-left: 35px;
  font-size: 14px;
  line-height: 1.29;
  cursor: pointer;
  position: relative;
  color: #676157;
}
.form__checkbox-label:after,
.form__checkbox-label:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  left: 0;
  top: 1px;
}
.form__checkbox-label:before {
  border: 1px solid #54544f;
  border-radius: 3px;
  background-color: #fff;
  transition: background-color 0.3s ease-out, border-color 0.3s ease-out;
}
.form__checkbox-label:after {
  opacity: 0;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iOSIgdmlld0JveD0iMCAwIDEyIDkiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEgMy42NjY2N0w0LjU3MTQzIDdMMTEgMSIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIyLjQiLz48L3N2Zz4=);
  background-repeat: no-repeat;
  background-position: left 50% top 50%;
  background-size: 12px 9px;
  transition: opacity 0.3s ease-out;
}
.form__checkbox-label a {
  text-decoration: none;
  color: #212124;
  font-weight: 700;
}
.form__checkbox-label a:hover {
  text-decoration: underline;
}
.form__checkbox-input {
  display: none;
}
.form__checkbox-input:checked + .form__checkbox-label:before {
  border-color: #212124;
  background-color: #212124;
}
.form__checkbox-input:checked + .form__checkbox-label:after {
  opacity: 1;
}
.form__checkbox-input[disabled="disabled"] + .form__checkbox-label {
  cursor: default;
  opacity: 0.5;
}
.form__error .form__input,
.form__error .form__select,
.form__error .form__textarea {
  border-color: red;
}
.form__error .form__input:focus,
.form__error .form__select:focus,
.form__error .form__textarea:focus {
  border-color: red;
}
.form__error .form__error-message {
  display: block;
}
.form__error-message {
  width: 100%;
  display: none;
  color: red;
  font-size: 13px;
  line-height: 16px;
  padding-top: 4px;
  text-align: left;
}
.form__row:not(:last-child) {
  margin-bottom: 24px;
}
.form__button {
  text-align: center;
  margin-top: 50px;
}
.form__bottom {
  margin-top: 50px;
}
.form__box {
  padding: 10px 25px 0;
}
.form__mb {
  margin-bottom: 30px;
}
.form__text {
  color: #54544f;
  font-size: 16px;
  line-height: 1.4;
  text-align: center;
  letter-spacing: -0.02em;
}
.form__text_sm {
  font-size: 14px;
  line-height: 1.3;
}
.form__text a {
  font-weight: 700;
  color: #54544f;
  text-decoration: none;
}
.form__text a:hover {
  text-decoration: underline;
}
.form__text b,
.form__text strong {
  font-weight: 700;
}
.form__notice {
  position: absolute;
  right: 0;
  top: 0;
  color: #a6a098;
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: -0.02em;
}
.form__upload {
  padding-top: 15px;
  margin-bottom: 58px;
}
.form__wall {
  border: 1px solid #e0ddd9;
  padding: 25px 25px 30px;
  margin-bottom: 32px;
}
.form__wall-row {
  margin-bottom: 22px;
}
.form__title {
  font-family: "Mark Book", Georgia, serif;
  font-size: 22px;
  line-height: 1.4;
  text-align: center;
  letter-spacing: -0.02em;
  margin-bottom: 19px;
}
.form__caption {
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
  font-family: "Mark Book", Georgia, serif;
  font-size: 22px;
  line-height: 1.4;
  text-align: center;
  letter-spacing: -0.02em;
  margin-bottom: 34px;
}
.form__line {
  margin-top: 35px;
  padding-bottom: 35px;
  margin-bottom: 35px;
  border-bottom: 1px solid #e0ddd9;
}
.form__group {
  padding-left: 25px;
  padding-right: 25px;
}
.form__item:not(:last-child) {
  margin-bottom: 17px;
}
.form_account .form__input,
.form_account .form__select,
.form_account .form__textarea {
  border-radius: 4px;
  border: 1px solid #c9c6c1;
  color: #212124;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.02em;
  text-align: left;
  padding: 10px 13px;
}
.form_account .form__input:-webkit-autofill,
.form_account .form__input:-webkit-autofill:active,
.form_account .form__input:-webkit-autofill:focus,
.form_account .form__input:-webkit-autofill:hover,
.form_account .form__select:-webkit-autofill,
.form_account .form__select:-webkit-autofill:active,
.form_account .form__select:-webkit-autofill:focus,
.form_account .form__select:-webkit-autofill:hover,
.form_account .form__textarea:-webkit-autofill,
.form_account .form__textarea:-webkit-autofill:active,
.form_account .form__textarea:-webkit-autofill:focus,
.form_account .form__textarea:-webkit-autofill:hover {
  -webkit-box-shadow: 0 0 0 44px #fff inset !important;
}
.form_account .form__input:-webkit-autofill,
.form_account .form__select:-webkit-autofill,
.form_account .form__textarea:-webkit-autofill {
  -webkit-text-fill-color: #212124 !important;
}
.form_account .form__input,
.form_account .form__select {
  height: 44px;
}
.form_account .form__input:-ms-input-placeholder,
.form_account .form__textarea:-ms-input-placeholder {
  color: #54544f;
}
.form_account .form__input::-moz-placeholder,
.form_account .form__textarea::-moz-placeholder {
  color: #54544f;
}
.form_account .form__input::placeholder,
.form_account .form__textarea::placeholder {
  color: #54544f;
}
.form_account .form__row:not(:last-child) {
  margin-bottom: 27px;
}
.form_account .form__control + .form__control {
  margin-top: 14px;
}
.form_footer-email .form__input {
  height: 40px;
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-right: 100px;
  text-align: left;
}
.form_footer-email .form__input:-ms-input-placeholder {
  color: #fff;
}
.form_footer-email .form__input::-moz-placeholder {
  color: #fff;
}
.form_footer-email .form__input::placeholder {
  color: #fff;
}
.form_footer-email .form__input:focus {
  border-color: rgba(255, 255, 255, 0.8);
}
.form_footer-email .form__input:-webkit-autofill,
.form_footer-email .form__input:-webkit-autofill:active,
.form_footer-email .form__input:-webkit-autofill:focus,
.form_footer-email .form__input:-webkit-autofill:hover {
  -webkit-box-shadow: 0 0 0 40px #74828e inset !important;
}
.form_footer-email .form__input:-webkit-autofill {
  -webkit-text-fill-color: #fff !important;
}
@media only screen and (min-width: 576px) {
  .form__input,
  .form__select,
  .form__textarea {
    font-size: 22px;
  }
  .form__input,
  .form__select {
    height: 72px;
  }
  .form__checkbox_big .form__checkbox-label {
    font-size: 18px;
    line-height: 1.26;
    padding-left: 38px;
    padding-top: 0;
  }
  .form__checkbox-label {
    padding-top: 2px;
  }
  .form__row:not(:last-child) {
    margin-bottom: 18px;
  }
  .form__box {
    padding: 10px 45px 0;
  }
  .form__line {
    margin-top: 40px;
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
  .form__group {
    padding-left: 20px;
    padding-right: 20px;
  }
  .form__wall {
    padding: 35px 45px 40px;
  }
  .form__upload {
    padding-left: 25px;
    padding-right: 25px;
  }
  .form__notice {
    font-size: 16px;
  }
  .form__button {
    margin-top: 60px;
  }
  .form__bottom {
    margin-top: 70px;
  }
}
@media only screen and (min-width: 992px) {
  .form__menu {
    margin-bottom: 57px;
    padding-top: 18px;
  }
}
.frame .form__input:-webkit-autofill,
.frame .form__input:-webkit-autofill:active,
.frame .form__input:-webkit-autofill:focus,
.frame .form__input:-webkit-autofill:hover,
.frame .form__textarea:-webkit-autofill,
.frame .form__textarea:-webkit-autofill:active,
.frame .form__textarea:-webkit-autofill:focus,
.frame .form__textarea:-webkit-autofill:hover {
  -webkit-box-shadow: 0 0 0 66px #f7f7f5 inset !important;
}
.form-wrapper_pt {
  padding-top: 30px;
}
@media only screen and (min-width: 576px) {
  .form-wrapper {
    max-width: 453px;
    margin-left: auto;
    margin-right: auto;
  }
  .form-wrapper_pt {
    padding-top: 53px;
  }
}
.input {
  font-family: Mark, sans-serif, Arial;
  outline: 0;
  display: block;
  margin: 0;
  width: 100%;
  border-radius: 2px;
  border: 1px solid rgba(201, 198, 193, 0.6);
  color: #212124;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: -0.02em;
  padding: 15px 25px;
  background-color: transparent;
  position: relative;
  height: 54px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: border-color 0.3s ease-out;
}
.input:-ms-input-placeholder {
  color: #212124;
}
.input::-moz-placeholder {
  color: #212124;
}
.input::placeholder {
  color: #212124;
}
.input_sm {
  height: 48px;
  padding: 12px 15px;
  background-color: #fff;
  border-radius: 0;
}
.input_sm:-ms-input-placeholder {
  color: rgba(33, 33, 36, 0.7);
}
.input_sm::-moz-placeholder {
  color: rgba(33, 33, 36, 0.7);
}
.input_sm::placeholder {
  color: rgba(33, 33, 36, 0.7);
}
.input_xsm {
  height: 36px;
  padding: 6px 15px;
  background-color: #fff;
  border-radius: 0;
}
.input_xsm:-ms-input-placeholder {
  color: rgba(33, 33, 36, 0.7);
}
.input_xsm::-moz-placeholder {
  color: rgba(33, 33, 36, 0.7);
}
.input_xsm::placeholder {
  color: rgba(33, 33, 36, 0.7);
}
.input:focus {
  border-color: #a6a098;
  outline: 0;
}
.upload {
  display: flex;
  align-items: center;
}
.upload__label {
  border: none;
  background-color: transparent;
  border-radius: 0;
  -webkit-appearance: none;
  text-decoration: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-family: Mark, sans-serif, Arial;
  position: relative;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: normal;
  padding: 17px 35px;
  color: #fff;
  background-color: #212124;
  transition: color 0.3s ease-out, background-color 0.3s ease-out,
    border-color 0.3s ease-out, opacity 0.3s ease-out;
}
.upload__label:focus {
  outline: 0;
}
.upload__label:active,
.upload__label:hover {
  background-color: rgba(33, 33, 36, 0.9);
}
.upload__desc {
  display: flex;
  min-width: 0;
  padding-left: 20px;
}
.upload__name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: "Mark Book", Georgia, serif;
  display: block;
  font-size: 14px;
  line-height: 1.3;
  letter-spacing: -0.02em;
  color: #54544f;
  width: 100%;
}
.upload__del {
  display: inline-block;
  margin-left: 18px;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  transition: opacity 0.3s ease-out;
}
.upload__del:hover {
  opacity: 0.8;
}
.upload_chosen .upload__del {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}
@media only screen and (min-width: 576px) {
  .upload__label {
    font-size: 16px;
    padding: 20px 53px;
  }
  .upload__desc {
    padding-left: 27px;
  }
  .upload__del {
    margin-left: 20px;
  }
}
.password-strength_show .password {
  display: block;
}
.password {
  display: none;
  position: absolute;
  bottom: 100%;
  right: 0;
  width: 260px;
  padding: 15px 17px 15px;
  background-color: #fff;
  box-shadow: 0 2px 12px rgba(66, 67, 86, 0.05);
}
.password__title {
  font-family: "Mark Book", Georgia, serif;
  min-height: 22px;
  font-size: 16px;
  line-height: 1.4;
  padding-bottom: 9px;
}
.password__bar {
  height: 4px;
  background-color: #eeedec;
  position: relative;
}
.password__bar:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: transparent;
  transform-origin: left center;
  transition: background-color 0.3s ease-out;
}
.password__desc {
  margin-top: 10px;
  font-size: 13px;
  line-height: 1.3;
  color: #54544f;
}
.password_weak .password__bar:after {
  background-color: red;
  transform: scaleX(0.25);
}
.password_medium .password__bar:after {
  background-color: #297fca;
  transform: scaleX(0.5);
}
.password_strong .password__bar:after {
  background-color: #598a8c;
  transform: scaleX(0.75);
}
@media only screen and (min-width: 375px) {
  .password {
    width: 280px;
  }
}
@media only screen and (min-width: 1200px) {
  .password {
    right: auto;
    left: 100%;
    bottom: -10px;
    margin-left: 16px;
  }
}
.insert {
  background-color: #74828e;
  text-align: center;
  padding: 30px 25px;
}
.insert:not(:first-child) {
  margin-top: 38px;
  margin-bottom: 35px;
}
.insert__text {
  font-family: "Mark Book", Georgia, serif;
  font-size: 16px;
  line-height: 1.78;
  color: #fff;
  letter-spacing: -0.02em;
}
.insert__text:not(:last-child) {
  margin-bottom: 23px;
}
@media only screen and (min-width: 576px) {
  .insert {
    padding: 35px 40px;
  }
  .insert:not(:first-child) {
    margin-top: 48px;
    margin-bottom: 58px;
  }
  .insert__text {
    font-size: 17px;
  }
  .insert__text:not(:last-child) {
    margin-bottom: 28px;
  }
}
@media only screen and (min-width: 768px) {
  .insert {
    margin-left: -100px;
    margin-right: -100px;
    padding: 35px 50px;
  }
}
@media only screen and (min-width: 992px) {
  .insert {
    margin-left: -152px;
    margin-right: -152px;
    padding: 35px 75px;
  }
  .insert__text {
    font-size: 18px;
  }
  .insert__text:not(:last-child) {
    margin-bottom: 32px;
  }
}
.choices__inner {
  min-height: 48px;
  padding: 12px 11px 5px;
  background-color: #fff;
  border-radius: 0;
  border-color: #e0ddd9;
}
.choices__inner:after,
.choices__inner:before {
  content: "";
  position: absolute;
  top: 50%;
  width: 6px;
  height: 2px;
  background-color: #212124;
  transition: background-color 0.3s ease-out;
}
.choices__inner:before {
  right: 23px;
  transform: rotate(225deg);
}
.choices__inner:after {
  right: 19px;
  transform: rotate(135deg);
}
.choices__inner:after {
  border: none;
}
.choices__item {
  font-size: 16px;
  line-height: 1;
}
.choices__placeholder {
  opacity: 0.7;
}
.choices[data-type*="select-one"]:after {
  content: none;
}
.choices[data-type*="select-one"] .choices__input {
  font-size: 16px;
  color: rgba(33, 33, 36, 0.7);
  min-height: 45px;
  padding: 14px 15px;
}
.choices__list--dropdown .choices__item {
  padding: 14px 15px;
  font-size: 16px;
  color: rgba(33, 33, 36, 0.7);
}
.choices__list--single {
  padding-right: 30px;
}
.is-open .choices__inner,
.is-open .choices__list--dropdown {
  border-radius: 0;
  border-color: #e0ddd9;
}
.choices__list--dropdown .choices__item--selectable.is-highlighted {
  background-color: #eeedec;
}
.choices[data-type*="select-one"] .choices__input {
  display: none;
}
.search-wrapper {
  display: flex;
  justify-content: flex-end;
  padding-top: 26px;
  padding-bottom: 28px;
}
.search-wrapper__side {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .search-wrapper {
    padding-top: 40px;
    padding-bottom: 42px;
  }
  .search-wrapper__side {
    width: 320px;
  }
}
@media only screen and (min-width: 992px) {
  .search-wrapper {
    padding-top: 52px;
    padding-bottom: 55px;
  }
}
.search {
  position: relative;
}
.search__container {
  display: flex;
  position: relative;
}
.search__btn {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  transition: opacity 0.3s ease-out;
}
.search__btn:hover {
  opacity: 0.8;
}
.search__field {
  flex: 1;
}
.search__input {
  font-family: Mark, sans-serif, Arial;
  outline: 0;
  display: block;
  margin: 0;
  width: 100%;
  border-radius: 0;
  border: none;
  box-shadow: none;
  border-bottom: 1px solid #fff;
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  padding: 3px 0;
  background-color: transparent;
  position: relative;
  height: 30px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: border-color 0.3s ease-out, width 0.3s ease-out,
    opacity 0.3s ease-out;
}
.search__input:-ms-input-placeholder {
  color: #c9c6c1;
}
.search__input::-moz-placeholder {
  color: #c9c6c1;
}
.search__input::placeholder {
  color: #c9c6c1;
}
.search__clear {
  cursor: pointer;
  position: absolute;
  bottom: 10px;
  right: 2px;
  transition: opacity 0.3s ease-out;
}
.search__clear:hover {
  opacity: 0.8;
}
.search_dark .search__icon {
  fill: #212124;
}
.search_dark .search__input {
  color: #212124;
  border-bottom-color: #e0ddd9;
}
.search_header {
  width: 40px;
  height: 30px;
}
.search_header .search__container {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
}
.search_header .search__input {
  color: #212124;
  border-bottom-color: #212124;
}
.search_big .search__container {
  align-items: flex-end;
}
.search_big .search__btn {
  margin-bottom: 5px;
}
.search_big .search__input {
  height: 36px;
  padding-left: 10px;
  padding-right: 30px;
  border-bottom-color: #212124;
}
@media only screen and (min-width: 1200px) {
  .search_header .search__input {
    width: 0;
    opacity: 0;
  }
}
@media only screen and (min-width: 768px) {
  .search__clear {
    width: 18px;
    height: 18px;
  }
  .search_big .search__icon {
    width: 29px;
    height: 33px;
  }
  .search_big .search__btn {
    margin-bottom: 0;
    margin-right: 10px;
  }
  .search_big .search__input {
    height: 44px;
    font-size: 24px;
    line-height: 32px;
    padding-left: 17px;
    padding-right: 38px;
  }
}
.search-no-results {
  background-color: #fff;
  padding-top: 50px;
  padding-bottom: 52px;
  margin-top: 60px;
}
.search-no-results_main {
  margin-top: 20px;
  margin-bottom: 50px;
}
@media only screen and (min-width: 576px) {
  .search-no-results {
    padding-top: 60px;
    padding-bottom: 62px;
  }
}
@media only screen and (min-width: 768px) {
  .search-no-results {
    margin-top: 70px;
  }
  .search-no-results_main {
    margin-top: 20px;
    margin-bottom: 60px;
  }
}
@media only screen and (min-width: 992px) {
  .search-no-results {
    margin-top: 80px;
  }
  .search-no-results_main {
    margin-top: 20px;
    margin-bottom: 80px;
  }
}
@media only screen and (min-width: 1200px) {
  .search-no-results {
    margin-top: 100px;
  }
  .search-no-results_main {
    margin-top: 20px;
    margin-bottom: 100px;
  }
}
.search-section {
  margin-top: 50px;
  margin-bottom: 70px;
}
@media only screen and (min-width: 992px) {
  .search-section {
    margin-top: 60px;
    margin-bottom: 100px;
  }
}
@media only screen and (min-width: 1200px) {
  .search-section {
    margin-bottom: 120px;
  }
}
.accordion__item:not(:last-child) {
  border-bottom: 1px solid #e0ddd9;
}
.accordion__item._active .accordion__arrow:before {
  transform: rotate(135deg);
}
.accordion__item._active .accordion__arrow:after {
  transform: rotate(225deg);
}
.accordion__btn {
  display: flex;
  align-items: center;
  cursor: pointer;
  position: relative;
  padding: 21px 12px;
}
.accordion__btn:hover + .accordion__content {
  will-change: max-height;
}
.accordion__title {
  font-family: "Mark Book", Georgia, serif;
  display: flex;
  align-items: center;
  flex: 1;
  padding-right: 40px;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: -0.02em;
}
.accordion__arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.accordion__arrow:after,
.accordion__arrow:before {
  content: "";
  position: absolute;
  margin-top: -1px;
  top: 50%;
  width: 9px;
  height: 1px;
  background-color: #212124;
  transition: background-color 0.3s ease-out,
    transform 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.accordion__arrow:before {
  right: 6px;
  transform: rotate(225deg);
}
.accordion__arrow:after {
  right: 0;
  transform: rotate(135deg);
}
.accordion__box {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.accordion__content {
  padding: 9px 30px 38px 12px;
  font-size: 14px;
  line-height: 2.15;
  color: #54544f;
}
.accordion__content ol:not(:last-child),
.accordion__content p:not(:last-child),
.accordion__content ul:not(:last-child) {
  margin-bottom: 22px;
}
@media only screen and (min-width: 768px) {
  .accordion__content ol:not(:last-child),
  .accordion__content p:not(:last-child),
  .accordion__content ul:not(:last-child) {
    margin-bottom: 30px;
  }
}
.accordion_big .accordion__btn {
  padding: 30px 25px;
}
.accordion_big .accordion__title {
  font-size: 20px;
}
.accordion_big .accordion__content {
  padding: 0 30px 35px 25px;
}
@media only screen and (min-width: 768px) {
  .accordion__btn {
    padding: 36px 0 37px;
  }
  .accordion__title {
    font-size: 18px;
    padding-right: 65px;
  }
  .accordion__arrow:after,
  .accordion__arrow:before {
    margin-top: 1px;
  }
  .accordion__content {
    padding: 9px 32px 48px 0;
  }
  .accordion_big .accordion__btn {
    padding: 30px 25px;
  }
  .accordion_big .accordion__title {
    font-size: 20px;
  }
  .accordion_big .accordion__content {
    padding-right: 44px;
  }
}
.slider {
  position: relative;
}
.slider .swiper-slide {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: opacity 0.3s ease-out;
}
.slider .swiper-slide:focus {
  outline: 0;
}
.slider .swiper-slide .figure {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.slider .swiper-button-next,
.slider .swiper-button-prev {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: flex;
  align-items: center;
  justify-content: center;
  top: auto;
  bottom: 5px;
  margin-top: 0;
  width: 44px;
  height: 44px;
  background: 0 0;
  border: 2px solid #fbfbfb;
  border-radius: 50%;
  z-index: 1;
  stroke: #fff;
  transition: opacity 0.3s ease-out;
}
.slider .swiper-button-next:after,
.slider .swiper-button-prev:after {
  content: none;
}
.slider .swiper-button-next.swiper-button-disabled,
.slider .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
}
.slider .swiper-button-next:not(.swiper-button-disabled),
.slider .swiper-button-prev:not(.swiper-button-disabled) {
  cursor: pointer;
}
.slider .swiper-button-next:not(.swiper-button-disabled):hover,
.slider .swiper-button-prev:not(.swiper-button-disabled):hover {
  opacity: 0.8;
}
.slider .swiper-button-next:focus,
.slider .swiper-button-prev:focus {
  outline: 0;
}
.slider .swiper-button-prev {
  left: auto;
  right: 69px;
}
.slider .swiper-button-prev .slider__arrow {
  transform: rotate(180deg);
}
.slider__arrow {
  stroke: #fff;
}
.slider__arrows_big .swiper-button-next,
.slider__arrows_big .swiper-button-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 17%;
  height: auto;
  display: flex;
  align-items: center;
  margin-top: 0;
  border: none;
  border-radius: 0;
}
.slider__arrows_big .swiper-button-next.swiper-button-disabled,
.slider__arrows_big .swiper-button-prev.swiper-button-disabled {
  opacity: 1;
}
.slider__arrows_big
  .swiper-button-next.swiper-button-disabled
  .slider__arrow-wrap,
.slider__arrows_big
  .swiper-button-prev.swiper-button-disabled
  .slider__arrow-wrap {
  opacity: 0.4;
}
.slider__arrows_big .swiper-button-next:not(.swiper-button-disabled):hover,
.slider__arrows_big .swiper-button-prev:not(.swiper-button-disabled):hover {
  opacity: 1;
}
.slider__arrows_big
  .swiper-button-next:not(.swiper-button-disabled):hover
  .slider__arrow-wrap,
.slider__arrows_big
  .swiper-button-prev:not(.swiper-button-disabled):hover
  .slider__arrow-wrap {
  background-color: #fff;
}
.slider__arrows_big
  .swiper-button-next:not(.swiper-button-disabled):hover
  .slider__arrow,
.slider__arrows_big
  .swiper-button-prev:not(.swiper-button-disabled):hover
  .slider__arrow {
  stroke: #212124;
}
.slider__arrows_big .swiper-button-prev {
  left: 0;
  right: auto;
  justify-content: flex-start;
  background: linear-gradient(
    90deg,
    rgba(33, 33, 36, 0.5) 0,
    rgba(0, 0, 0, 0.01) 100%
  );
}
.slider__arrows_big .swiper-button-prev .slider__arrow-wrap {
  margin-left: 24px;
}
.slider__arrows_big .swiper-button-next {
  right: 0;
  justify-content: flex-end;
  background: linear-gradient(
    270deg,
    rgba(33, 33, 36, 0.5) 0,
    rgba(0, 0, 0, 0.01) 100%
  );
}
.slider__arrows_big .swiper-button-next .slider__arrow-wrap {
  margin-right: 24px;
}
.slider__arrows_big .slider__arrow-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border: 2px solid #fbfbfb;
  border-radius: 50%;
  transition: opacity 0.3s ease-out, background-color 0.3s ease-out,
    border-color 0.3s ease-out;
}
.slider__arrows_dark .slider__arrow-wrap {
  border-color: #212124;
  background-color: #212124;
}
.slider__arrows_dark .slider__arrow {
  stroke: #fff;
}
.slider__arrows_dark .swiper-button-next,
.slider__arrows_dark .swiper-button-prev {
  background: 0 0;
}
.slider__arrows_dark
  .swiper-button-next:not(.swiper-button-disabled):hover
  .slider__arrow-wrap,
.slider__arrows_dark
  .swiper-button-prev:not(.swiper-button-disabled):hover
  .slider__arrow-wrap {
  border-color: #fff;
  background-color: #fff;
}
.slider .swiper-container-horizontal > .swiper-pagination-bullets,
.slider .swiper-pagination-custom,
.slider .swiper-pagination-fraction {
  bottom: 16px;
}
.slider .swiper-pagination-bullet {
  position: relative;
  border-radius: 0;
  width: 40px;
  height: 24px;
  opacity: 0.4;
  background: 0 0;
  transition: opacity 0.3s ease-out;
}
.slider .swiper-pagination-bullet:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  height: 4px;
  width: 100%;
  background-color: #fff;
}
.slider .swiper-pagination-bullet-active {
  opacity: 1;
  background: 0 0;
}
.slider
  .swiper-container-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 5px;
}
.slider .swiper-scrollbar {
  border-radius: 0;
  height: 1px;
  background: rgba(255, 255, 255, 0.4);
}
.slider .swiper-scrollbar-drag {
  border-radius: 0;
  top: -1px;
  height: 3px;
  background: #fff;
}
.slider__header {
  display: flex;
  align-items: flex-end;
  position: relative;
  padding-right: 160px;
  margin-bottom: 50px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.slider__scrollbar {
  margin-top: 60px;
  position: relative;
  height: 5px;
}
.slider__scrollbar_dark .swiper-scrollbar {
  background: rgba(84, 84, 79, 0.4);
}
.slider__scrollbar_dark .swiper-scrollbar-drag {
  background: #212124;
}
.slider__box {
  position: relative;
  overflow: hidden;
}
.slider__top {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.slider__gallery {
  position: relative;
  overflow: hidden;
}

.circle {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100px; /* Adjust size as needed */
  height: 100px; /* Adjust size as needed */
  background-color: transparent;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  mask-image: url('{{ image.src | img_url: 'original' }}'); /* Set the mask image */
  mask-size: cover;
  mask-position: center;
  transition: transform 0.3s ease-in-out;
  z-index: 1; /* Above the image */
  pointer-events: none; /* Allow clicks to go through */
}

.slider__img-container:hover .circle {
  transform: translate(-50%, -50%) scale(2); /* Zoom to 200% */
}

.gallery__link {
  display: block;
  width: 100%;
  height: 100%;
}
.slider__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;

}
@media only screen and (max-width: 575.98px) {
  .slider__header {
    padding-right: 0;
  }
  .slider__arrows {
    display: none;
  }
}
@media only screen and (min-width: 576px) {
  .slider__header {
    min-height: 55px;
  }
}
@media only screen and (min-width: 992px) {
  .slider__scrollbar {
    margin-top: 70px;
  }
}
@media only screen and (min-width: 1200px) {
  .slider__header {
    min-height: 88px;
  }
  .slider__scrollbar {
    margin-top: 80px;
  }
}
.slider_gallery .slider__box {
  position: relative;
  padding-bottom: 36.59722%;
}
.slider_gallery .slider__img {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover";
}
.slider_gallery .swiper-container {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.slider_team .slider__box {
  overflow: hidden;
  padding-left: 15px;
  padding-right: 18vw;
}
.slider_team .swiper-container {
  overflow: visible;
}
.slider_team .swiper-slide {
  opacity: 0.4;
}
.slider_team .swiper-slide.swiper-slide-visible {
  opacity: 1;
}
@media only screen and (max-width: 575.98px) {
  .slider_team .slider__scrollbar {
    margin-top: 45px;
  }
}
@media (min-width: 401px) {
  .slider_team .slider__box {
    padding-right: 22vw;
  }
}
@media (min-width: 451px) {
  .slider_team .slider__box {
    padding-right: 13vw;
  }
}
@media only screen and (min-width: 576px) {
  .slider_team .slider__box {
    padding-left: 25px;
    padding-right: 13vw;
  }
}
@media only screen and (min-width: 992px) {
  .slider_team .slider__box {
    padding-left: 45px;
    padding-right: 13vw;
  }
}
@media (min-width: 1261px) {
  .slider_team .slider__box {
    padding-left: calc((100vw - 1168px) / 2);
    padding-right: calc((100vw - 1168px) / 2 + 128px);
  }
}
.slider_product {
  max-width: 569px;
}
.slider_product .swiper-slide {
  background-size: cover;
  background-position: center;
}
.slider_product .slider__box {
  position: relative;
  padding-bottom: 79.61336%;
}
.slider_product .slider__img {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover";
}
.slider_product .slider__thumbs {
  padding: 0;
  margin-top: 8px;
}
.slider_product .slider__thumbs .swiper-slide {
  height: 100%;
}
.slider_product .slider__thumbs .slider__img-wrap {
  position: relative;
  padding-bottom: 100%;
}
@media only screen and (min-width: 992px) {
  .slider_product .slider__thumbs {
    margin-top: 10px;
  }
}
@media only screen and (min-width: 1200px) {
  .slider_product .slider__thumbs {
    margin-top: 16px;
  }
}
.slider_figure {
  max-width: 565px;
}
.slider_figure .swiper-slide {
  background-size: cover;
  background-position: center;
}
.slider_figure .slider__box {
  position: relative;
  padding-bottom: 104.77876%;
}
.slider_figure .slider__img {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover";
}
.slider_inspiration {
  margin-left: -15px;
  margin-right: -15px;
}
.slider_inspiration .swiper-slide {
  background-size: cover;
  background-position: center;
}
.slider_inspiration .slider__box {
  position: relative;
  padding-bottom: 55.47945%;
}
.slider_inspiration .slider__img {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover";
}
.slider_inspiration .slider__thumbs {
  padding: 0;
  margin-top: 24px;
}
.slider_inspiration .slider__thumbs .swiper-slide {
  height: 100%;
}
.slider_inspiration
  .slider__thumbs
  .swiper-slide.swiper-slide-thumb-active
  .slider__img-wrap:after,
.slider_inspiration
  .slider__thumbs
  .swiper-slide:hover
  .slider__img-wrap:after {
  opacity: 0;
}
.slider_inspiration .slider__thumbs .slider__img-wrap {
  position: relative;
  padding-bottom: 55.47445%;
}
.slider_inspiration .slider__thumbs .slider__img-wrap:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(33, 33, 36, 0.4);
  transition: opacity 0.3s ease-out;
}
.slider_inspiration .figure__container {
  left: 17%;
  right: 17%;
}
@media only screen and (max-width: 575.98px) {
  .slider_inspiration .slider__thumbs {
    display: none;
  }
  .slider_inspiration .slider__scrollbar {
    margin-top: 45px;
  }
}
@media only screen and (min-width: 576px) {
  .slider_inspiration {
    margin-left: 0;
    margin-right: 0;
  }
  .slider_inspiration .slider__scrollbar {
    display: none;
  }
  .slider_inspiration .slider__thumbs {
    margin-top: 16px;
  }
}
@media only screen and (min-width: 992px) {
  .slider_inspiration .slider__thumbs {
    margin-top: 24px;
  }
}
.slider_prod .swiper-slide {
  background-size: cover;
  background-position: center;
}
.slider_prod .slider__box {
  position: relative;
  padding-bottom: 93.58601%;
}
.slider_prod .slider__img {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover";
}
.slider_prod .slider__scrollbar {
  margin-top: 20px;
}
@media only screen and (min-width: 576px) {
  .slider_prod .slider__box {
    position: relative;
    padding-bottom: 60.56548%;
  }
  .slider_prod .slider__scrollbar {
    margin-top: 40px;
  }
}
@media only screen and (min-width: 992px) {
  .slider_prod .slider__scrollbar {
    display: none;
  }
}
.slider_addition {
  margin-left: -15px;
  margin-right: -15px;
}
.slider_addition .swiper-container {
  overflow: visible;
}
.slider_addition .swiper-slide {
  opacity: 0.4;
}
.slider_addition .swiper-slide.swiper-slide-visible {
  opacity: 1;
}
.slider_addition .slider__box {
  overflow: hidden;
  padding-left: 15px;
  padding-right: 36vw;
}
@media (min-width: 451px) {
  .slider_addition .slider__box {
    padding-right: 15vw;
  }
}
@media only screen and (max-width: 575.98px) {
  .slider_addition .slider__scrollbar {
    margin-top: 45px;
  }
}
@media only screen and (min-width: 576px) {
  .slider_addition {
    margin-left: -25px;
    margin-right: -25px;
  }
  .slider_addition .slider__box {
    padding-left: 25px;
  }
}
@media (min-width: 661px) {
  .slider_addition .slider__box {
    padding-right: 12vw;
  }
}
@media only screen and (min-width: 992px) {
  .slider_addition {
    margin-left: 0;
    margin-right: 0;
  }
  .slider_addition .slider__box {
    padding-left: 0;
    padding-right: 0;
  }
  .slider_addition .slider__scrollbar {
    display: none;
  }
}
.person__img {
  width: 100%;
}
.person__desc {
  margin-top: 20px;
  padding: 0 18px;
}
.person__name {
  word-wrap: break-word;
  overflow-wrap: break-word;
  font-family: "Mark Book", Georgia, serif;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: -0.03em;
  color: #fff;
  margin-bottom: 5px;
}
.person__position {
  word-wrap: break-word;
  overflow-wrap: break-word;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -0.03em;
  color: rgba(255, 255, 255, 0.7);
}
@media only screen and (min-width: 768px) {
  .person__desc {
    margin-top: 25px;
    padding: 0 25px;
  }
}
@media only screen and (min-width: 1200px) {
  .person__desc {
    margin-top: 30px;
    padding: 0 30px;
  }
}
.view {
  padding-top: 18px;
  padding-bottom: 18px;
  border-bottom: 1px solid #eeedec;
}
.view__box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.view__title {
  white-space: nowrap;
  text-align: center;
  font-family: "Mark Book", Georgia, serif;
  font-size: 14px;
  line-height: 18px;
  color: #c9c6c1;
  margin-right: 20px;
}
.view__btn {
  position: relative;
  cursor: pointer;
  padding: 13px 45px 13px 18px;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
}
.view__btn:after,
.view__btn:before {
  content: "";
  position: absolute;
  margin-top: -1px;
  top: 50%;
  width: 8px;
  height: 2px;
  background-color: #212124;
  transition: background-color 0.3s ease-out;
}
.view__btn:before {
  right: 23px;
  transform: rotate(225deg);
}
.view__btn:after {
  right: 18px;
  transform: rotate(135deg);
}
@media only screen and (min-width: 375px) {
  .view__title {
    margin-right: 30px;
  }
}
@media only screen and (min-width: 992px) {
  .view {
    display: none;
  }
}
.links {
  background-color: #fff;
  position: sticky;
  top: 0;
  z-index: 1500;
  border-bottom: 2px solid #eeedec;
}
.links__list {
  justify-content: center;
}
.links__item {
  word-wrap: break-word;
  overflow-wrap: break-word;
  display: block;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  padding: 21px 20px;
  letter-spacing: -0.02em;
  font-size: 16px;
  line-height: 1.4;
  transition: color 0.3s ease-out;
}
.links__item_active {
  color: #212124;
  font-weight: 500;
}
.links__item:not(.links__item_active):hover {
  color: #212124;
}
@media only screen and (max-width: 991.98px) {
  .links__item {
    color: #54544f;
    border-bottom: 1px solid #e0ddd9;
  }
  .links__item_active {
    font-weight: 500;
    color: #212124;
  }
}
@media only screen and (min-width: 992px) {
  .links__list {
    display: flex;
  }
  .links__item {
    font-weight: 500;
    color: #a6a098;
    padding: 30px 35px 28px;
    text-align: center;
  }
  .links__item:after {
    transform: scaleX(0);
    opacity: 0;
    transition: transform 0.3s ease, background-color 0.3s ease,
      opacity 0s 0.3s ease;
    content: "";
    position: absolute;
    bottom: -2px;
    left: 20px;
    right: 20px;
    height: 2px;
  }
  .links__item_active {
    color: #212124;
  }
  .links__item_active:after {
    transform: scaleX(1);
    opacity: 1;
    background-color: #212124;
    transition: transform 0.3s ease, background-color 0.3s ease,
      opacity 0s 0s ease;
  }
  .links__item:not(.links__item_active):hover {
    color: #212124;
  }
  .links__item:not(.links__item_active):hover:after {
    transform: scaleX(1);
    opacity: 1;
    background-color: #212124;
    transition: transform 0.3s ease, background-color 0.3s ease,
      opacity 0s 0s ease;
  }
}
@media only screen and (min-width: 1200px) {
  .links__item {
    padding-left: 45px;
    padding-right: 45px;
  }
}
.unit__side {
  max-width: 420px;
  margin-bottom: 40px;
}
.unit__note {
  text-transform: uppercase;
  color: #54544f;
  margin-bottom: 18px;
}
.unit__caption {
  display: flex;
  margin-bottom: 22px;
}
.unit__badge {
  min-width: 31px;
  margin-top: 1px;
  margin-right: 15px;
}
.unit__title {
  flex: 1;
}
.unit__title.heading {
  line-height: 1.1;
}
.unit__points {
  margin-top: 22px;
}
.unit__point {
  display: flex;
}
.unit__point:not(:last-child) {
  margin-bottom: 15px;
}
.unit__point-side {
  min-width: 20px;
  width: 36px;
  margin-right: 10px;
}
.unit__point-icon {
  max-width: 100%;
}
.unit__point-text {
  flex: 1;
  display: flex;
  align-items: center;
  font-weight: 300;
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: -0.02em;
  color: #54544f;
}
.unit__btns {
  display: flex;
  flex-wrap: wrap;
  margin-top: 16px;
}
.unit__btn {
  margin-top: 16px;
}
.unit__btn .btn {
  padding-left: 26px;
  padding-right: 26px;
}
.unit__btn:not(:last-child) {
  margin-right: 12px;
}
.unit_dark {
  background-color: #f5f2f0;
}
@media only screen and (min-width: 576px) {
  .unit__btn .btn {
    padding-left: 40px;
    padding-right: 40px;
  }
  .unit__btn:not(:last-child) {
    margin-right: 16px;
  }
}
@media only screen and (min-width: 992px) {
  .unit {
    display: flex;
    align-items: center;
  }
  .unit__side {
    max-width: 100%;
    flex: 1;
    padding-left: 0;
    padding-right: 0;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 80px;
  }
  .unit__base {
    min-width: 20%;
    width: 48%;
  }
  .unit__text {
    max-width: 430px;
  }
  .unit_reverse {
    flex-direction: row-reverse;
  }
  .unit_reverse .unit__side {
    margin-left: 80px;
    margin-right: 0;
    text-align: right;
  }
}
@media only screen and (min-width: 1200px) {
  .unit__base {
    width: 42.5%;
  }
  .unit__note {
    margin-bottom: 22px;
  }
  .unit__badge {
    margin-top: 7px;
  }
  .unit__title.heading {
    line-height: 1;
  }
}
.product {
  position: relative;
  display: flex;
  flex-direction: column;
}
.product__link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-decoration: none;
  color: #212124;
  z-index: 1;
}
.product__top {
  flex: 1;
}
.product__figure {
  position: relative;
  padding-bottom: 100%;
  margin-bottom: 20px;
}
.product__img {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover";
}
.product__title {
  word-wrap: break-word;
  overflow-wrap: break-word;
  font-size: 14px;
  line-height: 1.43;
  letter-spacing: -0.02em;
  color: #54544f;
}
.product__bottom {
  margin-top: 9px;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}
.product__spec {
  font-family: "Mark Book", Georgia, serif;
  font-size: 10px;
  line-height: 1.4;
  letter-spacing: -0.02em;
  color: rgba(84, 84, 79, 0.7);
  padding-right: 10px;
}
.product__price {
  font-weight: 500;
  font-size: 13px;
  line-height: 1.4;
  letter-spacing: -0.02em;
}
.product__add {
  cursor: pointer;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: 16px;
  right: 16px;
  width: 40px;
  height: 40px;
  background-color: #fff;
  border-radius: 50%;
  z-index: 5;
  transition: background-color 0.3s ease-out;
}
.product__add:hover {
  background-color: rgba(255, 255, 255, 0.8);
}
.product__icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
}
.product__icon_add {
  z-index: 1;
}
.product__icon_cart .product__icon-item {
  transform: scale(0);
}
.product__icon-item {
  transition: transform 0.3s ease-out;
}
.product_added .product__icon_add {
  z-index: auto;
}
.product_added .product__icon_add .product__icon-item {
  transform: scale(0);
}
.product_added .product__icon_cart {
  z-index: 1;
}
.product_added .product__icon_cart .product__icon-item {
  transform: scale(1);
}
@media (min-width: 360px) {
  .product__price {
    font-size: 16px;
  }
}
@media only screen and (min-width: 375px) {
  .product__price {
    font-size: 18px;
  }
}
@media only screen and (min-width: 768px) {
  .product__spec {
    font-size: 11px;
  }
}
@media only screen and (min-width: 992px) {
  .product__figure {
    margin-bottom: 24px;
  }
  .product__title {
    font-size: 16px;
    line-height: 1.5;
  }
  .product__bottom {
    margin-top: 11px;
  }
  .product__spec {
    font-size: 12px;
  }
  .product__price {
    font-size: 19px;
  }
}
@media only screen and (min-width: 1200px) {
  .product__spec {
    font-size: 14px;
  }
  .product__price {
    font-size: 20px;
  }
  .product__add {
    width: 50px;
    height: 50px;
  }
  .product__add:before {
    width: 22px;
  }
  .product__add:after {
    height: 22px;
  }
}
.p-grid {
  display: flex;
  flex-wrap: wrap;
  margin-left: -8px;
  margin-right: -8px;
}
.p-grid__cell {
  width: 50%;
  padding-left: 8px;
  padding-right: 8px;
}
.p-grid__cell:nth-child(n + 3) {
  margin-top: 42px;
}
@media only screen and (min-width: 576px) {
  .p-grid {
    margin-left: -12px;
    margin-right: -12px;
  }
  .p-grid__cell {
    width: 33.333%;
    padding-left: 12px;
    padding-right: 12px;
  }
  .p-grid__cell:nth-child(3) {
    margin-top: 0;
  }
  .p-grid__cell:nth-child(n + 4) {
    margin-top: 50px;
  }
}
@media only screen and (min-width: 768px) {
  .p-grid_3 .p-grid__cell {
    width: 50%;
  }
  .p-grid_3 .p-grid__cell:nth-child(n + 3) {
    margin-top: 45px;
  }
}
@media (min-width: 900px) {
  .p-grid_3 .p-grid__cell {
    width: 33.333%;
  }
  .p-grid_3 .p-grid__cell:nth-child(3) {
    margin-top: 0;
  }
  .p-grid_3 .p-grid__cell:nth-child(n + 4) {
    margin-top: 50px;
  }
}
@media only screen and (min-width: 768px) {
  .p-grid_4 .p-grid__cell {
    width: 33.333%;
  }
  .p-grid_4 .p-grid__cell:nth-child(n + 4) {
    margin-top: 45px;
  }
}
@media (min-width: 900px) {
  .p-grid_4 .p-grid__cell {
    width: 25%;
  }
  .p-grid_4 .p-grid__cell:nth-child(4) {
    margin-top: 0;
  }
  .p-grid_4 .p-grid__cell:nth-child(n + 5) {
    margin-top: 50px;
  }
}
.category__item {
  border-bottom: 1px solid #e0ddd9;
}
.category__item_active .category__sub {
  display: block;
}
.category__item_active .category__btn:after {
  transform: rotate(-90deg);
}
.category__link {
  flex: 1;
  word-wrap: break-word;
  overflow-wrap: break-word;
  display: block;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  padding: 21px 20px;
  letter-spacing: -0.02em;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.4;
  color: #212124;
  transition: color 0.3s ease-out;
}
.category__link_text {
  cursor: default;
}
.category__title {
  display: flex;
}
.category__btn {
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  transition: opacity 0.3s ease-out;
}
.category__btn:after,
.category__btn:before {
  content: "";
  position: absolute;
  background-color: #212124;
}
.category__btn:before {
  width: 14px;
  height: 2px;
}
.category__btn:after {
  width: 2px;
  height: 14px;
  transition: transform 0.3s ease-out;
}
.category__box {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.category__content {
  padding-bottom: 20px;
}
.category__sub-item:first-child .category__sub-link {
  padding-top: 0;
}
.category__sub-item_active .category__sub-link {
  color: #212124;
  font-weight: 500;
}
.category__sub-link {
  word-wrap: break-word;
  overflow-wrap: break-word;
  display: block;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  padding: 10px 60px 10px 50px;
  letter-spacing: -0.02em;
  font-size: 16px;
  line-height: 1.4;
  color: rgba(84, 84, 79, 0.7);
  transition: color 0.3s ease-out;
}
.category__sub-link:hover {
  color: #212124;
}
@media only screen and (min-width: 768px) {
  .category__item:first-child {
    border-top: 1px solid #e0ddd9;
  }
  .category__link {
    padding: 17px 10px;
  }
  .category__btn {
    width: 34px;
  }
  .category__btn:hover {
    opacity: 0.7;
  }
  .category__sub {
    padding-bottom: 19px;
  }
  .category__sub-link {
    padding: 6px 60px 6px 25px;
  }
}
.feature {
  padding: 40px 30px 50px;
  text-align: center;
  background-color: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.04), 0 10px 20px rgba(0, 0, 0, 0.03);
}
.feature__icon-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 141px;
  height: 141px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 50%;
  background-color: #fbfbfb;
  margin-bottom: 30px;
}
.feature__title {
  word-wrap: break-word;
  overflow-wrap: break-word;
  font-family: "Mark Book", Georgia, serif;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: -0.02em;
  margin-bottom: 13px;
}
.feature__desc {
  word-wrap: break-word;
  overflow-wrap: break-word;
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: -0.01em;
  color: rgba(84, 84, 79, 0.7);
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .feature__desc {
    font-size: 16px;
  }
}
.presentation {
  position: relative;
}
.presentation__bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.presentation__bg:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.8;
  background-image: linear-gradient(113deg, rgba(0, 0, 0, 0) 4%, #000 85%);
}
.presentation__bg-img {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover";
}
.presentation__content {
  position: relative;
  padding: 362px 18px 27px;
}
.presentation__title {
  margin-bottom: 35px;
}
.presentation__title.heading {
  color: #fff;
}
.presentation__text {
  max-width: 480px;
}
.presentation__text.text {
  color: #fff;
}
@media only screen and (min-width: 576px) {
  .presentation__content {
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) {
  .presentation {
    display: flex;
    justify-content: flex-end;
  }
  .presentation__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 60%;
    min-height: 500px;
    padding: 110px 10% 110px 20px;
  }
}
@media only screen and (min-width: 992px) {
  .presentation__content {
    width: 50%;
    min-height: 551px;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .presentation__bg:before {
    display: block;
    width: 100%;
    content: "";
    padding-bottom: 100%;
    height: 0;
  }
}
.item__icon-wrap {
  height: 34px;
  margin-bottom: 11px;
}
.item__icon {
  max-height: 100%;
  width: auto;
}
.item__title {
  font-family: "Mark Book", Georgia, serif;
  font-size: 24px;
  line-height: 1.35;
  margin-bottom: 6px;
}
.item__text {
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: -0.01em;
  color: #54544f;
}
.pro-section .pro:not(:last-child) {
  margin-bottom: 24px;
}
.pro {
  display: block;
  padding: 25px 25px 27px;
  text-decoration: none;
  color: #212124;
  background-color: #fff;
  transition: box-shadow 0.3s ease-out;
}
.pro:hover {
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.025), 0 20px 40px rgba(0, 0, 0, 0.08);
}
.pro__side {
  margin-top: 22px;
}
.pro__top {
  display: flex;
  align-items: center;
  min-height: 20px;
  margin-bottom: 18px;
}
.pro__label {
  margin-right: 15px;
}
.pro__note {
  color: rgba(84, 84, 79, 0.7);
  font-size: 10px;
  line-height: 1.4;
  font-weight: 300;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.pro__title {
  word-wrap: break-word;
  overflow-wrap: break-word;
  font-family: "Mark Book", Georgia, serif;
  font-size: 20px;
  line-height: 1.35;
  letter-spacing: -0.02em;
  margin-bottom: 8px;
}
.pro__location {
  word-wrap: break-word;
  overflow-wrap: break-word;
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 0.03em;
  color: rgba(84, 84, 79, 0.7);
}
@media only screen and (min-width: 375px) {
  .pro__title {
    font-size: 24px;
  }
}
@media only screen and (min-width: 576px) {
  .pro {
    display: flex;
    padding: 33px 30px 31px 28px;
  }
  .pro__content {
    flex: 1;
  }
  .pro__side {
    display: flex;
    align-items: center;
    margin-top: 0;
    margin-left: auto;
    padding-left: 60px;
  }
  .pro__top {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 768px) {
  .pro {
    padding: 33px 44px 33px 35px;
  }
  .pro__title {
    font-size: 28px;
    margin-bottom: 5px;
  }
  .pro__location {
    font-size: 16px;
  }
}
@media only screen and (min-width: 992px) {
  .pro {
    padding: 33px 54px 35px 39px;
  }
  .pro__title {
    font-size: 32px;
    margin-bottom: 2px;
  }
  .pro__location {
    font-size: 18px;
  }
  .pro__top {
    margin-bottom: 23px;
  }
}
.pagination {
  margin-top: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination__arrow {
  stroke: #54544f;
}
.pagination__dots,
.pagination__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: -0.02em;
  color: #54544f;
}
.pagination__link {
  border: 2px solid #54544f;
  margin-left: 4px;
  margin-right: 4px;
  text-decoration: none;
  transition: color 0.3s ease-out, background-color 0.3s ease-out;
}
.pagination__link:not(.pagination__link_current):hover {
  background-color: rgba(84, 84, 79, 0.05);
}
.pagination__link_prev {
  margin-left: 0;
  margin-right: 4px;
}
.pagination__link_prev .pagination__arrow {
  transform: rotate(180deg);
}
.pagination__link_next {
  margin-left: 4px;
  margin-right: 0;
}
.pagination__link_current {
  pointer-events: none;
  background-color: #54544f;
  color: #fff;
}
.pagination__dots {
  width: 22px;
  color: #54544f;
}
@media only screen and (max-width: 575.98px) {
  .pagination__arrow {
    width: 6px;
    height: auto;
  }
}
@media only screen and (min-width: 375px) {
  .pagination__dots {
    width: 25px;
  }
}
@media only screen and (min-width: 576px) {
  .pagination__dots,
  .pagination__link {
    width: 40px;
    height: 40px;
    font-size: 16px;
  }
  .pagination__dots {
    width: 36px;
  }
}
@media only screen and (min-width: 576px) {
  .pagination {
    margin-top: 60px;
  }
}
@media only screen and (min-width: 992px) {
  .pagination {
    margin-top: 65px;
  }
}
@media only screen and (min-width: 1200px) {
  .pagination {
    margin-top: 85px;
  }
}
.preview {
  position: relative;
  padding-bottom: 135.10638%;
  display: block;
  color: #212124;
  transition: box-shadow 0.3s ease-out;
}
.preview:hover {
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.1), 0 10px 30px rgba(0, 0, 0, 0.15);
}
.preview__img {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover";
}
.pre-grid {
  display: flex;
  flex-wrap: wrap;
}
.pre-grid__cell {
  transition: all 0.5s ease-out;
}
.pre-grid__cell:nth-child(2) .preview {
  position: relative;
  padding-bottom: 100%;
}
@media only screen and (max-width: 767.98px) {
  .pre-grid {
    margin: 0 -5px -10px;
  }
  .pre-grid__cell {
    width: 50%;
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 10px;
  }
  .pre-grid__cell:nth-child(2n + 4) {
    margin-top: calc((10px - 100%) * 0.171);
  }
}
@media only screen and (min-width: 768px) {
  .pre-grid {
    margin: 0 -8px -16px;
    padding-top: 20px;
  }
  .pre-grid__cell {
    width: 33.333%;
    padding-left: 8px;
    padding-right: 8px;
    margin-bottom: 16px;
  }
  .pre-grid__cell:nth-child(3n + 5) {
    margin-top: calc((16px - 100%) * 0.112);
  }
}
@media only screen and (min-width: 992px) {
  .pre-grid {
    margin: 0 -10px -20px;
  }
  .pre-grid__cell {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
  }
  .pre-grid__cell:nth-child(3n + 5) {
    margin-top: calc((20px - 100%) * 0.113);
  }
}
.is-hidden {
  display: none;
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  margin-top: -1px;
  margin-bottom: 0;
  opacity: 0;
  transform: translateY(20px);
}
.menu {
  overflow: hidden;
  margin-bottom: 70px;
}
.menu__box {
  text-align: center;
  white-space: nowrap;
  padding-bottom: 30px;
  margin-bottom: -30px;
  overflow-x: auto;
}
.menu__item {
  display: inline-flex;
  padding-left: 13px;
  padding-right: 13px;
}
.menu__item_active .menu__btn {
  cursor: default;
  color: #fff;
  border-color: #212124;
  background-color: #212124;
}
.menu__item:first-child {
  padding-left: 15px;
}
.menu__item:last-child {
  padding-right: 15px;
}
.menu__btn {
  border: none;
  background-color: transparent;
  border-radius: 0;
  -webkit-appearance: none;
  text-decoration: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-family: Mark, sans-serif, Arial;
  box-sizing: content-box;
  min-width: 46px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 27px;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: normal;
  border: 2px solid #c9c6c1;
  background-color: transparent;
  color: #c9c6c1;
  transition: color 0.3s ease-out, background-color 0.3s ease-out,
    border-color 0.3s ease-out;
}
.menu__btn:focus {
  outline: 0;
}
.menu__btn:active,
.menu__btn:hover {
  color: #fff;
  border-color: #212124;
  background-color: #212124;
}
@media only screen and (min-width: 576px) {
  .menu__item:first-child {
    padding-left: 25px;
  }
  .menu__item:last-child {
    padding-right: 25px;
  }
}
@media only screen and (min-width: 992px) {
  .menu {
    margin-bottom: 77px;
    padding-top: 10px;
  }
  .menu__item:first-child {
    padding-left: 45px;
  }
  .menu__item:last-child {
    padding-right: 45px;
  }
}
.download {
  background-color: rgba(255, 255, 255, 0.7);
  padding-left: 58px;
  padding-right: 58px;
}
.download__item {
  position: relative;
  display: flex;
  flex-direction: column;
  text-align: center;
  padding-top: 53px;
  padding-bottom: 48px;
}
.download__item:not(:last-child) {
  border-bottom: 1px solid rgba(224, 221, 217, 0.5);
}
.download__top {
  flex: 1;
  margin-bottom: 16px;
}
.breadcrumb {
  padding-top: 20px;
  margin-bottom: $gutter / 2.5;
  color: #212124;
  font-size: .75em;

  a,
  span {
    display: inline;
    padding-right: 10px;
    margin-right: 10px;

    &:first-child {
      padding-left: 0;
    }
  }
}

.breadcrumb__sep {
  font-size: 1.4em;
  line-height: 1;
}
.download__icon-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 45px;
  margin-bottom: 11px;
}
.download__icon {
  max-height: 100%;
}
.download__title {
  font-size: 20px;
  line-height: 1.4;
  letter-spacing: -0.02em;
  color: #212124;
}
.download_inner {
  background-color: rgba(235, 234, 223, 0.5);
}
.download_inner .download__item {
  padding-top: 32px;
  padding-bottom: 20px;
}
.download_inner .download__top {
  margin-bottom: 8px;
}
.download_inner .download__title {
  font-size: 14px;
}
.download_inner .download__btn .btn {
  font-size: 12px;
}
@media only screen and (min-width: 576px) {
  .download {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    padding-right: 0;
  }
  .download__item {
    width: 50%;
    padding: 15px 15px 15px;
  }
  .download__item:not(:last-child) {
    border-bottom: none;
  }
  .download__item:not(:nth-child(2n + 1)):before {
    content: "";
    position: absolute;
    top: 42px;
    left: 0;
    bottom: 42px;
    border-left: 1px solid rgba(224, 221, 217, 0.5);
  }
  .download__item:nth-child(n + 3):after {
    content: "";
    position: absolute;
    top: 0;
    left: 42px;
    right: 42px;
    border-top: 1px solid rgba(224, 221, 217, 0.5);
  }
}
@media only screen and (min-width: 768px) {
  .download__item {
    width: 33.333%;
  }
  .download__item:not(:nth-child(3n + 1)):before {
    content: "";
    position: absolute;
    top: 42px;
    left: 0;
    bottom: 42px;
    border-left: 1px solid rgba(224, 221, 217, 0.5);
  }
  .download__item:nth-child(n + 4):after {
    content: "";
    position: absolute;
    top: 0;
    left: 42px;
    right: 42px;
    border-top: 1px solid rgba(224, 221, 217, 0.5);
  }
}
@media only screen and (min-width: 992px) {
  .download__item {
    width: 25%;
  }
  .download__item:not(:nth-child(4n + 1)):before {
    content: "";
    position: absolute;
    top: 42px;
    left: 0;
    bottom: 42px;
    border-left: 1px solid rgba(224, 221, 217, 0.5);
  }
  .download__item:nth-child(n + 5):after {
    content: "";
    position: absolute;
    top: 0;
    left: 42px;
    right: 42px;
    border-top: 1px solid rgba(224, 221, 217, 0.5);
  }
  .download_inner {
    background-color: rgba(235, 234, 223, 0.5);
  }
  .download_inner .download__item {
    width: 16.66%;
  }
}
.explore__header {
  margin-bottom: 33px;
}
.explore__title {
  margin-bottom: 23px;
}
.explore__figure {
  overflow: hidden;
  position: relative;
  padding-left: 8px;
  padding-right: 8px;
}
.explore__bg {
  position: relative;
  padding-bottom: 39.7482%;
  text-decoration: none;
  color: rgba(84, 84, 79, 0.7);
  display: block;
}
.explore__bg-img {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover";
}

/* itg css */

.custom_sample_order_btn_wr .sample_order_btn.btn {
    width: 100%;
    border: 2px solid;
}
@media only screen and (min-width: 576px) {
  .explore__header {
    padding-left: 30%;
    margin-bottom: 42px;
  }
  .explore__figure {
    padding-left: 22%;
  }
}
#shopify-section-footer {
  color: #fff;
}
  [data-shopify-buttoncontainer] {
  justify-content: flex-end;
}




/* itg css */
.product-layout__side .swiper-button-disabled {
  pointer-events: all;
}
.product-layout__side .swiper-button-disabled .slider__arrow-wrap {
    opacity: 1 !important;
}