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


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

@font-face {
  font-family: "RG";
  src: url("../fonts/RG-SpaciousBook.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap; }

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

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Bold.woff2") format("woff2"), url("../fonts/Montserrat-Bold.woff") format("woff");
  font-weight: 700;
  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: flex;
  flex-direction: column;
  min-width: 320px;
  min-height: 100vh;
  margin: 0;
  padding: 0;
  font-family: "Manrope", "Arial", sans-serif;
  font-size: 18px;
  line-height: 1;
  font-weight: 400;
  color: #ffffff;
  /*background-size: cover;*/
  /*background-position: top center;*/
  /*background-repeat: repeat;*/
  /*scroll-behavior: smooth;*/
  /*background-image: url("../img/main-bg.jpg");*/
}

.body-bg {
  display: block;
  position: absolute;
  z-index: -2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

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

/*select*/

.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 55px 0 17px;
  font-size: var(--form-text-size);
  font-weight: var(--form-text-weight);
  line-height: 1;
  color: var(--form-text-color);
  background-color: var(--form-input-bg-color);
  border-radius: var(--form-input-border-radius);
}

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

.form__select.active .select__value {
  border-radius: 10px 10px 0 0;
}

@media screen and (max-width: 900px) {
  .select__value {
    font-size: 16px;
    padding: 10px 18px;
  }
}

.select__value::after {
  content: url("../img/arrow-select.svg");
  position: absolute;
  right: 22px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease-in;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 13px;
  width: 16px;
}

@media screen and (max-width: 900px) {
  .select__value::after {
    right: 9px;
  }
}

.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: 900px) {
  .select__list {
    max-height: 250px;
  }
}

.select__item {
  display: block;
  padding: 12px 17px;
  font-size: 16px;
  color: var(--form-text-color);
}

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

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

.select__item.active {
  text-decoration: underline;
}

@media (max-width: 1024px) {
  .nav.js-block {
    position: fixed;
    z-index: 2;
    top: 0;
    right: 50%;
    transition: all 0.2s ease-in;
    transform-origin: 0 0;
    transform: translateX(50%);
    visibility: visible; /* показывает элемент при активации */
    pointer-events: auto; /* восстанавливает взаимодействие */
  }

  .nav.js-block-inactive {
    transform: translateX(150%);
    transform-origin: 0 0;
    transition: all 0.2s ease-in;
    pointer-events: none; /* чтобы нельзя было взаимодействовать с неактивным попапом */
    visibility: hidden; /* полностью скрывает элемент из потока */
  }
}

.header {
  position: relative;
}



@media screen and (max-width: 1024px) {
  .header {
    border-radius: 0 0 30px 30px;
  }

  .header::after {
    border-radius: 0 0 30px 30px;
  }

  .header__big-container {
    overflow: visible;
    background-size: 0 0;
  }
}

.header__row {
  position: relative;
  padding-top: 41px;
  padding-bottom: 38px;
  display: grid;
  grid-template-columns: 233px 1fr;
}

.header__row::after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  top: 50%;
  display: block;
  width: 100%;
  height: 100%;
  background: #000000;
  box-shadow: -8px 12px 0px 5px #EA2327;

  transform: skew(-25deg, 0deg) translate(-50%, -50%);

}

@media screen and (max-width: 576px) {
  .header__row {
    padding-top: 37px;
    padding-bottom: 22px;
    grid-template-columns: 204px 1fr;
  }
}

.header__logo {
  flex: 0 0 260px;
}

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

.header__hamburger {
  display: none; }
  @media screen and (max-width: 1024px) {
    .header__hamburger {
      display: block;
      margin-right: 6px;
      margin-left: auto;
      padding: 0;
      background: none;
      border: none;
    }

    .header__hamburger svg {
      display: block;
    }

    .header__logo {
      width: 175px;
    }
  }

.nav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.nav__list {
  margin: 0 auto;
  padding: 0;
  list-style: none;
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  gap: 33px;
  flex-wrap: wrap;
}

