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

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

@font-face {
  font-family: "MyriadPro";
  src: url("../fonts/MyriadPro-SemiBold.woff2") format("woff2"), url("../fonts/MyriadPro-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: flex;
  flex-direction: column;
  min-width: 320px;
  min-height: 100%;
  margin: 0;
  padding: 0;
  font-family: var(--font-m);
  font-size: 18px;
  line-height: 1;
  font-weight: 400;
  color: #ffffff;
  background-color: #F6F6F6;
  scroll-behavior: smooth;

  --font-m: "MyriadPro", "Arial", sans-serif;
}

body.overflow {
  overflow: hidden;
}

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: 15px;
    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: 20px;
    top: 58%;
  }
}

.select__list {
  position: absolute;
  z-index: 2;
  top: 100%;
  left: 0;
  display: none;
  width: 100%;
  background-color: var(--form-input-bg-color);
  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: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
}

.header::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: linear-gradient(180deg, rgba(80, 24, 10, 0.20) 0%, rgba(80, 24, 10, 0.00) 100%);
  background-blend-mode: multiply;
  box-shadow: 0 5px 4px 0 rgba(0, 0, 0, 0.12);
  backdrop-filter: blur(7.550000190734863px);
}

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

.header__row {
  padding-top: 26px;
  padding-bottom: 20px;
  display: grid;
  grid-template-columns: 171px 1fr;
  align-items: center;
  gap: 17%;
}

@media screen and (max-width: 576px) {
  .header__row {
    padding-right: 13px;
    padding-top: 28px;
    padding-bottom: 13px;
    grid-template-columns: 168px 1fr;
    padding-left: 22px;
  }
}

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

.nav__bg {
  display: flex;
  justify-content: flex-end;
}

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

.nav__close {
  display: none;
}

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

  .nav__bg {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 351px;
    max-width: calc(100% - 30px);
    margin: 0 auto;

    background: #ffffff;
    border-radius: 10px;
  }

  .nav__close {
    cursor: pointer;
    position: absolute;
    top: calc(50% - 160px);
    right: calc(50% - 139px);
    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: flex-start;
    width: 100%;
    padding: 119px 37px 47px;
    gap: 29px;
  }
}

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

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

    padding-bottom: 65px;
  }
}

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

.nav__social-link svg.desktop {
  display: block;
}

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

@media screen and (max-width: 1024px) {
  .nav__social-link svg {
    width: 35px;
    height: auto;
  }

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

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

.nav__link {
  display: block;
  color: #F7F5F2;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

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

.nav__link svg {
  display: none;
}

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

  .nav__link {
    font-size: 15px;
    color: #000;

    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }

  .nav__link svg {
    display: block;
  }
}

/*footer*/

.footer {
  margin-top: 169px;
  padding: 60px 0 135px;

  background-image: url('../img/footer.jpg');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

@media screen and (max-width: 1280px) {
  .footer {
    padding: 35px 0;
  }
}

@media screen and (max-width: 576px) {
  .footer {
    margin-top: 55px;
    background-image: url('../img/footer-bg.jpg');
    padding: 47px 0 110px;
  }
}

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

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

.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: 40px;
    height: auto;
  }

  .footer__container {
    gap: 22px;
  }

  .footer__social {
    margin-top: 23px;
  }

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

.footer__link {
  display: block;
  color: #FFF;
  text-align: center;
  font-size: 21px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  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: 16px;
  }
}

.footer__logo {
  display: block;
  width: 310px;
}

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

  .footer__logo {
    width: 200px;
  }
}

/*main-top*/

