@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: "RobotoCondensed";
  src: url("../fonts/RobotoCondensed-Regular.woff2") format("woff2"), url("../fonts/RobotoCondensed-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap; }

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

@font-face {
  font-family: "Horta";
  src: url("../fonts/Horta-SemiBold.woff2") format("woff2"), url("../fonts/Horta-SemiBold.woff") format("woff");
  font-weight: 600;
  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: "RobotoCondensed", "Arial", sans-serif;
  font-size: 18px;
  line-height: 1;
  font-weight: 400;
  color: #ffffff;
  background-color: #052D51;
  background-size: 100% auto;
  background-position: top center;
  background-repeat: no-repeat;
  scroll-behavior: smooth;
background-image: url("../img/main-bg.png");
}

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 {
  display: block;
  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; }

.big-container--visible {
  overflow: visible;
}

.container {
  margin: 0 auto;
  width: 100%;
  max-width: 1180px;
  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-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-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: var(--form-color);
  border: 2px solid var(--form-color); }
  .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 var(--form-color);
    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 var(--form-color);
        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 {
  --hamburger-color: #ffffff;
  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: var(--hamburger-color); }

.hamburger__bar {
  padding: 0;
  width: 30px;
  height: 4px;
  background-color: var(--hamburger-color);
  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: var(--hamburger-color); }

.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 {
  position: relative;

  border-radius: 0 0 100px 100px;
  border-bottom: 2px solid #7DB6E4;
  background: rgba(24, 114, 183, 0.50);
  backdrop-filter: blur(34.20000076293945px);
}

.header__big-container {
  background-repeat: no-repeat;
  background-size: auto;
  background-position: left 100% bottom 40px;
}

@media screen and (max-width: 2300px) {
  .header__big-container {
    background-position: left 44vw bottom 40px;
  }
}

@media screen and (max-width: 2000px) {
  .header__big-container {
    background-position: left 41vw bottom 40px;
  }
}

@media screen and (max-width: 1500px) {
  .header__big-container {
    background-position: right -407px bottom 40px;
  }
}

@media screen and (max-width: 1200px) {
  .header__big-container {
    background-position: right -600px bottom 40px;
  }
}

@media screen and (max-width: 1024px) {
  .header__big-container {
    overflow: visible;
    background-size: 0 0;
  }
}

.header__row {
  position: relative;
  padding-top: 72px;
  padding-bottom: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

  @media screen and (max-width: 1400px) {
    .header__row {
      max-width: 100%;
    }
  }

  @media screen and (max-width: 1024px) {
    .header__row {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }
  @media screen and (max-width: 576px) {
    .header__row {
      padding-left: 10px;
      padding-top: 30px;
      padding-bottom: 30px
    }
  }

.header__logo {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 275px;
          flex: 0 0 275px; }

  .header__logo:hover, .header__logo:focus, .header__logo:active {
    cursor: pointer;
    opacity: 0.6; }
  .header__logo img {
    display: block;
    width: 100%;
    height: auto; }

/*@media screen and (max-width: 900px) {*/
/*  .header__logo {*/
/*    flex: 0 0 80px;*/
/*  }*/
/*}*/

@media screen and (max-width: 576px) {
  .header__logo {
    flex: 0 0 180px;
  }
}

.header__nav {
  margin-left: auto;
  padding-left: 10px;
  -webkit-box-flex: 0;
          flex: 0 0 auto; }

  @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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 7px;}

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

.nav__list {
  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;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly; }
  @media screen and (max-width: 1440px) {
    .nav__list {
      margin: 0 auto; } }
  @media screen and (max-width: 1024px) {
    .nav__list {
      display: block;
      margin-bottom: 25px; } }

.nav__item {
  margin: 0 20px; }
@media screen and (max-width: 1200px) {
  .nav__item {
    margin: 0 4px; }
}
  @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: 0px;
  margin-left: auto; }

  @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-size: 18px;
  font-weight: 600;
  line-height: 1;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0); }

  /*@media screen and (max-width: 1440px) {*/
  /*  .nav__link {*/
  /*    padding: 3px; } }*/
  .nav__link:focus, .nav__link:hover {
    cursor: pointer;
    border-color: currentColor; }