.nav__close {
  display: none;
}

  @media screen and (max-width: 1024px) {
    .nav {
      flex-direction: column;
      align-items: center;
      justify-content: center;
      width: 100vw;
      height: 100vh;

      background-color: rgba(0, 0, 0, 0.6);
    }

    .nav__close {
      cursor: pointer;
      position: absolute;
      top: calc(50% - 160px);
      right: calc(50% - 160px);
      padding: 0;

      display: block;
      background: none;
      border: none;
    }

    .nav__close svg {
      display: block;
    }

    .nav__list {
      display: flex;
      flex-direction: column;
      justify-content: flex-start;
      align-items: center;
      width: 351px;
      max-width: calc(100% - 30px);
      padding: 87px 0 55px;
      border-radius: 3px 3px 0 0;
      background: #ffffff;
    }
  }

.nav__social {
  margin: 0;
  padding: 0;
  list-style: none;
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  gap: 11px;
}

  @media screen and (max-width: 1024px) {
    .nav__social {
      justify-content: center;
      width: 351px;
      max-width: calc(100% - 30px);
      gap: 19px;
      margin-top: -1px;

      background: #ffffff;
      border-radius: 0 0 3px 3px;
      padding-bottom: 57px;
    }
  }

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

.nav__social-link svg {
  display: block;
}

.nav__social-link .mobile {
  display: none;
}

@media screen and (max-width: 1024px) {

  .nav__social-link .desktop {
    display: none;
  }

  .nav__social-link .mobile {
    display: block;
  }

  .nav__social-link svg {
    width: 45px;
    height: auto;
  }
}

.nav__link {
  display: block;
  font-family: "PeachMilk20", "Arial", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
}

.nav__link:focus, .nav__link:hover {
  cursor: pointer;
}

@media screen and (max-width: 1024px) {
  .nav__link {
    color: #000000;
  }
}

/*footer*/

.footer {
  margin-top: 160px;
  padding: 43px 0 87px;

}
  @media screen and (max-width: 1280px) {
    .footer {
      padding: 35px 0; } }
  @media screen and (max-width: 576px) {
    .footer {
      margin-top: 111px;
      border-radius: 30px 30px 0 0;
      padding: 44px 0 90px; } }

.footer__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}

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

.footer__link {
  display: block;
  font-size: 21px;
  font-weight: 400;
  font-family: "PeachMilk20", "Arial", sans-serif;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: 7.5%; /* 1.35px */
  text-underline-offset: 13.5%; /* 2.43px */
  text-underline-position: from-font;
  text-transform: uppercase;
}

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

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

.footer__logo {
  display: block;
  width: 270px;
  margin-top: 20px;
}
  .footer__logo:hover, .footer__logo:focus, .footer__logo:active {
    cursor: pointer;
    opacity: 0.6; }

.footer__logo img {
  width: 100%;
  height: auto;
  display: block; }

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

/*main-top*/

.main-top {
  overflow: hidden;
}

.main-top__row {
  position: relative;
  padding-top: 224px;
  padding-bottom: 286px;
}

.main-top__bg {
  position: absolute;
  bottom: -28%;
  right: -26%;
  z-index: -2;
  transform: rotate(2.441deg);
}

.main-top p {
  margin: 0;

  color: rgba(255, 255, 255, 1);
  font-family: "RG", "Arial", sans-serif;
  font-size: 43px;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
  text-shadow: 0 1.349px 4.384px rgba(0, 0, 0, 0.25);
  transform: rotate(-4.192deg);
  letter-spacing: 0.04em;
}