.main-top {
  padding-top: 250px;
  padding-bottom: 254px;
  margin-bottom: 127px;

  background-image: url('../img/main-bg.jpg');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.main-top__logo {
  display: block;
  padding-right: 17px;
}

.main-top__svg {
  margin: 42px 0 50px;
  display: block;
}

.main-top__row {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin: 0 auto;
}

.main-top h1 {
  margin: 43px 0 26px;
  padding: 0;

  color: #F7F5F2;
  font-size: 72.017px;
  font-style: normal;
  font-weight: 300;
  line-height: 120%;
  letter-spacing: -1.44px;
  text-align: center;
}

.main-top p {
  margin: 0;
  display: flex;
  padding: 10px 32px 6px 32px;
  justify-content: center;
  align-items: center;

  color: #FFF;
  text-align: center;
  font-size: 47.649px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 57.179px */
  letter-spacing: 0.953px;

  border-radius: 100px;
  background: #F4CB46;
}

@media screen and (max-width: 576px) {
  .main-top {
    padding-top: 44vw;
    padding-bottom: 68vw;
    margin-bottom: -38px;
    background-image: url('../img/main-bg-mobile.png');
  }

  .main-top__logo {
    padding: 0;
  }

  .main-top p {
    padding: 5px 20px 4px;
    opacity: 1;

    font-size: 28px;
    letter-spacing: -0.01em;
  }

  .main-top__row img {
    width: 48%;
  }

  .main-top h1 {
    margin: 14px 0 6px;
    font-size: 38px;
  }

  .main-top__row {
    gap: 10px;
  }

  .main-top__svg {
    margin: 36px 0 9px;
    display: block;
    width: 22px;
  }
}

/*text-block*/

.text-block__row {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 214px 1fr;
  margin-top: 72px;
}

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

.text-block__text {
  position: relative;
  z-index: 1;

  grid-column: span 2;
  padding: 45px 32px 27px 50px;
  background-color: #ffffff;
}

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

  color: #000;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}

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

  color: rgba(0, 0, 0, 0.60);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}

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


  color: #5C3427;
  text-align: center;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}

.text-block__img {
  position: relative;
  z-index: 0;
}

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

@media screen and (max-width: 1024px) {
  .text-block__text {
    padding: 28px 25px 31px 19px;
  }

  .text-block__text--mobile-reverse {
    grid-row: 2 / 3;
  }

  .text-block__text h3 {
    margin-bottom: 26px;
    padding-right: 25px;

    font-size: 30px;
  }

  .text-block__row {
    margin-top: 62px;
    grid-template-columns: 1fr;
    margin-left: 5px;
    margin-right: 5px;
    border-radius: 10px 10px 0 0;
    overflow: hidden;
  }

  .text-block__img {
    order: 2;
    justify-items: center;
    grid-row: 2 / 3;
    border-radius: 0 0 10px 10px;
    overflow: hidden;
    height: 325px;
  }

  .text-block__img--mobile-reverse {
    grid-row: 1 / 2;
  }

  .text-block__caption {
    margin: 63px 41px 0;
    font-size: 34px;
    line-height: 0.9;
  }

  .text-block__text p {
    font-size: 16px;
    line-height: 118%;
    margin-bottom: 13px;
  }

  .text-block__text p:last-child {
    margin-bottom: 0;
  }
}

/*gift*/

.gift {
  margin: 76px auto 0;
  background-color: #F2C851;
}

.gift__bg-block {
  max-width: 1135px;
  padding: 77px 0 103px;
}

.gift__caption {
  margin: 0 0 88px;

  color: #000;
  text-align: center;
  font-size: 50px;
  font-style: normal;
  font-weight: 400;
  line-height: 51px;
  /* 102% */
}

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

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

