
.error__message[data-v-d5ea9138] {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  text-align: center;

  padding: 50px;
  height: 100px;

  background-color: #e8ebe4;
  color: red;
}
@media screen and (max-width: 479px) {
.error__message[data-v-d5ea9138] {
    height: 150px;
}
}
.error__text[data-v-d5ea9138] {
  font-size: 28px;
  line-height: 32px;
}
@media screen and (max-width: 1023px) {
.error__text[data-v-d5ea9138] {
    font-size: 24px;
}
}
.error__link[data-v-d5ea9138] {
  margin-top: 50px;
  color: #ff9e00;
  font-size: 28px;
  line-height: 32px;
  -webkit-text-decoration: underline;
  text-decoration: underline;

  font-weight: 900;
  text-align: center;
}
@media screen and (max-width: 1023px) {
.error__link[data-v-d5ea9138] {
    font-size: 24px;
}
}


.nuxt-progress {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  height: 2px;
  width: 0%;
  opacity: 1;
  transition: width 0.1s, opacity 0.4s;
  background-color: #ff9e00;
  z-index: 999999;
}
.nuxt-progress.nuxt-progress-notransition {
  transition: none;
}
.nuxt-progress-failed {
  background-color: red;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
    line-height: 1.15; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
  }

/* Sections
     ========================================================================== */

/**
   * Remove the margin in all browsers.
   */

body {
    margin: 0;
  }

/**
   * Render the `main` element consistently in IE.
   */

main {
    display: block;
  }

/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */

h1 {
    /* font-size: 2em; */
    margin: 0.67em 0;
  }

/* Grouping content
     ========================================================================== */

/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */

hr {
    box-sizing: content-box; /* 1 */
    height: 0; /* 1 */
    overflow: visible; /* 2 */
  }

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */

pre {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
  }

/* Text-level semantics
     ========================================================================== */

/**
   * Remove the gray background on active links in IE 10.
   */

a {
    background-color: transparent;
  }

/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */

abbr[title] {
    border-bottom: none; /* 1 */
    -webkit-text-decoration: underline;
    text-decoration: underline; /* 2 */
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
            text-decoration: underline dotted; /* 2 */
  }

/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */

b,
  strong {
    font-weight: bolder;
  }

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */

code,
  kbd,
  samp {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
  }

/**
   * Add the correct font size in all browsers.
   */

small {
    font-size: 80%;
  }

/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */

sub,
  sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }

sub {
    bottom: -0.25em;
  }

sup {
    top: -0.5em;
  }

/* Embedded content
     ========================================================================== */

/**
   * Remove the border on images inside links in IE 10.
   */

img {
    border-style: none;
  }

/* Forms
     ========================================================================== */

/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */

button,
  input,
  optgroup,
  select,
  textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 1 */
    line-height: 1.15; /* 1 */
    margin: 0; /* 2 */
  }

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */

button,
  input { /* 1 */
    overflow: visible;
  }

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */

button,
  select { /* 1 */
    text-transform: none;
  }

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */

button,
  [type="button"],
  [type="reset"],
  [type="submit"] {
    -webkit-appearance: button;
  }

/**
   * Remove the inner border and padding in Firefox.
   */

button::-moz-focus-inner,
  [type="button"]::-moz-focus-inner,
  [type="reset"]::-moz-focus-inner,
  [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
  }

/**
   * Restore the focus styles unset by the previous rule.
   */

button:-moz-focusring,
  [type="button"]:-moz-focusring,
  [type="reset"]:-moz-focusring,
  [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
  }

/**
   * Correct the padding in Firefox.
   */

fieldset {
    padding: 0.35em 0.75em 0.625em;
  }

/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */

legend {
    box-sizing: border-box; /* 1 */
    color: inherit; /* 2 */
    display: table; /* 1 */
    max-width: 100%; /* 1 */
    padding: 0; /* 3 */
    white-space: normal; /* 1 */
  }

/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */

progress {
    vertical-align: baseline;
  }

/**
   * Remove the default vertical scrollbar in IE 10+.
   */

textarea {
    overflow: auto;
  }

/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */

[type="checkbox"],
  [type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
  }

/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */

[type="number"]::-webkit-inner-spin-button,
  [type="number"]::-webkit-outer-spin-button {
    height: auto;
  }

/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */

[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    outline-offset: -2px; /* 2 */
  }

/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
  }

/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */

::-webkit-file-upload-button {
    -webkit-appearance: button; /* 1 */
    font: inherit; /* 2 */
  }

/* Interactive
     ========================================================================== */

/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */

details {
    display: block;
  }

/*
   * Add the correct display in all browsers.
   */

summary {
    display: list-item;
  }

/* Misc
     ========================================================================== */

/**
   * Add the correct display in IE 10+.
   */

template {
    display: none;
  }

/**
   * Add the correct display in IE 10.
   */

[hidden] {
    display: none;
  }
/* @font-face {
    font-family: "Helvetica";
    src: url("/assets/fonts/HelveticaNeueCyr-Medium.otf") format("opentype");
    font-style: normal;
    font-display: swap;
  } */

  /*@font-face {*/

  /*  font-family: "Gilroy";*/

  /*  src: url("/assets/fonts/Gilroy-Regular.woff") format("woff");*/

  /*  font-style: normal;*/

  /*  font-display: swap;*/

  /*}*/

  /*@font-face {*/

  /*  font-family: "Gilroy-Bold";*/

  /*  src: url("/assets/fonts/Gilroy-Bold.woff") format("woff");*/

  /*  font-style: normal;*/

  /*  font-display: swap;*/

  /*}*/

  @font-face {
  font-family: 'CeraPro-Bold';
  src: url("/assets/fonts/CeraPro-Bold/CeraPro-Bold.eot");
  src: url("/assets/fonts/CeraPro-Bold/CeraPro-Bold.eot?#iefix") format('embedded-opentype'), url("/assets/fonts/CeraPro-Bold/CeraPro-Bold.woff") format('woff'), url("/assets/fonts/CeraPro-Bold/CeraPro-Bold.ttf") format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

  @font-face {
  font-family: 'CeraPro-Medium';
  src: url("/assets/fonts/CeraPro-Medium/CeraPro-Medium.eot");
  src: url("/assets/fonts/CeraPro-Medium/CeraPro-Medium.eot?#iefix") format('embedded-opentype'), url("/assets/fonts/CeraPro-Medium/CeraPro-Medium.woff") format('woff'), url("/assets/fonts/CeraPro-Medium/CeraPro-Medium.ttf") format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

  @font-face {
  font-family: 'CeraPro-MediumItalic';
  src: url("/assets/fonts/CeraPro-MediumItalic/CeraPro-MediumItalic.eot");
  src: url("/assets/fonts/CeraPro-MediumItalic/CeraPro-MediumItalic.eot?#iefix") format('embedded-opentype'), url("/assets/fonts/CeraPro-MediumItalic/CeraPro-MediumItalic.woff") format('woff'), url("/assets/fonts/CeraPro-MediumItalic/CeraPro-MediumItalic.ttf") format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

  @font-face {
  font-family: 'CeraPro-Regular';
  src: url("/assets/fonts/CeraPro-Regular/CeraPro-Regular.eot");
  src: url("/assets/fonts/CeraPro-Regular/CeraPro-Regular.eot?#iefix") format('embedded-opentype'), url("/assets/fonts/CeraPro-Regular/CeraPro-Regular.woff") format('woff'), url("/assets/fonts/CeraPro-Regular/CeraPro-Regular.ttf") format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}


.button span[data-v-1a9bb128] {
  min-width: 100px;
  text-align: center;
}
#header__logo[data-v-1a9bb128] {
  width: 80px;
  height: 70px;
  margin-right: 25px;
}


#mobileLogo[data-v-603eefba] {
  width: 55px;
  height: 50px;
}
#menu-desktop[data-v-603eefba] {
  display: block;
}
#menu-tablet[data-v-603eefba] {
  display: none;
  color: #ca7100;
}
@media screen and (min-width: 993px) {
.control-burger[data-v-603eefba] {
    display: none;
}
.mobile-menu[data-v-603eefba] {
    display: none;
}
}
@media screen and (min-width: 576px) and (max-width: 992px) {
.mobile-menu.active[data-v-603eefba] {
    top: 160px;
}
#menu-tablet[data-v-603eefba] {
    display: block;
}
#menu-desktop[data-v-603eefba] {
    display: none;
}
.control-account[data-v-603eefba] {
    margin-left: 100px;
}
}
.mobile-menu[data-v-603eefba] {
  margin: 0;
  position: absolute;
  left: -300px;
  top: 90px;
  width: 300px;
  height: calc(100vh - 90px);
  z-index: 20;
  background: #fff;
  padding-top: 20px;
  box-sizing: border-box;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateX(-100%);
  transition: all 0.35s linear;
}
.mobile-menu.active[data-v-603eefba] {
  left: 0;
  opacity: 1;
  visibility: visible;
  z-index: 20;
  pointer-events: all;
  transform: translateX(0);
}
.mobile-menu li[data-v-603eefba] {
  width: 100%;
}
.mobile-menu a[data-v-603eefba] {
  width: 100%;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding-left: 20px;
  height: 50px;
}
.mobile-menu ul[data-v-603eefba] {
  flex-direction: column;
  align-items: flex-start;
}
.control-account__name[data-v-603eefba] {
  margin-left: 5px;
  font-size: 16px;
  font-weight: 900;
  color: inherit;
}
.control-account__name-logged[data-v-603eefba] {
  font-size: 16px;
  font-weight: 900;
  color: #ca7100;
}
.control-account__image[data-v-603eefba] {
  width: 25px;
  height: 25px;
}



