@charset "UTF-8";
/* stylelint-disable */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -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; }

@font-face {
  font-family: "Bodoni";
  src: url("../fonts/Bodoni-Italic.woff2") format("woff2"), url("../fonts/Bodoni-Italic.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Bodoni";
  src: url("../fonts/Bodoni-Bold-Italic.woff2") format("woff2"), url("../fonts/Bodoni-Bold-Italic.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "GothamPro";
  src: url("../fonts/GothamPro-Light.woff2") format("woff2"), url("../fonts/GothamPro-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: "GothamPro";
  src: url("../fonts/GothamPro-Regular.woff2") format("woff2"), url("../fonts/GothamPro-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: "GothamPro";
  src: url("../fonts/GothamPro-Medium.woff2") format("woff2"), url("../fonts/GothamPro-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: "GothamPro";
  src: url("../fonts/GothamPro-Bold.woff2") format("woff2"), url("../fonts/GothamPro-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: "GothamPro";
  src: url("../fonts/GothamPro-Black.woff2") format("woff2"), url("../fonts/GothamPro-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: "VogueHighlineSerif";
  src: url("../fonts/VogueHighlineSerif-Medium.woff2") format("woff2"), url("../fonts/VogueHighlineSerif-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: "HelveticaNeueCyr";
  src: url("../fonts/HelveticaNeueCyr-Bold.woff2") format("woff2"), url("../fonts/HelveticaNeueCyr-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: "HelveticaNeueCyr";
  src: url("../fonts/HelveticaNeueCyr-Roman.woff2") format("woff2"), url("../fonts/HelveticaNeueCyr-Roman.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap; }

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit; }

html {
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  scroll-behavior: smooth; }

body {
  position: relative;
  overflow-x: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 320px;
  min-height: 100%;
  margin: 0;
  padding: 0;
  font-family: "GothamPro", "Arial", sans-serif;
  font-size: 16px;
  line-height: 1;
  font-weight: 400;
  color: #000000;
  background-color: #ffffff;
  scroll-behavior: smooth; }

main {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }

header {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0; }

footer {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0; }

a {
  text-decoration: none; }

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

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  -webkit-clip-path: inset(100%);
          clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden; }

.hidden {
  display: none !important; }

.big-container {
  margin: 0 auto;
  overflow-x: hidden;
  width: 100%;
  max-width: 2300px; }

.container {
  margin: 0 auto;
  width: 100%;
  max-width: 1310px;
  padding: 0 20px; }

@media (max-width: 1100px) {
  .container {
    padding: 0 15px; } }

.button {
  outline: none;
  padding: 0;
  background-color: transparent;
  border: none;
  outline: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "GothamPro", "Arial", sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  color: #000000;
  text-transform: uppercase; }
  .button:hover, .button:focus, .button:active {
    cursor: pointer;
    opacity: 0.6; }

@media (max-width: 1024px) {
  .js-block {
    position: absolute;
    z-index: 3;
    top: 100.1%;
    left: 0;
    width: 70%;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 1; }
  .js-block-inactive {
    -webkit-transform: translateX(-150%);
            transform: translateX(-150%);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 0;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in; } }

.select {
  position: relative; }
  .select.active .select__list {
    display: block; }
  .select.active .select__value::after {
    -webkit-transform: translateY(-50%) rotate(180deg);
            transform: translateY(-50%) rotate(180deg);
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in; }

.select__value {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 45px 0 17px;
  font-family: "HelveticaNeueCyr", "Arial", serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  color: #ffffff;
  border: 2px solid #ffffff; }
  .select__value:hover, .select__value:focus, .select__value:active {
    cursor: pointer;
    opacity: 0.6; }
  @media screen and (max-width: 900px) {
    .select__value {
      font-size: 20px; } }
  @media screen and (max-width: 576px) {
    .select__value {
      font-size: 14px;
      padding: 10px 20px 10px 12px; }
  }
  .select__value::after {
    content: "";
    position: absolute;
    right: 22px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    display: block;
    height: 0;
    width: 0;
    border-top: 12px solid #ffffff;
    border-right: 8px solid rgba(255, 255, 255, 0);
    border-left: 8px solid rgba(255, 255, 255, 0); }
    @media screen and (max-width: 576px) {
      .select__value::after {
        right: 9px;
        border-top: 8px solid #ffffff;
        border-right: 4px solid rgba(255, 255, 255, 0);
        border-left: 4px solid rgba(255, 255, 255, 0); } }

.select__list {
  position: absolute;
  z-index: 2;
  top: 100%;
  left: 0;
  display: none;
  width: 100%;
  background-color: #ffffff;
  overflow-y: auto;
  max-height: 400px;
}

@media screen and (max-width: 768px) {
  .select__list {
    max-height: 250px;
  }
}

.select__item {
  display: block;
  padding: 12px 17px;
  font-size: 16px;
  color: #000000; }
  .select__item:hover, .select__item:focus, .select__item:active {
    cursor: pointer;
    opacity: 0.6; }
  @media screen and (max-width: 576px) {
    .select__item {
      font-size: 14px; } }
  .select__item.active {
    text-decoration: underline; }

.hamburger {
  outline: none;
  padding: 0;
  background-color: transparent;
  border: none;
  outline: none;
  width: 30px;
  height: 30px;
  position: relative;
  -webkit-transform: scale(0.75);
          transform: scale(0.75); }
  .hamburger:focus, .hamburger:hover, .hamburger:active {
    cursor: pointer;
    opacity: 0.6; }
    .hamburger:focus .hamburger__bar, .hamburger:hover .hamburger__bar, .hamburger:active .hamburger__bar {
      background-color: #000000; }

.hamburger__bar {
  padding: 0;
  width: 30px;
  height: 4px;
  background-color: black;
  display: block;
  border-radius: 4px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  position: absolute; }

.hamburger__bar--bar1 {
  top: 0;
  -webkit-transform-origin: 5%;
          transform-origin: 5%; }

.hamburger__bar--bar2,
.hamburger__bar--bar3 {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }

.hamburger__bar--bar3 {
  right: 0; }

.hamburger__bar--bar4 {
  bottom: 0;
  -webkit-transform-origin: 5%;
          transform-origin: 5%; }

/* Стили для активной кнопки*/
.js-btn-active.hamburger {
  -webkit-transform: scaleX(1) scaleY(1) scale(0.75);
          transform: scaleX(1) scaleY(1) scale(0.75); }
  .js-btn-active.hamburger .hamburger__bar {
    background-color: #000000; }

.js-btn-active .hamburger__bar--bar1 {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  height: 3px;
  width: 42px; }

.js-btn-active .hamburger__bar--bar3 {
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
  height: 3px;
  background-color: transparent !important; }

.js-btn-active .hamburger__bar--bar2 {
  -webkit-transform: rotate(-45deg) translateY(-50%);
          transform: rotate(-45deg) translateY(-50%);
  height: 3px;
  background-color: transparent !important; }

.js-btn-active .hamburger__bar--bar4 {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  height: 3px;
  width: 42px; }

.header__row {
  position: relative;
  padding-top: 44px;
  padding-bottom: 33px;
  padding-left: 71px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
@media screen and (max-width: 1100px) {
  .header__row {
    padding-left: 15px;
  }
}
  @media screen and (max-width: 1024px) {
    .header__row {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding-top: 30px;
      padding-bottom: 30px; } }
  @media screen and (max-width: 576px) {
    .header__row {
      padding-top: 15px;
      padding-bottom: 12px; } }

.header__logo {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 240px;
          flex: 0 0 240px; }
  .header__logo:hover, .header__logo:focus, .header__logo:active {
    cursor: pointer;
    opacity: 0.6; }
  @media screen and (max-width: 1280px) {
    .header__logo {
      -ms-flex-preferred-size: 180px;
          flex-basis: 180px; } }
  @media screen and (max-width: 576px) {
    .header__logo {
      margin-left: 5px;
      -ms-flex-preferred-size: 124px;
          flex-basis: 124px; } }
  .header__logo img {
    display: block;
    width: 100%;
    height: auto; }

.header__nav {
  padding-left: 25px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% - 240px);
          flex: 0 0 calc(100% - 240px); }
  @media screen and (max-width: 1440px) {
    .header__nav {
      padding-left: 20px; } }
  @media screen and (max-width: 1280px) {
    .header__nav {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 calc(100% - 180px);
              flex: 0 0 calc(100% - 180px); } }
  @media screen and (max-width: 1024px) {
    .header__nav {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      padding-left: 0; } }

.header__hamburger {
  display: none; }
  @media screen and (max-width: 1024px) {
    .header__hamburger {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 30px;
              flex: 0 0 30px;
      display: block;
      margin-left: auto; } }
  @media screen and (max-width: 576px) {
    .header__hamburger {
      margin-right: 6px; } }

.nav {
  display: flex;
  align-items: center; }
  @media screen and (max-width: 1024px) {
    .nav {
      display: block;
      padding: 30px 0;
      background-color: #ffffff;
      border-top: 1px solid #000000; } }

.nav__list {
  margin: 0 0 20px;
  padding: 0;
  list-style: none;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly; }
  @media screen and (max-width: 1600px) {
    .nav__list {
      margin: 0 auto 20px; } }
  @media screen and (max-width: 1024px) {
    .nav__list {
      display: block;
      margin-bottom: 25px; } }

.nav__item {
  margin: 0 20px; }
  @media screen and (max-width: 1024px) {
    .nav__item {
      margin: 0 auto 12px;
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content; } }

.nav__social {
  margin: 0;
  padding: 0;
  list-style: none;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 40px;
  margin-left: auto; }
  @media screen and (max-width: 1440px) {
    .nav__social {
      margin-right: 0; } }
  @media screen and (max-width: 1024px) {
    .nav__social {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }

.nav__social-item {
  margin-left: 20px; }
  @media screen and (max-width: 1280px) {
    .nav__social-item {
      margin-left: 13px; } }

.nav__social-link:hover, .nav__social-link:focus, .nav__social-link:active {
  cursor: pointer;
  opacity: 0.6; }

@media screen and (max-width: 576px) {
  .nav__social-link img {
    width: 33px;
    height: auto; } }

.nav__link {
  padding: 9px;
  display: block;
  font-family: "GothamPro", "Arial", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  color: #000000;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0); }
  @media screen and (max-width: 1440px) {
    .nav__link {
      font-size: 17px; } }
  @media screen and (max-width: 1440px) {
    .nav__link {
      padding: 3px; } }
  .nav__link:focus, .nav__link:hover {
    cursor: pointer;
    border-color: currentColor; }

.footer {
  margin-top: 135px;
  padding: 30px 0 95px; }
  @media screen and (max-width: 1280px) {
    .footer {
      padding: 35px 0; } }
  @media screen and (max-width: 576px) {
    .footer {
      margin-top: 37px;
      padding: 23px 0 70px; } }

.footer__social {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.footer__social-item {
  margin: 0 10px; }

.footer__social-link {
  display: block; }
  .footer__social-link:hover, .footer__social-link:focus, .footer__social-link:active {
    cursor: pointer;
    opacity: 0.6; }
  @media screen and (max-width: 576px) {
    .footer__social-link {
      width: 33px;
      height: auto; } }

.footer__link {
  display: block;
  margin: 0 auto 38px;
  font-family: "GothamPro", "Arial", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1;
  color: #000000;
  text-align: center; }

.footer__link:focus,
.footer__link:hover {
  opacity: 0.6;
  cursor: pointer;
}
  @media screen and (max-width: 1280px) {
    .footer__text {
      margin-bottom: 25px; } }
  @media screen and (max-width: 576px) {
    .footer__text {
      margin-bottom: 30px;
      font-size: 18px; }

    .footer__link {
      margin: 0 auto 39px;
      font-size: 19px;
    }
  }

.footer__logo {
  display: block;
  margin: 0 auto 47px;
  width: 315px; }
  .footer__logo:hover, .footer__logo:focus, .footer__logo:active {
    cursor: pointer;
    opacity: 0.6; }
  @media screen and (max-width: 1280px) {
    .footer__logo {
      width: 172px; } }
@media screen and (max-width: 576px) {
  .footer__logo {
    width: 170px; } }
  .footer__logo img {
    width: 100%;
    height: auto;
    display: block; }

.main-top {
  padding-top: 282px;
  padding-bottom: 263px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1400px) {
  .main-top {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 900px) {
  .main-top {
    padding-top: 45px;
    padding-bottom: 45px;
  }
}
@media screen and (max-width: 576px) {
  .main-top {
    margin-top: 0;
    padding-top: 175px;
    padding-bottom: 0;
  }
}

.main-top__bg-desktop {
  position: absolute;
  left: 0;
  top: 0;

  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.main-top__bg-mobile {
  display: none;
}

@media screen and (max-width: 576px) {
  .main-top__bg-mobile {
    position: absolute;
    left: 0;
    top: 0;

    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }


  .main-top__bg-desktop {
    display: none;
  }
}

.main-top__container {
  position: relative;
  display: flex;
  align-items: flex-start;
  max-width: 1430px;
}

@media screen and (max-width: 900px) {
  .main-top__container {
    display: block;
  }
}

@media screen and (max-width: 576px) {
  .main-top__container {
    display: flex;
    flex-direction: column;
    padding-right: 10px;
    padding-left: 10px;
    min-height: 599px;
  }
}

.main-top__column {
  position: relative;
  z-index: 2;
}

.main-top__column + .main-top__column {
  margin: 24px 0 0 auto;
  padding-bottom: 20px;

  background-color: rgba(255,255,255,0.5);

}

@media screen and (max-width: 900px) {
  .main-top__column + .main-top__column {
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 576px) {
  .main-top__column + .main-top__column {
    margin-top: auto;
    margin-left: -10px;
    margin-right: -10px;
    padding-top: 35px;
    width: calc(100% + 20px);
    background: #ffffff;
  }
}

.main-top__caption {
  margin: 0 0 24px 46px;
  font-size: 158px;
  font-weight: 900;
  line-height: 0.8;
  letter-spacing: 0.06em;
  color: #ffffff; }

.main-top__caption span {
  margin-left: 75px;
  display: block;
}

@media screen and (max-width: 1400px) {
  .main-top__caption {
    font-size: 11vw;
  }
}

  @media screen and (max-width: 900px) {
    .main-top__caption {
      margin-right: auto;
      margin-left: auto;
      text-align: left;
      font-size: 17vw;
      line-height: 0.85;
      margin-bottom: 30px; } }

  @media screen and (max-width: 576px) {
    .main-top__caption {
      margin: 0 0 10px 2px;

      line-height: 0.8;
      font-size: 15vw;
    }

    .main-top__caption span {
      margin-left: 35px;

      letter-spacing: 0.11em;
    }
  }

.main-top__text {
  position: absolute;
  top: 75px;
  right: 7px;

  font-family: "HelveticaNeueCyr", "Arial", serif;
  font-size: 49px;
  font-weight: 400;
  line-height: 1;
  color: #ffffff; }

  @media screen and (max-width: 1400px) {
    .main-top__text {
      top: 5.3vw;

      font-size: 3.4vw; } }

@media screen and (max-width: 900px) {
  .main-top__text {
    top: 9.3vw;
    right: 5vw;
  }
}

@media screen and (max-width: 576px) {
  .main-top__text {
    position: static;

    margin-bottom: 15px;
    margin-left: 0;
    text-align: right;
    font-size: 9.35vw;
    margin-right: 9px;
    text-shadow: -5px 5px 15px #000000;
  }
}

.main-top__sale {
  width: fit-content;
  margin-left: auto;
  margin-right: 13px;

  font-family: "HelveticaNeueCyr", "Arial", serif;
  font-size: 49px;
  font-weight: 400;
  line-height: 1;
  color: #ffffff;

  background-color: #187933;
}

@media screen and (max-width: 1400px) {
  .main-top__sale {
    font-size: 3.5vw;
  }
}

@media screen and (max-width: 576px) {
  .main-top__sale {
    margin-left: 3px;

    font-size: 9.1vw;

    background: none;
  }
}

.main-top__bottom-text {
  width: fit-content;
  margin-top: 144px;
  margin-right: 11px;
  margin-left: auto;

  letter-spacing: 0.03em;
  text-transform: uppercase;
  font-size: 45px;
  font-weight: 400;
  line-height: 1;
  color: #ffffff;
}

@media screen and (max-width: 1400px) {
  .main-top__bottom-text {
    font-size: 3.2vw;
  }
}

@media screen and (max-width: 576px) {
  .main-top__bottom-text {
    margin-left: 2px;
    margin-right: 0;

    font-size: 7.3vw;
    line-height: 1.3;
  }
}

.main-top__timer {
  margin-left: auto;
  margin-bottom: 19px;
}

@media screen and (max-width: 1280px) {
  .main-top__timer {
    margin-right: auto;
  }
}

@media screen and (max-width: 900px) {
  .main-top__timer {
    position: relative;
    z-index: 1;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px; } }
@media screen and (max-width: 576px) {
  .main-top__timer {
    width: 215px;
      margin: 0 auto 12px; } }

.main-top__link {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 14px 18px;
  margin: 0 auto;
  font-family: "GothamPro", "Arial", sans-serif;
  font-size: 27px;
  font-weight: 500;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  background-color: #000000; }
  .main-top__link:hover, .main-top__link:focus, .main-top__link:active {
    cursor: pointer;
    opacity: 0.6; }
  .main-top__link--center {
    margin-left: auto;
    margin-right: auto;
  }
  @media screen and (max-width: 1280px) {
    .main-top__link {
      margin-right: auto;
      font-size: 18px; } }
  @media screen and (max-width: 900px) {
    .main-top__link {
      position: relative;
      z-index: 1;
      margin-left: auto;
      margin-right: auto; } }
  @media screen and (max-width: 576px) {
    .main-top__link {
      padding: 10px 27px;
      margin-bottom: 0;
      font-size: 16px; } }

.text-block {
  margin-bottom: 30px;
  padding: 45px 0 2px; }
@media screen and (max-width: 1280px) {
  .text-block {
    padding-top: 95px;
    margin-bottom: 75px; } }
  @media screen and (max-width: 1024px) {
    .text-block {
      padding: 50px 0;
      margin-bottom: 0;} }
  @media screen and (max-width: 576px) {
    .text-block {
      padding: 34px 0 16px; } }
.text-block__container {
  max-width: 1352px;
}
@media screen and (max-width: 576px) {
  .text-block__container {
    padding: 0 10px;
  }
}
  .text-block p {
    margin: 0;
    margin-bottom: 45px;
    font-family: "GothamPro", "Arial", sans-serif;
    font-size: 28px;
    font-weight: 400;
    line-height: 1.4;
    color: #000000;
    text-align: center; }
    @media screen and (max-width: 1280px) {
      .text-block p {
        font-size: 22px; } }
    @media screen and (max-width: 1024px) {
      .text-block p {
        margin-bottom: 30px; } }
    @media screen and (max-width: 768px) {
      .text-block p {
        padding: 0;
        font-size: 16px; } }
    @media screen and (max-width: 576px) {
      .text-block p {
        margin-bottom: 24px;

        font-size: 13px;
        text-align: left;
        line-height: 1.38; }
      .text-block p br {
        display: none;
      }
    }
  .text-block strong {
    font-weight: 700; }

.timer {
  max-width: 378px;
  width: 100%;
  padding: 35px 5px 20px; }
  @media screen and (max-width: 576px) {
    .timer {
      max-width: 210px;
      padding: 8px 5px 11px; } }

.timer__caption {
  margin-bottom: 40px;
  font-family: "GothamPro", "Arial", sans-serif;
  font-size: 25px;
  font-weight: 500;
  line-height: 0.85;
  color: #000000;
  text-align: center; }
  @media screen and (max-width: 1280px) {
    .timer__caption {
      font-size: 16px; } }
  @media screen and (max-width: 900px) {
    .timer__caption {
      margin-bottom: 15px; } }
  @media screen and (max-width: 576px) {
    .timer__caption {
      margin-bottom: 2px;
      font-size: 14px; } }

.timer__clock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly; }

.timer__value {
  margin-bottom: 14px;
  font-family: "GothamPro", "Arial", sans-serif;
  font-size: 44px;
  font-weight: 500;
  line-height: 1;
  color: #000000;
  text-align: center; }
  @media screen and (max-width: 1280px) {
    .timer__value {
      font-size: 40px;
      margin-bottom: 9px; } }
  @media screen and (max-width: 576px) {
    .timer__value {
      font-size: 22px; } }

.timer__word {
  font-family: "GothamPro", "Arial", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1;
  color: #000000;
  text-align: center; }
  @media screen and (max-width: 576px) {
    .timer__word {
      font-size: 10px; } }

.gift {
  margin: 107px auto 65px;
  padding: 0 20px;
  width: 100%;
  max-width: 2150px; }
  @media screen and (max-width: 576px) {
    .gift {
      margin-top: 35px;
      margin-bottom: 35px; } }

.gift__caption {
  position: relative;
  margin: 0 auto 110px;
  font-family: "GothamPro", "Arial", sans-serif;
  font-size: 57px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  color: #000000;
  letter-spacing: -0.03em;
  text-transform: uppercase; }
  @media screen and (max-width: 1024px) {
    .gift__caption {
      font-size: 45px; } }
  @media screen and (max-width: 576px) {
    .gift__caption {
      margin-bottom: 80px;
      font-size: 30px;
      text-align: center;
      line-height: 1.4; } }

.gift__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  counter-reset: section;
  margin-bottom: 50px; }
  @media screen and (max-width: 900px) {
    .gift__row {
      display: block; } }
  @media screen and (max-width: 576px) {
    .gift__row {
      margin-bottom: 55px; } }

.gift__column {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% / 3);
          flex: 0 0 calc(100% / 3);
  max-width: 480px;
  padding: 0 10px; }
  @media screen and (max-width: 900px) {
    .gift__column {
      max-width: 620px;
      margin: 0 auto 90px; } }
  @media screen and (max-width: 576px) {
    .gift__column {
      margin: 0 auto 70px; } }
  @media screen and (max-width: 900px) {
    .gift__column:last-child {
      margin-bottom: 0; } }
  @media screen and (max-width: 576px) {
    .gift__column:last-child {
      margin-top: 45px; } }
  .gift__column::before {
    position: absolute;
    z-index: -1;
    pointer-events: none;
    top: -45px;
    right: 150px;

    font-size: 265px;
    font-weight: 700;
    color: #166a2d;

    counter-increment: section;
    content: counter(section); }
    @media screen and (max-width: 1280px) {
      .gift__column::before {
        font-size: 200px; } }
    @media screen and (max-width: 900px) {
      .gift__column::before {
        right: 40%; } }
    @media screen and (max-width: 576px) {
      .gift__column::before {
        top: -60px;
        font-size: 165px; } }
  @media screen and (max-width: 576px) {
    .gift__column.column-2::before {
      right: 34%; } }
  .gift__column.column-3::before {
    right: auto;
    left: 54%;
    top: -44px; }
    @media screen and (max-width: 900px) {
      .gift__column.column-3::before {
        left: 32%; } }
    @media screen and (max-width: 576px) {
      .gift__column.column-3::before {
        top: -65px; } }

.gift__arrow {
  position: absolute;
  top: 50px;
  right: -77px; }
  @media screen and (max-width: 1280px) {
    .gift__arrow {
      right: 0px;
      width: 90px; } }
  @media screen and (max-width: 900px) {
    .gift__arrow {
      display: none; } }

.gift__img {
  margin-bottom: 105px;
  min-height: 166px;
  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: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  text-align: center; }
  @media screen and (max-width: 1024px) {
    .gift__img {
      margin-bottom: 45px; } }
  @media screen and (max-width: 900px) {
    .gift__img {
      margin-bottom: 30px; } }
  @media screen and (max-width: 576px) {
    .gift__img {
      margin-bottom: 15px;
      min-height: 0; } }
  @media screen and (max-width: 576px) {
    .column-2 .gift__img {
      margin-bottom: 30px; } }
  @media screen and (max-width: 576px) {
    .gift__img img {
      height: 105px;
      width: auto; } }
  .column-1 .gift__img img {
    margin-right: 5%; }
    @media screen and (max-width: 576px) {
      .column-1 .gift__img img {
        margin-right: -31%; } }
  .column-2 .gift__img img {
    margin-right: 15%; }
    @media screen and (max-width: 576px) {
      .column-2 .gift__img img {
        margin-right: 19%;
        height: 99px; } }
  .column-3 .gift__img img {
    margin-left: 11%;
    margin-bottom: 2%; }
    @media screen and (max-width: 1024px) {
      .column-3 .gift__img img {
        margin-left: 50px; } }
    @media screen and (max-width: 576px) {
      .column-3 .gift__img img {
        margin-bottom: 2px;
        margin-left: 34%;
        height: 92px; } }

.gift__column-text {
  margin: 0;
  font-family: "GothamPro", "Arial", sans-serif;
  font-size: 30px;
  font-weight: 300;
  line-height: 1.2;
  color: #000000;
  text-align: center; }

.gift__column-text a {
  color: #000000;
}

.gift__column-text a:focus,
.gift__column-text a:hover {
  cursor: pointer;
  opacity: 0.6;
}

  @media screen and (max-width: 1024px) {
    .gift__column-text {
      font-size: 20px; } }
  @media screen and (max-width: 576px) {
    .gift__column-text {
      font-size: 18px;
      line-height: 1.22; } }
  .gift__column-text span {
    display: block;
    text-align: center;
    font-weight: 700; }
  .gift__column-text strong {
    text-transform: uppercase;
    color: #f49000;
    font-weight: 700; }

  .gift__list {
    list-style: none;
    margin: 0 auto 70px;
    padding: 0 0 0 11.3%;

    width: 1400px;
    max-width: 100%;
  }

@media screen and (max-width: 576px) {
  .gift__list {
    margin-bottom: 48px;
    padding: 0 0 0 10.3%;
  }
}

.gift__item {
  position: relative;
}

.gift__item::after {
  content: "";
  position: absolute;
  left: -59px;
  top: 11px;

  display: block;
  width: 23px;
  height: 23px;
  border-radius: 50%;
  background-color: #ffe400;
}
@media screen and (max-width: 576px) {
  .gift__item::after {
    left: -37px;
    top: 8px;
    width: 15px;
    height: 15px;
  }
}



  .gift__item:not(:last-child) {
    margin-bottom: 53px;
  }

@media screen and (max-width: 576px) {
  .gift__item:not(:last-child) {
    margin-bottom: 30px;
  }

}

  .gift__list-caption {
    margin: 0;
    margin-bottom: 7px;

    font-size: 30px;
  }

@media screen and (max-width: 1024px) {
  .gift__list-caption {
    font-size: 22px;
  }
}

@media screen and (max-width: 576px) {
  .gift__list-caption {
    font-size: 19px;
    line-height: 1.2;
    margin-bottom: 0;
  }
}

  .gift__list-text {
    margin: 0;

    font-size: 25px;
    line-height: 1.15;
  }

@media screen and (max-width: 1024px) {
  .gift__list-text {
    font-size: 18px;
  }
}

@media screen and (max-width: 576px) {
  .gift__list-text {
    font-size: 16px;
    line-height: 1.19;
  }
}


.gift__text {
  font-family: "GothamPro", "Arial", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  color: #000000;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  text-align: center;
  max-width: 1500px;
  width: 100%;
  margin: 0 auto 12px; }

  .gift__text--low {
    font-size: 22px;
    text-transform: initial;
  }

  @media screen and (max-width: 1024px) {
    .gift__text {
      font-size: 16px; } }
  @media screen and (max-width: 576px) {
    .gift__text {
      margin-bottom: 20px;
      font-size: 12px;
      line-height: 1.65; } }
  .gift__text a {
    color: #000000; }
    .gift__text a:hover, .gift__text a:focus, .gift__text a:active {
      cursor: pointer;
      opacity: 0.6; }

    .gift__text strong {
      display: block;
      width: fit-content;
      margin: 0 auto;
      padding: 2px 16px;

      font-size: 22px;
      text-transform: uppercase;
      background-color: #ffe400;
    }
@media screen and (max-width: 576px) {
  .gift__text strong {
    font-size: 22px;
  }
}

/*form-bg*/

.form-bg {
  position: relative;
}

@media screen and (max-width: 576px) {
  .form-bg {
    overflow: visible;
  }
}

.form-bg__desktop {
  position: absolute;
  left: 0;
  top: 0;

  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.form-bg__mobile {
  display: none;
}

@media screen and (max-width: 576px) {
  .form-bg__mobile {
    position: absolute;
    left: 0;
    top: 0;

    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }


  .form-bg__desktop {
    display: none;
  }
}

/*form*/

.form {
  position: relative;

  max-width: 1070px;
  width: calc(100% - 34px);
  margin: 0 auto;
  padding: 39px 95px 10px;

  color: #ffffff; }
  @media screen and (max-width: 1024px) {
    .form {
      margin-top: 67px;
      padding: 40px 25px; } }
  @media screen and (max-width: 576px) {
    .form {
      margin-top: 4px;
      margin-bottom: 135px;
      padding: 15px 7px 5px; } }

.form__caption {
  margin: 0 auto 66px;
  font-family: "GothamPro", "Arial", sans-serif;
  font-size: 70px;
  font-weight: 500;
  line-height: 1;
  color: #ffffff;
  text-align: center; }
  @media screen and (max-width: 1024px) {
    .form__caption {
      margin-bottom: 50px;
      font-size: 45px; } }
  @media screen and (max-width: 576px) {
    .form__caption {
      margin-bottom: 0;
      font-size: 27px; } }

.form__row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 13.5%;
  grid-row-gap: 32px;
  margin-bottom: 25px; }
  @media screen and (max-width: 1024px) {
    .form__row {
      grid-column-gap: 15px;; } }
  @media screen and (max-width: 576px) {
    .form__row {
      position: relative;

      -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
      grid-row-gap: 22px;
      width: 263px;
      margin: 0 auto 52px; }
  }

.form__row label {
  position: relative;
}

  .form__row label,
  .form__select {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 66px; }
    @media screen and (max-width: 576px) {
      .form__row label,
      .form__select {
        height: 46px; }

      .form__row label:nth-child(odd),
      .form__select:nth-child(odd) {
        order: 1;
      }
      .form__row label:nth-child(even),
      .form__select:nth-child(even) {
        order: 2;
      }
    }

  .form__row input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 100%;
    padding: 0 17px;
    font-family: "HelveticaNeueCyr", "Arial", serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    color: #ffffff;
    border: 2px solid #ffffff;
    background-color: rgba(255, 255, 255, 0);
    outline: none;
    -moz-appearance: textfield; }
    @media screen and (max-width: 900px) {
      .form__row input {
        font-size: 20px; } }
    @media screen and (max-width: 576px) {
      .form__row input {
        padding: 0 10px;
        font-size: 14px; } }
    .form__row input[type='file'] {
      width: 0;
      height: 0; }
    .form__row input::-webkit-input-placeholder {
      font-family: "HelveticaNeueCyr", "Arial", serif;
      font-size: 24px;
      font-weight: 700;
      line-height: 1;
      color: #ffffff;
      opacity: 1; }
    .form__row input::-moz-placeholder {
      font-family: "HelveticaNeueCyr", "Arial", serif;
      font-size: 24px;
      font-weight: 700;
      line-height: 1;
      color: #ffffff;
      opacity: 1; }
    .form__row input:-ms-input-placeholder {
      font-family: "HelveticaNeueCyr", "Arial", serif;
      font-size: 24px;
      font-weight: 700;
      line-height: 1;
      color: #ffffff;
      opacity: 1; }
    .form__row input::-ms-input-placeholder {
      font-family: "HelveticaNeueCyr", "Arial", serif;
      font-size: 24px;
      font-weight: 700;
      line-height: 1;
      color: #ffffff;
      opacity: 1; }
    .form__row input::placeholder {
      font-family: "HelveticaNeueCyr", "Arial", serif;
      font-size: 24px;
      font-weight: 700;
      line-height: 1;
      color: #ffffff;
      opacity: 1; }
      @media screen and (max-width: 900px) {
        .form__row input::-webkit-input-placeholder {
          font-size: 20px; }
        .form__row input::-moz-placeholder {
          font-size: 20px; }
        .form__row input:-ms-input-placeholder {
          font-size: 20px; }
        .form__row input::-ms-input-placeholder {
          font-size: 20px; }
        .form__row input::placeholder {
          font-size: 20px; } }
      @media screen and (max-width: 576px) {
        .form__row input::-webkit-input-placeholder {
          font-size: 14px; }
        .form__row input::-moz-placeholder {
          font-size: 14px; }
        .form__row input:-ms-input-placeholder {
          font-size: 14px; }
        .form__row input::-ms-input-placeholder {
          font-size: 14px; }
        .form__row input::placeholder {
          font-size: 14px; } }
    .form__row input::-webkit-outer-spin-button, .form__row input::-webkit-inner-spin-button {
      display: none;
      -webkit-appearance: none;
      margin: 0; }

.form__label-file {
  padding: 17px;
  font-family: "HelveticaNeueCyr", "Arial", serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  color: #ffffff;
  border: 2px solid #ffffff;
  background-color: rgba(255, 255, 255, 0); }
  .form__label-file:hover, .form__label-file:focus, .form__label-file:active {
    cursor: pointer;
    opacity: 0.6; }
  @media screen and (max-width: 900px) {
    .form__label-file {
      font-size: 20px; } }
  @media screen and (max-width: 576px) {
    .form__label-file {
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2;
      font-size: 14px;
      padding: 0 10px; } }

.form__select select {
  pointer-events: none;
  appearance: none;
  -webkit-appearance: none;
  visibility: hidden;
}

.form__submit {
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;

  font-family: "GothamPro", "Arial", sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 1;
  color: #000000;

  outline: none;
  border: none;
  background-color: #ffffff; }
  .form__submit:hover, .form__submit:focus, .form__submit:active {
    cursor: pointer;
    opacity: 0.6; }
  @media screen and (max-width: 1200px) {
    .form__submit {
      font-size: 24px; } }
  @media screen and (max-width: 900px) {
    .form__submit {
      font-size: 20px; } }
  @media screen and (max-width: 768px) {
    .form__submit {
      font-size: 16px; } }
  @media screen and (max-width: 576px) {
    .form__submit {
      position: absolute;
      top: 114%;
      left: 50%;
      transform: translateX(-50%);

      order: 4;
      padding: 11px 13px;
      color: #ffffff;
      width: 240px;

      background-color: #000000;
    } }

@media screen and (max-width: 576px) {
  .form__select {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; } }

.form__bottom-text {
  margin: 0;

  color: #ffffff;
  font-size: 16px;
  font-style: italic;
  font-family: "HelveticaNeueCyr", "Arial", serif;
}

@media screen and (max-width: 576px) {
  .form__bottom-text {
    order: 3;
    font-size: 13px;
  }
}

.form__placeholder {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  padding: 10px 14px;
  display: block;
  font-size: 18px;
  line-height: 1.1;
  color: #ffffff;
}

@media screen and (max-width: 900px) {
  .form__placeholder {
    font-size: 17px;
  }
}

@media screen and (max-width: 768px) {
  .form__placeholder {
    font-size: 14px;
  }
}

@media screen and (max-width: 576px) {
  .form__placeholder {
    font-size: 10px;
  }
}

.form__placeholder.inactive {
  display: none;
}

.form__row input:focus + .form__placeholder {
  display: none;
}


.ui-widget-header .ui-icon {
  background-image: url('../img/ui-icons_444444_256x240.png');
}

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

/*result*/

.result {
  width: 100%;
  max-width: 2300px;
  margin: 0 auto;
  padding: 0 20px;

  text-align: center;
  font-size: 24px;
  line-height: 1.2;
}

.result--error {
  color: #FF0000;
}

.result--success {
  position: relative;

  padding-top: 20px;
  padding-bottom: 20px;
  border: 1px solid #1096eb;
  background-color: #ffffff;
}

.result .title {
  margin: 0;
  margin-bottom: 15px;
}

@media screen and (max-width: 768px) {
  .result {
    font-size: 20px;
  }
}

@media screen and (max-width: 576px) {
  .result {
    font-size: 16px;
  }
}

/*partner*/

.partner {
  margin: 0 auto;
  width: 100%;
  max-width: 1500px;
  padding: 0 20px;
}

.partner__caption {
  margin: 0;
  margin-bottom: 60px;
  display: flex;
  align-items: center;
  flex-direction: column;

  font-size: 27px;
  font-weight: 400;
  text-align: center;
  font-family: "HelveticaNeueCyr", "Arial", serif;
}

.partner__caption img {
  display: block;
  margin-top: 25px;
}

@media screen and (max-width: 768px) {
  .partner__caption {
    display: block;
    text-align: center;
    font-size: 20px;
  }

  .partner__caption img {
      margin: 30px auto 0;
      width: 142px;
   }
}

 .partner__row {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 5.5%;
  flex-wrap: wrap;
}

.partner__img {
  margin: 0 9px 55px;
}

.partner__img img {
  display: block;
}

@media screen and (max-width: 576px) {
  .partner__caption {
    margin-bottom: 90px;
    font-weight: 700;
    font-size: 20px;
  }

  .partner__img {
    margin: 0 58px 40px;
  }
}

.link-center {
  margin-left: auto;
  margin-right: auto;
}

/*hundred*/

/*.hundred {*/
/*  position: relative;*/
/*  padding: 12px 0 77px;*/
/*}*/

/*@media screen and (max-width: 576px) {*/
/*  .hundred {*/
/*    padding: 11px 0 47px;*/
/*  }*/
/*}*/

/*.hundred ul {*/
/*  list-style: none;*/
/*  margin: 0 auto;*/
/*  padding: 0 0 0 14%;*/

/*  width: fit-content;*/
/*}*/

/*@media screen and (max-width: 576px) {*/
/*  .hundred ul {*/
/*    padding: 0;*/
/*  }*/
/*}*/

/*.hundred li {*/
/*  position: relative;*/
/*  margin-bottom: 26px;*/
/*  padding-left: 15px;*/

/*  font-size: 23px;*/
/*  letter-spacing: 0.08em;*/
/*  font-weight: 400;*/
/*  color: #ffffff;*/
/*  text-transform: uppercase;*/
/*  font-family: "HelveticaNeueCyr", "Arial", serif;*/
/*}*/

/*.hundred li::before {*/
/*  content: "";*/

/*  position: absolute;*/
/*  left: 0;*/
/*  top: 9px;*/

/*  display: block;*/
/*  width: 6px;*/
/*  height: 6px;*/

/*  background-color: #ffffff;*/
/*  border-radius: 50%;*/
/*}*/

/*.hundred li:last-child::before {*/
/*  display: none;*/
/*}*/

/*@media screen and (max-width: 900px) {*/
/*  .hundred li {*/
/*    font-size: 2.55vw;*/
/*  }*/

/*  .hundred li::before {*/
/*    top: 30%;*/
/*  }*/
/*}*/

/*@media screen and (max-width: 576px) {*/
/*  .hundred li {*/
/*    margin-bottom: 0;*/
/*    padding-left: 7px;*/

/*    font-size: 3.8vw;*/
/*    letter-spacing: 0.025em;*/
/*    line-height: 1.95;*/
/*  }*/
/*}*/

/*.hundred__container {*/
/*  position: relative;*/
/*}*/

/*.hundred__caption {*/
/*  margin: 0 0 33px;*/
/*  display: flex;*/
/*  align-items: center;*/
/*  justify-content: center;*/
/*  gap: 10px;*/

/*  line-height: 1.2;*/
/*  color: #ffffff;*/
/*}*/

/*.hundred__value {*/
/*  flex: 0 0 auto;*/
/*  font-size: 182px;*/
/*  font-weight: 400;*/
/*}*/
/*.hundred__caption-column {*/
/*  flex: 0 0 auto;*/

/*  font-size: 65px;*/
/*  font-weight: 300;*/
/*  line-height: 0.9;*/
/*  letter-spacing: 0.2em;*/
/*  text-transform: uppercase;*/
/*}*/

/*.hundred__caption-column span {*/
/*  display: block;*/
/*  margin-left: 15%;*/
/*}*/

/*@media screen and (max-width: 900px) {*/
/*  .hundred__value {*/
/*    font-size: 20.2vw;*/
/*  }*/

/*  .hundred__caption-column {*/
/*    font-size: 5.5vw;*/
/*  }*/
/*}*/

/*@media screen and (max-width: 576px) {*/
/*  .hundred__caption {*/
/*    display: block;*/
/*    margin-bottom: 28px;*/

/*    line-height: 1;*/
/*  }*/

/*  .hundred__value {*/
/*    display: block;*/
/*    margin-left: 10px;*/

/*    font-size: 25vw;*/
/*  }*/

/*  .hundred__caption-column {*/
/*    margin-left: 20px;*/

/*    line-height: 1;*/
/*    font-size: 7.73vw;*/
/*    letter-spacing: 0.23em;*/
/*  }*/

/*  .hundred__caption-column span {*/
/*    margin-left: 39%;*/
/*  }*/
/*}*/

.section-caption {
  margin: 71px 0 76px;

  font-weight: 700;
  text-transform: uppercase;
  font-size: 32px;
  line-height: 1.25;
  text-align: center;
}

@media screen and (max-width: 576px) {
  .section-caption {
    margin: 25px 0;
    font-size: 16px;
  }
}

/*sale*/

.sale {
  margin-bottom: 225px;
}

.sale__container {
  max-width: 1350px;
}

.sale__caption {
  margin: 0 0 25px;

  font-size: 55px;
  font-weight: 400;
  text-align: center;
}

.sale__caption strong {
  font-weight: 700;
  color: #076e6e;
}

.sale__caption span {
  font-size: 75px;
}

@media screen and (max-width: 768px) {
  .sale__caption {
    font-size: 9vw;
  }

  .sale__caption span {
    font-size: 9.7vw;
  }
}

@media screen and (max-width: 576px) {
  .sale__caption {
    margin-bottom: 17px;
  }

  .sale__caption span {
    font-size: 12.7vw;
  }
}

.sale__text {
  margin: 0 auto 70px;
  max-width: 660px;
  width: 100%;

  font-size: 19px;
  font-weight: 400;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .sale__text {
    font-size: 2.5vw;
  }
}

@media screen and (max-width: 576px) {
  .sale__text {
    margin-bottom: 43px;

    font-size: 4vw;
  }
}

.sale__list {
  list-style: none;
  margin: 0;
  padding: 0;

  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 13px;
}

.sale__list li {
  flex: 0 0 420px;
  min-height: 170px;
  max-width: 100%;
  padding: 41px 5px 25px 5px;

  text-align: center;
  border: 1px solid #000000;
}

@media  screen and (max-width: 576px){
  .sale__list li {
    min-height: 123px;
    flex-basis: 275px;
    padding-top: 24px;
    padding-left: 10px;
    padding-right: 10px;
  }
}

.sale__list h3 {
  margin: 0 0 25px;

  font-size: 39px;
  font-weight: 400;
}

@media screen and (max-width: 768px) {
  .sale__list h3 {
    font-size: 5vw;
  }
}

@media screen and (max-width: 576px) {
  .sale__list h3 {
    margin-bottom: 15px;

    font-size: 6.7vw;
  }
}

.sale__img {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 200px;
  margin-bottom: 25px;
}

.sale__list img {
  display: block;
  max-height: 180px;
  max-width: 90%;
  width: auto;
}

@media screen and (max-width: 576px) {
  .sale__img {
    margin-bottom: 15px;
    min-height: 0;
  }
}

.sale__list p {
  margin: 0;

  font-size: 17px;
}

@media screen and (max-width: 768px) {
  .sale__list p {
    font-size: 2.5vw;
  }
}

@media screen and (max-width: 576px) {
  .sale__list p {
    font-size: 3.3vw;
  }
}