.gift__column::before {
  position: absolute;
  z-index: 0;
  pointer-events: none;
  top: -80px;
  right: 162px;
  color: #FFF;
  text-align: right;
  font-size: 208.974px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;

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

.gift__column.column-2::before {
  right: auto;
  left: 36%;
  top: -83px;
}

.gift__column.column-3::before {
  right: auto;
  left: 30%;
  top: -80px;
}

.gift__arrow {
  position: absolute;
  top: 82px;
  right: -67px;
}

.gift__img {
  margin-bottom: 35px;
  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;
}

.column-1 .gift__img img {
  margin-right: -16%;
}

.column-2 .gift__img img {
  margin-right: -29%;
}

.column-3 .gift__img img {
  margin-left: 21%;
  margin-bottom: 0%;
}

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

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

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

.gift__column-text span {
  display: block;
  text-align: center;
  font-weight: 400;
}

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

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

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

.gift__list-caption {
  margin: 0;
  margin-bottom: 7px;
  font-size: 30px;
}

.gift__list-text {
  margin: 0;
  font-size: 25px;
  line-height: 1.15;
}

/* ===== МЕДИА-ЗАПРОСЫ ===== */

/* 1024px */
@media screen and (max-width: 1024px) {
  .gift__img {
    margin-bottom: 45px;
  }

  .gift__list-caption {
    font-size: 22px;
  }

  .gift__list-text {
    font-size: 18px;
  }
}

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

  .gift__column {
    max-width: 620px;
    margin: 0 auto 90px;
  }

  .gift__column:last-child {
    margin-bottom: 0;
  }

  .gift__column::before {
    right: 34%;
  }

  .gift__arrow {
    display: none;
  }

  .gift__img {
    margin-bottom: 30px;
  }

  .gift {
    margin-top: 70px;
  }

  .gift__bg-block {
    padding: 47px 0 27px;
  }

  .gift__row {
    margin-bottom: 11px;
  }

  .gift__column {
    margin: 0 auto 36px;
    display: grid;
    grid-template-columns: 138px 1fr;
    gap: 10px;
    align-items: start;
  }

  .gift__column:last-child {
    margin-top: -9px;
  }

  .gift__column::before {
    top: -32px;
    font-size: 97px;
    right: auto;
    left: 46px;
  }

  .gift__column.column-2::before {
    top: -37px;
    left: 14%
  }

  .gift__column.column-3::before {
    left: 49px;
    top: -31px;
  }

  .gift__img {
    margin: 14px 0 0;
    padding: 0px 0 0px 42px;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: center;
    min-height: 0;
  }

  .gift__img img {
    height: 60px;
    width: auto;
  }

  .column-1 .gift__img img {
    margin: 0;
  }

  .column-2 .gift__img img {
    margin: 0;
    height: 60px;
  }

  .column-3 .gift__img img {
    margin: 14px 0 0;
    height: 48px;
  }

  .gift__column-text {
    font-size: 16px;
    line-height: normal;
    text-align: left;
    padding: 7px 0 0 0;
  }

  .gift__column-text span {
    text-align: left;
  }

  /* .gift__column-text br {
    display: none;
  } */

  .gift__list {
    margin-bottom: 48px;
    padding: 0 0 0 10.3%;
  }

  .gift__item::after {
    left: -37px;
    top: 8px;
    width: 15px;
    height: 15px;
  }

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

  .gift__list-caption {
    font-size: 19px;
    line-height: 1.2;
    margin-bottom: 0;
  }

  .gift__list-text {
    font-size: 16px;
    line-height: 1.19;
  }
}

@media screen and (max-width: 768px) {
  .gift__caption {
    margin: 0 0 35px;
    padding: 0 14.4vw;
    line-height: 1;
    font-size: 8vw;
    width: 100%;
  }
}

@media screen and (max-width: 576px) {
  .gift {
    padding-bottom: 138px;
  }
}

/*form-block*/

.form-block {
  padding-bottom: 82px;
  padding-top: 90px;
  margin-bottom: 130px;
  margin-top: 77px;

  background-image: url('../img/form-bg.jpg');
  background-position: center;
  background-size: cover;
}

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

  overflow: hidden;
}

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

  color: #ffffff;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;

  border: 2px solid #F7F5F2;
  background: none;
  transition: all ease-in 0.3s;
}