.footer {
  padding: 71px 0 74px;
  background-color: #1D701D;
}
  @media screen and (max-width: 1280px) {
    .footer {
      padding: 35px 0; } }
  @media screen and (max-width: 576px) {
    .footer {
      margin-top: 13px;
      padding: 23px 0 70px; } }

.footer__container {
  max-width: 1270px;
}
@media screen and (max-width: 576px) {
  .footer__container {
    display: block;
  }
}

.footer__social {
  flex: 0 0 auto;
  margin: 0 0 16px;
  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; }

@media screen and (max-width: 900px) {
  .footer__social {
    margin-bottom: 0;
  }
}

.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 {
  flex: 0 0 auto;
  display: block;
  margin: 0 41px 29px 0;
  font-size: 24px;
  font-weight: 400;
  line-height: 1;
  color: #ffffff;
  text-align: center; }

.footer__link:focus,
.footer__link:hover {
  opacity: 0.6;
  cursor: pointer;
}

@media screen and (max-width: 900px) {
  .footer__link {
    margin-bottom: 0;
    margin-right: 15px;

    font-size: 16px;
  }
}

@media screen and (max-width: 576px) {
  .footer__link {
    margin: 0 auto 25px;
  }
}

.footer__logo {
  display: block;
  width: 306px;
  margin: 0 auto 54px; }
  .footer__logo:hover, .footer__logo:focus, .footer__logo:active {
    cursor: pointer;
    opacity: 0.6; }
@media screen and (max-width: 900px) {
  .footer__logo {
    width: 200px;
  }
}
@media screen and (max-width: 768px) {
  .footer__logo {
    margin-right: 5px;
    width: 150px;
  }
}
@media screen and (max-width: 576px) {
  .footer__logo {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    width: 110px; } }
.footer__logo img {
  width: 100%;
  height: auto;
  display: block; }

.footer__bottom-row {
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer__text {
  flex: 0 0 285px;
  margin: 0 auto 5px 0;
  font-size: 24px;
}

@media screen and (max-width: 900px) {
  .footer__text {
    margin-bottom: 0;
    flex: 0 0 190px;
    font-size: 16px; } }

@media screen and (max-width: 768px) {
  .footer__text {
    flex: 0 0 130px;
    font-size: 14px; } }
@media screen and (max-width: 576px) {
  .footer__text {
    margin: 0 auto 30px;
    font-size: 18px;
    line-height: 0.9;
    text-align: center;
    width: 220px; }

  .footer__bottom-row {
    display: block;
  }
}

/*main-top*/

.main-top {
  padding-top: 106px;
  padding-bottom: 108px;
}

.main-top__row {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 17px;
}

.main-top h1 {
  margin: 0;

  color: rgba(255, 255, 255, 0.90);
  font-family: "Horta", "Arial", sans-serif;
  font-size: 51px;
  font-weight: 600;
  line-height: 1.2;
  text-transform: uppercase;
}

/*text-block*/

.text-block {
  padding: 44px 0 2px;
  border-radius: 100px 100px 0 0;
  border-top: 2px solid #7DB6E4;
  background: linear-gradient(180deg, rgba(8, 59, 104, 0.00) -10.21%, rgba(7, 52, 93, 0.50) 44.9%, #052D51 85.16%);
  backdrop-filter: blur(34.20000076293945px);
}
.text-block__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

/*gift*/

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

.gift__caption {
  margin: 0 0 115px;

  font-size: 60px;
  font-weight: 400;
  color: #1D701D;
  text-align: center;
  text-transform: uppercase;
}

  @media screen and (max-width: 576px) {
    .gift__caption {
      margin: 0 30px 91px;
      line-height: 1.3;
      font-size: 9.5vw;
    }
  }

.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: 31px; }
@media screen and (max-width: 900px) {
  .gift__row {
    display: block; } }
@media screen and (max-width: 576px) {
  .gift__row {
    margin-bottom: 33px; } }

.gift__column {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100% / 3);
  flex: 0 0 calc(100% / 3);
  max-width: 438px;
  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 84px; } }