.main-top h1 {
  margin: 0;

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

@media screen and (max-width: 768px) {
  .main-top__caption {
    width: 89%;
  }
}

@media screen and (max-width: 576px) {
  .main-top__row {
    padding-top: 139px;
    padding-bottom: 88px;
    padding-left: 27px;
    padding-right: 27px;
  }

  .main-top h1 {
    font-size: 24px;
  }

  .main-top p {
    opacity: 1;

    font-size: 19px;
  }

  .main-top__bg {
    left: 57%;
    right: auto;
    bottom: auto;
    top: -56px;
    width: 156%;
    transform: translateX(-50%) rotate(5.441deg);
    max-width: none;
  }
}

/*text-block*/

.text-block {
  padding: 0;
}

.text-block__row {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: start;
  gap: 0;
  margin-top: 72px;
}

.text-block__row:first-child {
  margin-top: 0;
}

.text-block__img {
  position: relative;
  top: 32px;
}

.text-block__img img {
  border: 4px solid #000000;
  box-shadow: -8px 12px 0px 5px #000000;
  width: 100%;
}

.text-block__text {
  position: relative;
  color: #232323;
}

.text-block__row:nth-child(odd) .text-block__text::before {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;

  content: "";
  display: block;
  width: 109%;
  height: 100%;
  border: 4px solid #000000;
  box-shadow: -8px 12px 0px 5px #000000;
  background: #ffffff;
  transform: skew(-6deg, 0deg);
}

.text-block__row:nth-child(even) .text-block__text::before {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;

  content: "";
  display: block;
  width: 109%;
  height: 100%;
  border: 4px solid #000000;
  box-shadow: -8px 12px 0px 5px #000000;
  background: #ffffff;
  transform: skew(6deg, 0deg);
}



.text-block__row:nth-child(odd) > img {
  position: absolute;
  top: -41px;
  left: -63px;
  z-index: 0;
}

.text-block__row:nth-child(odd) .text-block__text {
  padding-top: 60px;
  padding-right: 8px;
  padding-left: 40px;
  padding-bottom: 23px;
}

.text-block__row:nth-child(even) > img {
  position: absolute;
  bottom: 42px;
  right: -77px;
  z-index: 0;
}

.text-block__row:nth-child(even) .text-block__text {
  padding-top: 44px;
  padding-right: 0;
  padding-left: 30px;
  padding-bottom: 10px;
}

.text-block__row:nth-child(even) .text-block__img {
  z-index: -2;
}

.text-block__text h3 {
  margin: 0 0 24px;

  font-family: "PeachMilk20", "Arial", sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 1.2;
  color: #EA2327;
  letter-spacing: 0.04em;
}

.text-block__text p {
  margin: 0 0 15px;

  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
}

.text-block__caption {
  margin: 86px 0 0;

  color: #FFF;
  text-align: center;
  font-family: "RG", "Arial", sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 1;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #ffffff;
  letter-spacing: 0.04em;
}

@media screen and (max-width: 1300px) {
  .text-block__row {
    align-items: end;
    padding-right: 70px;
    padding-left: 70px;
  }

  .text-block__row:nth-child(even) > img {
    right: -17px;
    bottom: 86px;
  }

  .text-block__row:nth-child(odd) > img {
    top: auto;
    left: 4px;
    bottom: 62%;
  }
}

@media screen and (max-width: 1024px) {
  .text-block {
    padding: 0;
    overflow: hidden;
    border-radius: 30px;
  }

  .text-block__text::before {
    width: 100%;
  }

  .text-block__text h3 {
    font-size: 30px;
  }

  .text-block__row:nth-child(even) > img {
    display: none;
  }

  .text-block__row {
    grid-template-columns: 1fr;
    padding-right: 0;
    padding-left: 0;
    gap: 13px;
    margin-top: 122px;
  }

  .text-block__img {
    order: 2;
    justify-items: center;
    padding: 0 5px;
  }

  .text-block__img img {
    height: 352px;
    width: 100%;
    object-fit: cover;
  }

  .text-block__row:nth-child(odd) .text-block__text {
    padding-bottom: 40px;
    padding-top: 50px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .text-block__row:nth-child(even) .text-block__text {
    padding-bottom: 0;
    padding-top: 50px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .text-block__row:nth-child(odd) .text-block__text::after,
  .text-block__row:nth-child(even) .text-block__text::after {
    top: 0;
    left: 50%;
    right: auto;
    width: 100vw;
    height: 111%;
    transform: translateX(-50%);
    border-radius: 30px;
  }

  .text-block__row:nth-child(odd) > img {
    top: auto;
    left: -25px;
    bottom: -42px;
    transform: rotate(45deg) scale(0.6) translate(-16px, 46px);
  }

  .text-block__row:nth-child(even) .text-block__img img {
    object-position: center right;
  }

  .text-block__caption {
    margin: 82px 26px 0;
    font-size: 30px;
    line-height: 1.2;
  }
}

/*gift*/

.gift {
  margin: 79px auto 0;
  position: relative;
}


@media screen and (max-width: 1024px) {
  .gift {
    background: none;
  }
}

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

.gift__bg-block {
  max-width: 1135px;
  padding: 68px 0 100px;

  background-image: url("../img/gift-bg.png");
  background-repeat: no-repeat;
}

@media screen and (max-width: 576px) {
  .gift__bg-block {
    padding: 53px 0 47px;
    background-position: top right -83px, center;
    background-size: 65%, auto;
    border-radius: 30px;
  }
}


.gift__caption {
  margin: 0 auto 90px auto;
  width: 480px;
  max-width: 100%;

  color: #ffffff;
  font-family: "PeachMilk20", "Arial", sans-serif;
  font-size: 62px;
  font-weight: 400;
  line-height: 1.02;
  text-align: center;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #FFF;
  letter-spacing: 0.04em;
}

  @media screen and (max-width: 576px) {
    .gift__caption {
      margin: 0 0 55px;
      padding: 0 60px 0 32px;
      line-height: 1.2;
      font-size: 10.3vw;
      width: 100%;
    }
  }

.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: 350px;
  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 53px;
    display: grid;
    grid-template-columns: 106px 1fr;
    gap: 10px;
  }
}
@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: -28px;
  right: 110px;

  font-size: 208px;
  font-weight: 400;
  color: #FFC700;
  font-family: "PeachMilk20", "Arial", sans-serif;

  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: -22px;
    font-size: 120px;
    right: auto;
    left: 58px;
  }
}
@media screen and (max-width: 576px) {
  .gift__column.column-2::before {
    top: -38px;
  }
}
.gift__column.column-3::before {
    right: auto;
    left: 38%;
    top: -30px;
}
@media screen and (max-width: 576px) {
  .gift__column.column-3::before {
    left: 58px;
  }
}