.form-block__tab button:first-child {
  border-radius: 7px 0 0 7px;
}

.form-block__tab button:last-child {
  border-radius: 0 7px 7px 0;
}

.form-block__tab button:hover {
  cursor: pointer;

  color: #000000;

  background: #F7F5F2;
  transition: all ease-in 0.3s;
}

.form-block__tab button.active {
  color: #000000;

  background: #F7F5F2;
  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: 0px auto 43px;
  max-width: 880px;
  width: 100%;

  color: #F7F5F2;
  text-align: center;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 44px;
  /* 110% */
}

.form-block__title span {
  display: block;
  color: #F7F5F2;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 44px;
}

.form-block__title-min {
  margin: 0 auto 29px;

  color: #232323;
  text-align: center;
  font-size: 25px;
  font-style: normal;
  font-weight: 450;
  line-height: normal;

}

.form-block__item-container {
  padding: 37px 55px 32px;

  border-radius: 1px;
  background: #F7F5F2;
  backdrop-filter: blur(15px);
}

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

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

  color: #0F0F0F;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}

.form-block__text {
  margin: 0 0 9px;
  color: #0F0F0F;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}

.form-block__text a {
  color: #F00;
}

.form-block__slider {
  margin: 0 auto;
  max-width: 770px;
  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: 61px;
    margin-bottom: 57px;
    padding-top: 60px;
    padding-bottom: 74px;

    background-image: url('../img/form-bg-mobile.jpg');
  }

  .form-block__title-min {
    text-align: left;
  }

  .form-block__title {
    margin-bottom: 42px;
    padding: 0 65px;
    line-height: 1.1;
    font-size: 9vw;
  }

  .form-block__tab {
    margin-bottom: 60px;
    grid-template-columns: 1fr;
    gap: 15px;
    padding: 0 20px;
  }

  .form-block ul {
    gap: 19px;
    margin-bottom: 20px;
  }

  .form-block__text {
    text-align: left;
    line-height: 119%;
  }

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

  .form-block__item-container {
    padding: 40px 15px;
    width: calc(100% - 40px);
    margin-left: auto;
    margin-right: auto;
  }
}

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

/*form*/
.form {
  --form-text-color: #000;
  --form-text-weight: 400;
  --form-text-size: 16px;
  --form-input-bg-color: #F7F5F2;
  --form-input-border-radius: 7px;
  max-width: 770px;
  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);

}

@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: 30px;
  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: 53px;
  }

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

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

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: #F7F5F2;
}

.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: #F7F5F2;
  text-shadow: 0 1px 10px rgba(0, 0, 0, 0.25);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

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

  color: #F7F5F2;
  text-shadow: 0 1px 10px rgba(0, 0, 0, 0.25);
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

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

.form__checkbox-text a:focus {
  outline: none;
}

@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: 15px;
    font-size: 14px;
  }

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

.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;
  color: #ffffff;
  text-align: center;

  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.72px;
  text-transform: uppercase;
  background-color: #C28257;
  border-radius: 1px;
  align-self: center;

}

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

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

  .form .form__submit {
    margin-top: 21px;
    max-width: 100%;
    width: 350px;
    order: 4 !important;
    padding: 17px 13px;
    font-size: 16px;

  }
}

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

@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: 805px;
  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;
} */

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