@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: -73px;
  right: 147px;

  font-size: 250px;
  font-weight: 900;
  color: #FFE36C;

  counter-increment: section;
  content: counter(section); }

@media screen and (max-width: 900px) {
  .gift__column::before {
    right: 34%; } }
@media screen and (max-width: 576px) {
  .gift__column::before {
    top: -85px;
    font-size: 200px;
  }
}
@media screen and (max-width: 576px) {
  .gift__column.column-2::before {
    right: 33%;
    top: -58px;
  }
}
.gift__column.column-3::before {
  right: auto;
  left: 32%;
  top: -71px; }
@media screen and (max-width: 900px) {
  .gift__column.column-3::before {
    left: 44%; } }
@media screen and (max-width: 576px) {
  .gift__column.column-3::before {
    top: -80px;
    left: 33%;
  }
}

.gift__arrow {
  position: absolute;
  top: 61px;
  right: -53px;}
@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: 44px;
  min-height: 160px;
  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: 21px;
    min-height: 0; } }
@media screen and (max-width: 576px) {
  .column-2 .gift__img {
    margin-bottom: 24px; } }
@media screen and (max-width: 576px) {
  .gift__img img {
    height: 98px;
    width: auto; } }
.column-1 .gift__img img {
  margin-right: 10%; }
@media screen and (max-width: 576px) {
  .column-1 .gift__img img {
    margin-right: 23%; } }
.column-2 .gift__img img {
  margin-right: 18%; }
@media screen and (max-width: 576px) {
  .column-2 .gift__img img {
    margin-right: 25%;
    height: 134px;
  }
}
.column-3 .gift__img img {
  margin-left: -25%;
  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: 14px;
    margin-left: -28%;
    height: 106px;
  }
}

.gift__column-text {
  margin: 0;
  font-size: 23px;
  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.15;
  }

  .gift__column-text br {
    display: none;
  }
}
.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-size: 18px;
  font-weight: 300;
  line-height: 1.5;
  color: #000000;
  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: 43px;
    font-size: 15px;
    line-height: 1.3;
  }

  .gift__text br {
    display: none;
  }
}
.gift__text a {
  color: #000000; }
.gift__text a:hover, .gift__text a:focus, .gift__text a:active {
  cursor: pointer;
  opacity: 0.6; }

/*form*/

.form {
  --form-color: #ffffff;
  position: relative;

  max-width: 944px;
  width: calc(100% - 34px);
  margin: 0 auto;
  padding: 58px 95px 46px;

  color: var(--form-color);

  background-color: #1D701D;
}
@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: 45px;
    padding: 37px 7px 40px; } }

.form__caption {
  margin: 0 auto 74px;
  font-size: 50px;
  font-weight: 500;
  line-height: 1;
  color: var(--form-color);
  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: 2.5%;
  grid-row-gap: 24px;
  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: 21px;
    width: 263px;
    margin: 0 auto 24px; }
}

.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-size: 24px;
  font-weight: 700;
  line-height: 1;
  color: var(--form-color);
  border: 2px solid var(--form-color);
  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-size: 24px;
  font-weight: 700;
  line-height: 1;
  color: var(--form-color);
  opacity: 1; }
.form__row input::-moz-placeholder {
  
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  color: var(--form-color);
  opacity: 1; }
.form__row input:-ms-input-placeholder {
  
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  color: var(--form-color);
  opacity: 1; }
.form__row input::-ms-input-placeholder {
  
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  color: var(--form-color);
  opacity: 1; }