.gift__arrow {
  position: absolute;
  top: 77px;
  right: -44px;
}
@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: 18px 0 0;
    padding: 0px 0 0 17px;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: flex-start;
    min-height: 0;
  }
}

@media screen and (max-width: 576px) {
  .gift__img img {
    height: 56px;
    width: auto; } }
.column-1 .gift__img img {
  margin-right: 8%; }
@media screen and (max-width: 576px) {
  .column-1 .gift__img img {
    margin: 0; } }
.column-2 .gift__img img {
  margin-right: 13%; }
@media screen and (max-width: 576px) {
  .column-2 .gift__img {
    margin: 0;
  }

  .column-2 .gift__img img {
    margin: 0;
    height: 60px;
  }
}
.column-3 .gift__img img {
  margin-left: -12%;
  margin-bottom: 2%; }
@media screen and (max-width: 576px) {
  .column-3 .gift__img img {
    margin: 5px 0 0;
    height: 48px;
  }
}

.gift__column-text {
  margin: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: normal;
  color: #ffffff;
  text-align: center; }

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

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

@media screen and (max-width: 576px) {
  .gift__column-text {
    font-size: 18px;
    line-height: normal;
    text-align: left;
    padding-right: 17px;
  }

  .gift__column-text br {
    display: none;
  }
}
.gift__column-text span {
  display: block;
  text-align: center;
  font-weight: 600;
}
.gift__column-text strong {
  text-transform: uppercase;
  color: #f49000;
  font-weight: 700; }

@media screen and (max-width: 576px) {
  .gift__column-text span {
    text-align: left;
  }
}
.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;
  }
}