/*.page-enter-active,*/
/*.page-leave-active {*/
/*  transition: opacity 0.4s;*/
/*}*/
/*.page-enter,*/
/*.page-leave-active {*/
/*  opacity: 0;*/
/*}*/
html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
img,
strong,
center,
ul,
li,
form,
label,
table,
tbody,
thead,
tr,
th,
td,
article,
aside,
details,
footer,
header,
menu,
nav,
section {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
footer,
header,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="number"] {
  -moz-appearance: textfield;
}
input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-calendar-picker-indicator {
  display: none;
  -webkit-appearance: none;
}
input[type=date]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  display: none;
}
select::-ms-expand {
  display: none;
}
body {
  min-width: 320px;
  overflow-x: hidden;
  font-family: 'CeraPro-Regular', sans-serif;
  color: #000;
}
.content {
  width: 1300px;
  margin: 0 auto;
}
a {
  outline: none;
  -webkit-text-decoration: none;
  text-decoration: none;
  color: inherit;
}
.title {
  text-align: center;
  margin-bottom: 35px;
}
h1 {
  font-size: 52px;
  font-family: 'CeraPro-Bold', sans-serif;
  color: #000;
}
h2 {
  color: #000;
  font-size: 36px;
  font-family: 'CeraPro-Medium', sans-serif;
}
h3 {
  font-family: 'CeraPro-Medium', sans-serif;
  color: #fff;
  font-size: 30px;
}
h4 {
  font-size: 24px;
  color: #000;
  line-height: 1.3;
  font-family: 'CeraPro-Medium', sans-serif;
}
h4 span {
  -webkit-text-decoration: underline;
  text-decoration: underline;
  color: #ee9a2f;
}
p {
  color: #b6b6b6;
  font-size: 15px;
  line-height: 1.2;
}
img {
  max-width: 100%;
}
.slick-slide {
  outline: none;
}
main.moscow-main {
  overflow: hidden;
}
.slick-dots {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  bottom: 25px;
  display: flex;
  align-items: center;
  outline: none;
}
.cursor {
  cursor: pointer;
}
.slick-dots li {
  margin-right: 18px;
}
.slick-dots li:last-child {
  margin-right: 0;
}
.slick-dots li button {
  font-size: 0;
  padding: 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: none;
  transition: all 0.25s linear;
  cursor: pointer;
  outline: none;
}
.slick-dots li.slick-active button {
  background: #ca7100;
}
.mobile-element {
  display: none;
}
body.compensate-for-scrollbar {
  overflow: hidden
}
.link {
  color: #ee9a2f;
}
.account {
  padding-bottom: 70px;
}
.account .title {
  text-align: left;
  margin-bottom: 40px;
}
.account-wrapper {
  display: flex;
  justify-content: space-between;
}
.account-list {
  width: 16.5384615385%;
  border-right: 1px solid #d1d5e4;
  position: relative;
}
.account-list li {
  margin-bottom: 30px;
}
.account-list li:last-child {
  margin-right: 0;
}
.account-list li.active a {
  color: #000;
  font-family: 'CeraPro-Regular', sans-serif;
}
.account-list li a {
  font-size: 16px;
  font-family: 'CeraPro-Medium', sans-serif;
  color: black;
}
.account-form {
  width: 56.1538461538%;
  padding-left: 65px;
}
.account-form input,
.account-form select {
  width: 100%;
  border: 1px solid #d3dae7;
}
.account-form select {
  color: #97a0b3;
}
.account-form .button {
  width: 280px;
  padding: 0;
  justify-content: center;
}
.account-form .form-row {
  max-width: 600px;
  width: 100%;
  margin-bottom: 35px;
  justify-content: space-between;
}
.account-form .form-row.form-row__auto {
  justify-content: flex-start;
}
.account-form .form-row .form-group {
  width: calc(50% - 15px);
  min-width: 280px;
}
.account-form .form-row .form-group.form-group__full {
  width: 100%;
}
.account-form .form-row .form-group.form-group__full input {
  width: 100%;
}
.account-form .form-row .form-group.form-group__auto {
  width: auto;
}
.account-right {
  min-width: 250px;
  border-left: 1px solid #d1d5e4;
  padding-left: 40px;
  box-sizing: border-box;
}
.account-right p {
  font-size: 18px;
  line-height: 1.4;
  color: #60656f;
  font-family: 'CeraPro-Regular', sans-serif;
}
.any {
  background: #e3e9f5;
  height: 330px;
  position: relative;
}
.any .content {
  position: relative;
  height: 100%;
}
.any-image {
  position: absolute;
  bottom: 0;
  top: -37px;
}
.any-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 33.8461538462%;
  align-items: flex-start;
}
.any-title {
  margin-bottom: 22px;
}
.any-text {
  margin-top: 20px;
  margin-bottom: 20px;
}
.any-text p {
  font-size: 18px;
  color: #60656f;
  line-height: 1.4;
}
.any-text p span {
  color: #000;
  font-family: 'CeraPro-Bold', sans-serif;
}
.any .form-group:first-child {
  width: 290px;
  margin-right: 20px;
}
.banner {
  margin-top: 30px;
  margin-bottom: 50px;
}
.banner-slider {
  position: relative;
}
.banner-slide {
  height: 363px;
  position: relative;
}
.breadcrumbs {
  padding-top: 30px;
}
.breadcrumbs ul {
  display: flex;
  align-items: center;
}
.breadcrumbs ul li {
  margin-right: 20px;
  position: relative;
}
.breadcrumbs ul li::after {
  content: '-';
  position: absolute;
  right: -11px;
  top: 50%;
  transform: translateY(-50%);
}
.breadcrumbs ul li:last-child::after {
  content: none;
}
.breadcrumbs ul li a {
  font-size: 14px;
  color: #737681;
  font-family: 'CeraPro-Medium', sans-serif;
}
.button {
  display: inline-flex;
  align-items: center;
  border: 1px solid #c9c9cf;
  border-radius: 4px;
  height: 36px;
  outline: none;
  padding-left: 15px;
  transition: all 0.25s linear;
  padding-right: 15px;
  box-sizing: border-box;
  cursor: pointer;
}
.button:hover {
  background: #c9c9cf;
}
.button:hover span {
  color: #000;
}
.button span {
  font-size: 12px;
  font-family: 'CeraPro-Medium', sans-serif;
  color: #000;
  transition: all 0.25s linear;
  text-transform: uppercase;
}
.button.button-arrow {
  width: 180px;
  height: 46px;
  background: #ee9a2f;
  border-radius: 4px;
  padding-left: 20px;
  padding-right: 60px;
  border-color: #ee9a2f;
  position: relative;
}
.button.button-arrow::after {
  content: '';
  position: absolute;
  right: 13px;
  top: 50%;
  width: 16px;
  height: 16px;
  margin-top: -8px;
  background: url("/assets/img/button/rigth.svg") no-repeat center/contain;
}
.button.button-arrow span {
  font-size: 16px;
  font-family: 'CeraPro-Bold', sans-serif;
  color: #fff;
}
.button.button-fill {
  background: #ee9a2f;
  border: 1px solid #ee9a2f;
}
.button.button-fill:hover {
  background: #ca7100;
  border-color: #ca7100;
}
.button.button-fill span {
  font-size: 16px;
  text-transform: uppercase;
  font-family: 'CeraPro-Medium', sans-serif;
  color: #fff;
}
.button.button-checkout {
  padding-right: 60px;
  padding-left: 80px;
  background: #ee9a2f;
  border: 1px solid #ee9a2f;
  position: relative;
}
.button.button-checkout:active {
  border-color: limegreen;
  background-color: limegreen;
}
.button.button-checkout::before {
  content: '';
  position: absolute;
  left: 14px;
  width: 23px;
  height: 23px;
  background: url("/assets/img/button/basket.svg") no-repeat center/contain;
  top: 50%;
  margin-top: -11.5px;
}
.button.button-checkout span {
  color: #fff;
  font-size: 14px;
  font-family: 'CeraPro-Bold', sans-serif;
}
.button.button-gray {
  background: #e9eaf2;
  border: none;
}
.button.button-gray span {
  font-size: 16px;
  font-family: 'CeraPro-Medium', sans-serif;
  color: #777885;
  text-transform: none;
}
.button.button-blank {
  padding-left: 75px;
  padding-right: 45px;
  background: #ee9a2f;
  border: 1px solid #ee9a2f;
  color: #fff;
  position: relative;
}
.button.button-blank::before {
  content: '';
  position: absolute;
  width: 16px;
  height: 16px;
  top: 50%;
  margin-left: -30px;
  margin-top: -8px;
  background: url("/assets/img/button/save.svg") no-repeat center/contain;
}
.button.button-blank span {
  color: #fff;
  font-size: 17px;
  font-family: 'CeraPro-Regular', sans-serif;
  text-transform: none;
}
.card {
  padding-bottom: 100px;
}
.card-wrapper {
  padding-top: 60px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.card-photo {
  width: 64.6153846154%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.card-article {
  display: block;
  color: #909090;
  font-size: 14px;
  font-family: 'CeraPro-Medium', sans-serif;
  margin-bottom: 8px;
}
.card-name {
  margin-bottom: 15px;
}
.card-name h3 {
  color: #000;
}
.card-price {
  display: flex;
  align-items: center;
  margin-bottom: 35px;
}
.card-price h3 {
  display: block;
  color: #000;
}
.card-choose__name {
  font-size: 14px;
  color: #90919a;
  font-family: 'CeraPro-Medium', sans-serif;
  letter-spacing: 0.21px;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.card-choose__list ul {
  display: flex;
  align-items: center;
}
.card-choose__list ul li {
  margin-right: 10px;
  width: 36px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  cursor: pointer;
  position: relative;
}
.card-choose__list ul li.selected::after {
  opacity: 1;
}
.card-choose__list ul li::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 50%;
  height: 50%;
  transition: all 0.25s linear;
  opacity: 0;
  margin-left: -25%;
  margin-top: -25%;
  background: url("/assets/img/card/check.svg") no-repeat center/contain;
}
.card-choose__list ul li:last-child {
  margin-right: 0;
}
.card-description {
  margin-top: 35px;
}
.card-description > span {
  display: block;
  font-size: 14px;
  font-family: 'CeraPro-Medium', sans-serif;
  text-transform: uppercase;
  color: #90919a;
  margin-bottom: 15px;
  letter-spacing: 0.75px;
}
.card-description > p {
  color: #626262;
  font-size: 14px;
  font-family: 'CeraPro-Medium', sans-serif;
  line-height: 1.5;
}
.card-row {
  margin-top: 40px;
  display: flex;
  align-items: center;
}
.card-row__count {
  display: flex;
  align-items: center;
  width: 130px;
  margin-right: 20px;
}
.card-row__count input {
  width: calc(100% - 80px);
  padding: 0;
  color: #626262;
  font-size: 14px;
  text-align: center;
}
.card-minus,
.card-plus {
  width: 37px;
  height: 37px;
  border-radius: 4px;
  outline: none;
  display: flex;
  justify-content: center;
  cursor: pointer;
  align-items: center;
  background: #e9eaf2;
  font-size: 18px;
  font-family: 'CeraPro-Medium', sans-serif;
  color: #000;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.card-photo {
  position: relative;
}
.card-photo:hover::before {
  opacity: 0.5;
}
.card-photo:hover::after {
  opacity: 1;
}
.card-photo::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 90px;
  height: 90px;
  opacity: 0;
  transition: all 0.25s linear;
  background: #252525;
  border-radius: 50%;
  margin-left: -45px;
  margin-top: -45px;
}
.card-photo::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 24px;
  height: 24px;
  margin-top: -12px;
  opacity: 0;
  transition: all 0.25s linear;
  transition-delay: 0.2s;
  margin-left: -12px;
  background: url("/assets/img/card/plus.svg") no-repeat center/contain;
}
.card-price {
  display: flex;
  align-items: center;
}
.card-price .popular-item__sale {
  position: static;
  margin-left: 10px;
}
.cart {
  padding-bottom: 85px;
}
.cart .title {
  text-align: left;
  margin-bottom: 40px;
}
.cart-wrapper {
  max-width: 940px;
  margin: 0 auto;
}
.cart-products {
  border: 1px solid #d3dae7;
  padding: 25px 30px 0;
  box-sizing: border-box;
}
.cart-products__item {
  display: flex;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #dadeea;
}
.cart-products__item:last-child {
  border-bottom: none;
}
.cart-products__left {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 55.6818181818%;
}
.cart-products__right {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 44.3181818%;
}
.cart-products__photo {
  width: 70px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cart-products__name {
  width: calc(100% - 80px);
  font-size: 15px;
  font-family: 'CeraPro-Regular', sans-serif;
  position: relative;
  transition: all 0.25s linear;
}
.cart-products__name:hover {
  color: #ee9a2f;
}
.cart-products__price {
  color: #000;
  font-size: 18px;
  font-family: 'CeraPro-Medium', sans-serif;
}
.cart-products__remove {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 12px;
  cursor: pointer;
  height: 12px;
}
.cart-products__change {
  display: flex;
  align-items: center;
  width: 125px;
}
.cart-products__change input {
  padding: 0;
  width: 56px;
  text-align: center;
  font-size: 14px;
}
.cart-products__title {
  display: flex;
  margin-bottom: 20px;
  align-items: center;
}
.cart-products__title span {
  display: block;
}
.cart-products__title span:first-child {
  font-size: 14px;
  color: #000;
  text-transform: uppercase;
  font-family: 'CeraPro-Medium', sans-serif;
  margin-right: 10px;
}
.cart-products__title span:nth-child(2) {
  color: #949494;
  font-size: 15px;
  font-family: 'CeraPro-Regular', sans-serif;
}
.cart-total {
  height: 70px;
  width: 100%;
  background: #f4f5f8;
  padding-right: 30px;
  display: flex;
  margin-bottom: 30px;
  box-sizing: border-box;
  align-items: center;
  justify-content: flex-end;
}
.cart-total span {
  display: block;
  font-size: 24px;
  font-family: 'CeraPro-Medium', sans-serif;
}
.cart-total span:last-child {
  margin-left: 5px;
}
.cart-checkout {
  border: 1px solid #d3dae7;
  padding: 25px 30px;
  box-sizing: border-box;
}
.cart-checkout input,
.cart-checkout select {
  width: 100%;
  border: 1px solid #d3dae7;
}
.cart-checkout select {
  color: #97a0b3;
}
.cart-checkout__title {
  font-size: 14px;
  color: #000;
  text-transform: uppercase;
  font-family: 'CeraPro-Medium', sans-serif;
  margin-bottom: 30px;
}
.cart-checkout__form button.button {
  width: 100%;
  padding: 0;
  justify-content: center;
}
.cart-checkout__form button.button span {
  font-size: 16px;
  font-family: 'CeraPro-Bold', sans-serif;
}
.cart-checkout__form .form-row {
  max-width: 600px;
  width: 100%;
  margin-bottom: 35px;
  justify-content: space-between;
}
.cart-checkout__form .form-row.form-row__auto {
  justify-content: flex-start;
}
.cart-checkout__form .form-row .form-group {
  width: calc(50% - 15px);
}
.cart-checkout__form .form-row .form-group.form-group__full {
  width: 100%;
}
.cart-checkout__form .form-row .form-group.form-group__full input {
  width: 100%;
}
.cart-checkout__form .form-row .form-group.form-group__auto {
  width: auto;
}
.catalog {
  padding-bottom: 60px;
}
.catalog-wrapper {
  padding-top: 60px;
  display: flex;
  justify-content: space-between;
}
.catalog-main {
  width: 78.8461538462%;
}
.catalog-items {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.catalog-items .popular-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 25%;
  margin: 0 10px 35px;
}
.catalog-items .popular-item .button.button-checkout {
  padding-left: 50px;
  padding-right: 20px;
}
.catalog-items .popular-item .button.button-checkout:active {
  border-color: #ee9a2f;
  background-color: #ee9a2f;
}
.catalog-filter {
  background: #f3f4f7;
  width: 270px;
  box-sizing: border-box;
}
.catalog-filter__text {
  font-size: 20px;
  line-height: 24px;
  padding-left: 20px;
}
.catalog-filter > span {
  display: block;
  font-size: 15px;
  color: #b9babf;
  font-family: 'CeraPro-Regular', sans-serif;
}
.catalog-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.catalog-top span {
  font-size: 15px;
  color: #000;
  font-family: 'CeraPro-Regular', sans-serif;
}
.catalog-counter,
.catalog-sort {
  display: flex;
  align-items: center;
}
.catalog-counter ul,
.catalog-sort ul {
  display: flex;
  align-items: center;
  margin-left: 10px;
}
.catalog-counter ul li,
.catalog-sort ul li {
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  align-items: center;
  height: 27px;
  font-size: 15px;
  justify-content: center;
  font-family: 'CeraPro-Regular', sans-serif;
  color: #ee9a2f;
  cursor: pointer;
}
.catalog-counter ul li.active,
.catalog-sort ul li.active {
  background: #ededef;
  color: #858589;
  font-family: 'CeraPro-Regular', sans-serif;
}
.catalog-info {
  margin-top: 40px;
}
.catalog-info h2 {
  margin-bottom: 35px;
  font-family: 'CeraPro-Regular', sans-serif;
}
.catalog-info p {
  margin-bottom: 20px;
  color: #5b5b5b;
  font-size: 16px;
  line-height: 1.4;
  font-family: 'CeraPro-Regular', sans-serif;
}
.catalog-info p:last-child {
  margin-bottom: 0;
}
.catalog-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 45px;
  border-top: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
}
.catalog-pagination > a {
  font-size: 15px;
  font-family: 'CeraPro-Regular', sans-serif;
  color: #000;
  cursor: pointer;
}
.catalog-pagination li {
  cursor: pointer;
}
.catalog-pagination ul {
  margin: 0 35px;
  display: flex;
  align-items: center;
}
.catalog-pagination ul li.active a {
  color: #000;
  background: #ededef;
}
.catalog-pagination ul a {
  width: 25px;
  height: 25px;
  font-size: 15px;
  display: flex;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  font-family: 'CeraPro-Regular', sans-serif;
  color: #ee9a2f;
}
.category {
  margin-bottom: 55px;
}
.category-wrapper {
  display: flex;
  justify-content: space-between;
}
.category-left {
  width: 61.5384615%;
}
.category-right {
  width: 37.6923076923%;
}
.category-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.category-item {
  position: relative;
  border-radius: 5px;
  display: flex;
  overflow: hidden;
  cursor: pointer;
}
.category-item__photo {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.category-item__photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.category-item__content {
  position: absolute;
  bottom: 40px;
  width: calc(100% - 100px);
  left: 50px;
  z-index: 4;
}
.category-item__content p {
  margin-top: 10px;
}
.category-item__content h3 {
  border-bottom: 1px solid #ce7d26;
  display: inline-flex;
  padding-bottom: 5px;
  transition: all 0.25s linear;
}
.category-left .category-item {
  width: calc(50% - 5px);
  height: 205px;
}
.category-left .category-item:last-child {
  width: 100%;
  height: 445px;
  margin-top: 10px;
}
.category-right .category-item {
  width: 100%;
  height: 445px;
  margin-bottom: 10px;
}
.category-right .category-item:last-child {
  height: 205px;
}
.category-item {
  transition: all 0.25s linear;
}
.category-item:hover {
  transform: translateY(-10px);
}
.category-item:hover .category-item__content h3 {
  color: #ee9a2f;
}
.contacts {
  padding-bottom: 100px;
}
.contacts .title {
  margin-top: 20px;
  text-align: left;
  margin-bottom: 0;
}
.contacts-wrapper {
  margin-top: 63px;
  display: flex;
  justify-content: space-between;
}
.contacts-left {
  width: 38.4615384615%;
}
.contacts-right {
  width: 61.5384615385%;
}
.contacts-schema {
  border-radius: 10px;
}
.contacts-maped {
  width: 100%;
  height: 500px;
  position: relative;
  pointer-events: none;
}
.map_scroll_on {
  pointer-events: all;
}
.contacts-maped #maped {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.contacts-point {
  display: flex;
  justify-content: space-between;
  margin-bottom: 45px;
}
.contacts-point:last-child {
  margin-bottom: 0;
}
.contacts-point__icon {
  width: 35px;
  height: 35px;
  display: flex;
  background: #f3f3f6;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.contacts-point__icon_clock {
  max-width: 50% !important;
}
.contacts-point__icon img {
  max-width: 40%;
}
.contacts-point__list {
  width: calc(100% - 50px);
}
.contacts-point__time {
  display: flex;
  align-items: center;
}
.contacts-point__list address {
  font-size: 18px;
  line-height: 1.3;
  position: relative;
  top: -4px;
}
.contacts-point__list a {
  font-size: 24px;
  font-family: 'CeraPro-Regular', sans-serif;
  color: #000;
}
.contacts-point__list li {
  margin-bottom: 10px;
}
.contacts-point__list li:last-child {
  margin-bottom: 0;
}
.contacts-point__list li:last-child a {
  color: #ee9a2f;
  font-size: 18px;
}
.contacts-left > strong {
  display: block;
  font-size: 16px;
  font-family: 'CeraPro-Medium', sans-serif;
  color: #353535;
  margin-bottom: 28px;
}
.contacts-left > p {
  color: #60656f;
  font-size: 16px;
  line-height: 1.4;
  padding-right: 50px;
  box-sizing: border-box;
}
.control-wrapper {
  display: flex;
  justify-content: space-between;
  height: 56px;
  border-top: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
}
.control-catalog {
  display: flex;
  align-items: center;
}
.control-catalog__name {
  display: flex;
  align-items: center;
}
.control-catalog__name > span {
  display: block;
  margin-left: 16px;
  font-family: 'CeraPro-Medium', sans-serif;
}
.control-account {
  display: flex;
  justify-content: space-around;
  align-items: center;
  border-left: 1px solid #d8d8d8;
  box-sizing: border-box;
}
.control-menu {
  width: 70%;
  display: flex;
  align-items: center;
}
nav.menu {
  width: 100%;
  margin: 0 40px;
}
nav.menu ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
nav.menu ul a {
  font-size: 16px;
  font-family: 'CeraPro-Medium', sans-serif;
  transition: all 0.25s linear;
}
nav.menu ul a:hover {
  color: #ca7100;
}
.menu-active {
  color: #ca7100;
}
.orange-colored {
  color: #ca7100;
}
.orange-colored {
  color: #ca7100;
}
.hamburger {
  padding: 0;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  outline: none;
  overflow: visible;
}
.hamburger:hover {
  opacity: 1;
}
.hamburger.is-active:hover {
  opacity: 1;
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #000;
}
.hamburger-box {
  width: 30px;
  height: 24px;
  display: inline-block;
  position: relative;
}
.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}
.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  width: 30px;
  height: 3px;
  background-color: #000;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger-inner::before,
.hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -10px;
}
.hamburger-inner::after {
  bottom: -10px;
}
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse .hamburger-inner::after {
  top: -20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}
.hamburger--collapse .hamburger-inner::before {
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--collapse.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}
.hamburger--collapse.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-90deg);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.control-account {
  width: 190px;
  border-right: 1px solid #d8d8d8;
}
.control-right {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px;
}
.control-user {
  margin-right: 40px;
}
.control-user,
.control-basket {
  display: flex;
  align-items: center;
  justify-content: center;
}
.control-user img,
.control-basket img {
  width: 20px;
}
.control-basket {
  position: relative;
}
.control-basket__number {
  position: absolute;
  width: 14px;
  height: 14px;
  background: #e92525;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 12px;
  border-radius: 50%;
  position: absolute;
  left: 15px;
  top: -5px;
}
.control-basket span {
  margin-left: 10px;
  color: #353535;
  font-size: 16px;
  font-family: 'CeraPro-Medium', sans-serif;
  white-space: nowrap;
}
.cooperation {
  position: relative;
  height: 382px;
}
.cooperation-bg {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
.cooperation-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.cooperation .content {
  position: relative;
  z-index: 3;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cooperation .content .title h2 {
  color: #fff;
  border-bottom: 1px solid #ce7d26;
  padding-bottom: 5px;
}
.cooperation-paragraph {
  margin-bottom: 50px;
}
.cooperation-paragraph p {
  text-align: center;
  color: #fff;
  font-size: 18px;
  line-height: 1.33333333;
}
.cut {
  padding-bottom: 80px;
}
.making-icon {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.making-icon img {
  margin-right: 10px;
  width: 20px;
  height: 20px;
}
.making-banner.cut-banner .making-banner__content {
  padding: 40px 30px;
  box-sizing: border-box;
}
.making-banner.cut-banner .making-banner__content p {
  color: #fff;
  font-size: 18px;
  line-height: 1.3;
  display: block;
}
.making-banner.cut-banner .making-banner__content > span {
  display: block;
  font-size: 16px;
  color: #b6b7bd;
  font-family: 'CeraPro-Regular', sans-serif;
}
.making-banner.cut-banner .making-banner__content ul li {
  font-size: 18px;
  line-height: 1.3;
  color: #fff;
}
.cut-tabs {
  margin-top: 20px;
  margin-bottom: 20px;
}
.cut-tabs ul {
  display: flex;
  align-items: center;
}
.cut-item__title {
  margin-bottom: 40px;
}
.cut-item__title h2,
.cut-item__title h4 {
  font-family: 'CeraPro-Regular', sans-serif;
}
.cut-item__title h2 {
  margin-bottom: 5px;
}
.cut-points {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -45px;
}
.cut-point {
  width: 23.8461538462%;
  margin-right: 1.53846153%;
  margin-bottom: 45px;
}
.cut-point:nth-child(2n) .cut-point__photo {
  background: #e7d6c7;
}
.cut-point:nth-child(3n) .cut-point__photo {
  background: #f9e8d9;
}
.cut-point:nth-child(4n) .cut-point__photo {
  background: #b4aca0;
}
.cut-point:nth-child(4n) {
  margin-right: 0;
}
.cut-point__photo {
  width: 100%;
  height: 168px;
  margin-bottom: 20px;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fffcf7;
  cursor: pointer;
}
.cut-point__name {
  border-bottom: 1px solid #dcdde0;
  padding-bottom: 6px;
  margin-bottom: 10px;
}
.cut-point__name span {
  display: block;
}
.cut-point__name span:first-child {
  color: #000;
  font-family: 'CeraPro-Regular', sans-serif;
  font-size: 18px;
  margin-bottom: 10px;
}
.cut-point__name span:last-child {
  display: block;
  color: #7e7e7e;
  font-size: 14px;
  font-family: 'CeraPro-Regular', sans-serif;
}
.cut-point__list li {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}
.cut-point__list li span {
  font-size: 18px;
  color: #000;
}
.cut-point__list li span:first-child {
  min-width: 73px;
}
.cut-point__list li span:nth-child(2) {
  font-family: 'CeraPro-Medium', sans-serif;
}
.cut-point__list li span:nth-child(2) i {
  color: #7b7b7b;
}
.cut-point__button {
  width: 100%;
  margin-top: 15px;
}
.cut-point__button .button {
  width: 100%;
  height: 40px;
  justify-content: center;
}
.cut-point__button .button span {
  color: #a9a9a9;
  font-family: 'CeraPro-Bold', sans-serif;
}
.cut-point__button .button:hover {
  background: #ee9a2f;
  border: 1px solid #ee9a2f;
}
.cut-point__button .button:hover span {
  color: #fff;
}
.cut-tabs {
  margin-top: 40px;
}
.cut-tabs ul {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #838386;
}
.cut-tabs ul li {
  margin-right: 40px;
  height: 45px;
  font-size: 24px;
  transition: all 0.25s linear;
  cursor: pointer;
}
.cut-tabs ul li:last-child {
  margin-right: 0;
}
.cut-tabs li {
  position: relative;
}
.cut-tabs li::after {
  content: '';
  position: absolute;
  bottom: -1px;
  opacity: 0;
  transition: all 0.25s linear;
  left: 0;
  width: 100%;
  height: 3px;
  background: #ee9a2f;
}
.cut-tabs li.active {
  color: #ee9a2f;
}
.cut-tabs li.active::after {
  opacity: 1;
}
.cut-item__button {
  margin-bottom: 20px;
}
.cut-wrapper {
  position: relative;
}
.cut-item {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  visibility: hidden;
  pointer-events: none;
  opacity: 0;
  transform: translateX(-10px);
}
.cut-item.active {
  position: relative;
  z-index: 4;
  visibility: visible;
  opacity: 1;
  pointer-events: all;
  transition: all 0.25s linear;
  transform: translateX(0px);
}
.design {
  padding-bottom: 70px;
}
.making-paragraphs {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  position: relative;
  margin-bottom: 70px;
}
.making-paragraphs::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  width: 1px;
  height: 100%;
  background: #d1d5e4;
}
.making-paragraphs p {
  width: calc(50% - 70px);
  font-size: 18px;
  line-height: 1.46;
  color: #60656f;
}
.making-check__subtitle span {
  /*max-width: 890px;*/
  display: block;
  margin-top: 20px;
  color: #60656f;
  font-size: 18px;
  line-height: 1.4;
}
.design-slide__wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -20px;
}
.design-slide__item {
  width: 32%;
  margin-bottom: 20px;
  margin-right: 2%;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.7s linear;
}
.design-slide__item:hover {
  transform: translateY(-10px);
  opacity: 0.7;
}
.design-slide__item:nth-child(3n) {
  margin-right: 0;
}
.design-slider {
  position: relative;
}
.slick-next,
.slick-prev {
  position: absolute;
  top: 50%;
  font-size: 0;
  border: none;
  cursor: pointer;
  width: 48px;
  height: 48px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0px 2px 46px 0px rgba(0, 0, 0, 0.16);
  margin-top: -24px;
  left: -24px;
  outline: none;
  transition: all 0.25s linear;
  z-index: 4;
}
.slick-next::after,
.slick-prev::after {
  content: '';
  position: absolute;
  width: 12px;
  height: 12px;
  top: 50%;
  left: 50%;
  transition: all 0.25s linear;
  margin-left: -6px;
  margin-top: -6px;
  background: url("/assets/img/design/next.svg") no-repeat center/contain;
}
.slick-next.slick-next,
.slick-prev.slick-next {
  left: auto;
  right: -24px;
}
.slick-next.slick-prev::after,
.slick-prev.slick-prev::after {
  transform: rotate(180deg);
}
.slick-next:active,
.slick-prev:active {
  background: #ee9a2f;
}
.design-slider {
  margin-bottom: 60px;
}
.design-slider .making-check__subtitle {
  margin-bottom: 60px;
}
.design-benefits__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.design-benefits__item {
  width: calc(50% - 75px);
  display: flex;
  justify-content: space-between;
  margin-bottom: 75px;
}
.design-benefits__icon {
  width: 85px;
  height: 85px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f4f5f8;
  border-radius: 6px;
}
.design-benefits__icon img {
  max-width: 50%;
}
.design-benefits__paragraph {
  width: calc(100% - 120px);
}
.design-benefits__paragraph p {
  font-size: 18px;
  color: #60656f;
  line-height: 1.4;
}
.design-warning {
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  align-items: center;
  background: #faf2e8;
  border-radius: 6px;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 45px;
}
.design-warning p {
  color: #60656f;
  font-size: 16px;
  font-family: 'CeraPro-Regular', sans-serif;
  line-height: 1.3;
  margin-left: 25px;
}
.footer {
  background: #232323;
  padding-top: 50px;
}
.footer-top {
  padding-bottom: 35px;
}
.footer-wrapper {
  display: flex;
  justify-content: space-between;
}
.footer-center nav.menu ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.footer-center nav.menu ul li {
  width: 50%;
  margin-bottom: 15px;
}
.footer-center nav.menu ul a {
  color: #8f8f8f;
  font-size: 16px;
  font-family: 'CeraPro-Medium', sans-serif;
  transition: all 0.25s linear;
}
.footer-center nav.menu ul a:hover {
  color: #fff;
}
.footer .header-phone a {
  font-size: 18px;
  color: #8f8f8f;
  font-family: 'CeraPro-Medium', sans-serif;
  transition: all 0.25s linear;
  white-space: nowrap;
}
.footer .header-phone a:hover {
  color: #fff;
}
.footer .header-mail a {
  font-size: 13px;
  color: #8f8f8f;
  font-family: 'CeraPro-Medium', sans-serif;
  transition: all 0.25s linear;
}
.footer .header-mail a:hover {
  color: #fff;
}
.footer .header-button {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 14px;
}
.footer .header-button .button {
  border: 1px solid #8f8f8f;
}
.footer .header-button .button span {
  color: #8f8f8f;
}
.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 60px;
  border-top: 1px solid #3c3c3e;
}
.footer-bottom span {
  font-size: 12px;
  color: #6a6a6a;
  font-family: 'CeraPro-Regular', sans-serif;
}
.footer .footer .header-contacts {
  margin-right: 0;
}
input,
textarea,
select {
  width: 100%;
  height: 44px;
  padding-left: 20px;
  box-sizing: border-box;
  border-radius: 4px;
  overflow: hidden;
  outline: none;
  border: none;
  font-size: 16px;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder {
  color: #97a0b3;
}
input:-moz-placeholder,
textarea:-moz-placeholder,
select:-moz-placeholder {
  color: #97a0b3;
}
input::-moz-placeholder,
textarea::-moz-placeholder,
select::-moz-placeholder {
  color: #97a0b3;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder,
select:-ms-input-placeholder {
  color: #97a0b3;
}
.form-row {
  display: flex;
  align-items: center;
}
.form-group button {
  height: 44px;
}
label {
  display: block;
  font-size: 16px;
  color: #353535;
  font-family: 'CeraPro-Medium', sans-serif;
  margin-bottom: 10px;
}
input[type='radio'] {
  display: none;
}
input[type='radio'] + label {
  height: 40px;
  display: flex;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 16px;
  cursor: pointer;
  font-family: 'CeraPro-Medium', sans-serif;
  transition: all 0.25s linear;
  color: #353535;
  background: #f1f3f6;
  border: 1px solid transparent;
}
input[type='radio']:checked + label {
  border: 1px solid #d3dae7;
  background: transparent;
}
.form-group {
  position: relative;
}
.form-group__error input {
  border: 1px solid #f00;
}
.form-group__error span.error-info {
  display: block;
  position: absolute;
  color: #e95050;
  font-size: 12px;
  font-family: 'CeraPro-Medium', sans-serif;
  top: calc(100% + 5px);
}
/*span.error-info {*/
/*  display: none;*/
/*}*/
.form-group__select {
  position: relative;
}
.form-group__select select {
  cursor: pointer;
  position: relative;
  background: transparent;
  z-index: 4;
}
.form-group__select::after {
  content: '';
  position: absolute;
  width: 12px;
  top: 42px;
  height: 12px;
  right: 10px;
  background: url("/assets/img/button/down.svg") no-repeat center/contain;
}
.header {
  padding-top: 15px;
  padding-bottom: 20px;
}
.header-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-left {
  display: flex;
  align-items: center;
}
.header-logo {
  margin-right: 60px;
}
.header-span span {
  display: block;
  font-size: 14px;
  line-height: 1.2;
}
.header-right {
  display: flex;
  justify-content: flex-end;
}
.header-phone {
  margin-right: 35px;
}
.header-phone:last-child {
  margin-right: 0;
}
.header-phone a {
  font-size: 18px;
  color: #000;
  font-family: 'CeraPro-Medium', sans-serif;
}
.header-phones {
  display: flex;
  justify-content: flex-end;
}
.header-contacts {
  margin-right: 28px;
  text-align: right;
}
.header-mail a {
  font-size: 13px;
  font-family: 'CeraPro-Medium', sans-serif;
  color: #ca7100;
  margin-top: 3px;
  transition: all 0.25s linear;
}
.header-mail a:hover {
  color: #ee9a2f;
}
.header-right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.logo {
  display: flex;
  justify-content: center;
  align-items: center;
}
.toped {
  height: 27px;
  background: #d1d5e4;
}
.toped .content {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.toped span {
  display: flex;
  justify-content: center;
  font-size: 14px;
  color: #6d717f;
  align-items: center;
}
.making {
  margin-top: 15px;
  padding-bottom: 45px;
}
.making-banner {
  position: relative;
  height: 280px;
}
.making-banner > img {
  width: 100%;
  border-radius: 6px;
  overflow: hidden;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.making-banner__content {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}
.making-banner__content .breadcrumbs {
  margin-left: 40px;
}
.making-banner__content .breadcrumbs a {
  color: #fff;
}
.making-banner__content .breadcrumbs li::after {
  color: #fff;
}
.making-banner__content .title {
  padding-left: 40px;
  box-sizing: border-box;
  text-align: left;
}
.making-banner__content .title h1 {
  color: #fff;
}
.making-paragraph {
  margin-top: 30px;
  margin-bottom: 50px;
}
.making-paragraph p {
  color: #60656f;
  font-size: 18px;
  font-family: 'CeraPro-Regular', sans-serif;
  margin-bottom: 20px;
  line-height: 1.3;
}
.making-paragraph p:last-child {
  margin-bottom: 0;
}
.making-check {
  padding-bottom: 90px;
}
.making-check__title {
  margin-bottom: 12px;
}
.making-check__title h2 {
  font-family: 'CeraPro-Regular', sans-serif;
}
.making-check__subtitle {
  margin-bottom: 50px;
}
.making-check__subtitle h4 {
  font-family: 'CeraPro-Regular', sans-serif;
}
.making-check__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: -60px;
}
.making-check__item {
  width: calc(50% - 75px);
  margin-bottom: 60px;
  padding-left: 90px;
  position: relative;
  box-sizing: border-box;
}
.making-check__item::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 56px;
  height: 56px;
  background: #ee9a2f;
  border-radius: 50%;
}
.making-check__item::after {
  content: '';
  position: absolute;
  width: 30px;
  height: 30px;
  left: 13px;
  top: 13px;
  background: url("/assets/img/making/check.svg") no-repeat center/contain;
}
.making-check__item p {
  font-size: 18px;
  line-height: 1.4;
  color: #60656f;
}
.making-produce {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
.produce-left {
  width: 26%;
}
.produce-wrapper {
  background: #f4f5f8;
  width: calc(50% - 10px);
  border-radius: 6px;
  padding-top: 35px;
  padding-bottom: 45px;
  box-sizing: border-box;
  padding-left: 30px;
  padding-right: 30px;
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.produce-right {
  width: 60%;
}
.produce-right h4 {
  font-family: 'CeraPro-Regular', sans-serif;
  margin-bottom: 20px;
}
.produce-legend ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #d3d7e3;
}
.produce-legend ul li {
  font-size: 14px;
  color: #000;
  font-family: 'CeraPro-Regular', sans-serif;
}
.produce-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 6px;
}
.produce-item:last-child {
  margin-bottom: 0;
}
.produce-item span {
  color: #60656f;
  font-size: 14px;
  font-family: 'CeraPro-Regular', sans-serif;
}
.produce-item span:last-child {
  font-size: 17px;
  color: #000;
  font-family: 'CeraPro-Medium', sans-serif;
}
.making-gain {
  margin-bottom: 60px;
}
.making-gain__title h2 {
  font-family: 'CeraPro-Regular', sans-serif;
  margin-bottom: 25px;
}
.making-gain__title h4 {
  margin-bottom: 35px;
  font-family: 'CeraPro-Regular', sans-serif;
}
.gain-items {
  display: flex;
  justify-content: space-between;
}
.gain-item {
  width: 33.333333%;
  padding-right: 50px;
  box-sizing: border-box;
}
.gain-item__icon {
  margin-bottom: 20px;
}
.gain-item__name span {
  display: block;
  color: #000;
  font-size: 18px;
  font-family: 'CeraPro-Regular', sans-serif;
  margin-bottom: 20px;
}
.gain-item__paragraph p {
  color: #60656f;
  font-size: 16px;
  font-family: 'CeraPro-Regular', sans-serif;
  line-height: 1.4;
}
.making-instruction {
  position: relative;
  height: 280px;
  border-radius: 6px;
  overflow: hidden;
}
.making-instruction__photo {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.making-instruction__photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.making-instruction__content {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.making-instruction__content h3,
.making-instruction__content h2 {
  color: #fff;
  font-family: 'CeraPro-Regular', sans-serif;
  margin-bottom: 15px;
}
.making-instruction__content span {
  display: block;
  text-align: center;
  font-size: 18px;
  font-family: 'CeraPro-Regular', sans-serif;
  margin-bottom: 20px;
  color: #fff;
}
.making-instruction__content p {
  color: #b6b6b6;
  font-size: 18px;
  margin-bottom: 25px;
  line-height: 1.4;
  font-family: 'CeraPro-Regular', sans-serif;
}
.making-instruction__content a {
  text-align: center;
  font-size: 24px;
  color: #fff;
  font-family: 'CeraPro-Medium', sans-serif;
}
section.making .produce-title h4 {
  color: #000;
}
.naved ul {
  width: 100%;
}
.naved ul a {
  display: flex;
  align-items: center;
  height: 40px;
  padding-left: 20px;
  box-sizing: border-box;
  font-size: 20px;
  border-bottom: 1px solid #000;
  transition: all 0.25s linear;
}
.naved ul a:hover {
  color: #ca7100;
  border-bottom: 1px solid #ca7100;
}
.popular {
  padding-bottom: 90px;
}
.popular-items {
  display: flex;
}
.popular-item {
  width: 20%;
  padding-top: 35px;
  position: relative;
}
.popular-item:hover .popular-item__name span {
  color: #ca7100;
}
.popular-item__photo {
  width: 100%;
}
.popular-item__name {
  text-align: center;
}
.popular-item__name span {
  margin-top: 5px;
  display: flex;
  align-items: center;
  transition: all 0.25s linear;
  font-size: 15px;
}
.popular-item__price {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
}
.popular-item__price span {
  color: #000;
  font-size: 18px;
  font-family: 'CeraPro-Medium', sans-serif;
}
.popular-item__price.price-sale span:first-child {
  font-size: 15px;
  color: #71727b;
  position: relative;
  margin-right: 5px;
  position: relative;
}
.popular-item__price.price-sale span:first-child::before {
  content: '';
  position: absolute;
  width: 120%;
  height: 1px;
  background: #c81313;
  left: -10%;
  bottom: 5px;
  transform: rotate(-7deg);
}
.popular-item__price.price-sale span:nth-child(2) {
  color: #c81313;
}
.popular-button {
  display: flex;
  margin-top: 15px;
  justify-content: center;
  align-items: center;
}
.popular-item {
  position: relative;
}
.popular-item__sale {
  position: absolute;
  width: 48px;
  height: 21px;
  background: url("/assets/img/popular/sale.svg") no-repeat center/contain;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  font-family: 'CeraPro-Regular', sans-serif;
  color: #fff;
}
.popular-item__photo {
  transition: all 0.25s linear;
}
.popular-item__photo:hover {
  transform: translateY(-5px);
}
.survey {
  padding-top: 70px;
  padding-bottom: 70px;
}
.survey .title span {
  display: block;
  text-align: center;
  margin-top: 20px;
  color: #9e9e9e;
  font-size: 17px;
  font-family: 'CeraPro-MediumItalic', sans-serif;
}
.survey-paragraph {
  max-width: 960px;
  margin: 0 auto;
}
.survey-paragraph p {
  margin-bottom: 25px;
  text-align: center;
  color: #5b5b5b;
  line-height: 1.4;
}
.survey-paragraph p:last-child {
  margin-bottom: 0;
}
.vacancy {
  padding-bottom: 70px;
}
.vacancy-advantages {
  margin-top: 40px;
  margin-bottom: 40px;
}
.vacancy .making-check__subtitle {
  margin-bottom: 30px;
}
.vacancy-items {
  display: flex;
  flex-wrap: wrap;
  border-radius: 5px;
  border: 1px solid #d3dae7;
}
.vacancy-item {
  width: 25%;
  height: 190px;
  padding: 25px 15px;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  border-right: 1px solid #d3dae7;
}
.vacancy-item:last-child {
  border-right: none;
}
.vacancy-item__icon {
  margin-bottom: 10px;
}
.vacancy-item__name {
  font-size: 21px;
  line-height: 1.3;
  font-family: 'CeraPro-Regular', sans-serif;
}
.vacancy-info > h2 {
  margin-bottom: 20px;
}
.vacancy-info > p {
  font-size: 18px;
  font-family: 'CeraPro-Regular', sans-serif;
  color: #60656f;
  line-height: 1.3;
}
.vacancy-info__wrapper {
  padding: 30px;
  margin-top: 30px;
  border: 3px solid #ee9a2f;
  border-radius: 6px;
}
.vacancy-info__wrapper h4 {
  margin-bottom: 30px;
}
.vacancy-info__wrapper ul {
  max-width: 905px;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.vacancy-info__wrapper ul li {
  width: 33.3333333%;
  margin-bottom: 20px;
  color: #6b6b6b;
  font-size: 18px;
  padding-left: 30px;
  position: relative;
  box-sizing: border-box;
  color: #6b6b6b;
}
.vacancy-info__wrapper ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 17px;
  height: 17px;
  background: url("/assets/img/vacancy/check.svg") no-repeat center/contain;
}
.vacancy-info__wrapper ul li:last-child {
  margin-bottom: 0;
}
.vacancy-benefits {
  margin-bottom: 70px;
  margin-top: 45px;
}
.vacancy-benefits > h2 {
  margin-bottom: 20px;
}
.vacancy-benefits > p {
  margin-bottom: 30px;
  font-size: 18px;
  color: #60656f;
  line-height: 1.3;
}
.vacancy-benefits__items {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -50px;
}
.vacancy-benefits__item {
  width: 26.9230769%;
  margin-bottom: 50px;
  margin-right: 9.61538465%;
}
.vacancy-benefits__item:nth-child(3n) {
  margin-right: 0;
}
.vacancy-benefits__icon {
  margin-bottom: 15px;
}
.vacancy-benefits__name {
  margin-bottom: 15px;
  color: #000;
  font-size: 18px;
  font-family: 'CeraPro-Regular', sans-serif;
  margin-bottom: 20px;
}
.vacancy-benefits__paragraph p {
  font-size: 18px;
  line-height: 1.3;
  color: #60656f;
  font-family: 'CeraPro-Regular', sans-serif;
}
.vacancy-conditions {
  background: #eff3fc;
  margin-bottom: 40px;
  border-radius: 6px;
  padding: 35px 70px;
  box-sizing: border-box;
}
.vacancy-conditions > p {
  font-size: 18px;
  font-family: 'CeraPro-Regular', sans-serif;
  color: #7e838f;
}
.vacancy-conditions h2 {
  font-family: 'CeraPro-Regular', sans-serif;
  margin-bottom: 15px;
}
.vacancy-conditions h4 {
  font-family: 'CeraPro-Regular', sans-serif;
  color: #7e838f;
  margin-bottom: 40px;
}
.vacancy-conditions__items {
  margin-bottom: 50px;
  display: flex;
}
.vacancy-conditions__item {
  width: 26.9230769%;
  margin-right: 9.61538465%;
}
.vacancy-conditions__item:nth-child(3n) {
  margin-right: 0;
}
.vacancy-conditions__icon {
  margin-bottom: 40px;
  width: 50px;
}
.vacancy-conditions__icon img {
  width: 100%;
}
.vacancy-conditions__text p {
  color: #000;
  font-size: 21px;
  line-height: 1.2;
}
.vacancy-juidic {
  margin-bottom: 60px;
}
.vacancy-juidic h2 {
  font-family: 'CeraPro-Regular', sans-serif;
  margin-bottom: 30px;
}
.vacancy-juidic ul li {
  padding-left: 40px;
  position: relative;
  min-height: 29px;
  color: #000;
  font-size: 21px;
  margin-bottom: 20px;
}
.vacancy-juidic ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 29px;
  height: 29px;
  border-radius: 50%;
  background: #ee9a2f;
}
.vacancy-juidic ul li::after {
  content: '';
  position: absolute;
  left: 7.5px;
  top: 7.5px;
  width: 14px;
  height: 14px;
  background: url("/assets/img/vacancy/check-vh.svg") no-repeat center/contain;
}
.vacancy-juidic ul li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1400px) {
.content {
    width: 1140px;
}
nav.menu {
    margin: 0 20px;
}
.banner-slide {
    height: 320px;
}
.produce-right {
    width: 70%;
}
.account-form {
    padding-left: 0;
}
}
@media screen and (max-width: 1200px) {
.content {
    width: 950px;
}
.banner-slide {
    height: 270px;
}
.header-logo {
    margin-right: 20px;
}
.header-phone a {
    font-size: 16px;
    white-space: nowrap;
}
.control-right {
    width: 150px;
}
.control-user {
    margin-right: 20px;
}
nav.menu {
    margin: 0 5px;
}
nav.menu ul a {
    font-size: 14px;
}
.produce-left {
    display: none;
}
.produce-right {
    width: 100%;
}
.card-photo {
    width: 50%;
}
.catalog-main {
    width: 70%;
}
.account-form {
    width: 80%;
}
.vacancy-item__name {
    font-size: 16px;
}
.vacancy-conditions {
    padding: 25px 30px;
}
.vacancy-conditions__text p {
    font-size: 16px;
}
.vacancy-juidic ul li {
    font-size: 18px;
}
.making-instuction__photo {
    height: 100%;
}
.making-instuction__photo img {
    height: 100%;
}
}
@media screen and (max-width: 992px) {
.content {
    width: calc(100% - 30px);
}
.header-span {
    display: none;
}
.logo {
    max-width: 150px;
}
.control-menu {
    display: none;
}
.banner-slide {
    height: 210px;
}
.category-item__content {
    bottom: 20px;
    left: 20px;
    width: calc(100% - 50px);
}
h3 {
    font-size: 24px;
}
section.popular .popular-item:nth-child(5) {
    display: none;
}
section.popular .popular-item {
    width: 25%;
}
.popular-item__name span {
    line-height: 1.3;
}
.cooperation-paragraph p {
    font-size: 16px;
}
.cooperation-paragraph p br {
    display: none;
}
h4 {
    font-size: 20px;
}
.any h4 br {
    display: none;
}
.any-text p {
    font-size: 14px;
}
.any-text p br {
    display: none;
}
.footer-center nav.menu ul a {
    font-size: 14px;
}
.header-phone {
    margin-right: 15px;
}
.footer .header-phone a {
    font-size: 15px;
}
.button.button-fill span {
    font-size: 14px;
}
h2 {
    font-size: 30px;
}
.survey .title span {
    margin-top: 10px;
}
.survey-paragraph p {
    margin: 20px;
}
h1 {
    font-size: 40px;
}
.making-check__item {
    width: calc(50% - 20px);
}
.produce-item span {
    font-size: 12px;
}
.making-instruction {
    height: 310px;
}
.making-instuction__photo {
    height: 100%;
}
.making-instuction__photo img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.making-instruction__content p {
    font-size: 16px;
}
.making-instruction__content p br {
    display: none;
}
.gain-item__paragraph p {
    font-size: 14px;
}
.catalog-main {
    width: calc(100% - 260px);
}
.catalog-counter {
    display: none;
}
.catalog-items .popular-item {
    width: 32%;
    margin-right: 2%;
}
.catalog-items .popular-item:nth-child(4n) {
    margin-right: 2%;
}
.catalog-items .popular-item:nth-child(3n) {
    margin-right: 0;
}
.contacts-wrapper {
    flex-wrap: wrap;
}
.contacts-left,
  .contacts-right {
    width: 100%;
}
.contacts-left {
    margin-bottom: 20px;
}
.contacts-left > strong {
    margin-bottom: 10px;
}
.contacts-point__list a {
    font-size: 20px;
}
.account-list {
    width: 25%;
}
.account-form {
    width: 70%;
}
.making-paragraphs {
    flex-wrap: wrap;
}
.making-paragraphs p {
    width: 100%;
}
.making-paragraphs::after {
    content: none;
}
.making-check__title h2 br {
    display: none;
}
.making-check {
    padding-bottom: 30px;
}
.design-benefits__item {
    width: calc(50% - 25px);
}
.cut-point {
    width: 32%;
    margin-right: 2%;
}
.cut-point:nth-child(4n) {
    margin-right: 2%;
}
.cut-point:nth-child(3n) {
    margin-right: 0;
}
}
@media screen and (max-width: 767px) {
.banner {
    display: none;
}
h3 {
    font-size: 20px;
}
.category-item__content {
    bottom: 10px;
    left: 10px;
    width: calc(100% - 20px);
}
.any-image {
    display: none;
}
.any-wrapper {
    padding-left: 0;
    width: 100%;
}
.footer-center {
    display: none;
}
.footer-bottom span {
    text-align: center;
}
h1 {
    font-size: 35px;
}
.making-banner__content .title {
    padding-left: 20px;
}
.making-paragraph p {
    font-size: 16px;
}
.making-check__item {
    width: 100%;
    margin-bottom: 30px;
}
.card-wrapper {
    flex-wrap: wrap;
}
.card-photo {
    width: auto;
}
.catalog-filter {
    align-self: center;
    width: 270px;
    margin: 0 0 30px 0;
}
.catalog-main {
    width: 100%;
}
.design-benefits__item {
    width: 100%;
    margin-bottom: 40px;
}
.vacancy-item,
  .vacancy-items {
    border: none;
}
.vacancy-items {
    flex-wrap: wrap;
}
.vacancy-item {
    width: 50%;
    padding: 0;
}
}
@media screen and (max-width: 576px) {
.toped {
    height: 34px;
    text-align: center;
}
.toped span {
    font-size: 12px;
}
.header {
    display: none;
}
.control-catalog__name > span {
    display: none;
}
.banner {
    margin-top: 0;
}
.banner .content {
    width: 100%;
}
.banner-slide {
    height: 220px;
}
.category-items {
    flex-wrap: wrap;
}
.category-left .category-item {
    width: 100%;
    margin-bottom: 20px;
    height: 160px;
}
.category-left .category-item:last-child {
    margin-top: 0;
    height: 235px;
}
.category-wrapper {
    flex-wrap: wrap;
}
.category-left,
  .category-right {
    width: 100%;
}
.category-right .category-item {
    height: 270px;
}
.category {
    margin-bottom: 0;
}
h2 {
    font-size: 24px;
}
.popular-item__sale {
    display: none;
}
section.popular .popular-items {
    justify-content: space-between;
    flex-wrap: wrap;
}
section.popular .popular-item {
    width: calc(50% - 10px);
}
.popular-item__name span {
    font-size: 14px;
}
.popular-item__price span,
  .popular-item__price.price-sale span:first-child {
    font-size: 14px;
}
.popular {
    padding-bottom: 50px;
}
.popular-item__photo {
    margin-bottom: 0;
}
.cooperation-paragraph {
    margin-bottom: 30px;
}
.cooperation {
    height: 330px;
}
.title {
    margin-bottom: 15px;
}
.survey {
    padding-top: 20px;
    padding-bottom: 20px;
}
.survey .title span {
    margin-top: 20px;
}
.survey-paragraph p {
    margin: 0;
    margin-bottom: 20px;
}
.any {
    height: auto;
    padding-top: 30px;
    padding-bottom: 30px;
}
.any-title {
    width: 100%;
}
h4 {
    font-size: 17px;
}
p {
    font-size: 14px;
}
.any {
    padding-bottom: 0;
}
.any .form-row {
    flex-wrap: wrap;
}
.any .form-row .form-group {
    width: 100%;
    margin-bottom: 10px;
    margin-right: 0;
}
.any .form-row .form-group:last-child {
    margin-bottom: 0;
}
.any .form-row .form-group input,
  .any .form-row .form-group button {
    width: 100%;
    padding: 0;
    justify-content: center;
}
.any .form-row .form-group input {
    padding-left: 15px;
}
.footer-wrapper {
    flex-wrap: wrap;
}
.footer-wrapper .logo {
    max-width: 90px;
}
.footer-left {
    width: 100%;
}
.footer-logo {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.footer {
    padding-top: 20px;
}
.footer-logo {
    margin-bottom: 25px;
}
.footer .header-phones {
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.footer .header-button {
    justify-content: center;
}
.footer .header-phone {
    margin-right: 0;
    margin-bottom: 5px;
}
.footer .footer-right {
    width: 100%;
}
.footer .header-contacts {
    width: 100%;
}
.footer .header-mail {
    text-align: center;
    margin-top: 5px;
}
.footer-bottom span {
    display: none;
}
.footer-bottom span:first-child {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.footer-top {
    padding-bottom: 20px;
}
.making-banner {
    width: calc(100% + 30px);
    position: relative;
    left: -15px;
}
.making {
    margin-top: 0;
}
.making-paragraph p {
    font-size: 14px;
}
.making-paragraph {
    margin-bottom: 30px;
}
.making-check__item {
    padding-left: 70px;
}
.making-check__item p {
    font-size: 14px;
}
.making-produce {
    width: calc(100% + 30px);
    position: relative;
    left: -15px;
}
.produce-wrapper {
    width: 100%;
    border-radius: 0;
    padding: 20px;
}
.produce-item span {
    padding-right: 15px;
    width: 33.3333333%;
    line-height: 1.3;
    box-sizing: border-box;
}
.produce-item span:last-child {
    font-size: 12px;
    white-space: nowrap;
}
.making-gain__title h2 br {
    display: none;
}
.gain-items {
    flex-wrap: wrap;
}
.gain-item {
    width: 100%;
    margin-bottom: 20px;
}
.making-instruction {
    height: 440px;
    position: relative;
    left: -15px;
    box-sizing: border-box;
    width: calc(100% + 30px);
    border-radius: 0;
}
.making-instruction__content {
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
}
.making {
    padding-bottom: 0;
}
.card-row .button.button-checkout {
    width: 160px;
    padding: 0;
    justify-content: center;
    padding-left: 30px;
    box-sizing: border-box;
}
.card-minus,
  .card-plus {
    font-size: 16px;
    width: 30px;
    height: 30px;
}
.card-row__count {
    height: 36px;
    margin-right: 0;
}
.card {
    padding-bottom: 50px;
}
.catalog-items {
    justify-content: space-between;
}
.catalog-items .popular-item {
    margin-right: 0;
    width: calc(50% - 10px);
}
.catalog-items .popular-item:nth-child(4n) {
    margin-right: 0;
}
.catalog-sort > span {
    display: none;
}
.catalog-sort ul {
    margin-left: 0;
}
.catalog .button.button-checkout span {
    font-size: 11px;
}
.catalog-pagination ul {
    margin: 0 15px;
}
.catalog-info p {
    font-size: 14px;
}
.contacts-maped {
    position: relative;
    left: -15px;
    width: calc(100% + 30px);
}
.contacts-point__list address {
    font-size: 16px;
}
.contacts-point__list address br {
    display: none;
}
.contacts-point__list a {
    font-size: 16px;
}
.contacts-point__list li:last-child a {
    font-size: 16px;
}
.contacts-left > p {
    padding-right: 0;
}
.contacts-photo {
    border-radius: 10px;
    position: relative;
    left: -15px;
    width: calc(100% + 30px);
}
.contacts {
    padding-bottom: 0;
}
.contacts-maped {
    height: 350px;
}
.cart-products {
    padding: 0;
    border: none;
}
.cart-products__item {
    flex-wrap: wrap;
    position: relative;
}
.cart-products__left,
  .cart-products__right {
    width: 100%;
}
.cart-products__right {
    padding-left: 80px;
    box-sizing: border-box;
    margin-top: -25px;
}
.cart-products__left {
    align-items: flex-start;
}
.cart-products__price {
    min-width: 57px;
}
.cart-products__remove {
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 3px;
    border: 1px solid #e9e9e9;
    box-sizing: border-box;
}
.cart-products__remove img {
    width: 12px;
}
.cart-products {
    width: calc(100% + 30px);
    position: relative;
    left: -15px;
    padding: 0 15px;
    box-sizing: border-box;
}
.cart-total {
    width: calc(100% + 30px);
    position: relative;
    left: -15px;
}
.cart-checkout {
    padding: 0;
    border: none;
}
.cart-checkout__form .form-row {
    flex-wrap: wrap;
    margin-bottom: 0;
}
.cart-checkout__form .form-row .form-group {
    width: 100%;
    margin-bottom: 25px;
}
.cart {
    padding-bottom: 20px;
}
.account-wrapper {
    flex-wrap: wrap;
}
.account-form {
    width: 100%;
}
.account-form .form-row {
    flex-wrap: wrap;
    margin-bottom: 0;
}
.account-form .form-row .form-group {
    width: 100%;
    margin-bottom: 30px;
}
.account-form .form-row .form-group.form-group__error {
    margin-bottom: 30px;
}
.account-list::after {
    content: none;
}
.account-list {
    width: 100%;
    border-right: none;
    margin-bottom: 20px;
}
.account-list li {
    margin-bottom: 15px;
}
.account .title {
    margin-bottom: 20px;
    margin-top: 10px;
}
.account {
    padding-bottom: 10px;
}
.account-right {
    width: 100%;
    padding: 30px 0;
    border-left: none;
    border-top: 1px solid #d1d5e4;
}
.making-paragraphs p {
    margin-bottom: 20px;
    font-size: 14px;
}
.making-paragraphs p:last-child {
    margin-bottom: 0;
}
.making-paragraphs {
    margin-bottom: 30px;
}
.making-check__title h2 {
    line-height: 1.3;
}
.making-check__subtitle span {
    font-size: 14px;
}
.design-slider {
    margin-bottom: 50px;
}
.design-slide__wrapper {
    justify-content: space-between;
}
.design-slide__item {
    width: calc(50% - 10px);
    margin-right: 0;
}
.design-benefits__item {
    flex-wrap: wrap;
}
.design-benefits__paragraph {
    width: 100%;
    margin-top: 15px;
}
.design-warning {
    align-items: flex-start;
}
.design {
    padding-bottom: 0;
}
.making-banner.cut-banner {
    height: 440px;
}
.making-banner.cut-banner .making-banner__content p {
    font-size: 16px;
}
.making-banner.cut-banner .making-banner__content ul li {
    font-size: 16px;
}
.cut-point {
    width: 100%;
    margin-right: 0;
}
.cut {
    padding-bottom: 20px;
}
h1 {
    font-size: 30px;
}
.making-banner__content .title {
    padding-right: 15px;
}
.making-banner__content .title h1 br {
    display: none;
}
.vacancy-item {
    height: auto;
    margin-bottom: 20px;
    width: calc(50% - 10px);
}
.vacancy-items {
    justify-content: space-between;
}
.vacancy-info__wrapper ul {
    flex-wrap: wrap;
}
.vacancy-info__wrapper ul li {
    width: 100%;
    margin-right: 0;
}
.vacancy-benefits__item {
    width: 100%;
    margin-right: 0;
}
.vacancy-conditions__item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
}
.vacancy-conditions__item:last-child {
    margin-bottom: 0;
}
.vacancy-conditions__icon {
    margin-bottom: 10px;
}
.vacancy-conditions__items {
    flex-wrap: wrap;
}
.vacancy-conditions__items:last-child {
    margin-bottom: 0;
}
.vacancy-conditions > p {
    font-size: 16px;
}
.vacancy-juidic ul li {
    font-size: 14px;
    line-height: 1.33;
}
.vacancy {
    padding-bottom: 0;
}
.vacancy .making-instruction {
    height: 300px;
}
.making-banner > img {
    border-radius: 0;
}
.mobile-element {
    display: flex;
    justify-content: center;
    align-items: center;
}
.mobile-element .logo {
    max-width: 100px;
    margin-left: 10px;
}
.control-account {
    display: none;
}
.control-basket span {
    display: none;
}
.mobile-phone img,
  .mobile-find img {
    max-height: 20px;
    -o-object-fit: contain;
    object-fit: contain;
}
.mobile-find {
    margin: 0 15px;
}
}
/*Item Page*/
.card-left {
  display: flex;
  flex-direction: column;
  width: 40%;
}
.card-right {
  width: 400px;
}
.card__image {
  width: 100%;
}
.card__wrapper {
  display: flex;
  justify-content: space-between;
  padding-top: 30px;
}
#cart-btn {
  max-width: 70%;
  background-color: #ca7100;
  border-color: #ca7100;
}
.card__qty {
  text-align: center;
  white-space: nowrap;
  max-width: 60px;
  margin: 0 10px;
}
.cart__imagenav {
  display: flex;
  justify-content: space-between;
  margin: 40px 20px 0 20px;
}
.cart__button {
  outline: none;
  position: relative;
  background-color: #fff;
  width: 50px;
  height: 50px;
  border: none;
  border-radius: 50%;
  box-shadow: 0 2px 46px 0 rgba(0, 0, 0, 0.16)
}
.cart__button:active {
  background-color: #ee9a2f;
  border-color: white;
  color: white;
}
.cart__button:active:after {
  border-color: white;
}
.cart__button-left:after {
  position: absolute;
  top: 16px;
  left: 20px;
  content: '';
  display: block;
  width: 14px;
  height: 14px;
  border-left: 2px solid gray;
  border-bottom: 2px solid gray;
  transform: rotate(45deg);
}
.cart__button-right:after {
  position: absolute;
  top: 16px;
  left: 12px;
  content: '';
  display: block;
  width: 14px;
  height: 14px;
  border-left: 2px solid gray;
  border-bottom: 2px solid gray;
  transform: rotate(225deg);
}
#cart-btn-text {
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
.card__wrapper {
    align-items: center;
    flex-direction: column;
}
.card-left {
    width: 80%;
}
.card-right {
    width: 100%;
}
.cart__imagenav {
    margin: 40px;
}
.cart__button {
    outline: none;
    position: relative;
    background-color: #fff;
    width: 30px;
    height: 30px;
    border: none;
    border-radius: 50%;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.16)
}
.cart__button-left:after {
    position: absolute;
    top: 11px;
    left: 12px;
    content: '';
    display: block;
    width: 7px;
    height: 7px;
    border-left: 1px solid gray;
    border-bottom: 1px solid gray;
    transform: rotate(45deg);
}
.cart__button-right:after {
    position: absolute;
    top: 11px;
    left: 10px;
    content: '';
    display: block;
    width: 7px;
    height: 7px;
    border-left: 1px solid gray;
    border-bottom: 1px solid gray;
    transform: rotate(225deg);
}
}
@media screen and (max-width: 576px) {
#cart-btn {
    width: 65%;
}
}
.FAGray {
  background: gray;
}
.FATerrablack {
  background: black;
}
.FAWhitesilk {
  background: #f5f5ef;
}
/*///////////////*/