.form__row input::placeholder {
  
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  color: var(--form-color);
  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-size: 24px;
  font-weight: 700;
  line-height: 1;
  color: var(--form-color);
  border: 2px solid var(--form-color);
  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;
  height: 60px;
  width: 365px;
  margin-left: auto;
  margin-right: auto;
  align-items: center;
  justify-content: center;
  
  font-size: 23px;
  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 {
    order: 4;
    margin: 13px auto 0;
    padding: 11px 13px;
    width: 240px;
  } }

@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: var(--form-color);
  font-size: 16px;
  font-style: italic;
  text-align: right;
  
}

@media screen and (max-width: 576px) {
  .form__bottom-text {
    order: 3;
    margin-top: 25px;

    font-size: 13px;
    text-align: center;
  }
}

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

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

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

.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: calc(100% - 40px);
  max-width: 2130px;
  margin: 0 auto 15px;
  padding: 0 20px;

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

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

.result--success {
  padding-top: 20px;
  padding-bottom: 20px;
  border: 1px solid #1096eb;
}

.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: 60px auto 4px;
  width: 100%;
  max-width: 1500px;
  padding: 0 20px;
}

@media screen and (max-width: 576px) {
  .partner {
    margin: 55px auto 45px;
  }
}

.partner__caption {
  margin: 0 0 14px;

  font-size: 22px;
  font-weight: 300;
  text-align: center;
  
  color: #232323;
  text-transform: uppercase;
}

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

.partner__caption img {
  display: block;
}

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

  .partner__caption a {
      margin: 30px auto 0;
   }

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

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

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

a.partner__img:hover {
  cursor: pointer;
  opacity: 0.8;
}

.partner__img img {
  display: block;
}

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

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

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

/*banner*/

.banner {
  position: relative;
  padding: 94px 0 84px;
  min-height: 613px;
}

.banner__img {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 900px) {
  .banner {
    padding: 55px 0;
    min-height: 550px;
  }
}

@media screen and (max-width: 576px) {
  .banner {
    overflow: hidden;
    padding: 26px 0 28px;
    min-height: 90vw;
  }
}

.banner__bg-desktop {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;

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

.banner__container {
  position: relative;

  max-width: 1260px
}

.banner__caption {
  margin: 0 0 10px;

  line-height: 1;
  font-size: 125px;
  font-weight: 100;
  color: #cf9489;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.09em;
}

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

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

    font-size: 33px;
    line-height: 1;
    letter-spacing: 0.05em;
  }
}

.banner__text {
  margin: 0 0 28px 36px;

  font-size: 33px;
  line-height: 1.4;
  font-weight: 400;
  color: #6a8661;
  text-transform: uppercase;
  
  letter-spacing: 0.22em;
  text-shadow: 1px 1px 0px #ffffff;
}

@media screen and (max-width: 1400px) {
  .banner__text {
    font-size: 2.07vw;
  }
}

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

@media screen and (max-width: 576px) {
  .banner__text {
    margin-bottom: 10px;
    margin-left: 9px;
    margin-right: 10px;

    font-size: 4.1vw;
    line-height: 1.55;
    letter-spacing: 0.32em;
    text-align: right;
  }

  .banner__text strong {
    display: block;
    text-align: left;
  }
}

.section-caption {
  margin: 38px 0 32px;

  font-weight: 700;
  font-size: 31px;
  font-weight: 300;
  line-height: 1.11;
  text-align: center;
  
}

@media screen and (max-width: 576px) {
  .section-caption {
    margin: 38px 0;

    font-size: 31px;
    font-weight: 300;
    line-height: 1.11;
  }
}

/*sale*/

.sale {
  margin-top: 70px;
  margin-bottom: 23px;
}

@media screen and (max-width: 576px) {
  .sale {
    margin-top: 0;
  }
}

.sale__container {
  max-width: 1330px;
}