/*form-block*/

.form-block {
  padding-top: 82px;
  padding-bottom: 100px;
  margin-bottom: 150px;

  background: linear-gradient(180deg, rgba(63, 15, 13, 0.08) 0%, rgba(63, 15, 13, 0.05) 37.68%, rgba(63, 15, 13, 0.08) 99.52%), rgba(0, 0, 0, 0.20);

  background-blend-mode: hard-light, normal;
  backdrop-filter: blur(35.5px);
  box-shadow: 0 0 17.4px 0 rgba(0, 0, 0, 0.25) inset;

}

.form-block__tab {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin: 0 auto 40px;
  max-width: 750px;
  width: 100%;

  border-radius: 15px;
  overflow: hidden;
  border: 2px solid #FFF;
}

.form-block__tab button {
  padding: 5px 0 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 62px;
  width: 100%;

  font-family: "PeachMilk20", "Arial", sans-serif;
  color: #ffffff;
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.06em;

  border: none;
  background: none;
  transition: all ease-in 0.3s;
}
.form-block__tab button:hover {
  cursor: pointer;

  background: rgba(255, 255, 255, 0.50);
  transition: all ease-in 0.3s;
}

.form-block__tab button.active {
  color: #232323;
  background: #FFF;
  transition: all ease-in 0.3s;
}

.form-block__row {
  position: relative;
}

.form-block__column {
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;

  width: 100%;

  opacity: 0;
  transition: all ease-in 0.3s;
}

.form-block__column.active {
  pointer-events: initial;
  position: relative;

  width: 100%;

  opacity: 1;
  transition: all ease-in 0.3s;
}

.form-block__title {
  margin: 0 auto 49px;
  max-width: 425px;
  width: 100%;

  font-size: 36px;
  line-height: 1.25;
  font-weight: 400;
  text-align: center;
  color: #ffffff;
  font-family: "PeachMilk20", "Arial", sans-serif;

  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.10);
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #FFF;
  letter-spacing: 0.07em;
}

.form-block__item-container {
  padding: 47px 55px 39px;

  background-color: #ffffff;
  border-radius: 15px;
}

.form-block__item-container .form-block__title {
  padding: 0 30px;
}

.form-block ul {
  margin: 0 0 42px;
  padding: 0;
  list-style: none;
  columns: 2;

  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  text-align: center;
}

.form-block__text {
  margin: 0 0 9px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  color: #000;
  text-align: center;
}

.form-block__text a {
  color: #000;
  font-weight: 700;
  text-decoration: underline;
  text-align: center;
}

.form-block__slider {
  margin: 0 auto;
  max-width: 765px;
  width: 100%;
}

.form-block__slider .slick-prev,
.form-block__slider .slick-next {
  cursor: pointer;
  z-index: 3;
  top: 25px;

  width: 22px;
  height: 54px;

  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.form-block__slider .slick-prev::before,
.form-block__slider .slick-next::before {
  display: none;
}

.form-block__slider .slick-prev {
  left: 22px;
  background-image: url("../img/icon-left.svg");
}

.form-block__slider .slick-next {
  right: 22px;
  background-image: url("../img/icon-right.svg");
}

@media screen and (max-width: 1024px) {
  .form-block__title {
    font-size: 35px;
  }
}

@media screen and (max-width: 900px) {
  .form-block {
    margin-top: 0;
    margin-bottom: 120px;
    padding-top: 15px;
    padding-bottom: 48px;
    border-radius: 30px;
  }

  .form-block__tab button {
    border-radius: 15px;
    font-size: 18px;
  }

  .form-block__title {
    margin-bottom: 23px;
    padding: 0 20px;
    line-height: 1.2;
    font-size: 27px;
  }

  .form-block__tab {
    margin-bottom: 53px;
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 0 17px;
    border: none;
  }

  .form-block ul {
    columns: initial;
  }

  .form-block__slider .slick-prev,
  .form-block__slider .slick-next {
    top: 20px;
  }

  .form-block__item-container {
    padding: 40px 15px;
  }
}

/*form*/
.form {
  --form-text-color: #000;
  --form-text-weight: 400;
  --form-text-size: 16px;
  --form-input-bg-color: rgba(255, 255, 255, 0.90);
  --form-input-border-radius: 15px;
  max-width: 752px;
  width: calc(100% - 34px);
  margin: 0 auto;
  color: var(--form-text-color);
  font-size: var(--form-text-size);
  font-weight: var(--form-text-weight);
}

@media screen and (max-width: 1024px) {
  .form {
    margin-top: 67px;
  }
}

@media screen and (max-width: 900px) {
  .form {
    margin-top: 25px;

    width: calc(100% - 40px);
  }
}

.form__caption {
  margin: 0 auto 59px;
  font-size: 50px;
  font-weight: 600;
  line-height: 1;
  color: var(--form-text-color);
  text-align: center;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.10);
  font-family: "RG", "Arial", sans-serif;
}