.result__row {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.result__img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.result__column {
  padding: 42px 40px 28px;
  background: #C28257;
  display: flex;
  flex-direction: column;
}

.result__top-text {
  margin: 0 0 6px;
  color: #F7F5F2;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  text-align: left;
}

.result__title {
  margin: 0 0 29px;

  color: #F7F5F2;
  font-size: 54px;
  font-style: normal;
  font-weight: 450;
  line-height: 120%;
  text-align: left;
}

.result__text-phone {
  margin: 0 0 auto;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 20px;

  color: #F7F5F2;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  text-align: left;
}

.result__text-bottom {
  margin: 0 0 20px;
  color: #EBE3DB;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  text-align: left;
}

.result__text-bottom strong {
  font-weight: 450;
}

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

  background: none;
  border: none;
}

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

  .result__close {
    top: 23px;
    right: 18px;
  }

  .result__row {
    grid-template-columns: 1fr;
  }

  .result__img img {
    height: auto;
  }

  .result__img {
    order: -1;
  }

  .result__top-text {
    font-size: 16px;
    text-align: center;
  }

  .result__column {
    padding-top: 28px;
    padding-bottom: 22px;
  }

  .result__title {
    margin: 0 0 11px;

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

  .result__text-phone {
    width: 232px;
    max-width: 100%;
    margin: 0 auto 20px;

    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
  }

  .result__text-phone svg {
    width: 28px;
    height: 28px;
    display: block;
  }

  .result__text-bottom {
    margin: 0 0 11px;
    font-size: 14px;
  }
}

/*partner*/

.partner {
  margin: 167px auto 4px;
  padding: 0 20px;
}

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

.partner__caption {
  margin: 0 0 31px;

  color: #0F0F0F;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.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;
  flex-wrap: wrap;
}

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

.partner__img img {
  display: block;
}

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

  .partner__img img {
    width: 162px;
  }
}

.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 {
  margin: 0;

  color: rgba(15, 15, 15, 0.70);
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

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

  width: 365px;
  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-caption,
  .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: 49px auto 0px;
  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: 38px;
    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;
}


/*do*/

.do {
  position: relative;
  top: -78px;
  margin-bottom: -10px;
}

.do__block {
  margin: 0 auto;
  padding: 49px 70px 48px;
  width: 957px;
  max-width: 100%;

  border-radius: 10px;
  background: #FFF;
  overflow: hidden;
}

.do__caption {
  margin: 0;


  color: #000;
  text-align: center;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}

.do__top-text {
  margin: 0 0 56px;
  color: rgba(0, 0, 0, 0.70);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  text-align: center;
}

.do__row {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  gap: 43px;
  margin-bottom: 60px;
}

.do__column {
  position: relative;
  padding-left: 85px;
}

.do_value {
  position: relative;
  margin-bottom: 10px;


  color: #000;

  font-size: 34px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 40.8px */
}

.do__column span {
  position: absolute;
  top: -25px;
  left: 0;

  color: #F2C851;
  text-align: right;

  font-size: 60px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.do__column p {
  margin: 0;

  color: #000;

  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.4px;
}

.do__column p strong {
  font-weight: 450;
}

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

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

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

.do__bottom-text {
  margin: 0 0 9px;

  color: rgba(0, 0, 0, 0.70);

  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: -0.14px;
}

.do__bottom-text a {
  color: rgba(0, 0, 0, 0.70);
}

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

@media screen and (max-width: 576px) {
  .do {
    position: relative;
    z-index: 1;
    top: 0;
    margin-bottom: -8px;
    margin-top: -138px;
  }

  .do+.text-block {
    margin-top: 72px;
  }

  .do__container {
    padding-left: 0;
    padding-right: 0;
  }

  .do__block {
    padding-top: 32px;
    padding-bottom: 35px;
  }

  .do__caption {
    font-size: 35px;
  }

  .do__top-text {
    margin: 3px 66px 31px;
    font-size: 16px;
  }

  .do__column {
    padding-left: 58px;
  }

  .do__row {
    margin-bottom: 30px;
    gap: 29px;
  }

  .do_value {
    margin-bottom: 10px;

    font-size: 25px;
  }

  .do__column span {
    top: -14px;
    left: 7px;

    font-size: 38px;
  }

  .do__column p {
    margin: 0;
    padding-right: 18px;

    font-size: 18px;
  }

  .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 {
    margin: 0 0 6px;

    font-size: 14px;
    text-align: justify;
  }
}