.sale__caption {
  margin: 0 0 100px 0;

  font-weight: 500;
  font-size: 65px;
  line-height: 1;
  color: #0d8f60;
  text-align: center;
}

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

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

    font-size: 11.6vw;
    letter-spacing: -0.1em;
  }
}

.sale__text {
  margin: 0 auto 70px 6.5%;

  font-size: 29px;
  font-weight: 500;
  line-height: 1.35;
  text-transform: uppercase;
  letter-spacing: 0.034em;
}

@media screen and (max-width: 1400px) {
  .sale__text {
    margin-left: 2.5%;

    font-size: 2.06vw;
  }
}

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

    font-size: 4vw;
    line-height: 1.2;
  }
}

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

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

.sale__list li {
  flex: 0 0 620px;
  min-height: 290px;
  max-width: 100%;
  margin-bottom: 30px;
  padding: 5px 5px 25px 5px;

  text-align: center;

  border: 1px solid #000000;
}

@media  screen and (max-width: 1024px){
  .sale__list li {
    margin-bottom: 0;
  }
}

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

    border-width: 3px;
  }
}

.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: 19px;
}

@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;
  }
}

/*gallery*/

.gallery-logo {
  margin-left: auto;
  margin-right: auto;

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

.gallery-logo img {
  display: block;
  width: 100%;
}

.gallery {
  margin-top: 86px;
}

.gallery__caption {
  margin: 0;

  text-align: center;
  font-size: 22px;
  font-weight: 300;
  text-transform: uppercase;

}

.gallery__row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 18px;
  margin: 27px auto 77px;
  width: 100%;
  max-width: 1180px;
  padding: 0 20px;
}

@media screen and (max-width: 900px) {
  .gallery__row {
    -ms-grid-columns: 1fr 15px 1fr 15px 1fr;
    grid-gap: 15px;
  }
}

@media screen and (max-width: 768px) {
  .gallery__row {
    padding: 0 10px;
    -ms-grid-columns: 1fr 15px 1fr;
    grid-template-columns: 1fr 1fr;
  }

}

@media screen and (max-width: 576px) {
  .gallery__row {
    margin-top: 34px;
    margin-bottom: 90px;
    grid-template-columns: 1fr;
    grid-gap: 0;

    display: block;
  }

  .gallery a {
    margin: 0 auto 25px;
    height: 245px;
    width: 250px;
    display: block;
  }

  .gallery__img {
    display: block;
  }

  .gallery-logo {
    width: 180px;
  }
}

.gallery__row img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*offer*/

.offer {
  margin-top: 27px;
  margin-bottom: 23px;
}

.offer__caption {
  margin: 0 0 57px;

  font-size: 60px;
  font-weight: 400;

  color: #1D701D;
  text-align: center;
}

.offer__row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.offer__item {
  flex: 0 0 33%;
  text-align: center;

  text-transform: uppercase;
}

.offer__img {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 300px;
  margin-bottom: 16px;
}

.offer h3 {
  margin: 0;

  min-height: 65px;
  font-weight: 900;
  font-size: 28px;
}

.offer p {
  margin: 0 12%;

  font-size: 20px;
  font-weight: 300;
  line-height: 1.2;
}

@media screen and (max-width: 1024px) {
  .offer__item {
    flex: 0 0 100%;
    margin-bottom: 21px;
  }

  .offer h3 {
    min-height: 0;
    margin-bottom: 12px;
  }
}

@media screen and (max-width: 576px) {
  .offer {
    margin-top: -24px;
    margin-bottom: 11px;
  }

  .offer__img {
    margin-bottom: 13px;
    min-height: 284px;
  }

  .offer p {
    margin: 0 7%;

    line-height: 1.15;
  }

  .offer h3 {
    margin-bottom: 9px;

    font-size: 24px;
  }

  .offer__caption {
    margin: 0 30px 0;
    line-height: 1.3;
    font-size: 9.5vw;
  }
}