@media screen and (max-width: 1024px) {
  .form__caption {
    margin-bottom: 50px;
    font-size: 45px;
  }
}

@media screen and (max-width: 900px) {
  .form__caption {
    margin-bottom: 16px;
    font-size: 28px;
  }
}

.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: 26px;
  margin-bottom: 0;
}

@media screen and (max-width: 1024px) {
  .form__row {
    grid-column-gap: 15px;
  }
}

@media screen and (max-width: 900px) {
  .form__row {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-row-gap: 10px;
    /*width: 266px;*/
    margin: 0 auto;
  }
}

.form__row > label,
.form__select {
  position: relative;

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 59px;
}

.form__two-column {
  grid-column: 1 / 3;
}

@media screen and (max-width: 900px) {
  .form__two-column {
    grid-column: 1 / 2;
  }

  .form__row > label,
  .form__select {
    height: 57px;
  }

  .form__row > *:nth-child(odd) {
    order: 1 !important;
  }

  .form__row > *:nth-child(even) {
    order: 2 !important;
  }
}

.form__row input:not([type="checkbox"]) {
  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: inherit;
  font-weight: var(--form-text-weight);
  line-height: 1;
  color: var(--form-text-color);
  /*border: 2px solid var(--form-text-color);*/
  border: none;
  outline: none;
  -moz-appearance: textfield;
  background-color: var(--form-input-bg-color);
  border-radius: var(--form-input-border-radius);
}

@media screen and (max-width: 900px) {
  .form__row input:not([type="checkbox"]) {
    padding: 0 18px;
    font-size: 14px;
  }
}

.form__row input[type='file'] {
  width: 0;
  height: 0;
}

.form__row input::placeholder {
  color: var(--form-text-color);
  font-weight: var(--form-text-weight);
  opacity: 1;
}

@media screen and (max-width: 900px) {
  .form__row input::placeholder {
    font-size: 16px;
  }
}

.form__row input::-webkit-outer-spin-button, .form__row input::-webkit-inner-spin-button {
  display: none;
  -webkit-appearance: none;
  margin: 0;
}

.form__checkbox-row {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 18px 15px;
  /*grid-column: 1 / 3;*/
  align-self: start;
  margin-top: 9px;
}

label.form__checkbox-label {
  width: auto;
  height: auto;
  align-self: start;
}

.form__checkbox:hover {
  cursor: pointer;
  opacity: 0.8;
}

.form__checkbox {
  position: relative;
  display: block;
  width: 21px;
  height: 21px;
  border-radius: 3px;
  background: #FFF;
}

.form__checkbox-label input:checked + .form__checkbox::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 12px;
  height: 12px;
  background: url('../img/icon-check.svg');
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center;
}

.form__checkbox-text {
  color: #ffffff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
}

.form__checkbox-text span {
  display: block;
  margin-top: 18px;

  color: rgba(255, 255, 255, 0.80);
  font-size: 13px;
}

.form__checkbox-text a {
  text-decoration: underline;
  color: #ffffff;
  white-space: nowrap;
}

