@charset "UTF-8";
/*! 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.
 */
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:wght@700&display=swap");
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
  overflow-x: hidden;
}

/**
 * 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 {
  -webkit-box-sizing: content-box;
          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 */
  text-decoration: underline;
  /* 2 */
  -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 {
  -webkit-box-sizing: border-box;
          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"] {
  -webkit-box-sizing: border-box;
          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; }

/** MINE**/
* {
  padding: 0;
  margin: 0;
  border: 0; }

*, *:before, *:after {
  -webkit-moz-box-sizing: border-box;
  -moz-moz-box-sizing: border-box;
  -ms-moz-box-sizing: border-box;
  -o-moz-box-sizing: border-box;
  moz-box-sizing: border-box; }

:focus, :active {
  outline: none; }

a:focus, a:active {
  outline: none; }

a, a:visited {
  text-decoration: none; }

a:hover {
  text-decoration: none; }

header, nav, aside, footer {
  display: block; }

html, body {
  height: 100%;
  width: 100%;
  line-height: 1;
  font-size: 14px;
  -webkit-webkit-text-size-adjust: 100%;
  -moz-webkit-text-size-adjust: 100%;
  -ms-webkit-text-size-adjust: 100%;
  -o-webkit-text-size-adjust: 100%;
  webkit-text-size-adjust: 100%; }

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

input::-ms-clear {
  display: none; }

button {
  cursor: pointer; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

ul, li {
  list-style: none; }

img {
  vertical-align: top; }

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit; }

:root {
  --color-main-light: #ffffff;
  --color-main-accent: #cf033f;
  --color-main-dark: #333;
  --color-black: #000;
  --color-active: #b27e44;
  --color-bg-secondary: #f2f2f2;
  --color-red: #eb5757;
  --color-grey: #828282;
  --color-header-socials: #cfcfcf;
  --color-header-main: #333;
  --size-h1: 30px;
  --lh-h1: 35px;
  --size-h1-small: 25px;
  --lh-h1-small: 30px;
  --size-h2: 25px;
  --lh-h2: 30px;
  --size-h3: 20px;
  --lh-h3: 25px;
  --size-text-small: 14px;
  --lh-text-small: 25px;
  --size-cover-h1: 30px;
  --lh-cover-h1: 40px;
  --size-btn: 16px;
  --lh-btn: 23px;
  --size-offer-label: 9px;
  --size-offer-h2: 35px;
  --lh-offer-h2: 45px;
  --size-offer-subtitle: 25px;
  --lh-offer-subtitle: 35px;
  --size-offer-text: 16px;
  --lh-offer-text: 25px;
  --size-cta-tab: 15px;
  --size-feature-title: 25px;
  --lh-feature-title: 30px;
  --size-feature-subtitle: 14px;
  --lh-feature-subtitle: 20px;
  --size-about-title: 30px;
  --lh-about-title: 35px;
  --size-about-text: 16px;
  --lh-about-text: 25px;
  --size-pablicity-title: 30px;
  --lh-pablicity-title: 35px;
  --size-pablicity-description: 16px;
  --lh-pablicity-description: 25px;
  --size-pablicity-date: 13px;
  --lh-pablicity-date: 30px;
  --size-footer-phone: 20px;
  --lh-footer-phone: 27px;
  --size-footer-main: 16px;
  --lh-footer-main: 22px;
  --size-footer-small: 14px;
  --lh-footer-small: 20px;
  --size-form-title: 25px;
  --lh-form-title: 30px;
  --size-from-input: 16px;
  --lh-from-input: 25px; }

.header-top {
  --color-header-main: #fff;
  --color-header-socials: #fff; }

.footer {
  --color-header-socials: #fff; }

@media screen and (min-width: 760px) {
  :root {
    --size-h1: 60px;
    --lh-h1: 65px;
    --size-h1-small: 50px;
    --lh-h1-small: 55px;
    --size-cover-h1: 60px;
    --lh-cover-h1: 70px;
    --size-btn: 25px;
    --lh-btn: 34px;
    --size-offer-label: 12px;
    --size-offer-h2: 80px;
    --lh-offer-h2: 80px;
    --size-offer-subtitle: 40px;
    --lh-offer-subtitle: 40px;
    --size-offer-text: 20px;
    --lh-offer-text: 30px;
    --size-cta-tab: 25px;
    --size-feature-title: 40px;
    --lh-feature-title: 45px;
    --size-feature-subtitle: 18px;
    --lh-feature-subtitle: 25px;
    --size-about-title: 72px;
    --lh-about-title: 80px;
    --size-about-text: 20px;
    --lh-about-text: 30px;
    --size-pablicity-title: 60px;
    --lh-pablicity-title: 80px;
    --size-pablicity-description: 20px;
    --size-pablicity-date: 14px;
    --size-form-title: 30px;
    --lh-form-title: 41px; } }

@media screen and (min-width: 1100px) {
  :root {
    --size-pablicity-title: 45px;
    --lh-pablicity-title: 80px;
    --size-pablicity-description: 20px;
    --size-pablicity-date: 14px; } }

.btn {
  display: inline-block;
  border: none;
  text-transform: uppercase;
  font-weight: 800;
  font-family: "Open Sans", sans-serif; }
  @media only screen and (max-width: 759px) {
    .btn {
      font-size: calc(
 16px + 4 *
 ((100vw - 320px) / 439));
      line-height: calc(
 23px + 4 * ((100vw - 320px) / 439)); } }
  @media only screen and (min-width: 760px) and (max-width: 1099px) {
    .btn {
      font-size: 20px;
      line-height: 27px; } }
  @media only screen and (min-width: 1100px) and (max-width: 1439px) {
    .btn {
      font-size: calc(
 15px + 5 *
 ((100vw - 1100px) / 339));
      line-height: calc(
 20px + 5 * ((100vw - 1100px) / 339)); } }
  @media only screen and (min-width: 1440px) and (max-width: 1600px) {
    .btn {
      font-size: calc(
 20px + 2 *
 ((100vw - 1440px) / 160));
      line-height: calc(
 27px + 2 * ((100vw - 1440px) / 160)); } }
  @media only screen and (min-width: 1601px) {
    .btn {
      font-size: 22px;
      line-height: 27px; } }
  .btn-colored {
    background-color: var(--color-main-accent);
    color: var(--color-main-light); }
  .btn-transparent {
    border: 1px solid;
    border-color: rgba(255, 255, 255, 0.4);
    color: var(--color-main-light); }
  .btn-small {
    padding: 10px; }
  .btn-first {
    padding: 8px 15px 9px 15px; }
  .btn-filter {
    padding: 8px 30px 9px 30px;
    background-color: var(--color-bg-secondary);
    color: var(--color-main-accent);
    font-size: 16px;
    line-height: 23px; }
  @media only screen and (max-width: 1099px) {
    .btn-big {
      font-size: 30px;
      line-height: 41px; } }
  @media only screen and (min-width: 1100px) and (max-width: 1439px) {
    .btn-big {
      font-size: calc(
 23px + 7 *
 ((100vw - 1100px) / 339));
      line-height: calc(
 31px + 7 * ((100vw - 1100px) / 339)); } }
  @media only screen and (min-width: 1440px) and (max-width: 1600px) {
    .btn-big {
      font-size: calc(
 30px + 3 *
 ((100vw - 1440px) / 160));
      line-height: calc(
 41px + 3 * ((100vw - 1440px) / 160)); } }
  @media only screen and (min-width: 1601px) {
    .btn-big {
      font-size: 33px;
      line-height: 45px; } }

.form__section {
  margin: 0 0 30px 0; }

.form h2 {
  margin: 0 0 20px 0; }

.form__input {
  width: 100%;
  max-width: 315px; }
  .form__input:not(:last-child) {
    margin: 0 auto 15px; }
  .form__input:last-child {
    margin: 0 auto; }
  .form__input input {
    width: 100%;
    padding: 6px 15px 7px;
    color: var(--color-main-dark);
    border: 1px solid;
    border-color: #e0e0e0;
    font-weight: 400; }
    @media only screen and (max-width: 1099px) {
      .form__input input {
        font-size: 16px;
        line-height: 25px; } }
    @media only screen and (min-width: 1100px) and (max-width: 1439px) {
      .form__input input {
        font-size: calc(
 12px + 4 *
 ((100vw - 1100px) / 339));
        line-height: calc(
 19px + 4 * ((100vw - 1100px) / 339)); } }
    @media only screen and (min-width: 1440px) and (max-width: 1600px) {
      .form__input input {
        font-size: calc(
 16px + 2 *
 ((100vw - 1440px) / 160));
        line-height: calc(
 25px + 2 * ((100vw - 1440px) / 160)); } }
    @media only screen and (min-width: 1601px) {
      .form__input input {
        font-size: 18px;
        line-height: 28px; } }
    .form__input input::-webkit-input-placeholder {
      color: var(--color-main-dark); }
    .form__input input::-moz-placeholder {
      color: var(--color-main-dark); }
    .form__input input:-ms-input-placeholder {
      color: var(--color-main-dark); }
    .form__input input::-ms-input-placeholder {
      color: var(--color-main-dark); }
    .form__input input::placeholder {
      color: var(--color-main-dark); }
  .form__input.input-required {
    position: relative; }
    .form__input.input-required:after {
      position: absolute;
      content: "*";
      top: 3px;
      right: 4px;
      font-size: 20px;
      color: var(--color-main-accent); }
  .form__input.input-filled {
    position: relative; }
    .form__input.input-filled .input-filled__name {
      position: absolute;
      top: 50%;
      left: 11px;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      padding: 0 5px;
      -webkit-transition: 0.3s;
      transition: 0.3s; }
      .form__input.input-filled .input-filled__name p {
        color: #4f4f4f;
        -webkit-transition: 0.3s;
        transition: 0.3s; }
        @media only screen and (max-width: 1099px) {
          .form__input.input-filled .input-filled__name p {
            font-size: 16px;
            line-height: 25px; } }
        @media only screen and (min-width: 1100px) and (max-width: 1439px) {
          .form__input.input-filled .input-filled__name p {
            font-size: calc(
 12px + 4 *
 ((100vw - 1100px) / 339));
            line-height: calc(
 19px + 4 * ((100vw - 1100px) / 339)); } }
        @media only screen and (min-width: 1440px) and (max-width: 1600px) {
          .form__input.input-filled .input-filled__name p {
            font-size: calc(
 16px + 2 *
 ((100vw - 1440px) / 160));
            line-height: calc(
 25px + 2 * ((100vw - 1440px) / 160)); } }
        @media only screen and (min-width: 1601px) {
          .form__input.input-filled .input-filled__name p {
            font-size: 18px;
            line-height: 28px; } }
      .form__input.input-filled .input-filled__name.dirty {
        top: 0;
        background-color: var(--color-main-light); }
        @media only screen and (max-width: 1099px) {
          .form__input.input-filled .input-filled__name.dirty p {
            font-size: 11px;
            line-height: 12px; } }
        @media only screen and (min-width: 1100px) and (max-width: 1439px) {
          .form__input.input-filled .input-filled__name.dirty p {
            font-size: calc(
 8px + 3 *
 ((100vw - 1100px) / 339));
            line-height: calc(
 9px + 3 * ((100vw - 1100px) / 339)); } }
        @media only screen and (min-width: 1440px) and (max-width: 1600px) {
          .form__input.input-filled .input-filled__name.dirty p {
            font-size: calc(
 11px + 1 *
 ((100vw - 1440px) / 160));
            line-height: calc(
 12px + 1 * ((100vw - 1440px) / 160)); } }
        @media only screen and (min-width: 1601px) {
          .form__input.input-filled .input-filled__name.dirty p {
            font-size: 12px;
            line-height: 13px; } }

.form__checkbox {
  margin: 0 auto 20px;
  max-width: 315px; }
  .form__checkbox label {
    display: grid;
    grid-template-columns: auto 4fr 1fr;
    -webkit-column-gap: 13px;
       -moz-column-gap: 13px;
            column-gap: 13px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media only screen and (max-width: 1099px) {
      .form__checkbox label span {
        font-size: 16px;
        line-height: 25px; } }
    @media only screen and (min-width: 1100px) and (max-width: 1439px) {
      .form__checkbox label span {
        font-size: calc(
 12px + 4 *
 ((100vw - 1100px) / 339));
        line-height: calc(
 19px + 4 * ((100vw - 1100px) / 339)); } }
    @media only screen and (min-width: 1440px) and (max-width: 1600px) {
      .form__checkbox label span {
        font-size: calc(
 16px + 2 *
 ((100vw - 1440px) / 160));
        line-height: calc(
 25px + 2 * ((100vw - 1440px) / 160)); } }
    @media only screen and (min-width: 1601px) {
      .form__checkbox label span {
        font-size: 18px;
        line-height: 28px; } }
  .form__checkbox-custom {
    width: 25px;
    height: 25px;
    border: 1px solid;
    border-color: var(--color-header-socials);
    position: relative; }
    .form__checkbox-custom::before {
      position: absolute;
      display: none;
      content: "";
      height: 100%;
      width: 100%;
      background: url("../static/svg-checked.svg") 50% 50% no-repeat; }
  .form__checkbox input[type="checkbox"]:checked ~ div:before {
    display: block; }
  .form__checkbox input[type="checkbox"] {
    display: none; }

.form__textarea {
  margin: 0 auto 15px;
  max-width: 650px; }
  .form__textarea textarea {
    resize: none;
    width: 100%;
    padding: 7px 15px 8px;
    color: var(--color-main-dark);
    border: 1px solid;
    border-color: var(--color-header-socials);
    height: 120px;
    font-weight: 400; }
    @media only screen and (max-width: 1099px) {
      .form__textarea textarea {
        font-size: 16px;
        line-height: 25px; } }
    @media only screen and (min-width: 1100px) and (max-width: 1439px) {
      .form__textarea textarea {
        font-size: calc(
 12px + 4 *
 ((100vw - 1100px) / 339));
        line-height: calc(
 19px + 4 * ((100vw - 1100px) / 339)); } }
    @media only screen and (min-width: 1440px) and (max-width: 1600px) {
      .form__textarea textarea {
        font-size: calc(
 16px + 2 *
 ((100vw - 1440px) / 160));
        line-height: calc(
 25px + 2 * ((100vw - 1440px) / 160)); } }
    @media only screen and (min-width: 1601px) {
      .form__textarea textarea {
        font-size: 18px;
        line-height: 28px; } }
    .form__textarea textarea::-webkit-input-placeholder {
      color: var(--color-main-dark); }
    .form__textarea textarea::-moz-placeholder {
      color: var(--color-main-dark); }
    .form__textarea textarea:-ms-input-placeholder {
      color: var(--color-main-dark); }
    .form__textarea textarea::-ms-input-placeholder {
      color: var(--color-main-dark); }
    .form__textarea textarea::placeholder {
      color: var(--color-main-dark); }

.form__radio label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 13px;
     -moz-column-gap: 13px;
          column-gap: 13px; }
  @media only screen and (max-width: 1099px) {
    .form__radio label span {
      font-size: 16px;
      line-height: 25px; } }
  @media only screen and (min-width: 1100px) and (max-width: 1439px) {
    .form__radio label span {
      font-size: calc(
 12px + 4 *
 ((100vw - 1100px) / 339));
      line-height: calc(
 19px + 4 * ((100vw - 1100px) / 339)); } }
  @media only screen and (min-width: 1440px) and (max-width: 1600px) {
    .form__radio label span {
      font-size: calc(
 16px + 2 *
 ((100vw - 1440px) / 160));
      line-height: calc(
 25px + 2 * ((100vw - 1440px) / 160)); } }
  @media only screen and (min-width: 1601px) {
    .form__radio label span {
      font-size: 18px;
      line-height: 28px; } }

.form__radio-custom {
  width: 25px;
  height: 25px;
  border: 1px solid;
  border-color: var(--color-header-socials);
  border-radius: 50%;
  position: relative; }
  .form__radio-custom::before {
    position: absolute;
    display: none;
    content: "";
    height: 13px;
    width: 13px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    border-radius: 50%;
    background: var(--color-main-accent); }

.form__radio input[type="radio"]:checked ~ div:before {
  display: block; }

.form__radio input[type="radio"] {
  display: none;
}

@media only screen and (max-width: 1099px) {
  .form__submit button {
    font-size: 30px;
    line-height: 41px; } }

@media only screen and (min-width: 1100px) and (max-width: 1439px) {
  .form__submit button {
    font-size: calc(
 23px + 7 *
 ((100vw - 1100px) / 339));
    line-height: calc(
 31px + 7 * ((100vw - 1100px) / 339)); } }

@media only screen and (min-width: 1440px) and (max-width: 1600px) {
  .form__submit button {
    font-size: calc(
 30px + 3 *
 ((100vw - 1440px) / 160));
    line-height: calc(
 41px + 3 * ((100vw - 1440px) / 160)); } }

@media only screen and (min-width: 1601px) {
  .form__submit button {
    font-size: 33px;
    line-height: 45px; } }

.select {
  cursor: pointer;
  display: inline-block;
  position: relative;
  color: var(--color-main-dark);
  border: 1px solid;
  border-color: var(--color-header-socials);
  width: 100%;
  height: 40px; }
  .select-hidden {
    visibility: hidden;
    padding-right: 10px;
    width: 100%; }
  .select-styled {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
     }
.select-styled>input{
  width: 100%;
  height: 100%;
  background: transparent;
  border: none;
  outline: none;
  padding: 0 38px 0 15px;
  position: absolute;
  left: 0;
  top: 0;
}
    @media only screen and (max-width: 1099px) {
      .select-styled {
        font-size: 16px;
        line-height: 25px; } }
    @media only screen and (min-width: 1100px) and (max-width: 1439px) {
      .select-styled {
        font-size: calc(
 12px + 4 *
 ((100vw - 1100px) / 339));
        line-height: calc(
 19px + 4 * ((100vw - 1100px) / 339)); } }
    @media only screen and (min-width: 1440px) and (max-width: 1600px) {
      .select-styled {
        font-size: calc(
 16px + 2 *
 ((100vw - 1440px) / 160));
        line-height: calc(
 25px + 2 * ((100vw - 1440px) / 160)); } }
    @media only screen and (min-width: 1601px) {
      .select-styled {
        font-size: 18px;
        line-height: 28px; } }
    .select-styled div {
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .select-styled:after {
      content: url(../static/svg-arrow-select.svg);
      position: absolute;
      right: 15px;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); }
    .select-styled:active:after, .select-styled.active:after {
      -webkit-transform: translateY(-50%) rotate(0.5turn);
              transform: translateY(-50%) rotate(0.5turn); }
  .select-options {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    z-index: 50;
    margin: 0 0;
    padding: 8px 0;
    border: 1px solid;
    background-color: #fff;
    border-color: var(--color-header-socials);
    overflow-y: auto;
    max-height: 250px;
  }
    .select-options li {
      margin: 0 0;
      padding: 2px 10px;
      width: 100%; }
      .select-options li div {
        height: 100%;
        width: 100%;
        min-height: 29px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        @media only screen and (max-width: 1099px) {
          .select-options li div {
            font-size: 16px;
            line-height: 25px; } }
        @media only screen and (min-width: 1100px) and (max-width: 1439px) {
          .select-options li div {
            font-size: calc(
 12px + 4 *
 ((100vw - 1100px) / 339));
            line-height: calc(
 19px + 4 * ((100vw - 1100px) / 339)); } }
        @media only screen and (min-width: 1440px) and (max-width: 1600px) {
          .select-options li div {
            font-size: calc(
 16px + 2 *
 ((100vw - 1440px) / 160));
            line-height: calc(
 25px + 2 * ((100vw - 1440px) / 160)); } }
        @media only screen and (min-width: 1601px) {
          .select-options li div {
            font-size: 18px;
            line-height: 28px; } }
      .select-options li:hover {
        background: var(--color-header-socials); }
  .select-color .select-styled {
    padding: 5px 50px 5px 15px; }
    .select-color .select-styled div {
      height: 100%; }

@media screen and (min-width: 760px) {
  .btn-first {
    padding: 10px 20px; } }

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Open Sans", sans-serif; }

.currency {
  font-family: "Noto Sans", sans-serif;
  font-style: normal; }

body {
  background-color: #fff;
  font-size: 14px; }

h1 {
  color: var(--color-main-dark);
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: -0.02em;
  margin: 0 0; }
  @media only screen and (max-width: 759px) {
    h1 {
      font-size: calc(
 30px + 30 *
 ((100vw - 320px) / 439));
      line-height: calc(
 30px + 30 * ((100vw - 320px) / 439)); } }
  @media only screen and (min-width: 760px) and (max-width: 1099px) {
    h1 {
      font-size: 60px;
      line-height: 60px; } }
  @media only screen and (min-width: 1100px) and (max-width: 1439px) {
    h1 {
      font-size: calc(
 46px + 14 *
 ((100vw - 1100px) / 339));
      line-height: calc(
 46px + 14 * ((100vw - 1100px) / 339)); } }
  @media only screen and (min-width: 1440px) and (max-width: 1600px) {
    h1 {
      font-size: calc(
 60px + 12 *
 ((100vw - 1440px) / 160));
      line-height: calc(
 60px + 12 * ((100vw - 1440px) / 160)); } }
  @media only screen and (min-width: 1601px) {
    h1 {
      font-size: 72px;
      line-height: 72px; } }

h2 {
  color: var(--color-main-dark);
  font-weight: 700;
  letter-spacing: -0.02em; }
  @media only screen and (max-width: 759px) {
    h2 {
      font-size: calc(
 30px + 15 *
 ((100vw - 320px) / 439));
      line-height: calc(
 35px + 15 * ((100vw - 320px) / 439)); } }
  @media only screen and (min-width: 760px) and (max-width: 1099px) {
    h2 {
      font-size: 45px;
      line-height: 50px; } }
  @media only screen and (min-width: 1100px) and (max-width: 1439px) {
    h2 {
      font-size: calc(
 34px + 11 *
 ((100vw - 1100px) / 339));
      line-height: calc(
 38px + 11 * ((100vw - 1100px) / 339)); } }
  @media only screen and (min-width: 1440px) and (max-width: 1600px) {
    h2 {
      font-size: calc(
 45px + 5 *
 ((100vw - 1440px) / 160));
      line-height: calc(
 50px + 5 * ((100vw - 1440px) / 160)); } }
  @media only screen and (min-width: 1601px) {
    h2 {
      font-size: 50px;
      line-height: 56px; } }

h3 {
  color: var(--color-main-dark);
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: -0.02em; }
  @media only screen and (max-width: 759px) {
    h3 {
      font-size: calc(
 25px + 5 *
 ((100vw - 320px) / 439));
      line-height: calc(
 30px + 5 * ((100vw - 320px) / 439)); } }
  @media only screen and (min-width: 760px) and (max-width: 1099px) {
    h3 {
      font-size: 30px;
      line-height: 40px; } }
  @media only screen and (min-width: 1100px) and (max-width: 1439px) {
    h3 {
      font-size: calc(
 23px + 7 *
 ((100vw - 1100px) / 339));
      line-height: calc(
 31px + 7 * ((100vw - 1100px) / 339)); } }
  @media only screen and (min-width: 1440px) and (max-width: 1600px) {
    h3 {
      font-size: calc(
 30px + 3 *
 ((100vw - 1440px) / 160));
      line-height: calc(
 40px + 3 * ((100vw - 1440px) / 160)); } }
  @media only screen and (min-width: 1601px) {
    h3 {
      font-size: 33px;
      line-height: 45px; } }

h4 {
  font-weight: 600;
  color: var(--color-grey); }
  @media only screen and (max-width: 759px) {
    h4 {
      font-size: calc(
 15px + 5 *
 ((100vw - 320px) / 439));
      line-height: calc(
 20px + 5 * ((100vw - 320px) / 439)); } }
  @media only screen and (min-width: 760px) and (max-width: 1099px) {
    h4 {
      font-size: 20px;
      line-height: 25px; } }
  @media only screen and (min-width: 1100px) and (max-width: 1439px) {
    h4 {
      font-size: calc(
 15px + 5 *
 ((100vw - 1100px) / 339));
      line-height: calc(
 19px + 5 * ((100vw - 1100px) / 339)); } }
  @media only screen and (min-width: 1440px) and (max-width: 1600px) {
    h4 {
      font-size: calc(
 20px + 2 *
 ((100vw - 1440px) / 160));
      line-height: calc(
 25px + 2 * ((100vw - 1440px) / 160)); } }
  @media only screen and (min-width: 1601px) {
    h4 {
      font-size: 22px;
      line-height: 28px; } }

.media-block {
  position: absolute;
  top: -48px;
  right: 0;
  width: 75%;
  padding-bottom: clamp(160px, 250px, 17%);
  -webkit-clip-path: polygon(-1px -1px, 60% 10%, 100% 5%, 100% 100%, 0 100%);
          clip-path: polygon(-1px -1px, 60% 10%, 100% 5%, 100% 100%, 0 100%);
  z-index: -1;
  overflow: hidden; }
  .media-block-image {
    position: absolute;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position-x: 50%;
    background-position-y: 50%; }
  .media-block-video {
    display: none; }
    .media-block-video::before {
      position: absolute;
      content: "";
      background: -webkit-gradient(linear, left bottom, left top, from(rgba(51, 51, 51, 0.31)), to(rgba(51, 51, 51, 0.31)));
      background: linear-gradient(0deg, rgba(51, 51, 51, 0.31), rgba(51, 51, 51, 0.31));
      height: 100%;
      width: 100%; }

.hidden {
  display: none; }

.sticky {
  position: sticky !important; }

.container {
  padding: 0 20px;
  max-width: 1600px;
  /*height: 100%;*/
  margin: 0 auto; }
  .container .section__inner, .container .section__outer {
    height: 100%;
    width: 100%; }

.first-screen {
  width: 100%;
  height: 100vh;
  display: grid;
  grid-template-rows: auto 1fr;
  position: relative;
  z-index: 9999; }

.catalog {
  padding: 28px 0 86px; }
  .catalog__title {
    margin-bottom: 15px; }
  .catalog__filters {
    margin-bottom: 45px; }
    .catalog__filters-wrapper {
      display: none; }
      .catalog__filters-wrapper form select {
        width: 100%;
        padding-bottom: 17px; }
      .catalog__filters-wrapper form .actions {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        .catalog__filters-wrapper form .actions span {
          display: none;
          color: var(--color-main-accent);
          cursor: pointer; }
      .catalog__filters-wrapper form .select {
        margin: 0 0 10px; }
  .catalog__items-title {
    margin: 25px 0 50px; }
    .catalog__items-title h2 {
      color: var(--color-main-dark);
      text-transform: uppercase;
      font-weight: 800; }


.product h3 {
  text-transform: none;
  margin: 0 0 30px;
  font-weight: 600; }

.product__wrapper {
  display: grid;
  padding: 25px 0 100px; }

.product__composition {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 100%;
  position: relative; }
  .product__composition-image {
    width: 100%; }
    .product__composition-image img {
      width: 70%;
      max-width: 320px; }
  .product__composition-pattern {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 100%;
    max-width: 320px;
    z-index: -1; }
    .product__composition-pattern img {
      width: 100%; }

.product__title {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin: 10px 0 0 0; }
@media (max-width: 1099px) {
  .product__title {
    overflow: hidden;
  }

  .product__title > * {
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
  @media only screen and (max-width: 759px) {
    .product__title h1 {
      font-size: calc(
 25px + 25 *
 ((100vw - 320px) / 439));
      line-height: calc(
 25px + 25 * ((100vw - 320px) / 439)); } }
  @media only screen and (min-width: 760px) and (max-width: 1099px) {
    .product__title h1 {
      font-size: 50px;
      line-height: 50px; } }
  @media only screen and (min-width: 1100px) and (max-width: 1439px) {
    .product__title h1 {
      font-size: calc(
 38px + 12 *
 ((100vw - 1100px) / 339));
      line-height: calc(
 38px + 12 * ((100vw - 1100px) / 339)); } }
  @media only screen and (min-width: 1440px) and (max-width: 1600px) {
    .product__title h1 {
      font-size: calc(
 50px + 6 *
 ((100vw - 1440px) / 160));
      line-height: calc(
 50px + 6 * ((100vw - 1440px) / 160)); } }
  @media only screen and (min-width: 1601px) {
    .product__title h1 {
      font-size: 56px;
      line-height: 56px; } }

.product__promo {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  margin: 13px 0 0 0; }
  .product__promo-label {
    -webkit-clip-path: polygon(0 0, 100% 0, 95% 50%, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 95% 50%, 100% 100%, 0 100%);
    background-color: var(--color-red);
    display: inline-block;
    padding: 2px 13px 2px 8px;
    margin-bottom: 7px; }
    .product__promo-label span {
      color: var(--color-main-light);
      font-weight: 800; }
      @media only screen and (max-width: 1099px) {
        .product__promo-label span {
          font-size: 16px;
          line-height: 20px; } }
      @media only screen and (min-width: 1100px) and (max-width: 1439px) {
        .product__promo-label span {
          font-size: calc(
 12px + 4 *
 ((100vw - 1100px) / 339));
          line-height: calc(
 15px + 4 * ((100vw - 1100px) / 339)); } }
      @media only screen and (min-width: 1440px) and (max-width: 1600px) {
        .product__promo-label span {
          font-size: calc(
 16px + 2 *
 ((100vw - 1440px) / 160));
          line-height: calc(
 20px + 2 * ((100vw - 1440px) / 160)); } }
      @media only screen and (min-width: 1601px) {
        .product__promo-label span {
          font-size: 18px;
          line-height: 22px; } }
  .product__promo-info p {
    color: var(--color-red);
    letter-spacing: -0.02em;
    font-weight: 400; }
    @media only screen and (max-width: 1099px) {
      .product__promo-info p {
        font-size: 15px;
        line-height: 20px; } }
    @media only screen and (min-width: 1100px) and (max-width: 1439px) {
      .product__promo-info p {
        font-size: calc(
 11px + 4 *
 ((100vw - 1100px) / 339));
        line-height: calc(
 15px + 4 * ((100vw - 1100px) / 339)); } }
    @media only screen and (min-width: 1440px) and (max-width: 1600px) {
      .product__promo-info p {
        font-size: calc(
 15px + 2 *
 ((100vw - 1440px) / 160));
        line-height: calc(
 20px + 2 * ((100vw - 1440px) / 160)); } }
    @media only screen and (min-width: 1601px) {
      .product__promo-info p {
        font-size: 17px;
        line-height: 22px; } }

.product__links {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
  margin: 25px 0 0;
  padding-bottom: 10px;
  overflow: auto; }
  .product__links ul {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    white-space: nowrap; }
    .product__links ul:before {
      position: absolute;
      content: "";
      width: 100%;
      height: 1px;
      background-color: var(--color-header-socials);
      bottom: -10px; }
    .product__links ul li a {
      color: var(--color-main-dark); }
      @media only screen and (max-width: 1099px) {
        .product__links ul li a {
          font-size: 15px;
          line-height: 20px; } }
      @media only screen and (min-width: 1100px) and (max-width: 1439px) {
        .product__links ul li a {
          font-size: calc(
 11px + 4 *
 ((100vw - 1100px) / 339));
          line-height: calc(
 15px + 4 * ((100vw - 1100px) / 339)); } }
      @media only screen and (min-width: 1440px) and (max-width: 1600px) {
        .product__links ul li a {
          font-size: calc(
 15px + 2 *
 ((100vw - 1440px) / 160));
          line-height: calc(
 20px + 2 * ((100vw - 1440px) / 160)); } }
      @media only screen and (min-width: 1601px) {
        .product__links ul li a {
          font-size: 17px;
          line-height: 23px; } }
    .product__links ul li.active a {
      color: var(--color-main-accent);
      font-weight: 600; }
    .product__links ul li:not(:last-child) {
      margin: 0 25px 0 0; }

.product__sizes {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 22px 0 0 0; }
  .product__sizes h4 {
    width: 100%;
    margin-bottom: 15px; }
  .product__sizes label {
    margin-right: 10px; }
    .product__sizes label div {
      display: inline-block;
      padding: 10px 15px;
      border: 1px solid;
      border-color: var(--color-header-socials); }
      .product__sizes .button-variable-item span {
        color: var(--color-main-dark);
        font-weight: 800; }
        @media only screen and (max-width: 759px) {
          .product__sizes .button-variable-item span {
            font-size: calc(
 25px + 5 *
 ((100vw - 320px) / 439));
            line-height: calc(
 25px + 5 * ((100vw - 320px) / 439)); } }
        @media only screen and (min-width: 760px) and (max-width: 1099px) {
          .product__sizes .button-variable-item span {
            font-size: 30px;
            line-height: 30px; } }
        @media only screen and (min-width: 1100px) and (max-width: 1439px) {
          .product__sizes .button-variable-item span {
            font-size: calc(
 23px + 7 *
 ((100vw - 1100px) / 339));
            line-height: calc(
 23px + 7 * ((100vw - 1100px) / 339)); } }
        @media only screen and (min-width: 1440px) and (max-width: 1600px) {
          .product__sizes .button-variable-item span {
            font-size: calc(
 30px + 3 *
 ((100vw - 1440px) / 160));
            line-height: calc(
 30px + 3 * ((100vw - 1440px) / 160)); } }
        @media only screen and (min-width: 1601px) {
          .product__sizes .button-variable-item span {
            font-size: 33px;
            line-height: 33px; } }
    .product__sizes label input {
      display: none; }
    .product__sizes label input:checked ~ div {
      outline: 4px solid;
      outline-color: var(--color-main-accent); }

.variations__item{
  display: flex;
  flex-wrap: wrap;
}
.variations__item h4{
  width: 100%;
}
.variations__item:not(:last-child){
  margin-bottom: 25px;
}
.variations__value {
  width: 100%;
}
.variations__value.pa_czvet {
  display: flex;
  align-items: flex-end;
}
.variations__value.pa_czvet .variable-items-wrapper{
  row-gap: 10px;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  display: grid;
  grid-template-columns: repeat(4,auto);
  height: unset;
}
.variations__value.pa_czvet .variable-items-wrapper .variable-item{
  width: 40px;
  height: 40px;
  margin: 0;
  padding: 0;
}
.variations__value.pa_czvet .variable-items-wrapper .variable-item span{
  display: none;
}
.single_variation_wrap{
  display: none!important;
}
.product__sizes .product{
  width: 100%;
}

.product .onsale{
  display: none;
}

.product__colors {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
  margin: 0!important;
  position: relative; }
  .product__colors h4 {
    position: absolute;
    top: -10px;
    left: 0; }
  .product__colors-sample {
    -webkit-clip-path: polygon(0 30%, 100% 0, 100% 100%, 0 100%);
            clip-path: polygon(0 30%, 100% 0, 100% 100%, 0 100%);
    max-height: 132px;
    max-width: 260px;
    margin-right: 4%;
    width: 100%;
    position: relative;
    overflow: hidden; }
    .product__colors-sample span {
      position: absolute;
      color: var(--color-main-light);
      right: 18px;
      left: 8px;
      bottom: 11px;
      font-weight: 800;
      max-width: unset;
      text-align: right;
      text-transform: uppercase; }
      @media only screen and (max-width: 759px) {
        .product__colors-sample span {
          font-size: calc(
 25px + 5 *
 ((100vw - 320px) / 439));
          line-height: calc(
 25px + 5 * ((100vw - 320px) / 439)); }



        .product__colors-sample li > img {
          display: none;
        }
        .product__colors-sample {
          max-height: 280px;
          height: 280px;
        }
        .product__colors-sample li > video {
          display: block;
          width: 100%;
        }

      }
      @media only screen and (min-width: 760px) and (max-width: 1099px) {
        .product__colors-sample span {
          font-size: 30px;
          line-height: 30px; } }
      @media only screen and (min-width: 1100px) and (max-width: 1439px) {
        .product__colors-sample span {
          font-size: calc(
 23px + 7 *
 ((100vw - 1100px) / 339));
          line-height: calc(
 23px + 7 * ((100vw - 1100px) / 339)); } }
      @media only screen and (min-width: 1440px) and (max-width: 1600px) {
        .product__colors-sample span {
          font-size: calc(
 30px + 3 *
 ((100vw - 1440px) / 160));
          line-height: calc(
 30px + 3 * ((100vw - 1440px) / 160)); } }
      @media only screen and (min-width: 1601px) {
        .product__colors-sample span {
          font-size: 33px;
          line-height: 33px; } }
    .product__colors-sample video {
      display: none; }
    .product__colors-sample img {
      width: 100%; }
    .product__colors-sample ul li {
      display: none; }
  .product__colors-values {
    margin: 33px 0 0 0; }
    .product__colors-values ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      row-gap: 7px;
      -webkit-column-gap: 7px;
         -moz-column-gap: 7px;
              column-gap: 7px;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: start; }
      .product__colors-values ul label {
        height: 50px;
        width: 50px;
        background-color: royalblue; }
        .product__colors-values ul label .input-indicator {
          height: 100%;
          width: 100%; }
        .product__colors-values ul label input {
          display: none; }
        .product__colors-values ul label input:checked ~ .input-indicator {
          outline: 5px solid;
          outline-color: var(--color-main-accent); }

.product__order {
  -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7;
  margin: 46px 0 0 0;
  display: grid;
  grid-template-columns: auto 1fr; }
  .product__order-counter {
    height: 36px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .product__order-counter input[type="number"] {
      width: 37px;
      text-align: center;
      -moz-appearance: textfield;
      height: 100%;
      border: 1px solid;
      border-color: var(--color-header-socials);
      border-radius: 0;
      color: var(--color-main-dark);
      font-size: 20px;
      font-weight: 600; }
      .product__order-counter input[type="number"]::-webkit-inner-spin-button, .product__order-counter input[type="number"]::-webkit-outer-spin-button {
        -webkit-appearance: none;
                appearance: none; }
    .product__order-counter button {
      background-color: var(--color-header-socials);
      height: 100%;
      width: 24px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .product__order-counter button:hover {
        background-color: var(--color-main-accent); }
  .product__order-trade {
    position: relative; }
  .product__order-price {
    margin: 0 0 0 10px; }
    .product__order-price p {
      color: var(--color-main-dark);
      font-weight: 800;
      letter-spacing: -0.02em;
      text-align: right; }
      @media only screen and (max-width: 759px) {
        .product__order-price p {
          font-size: calc(
 40px + 10 *
 ((100vw - 320px) / 439));
          line-height: calc(
 40px + 10 * ((100vw - 320px) / 439)); } }
      @media only screen and (min-width: 760px) and (max-width: 1099px) {
        .product__order-price p {
          font-size: 50px;
          line-height: 50px; } }
      @media only screen and (min-width: 1100px) and (max-width: 1439px) {
        .product__order-price p {
          font-size: calc(
 38px + 12 *
 ((100vw - 1100px) / 339));
          line-height: calc(
 38px + 12 * ((100vw - 1100px) / 339)); } }
      @media only screen and (min-width: 1440px) and (max-width: 1600px) {
        .product__order-price p {
          font-size: calc(
 50px + 6 *
 ((100vw - 1440px) / 160));
          line-height: calc(
 50px + 6 * ((100vw - 1440px) / 160)); } }
      @media only screen and (min-width: 1601px) {
        .product__order-price p {
          font-size: 56px;
          line-height: 56px; } }
      .product__order-price p span {
        font-size: 25px;
        line-height: 20px; }
  .product__order-promo {
    position: absolute;
    top: -10px;
    right: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background-color: var(--color-red);
    padding: 1px 5px 3px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .product__order-promo span {
      color: var(--color-main-light);
      font-size: 9px;
      line-height: 9px;
      font-weight: 800;
      text-transform: uppercase; }
  .product__order-discount {
    position: absolute;
    top: -10px;
    right: 50px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
    .product__order-discount p {
      color: var(--color-red);
      font-size: 15px;
      font-weight: 800; }
      .product__order-discount p span {
        text-decoration: line-through; }
  .product__order-submit {
    grid-column: 1 / 3;
    width: 100%;
    margin: 16px 0 0 0; }
    .product__order-submit button {
      width: 100%; }

.product__info {
  margin: 46px 0 0 0;
  -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8; }
  .product__info p {
    color: var(--color-main-dark);
    font-weight: 300;
    margin-bottom: 10px; }
    @media only screen and (max-width: 759px) {
      .product__info p {
        font-size: calc(
 16px + 2 *
 ((100vw - 320px) / 439));
        line-height: calc(
 28px + 2 * ((100vw - 320px) / 439)); } }
    @media only screen and (min-width: 760px) and (max-width: 1099px) {
      .product__info p {
        font-size: 18px;
        line-height: 30px; } }
    @media only screen and (min-width: 1100px) and (max-width: 1439px) {
      .product__info p {
        font-size: calc(
 14px + 4 *
 ((100vw - 1100px) / 339));
        line-height: calc(
 23px + 4 * ((100vw - 1100px) / 339)); } }
    @media only screen and (min-width: 1440px) and (max-width: 1600px) {
      .product__info p {
        font-size: calc(
 18px + 0 *
 ((100vw - 1440px) / 160));
        line-height: calc(
 30px + 0 * ((100vw - 1440px) / 160)); } }
    @media only screen and (min-width: 1601px) {
      .product__info p {
        font-size: 18px;
        line-height: 33px; } }
    .product__info p b {
      font-weight: 600; }

.product__use {
  margin: 32px 0 0 0;
  -webkit-box-ordinal-group: 10;
      -ms-flex-order: 9;
          order: 9;
  overflow: hidden; }
  .product__use h4 {
    margin: 0 0 15px 0; }
  .product__use-list {
    overflow: auto; }
    .product__use-list ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      width: 600px;
      -webkit-column-gap: 5px;
         -moz-column-gap: 5px;
              column-gap: 5px;
      row-gap: 5px; }
      .product__use-list ul li {
        border: 1px solid;
        border-color: var(--color-header-socials); }
        .product__use-list ul li a {
          color: var(--color-main-dark);
          display: inline-block;
          padding: 6px 15px 8px;
          font-weight: 600;
          font-size: 15px;
          line-height: 20px;
          letter-spacing: -0.02em; }

.product__rec-of-use {
  margin: 60px 0 0 0;
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10; }
  .product__rec-of-use h4 {
    margin: 0 0 15px; }
  .product__rec-of-use p {
    color: var(--color-main-dark);
    font-weight: 300;
    margin: 0 0 30px; }
    @media only screen and (max-width: 1099px) {
      .product__rec-of-use p {
        font-size: 14px;
        line-height: 25px; } }
    @media only screen and (min-width: 1100px) and (max-width: 1439px) {
      .product__rec-of-use p {
        font-size: calc(
 11px + 3 *
 ((100vw - 1100px) / 339));
        line-height: calc(
 19px + 3 * ((100vw - 1100px) / 339)); } }
    @media only screen and (min-width: 1440px) and (max-width: 1600px) {
      .product__rec-of-use p {
        font-size: calc(
 14px + 2 *
 ((100vw - 1440px) / 160));
        line-height: calc(
 25px + 2 * ((100vw - 1440px) / 160)); } }
    @media only screen and (min-width: 1601px) {
      .product__rec-of-use p {
        font-size: 16px;
        line-height: 28px; } }

.product__media {
  -webkit-box-ordinal-group: 12;
      -ms-flex-order: 11;
          order: 11;
  margin: 40px 0 0 0; }
  .product__media h2 {
    margin-bottom: 25px; }
  .product__media-items {
    display: grid;
    grid-template-columns: 1fr 1fr;
    row-gap: 10px;
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px; }
  .product__media-item img {
    width: 100%; }
  .product__media-item a {
    display: inline-block;
    width: 100%;
    height: auto; }
  .product__media-item:first-child {
    grid-column: 1 / 3; }
  .product__media-item:not(:first-child) {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%; }

.product__orderinfo {
  display: none; }

.product__item-desktop {
  display: none; }

.signup {
  background: url(../static/singup-bg.svg) 50% 50%;
  background-size: cover; }
  .signup__wrapper {
    padding: 28px 0 100px;
    max-width: 650px;
    margin: 0 auto; }
  @media only screen and (max-width: 759px) {
    .signup h2 {
      font-size: calc(
 25px + 5 *
 ((100vw - 320px) / 439));
      line-height: calc(
 30px + 5 * ((100vw - 320px) / 439)); } }
  @media only screen and (min-width: 760px) and (max-width: 1099px) {
    .signup h2 {
      font-size: 30px;
      line-height: 40px; } }
  @media only screen and (min-width: 1100px) and (max-width: 1439px) {
    .signup h2 {
      font-size: calc(
 23px + 7 *
 ((100vw - 1100px) / 339));
      line-height: calc(
 31px + 7 * ((100vw - 1100px) / 339)); } }
  @media only screen and (min-width: 1440px) and (max-width: 1600px) {
    .signup h2 {
      font-size: calc(
 30px + 3 *
 ((100vw - 1440px) / 160));
      line-height: calc(
 40px + 3 * ((100vw - 1440px) / 160)); } }
  @media only screen and (min-width: 1601px) {
    .signup h2 {
      font-size: 33px;
      line-height: 45px; } }
  .signup__form {
    margin: 68px 0 0 0; }
    .signup__form .form__submit button {
      padding: 10px 20px; }

.login {
  background: url(../static/singup-bg.svg) 50% 50%;
  background-size: cover;
  min-height: calc(100vh - 415px); }
  .login__wrapper {
    padding: 28px 0 200px; }
  .login__title {
    margin: 0 0 27px; }

.company {
  padding: 28px 0 0 0;
  overflow: hidden; }
  .company-title {
    margin: 0 0 50px 0; }
    .company-title__header {
      margin: 0 0 32px; }
    .company-title__description p {
      color: var(--color-main-dark);
      font-weight: 400;
      letter-spacing: -0.02em; }
      @media only screen and (max-width: 759px) {
        .company-title__description p {
          font-size: calc(
 20px + 15 *
 ((100vw - 320px) / 439));
          line-height: calc(
 25px + 15 * ((100vw - 320px) / 439)); } }
      @media only screen and (min-width: 760px) and (max-width: 1099px) {
        .company-title__description p {
          font-size: 35px;
          line-height: 50px; } }
      @media only screen and (min-width: 1100px) and (max-width: 1439px) {
        .company-title__description p {
          font-size: calc(
 27px + 8 *
 ((100vw - 1100px) / 339));
          line-height: calc(
 38px + 8 * ((100vw - 1100px) / 339)); } }
      @media only screen and (min-width: 1440px) and (max-width: 1600px) {
        .company-title__description p {
          font-size: calc(
 35px + 4 *
 ((100vw - 1440px) / 160));
          line-height: calc(
 50px + 4 * ((100vw - 1440px) / 160)); } }
      @media only screen and (min-width: 1601px) {
        .company-title__description p {
          font-size: 35px;
          line-height: 56px; } }
  .company-slider {
    margin: 0 0 60px 0;
    height: 210px;
    position: relative; }
    .company-slider__wrapper {
      height: 100%; }
      .company-slider__wrapper .slick-track,
      .company-slider__wrapper .slick-list {
        height: 100%; }
      .company-slider__wrapper .slick-track {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: absolute; }
    .company-slider__item {
      height: 100%;
      width: 190px;
      position: relative; }
      .company-slider__item-img img {
        max-height: 410px;
        height: 100%; }
      .company-slider__item-text {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        /*height: 100%;*/
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        opacity: 0; }
        .company-slider__item-text h4 {
          font-weight: 300;
          font-size: 100px;
          line-height: 90px;
          letter-spacing: -0.05em;
          color: var(--color-main-dark);
          margin: 0 0 20px 0; }
        .company-slider__item-text p {
          font-weight: 300;
          color: var(--color-main-dark);
          text-align: center; }
          @media only screen and (max-width: 759px) {
            .company-slider__item-text p {
              font-size: calc(
 16px + 2 *
 ((100vw - 320px) / 439));
              line-height: calc(
 20px + 2 * ((100vw - 320px) / 439)); } }
          @media only screen and (min-width: 760px) and (max-width: 1099px) {
            .company-slider__item-text p {
              font-size: 18px;
              line-height: 25px; } }
          @media only screen and (min-width: 1100px) and (max-width: 1439px) {
            .company-slider__item-text p {
              font-size: calc(
 14px + 4 *
 ((100vw - 1100px) / 339));
              line-height: calc(
 19px + 4 * ((100vw - 1100px) / 339)); } }
          @media only screen and (min-width: 1440px) and (max-width: 1600px) {
            .company-slider__item-text p {
              font-size: calc(
 18px + 2 *
 ((100vw - 1440px) / 160));
              line-height: calc(
 25px + 2 * ((100vw - 1440px) / 160)); } }
          @media only screen and (min-width: 1601px) {
            .company-slider__item-text p {
              font-size: 20px;
              line-height: 28px; } }
      .company-slider__item.slick-center .company-slider__item {
        background-color: red; }
        .company-slider__item.slick-center .company-slider__item-img {
          -webkit-animation: image-animation 2s ease-in;
                  animation: image-animation 2s ease-in; }
        .company-slider__item.slick-center .company-slider__item-text {
          -webkit-animation: text-animation 2s ease-in;
                  animation: text-animation 2s ease-in; }

@-webkit-keyframes image-animation {
  0% {
    opacity: 1; }
  40% {
    opacity: 1; }
  53% {
    opacity: 0; }
  87% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes image-animation {
  0% {
    opacity: 1; }
  40% {
    opacity: 1; }
  53% {
    opacity: 0; }
  87% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes text-animation {
  0% {
    opacity: 0; }
  40% {
    opacity: 0; }
  53% {
    opacity: 1; }
  87% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes text-animation {
  0% {
    opacity: 0; }
  40% {
    opacity: 0; }
  53% {
    opacity: 1; }
  87% {
    opacity: 1; }
  100% {
    opacity: 0; } }
  .company-history {
    margin-bottom: 38px; }
    .company-history__text p {
      color: var(--color-main-dark);
      font-weight: 400;
      font-size: 16px;
      line-height: 25px;
      margin-bottom: 16px; }
    .company-history__button span {
      color: var(--color-main-accent);
      font-weight: 600;
      letter-spacing: -0.02em;
      position: relative;
      cursor: pointer; }
      @media only screen and (max-width: 759px) {
        .company-history__button span {
          font-size: calc(
 16px + 14 *
 ((100vw - 320px) / 439));
          line-height: calc(
 30px + 14 * ((100vw - 320px) / 439)); } }
      @media only screen and (min-width: 760px) and (max-width: 1099px) {
        .company-history__button span {
          font-size: 30px;
          line-height: 40px; } }
      @media only screen and (min-width: 1100px) and (max-width: 1439px) {
        .company-history__button span {
          font-size: calc(
 23px + 7 *
 ((100vw - 1100px) / 339));
          line-height: calc(
 31px + 7 * ((100vw - 1100px) / 339)); } }
      @media only screen and (min-width: 1440px) and (max-width: 1600px) {
        .company-history__button span {
          font-size: calc(
 30px + 3 *
 ((100vw - 1440px) / 160));
          line-height: calc(
 40px + 3 * ((100vw - 1440px) / 160)); } }
      @media only screen and (min-width: 1601px) {
        .company-history__button span {
          font-size: 33px;
          line-height: 44px; } }
      .company-history__button span:after {
        position: absolute;
        right: -20px;
        content: url(../static/svg-arrow-down.svg); }
    .company-history__button.open span:after {
      top: 7px;
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg); }
  .company-manufacture {
    padding: 50px 0 50px;
    background-color: var(--color-main-dark);
    position: relative;
    z-index: -2; }
    .company-manufacture__title {
      margin: 0 0 34px 0; }
      .company-manufacture__title h2 {
        color: var(--color-main-light);
        text-transform: uppercase;
        font-weight: 800; }
        @media only screen and (max-width: 759px) {
          .company-manufacture__title h2 {
            font-size: calc(
 30px + 30 *
 ((100vw - 320px) / 439));
            line-height: calc(
 30px + 30 * ((100vw - 320px) / 439)); } }
        @media only screen and (min-width: 760px) and (max-width: 1099px) {
          .company-manufacture__title h2 {
            font-size: 60px;
            line-height: 60px; } }
        @media only screen and (min-width: 1100px) and (max-width: 1439px) {
          .company-manufacture__title h2 {
            font-size: calc(
 46px + 14 *
 ((100vw - 1100px) / 339));
            line-height: calc(
 46px + 14 * ((100vw - 1100px) / 339)); } }
        @media only screen and (min-width: 1440px) and (max-width: 1600px) {
          .company-manufacture__title h2 {
            font-size: calc(
 60px + 12 *
 ((100vw - 1440px) / 160));
            line-height: calc(
 60px + 12 * ((100vw - 1440px) / 160)); } }
        @media only screen and (min-width: 1601px) {
          .company-manufacture__title h2 {
            font-size: 72px;
            line-height: 72px; } }
    .company-manufacture__text-big {
      margin: 0 0 35px 0; }
      .company-manufacture__text-big p {
        color: var(--color-main-light);
        font-weight: 400;
        letter-spacing: -0.02em; }
        @media only screen and (max-width: 759px) {
          .company-manufacture__text-big p {
            font-size: calc(
 20px + 15 *
 ((100vw - 320px) / 439));
            line-height: calc(
 25px + 15 * ((100vw - 320px) / 439)); } }
        @media only screen and (min-width: 760px) and (max-width: 1099px) {
          .company-manufacture__text-big p {
            font-size: 35px;
            line-height: 50px; } }
        @media only screen and (min-width: 1100px) and (max-width: 1439px) {
          .company-manufacture__text-big p {
            font-size: calc(
 27px + 8 *
 ((100vw - 1100px) / 339));
            line-height: calc(
 38px + 8 * ((100vw - 1100px) / 339)); } }
        @media only screen and (min-width: 1440px) and (max-width: 1600px) {
          .company-manufacture__text-big p {
            font-size: calc(
 35px + 4 *
 ((100vw - 1440px) / 160));
            line-height: calc(
 50px + 4 * ((100vw - 1440px) / 160)); } }
        @media only screen and (min-width: 1601px) {
          .company-manufacture__text-big p {
            font-size: 35px;
            line-height: 56px; } }
    .company-manufacture__text-small {
      padding: 145px 0 0 0;
      position: relative; }
      .company-manufacture__text-small img {
        position: absolute;
        width: calc(100% / 6 * 5 + 20px);
        top: 0;
        left: -20px;
        z-index: -1;
        -webkit-clip-path: polygon(0 0, 100% 25%, 100% 100%, 0 100%);
                clip-path: polygon(0 0, 100% 25%, 100% 100%, 0 100%); }
      .company-manufacture__text-small p {
        color: var(--color-main-light);
        font-weight: 400; }
        @media only screen and (max-width: 759px) {
          .company-manufacture__text-small p {
            font-size: calc(
 16px + 9 *
 ((100vw - 320px) / 439));
            line-height: calc(
 25px + 9 * ((100vw - 320px) / 439)); } }
        @media only screen and (min-width: 760px) and (max-width: 1099px) {
          .company-manufacture__text-small p {
            font-size: 25px;
            line-height: 40px; } }
        @media only screen and (min-width: 1100px) and (max-width: 1439px) {
          .company-manufacture__text-small p {
            font-size: calc(
 19px + 6 *
 ((100vw - 1100px) / 339));
            line-height: calc(
 31px + 6 * ((100vw - 1100px) / 339)); } }
        @media only screen and (min-width: 1440px) and (max-width: 1600px) {
          .company-manufacture__text-small p {
            font-size: calc(
 25px + 3 *
 ((100vw - 1440px) / 160));
            line-height: calc(
 40px + 3 * ((100vw - 1440px) / 160)); } }
        @media only screen and (min-width: 1601px) {
          .company-manufacture__text-small p {
            font-size: 28px;
            line-height: 44px; } }
  .company-color {
    background-color: var(--color-main-dark);
    padding: 82px 0 0;
    overflow: hidden; }
    .company-color__wrapper {
      position: relative; }
  .company-images {
    background-color: var(--color-main-dark); }
    .company-images__wrapper ul li {
      display: none; }
      .company-images__wrapper ul li .image-second,
      .company-images__wrapper ul li .image-third {
        display: none; }
      .company-images__wrapper ul li .image-main {
        margin: 0 auto;
        width: 100%;
        max-width: 620px; }
        .company-images__wrapper ul li .image-main img {
          width: 100%; }
    .company-images__btn {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .company-images__btn a {
        padding: 10px 20px; }

.partners {
  margin: 0 0 100px 0; }
  .partners .header {
    --color-header-main: var(--color-main-light);
    -webkit-box-shadow: none;
            box-shadow: none; }
  .partners-first-screen {
    position: relative; }
    .partners-first-screen-bg-main {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: url("../static/partners-bgjpg.jpg") 50% 50% !important;
      background-size: cover;
      z-index: -1;
      -webkit-clip-path: polygon(0 0, 100% 0, 100% 93%, 40% 100%, 0 96%);
              clip-path: polygon(0 0, 100% 0, 100% 93%, 40% 100%, 0 96%); }
  .partners__wrapper {
    padding: 28px 0 80px; }
  .partners__title {
    margin: 0 0 32px 0; }
    .partners__title h1 {
      color: var(--color-main-light); }
  .partners__areas {
    margin: 0 0 83px 0; }
    .partners__areas p {
      color: var(--color-main-light);
      margin: 0 0 15px 0;
      font-weight: 400;
      letter-spacing: -0.02em; }
      @media only screen and (max-width: 759px) {
        .partners__areas p {
          font-size: calc(
 20px + 10 *
 ((100vw - 320px) / 439));
          line-height: calc(
 30px + 10 * ((100vw - 320px) / 439)); } }
      @media only screen and (min-width: 760px) and (max-width: 1099px) {
        .partners__areas p {
          font-size: 30px;
          line-height: 40px; } }
      @media only screen and (min-width: 1100px) and (max-width: 1439px) {
        .partners__areas p {
          font-size: calc(
 23px + 7 *
 ((100vw - 1100px) / 339));
          line-height: calc(
 31px + 7 * ((100vw - 1100px) / 339)); } }
      @media only screen and (min-width: 1440px) and (max-width: 1600px) {
        .partners__areas p {
          font-size: calc(
 30px + 3 *
 ((100vw - 1440px) / 160));
          line-height: calc(
 40px + 3 * ((100vw - 1440px) / 160)); } }
      @media only screen and (min-width: 1601px) {
        .partners__areas p {
          font-size: 33px;
          line-height: 44px; } }
    .partners__areas ul li:not(:last-child) {
      margin: 0 0 18px 0; }
    .partners__areas ul li {
      color: var(--color-main-light);
      font-weight: 800;
      padding: 0 0 0 18px;
      position: relative; }
      @media only screen and (max-width: 759px) {
        .partners__areas ul li {
          font-size: calc(
 18px + 4 *
 ((100vw - 320px) / 439));
          line-height: calc(
 25px + 4 * ((100vw - 320px) / 439)); } }
      @media only screen and (min-width: 760px) and (max-width: 1099px) {
        .partners__areas ul li {
          font-size: 22px;
          line-height: 30px; } }
      @media only screen and (min-width: 1100px) and (max-width: 1439px) {
        .partners__areas ul li {
          font-size: calc(
 17px + 5 *
 ((100vw - 1100px) / 339));
          line-height: calc(
 23px + 5 * ((100vw - 1100px) / 339)); } }
      @media only screen and (min-width: 1440px) and (max-width: 1600px) {
        .partners__areas ul li {
          font-size: calc(
 22px + 2 *
 ((100vw - 1440px) / 160));
          line-height: calc(
 30px + 2 * ((100vw - 1440px) / 160)); } }
      @media only screen and (min-width: 1601px) {
        .partners__areas ul li {
          font-size: 24px;
          line-height: 33px; } }
      .partners__areas ul li:before {
        position: absolute;
        content: "";
        left: 0;
        height: 8px;
        width: 8px;
        background-color: var(--color-main-accent);
        top: calc(1em - 7px);
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%); }
  .partners__offices {
    position: relative;
    z-index: 1; }
    .partners__offices picture {
      position: absolute;
      left: 70px;
      top: -41px;
      width: 70%;
      z-index: -1; }
      .partners__offices picture img {
        width: 100%; }
    .partners__offices-text {
      margin: 0 0 23px 0;
      width: 62%;
      max-width: 225px; }
      .partners__offices-text p {
        z-index: 5;
        color: var(--color-main-light);
        font-weight: 400;
        z-index: 0; }
        @media only screen and (max-width: 759px) {
          .partners__offices-text p {
            font-size: calc(
 16px + 4 *
 ((100vw - 320px) / 439));
            line-height: calc(
 25px + 4 * ((100vw - 320px) / 439)); } }
        @media only screen and (min-width: 760px) and (max-width: 1099px) {
          .partners__offices-text p {
            font-size: 20px;
            line-height: 30px; } }
        @media only screen and (min-width: 1100px) and (max-width: 1439px) {
          .partners__offices-text p {
            font-size: calc(
 15px + 5 *
 ((100vw - 1100px) / 339));
            line-height: calc(
 23px + 5 * ((100vw - 1100px) / 339)); } }
        @media only screen and (min-width: 1440px) and (max-width: 1600px) {
          .partners__offices-text p {
            font-size: calc(
 20px + 2 *
 ((100vw - 1440px) / 160));
            line-height: calc(
 30px + 2 * ((100vw - 1440px) / 160)); } }
        @media only screen and (min-width: 1601px) {
          .partners__offices-text p {
            font-size: 22px;
            line-height: 33px; } }
    .partners__offices-btn a {
      padding: 10px 15px; }
      @media only screen and (max-width: 1099px) {
        .partners__offices-btn a {
          font-size: 16px;
          line-height: 22px; } }
      @media only screen and (min-width: 1100px) and (max-width: 1439px) {
        .partners__offices-btn a {
          font-size: calc(
 12px + 4 *
 ((100vw - 1100px) / 339));
          line-height: calc(
 17px + 4 * ((100vw - 1100px) / 339)); } }
      @media only screen and (min-width: 1440px) and (max-width: 1600px) {
        .partners__offices-btn a {
          font-size: calc(
 16px + 2 *
 ((100vw - 1440px) / 160));
          line-height: calc(
 22px + 2 * ((100vw - 1440px) / 160)); } }
      @media only screen and (min-width: 1601px) {
        .partners__offices-btn a {
          font-size: 18px;
          line-height: 24px; } }
  .partners-features {
    padding: 50px 0 67px; }
    .partners-features__title {
      margin: 0 0 24px; }
      .partners-features__title span {
        color: var(--color-main-dark);
        font-weight: 400;
        letter-spacing: -0.02em; }
        @media only screen and (max-width: 759px) {
          .partners-features__title span {
            font-size: calc(
 16px + 9 *
 ((100vw - 320px) / 439));
            line-height: calc(
 25px + 9 * ((100vw - 320px) / 439)); } }
        @media only screen and (min-width: 760px) and (max-width: 1099px) {
          .partners-features__title span {
            font-size: 25px;
            line-height: 40px; } }
        @media only screen and (min-width: 1100px) and (max-width: 1439px) {
          .partners-features__title span {
            font-size: calc(
 19px + 6 *
 ((100vw - 1100px) / 339));
            line-height: calc(
 31px + 6 * ((100vw - 1100px) / 339)); } }
        @media only screen and (min-width: 1440px) and (max-width: 1600px) {
          .partners-features__title span {
            font-size: calc(
 25px + 3 *
 ((100vw - 1440px) / 160));
            line-height: calc(
 40px + 3 * ((100vw - 1440px) / 160)); } }
        @media only screen and (min-width: 1601px) {
          .partners-features__title span {
            font-size: 28px;
            line-height: 44px; } }
    .partners-features ul {
      -webkit-column-count: 1;
         -moz-column-count: 1;
              column-count: 1;
      -webkit-column-fill: balance;
         -moz-column-fill: balance;
              column-fill: balance;
      -webkit-column-gap: 15px;
         -moz-column-gap: 15px;
              column-gap: 15px; }
      .partners-features ul li {
        position: relative;
        padding: 15px 18px;
        border: 1px solid;
        border-color: var(--color-header-socials);
        color: var(--color-main-dark);
        font-weight: 400;
        margin: 0 0 15px;
        page-break-inside: avoid; }
        @media only screen and (max-width: 759px) {
          .partners-features ul li {
            font-size: calc(
 14px + 2 *
 ((100vw - 320px) / 439));
            line-height: calc(
 25px + 2 * ((100vw - 320px) / 439)); } }
        @media only screen and (min-width: 760px) and (max-width: 1099px) {
          .partners-features ul li {
            font-size: 16px;
            line-height: 25px; } }
        @media only screen and (min-width: 1100px) and (max-width: 1439px) {
          .partners-features ul li {
            font-size: calc(
 12px + 4 *
 ((100vw - 1100px) / 339));
            line-height: calc(
 19px + 4 * ((100vw - 1100px) / 339)); } }
        @media only screen and (min-width: 1440px) and (max-width: 1600px) {
          .partners-features ul li {
            font-size: calc(
 16px + 2 *
 ((100vw - 1440px) / 160));
            line-height: calc(
 25px + 2 * ((100vw - 1440px) / 160)); } }
        @media only screen and (min-width: 1601px) {
          .partners-features ul li {
            font-size: 18px;
            line-height: 28px; } }
        .partners-features ul li:before {
          position: absolute;
          content: "";
          top: 5px;
          left: -8px;
          width: 20px;
          height: 20px;
          background: url(../static/svg-tick.svg) 50% 50%;
          background-size: cover; }
  .partners-contacts__wrapper {
    max-width: 400px;
    margin: 0 auto; }
  .partners-contacts__title {
    margin: 0 0 20px 0; }
    .partners-contacts__title h2 {
      color: var(--color-main-dark);
      font-weight: 800;
      letter-spacing: -0.02em;
      text-transform: uppercase; }
      @media only screen and (max-width: 759px) {
        .partners-contacts__title h2 {
          font-size: calc(
 30px + 30 *
 ((100vw - 320px) / 439));
          line-height: calc(
 30px + 30 * ((100vw - 320px) / 439)); } }
      @media only screen and (min-width: 760px) and (max-width: 1099px) {
        .partners-contacts__title h2 {
          font-size: 60px;
          line-height: 60px; } }
      @media only screen and (min-width: 1100px) and (max-width: 1439px) {
        .partners-contacts__title h2 {
          font-size: calc(
 46px + 14 *
 ((100vw - 1100px) / 339));
          line-height: calc(
 46px + 14 * ((100vw - 1100px) / 339)); } }
      @media only screen and (min-width: 1440px) and (max-width: 1600px) {
        .partners-contacts__title h2 {
          font-size: calc(
 60px + 12 *
 ((100vw - 1440px) / 160));
          line-height: calc(
 60px + 12 * ((100vw - 1440px) / 160)); } }
      @media only screen and (min-width: 1601px) {
        .partners-contacts__title h2 {
          font-size: 72px;
          line-height: 72px; } }
  .partners-contacts__person {
    margin: 0 0 35px 0; }
    .partners-contacts__person h4 {
      color: var(--color-main-dark);
      font-weight: 700;
      letter-spacing: -0.02em;
      margin: 0 0 7px 0; }
      @media only screen and (max-width: 759px) {
        .partners-contacts__person h4 {
          font-size: calc(
 20px + 5 *
 ((100vw - 320px) / 439));
          line-height: calc(
 24px + 5 * ((100vw - 320px) / 439)); } }
      @media only screen and (min-width: 760px) and (max-width: 1099px) {
        .partners-contacts__person h4 {
          font-size: 25px;
          line-height: 30px; } }
      @media only screen and (min-width: 1100px) and (max-width: 1439px) {
        .partners-contacts__person h4 {
          font-size: calc(
 19px + 6 *
 ((100vw - 1100px) / 339));
          line-height: calc(
 23px + 6 * ((100vw - 1100px) / 339)); } }
      @media only screen and (min-width: 1440px) and (max-width: 1600px) {
        .partners-contacts__person h4 {
          font-size: calc(
 25px + 3 *
 ((100vw - 1440px) / 160));
          line-height: calc(
 30px + 3 * ((100vw - 1440px) / 160)); } }
      @media only screen and (min-width: 1601px) {
        .partners-contacts__person h4 {
          font-size: 28px;
          line-height: 33px; } }
    .partners-contacts__person span {
      display: inline;
      color: var(--color-main-dark);
      font-weight: 300;
      margin: 0 0 11px 0; }
      @media only screen and (max-width: 1099px) {
        .partners-contacts__person span {
          font-size: 14px;
          line-height: 25px; } }
      @media only screen and (min-width: 1100px) and (max-width: 1439px) {
        .partners-contacts__person span {
          font-size: calc(
 11px + 3 *
 ((100vw - 1100px) / 339));
          line-height: calc(
 19px + 3 * ((100vw - 1100px) / 339)); } }
      @media only screen and (min-width: 1440px) and (max-width: 1600px) {
        .partners-contacts__person span {
          font-size: calc(
 14px + 2 *
 ((100vw - 1440px) / 160));
          line-height: calc(
 25px + 2 * ((100vw - 1440px) / 160)); } }
      @media only screen and (min-width: 1601px) {
        .partners-contacts__person span {
          font-size: 16px;
          line-height: 28px; } }
    .partners-contacts__person a {
      color: var(--color-main-dark);
      display: table;
      line-height: 30px; }
      @media only screen and (max-width: 759px) {
        .partners-contacts__person a {
          font-size: calc(
 16px + 2 *
 ((100vw - 320px) / 439));
          line-height: calc(
 30px + 2 * ((100vw - 320px) / 439)); } }
      @media only screen and (min-width: 760px) and (max-width: 1099px) {
        .partners-contacts__person a {
          font-size: 18px;
          line-height: 30px; } }
      @media only screen and (min-width: 1100px) and (max-width: 1439px) {
        .partners-contacts__person a {
          font-size: calc(
 14px + 4 *
 ((100vw - 1100px) / 339));
          line-height: calc(
 23px + 4 * ((100vw - 1100px) / 339)); } }
      @media only screen and (min-width: 1440px) and (max-width: 1600px) {
        .partners-contacts__person a {
          font-size: calc(
 18px + 2 *
 ((100vw - 1440px) / 160));
          line-height: calc(
 30px + 2 * ((100vw - 1440px) / 160)); } }
      @media only screen and (min-width: 1601px) {
        .partners-contacts__person a {
          font-size: 20px;
          line-height: 33px; } }
      .partners-contacts__person a.link-phone {
        font-weight: 600;
        margin: 0 0 6px 0; }
      .partners-contacts__person a.link-mail {
        font-weight: 400;
        position: relative; }
        .partners-contacts__person a.link-mail:after {
          position: absolute;
          content: "";
          bottom: 0;
          left: 0;
          width: 100%;
          height: 1px;
          opacity: 0.4;
          background-color: var(--color-main-accent); }

.contacts-first-screen {
  height: 100vh;
  width: 100%;
  position: relative; }
  .contacts-first-screen #map {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0; }

.contacts__wrapper {
  padding: 32px 0 100px; }
  .contacts__wrapper ul {
    margin: 30px 0 67px; }
    .contacts__wrapper ul li {
      margin: 0 0 30px; }
      .contacts__wrapper ul li h3 {
        color: var(--color-grey);
        font-weight: 300;
        margin: 0 0 10px;
        text-transform: none; }
        @media only screen and (max-width: 759px) {
          .contacts__wrapper ul li h3 {
            font-size: calc(
 18px + 2 *
 ((100vw - 320px) / 439));
            line-height: calc(
 25px + 2 * ((100vw - 320px) / 439)); } }
        @media only screen and (min-width: 760px) and (max-width: 1099px) {
          .contacts__wrapper ul li h3 {
            font-size: 20px;
            line-height: 25px; } }
        @media only screen and (min-width: 1100px) and (max-width: 1439px) {
          .contacts__wrapper ul li h3 {
            font-size: calc(
 15px + 5 *
 ((100vw - 1100px) / 339));
            line-height: calc(
 19px + 5 * ((100vw - 1100px) / 339)); } }
        @media only screen and (min-width: 1440px) and (max-width: 1600px) {
          .contacts__wrapper ul li h3 {
            font-size: calc(
 20px + 2 *
 ((100vw - 1440px) / 160));
            line-height: calc(
 25px + 2 * ((100vw - 1440px) / 160)); } }
        @media only screen and (min-width: 1601px) {
          .contacts__wrapper ul li h3 {
            font-size: 22px;
            line-height: 28px; } }
      .contacts__wrapper ul li p {
        color: var(--color-main-dark);
        font-weight: 400;
        letter-spacing: -0.02em;
        margin: 0 0 10px; }
        @media only screen and (max-width: 759px) {
          .contacts__wrapper ul li p {
            font-size: calc(
 16px + 2 *
 ((100vw - 320px) / 439));
            line-height: calc(
 30px + 2 * ((100vw - 320px) / 439)); } }
        @media only screen and (min-width: 760px) and (max-width: 1099px) {
          .contacts__wrapper ul li p {
            font-size: 18px;
            line-height: 30px; } }
        @media only screen and (min-width: 1100px) and (max-width: 1439px) {
          .contacts__wrapper ul li p {
            font-size: calc(
 14px + 4 *
 ((100vw - 1100px) / 339));
            line-height: calc(
 23px + 4 * ((100vw - 1100px) / 339)); } }
        @media only screen and (min-width: 1440px) and (max-width: 1600px) {
          .contacts__wrapper ul li p {
            font-size: calc(
 18px + 2 *
 ((100vw - 1440px) / 160));
            line-height: calc(
 30px + 2 * ((100vw - 1440px) / 160)); } }
        @media only screen and (min-width: 1601px) {
          .contacts__wrapper ul li p {
            font-size: 20px;
            line-height: 33px; } }
      .contacts__wrapper ul li a {
        color: var(--color-main-dark);
        display: table; }
        @media only screen and (max-width: 759px) {
          .contacts__wrapper ul li a {
            font-size: calc(
 16px + 2 *
 ((100vw - 320px) / 439));
            line-height: calc(
 30px + 2 * ((100vw - 320px) / 439)); } }
        @media only screen and (min-width: 760px) and (max-width: 1099px) {
          .contacts__wrapper ul li a {
            font-size: 18px;
            line-height: 30px; } }
        @media only screen and (min-width: 1100px) and (max-width: 1439px) {
          .contacts__wrapper ul li a {
            font-size: calc(
 14px + 4 *
 ((100vw - 1100px) / 339));
            line-height: calc(
 23px + 4 * ((100vw - 1100px) / 339)); } }
        @media only screen and (min-width: 1440px) and (max-width: 1600px) {
          .contacts__wrapper ul li a {
            font-size: calc(
 18px + 2 *
 ((100vw - 1440px) / 160));
            line-height: calc(
 30px + 2 * ((100vw - 1440px) / 160)); } }
        @media only screen and (min-width: 1601px) {
          .contacts__wrapper ul li a {
            font-size: 20px;
            line-height: 33px; } }
        .contacts__wrapper ul li a:not(:first-child) {
          margin: 5px 0 0; }
        .contacts__wrapper ul li a.link-phone {
          font-weight: 600; }
        .contacts__wrapper ul li a.link-mail {
          font-weight: 400;
          position: relative; }
          .contacts__wrapper ul li a.link-mail:after {
            position: absolute;
            content: "";
            bottom: 0;
            left: 0;
            width: 100%;
            height: 1px;
            opacity: 0.4;
            background-color: var(--color-main-accent); }

@media only screen and (max-width: 759px) {
  .contacts__title h1 {
    font-size: calc(
 25px + 25 *
 ((100vw - 320px) / 439));
    line-height: calc(
 25px + 25 * ((100vw - 320px) / 439)); } }

@media only screen and (min-width: 760px) and (max-width: 1099px) {
  .contacts__title h1 {
    font-size: 50px;
    line-height: 50px; } }

@media only screen and (min-width: 1100px) and (max-width: 1439px) {
  .contacts__title h1 {
    font-size: calc(
 38px + 12 *
 ((100vw - 1100px) / 339));
    line-height: calc(
 38px + 12 * ((100vw - 1100px) / 339)); } }

@media only screen and (min-width: 1440px) and (max-width: 1600px) {
  .contacts__title h1 {
    font-size: calc(
 50px + 6 *
 ((100vw - 1440px) / 160));
    line-height: calc(
 50px + 6 * ((100vw - 1440px) / 160)); } }

@media only screen and (min-width: 1601px) {
  .contacts__title h1 {
    font-size: 56px;
    line-height: 56px; } }

.contacts__form-title {
  margin: 0 0 30px; }
  .contacts__form-title h2 {
    font-weight: 800;
    font-size: 25px;
    line-height: 30px;
    letter-spacing: -0.02em;
    text-transform: uppercase; }

.offices .header .container {
  background-color: #fff; }

.offices-bg {
  display: none; }

.offices__wrapper {
  padding: 28px 0 100px; }

.offices__title {
  margin: 0 0 46px; }

.offices__search-dropdowns {
  margin: 0 0 34px;
  max-width: 370px; }

.offices__search-select:not(:last-child) {
  margin: 0 0 15px; }

.offices__search-select select {
  width: 100%; }

.offices__result-item {
  position: relative; }
  .offices__result-item:not(:last-child) {
    margin: 0 0 53px; }
  .offices__result-item:last-child {
    margin: 0 0 35px; }
  .offices__result-item:after {
    position: absolute;
    content: "";
    bottom: -30px;
    left: 0;
    height: 1px;
    width: 250px;
    background-color: var(--color-header-socials); }

.offices__result-type {
  color: var(--color-grey);
  letter-spacing: -0.02em;
  margin: 0 0 5px; }
  @media only screen and (max-width: 1099px) {
    .offices__result-type {
      font-size: 12px;
      line-height: 15px; } }
  @media only screen and (min-width: 1100px) and (max-width: 1439px) {
    .offices__result-type {
      font-size: calc(
 9px + 3 *
 ((100vw - 1100px) / 339));
      line-height: calc(
 11px + 3 * ((100vw - 1100px) / 339)); } }
  @media only screen and (min-width: 1440px) and (max-width: 1600px) {
    .offices__result-type {
      font-size: calc(
 12px + 1 *
 ((100vw - 1440px) / 160));
      line-height: calc(
 15px + 1 * ((100vw - 1440px) / 160)); } }
  @media only screen and (min-width: 1601px) {
    .offices__result-type {
      font-size: 13px;
      line-height: 17px; } }

.offices__result-name {
  color: var(--color-main-dark);
  font-weight: 600;
  letter-spacing: -0.02em;
  margin: 0 0 9px; }
  @media only screen and (max-width: 1099px) {
    .offices__result-name {
      font-size: 20px;
      line-height: 25px; } }
  @media only screen and (min-width: 1100px) and (max-width: 1439px) {
    .offices__result-name {
      font-size: calc(
 15px + 5 *
 ((100vw - 1100px) / 339));
      line-height: calc(
 19px + 5 * ((100vw - 1100px) / 339)); } }
  @media only screen and (min-width: 1440px) and (max-width: 1600px) {
    .offices__result-name {
      font-size: calc(
 20px + 2 *
 ((100vw - 1440px) / 160));
      line-height: calc(
 25px + 2 * ((100vw - 1440px) / 160)); } }
  @media only screen and (min-width: 1601px) {
    .offices__result-name {
      font-size: 22px;
      line-height: 28px; } }

.offices__result-place {
  margin: 0 0 10px; }
  .offices__result-place li {
    color: var(--color-main-dark);
    letter-spacing: -0.02em; }
    @media only screen and (max-width: 1099px) {
      .offices__result-place li {
        font-size: 16px;
        line-height: 25px; } }
    @media only screen and (min-width: 1100px) and (max-width: 1439px) {
      .offices__result-place li {
        font-size: calc(
 12px + 4 *
 ((100vw - 1100px) / 339));
        line-height: calc(
 19px + 4 * ((100vw - 1100px) / 339)); } }
    @media only screen and (min-width: 1440px) and (max-width: 1600px) {
      .offices__result-place li {
        font-size: calc(
 16px + 2 *
 ((100vw - 1440px) / 160));
        line-height: calc(
 25px + 2 * ((100vw - 1440px) / 160)); } }
    @media only screen and (min-width: 1601px) {
      .offices__result-place li {
        font-size: 18px;
        line-height: 28px; } }
    .offices__result-place li a {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      color: var(--color-main-accent);
      cursor: pointer; }
      .offices__result-place li a i {
        margin: 0 0 0 5px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }

.offices__result-phones {
  margin: 0 0 10px; }
  .offices__result-phones li a {
    color: var(--color-main-dark);
    font-weight: 600;
    font-size: 16px;
    line-height: 25px;
    letter-spacing: -0.02em; }
  .offices__result-phones li span {
    color: var(--color-grey);
    margin: 0 0 0 2px;
    font-weight: 300;
    letter-spacing: -0.02em; }
    @media only screen and (max-width: 1099px) {
      .offices__result-phones li span {
        font-size: 14px;
        line-height: 25px; } }
    @media only screen and (min-width: 1100px) and (max-width: 1439px) {
      .offices__result-phones li span {
        font-size: calc(
 11px + 3 *
 ((100vw - 1100px) / 339));
        line-height: calc(
 19px + 3 * ((100vw - 1100px) / 339)); } }
    @media only screen and (min-width: 1440px) and (max-width: 1600px) {
      .offices__result-phones li span {
        font-size: calc(
 14px + 2 *
 ((100vw - 1440px) / 160));
        line-height: calc(
 25px + 2 * ((100vw - 1440px) / 160)); } }
    @media only screen and (min-width: 1601px) {
      .offices__result-phones li span {
        font-size: 16px;
        line-height: 28px; } }

.offices__result-links li:not(:last-child) {
  margin: 0 0 15px; }

.offices__result-links li a {
  color: var(--color-main-dark);
  letter-spacing: -0.02em;
  position: relative; }
  @media only screen and (max-width: 1099px) {
    .offices__result-links li a {
      font-size: 16px;
      line-height: 15px; } }
  @media only screen and (min-width: 1100px) and (max-width: 1439px) {
    .offices__result-links li a {
      font-size: calc(
 12px + 4 *
 ((100vw - 1100px) / 339));
      line-height: calc(
 11px + 4 * ((100vw - 1100px) / 339)); } }
  @media only screen and (min-width: 1440px) and (max-width: 1600px) {
    .offices__result-links li a {
      font-size: calc(
 16px + 2 *
 ((100vw - 1440px) / 160));
      line-height: calc(
 15px + 2 * ((100vw - 1440px) / 160)); } }
  @media only screen and (min-width: 1601px) {
    .offices__result-links li a {
      font-size: 18px;
      line-height: 17px; } }
  .offices__result-links li a:after {
    position: absolute;
    content: "";
    bottom: -3px;
    left: 0;
    width: 100%;
    height: 1px;
    opacity: 0.4;
    background-color: var(--color-main-accent); }

.offices__become-partner {
  max-width: 370px;
  margin: 28px 0 0; }
  .offices__become-partner p {
    color: var(--color-black);
    font-weight: normal;
    margin: 0 0 30px; }
    @media only screen and (max-width: 759px) {
      .offices__become-partner p {
        font-size: calc(
 16px + 4 *
 ((100vw - 320px) / 439));
        line-height: calc(
 25px + 4 * ((100vw - 320px) / 439)); } }
    @media only screen and (min-width: 760px) and (max-width: 1099px) {
      .offices__become-partner p {
        font-size: 20px;
        line-height: 30px; } }
    @media only screen and (min-width: 1100px) and (max-width: 1439px) {
      .offices__become-partner p {
        font-size: calc(
 15px + 5 *
 ((100vw - 1100px) / 339));
        line-height: calc(
 23px + 5 * ((100vw - 1100px) / 339)); } }
    @media only screen and (min-width: 1440px) and (max-width: 1600px) {
      .offices__become-partner p {
        font-size: calc(
 20px + 2 *
 ((100vw - 1440px) / 160));
        line-height: calc(
 30px + 2 * ((100vw - 1440px) / 160)); } }
    @media only screen and (min-width: 1601px) {
      .offices__become-partner p {
        font-size: 22px;
        line-height: 33px; } }
  .offices__become-partner-link a {
    padding: 8px 30px 9px; }

.offices-sidebar {
  z-index: 2; }

.cart__wrapper {
  padding: 28px 0 100px; }

.cart__title {
  margin: 0 0 28px; }

.cart__list-item {
  margin: 0 0 20px; }
  .cart__list-item:last-child {
    margin: 0 0 40px; }

.cart__total {
  padding: 15px 0 0;
  position: relative; }
  .cart__total::before {
    position: absolute;
    content: "";
    top: 0;
    width: 100%;
    height: 1px;
    background-color: var(--color-header-socials); }
  .cart__total-price {
    margin: 0 0 28px; }
    .cart__total-price p {
      color: var(--color-main-dark);
      font-weight: 800;
      text-align: right;
      letter-spacing: -0.02em;
      position: relative; }
      @media only screen and (max-width: 759px) {
        .cart__total-price p {
          font-size: calc(
 40px + 10 *
 ((100vw - 320px) / 439));
          line-height: calc(
 40px + 10 * ((100vw - 320px) / 439)); } }
      @media only screen and (min-width: 760px) and (max-width: 1099px) {
        .cart__total-price p {
          font-size: 50px;
          line-height: 50px; } }
      @media only screen and (min-width: 1100px) and (max-width: 1439px) {
        .cart__total-price p {
          font-size: calc(
 38px + 12 *
 ((100vw - 1100px) / 339));
          line-height: calc(
 38px + 12 * ((100vw - 1100px) / 339)); } }
      @media only screen and (min-width: 1440px) and (max-width: 1600px) {
        .cart__total-price p {
          font-size: calc(
 50px + 6 *
 ((100vw - 1440px) / 160));
          line-height: calc(
 50px + 6 * ((100vw - 1440px) / 160)); } }
      @media only screen and (min-width: 1601px) {
        .cart__total-price p {
          font-size: 56px;
          line-height: 56px; } }
      .cart__total-price p span:not(.price-text) {
        font-size: 25px;
        line-height: 20px; }
      .cart__total-price p span.price-text {
        position: absolute;
        text-transform: capitalize;
        bottom: 25px;
        right: 0;
        font-size: 15px;
        line-height: 20px; }
  .cart__total-order a {
    width: 100%;
    font-weight: 800;
    padding: 10px 30px;
    text-align: center; }
    @media only screen and (max-width: 1099px) {
      .cart__total-order a {
        font-size: 30px;
        line-height: 41px; } }
    @media only screen and (min-width: 1100px) and (max-width: 1439px) {
      .cart__total-order a {
        font-size: calc(
 23px + 7 *
 ((100vw - 1100px) / 339));
        line-height: calc(
 31px + 7 * ((100vw - 1100px) / 339)); } }
    @media only screen and (min-width: 1440px) and (max-width: 1600px) {
      .cart__total-order a {
        font-size: calc(
 30px + 3 *
 ((100vw - 1440px) / 160));
        line-height: calc(
 41px + 3 * ((100vw - 1440px) / 160)); } }
    @media only screen and (min-width: 1601px) {
      .cart__total-order a {
        font-size: 33px;
        line-height: 45px; } }

.news__wrapper {
  padding: 28px 0 100px; }

.news__title {
  margin: 0 0 50px; }

.news__list {
  padding: 0 0 10px; }
  .news__list-item {
    width: 100%;
    margin: 0 0 40px; }
  .news__list picture {
    display: inline-block;
    width: 100%;
    padding-bottom: calc(100% * 171 / 280);
    position: relative;
    margin: 0 0 20px 0; }
  .news__list-image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(../static/svg-empty-file.svg);
    background-size: cover; }

  .news__list-image.materials {
    background-size: contain !important;
  }

  .news__list-text {
    margin: 0 0 8px 0; }
    .news__list-text p {
      font-weight: 600;
      letter-spacing: -0.02em;
      color: var(--color-main-dark); }
      @media only screen and (max-width: 759px) {
        .news__list-text p {
          font-size: calc(
 16px + 4 *
 ((100vw - 320px) / 439));
          line-height: calc(
 25px + 4 * ((100vw - 320px) / 439)); } }
      @media only screen and (min-width: 760px) and (max-width: 1099px) {
        .news__list-text p {
          font-size: 20px;
          line-height: 30px; } }
      @media only screen and (min-width: 1100px) and (max-width: 1439px) {
        .news__list-text p {
          font-size: calc(
 15px + 5 *
 ((100vw - 1100px) / 339));
          line-height: calc(
 23px + 5 * ((100vw - 1100px) / 339)); } }
      @media only screen and (min-width: 1440px) and (max-width: 1600px) {
        .news__list-text p {
          font-size: calc(
 20px + 2 *
 ((100vw - 1440px) / 160));
          line-height: calc(
 30px + 2 * ((100vw - 1440px) / 160)); } }
      @media only screen and (min-width: 1601px) {
        .news__list-text p {
          font-size: 22px;
          line-height: 33px; } }
  .news__list-date span {
    letter-spacing: -0.02em;
    color: var(--color-grey); }
    @media only screen and (max-width: 759px) {
      .news__list-date span {
        font-size: calc(
 13px + 1 *
 ((100vw - 320px) / 439));
        line-height: calc(
 23px + 1 * ((100vw - 320px) / 439)); } }
    @media only screen and (min-width: 760px) and (max-width: 1099px) {
      .news__list-date span {
        font-size: 14px;
        line-height: 30px; } }
    @media only screen and (min-width: 1100px) and (max-width: 1439px) {
      .news__list-date span {
        font-size: calc(
 11px + 3 *
 ((100vw - 1100px) / 339));
        line-height: calc(
 23px + 3 * ((100vw - 1100px) / 339)); } }
    @media only screen and (min-width: 1440px) and (max-width: 1600px) {
      .news__list-date span {
        font-size: calc(
 14px + 2 *
 ((100vw - 1440px) / 160));
        line-height: calc(
 30px + 2 * ((100vw - 1440px) / 160)); } }
    @media only screen and (min-width: 1601px) {
      .news__list-date span {
        font-size: 16px;
        line-height: 33px; } }
  .news__list-download {
    display: grid;
    grid-template-columns: 1fr auto;
    -webkit-column-gap: 15px;
       -moz-column-gap: 15px;
            column-gap: 15px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 15px 0 0; }
    .news__list-download a {
      color: var(--color-main-accent);
      font-weight: 800;
      font-size: 16px;
      line-height: 23px;
      text-transform: uppercase;
      padding: 8px 20px 9px;
      border: 1px solid;
      border-color: var(--color-main-accent);
      text-align: center; }
    .news__list-download p {
      font-weight: 400;
      font-size: 13px;
      line-height: 15px;
      color: var(--color-main-accent); }
      .news__list-download p span {
        display: block; }

.news__pagination ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px; }
  .news__pagination ul li a {
    font-weight: 300;
    text-transform: uppercase;
    color: var(--color-grey); }
    @media only screen and (max-width: 1099px) {
      .news__pagination ul li a {
        font-size: 30px;
        line-height: 55px; } }
    @media only screen and (min-width: 1100px) and (max-width: 1439px) {
      .news__pagination ul li a {
        font-size: calc(
 23px + 7 *
 ((100vw - 1100px) / 339));
        line-height: calc(
 42px + 7 * ((100vw - 1100px) / 339)); } }
    @media only screen and (min-width: 1440px) and (max-width: 1600px) {
      .news__pagination ul li a {
        font-size: calc(
 30px + 3 *
 ((100vw - 1440px) / 160));
        line-height: calc(
 55px + 3 * ((100vw - 1440px) / 160)); } }
    @media only screen and (min-width: 1601px) {
      .news__pagination ul li a {
        font-size: 33px;
        line-height: 61px; } }
  .news__pagination ul li.active a {
    color: var(--color-main-accent);
    font-weight: 800; }

.order__wrapper {
  padding: 28px 0 0; }

.order__title {
  margin: 0 0 23px; }

.order__details {
  padding: 15px 0 100px;
  background-color: var(--color-bg-secondary); }
  .order__details-wrapper {
    display: grid;
    row-gap: 15px; }

.order__products {
  padding: 15px 10px 50px 15px; }
  .order__products-header {
    margin: 0 0 30px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }
    .order__products-header h2 {
      color: var(--color-main-dark);
      text-transform: uppercase;
      letter-spacing: -0.02em;
      font-weight: 800; }
      @media only screen and (max-width: 759px) {
        .order__products-header h2 {
          font-size: calc(
 25px + 20 *
 ((100vw - 320px) / 439));
          line-height: calc(
 30px + 20 * ((100vw - 320px) / 439)); } }
      @media only screen and (min-width: 760px) and (max-width: 1099px) {
        .order__products-header h2 {
          font-size: 45px;
          line-height: 35px; } }
      @media only screen and (min-width: 1100px) and (max-width: 1439px) {
        .order__products-header h2 {
          font-size: calc(
 34px + 11 *
 ((100vw - 1100px) / 339));
          line-height: calc(
 27px + 11 * ((100vw - 1100px) / 339)); } }
      @media only screen and (min-width: 1440px) and (max-width: 1600px) {
        .order__products-header h2 {
          font-size: calc(
 45px + 5 *
 ((100vw - 1440px) / 160));
          line-height: calc(
 35px + 5 * ((100vw - 1440px) / 160)); } }
      @media only screen and (min-width: 1601px) {
        .order__products-header h2 {
          font-size: 50px;
          line-height: 39px; } }
    .order__products-header a {
      font-weight: normal;
      font-size: 14px;
      line-height: 25px;
      color: var(--color-main-accent); }

.order__client {
  padding: 13px 15px 45px;
  background-color: var(--color-main-light); }
  .order__client .form__input {
    margin: 0 0 15px; }
  .order__client .form__submit {
    max-width: 315px; }
    .order__client .form__submit button {
      padding: 8px 30px 9px; }
      @media only screen and (max-width: 759px) {
        .order__client .form__submit button {
          font-size: calc(
 16px + 4 *
 ((100vw - 320px) / 439));
          line-height: calc(
 23px + 4 * ((100vw - 320px) / 439)); } }
      @media only screen and (min-width: 760px) and (max-width: 1099px) {
        .order__client .form__submit button {
          font-size: 20px;
          line-height: 27px; } }
      @media only screen and (min-width: 1100px) and (max-width: 1439px) {
        .order__client .form__submit button {
          font-size: calc(
 15px + 5 *
 ((100vw - 1100px) / 339));
          line-height: calc(
 20px + 5 * ((100vw - 1100px) / 339)); } }
      @media only screen and (min-width: 1440px) and (max-width: 1600px) {
        .order__client .form__submit button {
          font-size: calc(
 20px + 2 *
 ((100vw - 1440px) / 160));
          line-height: calc(
 27px + 2 * ((100vw - 1440px) / 160)); } }
      @media only screen and (min-width: 1601px) {
        .order__client .form__submit button {
          font-size: 22px;
          line-height: 27px; } }
  .order__client-title {
    margin: 0 0 19px; }
    .order__client-title h2 {
      color: var(--color-main-dark);
      font-weight: 800;
      letter-spacing: -0.02em;
      text-transform: uppercase; }
      @media only screen and (max-width: 759px) {
        .order__client-title h2 {
          font-size: calc(
 25px + 20 *
 ((100vw - 320px) / 439));
          line-height: calc(
 30px + 20 * ((100vw - 320px) / 439)); } }
      @media only screen and (min-width: 760px) and (max-width: 1099px) {
        .order__client-title h2 {
          font-size: 45px;
          line-height: 35px; } }
      @media only screen and (min-width: 1100px) and (max-width: 1439px) {
        .order__client-title h2 {
          font-size: calc(
 34px + 11 *
 ((100vw - 1100px) / 339));
          line-height: calc(
 27px + 11 * ((100vw - 1100px) / 339)); } }
      @media only screen and (min-width: 1440px) and (max-width: 1600px) {
        .order__client-title h2 {
          font-size: calc(
 45px + 5 *
 ((100vw - 1440px) / 160));
          line-height: calc(
 35px + 5 * ((100vw - 1440px) / 160)); } }
      @media only screen and (min-width: 1601px) {
        .order__client-title h2 {
          font-size: 50px;
          line-height: 39px; } }
  .order__client-toggle {
    margin: 0 0 24px;
    padding: 0 0 8px;
    position: relative; }
    .order__client-toggle:after {
      position: absolute;
      content: "";
      width: 100%;
      height: 1px;
      background-color: var(--color-header-socials);
      bottom: 0;
      left: 0; }
    .order__client-toggle ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-column-gap: 25px;
         -moz-column-gap: 25px;
              column-gap: 25px; }
      .order__client-toggle ul li {
        color: var(--color-main-dark);
        font-weight: 300;
        cursor: pointer; }
        @media only screen and (max-width: 1099px) {
          .order__client-toggle ul li {
            font-size: 15px;
            line-height: 20px; } }
        @media only screen and (min-width: 1100px) and (max-width: 1439px) {
          .order__client-toggle ul li {
            font-size: calc(
 11px + 4 *
 ((100vw - 1100px) / 339));
            line-height: calc(
 15px + 4 * ((100vw - 1100px) / 339)); } }
        @media only screen and (min-width: 1440px) and (max-width: 1600px) {
          .order__client-toggle ul li {
            font-size: calc(
 15px + 2 *
 ((100vw - 1440px) / 160));
            line-height: calc(
 20px + 2 * ((100vw - 1440px) / 160)); } }
        @media only screen and (min-width: 1601px) {
          .order__client-toggle ul li {
            font-size: 17px;
            line-height: 22px; } }
        .order__client-toggle ul li.active {
          font-weight: 600;
          color: var(--color-main-accent); }
  .order__client-fields {
    display: none; }
    .order__client-fields.active {
      display: block; }

.order__delivery {
  padding: 13px 15px 45px;
  background-color: var(--color-main-light); }
  .order__delivery-title {
    margin: 0 0 27px; }
    .order__delivery-title h2 {
      color: var(--color-main-dark);
      font-weight: 800;
      letter-spacing: -0.02em;
      text-transform: uppercase; }
      @media only screen and (max-width: 759px) {
        .order__delivery-title h2 {
          font-size: calc(
 25px + 20 *
 ((100vw - 320px) / 439));
          line-height: calc(
 30px + 20 * ((100vw - 320px) / 439)); } }
      @media only screen and (min-width: 760px) and (max-width: 1099px) {
        .order__delivery-title h2 {
          font-size: 45px;
          line-height: 35px; } }
      @media only screen and (min-width: 1100px) and (max-width: 1439px) {
        .order__delivery-title h2 {
          font-size: calc(
 34px + 11 *
 ((100vw - 1100px) / 339));
          line-height: calc(
 27px + 11 * ((100vw - 1100px) / 339)); } }
      @media only screen and (min-width: 1440px) and (max-width: 1600px) {
        .order__delivery-title h2 {
          font-size: calc(
 45px + 5 *
 ((100vw - 1440px) / 160));
          line-height: calc(
 35px + 5 * ((100vw - 1440px) / 160)); } }
      @media only screen and (min-width: 1601px) {
        .order__delivery-title h2 {
          font-size: 50px;
          line-height: 39px; } }
  .order__delivery-subtitle {
    margin: 0 0 20px; }
    .order__delivery-subtitle p {
      color: var(--color-main-dark);
      font-style: normal;
      font-weight: 700;
      font-size: 20px;
      line-height: 27px;
      letter-spacing: -0.02em; }
  .order__delivery-type .form__radio {
    margin: 0 0 25px; }
  .order__delivery-payment .form__radio:not(:last-child) {
    margin: 0 0 25px; }
  .order__delivery-descriptions_item {
    display: none; }
    .order__delivery-descriptions_item p {
      color: var(--color-main-dark);
      margin: 0 0 15px;
      font-weight: 300; }
      @media only screen and (max-width: 1099px) {
        .order__delivery-descriptions_item p {
          font-size: 14px;
          line-height: 25px; } }
      @media only screen and (min-width: 1100px) and (max-width: 1439px) {
        .order__delivery-descriptions_item p {
          font-size: calc(
 11px + 3 *
 ((100vw - 1100px) / 339));
          line-height: calc(
 19px + 3 * ((100vw - 1100px) / 339)); } }
      @media only screen and (min-width: 1440px) and (max-width: 1600px) {
        .order__delivery-descriptions_item p {
          font-size: calc(
 14px + 2 *
 ((100vw - 1440px) / 160));
          line-height: calc(
 25px + 2 * ((100vw - 1440px) / 160)); } }
      @media only screen and (min-width: 1601px) {
        .order__delivery-descriptions_item p {
          font-size: 16px;
          line-height: 28px; } }
    .order__delivery-descriptions_item .select {
      margin: 0 0 33px; }

.order__checkout {
  padding: 12px 15px 27px;
  background: var(--color-main-light); }
  .order__checkout-title {
    margin: 0 0 33px; }
    .order__checkout-title h2 {
      color: var(--color-main-dark);
      font-weight: 800;
      letter-spacing: -0.02em;
      text-transform: uppercase; }
      @media only screen and (max-width: 759px) {
        .order__checkout-title h2 {
          font-size: calc(
 25px + 20 *
 ((100vw - 320px) / 439));
          line-height: calc(
 30px + 20 * ((100vw - 320px) / 439)); } }
      @media only screen and (min-width: 760px) and (max-width: 1099px) {
        .order__checkout-title h2 {
          font-size: 45px;
          line-height: 35px; } }
      @media only screen and (min-width: 1100px) and (max-width: 1439px) {
        .order__checkout-title h2 {
          font-size: calc(
 34px + 11 *
 ((100vw - 1100px) / 339));
          line-height: calc(
 27px + 11 * ((100vw - 1100px) / 339)); } }
      @media only screen and (min-width: 1440px) and (max-width: 1600px) {
        .order__checkout-title h2 {
          font-size: calc(
 45px + 5 *
 ((100vw - 1440px) / 160));
          line-height: calc(
 35px + 5 * ((100vw - 1440px) / 160)); } }
      @media only screen and (min-width: 1601px) {
        .order__checkout-title h2 {
          font-size: 50px;
          line-height: 39px; } }
  .order__checkout-counts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 6px;
    margin: 0 0 25px; }
    .order__checkout-counts li {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      .order__checkout-counts li p {
        color: var(--color-main-dark);
        font-weight: 400; }
        @media only screen and (max-width: 759px) {
          .order__checkout-counts li p {
            font-size: calc(
 12px + 2 *
 ((100vw - 320px) / 439));
            line-height: calc(
 18px + 2 * ((100vw - 320px) / 439)); } }
        @media only screen and (min-width: 760px) and (max-width: 1099px) {
          .order__checkout-counts li p {
            font-size: 14px;
            line-height: 18px; } }
        @media only screen and (min-width: 1100px) and (max-width: 1439px) {
          .order__checkout-counts li p {
            font-size: calc(
 11px + 3 *
 ((100vw - 1100px) / 339));
            line-height: calc(
 14px + 3 * ((100vw - 1100px) / 339)); } }
        @media only screen and (min-width: 1440px) and (max-width: 1600px) {
          .order__checkout-counts li p {
            font-size: calc(
 14px + 2 *
 ((100vw - 1440px) / 160));
            line-height: calc(
 18px + 2 * ((100vw - 1440px) / 160)); } }
        @media only screen and (min-width: 1601px) {
          .order__checkout-counts li p {
            font-size: 16px;
            line-height: 20px; } }
      .order__checkout-counts li span {
        color: var(--color-main-dark);
        font-weight: 600;
        letter-spacing: -0.02em; }
        @media only screen and (max-width: 1099px) {
          .order__checkout-counts li span {
            font-size: 16px;
            line-height: 18px; } }
        @media only screen and (min-width: 1100px) and (max-width: 1439px) {
          .order__checkout-counts li span {
            font-size: calc(
 12px + 4 *
 ((100vw - 1100px) / 339));
            line-height: calc(
 14px + 4 * ((100vw - 1100px) / 339)); } }
        @media only screen and (min-width: 1440px) and (max-width: 1600px) {
          .order__checkout-counts li span {
            font-size: calc(
 16px + 6 *
 ((100vw - 1440px) / 160));
            line-height: calc(
 18px + 6 * ((100vw - 1440px) / 160)); } }
        @media only screen and (min-width: 1601px) {
          .order__checkout-counts li span {
            font-size: 22px;
            line-height: 28px; } }
      .order__checkout-counts li.accent p,
      .order__checkout-counts li.accent span {
        color: var(--color-red); }
  .order__checkout-code {
    margin: 0 0 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
    .order__checkout-code .form {
      display: none; }
    .order__checkout-code .code-toggle {
      color: var(--color-main-accent);
      font-weight: 600;
      font-size: 16px;
      line-height: 18px;
      text-align: right;
      cursor: pointer; }
    .order__checkout-code.open-code .code-toggle {
      display: none; }
    .order__checkout-code.open-code .form {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%; }
      .order__checkout-code.open-code .form__input {
        margin: 0 0;
        max-width: 100%; }
      .order__checkout-code.open-code .form__submit button {
        padding: 8px 19px 9px;
        font-size: 16px;
        line-height: 22px; }
  .order__checkout-total {
    padding: 12px 0 0;
    margin: 0 0 17px;
    border-top: 1px solid;
    border-color: var(--color-header-socials); }
    .order__checkout-total-text {
      color: var(--color-main-dark);
      font-weight: 400;
      font-size: 16px;
      line-height: 25px;
      text-align: right; }
    .order__checkout-total-vat {
      color: var(--color-grey);
      font-weight: 400;
      font-size: 12px;
      line-height: 12px;
      letter-spacing: -0.02em;
      text-align: right; }
  .order__checkout-price {
    margin: 0 0 2px; }
    .order__checkout-price p {
      font-weight: 800;
      text-align: right;
      letter-spacing: -0.02em; }
      @media only screen and (max-width: 1099px) {
        .order__checkout-price p {
          font-size: 30px;
          line-height: 50px; } }
      @media only screen and (min-width: 1100px) and (max-width: 1439px) {
        .order__checkout-price p {
          font-size: calc(
 23px + 7 *
 ((100vw - 1100px) / 339));
          line-height: calc(
 38px + 7 * ((100vw - 1100px) / 339)); } }
      @media only screen and (min-width: 1440px) and (max-width: 1600px) {
        .order__checkout-price p {
          font-size: calc(
 30px + 3 *
 ((100vw - 1440px) / 160));
          line-height: calc(
 50px + 3 * ((100vw - 1440px) / 160)); } }
      @media only screen and (min-width: 1601px) {
        .order__checkout-price p {
          font-size: 33px;
          line-height: 56px; } }
  .order__checkout-submit {
    margin: 0 0 15px; }
    .order__checkout-submit button {
      padding: 10px 30px;
      width: 100%; }
  .order__checkout-terms p {
    font-weight: 400;
    letter-spacing: -0.02em;
    color: var(--color-grey); }
    @media only screen and (max-width: 1099px) {
      .order__checkout-terms p {
        font-size: 12px;
        line-height: 15px; } }
    @media only screen and (min-width: 1100px) and (max-width: 1439px) {
      .order__checkout-terms p {
        font-size: calc(
 9px + 3 *
 ((100vw - 1100px) / 339));
        line-height: calc(
 11px + 3 * ((100vw - 1100px) / 339)); } }
    @media only screen and (min-width: 1440px) and (max-width: 1600px) {
      .order__checkout-terms p {
        font-size: calc(
 12px + 1 *
 ((100vw - 1440px) / 160));
        line-height: calc(
 15px + 1 * ((100vw - 1440px) / 160)); } }
    @media only screen and (min-width: 1601px) {
      .order__checkout-terms p {
        font-size: 13px;
        line-height: 17px; } }
    .order__checkout-terms p a {
      color: var(--color-main-accent); }

.account__wrapper {
  padding: 7px 0 100px; }

.account__header {
  padding: 0 0 12px;
  border-bottom: 1px solid;
  border-color: var(--color-header-socials);
  display: grid;
  grid-template-columns: auto 1fr;
  -webkit-column-gap: 14px;
     -moz-column-gap: 14px;
          column-gap: 14px; }

.account__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 4px;
     -moz-column-gap: 4px;
          column-gap: 4px; }
  @media only screen and (max-width: 759px) {
    .account__title h1 {
      font-size: calc(
 30px + 20 *
 ((100vw - 320px) / 439));
      line-height: calc(
 30px + 20 * ((100vw - 320px) / 439)); } }
  @media only screen and (min-width: 760px) and (max-width: 1099px) {
    .account__title h1 {
      font-size: 50px;
      line-height: 50px; } }
  @media only screen and (min-width: 1100px) and (max-width: 1439px) {
    .account__title h1 {
      font-size: calc(
 38px + 12 *
 ((100vw - 1100px) / 339));
      line-height: calc(
 38px + 12 * ((100vw - 1100px) / 339)); } }
  @media only screen and (min-width: 1440px) and (max-width: 1600px) {
    .account__title h1 {
      font-size: calc(
 50px + 6 *
 ((100vw - 1440px) / 160));
      line-height: calc(
 50px + 6 * ((100vw - 1440px) / 160)); } }
  @media only screen and (min-width: 1601px) {
    .account__title h1 {
      font-size: 56px;
      line-height: 56px; } }

.account__type {
  grid-column: 1 / 3;
  margin: 0 0 20px; }
  .account__type p {
    color: #72c3f1;
    font-weight: 800;
    text-transform: uppercase; }
    @media only screen and (max-width: 759px) {
      .account__type p {
        font-size: calc(
 16px + 4 *
 ((100vw - 320px) / 439));
        line-height: calc(
 23px + 4 * ((100vw - 320px) / 439)); } }
    @media only screen and (min-width: 760px) and (max-width: 1099px) {
      .account__type p {
        font-size: 20px;
        line-height: 27px; } }
    @media only screen and (min-width: 1100px) and (max-width: 1439px) {
      .account__type p {
        font-size: calc(
 15px + 5 *
 ((100vw - 1100px) / 339));
        line-height: calc(
 20px + 5 * ((100vw - 1100px) / 339)); } }
    @media only screen and (min-width: 1440px) and (max-width: 1600px) {
      .account__type p {
        font-size: calc(
 20px + 2 *
 ((100vw - 1440px) / 160));
        line-height: calc(
 27px + 2 * ((100vw - 1440px) / 160)); } }
    @media only screen and (min-width: 1601px) {
      .account__type p {
        font-size: 22px;
        line-height: 27px; } }
  .account__type.business-account p {
    color: #f2c653; }

.account__pages {
  -ms-flex-item-align: end;
      align-self: end; }
  .account__pages ul {
    display: none;
    z-index: 50; }
    .account__pages ul li {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-column-gap: 5px;
         -moz-column-gap: 5px;
              column-gap: 5px; }
      .account__pages ul li a {
        font-style: normal;
        font-weight: 600;
        color: var(--color-main-dark); }
        @media only screen and (max-width: 1099px) {
          .account__pages ul li a {
            font-size: 20px;
            line-height: 30px; } }
        @media only screen and (min-width: 1100px) and (max-width: 1439px) {
          .account__pages ul li a {
            font-size: calc(
 15px + 5 *
 ((100vw - 1100px) / 339));
            line-height: calc(
 23px + 5 * ((100vw - 1100px) / 339)); } }
        @media only screen and (min-width: 1440px) and (max-width: 1600px) {
          .account__pages ul li a {
            font-size: calc(
 20px + 2 *
 ((100vw - 1440px) / 160));
            line-height: calc(
 30px + 2 * ((100vw - 1440px) / 160)); } }
        @media only screen and (min-width: 1601px) {
          .account__pages ul li a {
            font-size: 22px;
            line-height: 33px; } }
  .account__pages.show-navigation {
    position: relative; }
    .account__pages.show-navigation ul {
      padding: 15px 10px;
      width: -webkit-max-content;
      width: -moz-max-content;
      width: max-content;
      background-color: var(--color-main-light);
      position: absolute;
      display: block;
      top: 100%;
      right: 100%;
      -webkit-box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.08);
              box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.08); }
  .account__pages.right-side.show-navigation ul {
    -webkit-transform: translateX(100%);
            transform: translateX(100%); }

.account__materials {
  padding: 30px 0 0; }

.account__form {
  padding: 36px 0 0; }
  .account__form .section-company__fields {
    /*display: none; */
  }
  .account__form .section-password {
    margin: 0 0 50px; }
  .account__form .form h3 {
    margin: 0 0 20px;
    text-transform: capitalize; }
  .account__form .form__submit button {
    width: 100%;
    padding: 10px 20px; }

.account .account__count {
  height: 21px;
  width: 21px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: var(--color-main-accent);
  border-radius: 50%; }
  .account .account__count span {
    font-weight: 700;
    font-size: 12px;
    line-height: 15px;
    color: #ffffff; }

.account__orders {
  padding: 35px 0 100px; }

:root{
  --color-order-status-payment: #f2994a;
  --color-order-status-processing: #f2994a;
  --color-order-status-hold: #f2994a;
  --color-order-status-done: #6fcf97;
  --color-order-status-new: #f2994a;
  --color-order-status-canceled: #eb5757;
  --color-order-status-refunded: #eb5757;
  --color-order-status-failed: #eb5757;
}


.status--payment .account__order-status p{
  color: var(--color-order-status-payment);
}
.status--payment .account__order-status i{
  background-color: var(--color-order-status-payment);
}

.status--processing .account__order-status p{
  color: var(--color-order-status-processing);
}
.status--processing .account__order-status i{
  background-color: var(--color-order-status-processing);
}

.status--hold .account__order-status p{
  color: var(--color-order-status-hold);
}
.status--hold .account__order-status i{
  background-color: var(--color-order-status-hold);
}

.status--done .account__order-status p{
  color: var(--color-order-status-done);
}
.status--done .account__order-status i{
  background-color: var(--color-order-status-done);
}

.status--new .account__order-status p{
  color: var(--color-order-status-new);
}
.status--new .account__order-status i{
  background-color: var(--color-order-status-new);
}

.status--canceled .account__order-status p{
  color: var(--color-order-status-canceled);
}
.status--canceled .account__order-status i{
  background-color: var(--color-order-status-canceled);
}

.status--refunded .account__order-status p{
  color: var(--color-order-status-refunded);
}
.status--refunded .account__order-status i{
  background-color: var(--color-order-status-refunded);
}

.status--failed .account__order-status p{
  color: var(--color-order-status-failed);
}
.status--failed .account__order-status i{
  background-color: var(--color-order-status-failed);
}


  .account__order:not(:last-child) {
    margin: 0 0 30px; }
  .account__order-wrapper {
    display: none; }
  .account__order-title {
    display: grid;
    grid-template-columns: auto 1fr;
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    margin: 0 0 55px; }
  .account__order-name h4 {
    font-weight: 800;
    font-size: 30px;
    line-height: 30px;
    letter-spacing: -0.02em;
    color: var(--color-main-dark); }
  .account__order-date {
    position: absolute;
    bottom: -24px; }
    .account__order-date p {
      font-weight: 300;
      font-size: 16px;
      line-height: 20px;
      color: var(--color-main-dark); }
  .account__order-status {
    display: grid;
    -webkit-column-gap: 6px;
       -moz-column-gap: 6px;
            column-gap: 6px;
    grid-template-columns: 1fr auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .account__order-status i {
      width: 100%;
      height: 1px; }
    .account__order-status p {
      font-weight: 800;
      font-size: 14px;
      line-height: 19px;
      letter-spacing: -0.02em;
      text-transform: uppercase; }
  .account__order-total {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    margin: 0 0 15px; }
    .account__order-total p:not(.account__order-price) {
      font-weight: 600;
      color: var(--color-main-dark); }
      @media only screen and (max-width: 1099px) {
        .account__order-total p:not(.account__order-price) {
          font-size: 16px;
          line-height: 20px; } }
      @media only screen and (min-width: 1100px) and (max-width: 1439px) {
        .account__order-total p:not(.account__order-price) {
          font-size: calc(
 12px + 4 *
 ((100vw - 1100px) / 339));
          line-height: calc(
 15px + 4 * ((100vw - 1100px) / 339)); } }
      @media only screen and (min-width: 1440px) and (max-width: 1600px) {
        .account__order-total p:not(.account__order-price) {
          font-size: calc(
 16px + 2 *
 ((100vw - 1440px) / 160));
          line-height: calc(
 22px + 2 * ((100vw - 1440px) / 160)); } }
      @media only screen and (min-width: 1601px) {
        .account__order-total p:not(.account__order-price) {
          font-size: 18px;
          line-height: 22px; } }
    .account__order-total .account__order-price {
      font-weight: 800;
      letter-spacing: -0.02em;
      text-transform: uppercase;
      color: var(--color-main-dark); }
      @media only screen and (max-width: 759px) {
        .account__order-total .account__order-price {
          font-size: calc(
 25px + 25 *
 ((100vw - 320px) / 439));
          line-height: calc(
 25px + 25 * ((100vw - 320px) / 439)); } }
      @media only screen and (min-width: 760px) and (max-width: 1099px) {
        .account__order-total .account__order-price {
          font-size: 50px;
          line-height: 50px; } }
      @media only screen and (min-width: 1100px) and (max-width: 1439px) {
        .account__order-total .account__order-price {
          font-size: calc(
 38px + 12 *
 ((100vw - 1100px) / 339));
          line-height: calc(
 38px + 12 * ((100vw - 1100px) / 339)); } }
      @media only screen and (min-width: 1440px) and (max-width: 1600px) {
        .account__order-total .account__order-price {
          font-size: calc(
 50px + 6 *
 ((100vw - 1440px) / 160));
          line-height: calc(
 50px + 6 * ((100vw - 1440px) / 160)); } }
      @media only screen and (min-width: 1601px) {
        .account__order-total .account__order-price {
          font-size: 56px;
          line-height: 56px; } }
      .account__order-total .account__order-price span {
        font-size: 25px;
        line-height: 20px; }
  .account__order-info {
    display: inline-block;
    margin: 0 19px 0 0; }
    .account__order-info h5 {
      font-weight: 600;
      color: var(--color-main-dark);
      margin: 0 0 6px; }
      @media only screen and (max-width: 1099px) {
        .account__order-info h5 {
          font-size: 16px;
          line-height: 20px; } }
      @media only screen and (min-width: 1100px) and (max-width: 1439px) {
        .account__order-info h5 {
          font-size: calc(
 12px + 4 *
 ((100vw - 1100px) / 339));
          line-height: calc(
 15px + 4 * ((100vw - 1100px) / 339)); } }
      @media only screen and (min-width: 1440px) and (max-width: 1600px) {
        .account__order-info h5 {
          font-size: calc(
 16px + 2 *
 ((100vw - 1440px) / 160));
          line-height: calc(
 22px + 2 * ((100vw - 1440px) / 160)); } }
      @media only screen and (min-width: 1601px) {
        .account__order-info h5 {
          font-size: 18px;
          line-height: 22px; } }
    .account__order-wrapper p {
      color: var(--color-main-dark);
      font-weight: 400;
      font-size: 14px;
      line-height: 25px;
      letter-spacing: -0.02em; }
    .account__order-wrapper span {
      color: var(--color-main-dark);
      font-weight: 300;
      font-size: 14px;
      line-height: 25px;
      letter-spacing: -0.02em; }
      .account__order-wrapper span a {
        color: var(--color-main-accent); }
  .account__order-pay {
    display: inline-block;
    margin: 0 19px 0 0; }
    .account__order-pay>p {
      color: var(--color-main-dark);
      font-weight: 600; }
      @media only screen and (max-width: 1099px) {
        .account__order-pay>p {
          font-size: 16px;
          line-height: 20px; } }
      @media only screen and (min-width: 1100px) and (max-width: 1439px) {
        .account__order-pay>p {
          font-size: calc(
 12px + 4 *
 ((100vw - 1100px) / 339));
          line-height: calc(
 15px + 4 * ((100vw - 1100px) / 339)); } }
      @media only screen and (min-width: 1440px) and (max-width: 1600px) {
        .account__order-pay>p {
          font-size: calc(
 16px + 2 *
 ((100vw - 1440px) / 160));
          line-height: calc(
 22px + 2 * ((100vw - 1440px) / 160)); } }
      @media only screen and (min-width: 1601px) {
        .account__order-pay>p {
          font-size: 18px;
          line-height: 22px; } }
  .account__order-count {
    margin: 0 19px 0 0;
    display: inline-block; }
    .account__order-count p {
      font-weight: 600;
      color: var(--color-main-dark); }
      @media only screen and (max-width: 1099px) {
        .account__order-count p {
          font-size: 16px;
          line-height: 20px; } }
      @media only screen and (min-width: 1100px) and (max-width: 1439px) {
        .account__order-count p {
          font-size: calc(
 12px + 4 *
 ((100vw - 1100px) / 339));
          line-height: calc(
 15px + 4 * ((100vw - 1100px) / 339)); } }
      @media only screen and (min-width: 1440px) and (max-width: 1600px) {
        .account__order-count p {
          font-size: calc(
 16px + 2 *
 ((100vw - 1440px) / 160));
          line-height: calc(
 22px + 2 * ((100vw - 1440px) / 160)); } }
      @media only screen and (min-width: 1601px) {
        .account__order-count p {
          font-size: 18px;
          line-height: 22px; } }
  .account__order-toggle {
    margin: 17px 0 0;
    display: grid;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    grid-template-columns: 1fr auto;
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px; }
    .account__order-toggle_line {
      width: 100%;
      height: 1px;
      background-color: var(--color-header-socials); }
    .account__order-toggle p {
      font-weight: 300;
      color: var(--color-main-accent); }
      @media only screen and (max-width: 759px) {
        .account__order-toggle p {
          font-size: calc(
 13px + 3 *
 ((100vw - 320px) / 439));
          line-height: calc(
 25px + 3 * ((100vw - 320px) / 439)); } }
      @media only screen and (min-width: 760px) and (max-width: 1099px) {
        .account__order-toggle p {
          font-size: 16px;
          line-height: 25px; } }
      @media only screen and (min-width: 1100px) and (max-width: 1439px) {
        .account__order-toggle p {
          font-size: calc(
 12px + 4 *
 ((100vw - 1100px) / 339));
          line-height: calc(
 19px + 4 * ((100vw - 1100px) / 339)); } }
      @media only screen and (min-width: 1440px) and (max-width: 1600px) {
        .account__order-toggle p {
          font-size: calc(
 16px + 2 *
 ((100vw - 1440px) / 160));
          line-height: calc(
 25px + 2 * ((100vw - 1440px) / 160)); } }
      @media only screen and (min-width: 1601px) {
        .account__order-toggle p {
          font-size: 18px;
          line-height: 27px; } }

  .account__order-show {
    position: relative;
    padding: 0 15px 0 0;
    cursor: pointer; }
    .account__order-show::after {
      position: absolute;
      content: url("../static/svg-account-arrow.svg");
      right: 0;
      top: 50%;
      -webkit-transform: translateY(-5px) rotate(180deg);
              transform: translateY(-5px) rotate(180deg); }

  .account__order.active .account__order-info {
    margin: 0 0 15px; }
    .account__order.active .account__order-show::after {
      -webkit-transform: translateY(-10px) rotate(0);
              transform: translateY(-10px) rotate(0); }
  .account__order:not(.active) .account__order-show>*:last-child {
    display: none; }
  .account__order.active .account__order-show>*:first-child {
    display: none; }

.privacy {
  background: url(http://vagonka.page.ua/wp-content/themes/vagonka/front/static/singup-bg.svg); }
  .privacy__wrapper {
    padding: 28px 0 100px; }
    .privacy__wrapper p {
      color: var(--color-main-dark);
      font-weight: 300;
      font-size: 20px;
      line-height: e 30px;
      margin: 0 0 25px; }
    .privacy__wrapper ul {
      margin: 0 0 75px 50px; }
      .privacy__wrapper ul li {
        position: relative;
        color: var(--color-main-dark);
        font-weight: 300;
        font-size: 20px;
        line-height: 30px; }
        .privacy__wrapper ul li:before {
          position: absolute;
          content: "";
          height: 10px;
          width: 10px;
          left: -15px;
          top: 50%;
          background: var(--color-main-accent);
          -webkit-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%); }
    .privacy__wrapper ol {
      margin: 0 0 0 50px; }
      .privacy__wrapper ol li {
        position: relative;
        color: var(--color-main-dark);
        font-weight: 300;
        font-size: 20px;
        line-height: 30px;
        list-style-type: auto; }
        .privacy__wrapper ol li::marker {
          color: var(--color-main-accent);
          font-weight: 800; }
    .privacy__wrapper h2 {
      color: var(--color-main-dark);
      font-weight: 700;
      letter-spacing: -0.02em;
      margin: 0 0 30px; }
      @media only screen and (max-width: 759px) {
        .privacy__wrapper h2 {
          font-size: calc(
 25px + 5 *
 ((100vw - 320px) / 439));
          line-height: calc(
 30px + 5 * ((100vw - 320px) / 439)); } }
      @media only screen and (min-width: 760px) and (max-width: 1099px) {
        .privacy__wrapper h2 {
          font-size: 30px;
          line-height: 40px; } }
      @media only screen and (min-width: 1100px) and (max-width: 1439px) {
        .privacy__wrapper h2 {
          font-size: calc(
 23px + 7 *
 ((100vw - 1100px) / 339));
          line-height: calc(
 31px + 7 * ((100vw - 1100px) / 339)); } }
      @media only screen and (min-width: 1440px) and (max-width: 1600px) {
        .privacy__wrapper h2 {
          font-size: calc(
 30px + 3 *
 ((100vw - 1440px) / 160));
          line-height: calc(
 40px + 3 * ((100vw - 1440px) / 160)); } }
      @media only screen and (min-width: 1601px) {
        .privacy__wrapper h2 {
          font-size: 33px;
          line-height: 45px; } }
  .privacy__title {
    overflow: hidden;
    margin: 0 0 30px; }
    @media only screen and (max-width: 759px) {
      .privacy__title h1 {
        font-size: calc(
 25px + 25 *
 ((100vw - 320px) / 439));
        line-height: calc(
 25px + 25 * ((100vw - 320px) / 439)); } }
    @media only screen and (min-width: 760px) and (max-width: 1099px) {
      .privacy__title h1 {
        font-size: 50px;
        line-height: 50px; } }
    @media only screen and (min-width: 1100px) and (max-width: 1439px) {
      .privacy__title h1 {
        font-size: calc(
 38px + 12 *
 ((100vw - 1100px) / 339));
        line-height: calc(
 38px + 12 * ((100vw - 1100px) / 339)); } }
    @media only screen and (min-width: 1440px) and (max-width: 1600px) {
      .privacy__title h1 {
        font-size: calc(
 50px + 6 *
 ((100vw - 1440px) / 160));
        line-height: calc(
 50px + 6 * ((100vw - 1440px) / 160)); } }
    @media only screen and (min-width: 1601px) {
      .privacy__title h1 {
        font-size: 56px;
        line-height: 56px; } }

.article {
  overflow: hidden;
  --color-article-arrows: #fff; }
  .article__wrapper {
    padding: 28px 0 100px; }
  .article__text p {
    color: var(--color-main-dark);
    font-weight: 300;
    font-size: 16px;
    line-height: 25px;
    margin: 0 0 25px; }
  .article__text ul {
    margin: 0 0 75px 26px; }
    .article__text ul li {
      position: relative;
      color: var(--color-main-dark);
      font-weight: 300;
      font-size: 16px;
      line-height: 30px; }
      .article__text ul li:before {
        position: absolute;
        content: "";
        height: 8px;
        width: 8px;
        left: -18px;
        top: 15px;
        background: var(--color-main-accent);
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%); }
  .article__text ol {
    margin: 0 0 0 20px; }
    .article__text ol li {
      position: relative;
      color: var(--color-main-dark);
      font-weight: 300;
      font-size: 16px;
      line-height: 30px;
      list-style-type: auto;
      padding: 0 0 0 6px; }
      .article__text ol li::marker {
        color: var(--color-main-accent);
        font-weight: 800; }
  .article__text h2 {
    color: var(--color-main-dark);
    font-weight: 700;
    letter-spacing: -0.02em;
    margin: 0 0 30px; }
    @media only screen and (max-width: 759px) {
      .article__text h2 {
        font-size: calc(
 25px + 5 *
 ((100vw - 320px) / 439));
        line-height: calc(
 30px + 5 * ((100vw - 320px) / 439)); } }
    @media only screen and (min-width: 760px) and (max-width: 1099px) {
      .article__text h2 {
        font-size: 30px;
        line-height: 40px; } }
    @media only screen and (min-width: 1100px) and (max-width: 1439px) {
      .article__text h2 {
        font-size: calc(
 23px + 7 *
 ((100vw - 1100px) / 339));
        line-height: calc(
 31px + 7 * ((100vw - 1100px) / 339)); } }
    @media only screen and (min-width: 1440px) and (max-width: 1600px) {
      .article__text h2 {
        font-size: calc(
 30px + 3 *
 ((100vw - 1440px) / 160));
        line-height: calc(
 40px + 3 * ((100vw - 1440px) / 160)); } }
    @media only screen and (min-width: 1601px) {
      .article__text h2 {
        font-size: 33px;
        line-height: 45px; } }
  .article__title {
    margin: 0 0 30px; }
    @media only screen and (max-width: 759px) {
      .article__title h1 {
        font-size: calc(
 25px + 25 *
 ((100vw - 320px) / 439));
        line-height: calc(
 25px + 25 * ((100vw - 320px) / 439)); } }
    @media only screen and (min-width: 760px) and (max-width: 1099px) {
      .article__title h1 {
        font-size: 50px;
        line-height: 50px; } }
    @media only screen and (min-width: 1100px) and (max-width: 1439px) {
      .article__title h1 {
        font-size: calc(
 38px + 12 *
 ((100vw - 1100px) / 339));
        line-height: calc(
 38px + 12 * ((100vw - 1100px) / 339)); } }
    @media only screen and (min-width: 1440px) and (max-width: 1600px) {
      .article__title h1 {
        font-size: calc(
 50px + 6 *
 ((100vw - 1440px) / 160));
        line-height: calc(
 50px + 6 * ((100vw - 1440px) / 160)); } }
    @media only screen and (min-width: 1601px) {
      .article__title h1 {
        font-size: 56px;
        line-height: 56px; } }
  .article__date {
    display: none; }
  .article picture {
    width: 100%;
    display: block;
    margin: 0 0 40px; }
    .article picture img {
      width: 100%;
      height: auto;
    }
  .article__slider {
    padding: 50px 0;
    position: relative;
    min-width: 0; }
    .article__slider:after {
      content: "";
      position: absolute;
      width: 100%;
      bottom: 0;
      height: 1px;
      background-color: var(--color-header-socials); }
    .article__slider-prev {
      margin: 0 0 23px; }
    .article__slider-arrows {
      position: absolute;
      z-index: 9;
      top: 50%;
      right: 0;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); }
    .article__slider ul {
      width: calc(100% - 40px); }
      .article__slider ul li {
        width: 100%;
        margin: 0 10px 0 0; }
        .article__slider ul li img {
          width: 100%; }
    .article__slider .slick-track {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
  .article__files {
    padding: 50px 0 100px; }
    .article__files ul {
      margin: 0 0 0 36px; }
      .article__files ul li {
        position: relative; }
        .article__files ul li:before {
          position: absolute;
          content: url(../static/svg-file.svg);
          left: -36px;
          top: -6px; }
        .article__files ul li:not(:last-child) {
          margin: 0 0 20px; }
        .article__files ul li a {
          color: var(--color-main-accent);
          font-size: 16px;
          line-height: 25px;
          letter-spacing: -0.02em; }
  .article__back-link {
    margin: 0 0 0 36px; }
    .article__back-link a {
      color: var(--color-main-accent);
      font-weight: 400;
      font-size: 20px;
      line-height: 25px;
      position: relative; }
      .article__back-link a::before {
        position: absolute;
        content: "";
        width: 200px;
        left: -8px;
        -webkit-transform: translate(-100%, 0);
                transform: translate(-100%, 0);
        background-color: var(--color-main-accent);
        height: 1px;
        top: 12px; }

.header-fixed .partners__wraper {
  padding: 113px 0 80px; }

.show {
  display: block !important; }

.show-grid {
  display: grid; }

.header {
  z-index: 99; }
  .header .container {
    padding-top: 16px;
    padding-bottom: 10px; }
  .header .cart-count {
    position: absolute;
    top: 50%;
    height: 20px;
    width: 20px;
    -webkit-transform: translate(50%, -50%);
            transform: translate(50%, -50%);
    border-radius: 50%;
    background-color: var(--color-main-accent);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .header .cart-count p {
      color: var(--color-main-light);
      font-size: 12px;
      font-weight: 700; }
  .header__wrapper {
    display: grid;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    grid-template-areas: "logo actions" "logo mobile-toggle";
    grid-template-columns: 147px minmax(auto, 110px);
    -webkit-column-gap: 83px;
       -moz-column-gap: 23px;
            column-gap: 23px;
            }

  .header__logo {
    height: 100%;
    width: 100%;
    grid-area: logo; }
    .header__logo a {
      display: inline-block;
      width: 100%;
      height: 100%; }
      .header__logo a img {
        width: 100%; }
  .header__actions {
    grid-area: actions;
    width: 100%; }
    .header__actions ul {
      margin-top: 10px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      .header__actions ul li {
        position: relative; }
        .header__actions ul li a {
          position: relative; }
          .header__actions ul li a span {
            display: none; }
          .header__actions ul li a .cart-count {
            position: absolute;
            left: 0; }
        .header__actions ul li section {
          position: absolute;
          right: 0; }
          .header__actions ul li section.popup-login {
            padding: 30px;
            width: 340px;
            top: calc(100% + 15px); }
          .header__actions ul li section.popup-cart {
            padding: 30px;
            width: -webkit-max-content;
            width: -moz-max-content;
            width: max-content;
            top: calc(100% + 15px); }
          .header__actions ul li section.popup-catalog {
            position: fixed !important;
            width: 100%;
            top: 100px; }
          .header__actions ul li section.popup-account {
            padding: 20px 30px 15px;
            top: calc(100% + 15px); }
    .header__actions-popup {
      background-color: var(--color-main-light);
      -webkit-box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.08);
              box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.08);
      display: none;
      z-index: 99; }
      .header__actions-popup.show {
        display: block; }
  .header__mobile-toggle {
    grid-area: mobile-toggle;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content; }
    .header__mobile-toggle ul {
      margin-top: 19px; }
      .header__mobile-toggle ul li i {
        margin-right: 7px; }
      .header__mobile-toggle ul li span {
        color: var(--color-header-main);
        font-weight: 700;
        line-height: 20px;
        font-size: 15px; }
      .header__mobile-toggle ul li.open {
        display: block; }
      .header__mobile-toggle ul li.close {
        display: none; }
  .header__nav {
    display: none; }
  .header__contacts {
    display: none; }
  .header__socials {
    display: none; }




  .header__lang {
    grid-area: lang;
    display: none;
    cursor: pointer; }
    .header__lang-display {
      display: none; }
      .header__lang-display li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
      .header__lang-display span {
        text-transform: uppercase;
        color: var(--color-header-main);
        margin-right: 6px;
        font-weight: 700; }
        @media only screen and (max-width: 1099px) {
          .header__lang-display span {
            font-size: 15px;
            line-height: 20px; } }
        @media only screen and (min-width: 1100px) and (max-width: 1439px) {
          .header__lang-display span {
            font-size: calc(
 11px + 4 *
 ((100vw - 1100px) / 339));
            line-height: calc(
 15px + 4 * ((100vw - 1100px) / 339)); } }
        @media only screen and (min-width: 1440px) and (max-width: 1600px) {
          .header__lang-display span {
            font-size: calc(
 15px + 2 *
 ((100vw - 1440px) / 160));
            line-height: calc(
 20px + 2 * ((100vw - 1440px) / 160)); } }
        @media only screen and (min-width: 1601px) {
          .header__lang-display span {
            font-size: 17px;
            line-height: 22px; } }
    .header__lang-popup {
      display: none; }
      .header__lang-popup ul li a {
        color: #000;
        text-transform: uppercase;
        font-weight: 600; }
        @media only screen and (max-width: 1099px) {
          .header__lang-popup ul li a {
            font-size: 15px;
            line-height: 20px; } }
        @media only screen and (min-width: 1100px) and (max-width: 1439px) {
          .header__lang-popup ul li a {
            font-size: calc(
 11px + 4 *
 ((100vw - 1100px) / 339));
            line-height: calc(
 15px + 4 * ((100vw - 1100px) / 339)); } }
        @media only screen and (min-width: 1440px) and (max-width: 1600px) {
          .header__lang-popup ul li a {
            font-size: calc(
 15px + 2 *
 ((100vw - 1440px) / 160));
            line-height: calc(
 20px + 2 * ((100vw - 1440px) / 160)); } }
        @media only screen and (min-width: 1601px) {
          .header__lang-popup ul li a {
            font-size: 17px;
            line-height: 22px; } }
  .header__mobile {
    display: none; }
  .header .active:not(.header__lang-item) {
    --color-header-main: var(--color-main-accent); }

.mobile-menu {
  overflow: hidden; }
  .mobile-menu .header {
    --color-header-main: #333;
    --color-header-socials: #333;
    background-color: var(--color-main-light); }
    .mobile-menu .header__wrapper {
      grid-template-areas: "logo lang" "logo mobile-toggle"; }
    .mobile-menu .header__actions {
      display: none; }
    .mobile-menu .header__lang {
      display: block;
      margin-top: 9px; }
      .mobile-menu .header__lang-popup {
        display: block; }
        .mobile-menu .header__lang-popup ul {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: end;
              -ms-flex-pack: end;
                  justify-content: flex-end;
          -webkit-column-gap: 5px;
             -moz-column-gap: 5px;
                  column-gap: 5px; }
          .mobile-menu .header__lang-popup ul a.active {
            color: var(--color-main-accent); }
    .mobile-menu .header__mobile {
      overflow-x: auto;
      display: block;
      position: fixed;
      padding-top: 30px;
      top: 84px;
      width: 100%;
      height: calc(100vh - 84px);
      left: 0;
      right: 0;
      bottom: 0;
      background-color: var(--color-main-light);
      z-index: 9999; }
      .mobile-menu .header__mobile-toggle ul li.open {
        display: none; }
      .mobile-menu .header__mobile-toggle ul li.close {
        display: block; }
      .mobile-menu .header__mobile-nav ul li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        margin-bottom: 25px; }
        .mobile-menu .header__mobile-nav ul li a {
          color: var(--color-header-main);
          font-size: 18px;
          line-height: 25px;
          font-weight: 700; }
        .mobile-menu .header__mobile-nav ul li i {
          margin-left: 10px; }
      .mobile-menu .header__mobile-actions {
        padding: 25px 0;
        position: relative; }
        .mobile-menu .header__mobile-actions:before, .mobile-menu .header__mobile-actions:after {
          content: "";
          position: absolute;
          background-color: #e0e0e0;
          width: 100%;
          height: 1px; }
        .mobile-menu .header__mobile-actions:before {
          top: 0; }
        .mobile-menu .header__mobile-actions:after {
          bottom: 0; }
        .mobile-menu .header__mobile-actions ul li {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center; }
          .mobile-menu .header__mobile-actions ul li a {
            position: relative; }
            .mobile-menu .header__mobile-actions ul li a span {
              color: var(--color-header-main);
              font-size: 18px;
              line-height: 25px;
              font-weight: 700; }
            .mobile-menu .header__mobile-actions ul li a i {
              margin-left: 10px; }
          .mobile-menu .header__mobile-actions ul li .cart-count {
            right: 0; }
        .mobile-menu .header__mobile-actions ul li:first-child {
          margin-bottom: 25px; }
      .mobile-menu .header__mobile-contacts {
        margin: 25px 0; }
        .mobile-menu .header__mobile-contacts ul li a {
          color: var(--color-header-main);
          font-size: 18px;
          line-height: 25px;
          font-weight: 600; }
        .mobile-menu .header__mobile-contacts ul:first-child {
          margin-bottom: 6px; }
      .mobile-menu .header__mobile-socials ul li {
        padding-bottom: 25px; }
        .mobile-menu .header__mobile-socials ul li a span {
          color: var(--color-header-main);
          font-size: 16px;
          line-height: 25px;
          font-weight: 600; }
        .mobile-menu .header__mobile-socials ul li a i {
          margin-left: 10px; }
    .mobile-menu .header .container {
      -webkit-box-shadow: none;
              box-shadow: none; }

.header-fixed .header {
  height: 85px; }
  .header-fixed .header .container {
    -webkit-box-shadow: 0 4px 11px rgba(0, 0, 0, 0.05);
            box-shadow: 0 4px 11px rgba(0, 0, 0, 0.05);
    --color-header-main: #333333;
    position: fixed;
    width: 100%;
    max-width: 100%;
    -webkit-animation: dropDown 300ms forwards;
            animation: dropDown 300ms forwards;
    background-color: #fff;
    height: auto;
    z-index: 999; }
    .header-fixed .header .container .section__outer {
      max-width: 1480px;
      margin: 0 auto; }

@-webkit-keyframes dropDown {
  from {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    opacity: 0; }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@keyframes dropDown {
  from {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    opacity: 0; }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@media only screen and (min-width: 760px) {
  .header .container {
    padding-top: 20px; }
  .header__wrapper {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    grid-template-columns: 169px auto;
    -webkit-column-gap: 37px;
       -moz-column-gap: 37px;
            column-gap: 37px; }
  .header__actions ul li:not(:first-child) {
    margin: 0 0 0 30px; }
  .header__actions ul li a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    text-decoration: none;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .header__actions ul li a i {
      margin: 0 11px 0 0; }
    .header__actions ul li a span {
      display: block;
      color: var(--color-header-main);
      font-weight: 700; } }
    @media only screen and (min-width: 760px) and (max-width: 1099px) {
      .header__actions ul li a span {
        font-size: 15px;
        line-height: 20px; } }
    @media only screen and (min-width: 760px) and (min-width: 1100px) and (max-width: 1439px) {
      .header__actions ul li a span {
        font-size: calc(
 11px + 4 *
 ((100vw - 1100px) / 339));
        line-height: calc(
 15px + 4 * ((100vw - 1100px) / 339)); } }
    @media only screen and (min-width: 760px) and (min-width: 1440px) and (max-width: 1600px) {
      .header__actions ul li a span {
        font-size: calc(
 15px + 2 *
 ((100vw - 1440px) / 160));
        line-height: calc(
 20px + 2 * ((100vw - 1440px) / 160)); } }
    @media only screen and (min-width: 760px) and (min-width: 1601px) {
      .header__actions ul li a span {
        font-size: 17px;
        line-height: 22px; } }

@media only screen and (min-width: 760px) {
  .mobile-menu .header__mobile {
    top: 94px; }
  .mobile-menu .header__lang-popup ul {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; } }

@media only screen and (min-width: 1100px) {
  .header .container {
    padding-top: 20px; }
  .header__wrapper {
    grid-template-columns: 12% 30px 1fr 1fr 1fr auto;
    grid-template-areas: "logo . nav nav socials lang"
 "logo . actions actions actions actions";
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0; }
  .header__actions {
    -ms-flex-item-align: end;
        align-self: flex-end; }
    .header__actions ul {
      margin-top: 16px; }
      .header__actions ul li:first-child {
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%; }
      .header__actions ul li:not(:first-child) {
        margin: 0 0 0 3.5%; }
        .header__actions ul li:not(:first-child) a {
          -webkit-box-orient: horizontal;
          -webkit-box-direction: reverse;
              -ms-flex-direction: row-reverse;
                  flex-direction: row-reverse; }
          .header__actions ul li:not(:first-child) a i {
            margin: 0 0 0 11px; }
          .header__actions ul li:not(:first-child) a .cart-count {
            left: auto; }
  .header__nav {
    display: block;
    grid-area: nav;
    align-self: center; }
    .header__nav ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .header__nav ul li {
        margin-right: 3%; }
        .header__nav ul li a {
          text-decoration: none;
          color: var(--color-header-main);
          font-weight: 600; } }
        @media only screen and (min-width: 1100px) and (max-width: 1099px) {
          .header__nav ul li a {
            font-size: 15px;
            line-height: 20px; } }
        @media only screen and (min-width: 1100px) and (min-width: 1100px) and (max-width: 1439px) {
          .header__nav ul li a {
            font-size: calc(
 11px + 4 *
 ((100vw - 1100px) / 339));
            line-height: calc(
 15px + 4 * ((100vw - 1100px) / 339)); } }
        @media only screen and (min-width: 1100px) and (min-width: 1440px) and (max-width: 1600px) {
          .header__nav ul li a {
            font-size: calc(
 15px + 2 *
 ((100vw - 1440px) / 160));
            line-height: calc(
 20px + 2 * ((100vw - 1440px) / 160)); } }
        @media only screen and (min-width: 1100px) and (min-width: 1601px) {
          .header__nav ul li a {
            font-size: 17px;
            line-height: 22px; } }

@media only screen and (min-width: 1100px) {
  .header__socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    grid-area: socials;
    align-self: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
    .header__socials ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .header__socials ul li:not(:last-child) {
        margin-right: 10%; }
      .header__socials ul li a {
        text-decoration: none; }
  .header__lang {
    margin-left: 30px;
    -ms-flex-item-align: center;
        align-self: center;
    position: relative;
    display: block; }
    .header__lang-display {
      display: block; }
    .header__lang-popup {
      position: absolute;
      right: 5px;
      bottom: -7px;
      padding: 10px;
      background-color: #fff;
      -webkit-transform: translateY(100%);
              transform: translateY(100%);
      z-index: 9; }
      .header__lang-popup ul li:not(:last-child) {
        margin: 0 0 5px; }
  .header__mobile-toggle {
    display: none; }
  .header__actions ul {
    margin-top: 0; } }
  @media only screen and (min-width: 1100px) and (min-width: 1100px) and (max-width: 1439px) {
    .header__actions ul li a span {
      font-size: calc(
 15px + 5 *
 ((100vw - 1100px) / 339));
      line-height: calc(
 15px + 5 * ((100vw - 1100px) / 339)); } }
  @media only screen and (min-width: 1100px) and (min-width: 1440px) and (max-width: 1600px) {
    .header__actions ul li a span {
      font-size: calc(
 20px + 2 *
 ((100vw - 1440px) / 160));
      line-height: calc(
 33px + 2 * ((100vw - 1440px) / 160)); } }
  @media only screen and (min-width: 1100px) and (min-width: 1601px) {
    .header__actions ul li a span {
      font-size: 22px;
      line-height: 30px; } }

@media only screen and (min-width: 1100px) {
  body.header-top .header {
    padding-top: 30px;
    -webkit-box-shadow: none;
            box-shadow: none; }
    body.header-top .header__wrapper {
      grid-template-columns: 3fr 1fr 3fr 1fr 1.3fr 1fr minmax(auto, 0.7fr);
      grid-template-rows: auto 1fr;
      grid-template-areas: "nav . logo contacts contacts socials lang"
 "actions actions actions actions actions actions actions";
      row-gap: 30px; }
    body.header-top .header__contacts {
      display: block;
      grid-area: contacts; }
      body.header-top .header__contacts ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: end;
            -ms-flex-align: end;
                align-items: flex-end; }
        body.header-top .header__contacts ul li:first-child {
          margin-bottom: 10px; }
        body.header-top .header__contacts ul li a {
          color: var(--color-main-light);
          font-weight: 600; } }
        @media only screen and (min-width: 1100px) and (max-width: 1099px) {
          body.header-top .header__contacts ul li a {
            font-size: 15px;
            line-height: 20px; } }
        @media only screen and (min-width: 1100px) and (min-width: 1100px) and (max-width: 1439px) {
          body.header-top .header__contacts ul li a {
            font-size: calc(
 11px + 4 *
 ((100vw - 1100px) / 339));
            line-height: calc(
 15px + 4 * ((100vw - 1100px) / 339)); } }
        @media only screen and (min-width: 1100px) and (min-width: 1440px) and (max-width: 1600px) {
          body.header-top .header__contacts ul li a {
            font-size: calc(
 15px + 2 *
 ((100vw - 1440px) / 160));
            line-height: calc(
 20px + 2 * ((100vw - 1440px) / 160)); } }
        @media only screen and (min-width: 1100px) and (min-width: 1601px) {
          body.header-top .header__contacts ul li a {
            font-size: 17px;
            line-height: 22px; } }

@media only screen and (min-width: 1100px) {
    body.header-top .header__logo {
      position: relative;
      z-index: 5; }
      body.header-top .header__logo a {
        position: absolute;
        min-width: 215px;
        width: 20vw;
        max-width: 315px;
        left: 50%;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content; }
    body.header-top .header__nav ul {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-column-gap: 17px;
         -moz-column-gap: 17px;
              column-gap: 17px;
      row-gap: 10px; }
      body.header-top .header__nav ul li {
        margin-right: 0; }
    body.header-top .header__lang {
      margin-left: 0;
      -ms-flex-item-align: start;
          align-self: flex-start; }
      body.header-top .header__lang-display ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: end; }
        body.header-top .header__lang-display ul span {
          color: var(--color-main-light); }
    body.header-top .header__socials {
      -ms-flex-item-align: start;
          align-self: flex-start; }
      body.header-top .header__socials ul {
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end; }
    body.header-top .header__actions ul li a {
      -webkit-box-align: baseline;
          -ms-flex-align: baseline;
              align-items: baseline; } }
    @media only screen and (min-width: 1100px) and (min-width: 1100px) and (max-width: 1439px) {
      body.header-top .header__actions ul li a span {
        font-size: calc(
 18px + 6 *
 ((100vw - 1100px) / 339));
        line-height: calc(
 25px + 6 * ((100vw - 1100px) / 339)); } }
    @media only screen and (min-width: 1100px) and (min-width: 1440px) and (max-width: 1600px) {
      body.header-top .header__actions ul li a span {
        font-size: calc(
 24px + 3 *
 ((100vw - 1440px) / 160));
        line-height: calc(
 33px + 3 * ((100vw - 1440px) / 160)); } }
    @media only screen and (min-width: 1100px) and (min-width: 1601px) {
      body.header-top .header__actions ul li a span {
        font-size: 27px;
        line-height: 37px; } }

@media only screen and (min-width: 1100px) {
    body.header-top .header__actions ul li:not(:first-child) a {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse;
      -webkit-box-align: baseline;
          -ms-flex-align: baseline;
              align-items: baseline; }
      body.header-top .header__actions ul li:not(:first-child) a i {
        margin-left: 11px;
        margin-right: 0; }
      body.header-top .header__actions ul li:not(:first-child) a .cart-count {
        right: 0;
        left: auto; }
    body.header-top .header__actions ul .popup-catalog {
      top: 190px; }
      body.header-top .header__actions ul .popup-catalog ol li a {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
.cover {
  padding: 70px 0 86px;
  height: 100%;
}
.cover__wrapper {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.cover__title {
  margin: 0 0 24px;
}
.cover__title h1 {
  text-transform: uppercase;
  font-weight: 800;
  text-align: center;
  color: var(--color-main-light);
}
.cover>.container{
  height: 100%;
}
@media only screen and (max-width: 759px) {
  .cover__title h1 {
    font-size: calc(30px + 30 * ((100vw - 320px) / 439));
    line-height: calc(30px + 30 * ((100vw - 320px) / 439));
  }
}
@media only screen and (min-width: 760px) and (max-width: 1099px) {
  .cover__title h1 {
    font-size: 60px;
    line-height: 60px;
  }
}
@media only screen and (min-width: 1100px) and (max-width: 1439px) {
  .cover__title h1 {
    font-size: calc(46px + 14 * ((100vw - 1100px) / 339));
    line-height: calc(46px + 14 * ((100vw - 1100px) / 339));
  }
}
@media only screen and (min-width: 1440px) and (max-width: 1600px) {
  .cover__title h1 {
    font-size: calc(60px + 7 * ((100vw - 1440px) / 160));
    line-height: calc(60px + 7 * ((100vw - 1440px) / 160));
  }
}
@media only screen and (min-width: 1601px) {
  .cover__title h1 {
    font-size: 67px;
    line-height: 67px;
  }
}
@media only screen and (min-width: 760px) {
  .cover__title {
    max-width: 620px;
    margin: 0 0 33px;
  }
}
@media only screen and (min-width: 1100px) {
  .cover {
    padding: 150px 0 86px;
  }
  .cover__title {
    max-width: 45%;
  }
}
@media only screen and (min-width: 1600px) {
  .cover {
    padding: 190px 0 86px;
  }
}
.offer {
  margin-top: 90px;
  width: 100%;
}
.offer__composition {
  height: 300px;
  width: 100%;
  position: relative;
}
.offer__image {
  width: 100%;
  max-width: 205px;
  position: absolute;
  left: calc(100% / 3 + 20px);
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 10;
}
.offer__image img {
  width: 100%;
}
.offer__bg,
.offer__pattern {
  position: absolute;
  height: 100%;
}
.offer__bg {
  width: calc(100% / 3 * 2);
  background-size: cover;
  left: calc(100% / 3 + 20px);
  z-index: -1;
  background-repeat: round;
}
.offer__pattern {
  z-index: 2;
  top: -40px;
  left: calc(100% / 3 + 70px);
}
.offer__pattern img {
  height: 100%;
}
.offer__description {
  width: 100%;
  margin-top: 33px;
  position: relative;
}
.offer__label {
  display: inline-block;
  position: absolute;
  padding: 8px 5px 4px;
  background-color: var(--color-main-accent);
  margin: 0 0 0 2.5%;
  -webkit-clip-path: polygon(0 0, 50% 25%, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(0 0, 50% 25%, 100% 0, 100% 100%, 0 100%);
  bottom: 100%;
}
.feature__title h3,
.offer__label span,
.offer__subtitle p,
.offer__title h2 {
  font-weight: 800;
  text-transform: uppercase;
}
.offer__label span {
  color: var(--color-main-light);
  font-size: var(--size-offer-label);
}
.feature__title h3,
.offer__title h2 {
  color: var(--color-main-dark);
  letter-spacing: -0.02em;
}
@media only screen and (max-width: 759px) {
  .offer__title h2 {
    font-size: calc(35px + 45 * ((100vw - 320px) / 439));
    line-height: calc(35px + 45 * ((100vw - 320px) / 439));
  }
}
@media only screen and (min-width: 760px) and (max-width: 1099px) {
  .offer__title h2 {
    font-size: 80px;
    line-height: 80px;
  }
}
@media only screen and (min-width: 1100px) and (max-width: 1439px) {
  .offer__title h2 {
    font-size: calc(61px + 19 * ((100vw - 1100px) / 339));
    line-height: calc(61px + 19 * ((100vw - 1100px) / 339));
  }
}
@media only screen and (min-width: 1440px) and (max-width: 1600px) {
  .offer__title h2 {
    font-size: calc(80px + 9 * ((100vw - 1440px) / 160));
    line-height: calc(80px + 9 * ((100vw - 1440px) / 160));
  }
}
@media only screen and (min-width: 1601px) {
  .offer__title h2 {
    font-size: 89px;
    line-height: 89px;
  }
}
.offer__subtitle {
  margin-top: 3px;
}
.offer__subtitle p {
  color: var(--color-main-dark);
}
@media only screen and (max-width: 759px) {
  .offer__subtitle p {
    font-size: calc(25px + 15 * ((100vw - 320px) / 439));
    line-height: calc(25px + 15 * ((100vw - 320px) / 439));
  }
}
@media only screen and (min-width: 760px) and (max-width: 1099px) {
  .offer__subtitle p {
    font-size: 40px;
    line-height: 40px;
  }
}
@media only screen and (min-width: 1100px) and (max-width: 1439px) {
  .offer__subtitle p {
    font-size: calc(31px + 9 * ((100vw - 1100px) / 339));
    line-height: calc(31px + 9 * ((100vw - 1100px) / 339));
  }
}
@media only screen and (min-width: 1440px) and (max-width: 1600px) {
  .offer__subtitle p {
    font-size: calc(40px + 4 * ((100vw - 1440px) / 160));
    line-height: calc(40px + 4 * ((100vw - 1440px) / 160));
  }
}
@media only screen and (min-width: 1601px) {
  .offer__subtitle p {
    font-size: 44px;
    line-height: 44px;
  }
}
.offer__text {
  margin-top: 15px;
}
.offer__text p {
  color: var(--color-black);
  font-weight: 400;
}
@media only screen and (max-width: 759px) {
  .offer__text p {
    font-size: calc(16px + 4 * ((100vw - 320px) / 439));
    line-height: calc(25px + 4 * ((100vw - 320px) / 439));
  }
}
@media only screen and (min-width: 760px) and (max-width: 1099px) {
  .offer__text p {
    font-size: 20px;
    line-height: 30px;
  }
}
@media only screen and (min-width: 1100px) and (max-width: 1439px) {
  .offer__text p {
    font-size: calc(15px + 5 * ((100vw - 1100px) / 339));
    line-height: calc(23px + 5 * ((100vw - 1100px) / 339));
  }
}
@media only screen and (min-width: 1440px) and (max-width: 1600px) {
  .offer__text p {
    font-size: calc(20px + 2 * ((100vw - 1440px) / 160));
    line-height: calc(30px + 2 * ((100vw - 1440px) / 160));
  }
}
@media only screen and (min-width: 1601px) {
  .offer__text p {
    font-size: 22px;
    line-height: 33px;
  }
}
.offer__btn {
  margin-top: 30px;
}
@media only screen and (max-width: 759px) {
  .offer__btn a {
    font-size: calc(16px + 4 * ((100vw - 320px) / 439));
    line-height: calc(25px + 4 * ((100vw - 320px) / 439));
  }
}
@media only screen and (min-width: 760px) and (max-width: 1099px) {
  .offer__btn a {
    font-size: 20px;
    line-height: 30px;
  }
}
@media only screen and (min-width: 1100px) and (max-width: 1439px) {
  .offer__btn a {
    font-size: calc(15px + 5 * ((100vw - 1100px) / 339));
    line-height: calc(23px + 5 * ((100vw - 1100px) / 339));
  }
}
@media only screen and (min-width: 1440px) and (max-width: 1600px) {
  .offer__btn a {
    font-size: calc(20px + 2 * ((100vw - 1440px) / 160));
    line-height: calc(30px + 2 * ((100vw - 1440px) / 160));
  }
}
@media only screen and (min-width: 1601px) {
  .offer__btn a {
    font-size: 22px;
    line-height: 33px;
  }
}
.offer__variant {
  opacity: 0;
}
.offer__variant.variant-active {
  opacity: 1;
}
@media screen and (min-width: 760px) {
  .offer {
    margin-top: 105px;
  }
  .offer__composition {
    height: 500px;
  }
  .offer__label {
    margin: 0 0 0 17px;
    padding: 11px 6px 4px;
  }
  .offer__image {
    max-width: 305px;
  }
  .offer__bg,
  .offer__image {
    left: calc(100% / 3 + 55px);
  }
  .offer__pattern {
    top: -75px;
    left: calc(100% / 3 + 145px);
  }
  .offer__description {
    margin-top: 80px;
  }
  .offer__subtitle {
    margin-top: 20px;
  }
  .offer__btn,
  .offer__text {
    margin-top: 35px;
  }
  .offer__text span {
    font-weight: 700;
    padding: 1px;
  }
  .offer__text span.text-link {
    text-decoration: underline;
    -webkit-text-decoration-color: var(--this-active-color);
    text-decoration-color: var(--this-active-color);
    -webkit-text-decoration-style: dashed;
    text-decoration-style: dashed;
    cursor: pointer;
  }
  .offer__text span.text-link.color1 {
    --this-active-color: #b27e44;
  }
  .offer__text span.text-link.color2 {
    --this-active-color: #9da8b6;
  }
  .offer__text span.text-link.color3 {
    --this-active-color: #a9402c;
  }
  .offer__text span.text-link.text-active {
    text-decoration: none;
    background-color: var(--this-active-color);
    color: var(--color-main-light);
  }
  .offer-slider {
    padding-bottom: 50px;
  }
}
@media screen and (min-width: 1100px) {
  .offer {
    margin-top: 125px;
  }
  .offer__wrapper {
    display: grid;
    grid-template-columns: calc(100% / 12) 6fr 5fr;
    grid-template-areas: ". description composition";
  }
  .offer__composition {
    grid-area: composition;
    height: calc(420px + 180 * ((100vw - 1100px) / 500));
    max-height: 600px;
  }
  .offer__label {
    margin: 0 0 0 2.5%;
  }
  .offer__description {
    grid-area: description;
    margin-top: 40px;
  }
  .offer__pattern {
    left: calc(20% + 80px);
    max-height: 525px;
    top: 0;
  }
  .offer__image {
    left: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    max-width: auto;
    height: 70%;
  }
  .offer__image img {
    width: auto;
    height: 100%;
  }
  .offer__bg {
    left: calc(20% + 55px);
    width: 100%;
  }
  .offer__text {
    max-width: 70%;
  }
  .offer.offer-slider {
    padding-bottom: 0;
  }
  .offer.offer-slider .offer__wrapper {
    grid-template-columns: 6fr 1fr 5fr calc(100% / 12);
    grid-template-areas: "composition . description .";
  }
  .offer.offer-slider .offer__image {
    left: auto;
    right: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
  .offer.offer-slider .offer__bg {
    left: calc(-100% / 3 + 80px);
  }
  .offer.offer-slider .offer__pattern {
    left: auto;
    right: calc(100% / 3);
  }
}
@media screen and (min-width: 1600px) {
  .offer__bg {
    left: auto;
    right: 0;
    width: 80%;
  }
  .offer.offer-slider .offer__bg {
    left: 0;
    right: auto;
    width: 75%;
  }
  .offer.offer-slider .offer__pattern {
    left: -45px;
  }
}

.cta {
  margin-top: 50px;
  overflow: hidden; }
  .cta__wrapper {
    width: 100%;
    height: 100%; }
  .cta__title h2 {
    letter-spacing: -0.02em;
    color: var(--color-main-dark);
    font-weight: 800;
    text-transform: uppercase; }
    @media only screen and (max-width: 759px) {
      .cta__title h2 {
        margin-top: 30px;
        font-size: calc(
 35px + 45 *
 ((100vw - 320px) / 439));
        line-height: calc(
 35px + 45 * ((100vw - 320px) / 439)); } }
    @media only screen and (min-width: 760px) and (max-width: 1099px) {
      .cta__title h2 {
        font-size: 80px;
        line-height: 80px; } }
    @media only screen and (min-width: 1100px) and (max-width: 1439px) {
      .cta__title h2 {
        font-size: calc(
 61px + 19 *
 ((100vw - 1100px) / 339));
        line-height: calc(
 61px + 19 * ((100vw - 1100px) / 339)); } }
    @media only screen and (min-width: 1440px) and (max-width: 1600px) {
      .cta__title h2 {
        font-size: calc(
 80px + 9 *
 ((100vw - 1440px) / 160));
        line-height: calc(
 80px + 9 * ((100vw - 1440px) / 160)); } }
    @media only screen and (min-width: 1601px) {
      .cta__title h2 {
        font-size: 89px;
        line-height: 89px; } }
  .cta__subtitle span {
    letter-spacing: -0.02em;
    color: var(--color-main-dark);
    font-weight: 800;
    text-transform: uppercase; }
    @media only screen and (max-width: 759px) {
      .cta__subtitle span {
        font-size: calc(
 25px + 15 *
 ((100vw - 320px) / 439));
        line-height: calc(
 25px + 15 * ((100vw - 320px) / 439)); } }
    @media only screen and (min-width: 760px) and (max-width: 1099px) {
      .cta__subtitle span {
        font-size: 40px;
        line-height: 40px; } }
    @media only screen and (min-width: 1100px) and (max-width: 1439px) {
      .cta__subtitle span {
        font-size: calc(
 31px + 9 *
 ((100vw - 1100px) / 339));
        line-height: calc(
 31px + 9 * ((100vw - 1100px) / 339)); } }
    @media only screen and (min-width: 1440px) and (max-width: 1600px) {
      .cta__subtitle span {
        font-size: calc(
 40px + 4 *
 ((100vw - 1440px) / 160));
        line-height: calc(
 40px + 4 * ((100vw - 1440px) / 160)); } }
    @media only screen and (min-width: 1601px) {
      .cta__subtitle span {
        font-size: 44px;
        line-height: 44px; } }
  .cta__description {
    margin-top: 15px; }
    .cta__description p {
      color: var(--color-black);
      font-weight: 400; }
      @media only screen and (max-width: 759px) {
        .cta__description p {
          font-size: calc(
 16px + 4 *
 ((100vw - 320px) / 439));
          line-height: calc(
 25px + 4 * ((100vw - 320px) / 439)); } }
      @media only screen and (min-width: 760px) and (max-width: 1099px) {
        .cta__description p {
          font-size: 20px;
          line-height: 30px; } }
      @media only screen and (min-width: 1100px) and (max-width: 1439px) {
        .cta__description p {
          font-size: calc(
 15px + 5 *
 ((100vw - 1100px) / 339));
          line-height: calc(
 23px + 5 * ((100vw - 1100px) / 339)); } }
      @media only screen and (min-width: 1440px) and (max-width: 1600px) {
        .cta__description p {
          font-size: calc(
 20px + 2 *
 ((100vw - 1440px) / 160));
          line-height: calc(
 30px + 2 * ((100vw - 1440px) / 160)); } }
      @media only screen and (min-width: 1601px) {
        .cta__description p {
          font-size: 22px;
          line-height: 33px; } }
  .cta__composition {
    width: 100%;
    display: inline-block;
    position: relative; }
    .cta__composition-image {
      width: 100%;
      z-index: 10; }
      .cta__composition-image img {
        width: 100%; }
    .cta__composition-patter {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      width: 100%;
      height: 100%;
      z-index: -1; }
      .cta__composition-patter img {
        width: 100%; }
    .cta__composition-variant {
      display: none; }
  .cta__scroll {
    margin: 55px -20px 0;
    overflow: scroll;
  }
    .cta__scroll-wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: 100%;
      row-gap: 5px;
      -webkit-column-gap: 5px;
         -moz-column-gap: 5px;
              column-gap: 5px;
      white-space: nowrap;
      overflow: auto;
      margin-bottom: 5px; }
    .cta__scroll-item {
      cursor: pointer;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .cta__scroll-item div {
        padding: 4px 10px 6px;
        border: 1px solid;
        border-color: #e0e0e0; }
      .cta__scroll-item p {
        color: var(--color-main-dark);
        font-weight: 600; }
        @media only screen and (max-width: 759px) {
          .cta__scroll-item p {
            font-size: calc(
 15px + 10 *
 ((100vw - 320px) / 439));
            line-height: calc(
 15px + 10 * ((100vw - 320px) / 439)); } }
        @media only screen and (min-width: 760px) and (max-width: 1099px) {
          .cta__scroll-item p {
            font-size: 25px; } }
        @media only screen and (min-width: 1100px) and (max-width: 1439px) {
          .cta__scroll-item p {
            font-size: calc(
 19px + 6 *
 ((100vw - 1100px) / 339));
            line-height: calc(
 19px + 6 * ((100vw - 1100px) / 339)); } }
        @media only screen and (min-width: 1440px) and (max-width: 1600px) {
          .cta__scroll-item p {
            font-size: calc(
 25px + 3 *
 ((100vw - 1440px) / 160));
            line-height: calc(
 25px + 3 * ((100vw - 1440px) / 160)); } }
        @media only screen and (min-width: 1601px) {
          .cta__scroll-item p {
            font-size: 28px; } }
      .cta__scroll-item.active div {
        border-color: var(--color-main-accent);
        background-color: var(--color-main-accent); }
      .cta__scroll-item.active p {
        color: var(--color-main-light); }
  .cta__btn {
    margin-top: 53px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .cta__btn a {
      padding: 10px 20px;
      display: inline-block;
      text-transform: uppercase;
      color: var(--color-main-light);
      font-weight: 800;
      background-color: var(--color-main-accent);
      text-align: center;
      cursor: pointer; }
      @media only screen and (max-width: 759px) {
        .cta__btn a {
          font-size: calc(
 16px + 4 *
 ((100vw - 320px) / 439));
          line-height: calc(
 23px + 4 * ((100vw - 320px) / 439)); } }
      @media only screen and (min-width: 760px) and (max-width: 1099px) {
        .cta__btn a {
          font-size: 20px;
          line-height: 27px; } }
      @media only screen and (min-width: 1100px) and (max-width: 1439px) {
        .cta__btn a {
          font-size: calc(
 15px + 5 *
 ((100vw - 1100px) / 339));
          line-height: calc(
 20px + 5 * ((100vw - 1100px) / 339)); } }
      @media only screen and (min-width: 1440px) and (max-width: 1600px) {
        .cta__btn a {
          font-size: calc(
 20px + 2 *
 ((100vw - 1440px) / 160));
          line-height: calc(
 27px + 2 * ((100vw - 1440px) / 160)); } }
      @media only screen and (min-width: 1601px) {
        .cta__btn a {
          font-size: 22px;
          line-height: 27px; } }

@media screen and (min-width: 760px) {
  .cta {
    margin: 115px 0 0; }
    .cta__scroll {
      margin: 115px -55px 0; }
      .cta__scroll-wrapper {
        row-gap: 6px;
        -webkit-column-gap: 6px;
           -moz-column-gap: 6px;
                column-gap: 6px;
        padding-bottom: 6px;
        width: 100%; }
      .cta__scroll-item div {
        padding: 10px 15px;
        background-color: #fff; }
    .cta__btn {
      margin-top: 98px; } }

@media screen and (min-width: 1100px) {
  .cta {
    margin: 93px 0 0; }
    .cta__wrapper {
      display: grid;
      grid-template-areas: ". title scroll" ". subtitle scroll" ". description scroll" "composition composition scroll" "btn btn btn";
      grid-template-columns: 1fr 7fr 4fr; }
    .cta__title {
      grid-area: title; }
    .cta__subtitle {
      grid-area: subtitle;
      margin-top: 20px; }
    .cta__description {
      grid-area: description;
      max-width: 60%;
      margin-top: 35px; }
    .cta__composition {
      grid-area: composition;
      padding-bottom: calc(700 / 895 * 100%);
      margin-bottom: -15%;
      width: calc(100% / 8 * 9);
      top: -24%; }
      .cta__composition-variant {
        width: 100%; }
      .cta__composition-patter {
        z-index: -2; }
        .cta__composition-patter img {
          width: 100%; }
      .cta__composition-image {
        position: absolute;
        z-index: -1; }
    .cta__scroll {
      grid-area: scroll;
      margin-top: 60px;
      position: relative;
      overflow: hidden; }
      .cta__scroll:after {
        position: absolute;
        content: "";
        height: 15%;
        width: 102%;
        left: -1%;
        top: 0;
        background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(rgba(255, 255, 255, 0)));
        background: linear-gradient(180deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%); }
      .cta__scroll-wrapper {
        height: 100%;
        max-height: 660px;
        overflow: hidden;
        position: relative;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start; }
        .cta__scroll-wrapper:after {
          position: absolute;
          content: "";
          height: 15%;
          width: 102%;
          bottom: 0;
          left: -1%;
          background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(rgba(255, 255, 255, 0)));
          background: linear-gradient(180deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
          -webkit-transform: matrix(1, 0, 0, -1, 0, 0);
                  transform: matrix(1, 0, 0, -1, 0, 0); }
      .cta__scroll-item {
        margin-bottom: 6px;
        cursor: pointer; }
      .cta__scroll .slick-list {
        position: relative; }
      .cta__scroll .slick-track {
        position: absolute;
        top: 35%; }
    .cta__btn {
      grid-area: btn;
      margin-top: 90px; } }

.feature {
  width: 100%;
  background-color: var(--color-bg-secondary);
  position: relative; }
  .feature:before {
    position: absolute;
    content: "";
    height: 100%;
    left: -20px;
    top: 0;
    width: calc(100% + 40px);
    background-color: var(--color-bg-secondary);
    z-index: -1; }
  .feature:first-child .feature__image img {
    bottom: 15px; }
  .feature:nth-child(2) .feature__image img {
    bottom: 30px; }
  .feature:nth-child(3) .feature__image img {
    top: 33px; }
  .feature:last-child .feature__image img {
    bottom: 56px; }
  .feature__wrapper {
    padding: 8% 0 12%; }
  .feature__title {
    width: 80%; }
    .feature__title h3 {
      color: var(--color-main-dark);
      font-weight: 800;
      text-transform: uppercase;
      letter-spacing: -0.02em; }
      @media only screen and (max-width: 759px) {
        .feature__title h3 {
          font-size: calc(
 25px + 15 *
 ((100vw - 320px) / 439));
          line-height: calc(
 30px + 15 * ((100vw - 320px) / 439)); } }
      @media only screen and (min-width: 760px) and (max-width: 1099px) {
        .feature__title h3 {
          font-size: 40px;
          line-height: 45px; } }
      @media only screen and (min-width: 1100px) and (max-width: 1439px) {
        .feature__title h3 {
          font-size: calc(
 31px + 9 *
 ((100vw - 1100px) / 339));
          line-height: calc(
 34px + 9 * ((100vw - 1100px) / 339)); } }
      @media only screen and (min-width: 1440px) and (max-width: 1600px) {
        .feature__title h3 {
          font-size: calc(
 40px + 4 *
 ((100vw - 1440px) / 160));
          line-height: calc(
 45px + 4 * ((100vw - 1440px) / 160)); } }
      @media only screen and (min-width: 1601px) {
        .feature__title h3 {
          font-size: 44px;
          line-height: 50px; } }
  .feature__description {
    margin-top: 13px;
    width: 59%;
    max-width: 330px; }
    .feature__description p {
      color: var(--color-main-dark);
      font-weight: 400; }
      @media only screen and (max-width: 759px) {
        .feature__description p {
          font-size: calc(
 14px + 4 *
 ((100vw - 320px) / 439));
          line-height: calc(
 20px + 4 * ((100vw - 320px) / 439)); } }
      @media only screen and (min-width: 760px) and (max-width: 1099px) {
        .feature__description p {
          font-size: 18px;
          line-height: 25px; } }
      @media only screen and (min-width: 1100px) and (max-width: 1439px) {
        .feature__description p {
          font-size: calc(
 14px + 4 *
 ((100vw - 1100px) / 339));
          line-height: calc(
 19px + 4 * ((100vw - 1100px) / 339)); } }
      @media only screen and (min-width: 1440px) and (max-width: 1600px) {
        .feature__description p {
          font-size: calc(
 18px + 2 *
 ((100vw - 1440px) / 160));
          line-height: calc(
 25px + 2 * ((100vw - 1440px) / 160)); } }
      @media only screen and (min-width: 1601px) {
        .feature__description p {
          font-size: 20px;
          line-height: 28px; } }
  .feature__image {
    display: inline-block;
    height: auto;
    width: auto; }
    .feature__image img {
      position: absolute;
      max-height: 85%;
      max-width: 38%;
      right: -20px; }

@media screen and (min-width: 760px) {
  .feature::before {
    display: none; }
  .feature:first-child .feature__image img {
    bottom: -13px; }
  .feature:nth-child(2) .feature__image img {
    bottom: 44px; }
  .feature:nth-child(3) .feature__image img {
    top: 4px; }
  .feature:last-child .feature__image img {
    bottom: 37px; }
  .feature__wrapper {
    padding: 76px 52px 87px 52px; }
  .feature__title {
    max-width: 380px; }
  .feature__description {
    margin-top: 30px;
    max-width: 300px; }
  .feature__image img {
    right: 0; } }

@media screen and (min-width: 1100px) {
  .feature {
    max-width: 100%; }
    .feature__wrapper {
      padding: 11% 0 10.5% 10%; }
    .feature__description {
      max-width: 54%; } }

.about {
  margin: 98px 0 0;
  background-color: var(--color-main-dark);
  position: relative;
  z-index: -2; }
  .about__title {
    padding-top: 51px;
    z-index: 10;
    max-width: 450px; }
    .about__title h2 {
      color: var(--color-main-light);
      text-transform: uppercase;
      font-weight: 800;
      letter-spacing: -0.02em; }
      @media only screen and (max-width: 759px) {
        .about__title h2 {
          font-size: calc(
 35px + 45 *
 ((100vw - 320px) / 439));
          line-height: calc(
 35px + 45 * ((100vw - 320px) / 439)); } }
      @media only screen and (min-width: 760px) and (max-width: 1099px) {
        .about__title h2 {
          font-size: 80px;
          line-height: 80px; } }
      @media only screen and (min-width: 1100px) and (max-width: 1439px) {
        .about__title h2 {
          font-size: calc(
 61px + 19 *
 ((100vw - 1100px) / 339));
          line-height: calc(
 61px + 19 * ((100vw - 1100px) / 339)); } }
      @media only screen and (min-width: 1440px) and (max-width: 1600px) {
        .about__title h2 {
          font-size: calc(
 80px + 9 *
 ((100vw - 1440px) / 160));
          line-height: calc(
 80px + 9 * ((100vw - 1440px) / 160)); } }
      @media only screen and (min-width: 1601px) {
        .about__title h2 {
          font-size: 89px;
          line-height: 89px; } }
  .about__description {
    margin-top: 15px;
    z-index: 10;
    max-width: 520px; }
    .about__description p {
      color: var(--color-main-light);
      font-weight: 400;
      letter-spacing: -0.02em; }
      @media only screen and (max-width: 759px) {
        .about__description p {
          font-size: calc(
 16px + 4 *
 ((100vw - 320px) / 439));
          line-height: calc(
 25px + 4 * ((100vw - 320px) / 439)); } }
      @media only screen and (min-width: 760px) and (max-width: 1099px) {
        .about__description p {
          font-size: 20px;
          line-height: 30px; } }
      @media only screen and (min-width: 1100px) and (max-width: 1439px) {
        .about__description p {
          font-size: calc(
 15px + 5 *
 ((100vw - 1100px) / 339));
          line-height: calc(
 23px + 5 * ((100vw - 1100px) / 339)); } }
      @media only screen and (min-width: 1440px) and (max-width: 1600px) {
        .about__description p {
          font-size: calc(
 20px + 2 *
 ((100vw - 1440px) / 160));
          line-height: calc(
 30px + 2 * ((100vw - 1440px) / 160)); } }
      @media only screen and (min-width: 1601px) {
        .about__description p {
          font-size: 22px;
          line-height: 33px; } }
  .about__btn {
    margin-top: 30px; }

@media screen and (min-width: 760px) {
  .about {
    margin: 159px 0 0;
    padding: 126px 0 0; }
    .about__title {
      padding-top: 83px; }
    .about__description {
      margin-top: 35px;
      max-width: 480px; }
    .about__btn {
      margin-top: 45px; } }

@media screen and (min-width: 1100px) {
  .about {
    padding: 0 0; }
    .about__wrapper {
      padding-left: calc(100% / 12); }
    .about__title {
      max-width: 890px; }
    .about__description {
      max-width: 40%; } }

.publicity {
  padding: 100px 0 65px;
  background-color: var(--color-main-dark); }
  .publicity__title {
    margin-bottom: 34px; }
    .publicity__title h3 {
      color: var(--color-main-light);
      font-size: 30px;
      line-height: 35px;
      text-transform: uppercase;
      font-weight: 800;
      letter-spacing: -0.02em; }
  .publicity__controls {
    display: none; }
  .publicity__items {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
    -webkit-column-fill: balance;
       -moz-column-fill: balance;
            column-fill: balance;
    min-width: 0px; }
  .publicity__item {
    border: 1px solid;
    border-color: rgba(255, 255, 255, 0.3);
    padding: 20px;
    display: inline-block;
    margin: 0 0 10px;
    page-break-inside: avoid;
    width: 100%; }
    .publicity__item a,
    .publicity__item span {
      color: var(--color-main-light);
      letter-spacing: -0.02em;
      display: block; }
    .publicity__item a {
      margin: 0 0 14px;
      font-weight: 400; }
      @media only screen and (max-width: 759px) {
        .publicity__item a {
          font-size: calc(
 16px + 4 *
 ((100vw - 320px) / 439));
          line-height: calc(
 25px + 4 * ((100vw - 320px) / 439)); } }
      @media only screen and (min-width: 760px) and (max-width: 1099px) {
        .publicity__item a {
          font-size: 20px;
          line-height: 30px; } }
      @media only screen and (min-width: 1100px) and (max-width: 1439px) {
        .publicity__item a {
          font-size: calc(
 15px + 5 *
 ((100vw - 1100px) / 339));
          line-height: calc(
 23px + 5 * ((100vw - 1100px) / 339)); } }
      @media only screen and (min-width: 1440px) and (max-width: 1600px) {
        .publicity__item a {
          font-size: calc(
 20px + 2 *
 ((100vw - 1440px) / 160));
          line-height: calc(
 30px + 2 * ((100vw - 1440px) / 160)); } }
      @media only screen and (min-width: 1601px) {
        .publicity__item a {
          font-size: 22px;
          line-height: 33px; } }
    .publicity__item span {
      font-weight: 300; }
      @media only screen and (max-width: 759px) {
        .publicity__item span {
          font-size: calc(
 13px + 1 *
 ((100vw - 320px) / 439));
          line-height: calc(
 23px + 1 * ((100vw - 320px) / 439)); } }
      @media only screen and (min-width: 760px) and (max-width: 1099px) {
        .publicity__item span {
          font-size: 14px;
          line-height: 30px; } }
      @media only screen and (min-width: 1100px) and (max-width: 1439px) {
        .publicity__item span {
          font-size: calc(
 11px + 3 *
 ((100vw - 1100px) / 339));
          line-height: calc(
 23px + 3 * ((100vw - 1100px) / 339)); } }
      @media only screen and (min-width: 1440px) and (max-width: 1600px) {
        .publicity__item span {
          font-size: calc(
 14px + 2 *
 ((100vw - 1440px) / 160));
          line-height: calc(
 30px + 2 * ((100vw - 1440px) / 160)); } }
      @media only screen and (min-width: 1601px) {
        .publicity__item span {
          font-size: 16px;
          line-height: 33px; } }

@media screen and (min-width: 600px) {
  .publicity__items {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px; } }

@media screen and (min-width: 760px) {
  .publicity {
    padding-bottom: 56px; }
    .publicity__title {
      margin-bottom: 40px; }
      .publicity__title h3 {
        font-size: 60px;
        line-height: 80px; }
    .publicity__item {
      max-width: 100%;
      margin: 0 0 20px;
      padding: 28px; } }

@media screen and (min-width: 1100px) {
  .publicity {
    padding: 84px 0 100px;
    /*overflow: hidden; */
  }
    .publicity__wrapper {
      display: grid;
      grid-template-areas: ". title controls" "slides slides slides";
      grid-template-columns: 1fr 8fr 3fr; }
    .publicity__title {
      grid-area: title; }
      .publicity__title h3 {
        font-size: 45px; }
    .publicity__controls {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      grid-area: controls; }
      .publicity__controls-prev, .publicity__controls-next {
        width: 50%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        cursor: pointer;
        -webkit-transition: 0.5s;
        transition: 0.5s; }
      .publicity__controls-next img:first-child {
        margin-right: 36px; }
      .publicity__controls-next:hover {
        -webkit-transform: translateX(-5px);
                transform: translateX(-5px); }
      .publicity__controls-prev {
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end; }
        .publicity__controls-prev img {
          -webkit-transform: rotate(180deg);
                  transform: rotate(180deg); }
        .publicity__controls-prev:hover {
          -webkit-transform: translateX(5px);
                  transform: translateX(5px); }
    .publicity__items {
      -webkit-column-count: auto;
         -moz-column-count: auto;
              column-count: auto;
      grid-area: slides; }
    .publicity__item {
      border-color: transparent;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse; }
      .publicity__item a {
        margin: 5px 0 0; }
  .publicity-no-slider {
    padding: 95px 0 110px; }
    .publicity-no-slider .publicity__wrapper {
      display: block; }
    .publicity-no-slider .publicity__controls {
      display: none; }
    .publicity-no-slider .publicity__items {
      -webkit-column-count: 3;
         -moz-column-count: 3;
              column-count: 3; }
    .publicity-no-slider .publicity__item {
      border: 1px solid;
      border-color: rgba(255, 255, 255, 0.3);
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .publicity-no-slider .publicity__item a {
        margin: 0 0 14px; } }

.footer {
  background-color: var(--color-main-dark);
  padding-bottom: 15px; }
  .footer__contacts {
    padding: 35px 0;
    border-top: 1px solid #4f4f4f;
    border-bottom: 1px solid #4f4f4f; }
    .footer__contacts ul li a {
      color: var(--color-main-light); }
    .footer__contacts-phone a {
      font-size: var(--size-footer-phone);
      line-height: var(--lh-footer-phone);
      font-weight: 600; }
    .footer__contacts-mail {
      margin-top: 15px; }
      .footer__contacts-mail a {
        font-weight: 400; }
        @media only screen and (max-width: 1099px) {
          .footer__contacts-mail a {
            font-size: 16px;
            line-height: 25px; } }
        @media only screen and (min-width: 1100px) and (max-width: 1439px) {
          .footer__contacts-mail a {
            font-size: calc(
 12px + 4 *
 ((100vw - 1100px) / 339));
            line-height: calc(
 19px + 4 * ((100vw - 1100px) / 339)); } }
        @media only screen and (min-width: 1440px) and (max-width: 1600px) {
          .footer__contacts-mail a {
            font-size: calc(
 16px + 2 *
 ((100vw - 1440px) / 160));
            line-height: calc(
 25px + 2 * ((100vw - 1440px) / 160)); } }
        @media only screen and (min-width: 1601px) {
          .footer__contacts-mail a {
            font-size: 18px;
            line-height: 27px; } }
  .footer__nav {
    margin-top: 35px; }
    .footer__nav ul li:not(:last-child) {
      margin-bottom: 15px; }
    .footer__nav ul li a {
      color: var(--color-main-light);
      font-weight: 400; }
      @media only screen and (max-width: 1099px) {
        .footer__nav ul li a {
          font-size: 16px;
          line-height: 25px; } }
      @media only screen and (min-width: 1100px) and (max-width: 1439px) {
        .footer__nav ul li a {
          font-size: calc(
 12px + 4 *
 ((100vw - 1100px) / 339));
          line-height: calc(
 19px + 4 * ((100vw - 1100px) / 339)); } }
      @media only screen and (min-width: 1440px) and (max-width: 1600px) {
        .footer__nav ul li a {
          font-size: calc(
 16px + 2 *
 ((100vw - 1440px) / 160));
          line-height: calc(
 25px + 2 * ((100vw - 1440px) / 160)); } }
      @media only screen and (min-width: 1601px) {
        .footer__nav ul li a {
          font-size: 18px;
          line-height: 27px; } }
  .footer__politics {
    margin-top: 30px; }
    .footer__politics ul li a {
      color: var(--color-main-light); }
      @media only screen and (max-width: 1099px) {
        .footer__politics ul li a {
          font-size: 14px;
          line-height: 20px; } }
      @media only screen and (min-width: 1100px) and (max-width: 1439px) {
        .footer__politics ul li a {
          font-size: calc(
 11px + 3 *
 ((100vw - 1100px) / 339));
          line-height: calc(
 15px + 3 * ((100vw - 1100px) / 339)); } }
      @media only screen and (min-width: 1440px) and (max-width: 1600px) {
        .footer__politics ul li a {
          font-size: calc(
 14px + 2 *
 ((100vw - 1440px) / 160));
          line-height: calc(
 20px + 2 * ((100vw - 1440px) / 160)); } }
      @media only screen and (min-width: 1601px) {
        .footer__politics ul li a {
          font-size: 16px;
          line-height: 22px; } }
    .footer__politics ul li:not(:last-child) {
      margin-bottom: 15px; }
  .footer__permissions {
    margin: 33px 0 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 17px;
       -moz-column-gap: 17px;
            column-gap: 17px; }
    .footer__permissions img {
      width: 60px; }
  .footer__copyrights {
    padding-top: 17px;
    border-top: 1px solid #4f4f4f; }
    .footer__copyrights p {
      color: #bdbdbd;
      font-weight: 300; }
      @media only screen and (max-width: 1099px) {
        .footer__copyrights p {
          font-size: 14px;
          line-height: 20px; } }
      @media only screen and (min-width: 1100px) and (max-width: 1439px) {
        .footer__copyrights p {
          font-size: calc(
 11px + 3 *
 ((100vw - 1100px) / 339));
          line-height: calc(
 15px + 3 * ((100vw - 1100px) / 339)); } }
      @media only screen and (min-width: 1440px) and (max-width: 1600px) {
        .footer__copyrights p {
          font-size: calc(
 14px + 2 *
 ((100vw - 1440px) / 160));
          line-height: calc(
 20px + 2 * ((100vw - 1440px) / 160)); } }
      @media only screen and (min-width: 1601px) {
        .footer__copyrights p {
          font-size: 16px;
          line-height: 22px; } }
  .footer__madeby {
    padding-top: 54px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px; }
    .footer__madeby img {
      width: 106px; }
    .footer__madeby p {
      color: #bdbdbd;
      font-weight: 300;
      -ms-flex-item-align: end;
          align-self: flex-end; }
      @media only screen and (max-width: 1099px) {
        .footer__madeby p {
          font-size: 14px;
          line-height: 20px; } }
      @media only screen and (min-width: 1100px) and (max-width: 1439px) {
        .footer__madeby p {
          font-size: calc(
 11px + 3 *
 ((100vw - 1100px) / 339));
          line-height: calc(
 15px + 3 * ((100vw - 1100px) / 339)); } }
      @media only screen and (min-width: 1440px) and (max-width: 1600px) {
        .footer__madeby p {
          font-size: calc(
 14px + 2 *
 ((100vw - 1440px) / 160));
          line-height: calc(
 20px + 2 * ((100vw - 1440px) / 160)); } }
      @media only screen and (min-width: 1601px) {
        .footer__madeby p {
          font-size: 16px;
          line-height: 22px; } }
  .footer__logo, .footer__socials {
    display: none; }

@media screen and (min-width: 760px) {
  .footer {
    padding-top: 53px;
    padding-bottom: 33px; }
    .footer__wrapper {
      display: grid;
      position: relative;
      grid-template-columns: 1fr 1fr 1fr;
      grid-template-rows: auto auto 48px auto 55px auto;
      -webkit-column-gap: 30px;
         -moz-column-gap: 30px;
              column-gap: 30px;
      grid-template-areas: "logo  nav  nav"
 "logo  politics politics"
 ". . . "
 "socials contacts  permissions"
 ". . . "
 "copy  madeby  madeby"; }
      .footer__wrapper:before, .footer__wrapper:after {
        position: absolute;
        content: "";
        width: 100%;
        height: 1px;
        background-color: #4f4f4f; }
      .footer__wrapper:before {
        top: -53px; }
      .footer__wrapper:after {
        bottom: 55px; }
    .footer__logo {
      display: block;
      grid-area: logo;
      width: 202px; }
      .footer__logo img {
        width: 100%;
        margin-bottom: 18px; }
      .footer__logo p {
        color: var(--color-main-light);
        font-weight: 300; } }
      @media only screen and (min-width: 760px) and (max-width: 1099px) {
        .footer__logo p {
          font-size: 14px;
          line-height: 20px; } }
      @media only screen and (min-width: 760px) and (min-width: 1100px) and (max-width: 1439px) {
        .footer__logo p {
          font-size: calc(
 11px + 3 *
 ((100vw - 1100px) / 339));
          line-height: calc(
 15px + 3 * ((100vw - 1100px) / 339)); } }
      @media only screen and (min-width: 760px) and (min-width: 1440px) and (max-width: 1600px) {
        .footer__logo p {
          font-size: calc(
 14px + 2 *
 ((100vw - 1440px) / 160));
          line-height: calc(
 20px + 2 * ((100vw - 1440px) / 160)); } }
      @media only screen and (min-width: 760px) and (min-width: 1601px) {
        .footer__logo p {
          font-size: 16px;
          line-height: 22px; } }

@media screen and (min-width: 760px) {
    .footer__socials {
      display: block;
      grid-area: socials; }
      .footer__socials ul li:not(:last-child) {
        margin-bottom: 17px; }
      .footer__socials ul li a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        .footer__socials ul li a svg {
          width: 40px; }
        .footer__socials ul li a p {
          color: var(--color-main-light);
          font-weight: 600; } }
        @media only screen and (min-width: 760px) and (max-width: 1099px) {
          .footer__socials ul li a p {
            font-size: 16px;
            line-height: 25px; } }
        @media only screen and (min-width: 760px) and (min-width: 1100px) and (max-width: 1439px) {
          .footer__socials ul li a p {
            font-size: calc(
 12px + 4 *
 ((100vw - 1100px) / 339));
            line-height: calc(
 19px + 4 * ((100vw - 1100px) / 339)); } }
        @media only screen and (min-width: 760px) and (min-width: 1440px) and (max-width: 1600px) {
          .footer__socials ul li a p {
            font-size: calc(
 16px + 2 *
 ((100vw - 1440px) / 160));
            line-height: calc(
 25px + 2 * ((100vw - 1440px) / 160)); } }
        @media only screen and (min-width: 760px) and (min-width: 1601px) {
          .footer__socials ul li a p {
            font-size: 18px;
            line-height: 27px; } }

@media screen and (min-width: 760px) {
    .footer__nav {
      margin: 0;
      grid-area: nav; }
      .footer__nav ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
        .footer__nav ul li {
          -ms-flex-preferred-size: 50%;
              flex-basis: 50%;
          margin-bottom: 17px; }
    .footer__politics {
      grid-area: politics;
      margin-top: 18px; }
      .footer__politics ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        height: 100%;
        -webkit-box-align: end;
            -ms-flex-align: end;
                align-items: flex-end; }
        .footer__politics ul li {
          -ms-flex-preferred-size: 50%;
              flex-basis: 50%;
          margin-bottom: 0 !important; }
          .footer__politics ul li a {
            max-width: 150px;
            display: inline-block; }
    .footer__permissions {
      grid-area: permissions;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin: 0;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end; }
      .footer__permissions img:not(:last-child) {
        margin-bottom: 11px; }
    .footer__contacts {
      border: none;
      grid-area: contacts;
      padding: 0; }
      .footer__contacts ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; }
      .footer__contacts-phone:not(:last-child) {
        margin-bottom: 4px; }
      .footer__contacts-mail {
        margin-top: 23px; }
    .footer__copyrights {
      border: none;
      grid-area: copy;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end;
      padding-top: 0; }
    .footer__madeby {
      grid-area: madeby;
      padding-top: 0;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; }
      .footer__madeby p {
        width: 150px; } }

@media screen and (min-width: 1100px) {
  .footer {
    padding-top: 37px;
    padding-bottom: 21px; }
    .footer__wrapper {
      grid-template-columns: 3fr 4fr 3fr 2fr;
      grid-template-rows: 30px auto 50px auto 66px auto;
      -webkit-column-gap: 30px;
         -moz-column-gap: 30px;
              column-gap: 30px;
      grid-template-areas: "logo  .  . ."
 "logo  nav  contacts socials"
 "logo  .  . ."
 ".  politics  permissions ."
 ".  .  . ."
 "copy  .  madeby madeby"; }
      .footer__wrapper:before {
        top: -37px; }
      .footer__wrapper:after {
        bottom: 57px; }
    .footer__permissions {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; }
      .footer__permissions img:not(:last-child) {
        margin: 0; }
    .footer__madeby {
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; } }
  @media only screen and (min-width: 1100px) and (min-width: 1100px) and (max-width: 1439px) {
    .footer__contacts-phone a {
      font-size: calc(
 15px + 5 *
 ((100vw - 1100px) / 339));
      line-height: calc(
 15px + 5 * ((100vw - 1100px) / 339)); } }
  @media only screen and (min-width: 1100px) and (min-width: 1440px) and (max-width: 1600px) {
    .footer__contacts-phone a {
      font-size: calc(
 20px + 2 *
 ((100vw - 1440px) / 160));
      line-height: calc(
 33px + 2 * ((100vw - 1440px) / 160)); } }
  @media only screen and (min-width: 1100px) and (min-width: 1601px) {
    .footer__contacts-phone a {
      font-size: 22px;
      line-height: 30px; } }

.catalog-item {
  width: 100%;
  max-width: 600px;
  margin: 0 auto 45px; }
  .catalog-item__wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto auto 1fr auto;
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
    grid-template-areas: "promo ."
 "title title"
 "image sizes"
 "image colors"
 "btn btn"; }
  .catalog-item__promo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 0 9px 0;
    grid-area: promo; }
    .catalog-item__promo div {
      background-color: var(--color-red);
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content;
      padding: 0px 9px 0px 5px;
      -webkit-clip-path: polygon(0 0, 100% 0, 95% 50%, 100% 100%, 0 100%);
              clip-path: polygon(0 0, 100% 0, 95% 50%, 100% 100%, 0 100%); }
      .catalog-item__promo div span {
        color: var(--color-main-light);
        font-weight: 800; }
        @media only screen and (max-width: 1099px) {
          .catalog-item__promo div span {
            font-size: 14px;
            line-height: 20px; } }
        @media only screen and (min-width: 1100px) and (max-width: 1439px) {
          .catalog-item__promo div span {
            font-size: calc(
 11px + 3 *
 ((100vw - 1100px) / 339));
            line-height: calc(
 15px + 3 * ((100vw - 1100px) / 339)); } }
        @media only screen and (min-width: 1440px) and (max-width: 1600px) {
          .catalog-item__promo div span {
            font-size: calc(
 14px + 2 *
 ((100vw - 1440px) / 160));
            line-height: calc(
 20px + 2 * ((100vw - 1440px) / 160)); } }
        @media only screen and (min-width: 1601px) {
          .catalog-item__promo div span {
            font-size: 16px;
            line-height: 22px; } }
  .catalog-item__title {
    margin: 0 0 10px 0;
    grid-area: title; }
    @media only screen and (max-width: 1099px) {
      .catalog-item__title h3 {
        font-size: 20px;
        line-height: 25px; } }
    @media only screen and (min-width: 1100px) and (max-width: 1439px) {
      .catalog-item__title h3 {
        font-size: calc(
 15px + 5 *
 ((100vw - 1100px) / 339));
        line-height: calc(
 19px + 5 * ((100vw - 1100px) / 339)); } }
    @media only screen and (min-width: 1440px) and (max-width: 1600px) {
      .catalog-item__title h3 {
        font-size: calc(
 20px + 2 *
 ((100vw - 1440px) / 160));
        line-height: calc(
 25px + 2 * ((100vw - 1440px) / 160)); } }
    @media only screen and (min-width: 1601px) {
      .catalog-item__title h3 {
        font-size: 22px;
        line-height: 28px; } }
  .catalog-item picture {
    grid-area: image; }
    .catalog-item picture img {
      width: 100%; }
  .catalog-item__video {
    display: none; }
  .catalog-item__sizes {
    grid-area: sizes; }
    .catalog-item__sizes span {
      color: var(--color-grey);
      font-weight: 800; }
      @media only screen and (max-width: 1099px) {
        .catalog-item__sizes span {
          font-size: 16px;
          line-height: 35px; } }
      @media only screen and (min-width: 1100px) and (max-width: 1439px) {
        .catalog-item__sizes span {
          font-size: calc(
 12px + 4 *
 ((100vw - 1100px) / 339));
          line-height: calc(
 27px + 4 * ((100vw - 1100px) / 339)); } }
      @media only screen and (min-width: 1440px) and (max-width: 1600px) {
        .catalog-item__sizes span {
          font-size: calc(
 16px + 2 *
 ((100vw - 1440px) / 160));
          line-height: calc(
 35px + 2 * ((100vw - 1440px) / 160)); } }
      @media only screen and (min-width: 1601px) {
        .catalog-item__sizes span {
          font-size: 18px;
          line-height: 39px; } }
  .catalog-item__color {
    grid-area: colors;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content; }
    .catalog-item__color ul {
      display: grid;
      grid-template-columns: repeat(5, auto);
      -webkit-column-gap: 2px;
         -moz-column-gap: 2px;
              column-gap: 2px;
      row-gap: 2px;
      margin-top: 10px; }
      .catalog-item__color ul li {
        height: 25px;
        width: 25px;
        background-color: var(--color-bg-secondary);
        cursor: pointer; }
  .catalog-item__btn {
    grid-area: btn;
    margin: 22px 0 0 0; }
    .catalog-item__btn a {
      display: grid;
      grid-template-columns: 1fr auto; }
    .catalog-item__btn button {
      padding: 10px 0; }
      @media only screen and (max-width: 1099px) {
        .catalog-item__btn button {
          font-size: 16px;
          line-height: 22px; } }
      @media only screen and (min-width: 1100px) and (max-width: 1439px) {
        .catalog-item__btn button {
          font-size: calc(
 12px + 4 *
 ((100vw - 1100px) / 339));
          line-height: calc(
 17px + 4 * ((100vw - 1100px) / 339)); } }
      @media only screen and (min-width: 1440px) and (max-width: 1600px) {
        .catalog-item__btn button {
          font-size: calc(
 16px + 2 *
 ((100vw - 1440px) / 160));
          line-height: calc(
 22px + 2 * ((100vw - 1440px) / 160)); } }
      @media only screen and (min-width: 1601px) {
        .catalog-item__btn button {
          font-size: 18px;
          line-height: 24px; } }
    .catalog-item__btn span {
      color: var(--color-main-accent);
      border: 1px solid;
      letter-spacing: -0.02em; }
      @media only screen and (max-width: 1099px) {
        .catalog-item__btn span {
          font-size: 16px;
          line-height: 22px; } }
      @media only screen and (min-width: 1100px) and (max-width: 1439px) {
        .catalog-item__btn span {
          font-size: calc(
 12px + 4 *
 ((100vw - 1100px) / 339));
          line-height: calc(
 17px + 4 * ((100vw - 1100px) / 339)); } }
      @media only screen and (min-width: 1440px) and (max-width: 1600px) {
        .catalog-item__btn span {
          font-size: calc(
 16px + 2 *
 ((100vw - 1440px) / 160));
          line-height: calc(
 22px + 2 * ((100vw - 1440px) / 160)); } }
      @media only screen and (min-width: 1601px) {
        .catalog-item__btn span {
          font-size: 18px;
          line-height: 24px; } }
  .catalog-item__description {
    grid-area: description;
    display: none; }

@media screen and (min-width: 760px) {
  .catalog-item {
    max-width: 558px;
    margin: 0 auto 60px;
    padding: 15px 0 0;
    position: relative; }
    .catalog-item__wrapper {
      grid-template-columns: 260px -webkit-max-content auto 1fr;
      grid-template-columns: 260px max-content auto 1fr;
      grid-template-rows: auto auto auto 1fr;
      grid-template-areas: "image title title title"
 "image sizes promo ."
 "image colors colors colors"
 "image btn btn btn";
      -webkit-column-gap: 0;
         -moz-column-gap: 0;
              column-gap: 0; }
    .catalog-item__title {
      margin: 10px 0; }
    .catalog-item__color ul {
      grid-template-columns: repeat(7, auto);
      margin-top: 14px; }
      .catalog-item__color ul li {
        width: 30px;
        height: 30px; }
    .catalog-item__promo {
      margin: 0 0 0 15px; }
    .catalog-item__btn {
      width: -webkit-max-content;
      width: -moz-max-content;
      width: max-content; }
      .catalog-item__btn button {
        padding: 10px 30px; }
    .catalog-item__description {
      position: absolute;
      bottom: 0;
      -webkit-transform: translateY(100%);
              transform: translateY(100%);
      padding: 20px 83px 35px 24px;
      background-color: var(--color-main-light); }
      .catalog-item__description p {
        font-weight: 300; } }
      @media only screen and (min-width: 760px) and (max-width: 1099px) {
        .catalog-item__description p {
          font-size: 16px;
          line-height: 25px; } }
      @media only screen and (min-width: 760px) and (min-width: 1100px) and (max-width: 1439px) {
        .catalog-item__description p {
          font-size: calc(
 12px + 4 *
 ((100vw - 1100px) / 339));
          line-height: calc(
 19px + 4 * ((100vw - 1100px) / 339)); } }
      @media only screen and (min-width: 760px) and (min-width: 1440px) and (max-width: 1600px) {
        .catalog-item__description p {
          font-size: calc(
 16px + 2 *
 ((100vw - 1440px) / 160));
          line-height: calc(
 25px + 2 * ((100vw - 1440px) / 160)); } }
      @media only screen and (min-width: 760px) and (min-width: 1601px) {
        .catalog-item__description p {
          font-size: 18px;
          line-height: 27px; } }

@media screen and (min-width: 760px) {
    .catalog-item:hover {
      z-index: 2;
      -webkit-box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.08);
              box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.08); }
      .catalog-item:hover .catalog-item__description {
        display: block;
        -webkit-box-shadow: 0px 20px 20px rgba(0, 0, 0, 0.08);
                box-shadow: 0px 20px 20px rgba(0, 0, 0, 0.08); } }

@media only screen and (min-width: 760px) and (max-width: 759px) {
  .catalog__items-promo .catalog-item__title h3 {
    font-size: calc(
 20px + 10 *
 ((100vw - 320px) / 439));
    line-height: calc(
 25px + 10 * ((100vw - 320px) / 439)); } }

@media only screen and (min-width: 760px) and (min-width: 760px) and (max-width: 1099px) {
  .catalog__items-promo .catalog-item__title h3 {
    font-size: 30px;
    line-height: 35px; } }

@media only screen and (min-width: 760px) and (min-width: 1100px) and (max-width: 1439px) {
  .catalog__items-promo .catalog-item__title h3 {
    font-size: calc(
 23px + 7 *
 ((100vw - 1100px) / 339));
    line-height: calc(
 27px + 7 * ((100vw - 1100px) / 339)); } }

@media only screen and (min-width: 760px) and (min-width: 1440px) and (max-width: 1600px) {
  .catalog__items-promo .catalog-item__title h3 {
    font-size: calc(
 30px + 3 *
 ((100vw - 1440px) / 160));
    line-height: calc(
 35px + 3 * ((100vw - 1440px) / 160)); } }

@media only screen and (min-width: 760px) and (min-width: 1601px) {
  .catalog__items-promo .catalog-item__title h3 {
    font-size: 33px;
    line-height: 39px; } }

@media screen and (min-width: 760px) {
  .catalog__items-promo .catalog-item__btn {
    margin: 34px 0 0; } }

@media screen and (min-width: 1100px) {
  .catalog-item {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    cursor: pointer;
    margin: 0 0 60px; }
    .catalog-item picture {
      position: relative; }
    .catalog-item__video {
      display: block;
      position: absolute;
      top: -31px;
      height: 333px;
      width: 155px;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      -webkit-clip-path: polygon(0 0, 50% 15px, 100% 0%, 100% 100%, 0 100%);
              clip-path: polygon(0 0, 50% 15px, 100% 0%, 100% 100%, 0 100%); }
      .catalog-item__video video {
        display: none; } }
.catalog-item__video >*{
  width: 100%;
  height: 100%;
  object-fit: cover; }


.bg-slider {
  position: absolute!important;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -100;
  overflow: hidden; }
.bg-slider__wrapper {
  height: 100%; }
.bg-slider__item {
  width: 100%;
  overflow: hidden;
  position: relative;
  height: 100vh; }
.bg-slider__item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 40%;
  background: linear-gradient(0deg, rgba(0,0,0,0) 0%, rgb(0, 0, 0) 78%);
  z-index: 5;
  opacity: .7;
}
.bg-slider__item-bg {
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  position: relative;
  background-size: cover; }
.bg-slider__item-bg video{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
.bg-slider__item-bg .cover{
  position: relative;
  z-index: 2;
}
.bg-slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
.bg-slider .slick-dots {
  position: absolute;
  width: calc(100% / 3 * 2)!important;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 52px!important;
  left: 50%!important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-column-gap: 7px;
  -moz-column-gap: 7px;
  column-gap: 7px; }
.bg-slider .slick-dots>* {
  width: 100%;
  height: 5px;
  background-color: transparent!important;
  border-radius: 0;
  margin: 0!important;
  opacity: 1!important;
}
.bg-slider .slick-dots>* {
  position: relative;
}
.bg-slider .slick-dots>*:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  background-color: rgba(255,255,255,.3);
  width: 100%;
  z-index: 1;
}
.bg-slider .slick-dots>*:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  background-color: var(--color-main-accent);
  width: 0;
  z-index: 2;
}
.bg-slider.swiper.can-play .slick-dots>*.swiper-pagination-bullet-active {
  transition-duration: 3000ms;
  pointer-events: none;
}
.bg-slider.swiper.can-play .slick-dots>*.swiper-pagination-bullet-active:after {
  background-color: rgba(255,255,255,1);
}
.bg-slider.swiper.can-play .slick-dots>*.swiper-pagination-bullet-active:before {
  transition: width 3000ms linear!important;
  transition-duration: inherit!important;
  width: 100%; }
.bg-slider .slick-dots li button {
  display: none; }

@media screen and (min-width: 760px) {
  .bg-slider .slick-dots {
    max-width: 960px; } }

.contact-form__wrapper {
  max-width: 400px;
  margin: 0 auto; }

.contact-form .form__input {
  max-width: 400px; }

.contact-form .form__submit button {
  padding: 8px 30px 9px; }

@media screen and (min-width: 760px) {
  .contact-form__wrapper {
    max-width: 650px; }
  .contact-form .form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-column-gap: 15px;
       -moz-column-gap: 15px;
            column-gap: 15px;
    row-gap: 15px; }
    .contact-form .form__input {
      margin: 0;
      max-width: 315px;
      width: calc(50% - 15px / 2); }
    .contact-form .form__textarea {
      width: 100%; } }

.cart__product {
  padding: 18px 0 22px;
  position: relative;
  display: grid;
  grid-template-columns: minmax(19%, -webkit-min-content) minmax(auto, 1fr);
  grid-template-columns: minmax(19%, min-content) minmax(auto, 1fr);
  grid-template-rows: auto auto 1fr auto;
  grid-template-areas: "image title"
 "image info"
 "image ."
 "count summary";
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px; }
  .cart__product-position {
    display: none; }
  .cart__product picture {
    grid-area: image;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .cart__product picture img {
      width: 100%;
      max-width: 115px; }
  .cart__product-title a {
    font-weight: 800;
    color: var(--color-main-dark);
    letter-spacing: -0.02em;
    text-transform: uppercase;
    margin: 0 0 6px; }
    @media only screen and (max-width: 759px) {
      .cart__product-title a {
        font-size: calc(
 16px + 9 *
 ((100vw - 320px) / 439));
        line-height: calc(
 20px + 9 * ((100vw - 320px) / 439)); } }
    @media only screen and (min-width: 760px) and (max-width: 1099px) {
      .cart__product-title a {
        font-size: 25px;
        line-height: 30px; } }
    @media only screen and (min-width: 1100px) and (max-width: 1439px) {
      .cart__product-title a {
        font-size: calc(
 19px + 6 *
 ((100vw - 1100px) / 339));
        line-height: calc(
 23px + 6 * ((100vw - 1100px) / 339)); } }
    @media only screen and (min-width: 1440px) and (max-width: 1600px) {
      .cart__product-title a {
        font-size: calc(
 25px + 3 *
 ((100vw - 1440px) / 160));
        line-height: calc(
 30px + 3 * ((100vw - 1440px) / 160)); } }
    @media only screen and (min-width: 1601px) {
      .cart__product-title a {
        font-size: 28px;
        line-height: 33px; } }
  .cart__product-info {
    grid-area: info;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .cart__product-info_size {
      font-weight: 800;
      letter-spacing: -0.02em;
      text-transform: uppercase;
      color: var(--color-main-dark);
      margin: 0 10px 0 0; }
      @media only screen and (max-width: 759px) {
        .cart__product-info_size {
          font-size: calc(
 11px + 7 *
 ((100vw - 320px) / 1119));
          line-height: calc(
 11px + 7 * ((100vw - 320px) / 1119)); } }
      @media only screen and (min-width: 760px) and (max-width: 1100px) {
        .cart__product-info_size {
          font-size: 18px;
          line-height: 20px; } }
      @media only screen and (min-width: 1100px) and (max-width: 1439px) {
        .cart__product-info_size {
          font-size: calc(
 14px + 4 *
 ((100vw - 1100px) / 339));
          line-height: calc(
 15px + 4 * ((100vw - 1100px) / 339)); } }
      @media only screen and (min-width: 1440px) and (max-width: 1600px) {
        .cart__product-info_size {
          font-size: calc(
 18px + 2 *
 ((100vw - 1440px) / 160));
          line-height: calc(
 20px + 2 * ((100vw - 1440px) / 160)); } }
      @media only screen and (min-width: 1601px) {
        .cart__product-info_size {
          font-size: 20px;
          line-height: 22px; } }
    .cart__product-info_name {
      font-weight: 800;
      letter-spacing: -0.02em;
      text-transform: uppercase;
      color: var(--color-main-dark);
      margin: 0 10px 0 0; }
      @media only screen and (max-width: 759px) {
        .cart__product-info_name {
          font-size: calc(
 11px + 7 *
 ((100vw - 320px) / 1119));
          line-height: calc(
 11px + 7 * ((100vw - 320px) / 1119)); } }
      @media only screen and (min-width: 760px) and (max-width: 1100px) {
        .cart__product-info_name {
          font-size: 18px;
          line-height: 20px; } }
      @media only screen and (min-width: 1100px) and (max-width: 1439px) {
        .cart__product-info_name {
          font-size: calc(
 14px + 4 *
 ((100vw - 1100px) / 339));
          line-height: calc(
 15px + 4 * ((100vw - 1100px) / 339)); } }
      @media only screen and (min-width: 1440px) and (max-width: 1600px) {
        .cart__product-info_name {
          font-size: calc(
 18px + 2 *
 ((100vw - 1440px) / 160));
          line-height: calc(
 20px + 2 * ((100vw - 1440px) / 160)); } }
      @media only screen and (min-width: 1601px) {
        .cart__product-info_name {
          font-size: 20px;
          line-height: 22px; } }
    .cart__product-info_color {
      width: 17px;
      height: 16px;
      margin: 0 4px 0 0;
      -webkit-clip-path: polygon(0 50%, 100% 0, 100% 100%, 0 100%);
              clip-path: polygon(0 50%, 100% 0, 100% 100%, 0 100%); }
    .cart__product-info i {
      cursor: pointer; }
  .cart__product-count {
    grid-area: count;
    margin: 8px 0 0;
    align-self: self-end;
    justify-self: center; }
  .cart__product-summary {
    grid-area: summary;
    margin: 8px 0 0; }
    .cart__product-summary_total p {
      color: var(--color-main-dark);
      font-weight: 800;
      letter-spacing: -0.02em;
      text-transform: capitalize;
      text-align: right; }
      @media only screen and (max-width: 759px) {
        .cart__product-summary_total p {
          font-size: calc(
 30px + 10 *
 ((100vw - 320px) / 439));
          line-height: calc(
 40px + 10 * ((100vw - 320px) / 439)); } }
      @media only screen and (min-width: 760px) and (max-width: 1099px) {
        .cart__product-summary_total p {
          font-size: 40px;
          line-height: 50px; } }
      @media only screen and (min-width: 1100px) and (max-width: 1439px) {
        .cart__product-summary_total p {
          font-size: calc(
 31px + 9 *
 ((100vw - 1100px) / 339));
          line-height: calc(
 38px + 9 * ((100vw - 1100px) / 339)); } }
      @media only screen and (min-width: 1440px) and (max-width: 1600px) {
        .cart__product-summary_total p {
          font-size: calc(
 40px + 4 *
 ((100vw - 1440px) / 160));
          line-height: calc(
 50px + 4 * ((100vw - 1440px) / 160)); } }
      @media only screen and (min-width: 1601px) {
        .cart__product-summary_total p {
          font-size: 44px;
          line-height: 56px; } }
      .cart__product-summary_total p span {
        font-size: 25px;
        line-height: 20px; }
    .cart__product-summary_price {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; }
      .cart__product-summary_price ul {
        position: relative; }
        .cart__product-summary_price ul li {
          letter-spacing: -0.02em;
          line-height: 15px; }
          .cart__product-summary_price ul li.price-new {
            text-align: right;
            color: var(--color-grey);
            font-weight: 800;
            font-size: 15px; }
          .cart__product-summary_price ul li.price-old {
            position: absolute;
            bottom: -16px;
            font-weight: 600;
            font-size: 12px;
            -webkit-text-decoration-line: line-through;
                    text-decoration-line: line-through;
            text-transform: uppercase;
            color: var(--color-red); }
  .cart__product-remove {
    position: absolute;
    right: 0;
    top: 18px;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
    cursor: pointer; }

@media only screen and (min-width: 760px) {
  .cart__product {
    padding: 10px 10px;
    grid-template-columns: auto auto 4fr 1fr;
    -webkit-column-gap: 18px;
       -moz-column-gap: 18px;
            column-gap: 18px;
    grid-template-areas: "position image title ."
 ". image info ."
 ". image . . "
 ". count summary summary"; }
    .cart__product-position {
      display: block;
      grid-area: position;
      margin: 12px 0 0 10px; }
      .cart__product-position span {
        color: var(--color-main-dark);
        font-weight: 400;
        font-size: 25px;
        line-height: 20px;
        letter-spacing: -0.02em;
        text-transform: uppercase; }
    .cart__product-title {
      margin: 7px 0 15px; }
    .cart__product-info_size {
      margin: 0 22px 0 0; }
    .cart__product-info_name {
      margin: 0 10px 0 0; }
    .cart__product-info_color {
      height: 24px;
      width: 25px; }
    .cart__product-count {
      justify-self: center; } }

@media only screen and (min-width: 1100px) {
  .cart__product {
    grid-template-columns: auto auto 3.5fr 2fr 2fr;
    grid-template-areas: "position image title count summary"
 ". image info . ."
 ". image . . . ";
    grid-template-rows: auto 1fr;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0; }
    .cart__product-title {
      margin: 7px 0 0; }
    .cart__product-position {
      margin: 23px 27px 0 0; }
    .cart__product picture {
      margin: 0 17px 0 0; }
    .cart__product-summary {
      justify-self: center;
      margin: 2px 0 0; }
    .cart__product-count {
      -ms-flex-item-align: self-start;
          align-self: self-start; }
    .cart__product-remove {
      -webkit-transform: translateX(0);
              transform: translateX(0); } }

.order__products {
  background-color: var(--color-main-light); }
  .order__products-position {
    display: none; }
  .order__products-item {
    display: grid;
    grid-template-columns: 58px minmax(auto, 1fr);
    grid-template-rows: auto auto 1fr;
    grid-template-areas: "order-image order-title"
 "order-image order-info"
 ". order-price";
    -webkit-column-gap: 14px;
       -moz-column-gap: 14px;
            column-gap: 14px;
    margin: 0 0 25px 0; }
    .order__products-item picture {
      grid-area: order-image; }
      .order__products-item picture img {
        width: 100%;
        max-width: 73px; }
  .order__products-title {
    margin: 0 0 6px;
    grid-area: order-title; }
    .order__products-title a {
      color: var(--color-main-dark);
      font-weight: 800;
      letter-spacing: -0.02em;
      text-transform: uppercase; }
      @media only screen and (max-width: 759px) {
        .order__products-title a {
          font-size: calc(
 16px + 4 *
 ((100vw - 320px) / 439));
          line-height: calc(
 20px + 4 * ((100vw - 320px) / 439)); } }
      @media only screen and (min-width: 760px) and (max-width: 1099px) {
        .order__products-title a {
          font-size: 20px;
          line-height: 25px; } }
      @media only screen and (min-width: 1100px) and (max-width: 1439px) {
        .order__products-title a {
          font-size: calc(
 15px + 5 *
 ((100vw - 1100px) / 339));
          line-height: calc(
 19px + 5 * ((100vw - 1100px) / 339)); } }
      @media only screen and (min-width: 1440px) and (max-width: 1600px) {
        .order__products-title a {
          font-size: calc(
 20px + 2 *
 ((100vw - 1440px) / 160));
          line-height: calc(
 25px + 2 * ((100vw - 1440px) / 160)); } }
      @media only screen and (min-width: 1601px) {
        .order__products-title a {
          font-size: 22px;
          line-height: 28px; } }
  .order__products-info {
    grid-area: order-info;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 0 10px; }
    .order__products-info_size {
      font-weight: 800;
      letter-spacing: -0.02em;
      text-transform: uppercase;
      color: var(--color-main-dark);
      margin: 0 10px 0 0; }
      @media only screen and (max-width: 759px) {
        .order__products-info_size {
          font-size: calc(
 14px + 2 *
 ((100vw - 320px) / 439));
          line-height: calc(
 20px + 2 * ((100vw - 320px) / 439)); } }
      @media only screen and (min-width: 760px) and (max-width: 1099px) {
        .order__products-info_size {
          font-size: 16px;
          line-height: 20px; } }
      @media only screen and (min-width: 1100px) and (max-width: 1439px) {
        .order__products-info_size {
          font-size: calc(
 12px + 4 *
 ((100vw - 1100px) / 339));
          line-height: calc(
 15px + 4 * ((100vw - 1100px) / 339)); } }
      @media only screen and (min-width: 1440px) and (max-width: 1600px) {
        .order__products-info_size {
          font-size: calc(
 16px + 2 *
 ((100vw - 1440px) / 160));
          line-height: calc(
 20px + 2 * ((100vw - 1440px) / 160)); } }
      @media only screen and (min-width: 1601px) {
        .order__products-info_size {
          font-size: 18px;
          line-height: 22px; } }
    .order__products-info_name {
      font-weight: 800;
      letter-spacing: -0.02em;
      text-transform: uppercase;
      color: var(--color-main-dark);
      margin: 0 10px 0 0; }
      @media only screen and (max-width: 759px) {
        .order__products-info_name {
          font-size: calc(
 14px + 2 *
 ((100vw - 320px) / 439));
          line-height: calc(
 20px + 2 * ((100vw - 320px) / 439)); } }
      @media only screen and (min-width: 760px) and (max-width: 1099px) {
        .order__products-info_name {
          font-size: 16px;
          line-height: 20px; } }
      @media only screen and (min-width: 1100px) and (max-width: 1439px) {
        .order__products-info_name {
          font-size: calc(
 12px + 4 *
 ((100vw - 1100px) / 339));
          line-height: calc(
 15px + 4 * ((100vw - 1100px) / 339)); } }
      @media only screen and (min-width: 1440px) and (max-width: 1600px) {
        .order__products-info_name {
          font-size: calc(
 16px + 2 *
 ((100vw - 1440px) / 160));
          line-height: calc(
 20px + 2 * ((100vw - 1440px) / 160)); } }
      @media only screen and (min-width: 1601px) {
        .order__products-info_name {
          font-size: 18px;
          line-height: 22px; } }
    .order__products-info_color {
      width: 17px;
      height: 16px;
      margin: 0 4px 0 0;
      -webkit-clip-path: polygon(0 50%, 100% 0, 100% 100%, 0 100%);
              clip-path: polygon(0 50%, 100% 0, 100% 100%, 0 100%); }
  .order__products-price {
    grid-area: order-price; }
    .order__products-price li {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      .order__products-price li p,
      .order__products-price li span {
        letter-spacing: -0.02em; }
      .order__products-price li p {
        font-weight: 400;
        color: var(--color-grey); }
        @media only screen and (max-width: 759px) {
          .order__products-price li p {
            font-size: calc(
 13px + 1 *
 ((100vw - 320px) / 439));
            line-height: calc(
 20px + 1 * ((100vw - 320px) / 439)); } }
        @media only screen and (min-width: 760px) and (max-width: 1099px) {
          .order__products-price li p {
            font-size: 14px;
            line-height: 22px; } }
        @media only screen and (min-width: 1100px) and (max-width: 1439px) {
          .order__products-price li p {
            font-size: calc(
 11px + 3 *
 ((100vw - 1100px) / 339));
            line-height: calc(
 17px + 3 * ((100vw - 1100px) / 339)); } }
        @media only screen and (min-width: 1440px) and (max-width: 1600px) {
          .order__products-price li p {
            font-size: calc(
 14px + 2 *
 ((100vw - 1440px) / 160));
            line-height: calc(
 22px + 2 * ((100vw - 1440px) / 160)); } }
        @media only screen and (min-width: 1601px) {
          .order__products-price li p {
            font-size: 16px;
            line-height: 28px; } }
      .order__products-price li span {
        font-weight: 600;
        color: var(--color-main-dark); }
        @media only screen and (max-width: 759px) {
          .order__products-price li span {
            font-size: calc(
 14px + 2 *
 ((100vw - 320px) / 439));
            line-height: calc(
 20px + 2 * ((100vw - 320px) / 439)); } }
        @media only screen and (min-width: 760px) and (max-width: 1099px) {
          .order__products-price li span {
            font-size: 16px;
            line-height: 20px; } }
        @media only screen and (min-width: 1100px) and (max-width: 1439px) {
          .order__products-price li span {
            font-size: calc(
 12px + 4 *
 ((100vw - 1100px) / 339));
            line-height: calc(
 15px + 4 * ((100vw - 1100px) / 339)); } }
        @media only screen and (min-width: 1440px) and (max-width: 1600px) {
          .order__products-price li span {
            font-size: calc(
 16px + 2 *
 ((100vw - 1440px) / 160));
            line-height: calc(
 22px + 2 * ((100vw - 1440px) / 160)); } }
        @media only screen and (min-width: 1601px) {
          .order__products-price li span {
            font-size: 18px;
            line-height: 22px; } }

@media screen and (min-width: 760px) {
  .order__products-position {
    display: block;
    grid-area: position;
    margin: 11px 0 0; }
    .order__products-position span {
      color: var(--color-main-dark);
      font-size: 16px;
      line-height: 20px;
      letter-spacing: -0.02em;
      text-transform: uppercase; }
  .order__products-item {
    padding: 10px 10px 23px;
    margin: 0 0 5px 0;
    grid-template-columns: auto 73px minmax(auto, 1fr);
    grid-template-areas: "position order-image order-title"
 ". order-image order-info"
 ". order-image order-price"; }
    .order__products-item picture {
      margin: 4px 0 0; }
  .order__products-title {
    margin: 7px 0 10px; }
  .order__products-info {
    margin: 0 0 20px; }
  .order__products-price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px; }
    .order__products-price li {
      -webkit-column-gap: 10px;
         -moz-column-gap: 10px;
              column-gap: 10px; } }

@media screen and (min-width: 1100px) {
  .order__products-list .order__products-item:first-child .order__products-price li {
    position: relative; }
    .order__products-list .order__products-item:first-child .order__products-price li:before {
      position: absolute;
      top: -35px;
      font-size: 12px;
      line-height: 20px;
      letter-spacing: -0.02em;
      color: var(--color-grey); }
    .order__products-list .order__products-item:first-child .order__products-price li:first-child p {
      right: 0; }
    .order__products-list .order__products-item:first-child .order__products-price li:nth-child(2) p {
      right: 50%;
      -webkit-transform: translateX(50%);
              transform: translateX(50%);
      white-space: nowrap; }
    .order__products-list .order__products-item:first-child .order__products-price li:last-child p {
      right: 0; }
  .order__products-item {
    grid-template-rows: auto 1fr;
    grid-template-columns: auto 73px minmax(auto, 4.5fr) 3fr;
    grid-template-areas: "position order-image order-title  order-price "
 ". order-image order-info ."; }
  .order__products-price {
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 230px;
    width: 100%;
    margin: 7px auto 0; }
    .order__products-price li p {
      position: absolute;
      top: -35px;
      font-size: 12px;
      line-height: 20px;
      letter-spacing: -0.02em;
      color: var(--color-grey);
    } }

.login__form {
  max-width: 315px;
  margin: 0 auto; }
  .login__form .form {
    margin: 0 0 28px; }
    .login__form .form__submit {
      width: 100%;
      max-width: 315px;
      margin: 0 auto; }
      .login__form .form__submit button {
        width: 100%;
        padding: 10px 30px; }
  .login__form-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .login__form-links li a {
      color: var(--color-main-accent);
      font-weight: 600;
      font-size: 16px;
      line-height: 18px; }

.cart-popup__list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 20px;
  margin: 0 0 23px;
  max-height: 315px;
  overflow: auto; }

.cart-popup__product {
  display: grid;
  grid-template-columns: 73px 245px 1fr;
  -webkit-column-gap: 9px;
     -moz-column-gap: 9px;
          column-gap: 9px;
  margin: 0 0 !important; }
  .cart-popup__product picture {
    width: 100%; }
    .cart-popup__product picture img {
      width: 100%; }
  .cart-popup__product-info {
    padding: 8px 0 0; }
  .cart-popup__product-title {
    margin: 0 0 3px; }
    .cart-popup__product-title p {
      color: var(--color-main-dark);
      font-weight: 800;
      font-size: 16px;
      line-height: 20px;
      text-transform: uppercase; }
  .cart-popup__product-details p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-column-gap: 8px;
       -moz-column-gap: 8px;
            column-gap: 8px;
    color: var(--color-main-dark);
    font-weight: 800;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: -0.02em;
    text-transform: uppercase; }
  .cart-popup__product-total {
    padding: 8px 0 0; }
    .cart-popup__product-total p {
      color: var(--color-main-dark);
      font-weight: 800;
      font-size: 30px;
      line-height: 30px;
      letter-spacing: -0.02em;
      text-align: right; }
      .cart-popup__product-total p span {
        font-size: 20px;
        line-height: 20px; }

.cart-popup__bottom {
  padding: 20px 0 0;
  border-top: 1px solid;
  border-color: #e0e0e0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 19px;
     -moz-column-gap: 19px;
          column-gap: 19px; }

.cart-popup__link {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }
  .cart-popup__link a {
    width: 100%;
    padding: 10px 62px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media only screen and (max-width: 1099px) {
      .cart-popup__link a {
        font-size: 30px;
        line-height: 41px; } }
    @media only screen and (min-width: 1100px) and (max-width: 1439px) {
      .cart-popup__link a {
        font-size: calc(
 23px + 7 *
 ((100vw - 1100px) / 339));
        line-height: calc(
 31px + 7 * ((100vw - 1100px) / 339)); } }
    @media only screen and (min-width: 1440px) and (max-width: 1600px) {
      .cart-popup__link a {
        font-size: calc(
 30px + 3 *
 ((100vw - 1440px) / 160));
        line-height: calc(
 41px + 3 * ((100vw - 1440px) / 160)); } }
    @media only screen and (min-width: 1601px) {
      .cart-popup__link a {
        font-size: 33px;
        line-height: 45px; } }

.cart-popup__total {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 15px 0 0; }
  .cart-popup__total-text {
    color: var(--color-main-dark);
    position: absolute;
    top: -5px;
    font-size: 20px;
    line-height: 20px;
    letter-spacing: -0.02em;
    font-weight: 800; }
  .cart-popup__total-price {
    color: var(--color-main-dark);
    font-weight: 800;
    letter-spacing: -0.02em; }
    @media only screen and (max-width: 759px) {
      .cart-popup__total-price {
        font-size: calc(
 40px + 10 *
 ((100vw - 320px) / 439));
        line-height: calc(
 40px + 10 * ((100vw - 320px) / 439)); } }
    @media only screen and (min-width: 760px) and (max-width: 1099px) {
      .cart-popup__total-price {
        font-size: 50px;
        line-height: 50px; } }
    @media only screen and (min-width: 1100px) and (max-width: 1439px) {
      .cart-popup__total-price {
        font-size: calc(
 38px + 12 *
 ((100vw - 1100px) / 339));
        line-height: calc(
 38px + 12 * ((100vw - 1100px) / 339)); } }
    @media only screen and (min-width: 1440px) and (max-width: 1600px) {
      .cart-popup__total-price {
        font-size: calc(
 50px + 6 *
 ((100vw - 1440px) / 160));
        line-height: calc(
 50px + 6 * ((100vw - 1440px) / 160)); } }
    @media only screen and (min-width: 1601px) {
      .cart-popup__total-price {
        font-size: 56px;
        line-height: 56px; } }
    .cart-popup__total-price span {
      font-size: 25px;
      line-height: 20px; }

.woo-variation-items-wrapper>.select{
  display: none;
}

.catalog-popup {
  width: 100%;
  padding: 30px 0 27px;
  background-color: var(--color-main-light); }
  .catalog-popup__wrapper {
    padding: 0 55px;
    margin: 0 auto;
    width: 100%;
    max-width: 1600px;
    display: grid;
    grid-template-columns: 200px 1fr;
    -webkit-column-gap: 75px;
       -moz-column-gap: 75px;
            column-gap: 75px; }
  .catalog-popup__side h4 {
    color: var(--color-main-dark);
    font-weight: 800;
    font-size: 30px;
    line-height: 35px;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    margin: 0 0 10px; }
  .catalog-popup__side p {
    color: var(--color-main-dark);
    font-weight: 800;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    margin: 0 0 25px; }
    @media only screen and (max-width: 1099px) {
      .catalog-popup__side p {
        font-size: 15px;
        line-height: 20px; } }
    @media only screen and (min-width: 1100px) and (max-width: 1439px) {
      .catalog-popup__side p {
        font-size: calc(
 11px + 4 *
 ((100vw - 1100px) / 339));
        line-height: calc(
 15px + 4 * ((100vw - 1100px) / 339)); } }
    @media only screen and (min-width: 1440px) and (max-width: 1600px) {
      .catalog-popup__side p {
        font-size: calc(
 15px + 2 *
 ((100vw - 1440px) / 160));
        line-height: calc(
 20px + 2 * ((100vw - 1440px) / 160)); } }
    @media only screen and (min-width: 1601px) {
      .catalog-popup__side p {
        font-size: 17px;
        line-height: 22px; } }
  .catalog-popup__side a {
    color: var(--color-main-light);
    width: 100%;
    padding: 10px;
    font-weight: 800;
    font-size: 20px;
    line-height: 27px;
    text-transform: uppercase;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .catalog-popup__products {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 45px;
       -moz-column-gap: 45px;
            column-gap: 45px;
    width: 100%;
    overflow-y: hidden; }
    .catalog-popup__products li {
      width: 200px;
      padding: 0 22px; }
      .catalog-popup__products li a {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center !important;
            -ms-flex-align: center !important;
                align-items: center !important; }
        .catalog-popup__products li a picture {
          width: 100%;
          margin: 0 0 15px; }
          .catalog-popup__products li a picture img {
            width: 100%; }
        .catalog-popup__products li a p {
          font-weight: 800;
          text-align: center;
          text-transform: uppercase;
          color: var(--color-main-dark);
          margin: 0 0 10px; }
          @media only screen and (max-width: 1099px) {
            .catalog-popup__products li a p {
              font-size: 15px;
              line-height: 20px; } }
          @media only screen and (min-width: 1100px) and (max-width: 1439px) {
            .catalog-popup__products li a p {
              font-size: calc(
 11px + 4 *
 ((100vw - 1100px) / 339));
              line-height: calc(
 15px + 4 * ((100vw - 1100px) / 339)); } }
          @media only screen and (min-width: 1440px) and (max-width: 1600px) {
            .catalog-popup__products li a p {
              font-size: calc(
 15px + 2 *
 ((100vw - 1440px) / 160));
              line-height: calc(
 20px + 2 * ((100vw - 1440px) / 160)); } }
          @media only screen and (min-width: 1601px) {
            .catalog-popup__products li a p {
              font-size: 17px;
              line-height: 22px; } }
  .catalog-popup__discount {
    background: #eb5757;
    padding: 0 10px 0 5px;
    -webkit-clip-path: polygon(0 0, 100% 0, 97% 50%, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 97% 50%, 100% 100%, 0 100%); }
    .catalog-popup__discount-text {
      color: #fff !important;
      font-weight: 800;
      font-size: 14px !important;
      line-height: 20px !important;
      letter-spacing: -0.02em;
      text-transform: uppercase; }

.account-popup {
  width: 210px; }
  .account-popup__wrapper ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    row-gap: 20px;
    padding: 0 0 20px;
    margin: 0 0 15px;
    border-bottom: 1px solid;
    border-color: var(--color-grey); }
    .account-popup__wrapper ul li:not(:last-child) {
      margin: 0; }
    .account-popup__wrapper ul li a {
      font-weight: 600;
      text-align: right;
      color: var(--color-main-dark); }
      @media only screen and (max-width: 1099px) {
        .account-popup__wrapper ul li a {
          font-size: 15px;
          line-height: 20px; } }
      @media only screen and (min-width: 1100px) and (max-width: 1439px) {
        .account-popup__wrapper ul li a {
          font-size: calc(
 11px + 4 *
 ((100vw - 1100px) / 339));
          line-height: calc(
 15px + 4 * ((100vw - 1100px) / 339)); } }
      @media only screen and (min-width: 1440px) and (max-width: 1600px) {
        .account-popup__wrapper ul li a {
          font-size: calc(
 15px + 2 *
 ((100vw - 1440px) / 160));
          line-height: calc(
 20px + 2 * ((100vw - 1440px) / 160)); } }
      @media only screen and (min-width: 1601px) {
        .account-popup__wrapper ul li a {
          font-size: 17px;
          line-height: 22px; } }
    .account-popup__wrapper ul li .account-count {
      position: absolute;
      left: -25px;
      top: 50%;
      -webkit-transform: translate(0, -50%);
              transform: translate(0, -50%);
      background-color: var(--color-main-accent);
      border-radius: 50%;
      height: 20px;
      width: 20px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .account-popup__wrapper ul li .account-count span {
        font-weight: 700;
        font-size: 12px;
        line-height: 15px;
        color: #ffffff; }
  .account-popup__exit {
    text-align: end; }
    .account-popup__exit a {
      font-weight: 600;
      font-size: 15px;
      line-height: 20px;
      color: var(--color-main-dark); }

.drag-slider {
  height: 275px; }
  .drag-slider__wrapper {
    position: absolute;
    width: 856px;
    height: 856px;
    top: 0;
    left: calc(50% - 428px);
    border-radius: 50%;
    overflow: hidden; }
    .drag-slider__wrapper ul {
      position: absolute;
      height: 100%;
      width: 100%;
      left: 0;
      top: 0;
      border-radius: 50%; }
      .drag-slider__wrapper ul li {
        position: absolute;
        width: 50%;
        height: 50%;
        overflow: hidden;
        -webkit-transform-origin: 100% 100%;
                transform-origin: 100% 100%;
        left: 0;
        top: 0;
        overflow: hidden; }
      .drag-slider__wrapper ul span {
        display: block;
        width: 100%;
        height: 1px;
        position: absolute;
        top: 100%;
        -webkit-transform: skew(-75deg);
                transform: skew(-75deg); }
  .drag-slider__limit {
    position: absolute;
    top: 50px;
    left: calc(50% - 378px);
    border-radius: 50%;
    width: 756px;
    height: 756px;
    background-color: var(--color-main-dark); }
  .drag-slider__pointer {
    position: absolute;
    top: 67px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    border-bottom: 30px solid #fff; }
  .drag-slider__text {
    position: absolute;
    top: 103px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    min-width: 360px;
    width: 65%; }
    .drag-slider__text p {
      font-weight: 300;
      text-align: center;
      letter-spacing: -0.05em;
      color: var(--color-main-light); }
      @media only screen and (max-width: 759px) {
        .drag-slider__text p {
          font-size: calc(
 30px + 20 *
 ((100vw - 320px) / 439));
          line-height: calc(
 35px + 20 * ((100vw - 320px) / 439)); } }
      @media only screen and (min-width: 760px) and (max-width: 1099px) {
        .drag-slider__text p {
          font-size: 60px;
          line-height: 60px; } }
      @media only screen and (min-width: 1100px) and (max-width: 1439px) {
        .drag-slider__text p {
          font-size: calc(
 46px + 14 *
 ((100vw - 1100px) / 339));
          line-height: calc(
 46px + 14 * ((100vw - 1100px) / 339)); } }
      @media only screen and (min-width: 1440px) and (max-width: 1600px) {
        .drag-slider__text p {
          font-size: calc(
 60px + 7 *
 ((100vw - 1440px) / 160));
          line-height: calc(
 60px + 7 * ((100vw - 1440px) / 160)); } }
      @media only screen and (min-width: 1601px) {
        .drag-slider__text p {
          font-size: 67px;
          line-height: 67px; } }

@media screen and (min-width: 760px) {
  .drag-slider {
    height: 470px; }
    .drag-slider__wrapper {
      width: 2350px;
      height: 2350px;
      top: 0;
      left: calc(50% - 1175px); }
    .drag-slider__limit {
      top: 130px;
      left: calc(50% - 1050px);
      border-radius: 50%;
      width: 2100px;
      height: 2100px; }
    .drag-slider__pointer {
      top: 150px; }
    .drag-slider__text {
      width: 60%;
      min-width: 500px;
      top: 230px; } }

@media screen and (min-width: 760px) {
  .drag-slider__text {
    width: 57%; }
}


.features {
  margin-top: 50px; }
  .features__wrapper {
    display: grid;
    row-gap: 10px;
    justify-items: center; }

@media screen and (min-width: 760px) {
  .features {
    margin-top: 118px; }
    .features__wrapper {
      row-gap: 20px;
      -webkit-column-gap: 20px;
         -moz-column-gap: 20px;
              column-gap: 20px; } }

.products {
  overflow: hidden;
}
.products__wrapper .offer__btn {
  /*display: none;*/
}


@media screen and (min-width: 1100px) {
  .features {
    margin-top: 90px; }
    .features__wrapper {
      grid-template-columns: 1fr 1fr; } }

.product__sizes .price,
.product__sizes .woocommerce-product-gallery{
  display: none;
}

.product__sizes ul.variable-items-wrapper{
  display: flex;
  flex-wrap: wrap;
}
.product__sizes ul.variable-items-wrapper .variable-item{
  margin-right: 10px;
  padding: 10px 15px;
  border: 1px solid;
  border-color: var(--color-header-socials);
  height: unset;
  width: unset;
}
.product__sizes ul.variable-items-wrapper .variable-item.selected{
  outline: 4px solid var(--color-main-accent)!important;
}
@media (max-width: 1099px) {
  .variations__value.pa_czvet {
    flex-direction: column;
    align-items: flex-start;
  }
  .product__colors-sample {
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 33px;
    margin-top: -24px;
  }
}
@media only screen and (min-width: 760px) {
  .container {
    padding: 0 55px; }
  .media-block {
    top: -95px;
    padding-bottom: clamp(408px, 408px, 50%); }
  .catalog {
    padding: 65px 0 164px; }
    .catalog__title {
      margin-bottom: 65px; }
    .catalog__filters {
      margin-bottom: 65px; }
      .catalog__filters-toggle {
        display: none; }
      .catalog__filters-wrapper {
        display: block; }
        .catalog__filters-wrapper form {
          display: grid;
          grid-template-columns: 1fr 1fr;
          row-gap: 15px;
          -webkit-column-gap: 20px;
             -moz-column-gap: 20px;
                  column-gap: 20px; }
          .catalog__filters-wrapper form select {
            padding-bottom: 17px; }
          .catalog__filters-wrapper form .actions {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: justify;
                -ms-flex-pack: justify;
                    justify-content: space-between;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center; }
          .catalog__filters-wrapper form .select {
            margin: 0 0; }
    .catalog__items-title {
      margin: 25px 0 35px; }
  .product__composition-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .product__composition-pattern {
    height: 100%;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    top: -30%;
    left: -5%;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
  .product__title {
    margin: 40px 0 0 0;
    padding-right: calc(100% / 6); }
  .product__promo {
    margin: 17px 0 0;
    padding-right: calc(100% / 6);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .product__promo-label {
      margin-bottom: 0;
      padding: 8px 13px 8px 8px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
    .product__promo-info {
      margin-left: 23px; }
  .product__links {
    margin: 72px 0 0 0; }
  .product__sizes {
    margin: 64px 0 0 0; }
    .product__sizes .button-variable-item span {
      font-size: 31px; }
  .product__colors {
    margin: 72px 0 0 0;
    display: grid;
    grid-template-columns: 3fr 2fr 1fr;
    -webkit-column-gap: 22px;
       -moz-column-gap: 22px;
            column-gap: 22px; }


    .product__colors-sample {
      max-height: 187px; }
    .product__colors-values {
      -ms-flex-item-align: end;
          align-self: end;
      margin: 0 0; }
      .product__colors-values ul {
        row-gap: 10px;
        -webkit-column-gap: 10px;
           -moz-column-gap: 10px;
                column-gap: 10px; }
        .product__colors-values ul label {
          height: 40px;
          width: 40px;
          cursor: pointer; }
  .product__order {
    margin: 60px 0 0 0;
    grid-template-columns: 1fr 2fr 3fr;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .product__order-counter {
      height: 50px; }
    .product__order-promo {
      top: unset;
      bottom: 30px;
      -webkit-transform: translateY(0);
              transform: translateY(0); }
    .product__order-discount {
      top: 0;
      right: 0;
      -webkit-transform: translateY(-100%);
              transform: translateY(-100%); }
    .product__order-submit {
      grid-column: auto;
      margin: 0 0; }
  .product__info {
    margin: 77px 0 0 0; }
  .product__use {
    margin: 74px 0 0 0;
    overflow: auto; }
    .product__use h4 {
      margin-bottom: 14px; }
    .product__use ul {
      width: 100%;
      max-width: 520px; }
  .product__rec-of-use {
    margin: 74px 0 0 0; }
    .product__rec-of-use h2 {
      margin-bottom: 34px; }
  .signup__wrapper {
    padding: 65px 0 120px;
    max-width: 650px; }
  .signup__form {
    margin: 50px 0 0 0; }
    .signup__form .form__input, .signup__form .form__checkbox {
      margin: 0 0; }
    .signup__form .form__input input {
      padding: 9px 15px 11px; }
    .signup__form .form__section {
      display: grid;
      grid-template-columns: repeat(6, 1fr);
      -webkit-column-gap: 20px;
         -moz-column-gap: 20px;
              column-gap: 20px;
      row-gap: 15px; }
      .signup__form .form__section h2 {
        grid-column: 1 / 7;
        margin: 0 0 8px; }
      .signup__form .form__section.section-personal {
        margin: 0 0 34px; }
        .signup__form .form__section.section-personal .form__input:nth-child(2),
        .signup__form .form__section.section-personal .form__input:nth-child(4) {
          grid-column: 1 / 4; }
        .signup__form .form__section.section-personal .form__input:nth-child(3) {
          grid-column: 4 / 7; }
        .signup__form .form__section.section-personal .form__input:last-child {
          grid-column: 4 / 6; }
      .signup__form .form__section.section-company {
        margin: 0 0 77px; }
        .signup__form .form__section.section-company .form__checkbox {
          grid-column: 1 / 7;
          margin: 0 0 8px;
          max-width: 100%; }
        .signup__form .form__section.section-company .form__input:nth-child(3) {
          grid-column: 1 / 4; }
        .signup__form .form__section.section-company .form__input:nth-child(4) {
          grid-column: 4 / 7; }
        .signup__form .form__section.section-company .form__input:last-child {
          max-width: 100%;
          grid-column: 1 / 6; }
  .company {
    padding: 65px 0 0 0; }
    .company-title {
      margin: 0 0 110px 0; }
      .company-title__header {
        margin: 0 0 50px; }
    .company-slider {
      margin: 0 0 130px 0;
      height: 410px; }
      .company-slider__item {
        width: 360px; }
        .company-slider__item-text h4 {
          font-size: 160px;
          line-height: 300px;
          margin: 0 0 10px 0; }
        .company-slider__item-text p {
          width: 100%; }
      .company-slider-mobile .image-left {
        -webkit-transform: translateX(-60%);
                transform: translateX(-60%); }
      .company-slider-mobile .image-right {
        -webkit-transform: translateX(60%);
                transform: translateX(60%); }
    .company-history {
      margin-bottom: 180px; }
      .company-history__text p {
        font-size: 25px;
        line-height: 40px;
        margin-bottom: 25px; }
    .company-manufacture {
      padding: 150px 0 80px; }
      .company-manufacture__title {
        margin: 0 0 80px 0; }
      .company-manufacture__text-big {
        margin: 0 0 100px 0; }
        .company-manufacture__text-big p {
          font-size: 35px;
          line-height: 45px; }
      .company-manufacture__text-small {
        padding: 240px 0 0 0;
        position: relative;
        display: grid;
        grid-template-columns: 1fr 5fr; }
        .company-manufacture__text-small img {
          position: absolute;
          width: calc(100% / 6 * 5);
          top: 0;
          left: 0;
          z-index: -1;
          -webkit-clip-path: polygon(0 0, 100% 25%, 100% 100%, 0 100%);
                  clip-path: polygon(0 0, 100% 25%, 100% 100%, 0 100%); }
        .company-manufacture__text-small p {
          grid-column: 2/3; }
    .company .media-block {
      padding-bottom: clamp(388px, 388px, 50%); }
  .partners {
    margin: 0 0 123px 0; }
    .partners__wrapper {
      padding: 65px 0 150px; }
    .partners__areas {
      margin: 0 0 88px 0; }
      .partners__areas p {
        margin: 0 0 44px 0; }
      .partners__areas ul {
        max-width: 740px;
        margin: 0 auto;
        -webkit-column-fill: balance;
           -moz-column-fill: balance;
                column-fill: balance;
        -webkit-column-gap: 30px;
           -moz-column-gap: 30px;
                column-gap: 30px;
        -webkit-column-count: 2;
           -moz-column-count: 2;
                column-count: 2; }
        .partners__areas ul li {
          padding: 0 0 0 30px; }
          .partners__areas ul li::before {
            height: 10px;
            width: 10px; }
    .partners__offices {
      display: grid;
      grid-template-columns: 1fr 1fr; }
      .partners__offices picture {
        left: 0;
        top: -28px;
        width: 50%; }
      .partners__offices-text {
        grid-column: 2 / 3;
        margin: 0 0 26px 26px;
        max-width: 295px; }
      .partners__offices-btn {
        grid-column: 2 / 3;
        margin: 0 0 0 26px; }
        .partners__offices-btn a {
          padding: 10px 30px; }
    .partners-features {
      padding: 70px 0 118px; }
      .partners-features__title {
        margin: 0 0 47px; }
      .partners-features ul {
        -webkit-column-count: 2;
           -moz-column-count: 2;
                column-count: 2;
        -webkit-column-gap: 35px;
           -moz-column-gap: 35px;
                column-gap: 35px; }
        .partners-features ul li {
          margin: 0 0 20px;
          padding: 28px 28px 28px 38px; }
          .partners-features ul li:before {
            top: 23px;
            left: -14px;
            width: 35px;
            height: 35px; }
    .partners-contacts__title {
      margin: 0 0 76px; }
    .partners-contacts__wrapper {
      max-width: 650px; }
    .partners-contacts__person {
      margin: 0 0 63px; }
      .partners-contacts__person h4 {
        margin: 0 0 5px; }
      .partners-contacts__person span {
        display: block;
        margin: 0 0 17px; }
      .partners-contacts__person a {
        font-size: 18px; }
        .partners-contacts__person a .link-phone {
          margin: 0 0 15px; }
  .contacts-first-screen {
    height: 330px;
    width: 100%; }
  .contacts__wrapper {
    padding: 62px 0 153px; }
    .contacts__wrapper ul {
      margin: 89px 0 72px;
      display: grid;
      grid-template-columns: 1fr 1fr; }
      .contacts__wrapper ul li {
        margin: 0 0 50px; }
        .contacts__wrapper ul li:first-child {
          grid-column: 1 / 3; }
        .contacts__wrapper ul li:nth-child(2) {
          grid-column: 1 / 2; }
        .contacts__wrapper ul li:nth-child(3) {
          grid-column: 2 / 3; }
        .contacts__wrapper ul li:nth-child(4) {
          grid-column: 1 / 2; }
        .contacts__wrapper ul li:last-child {
          grid-column: 2 / 3; }
        .contacts__wrapper ul li p {
          margin: 0 0 15px; }
  .contacts__form-title {
    margin: 0 0 40px; }
    .contacts__form-title h2 {
      font-size: 30px;
      line-height: 41px; }
  .cart__wrapper {
    padding: 65px 0 133px; }
  .cart__title {
    margin: 0 0 30px; }
  .cart__list-item {
    margin: 0 0 25px; }
  .cart__list-item:last-child {
    margin: 0 0 50px; }
  .cart__total {
    padding: 24px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .news__wrapper {
    padding: 65px 0 107px; }
  .news__list {
    grid-column: 1 / 3;
    padding: 0 0 30px; }
    .news__list-wrapper {
      display: grid;
      grid-template-columns: 1fr 2fr;
      grid-template-rows: auto auto 1fr;
      grid-template-areas: "news-image news-text" "news-date news-text" ". news-text";
      -webkit-column-gap: 30px;
         -moz-column-gap: 30px;
              column-gap: 30px; }
    .news__list-item {
      margin: 0 0 50px;
      cursor: pointer; }
    .news__list picture {
      margin: 0 0 10px 0;
      padding-bottom: calc(100% * 132 / 202);
      grid-area: news-image; }
    .news__list-text {
      grid-area: news-text; }
    .news__list-download {
      grid-template-columns: auto 1fr; }
      .news__list-download a {
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        padding: 10px 20px; }
      .news__list-download p {
        font-size: 14px;
        line-height: 20px; }
    .news__list-date {
      text-align: right;
      grid-area: news-date; }
      .news__list-date span {
        font-size: 14px;
        line-height: 30px; }
  .news__pagination {
    grid-column: 1 / 2; }
    .news__pagination ul {
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-column-gap: 59px;
         -moz-column-gap: 59px;
              column-gap: 59px; }
  .order__wrapper {
    padding: 65px 0 0; }
  .order__details {
    padding: 20px 0 100px;
    --size-h1-small: 35px;
    --lh-h1-small: 45px; }
    .order__details-wrapper {
      row-gap: 20px; }
  .order__products {
    padding: 32px 25px 31px; }
    .order__products-header {
      margin: 0 0 40px; }
  .order__title {
    margin: 0 0 40px; }
  .order__client {
    padding: 32px 35px 56px; }
    .order__client-title {
      margin: 0 0 42px; }
    .order__client-toggle {
      margin: 0 0 33px; }
    .order__client-fields.new-client .form {
      display: grid;
      grid-template-columns: 270px 270px;
      -webkit-column-gap: 20px;
         -moz-column-gap: 20px;
              column-gap: 20px;
      row-gap: 20px; }
      .order__client-fields.new-client .form__input:not(:last-child), .order__client-fields.new-client .form__input:last-child {
        margin: 0 0;
        max-width: 270px; }
    .order__client-fields.login-client .form {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-column-gap: 20px;
         -moz-column-gap: 20px;
              column-gap: 20px; }
      .order__client-fields.login-client .form__submit {
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
        max-width: 100%; }
      .order__client-fields.login-client .form__input {
        -ms-flex-preferred-size: 48%;
            flex-basis: 48%; }
  .order__delivery {
    padding: 32px 38px 56px; }
    .order__delivery-title {
      margin: 0 0 38px; }
    .order__delivery-subtitle {
      margin: 0 0 23px; }
    .order__delivery-type .form {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-column-gap: 60px;
         -moz-column-gap: 60px;
              column-gap: 60px;
      margin-bottom: 5%; }
      .order__delivery-type .form__radio {
        margin: 0 0; }
    .order__delivery-payment .form {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-column-gap: 60px;
         -moz-column-gap: 60px;
              column-gap: 60px; }
      .order__delivery-payment .form__radio:not(:last-child) {
        margin: 0 0; }
    .order__delivery-descriptions {
      margin: 19px 0 40px;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%; }
      .order__delivery-descriptions p {
        margin: 0 0 19px; }
      .order__delivery-descriptions .select {
        margin: 0 0;
        max-width: 500px; }
  .order__checkout {
    padding: 32px 38px 27px; }
    .order__checkout-title {
      margin: 0 0 33px; }
    .order__checkout-counts {
      row-gap: 10px;
      margin: 0 0 28px; }
    .order__checkout-code {
      margin: 0 0 px; }
    .order__checkout-total {
      padding: 15px 0 0;
      display: grid;
      grid-template-columns: auto 1fr;
      grid-template-rows: auto auto; }
      .order__checkout-total-text {
        text-align: left;
        grid-column: 1 / 2;
        display: grid;
        -webkit-box-align: end;
            -ms-flex-align: end;
                align-items: end; }
      .order__checkout-total-vat {
        grid-column: 1 / 3; }
    .order__checkout-price {
      grid-column: 2 / 3; }
  .account__wrapper {
    padding: 17px 0 131px; }
  .account__header {
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px; }
  .account__title {
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
    -webkit-box-align: unset;
        -ms-flex-align: unset;
            align-items: unset; }
    .account__title .account__count {
      margin: 11px 0 0; }
  .account__type {
    margin: 0 0 40px; }
  .account__pages ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px; }
  .account__pages-toggle {
    display: none; }
  .account__pages.show-navigation {
    position: unset; }
    .account__pages.show-navigation ul {
      position: unset;
      background-color: transparent;
      -webkit-box-shadow: none;
              box-shadow: none; }
  .account__form {
    padding: 68px 0 0;
    max-width: 650px;
    margin: 0 auto; }
    .account__form .form__input, .account__form .form__checkbox {
      margin: 0 0; }
    .account__form .form__input input {
      padding: 9px 15px 11px; }
    .account__form .form__section {
      display: grid;
      grid-template-columns: repeat(6, 1fr);
      -webkit-column-gap: 20px;
         -moz-column-gap: 20px;
              column-gap: 20px;
      row-gap: 15px; }
      .account__form .form__section h3, .account__form .form__section h4{
        grid-column: 1 / 7;
        margin: 0 0 8px; }
      .account__form .form__section.section-personal {
        margin: 0 0 52px; }
        .account__form .form__section.section-personal .form__input:nth-child(2),
        .account__form .form__section.section-personal .form__input:nth-child(4) {
          grid-column: 1 / 4; }
        .account__form .form__section.section-personal .form__input:nth-child(3) {
          grid-column: 4 / 7; }
        .account__form .form__section.section-personal .form__input:last-child {
          grid-column: 4 / 6; }
      .account__form .form__section.section-company {
        margin: 0 0 52px; }
        .account__form .form__section.section-company .form__checkbox {
          grid-column: 1 / 7;
          margin: 0 0 8px;
          max-width: 100%; }
      .account__form .form__section.section-password {
        margin: 0 0 68px; }
        .account__form .form__section.section-password .form__input:nth-child(2) {
          grid-column: 1 / 4; }
        .account__form .form__section.section-password .form__input:nth-child(3) {
          grid-column: 1 / 4; }
        .account__form .form__section.section-password .form__input:last-child {
          grid-column: 4 / 7; }
      .account__form .form__section .section-company__fields {
        grid-column: 1 / 7;
        -webkit-column-gap: 20px;
           -moz-column-gap: 20px;
                column-gap: 20px;
        row-gap: 15px;
        grid-template-columns: repeat(6, 1fr); }
        .account__form .form__section .section-company__fields .form__input:first-child {
          grid-column: 1 / 4; }
        .account__form .form__section .section-company__fields .form__input:nth-child(2) {
          grid-column: 4 / 7; }
        .account__form .form__section .section-company__fields .form__input:last-child {
          grid-column: 1 / 6;
          max-width: 100%; }
    .account__form .form__submit {
      max-width: -webkit-fit-content;
      max-width: -moz-fit-content;
      max-width: fit-content; }
  .account__materials {
    padding: 70px 0 0; }
  .account__order {
    display: grid;
    grid-template-columns: 3fr 1fr 2fr; }
    .account__order-title {
      margin: 0 0 20px;
      grid-template-columns: auto auto 1fr;
      grid-column: 1 / 4; }
    .account__order-date {
      position: unset; }
    .account__order-total {
      grid-column: 3 / 4;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: unset;
          -ms-flex-pack: unset;
              justify-content: unset; }
    .account__order-short {
      grid-column: 1 / 2;
      grid-row: 2 / 3; }
    .account__order-toggle {
      grid-column: 1 / 4; }
    .account__order-wrapper {
      margin: 28px 0 0;
      grid-column: 1 / 4; }
  .account .news__pagination {
    display: grid;
    grid-template-columns: 5fr 1fr; }
    .account .news__pagination ul {
      grid-column: 1 / 2; }
  .privacy__wrapper {
    padding: 80px 0 150px; }
  .article {
    --color-article-arrows: var(--color-grey) !important; }
    .article__wrapper {
      padding: 65px 0 100px; }
    .article__title {
      margin: 0 0 12px; }
    .article__date {
      display: block;
      margin: 0 0 80px; }
      .article__date div {
        display: grid;
        grid-template-columns: auto 1fr;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-column-gap: 5px;
           -moz-column-gap: 5px;
                column-gap: 5px; }
        .article__date div p,
        .article__date div span {
          font-weight: 300;
          letter-spacing: -0.02em;
          color: var(--color-grey); }
        .article__date div p {
          font-size: 33px;
          grid-row: 1 / 3; }
    .article picture {
      margin: 0 0 70px; }
    .article__text ul {
      margin: 0 0 75px 55px; }
    .article__text ol {
      margin: 0 0 0 46px; }
      .article__text ol li {
        padding: 0 0 0 9px; }
    .article__slider {
      padding: 90px 0; }
      .article__slider:before {
        content: "";
        position: absolute;
        height: 99%;
        width: 55px;
        left: -5px;
        top: 0;
        background-color: var(--color-main-light);
        z-index: 5; }
      .article__slider:after {
        left: -90px;
        width: 430px; }
      .article__slider-arrows {
        right: auto;
        left: 0%;
        top: 90px;
        -webkit-transform: translateY(0);
                transform: translateY(0); }
      .article__slider .slick-slider {
        padding: 0 0 0 50px; }
    .article__files {
      padding: 50px 0 200px; }
      .article__files ul li:not(:last-child) {
        margin: 0 0 36px; } }

@media only screen and (min-width: 1100px) {
  .container {
    padding: 0 60px; }
  .media-block {
    width: 65%;
    max-width: 1200px;
    padding-bottom: clamp(408px, 670px, 55%); }
    .media-block-image {
      display: none; }
    .media-block-video {
      position: absolute;
      display: block;
      height: 100%;
      width: 100%;
      top: 0;
      left: 0; }
      .media-block-video video {
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover; }
  .catalog__filters-wrapper form {
    grid-template-columns: minmax(auto, 227px) minmax(auto, 282px) minmax(auto, 194px) 1fr;
    -webkit-column-gap: 15px;
       -moz-column-gap: 15px;
            column-gap: 15px; }
    .catalog__filters-wrapper form .actions {
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-column-gap: 15px;
         -moz-column-gap: 15px;
              column-gap: 15px;
      padding: 0 0 0 15px; }
  .catalog__items {
    display: grid;
    grid-template-columns: 1fr 1fr; }
    .catalog__items-title {
      grid-column: 1 / 3; }
  .product__wrapper {
    grid-template-columns: 1fr 3fr 1fr 6fr 1fr;
    grid-template-areas: ". desktop-product . links ."
 ". desktop-product . title ."
 ". desktop-product . promo ."
 ". desktop-product . sizes ."
 ". desktop-product . colors ."
 ". desktop-product . colors ."
 ". . . colors ."
 ". . . info ."
 ". . . use ."
 ". . . rec-of-use ."
 ". . . media .";
    padding: 42px 0 130px; }

  .product__wrapper.no--colors{
    grid-template-areas: ". desktop-product . links      ." ". desktop-product . title      ." ". desktop-product . promo      ." ". desktop-product . sizes      ." ". desktop-product . info       ." ". desktop-product . use        ." ". desktop-product               . rec-of-use ." ". .               . media      .";
  }
  .product__wrapper.no--colors .product__colors {
    display: none;
  }


  .product__composition {
    display: none;
    grid-area: composition;
    margin: 18% 0 0 0; }
    .product__composition-image img {
      width: 100%;
      max-width: 100%;
      -webkit-transform: scale(1.12) translateY(-6%);
              transform: scale(1.12) translateY(-6%); }
    .product__composition-pattern {
      bottom: 18%;
      top: auto;
      left: -40%;
      -webkit-transition: 700ms;
      transition: 700ms;
      -webkit-transform: translateY(0);
              transform: translateY(0); }
      .product__composition-pattern img {
        height: 115%;
        width: auto; }
  .product__title {
    grid-area: title;
    margin: 35px 0 0 0; }
  .product__promo {
    grid-area: promo;
    margin: 13px 0 0; }
  .product__links {
    grid-area: links;
    margin: 0 0; }
  .product__sizes {
    grid-area: sizes;
    margin: 43px 0 0 0; }
  .product__colors {
    grid-area: colors;
    margin: 25px 0 0 0;
    grid-template-columns: minmax(260px, 2fr) 3fr;
    -webkit-column-gap: 4%;
       -moz-column-gap: 4%;
            column-gap: 4%; }
    .product__colors h4 {
      position: unset;
      grid-column: 1 / 4;
      margin-bottom: 22px; }
    .product__colors-sample img {
      height: 100%;
      width: inherit;
      display: none; }
    .product__colors-sample video {
      display: block; }
    .product__colors-values ul {
      display: grid;
      grid-template-columns: repeat(4, auto); }
      .product__colors-values ul label {
        width: 40px;
        height: 40px; }
  .product__order {
    display: none;
    grid-area: order;
    margin: 26px 0 0 0;
    padding: 0 2%;
    grid-template-columns: auto 1fr;
    -webkit-column-gap: 2%;
       -moz-column-gap: 2%;
            column-gap: 2%; }
    .product__order-discount {
      top: -5px;
      right: 2px;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); }
    .product__order-submit {
      grid-column: 1 / 3;
      width: 100%;
      margin-top: 12px; } }
  @media only screen and (min-width: 1100px) and (max-width: 759px) {
    .product__order-price p {
      font-size: calc(
 40px + 10 *
 ((100vw - 320px) / 439));
      line-height: calc(
 40px + 10 * ((100vw - 320px) / 439)); } }
  @media only screen and (min-width: 1100px) and (min-width: 760px) and (max-width: 1099px) {
    .product__order-price p {
      font-size: 50px;
      line-height: 50px; } }
  @media only screen and (min-width: 1100px) and (min-width: 1100px) and (max-width: 1439px) {
    .product__order-price p {
      font-size: calc(
 38px + 12 *
 ((100vw - 1100px) / 339));
      line-height: calc(
 38px + 12 * ((100vw - 1100px) / 339)); } }
  @media only screen and (min-width: 1100px) and (min-width: 1440px) and (max-width: 1600px) {
    .product__order-price p {
      font-size: calc(
 50px + 6 *
 ((100vw - 1440px) / 160));
      line-height: calc(
 50px + 6 * ((100vw - 1440px) / 160)); } }
  @media only screen and (min-width: 1100px) and (min-width: 1601px) {
    .product__order-price p {
      font-size: 56px;
      line-height: 56px; } }

@media only screen and (min-width: 1100px) {
    .product__order-promo {
      bottom: calc(min(30px, 60%));
      right: 2px; }
  .product__info {
    grid-area: info;
    margin: 74 0 0 0; }
  .product__use {
    grid-area: use; }
  .product__rec-of-use {
    grid-area: rec-of-use; }
  .product__media {
    grid-area: media; }
  .product__orderinfo {
    display: none;
    grid-area: order-info;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .product__orderinfo-color {
      height: 25px;
      width: 25px;
      -webkit-clip-path: polygon(0 50%, 100% 0, 100% 100%, 0 100%);
              clip-path: polygon(0 50%, 100% 0, 100% 100%, 0 100%);
      margin-right: clamp(2px, 3%, 8px); }
    .product__orderinfo-name {
      color: var(--color-main-dark);
      font-weight: 800;
      letter-spacing: -0.02em;
      text-transform: uppercase;
      margin-right: clamp(2px, 3%, 16px); } }
    @media only screen and (min-width: 1100px) and (max-width: 759px) {
      .product__orderinfo-name {
        font-size: calc(
 11px + 7 *
 ((100vw - 320px) / 1119));
        line-height: calc(
 11px + 7 * ((100vw - 320px) / 1119)); } }
    @media only screen and (min-width: 1100px) and (min-width: 760px) and (max-width: 1100px) {
      .product__orderinfo-name {
        font-size: 18px;
        line-height: 20px; } }
    @media only screen and (min-width: 1100px) and (min-width: 1100px) and (max-width: 1439px) {
      .product__orderinfo-name {
        font-size: calc(
 14px + 4 *
 ((100vw - 1100px) / 339));
        line-height: calc(
 15px + 4 * ((100vw - 1100px) / 339)); } }
    @media only screen and (min-width: 1100px) and (min-width: 1440px) and (max-width: 1600px) {
      .product__orderinfo-name {
        font-size: calc(
 18px + 2 *
 ((100vw - 1440px) / 160));
        line-height: calc(
 20px + 2 * ((100vw - 1440px) / 160)); } }
    @media only screen and (min-width: 1100px) and (min-width: 1601px) {
      .product__orderinfo-name {
        font-size: 20px;
        line-height: 22px; } }

@media only screen and (min-width: 1100px) {
    .product__orderinfo-size {
      color: var(--color-main-dark);
      font-weight: 800;
      letter-spacing: -0.02em;
      text-transform: uppercase;
      margin-right: clamp(2px, 3%, 16px); } }
    @media only screen and (min-width: 1100px) and (max-width: 759px) {
      .product__orderinfo-size {
        font-size: calc(
 11px + 7 *
 ((100vw - 320px) / 1119));
        line-height: calc(
 11px + 7 * ((100vw - 320px) / 1119)); } }
    @media only screen and (min-width: 1100px) and (min-width: 760px) and (max-width: 1100px) {
      .product__orderinfo-size {
        font-size: 18px;
        line-height: 20px; } }
    @media only screen and (min-width: 1100px) and (min-width: 1100px) and (max-width: 1439px) {
      .product__orderinfo-size {
        font-size: calc(
 14px + 4 *
 ((100vw - 1100px) / 339));
        line-height: calc(
 15px + 4 * ((100vw - 1100px) / 339)); } }
    @media only screen and (min-width: 1100px) and (min-width: 1440px) and (max-width: 1600px) {
      .product__orderinfo-size {
        font-size: calc(
 18px + 2 *
 ((100vw - 1440px) / 160));
        line-height: calc(
 20px + 2 * ((100vw - 1440px) / 160)); } }
    @media only screen and (min-width: 1100px) and (min-width: 1601px) {
      .product__orderinfo-size {
        font-size: 20px;
        line-height: 22px; } }

@media only screen and (min-width: 1100px) {
  .product__item-desktop {
    display: block;
    position: sticky;
    grid-area: desktop-product;
    top: 15%; }
    .product__item-desktop .product__composition {
      display: block; }
    .product__item-desktop .product__order {
      display: grid; }
    .product__item-desktop .product__orderinfo {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
  .signup__wrapper {
    padding: 83px 0 288px;
    max-width: 50%; }
  .signup__title {
    margin: 0 0 60px; }
  .signup .form__section.section-personal {
    margin: 0 0 52px; }
  .signup .form__section.section-company {
    margin: 0 0 77px; }
  .signup .form__input {
    max-width: initial; }
  .company {
    padding: 93px 0 0 0; }
    .company-title {
      margin: 0 0 100px 0; }
      .company-title__header {
        margin: 0 0 93px; }
      .company-title__description {
        display: grid;
        grid-template-columns: 1fr 8fr 3fr; }
        .company-title__description p {
          grid-column: 2 / 3; }
    .company-slider {
      margin: 0 0 130px 0;
      height: 410px;
      padding: 0 0;
      overflow: hidden; }
      .company-slider .container {
        position: relative; }
        .company-slider .container:before, .company-slider .container:after {
          position: absolute;
          content: "";
          top: 0;
          height: 100%;
          width: 100%;
          z-index: 9999; }
        .company-slider .container:before {
          left: 60px;
          -webkit-transform: translatex(-100%);
                  transform: translatex(-100%); }
        .company-slider .container:after {
          right: 60px;
          -webkit-transform: translateX(100%);
                  transform: translateX(100%); }
      .company-slider__wrapper {
        overflow: visible; }
        .company-slider__wrapper .slick-track.hover-stop {
          -webkit-transition: -webkit-transform 600000ms !important;
          transition: -webkit-transform 600000ms !important;
          transition: transform 600000ms !important;
          transition: transform 600000ms, -webkit-transform 600000ms !important; }
      .company-slider-mobile {
        display: none; }
      .company-slider__item {
        cursor: pointer; }
        .company-slider__item:hover .company-slider__item-img {
          opacity: 0;
          -webkit-transition: 0.2s;
          transition: 0.2s; }
        .company-slider__item:hover .company-slider__item-text {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          opacity: 1;
          -webkit-transition: 0.3s;
          transition: 0.3s; }
        .company-slider__item-text {
          display: none; }
          .company-slider__item-text p {
            width: 275px;
            max-width: 275px;
            margin: -50px 120px; }
        .company-slider__item-img {
          display: block; }
    .company-history {
      margin-bottom: 270px; }
      .company-history__wrapper {
        display: grid;
        grid-template-columns: 1fr 2fr 1fr; }
      .company-history__text {
        grid-column: 2 / 3; }
        .company-history__text p {
          margin-bottom: 25px; } }
        @media only screen and (min-width: 1100px) and (max-width: 759px) {
          .company-history__text p {
            font-size: calc(
 16px + 9 *
 ((100vw - 320px) / 439));
            line-height: calc(
 25px + 9 * ((100vw - 320px) / 439)); } }
        @media only screen and (min-width: 1100px) and (min-width: 760px) and (max-width: 1099px) {
          .company-history__text p {
            font-size: 25px;
            line-height: 40px; } }
        @media only screen and (min-width: 1100px) and (min-width: 1100px) and (max-width: 1439px) {
          .company-history__text p {
            font-size: calc(
 19px + 6 *
 ((100vw - 1100px) / 339));
            line-height: calc(
 31px + 6 * ((100vw - 1100px) / 339)); } }
        @media only screen and (min-width: 1100px) and (min-width: 1440px) and (max-width: 1600px) {
          .company-history__text p {
            font-size: calc(
 25px + 3 *
 ((100vw - 1440px) / 160));
            line-height: calc(
 40px + 3 * ((100vw - 1440px) / 160)); } }
        @media only screen and (min-width: 1100px) and (min-width: 1601px) {
          .company-history__text p {
            font-size: 28px;
            line-height: 44px; } }

@media only screen and (min-width: 1100px) {
      .company-history__button {
        grid-column: 2 / 3; }
    .company-manufacture {
      padding: 150px 0 80px; }
      .company-manufacture__title {
        margin: 0 0 80px 0; }
      .company-manufacture__text-big {
        margin: 0 0 127px 0;
        display: grid;
        grid-template-columns: 1fr 7fr 4fr; }
        .company-manufacture__text-big p {
          grid-column: 2 / 3; }
      .company-manufacture__text-small {
        padding: 40px 0 0 0;
        position: relative;
        display: grid;
        grid-template-columns: 4fr 6fr 2fr; }
        .company-manufacture__text-small img {
          width: calc(100% / 12 * 5); }
        .company-manufacture__text-small p {
          grid-column: 2/3; }
    .company-images__wrapper ul li .image-wrapper {
      display: grid;
      grid-template-columns: 1fr 23% 50% 31% 1fr; }
    .company-images__wrapper ul li .image-main {
      max-width: -webkit-max-content;
      max-width: -moz-max-content;
      max-width: max-content;
      z-index: 12;
      grid-column: 3/4; }
    .company-images__wrapper ul li .image-second {
      grid-column: 2/3;
      grid-row: 1/ 2;
      display: block;
      z-index: 9;
      -webkit-transform: translate(40%, -4%);
              transform: translate(40%, -4%); }
      .company-images__wrapper ul li .image-second img {
        width: 100%; }
    .company-images__wrapper ul li .image-third {
      grid-column: 4/5;
      grid-row: 1/ 2;
      display: block;
      z-index: 9;
      -webkit-transform: translate(-25%, -8%);
              transform: translate(-25%, -8%); }
      .company-images__wrapper ul li .image-third img {
        width: 100%; }
    .company-color__wrapper {
      position: relative; }
      .company-color__wrapper:before {
        position: absolute;
        content: url(../static/svg-blocker_left.svg);
        left: 120px;
        bottom: -5px;
        z-index: 9;
        -webkit-transform: translateX(-75%);
                transform: translateX(-75%); }
      .company-color__wrapper:after {
        position: absolute;
        content: url(../static/svg-blocker_right.svg);
        right: 120px;
        bottom: -5px;
        z-index: 9;
        -webkit-transform: translateX(75%);
                transform: translateX(75%); }
    .company .media-block {
      padding-bottom: clamp(623px, 623px, 50%); }
  .partners {
    margin: 0 0 177px 0; }
    .partners__wrapper {
      padding: 93px 0 155px;
      display: grid;
      grid-template-columns: 1fr 7fr 1fr 3fr; }
    .partners__title {
      grid-column: 1 / 5;
      margin: 0 0 74px; }
    .partners__areas {
      grid-column: 2 / 3; }
      .partners__areas p {
        width: 90%;
        margin: 0 0 24px; }
      .partners__areas ul {
        margin: 0 0; }
    .partners__offices {
      grid-column: 4 / 5;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .partners__offices picture {
        top: 0;
        left: -31px;
        width: 100%;
        max-width: 320px; }
      .partners__offices-text {
        margin: 128px 0 26px;
        max-width: 235px; }
      .partners__offices-btn {
        margin: 0 0; }
    .partners-features__wrapper {
      display: grid;
      grid-template-columns: 1fr 10fr 1fr; }
    .partners-features__title {
      grid-column: 2 / 3; }
      .partners-features__title span {
        max-width: 820px;
        display: inline-block; }
    .partners-features ul {
      grid-column: 2 / 3;
      -webkit-column-count: 3;
         -moz-column-count: 3;
              column-count: 3;
      -webkit-column-gap: 42px;
         -moz-column-gap: 42px;
              column-gap: 42px; }
    .partners-contacts__wrapper {
      display: grid;
      grid-template-columns: 1fr minmax(auto, 3fr) 1fr 6fr 1fr;
      max-width: 100%; }
    .partners-contacts__title {
      grid-column: 1 / 6;
      margin: 0 0 57px; }
    .partners-contacts__person {
      grid-column: 2 / 3; }
      .partners-contacts__person a.link-phone {
        margin: 0 0 15px; }
    .partners-contacts .contact-form {
      grid-column: 4 / 6; }
      .partners-contacts .contact-form__wrapper {
        margin: 0 0; }
  .contacts__wrapper {
    padding: 46px 0 181px; }
    .contacts__wrapper ul {
      margin: 46px 0 67px;
      grid-template-columns: 1fr 3fr 1fr 2fr 1fr 3fr 1fr;
      grid-template-rows: auto auto;
      grid-template-areas: ". first . second . fourth ."
 ". first . third . fifth ."; }
      .contacts__wrapper ul li:first-child {
        grid-area: first; }
      .contacts__wrapper ul li:nth-child(2) {
        grid-area: second; }
      .contacts__wrapper ul li:nth-child(3) {
        grid-area: third; }
      .contacts__wrapper ul li:nth-child(4) {
        grid-area: fourth; }
      .contacts__wrapper ul li:last-child {
        grid-area: fifth; }
  .contacts__title {
    display: grid;
    grid-template-columns: 1fr 10fr 1fr; }
    .contacts__title h1 {
      grid-column: 2 / 3; }
  .contacts__form {
    display: grid;
    grid-template-columns: 1fr 10fr 1fr; }
    .contacts__form-title {
      grid-column: 2/ 3; }
    .contacts__form .contact-form {
      grid-column: 2/ 3; }
      .contacts__form .contact-form__wrapper {
        margin: 0 0; }
  .offices-bg {
    display: block;
    position: sticky;
    width: calc(100% / 3 * 2);
    height: calc(100vh - 100px);
    top: 100px; }
    .offices-bg__wrapper {
      grid-column: 2 / 3;
      height: 100%;
      z-index: -1; }
  .offices__title h1 {
    white-space: nowrap; }
  .offices-sidebar {
    padding: 83px 0 0;
    width: calc(100% / 3); }
  .offices__wrapper {
    padding: 0 0 87px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 25px;
       -moz-column-gap: 25px;
            column-gap: 25px; }
  .offices__title {
    margin: 0 0 66px; }
  .offices__result-wrapper {
    width: calc(100% / 3);
    min-width: 390px; }
  .offices__result-item {
    width: 75%; }
    .offices__result-item:not(:last-child) {
      margin: 0 0 47px; }
    .offices__result-item:last-child {
      margin: 0 0 65px; }
  .offices__result-place li a {
    display: none; }
  .cart__wrapper {
    padding: 83px 0 110px;
    display: grid;
    grid-template-columns: minmax(950px, 3fr) 1fr; }
  .cart__title {
    margin: 0 0 46px;
    grid-column: 1 / 3; }
  .cart__list {
    grid-column: 1 / 2; }
    .cart__list-item {
      margin: 0 0 25px; }
    .cart__list-item:last-child {
      margin: 0 0 29px; }
  .cart__total {
    grid-column: 1 / 2;
    padding: 29px 0 0; }
  .news__wrapper {
    padding: 93px 0; }
  .news__title {
    margin: 0 0 91px; }
  .news__list {
    display: grid;
    grid-template-columns: minmax(auto, 574px) minmax(auto, 574px);
    -webkit-column-gap: 7%;
       -moz-column-gap: 7%;
            column-gap: 7%; }
    .news__list li {
      margin: 0 0 80px 0; }
      .news__list li.file-item .news__list-download {
        visibility: hidden; }
      .news__list li.file-item:hover {
        position: relative; }
        .news__list li.file-item:hover::before {
          position: absolute;
          content: "";
          left: -30px;
          top: -20px;
          right: -30px;
          bottom: -20px;
          -webkit-box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.08);
                  box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.08);
          z-index: -1; }
        .news__list li.file-item:hover .news__list-download {
          visibility: visible; }
  .order__wrapper {
    padding: 83px 0 0; }
  .order__title {
    margin: 0 0 52px; }
  .order__details {
    padding: 20px 0 67px; }
    .order__details-wrapper {
      row-gap: 20px;
      -webkit-column-gap: 20px;
         -moz-column-gap: 20px;
              column-gap: 20px;
      grid-template-columns: 3fr 1fr;
      grid-template-areas: "products checkout" "client checkout" "delivery checkout"; }
  .order__products {
    grid-area: products;
    padding: 32px 10px 29px 27px; }
  .order__client {
    grid-area: client;
    display: grid;
    grid-template-columns: 6fr 1fr 2fr; }
    .order__client-title {
      grid-column: 1 / 4; }
    .order__client-toggle {
      grid-column: 1 / 3; }
    .order__client-fields.new-client {
      grid-column: 1 / 2; }
    .order__client-fields.login-client {
      grid-column: 1 / 4; }
  .order__delivery {
    grid-area: delivery;
    display: grid;
    grid-template-columns: 7fr 2fr; }
    .order__delivery-title, .order__delivery-type, .order__delivery-payment {
      grid-column: 1 / 2; }
    .order__delivery-descriptions {
      margin: 19px 0 52px; }
  .order__checkout {
    grid-area: checkout;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    position: sticky;
    top: 120px;
    padding: 22px 25px 26px 24px; }
    .order__checkout-title {
      margin: 0 0 24px; }
    .order__checkout-counts li p {
      max-width: 152px; }
  .account__wrapper {
    padding: 70px 0 120px; }
  .account__form {
    max-width: 50%; }
    .account__form .form__input {
      max-width: inherit; }
  .account__header {
    grid-template-columns: auto auto 1fr;
    grid-template-areas: "title pages type";
    -webkit-column-gap: 45px;
       -moz-column-gap: 45px;
            column-gap: 45px; }
  .account__type {
    grid-area: type;
    align-self: flex-end;
    margin: 0 0; }
    .account__type p {
      text-align: right; }
  .account__title {
    grid-area: title; }
  .account__pages {
    grid-area: pages; }
  .account__materials {
    padding: 100px 0 0; }
    .account__materials .news__list li {
      margin: 0 0 40px; }
  .account__orders {
    padding: 68px 0 0; }
  .account__order {
    grid-template-columns: 2fr 3fr 3fr 2fr 2fr; }
    .account__order-title {
      grid-column: 1 / 3;
      grid-template-columns: calc(40% - 10px) -webkit-max-content 60%;
      grid-template-columns: calc(40% - 10px) max-content 60%;
      grid-template-areas: "status name date"; }
    .account__order-name {
      grid-area: name; }
    .account__order-status {
      grid-area: status;
      grid-template-columns: auto 1fr;
      -webkit-column-gap: 6px;
         -moz-column-gap: 6px;
              column-gap: 6px; }
      .account__order-status i {
        grid-column: 2 / 3; }
      .account__order-status p {
        grid-column: 1 / 2;
        grid-row: 1 / 2; }
    .account__order-date {
      grid-area: date; }
    .account__order-total {
      grid-column: 4 / 5;
      grid-row: 1 / 2;
      margin: 0 0; }
    .account__order-short {
      max-width: calc(100% * 5 / 6);
      grid-column: 2 / 4; }
    .account__order-wrapper {
      grid-column: 2 / 5; }
    .account__order-toggle {
      grid-column: 2 / 5; }
  .account .news__pagination {
    grid-template-columns: 5fr 7fr; }
  .privacy__wrapper {
    padding: 111px 0 194px;
    max-width: 875px;
    margin: 0 auto; }
  .article__wrapper {
    padding: 80px 0 110px;
    display: grid;
    grid-template-columns: 1fr 1fr 6fr 2fr 2fr; }
  .article__title {
    grid-column: 2 / 5;
    margin: 0 0 60px; }
  .article__date {
    grid-column: 2 / 3; }
    .article__date span,
    .article__date p {
      grid-column: 1 / 3;
      line-height: 20px; }
    .article__date p {
      line-height: 30px; }
  .article picture {
    grid-column: 3 / 4; }
  .article__text {
    grid-column: 3 / 5; }
  .article__slider {
    overflow: visible;
    grid-column: 3 / 6; }
    .article__slider:before {
      display: none; }
    .article__slider:after {
      left: 0; }
    .article__slider .slick-slider {
      padding: 0 0;
      overflow: hidden; }
    .article__slider-arrows {
      left: -110px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-column-gap: 36px;
         -moz-column-gap: 36px;
              column-gap: 36px; }
    .article__slider-prev {
      margin: 0 0 0 0; }
  .article__files {
    grid-column: 3 / 5; }
  .article__back-link {
    grid-column: 3 / 5; } }

@-webkit-keyframes sliderTimeline {
  from {
    width: 0; }
  to {
    width: 100%; } }

@keyframes sliderTimeline {
  from {
    width: 0; }
  to {
    width: 100%; } }

p.error {
  color: var(--color-main-accent);
}

.order__client p {
  line-height: 30px;
}

.payment_box.payment_method_liqpay-webplus {
  display: none !important;
}

.form-row.place-order {
  display: none !important;
}

.payment_method_liqpay-webplus img{
  cursor: pointer;
}

.empty__block {
  width: 100%;
  min-height: 40px;
  grid-column: 3/5;
}

.header-fixed .header .container .header__socials svg {
  fill: var(--color-header-main);
}

.article__slider ul,
.article__slider-prev,
.article__slider-next {
  cursor: pointer;
}
.form__input input.is-error,
.select.is-error{
  border-color: #ef3939;
}




.account__order.active .account__order-short {
  display: flex;
  flex-direction: column;
}
.account__order.active .account__order-count {
  display: none;
}
.account__order-info p, .account__order-info span {
  display: none;
  color: var(--color-main-dark);
  font-weight: 400;
  font-size: 14px;
  line-height: 25px;
  letter-spacing: -.02em;
}

.account__order-pay>*:not(:first-child){
  margin-top: 10px;
  display: inline-block;
}


@media (max-width: 759px) {
  .account__order:not(.active) .account__order-count>*:first-child{
    margin-bottom: 6px;
  }
  .account__order.active .account__order-info + .account__order-pay{
    margin-bottom: 20px;
    margin-top: -10px;
  }
}

.product__media-item [data-type="iframe"]{
  position: relative;
}
.product__media-item [data-type="iframe"]::after{
  content: '';
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70px;
  height: 70px;
  pointer-events: none;
  background-image: url("../assets/images/ico-youtube.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.variations__value:not(.pa_obem) .variable-item.disabled{
  display: none;
}


@media only screen and (max-width: 759px) {
  .header__actions ul li:last-child section{
    right: -10px;
  }
  .header__actions ul li:nth-last-child(2) section {
    right: -57px;
  }
  .header__actions ul li section {
    right: -57px;
    max-width: calc(100vw - 10px);
  }

  .header__actions ul li section.popup-cart {
    padding: 13px;
  }

  .cart-popup__bottom {
    flex-direction: column;
  }

  .cart-popup__list {
    max-height: calc(100vh - 248px);
  }

  .cart-popup__total {
    align-items: center;
    justify-content: space-between;
  }
  .cart-popup__total-text{
    position: static;
  }
  .cart-popup__product {
    display: flex;
  }

  .cart-popup__product picture {
    width: 65px;
    flex-shrink: 0;
  }

  .cart-popup__product-total {
    flex-shrink: 0;
  }

  .cart-popup__product-total p {
    font-size: 20px;
    line-height: 20px;
  }

  .cart-popup__product-total p span {
    font-size: 15px;
  }
  .cart-popup__link a {
    font-size: 23px;
    line-height: 32px;
    text-align: center;
  }
}
@media screen and (min-width: 760px) {
  .footer__politics ul {
    flex-wrap: wrap;
  }
  .footer__politics {
    margin-top: 0;
  }
  .footer__politics ul li {
    margin-top: 18px;
  }
}