@media screen and (max-width: 900px) {
  .form__checkbox-row {
    gap: 11px 14px;
  }

  .form__checkbox-text {
    font-size: 15px;
    line-height: 1.1;
  }

  .form__checkbox-text span {
    margin-top: 9px;
  }

  .form__row > *:nth-child(odd).form__checkbox-row {
    padding-top: 12px;
    grid-column: 1 / 2;
    order: 2 !important;
  }
}

@media screen and (max-width: 389px) {
  .form__checkbox-text {
    font-size: 12px;
  }
}

.form__label-file {
  padding: 17px;
  font-size: var(--form-text-size);
  font-weight: var(--form-text-weight);
  line-height: 1;
  color: var(--form-text-color);
  background-color: var(--form-input-bg-color);
  border-radius: var(--form-input-border-radius);
}

.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 {
    order: 2;
    font-size: 16px;
    padding: 10px 16px;
  }
}

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

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

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

.form__placeholder.inactive {
  display: none;
}

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

.form__submit {
  border: none;
  outline: none;
  padding: 21px 13px;
  width: 100%;
  display: block;
  margin: 0px auto 0;
  font-size: 20px;
  font-weight: 400;
  font-family: "PeachMilk20", "Arial", sans-serif;
  line-height: 1;
  color: #ffffff;
  text-transform: uppercase;
  background: linear-gradient(4deg, #0C5D52 -59.66%, #30C6B5 101.1%), #FB544B;
  border-radius: 15px;
  align-self: center;
  
}

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

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

  .form .form__submit {
    margin-top: 30px;
    max-width: 100%;
    width: 350px;
    order: 4 !important;
    padding: 13px 13px;
    font-size: 30px;
    font-family: "RG", "Arial", sans-serif;
  }
}

@media screen and (max-width: 389px) {
  .form .form__submit {
    width: 270px;
    padding: 19px 10px;
    font-size: 18px;
  }
}

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

.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 {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 806px;
  max-width: 100%;
  color: #232323;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: rgba(248, 246, 242, 1);
  border-radius: 15px;
}

.result p {
  margin: 0 0 20px;

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

.result__close {
  cursor: pointer;
  position: absolute;
  top: 23px;
  right: 23px;
  padding: 0;

  background: none;
  border: none;
}

@media screen and (max-width: 576px) {
  .result__close {
    top: 10px;
    right: 10px;
  }
}

.result__container {
  width: 533px;
  max-width: 100%;
  padding: 0 23px;
  margin: 0 auto;
}

.title--success {
  display: flex;
  flex-direction: column;
  padding: 48px 26px;

  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;

  border-radius: 15px;
  border: 2px solid #232323;
}

.title--success strong {
  font-size: 30px;
}

.title--success span {
  margin-top: 36px;
  display: flex;
  gap: 20px;
  align-items: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  text-align: left;
}

.result--success.active {
  display: block;
}

.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: 155px auto 4px;
  padding: 0 20px;
}

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

.partner__caption {
  margin: 0 0 21px;

  font-size: 18px;
  font-weight: 400;
  font-family: "PeachMilk20", "Arial", sans-serif;
  text-align: center;
}

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

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

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

.partner__img {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 1.5%;
  flex-wrap: wrap;
  padding: 25px;

  border-radius: 45px;
  background: #F4F5F5;
}

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

.partner__img img {
  display: block;
}

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

  .partner__img img {
    transform: scale(0.8);
  }
}

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

/*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*/
.gallery-caption {
  text-align: center;
  font-size: 40px;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
}

.gallery-logo {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 28px;

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

.gallery-logo img:not(.cake) {
  display: block;
  width: 100%;
}

.gallery-logo .cake {
  position: absolute;
  top: -1087%;
  left: -320%;
  max-width: none;
}

@media screen and (max-width: 1024px) {
  .gallery-logo .cake {
    display: none;
  }
}

.gallery {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  grid-auto-rows: 367px;
  margin: 50px auto 97px;
  width: 1180px;
  max-width: 100vw;
  padding: 0 20px;
}



@media screen and (max-width: 1700px) {
  .gallery {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}

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

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

}

@media screen and (max-width: 576px) {
  .gallery-caption {
    font-size: 4.6vw;
  }

  .gallery {
    margin-top: 42px;
    margin-bottom: 81px;
    grid-template-columns: 1fr;
    grid-gap: 0;

    display: block;
  }

  .gallery a {
    margin: 0 10px;
    /*height: 300px;*/
    /*width: 300px;*/
    /*display: block;*/
    /*margin-bottom: 27px;*/
  }

  .gallery__img {
    display: block;
  }

  .gallery-logo {
    margin-bottom: 24px;
    width: 245px;
  }
}

.gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
}

@media screen and (max-width: 576px) {
  .gallery img {
    border-radius: 30px;
  }
}

/*do*/

.do {
  position: relative;
  top: -73px;
  padding: 0 0 80px;
}

.do__block {
  margin: 0 auto;
  padding: 65px 90px 57px;
  width: 957px;
  max-width: 100%;

  border: 4px solid #000000;
  box-shadow: -8px 12px 0px 5px #000000;
  background: #ffffff;
  transform: skew(-4deg, 0deg);
}

.do__caption {
  margin: 0;
  color: rgba(234, 35, 39, 1);
  text-align: center;
  font-family: "PeachMilk20", "Arial", sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 1.2;
  text-transform: uppercase;
  -webkit-text-stroke-color: #FFF;
  -webkit-text-stroke-width: 1px;
  letter-spacing: -0.03em;
}

.do__top-text {
  margin: 0 0 45px;
  color: #000000;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
}

.do__row {
  display: flex;
  justify-content: center;
  padding-left: 14px;
  padding-bottom: 26px;
  margin-bottom: 29px;

  border-bottom: 2px solid rgba(8, 59, 104, 1);
}

.do__column {
  padding-left: 57px;
  width: 275px;
  max-width: 100%;
}

.do_value {
  position: relative;
  padding-left: 20px;
  margin-bottom: 1px;

  color: #ffffff;
  font-family: "RG", "Arial", sans-serif;
  font-size: 45px;
  font-weight: 600;
  line-height: 1;
}

.do_value span {
  position: absolute;
  bottom: 0;
  left: 0;

  color: #FF4100;
  font-size: 70px;
}

.do__column p {
  margin: 0;

  color: #ffffff;
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
}

.do__center-text {
  margin: 0 0 30px;
  padding: 0 73px;
  color: #000000;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.15;
}

.do__center-text a {
  color: #FFF;
}

.do__center-text + .do__bottom-text {
  margin-top: 39px;
}

.do__bottom-text {
  margin: 0 12px 5px;

  opacity: 0.6;
  color: #000000;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.55;
  letter-spacing: -0.01em;
}

.do__bottom-text a {
  color: #FFF;
}

@media screen and (max-width: 900px) {
  .do__block {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (max-width: 576px) {
  .do {
    top: -52px;

    background-position: bottom 0 right -388px;
    background-size: 180%;
    padding: 0 0 130px;
  }

  .do__container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .do__block {
    padding-top: 41px;
    border-radius: 30px;
    padding-bottom: 17px;
  }

  .do__caption {
    font-size: 40px;
  }

  .do__top-text {
    margin: 3px 15px 60px;
  }

  .do__row {
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    gap: 38px;
    padding-bottom: 27px;
    margin-bottom: 29px;
  }

  .do_value {
    padding-left: 26px;
    margin-bottom: -1px;
  }

  .do_value span {
    bottom: -8px;
    left: 7px;
  }

  .do__column p {
    margin: 0 33px 0 9px;
  }

  .do__center-text {
    margin: 0 0 6px;
    padding: 0;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.21;
    letter-spacing: -0.03em;
  }

  .do__center-text + .do__bottom-text {
    margin-top: 29px;
  }

  .do__bottom-text {
    font-size: 12px;
  }
}