@charset "UTF-8";

/** Подключение шрифтов локально из папки "./src/fonts" */

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

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

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

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

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

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

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

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

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

/** Подключение переменных */

/** Подключение sass function и mixins и extends стилей */

/*! 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;
}

/** Общие параметры, шаблоны(заготовки) и вспомогательные классы */

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body {
  overflow-x: hidden;
  background-color: #f4f4f4;
}

body {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow-y: hidden;
}

.main {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.container {
  max-width: 1760px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
  height: 100%;
}

/** БЕМ блоки используемые во всё проекте */

body {
  font-family: "Inter", sans-serif !important;
  line-height: 1.3;
  color: #4B2B00;
  font-weight: 400;
  background-color: #fdfbe4;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #4B2B00;
  font-family: "HelveticaNeue", sans-serif !important;
}

a {
  color: #4B2B00;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

a:hover,
a:focus {
  color: #4B2B00;
  opacity: 1;
  text-decoration: none;
}

.text_64 {
  font-size: 64px;
}

.text_60 {
  font-size: 60px;
}

.text_56 {
  font-size: 56px;
}

.text_52 {
  font-size: 52px;
}

.text_48 {
  font-size: 48px;
}

.text_40 {
  font-size: 40px;
}

.text_36 {
  font-size: 36px;
}

.text_32 {
  font-size: 32px;
}

.text_30 {
  font-size: 30px;
}

.text_28 {
  font-size: 28px;
}

.text_26 {
  font-size: 26px;
}

.text_24 {
  font-size: 24px;
}

.text_20 {
  font-size: 20px;
}

.text_18 {
  font-size: 18px;
}

.text_16 {
  font-size: 16px;
}

.text_14 {
  font-size: 14px;
}

.text_12 {
  font-size: 12px;
}

.text_bold {
  font-weight: 500;
}

.text_semibold {
  font-weight: 600;
}

.text_black {
  font-weight: 750;
}

.text_upper {
  text-transform: uppercase;
}

.simple-title {
  margin: 0;
}

.simple-title_light {
  color: #F3DA4D;
}

.simple-title_bottom {
  margin-bottom: 60px;
}

.section_padding {
  margin-top: 100px;
}

.section_padding .container {
  padding: 100px 15px;
}

.section_base {
  padding-top: 100px;
}

.ul-no-doted,
.ul-no-doted ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.custom-scroll::-webkit-scrollbar,
.custom-scroll ul::-webkit-scrollbar {
  width: 3px;
}

.custom-scroll::-webkit-scrollbar-track,
.custom-scroll ul::-webkit-scrollbar-track {
  background: transparent;
}

.custom-scroll::-webkit-scrollbar-thumb,
.custom-scroll ul::-webkit-scrollbar-thumb {
  background-color: #4B2B00;
  border-radius: 25px;
  border: none;
}

.btn {
  padding: 20px 47px;
  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;
  gap: 6px;
  text-align: center;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
}

.btn.hidden {
  display: none;
}

.btn_black {
  border-radius: 10px;
  border: 1px solid #4B2B00;
  background-color: #4B2B00;
  color: #FDFBE4;
}

.btn_black:hover {
  border-color: #FFF4B9;
  background-color: #FFF4B9;
  color: #4B2B00;
}

.btn_black.active {
  border-color: #FFF4B9;
  background-color: #FFF4B9;
  color: #4B2B00;
}

.btn_light {
  background-color: #F3DA4D;
  color: #4B2B00;
  border-radius: 10px;
  border: 1px solid #F3DA4D;
}

.btn_light:hover {
  border: 1px solid #4B2B00;
  background-color: #4B2B00;
  color: #FDFBE4;
}

.btn_light.active {
  border: 1px solid #4B2B00;
  background-color: #4B2B00;
  color: #FDFBE4;
}

.form-standart {
  background-color: #FDFBE4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 55px;
  border-radius: 15px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.form-standart__input-grid {
  margin-top: 40px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}

.form-standart__input {
  font-weight: 600;
  font-size: 20px;
  color: #4B2B00;
  background-color: #FFF4B9;
  border: 3px solid #4B2B00;
  border-radius: 10px;
  padding: 13px 20px;
  width: 100%;
}

.form-standart__input::-webkit-input-placeholder {
  font-weight: 400;
  font-size: 20px;
  color: #4B2B00;
}

.form-standart__input::-moz-placeholder {
  font-weight: 400;
  font-size: 20px;
  color: #4B2B00;
}

.form-standart__input:-ms-input-placeholder {
  font-weight: 400;
  font-size: 20px;
  color: #4B2B00;
}

.form-standart__input::-ms-input-placeholder {
  font-weight: 400;
  font-size: 20px;
  color: #4B2B00;
}

.form-standart__input::placeholder {
  font-weight: 400;
  font-size: 20px;
  color: #4B2B00;
}

.form-standart__input_double {
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1/3;
}

.form-standart__privacy {
  margin-top: 20px;
  max-width: 430px;
}

.form-standart__btn {
  margin-top: 40px;
}

/** Подключение стилей отдельных блоков и секций */

.header {
  -webkit-transition: 0.3s !important;
  transition: 0.3s !important;
  z-index: 1000;
  width: 100% !important;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 110px;
  background-color: transparent;
  padding-bottom: 10px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-bottom: 2px solid transparent;
}

.header.active {
  height: 80px;
  padding: 0px;
  background-color: #fdfbe4;
  border-bottom: 2px solid #321d00;
}

.header.active a {
  color: #321d00;
}

.header.active a:before {
  background-color: #321d00;
}

.header.active .header__menu {
  -webkit-transform: translateY(-24px);
      -ms-transform: translateY(-24px);
          transform: translateY(-24px);
}

.header__container {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}

.header__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 38px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.header__menu a {
  position: relative;
  color: #F3DA4D;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.header__menu a:before {
  content: "";
  position: absolute;
  bottom: -5px;
  width: 0px;
  height: 2px;
  border-radius: 50px;
  background-color: #F3DA4D;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.header__menu a:hover {
  -webkit-transform: translateY(-5px);
      -ms-transform: translateY(-5px);
          transform: translateY(-5px);
}

.header__menu a:hover:before {
  width: 50%;
}

.header__mobile-button {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 35px;
  gap: 4px;
  display: none;
}

.header__mobile-button::before,
.header__mobile-button::after {
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #F3DA4D;
  width: 100%;
  height: 8px;
}

.header__mobile-modal-wrapper {
  height: 100%;
  background-color: #F3DA4D;
}

.header__mobile-modal-wrapper .uk-modal-close-full {
  background-color: #F3DA4D;
  color: #4B2B00;
  left: 20px;
  top: 25px;
  right: auto;
}

.header__mobile-modal-wrapper .uk-modal-close-full svg line {
  stroke-width: 5px;
}

.header__mobile-menu {
  padding-top: 60px !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  padding-right: 20px;
}

.header__mobile-menu a {
  color: #4B2B00;
}

.header__mobile-menu a::before {
  display: none;
}

.footer {
  background-color: #4B2B00;
  margin-top: 0px;
}

.footer__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 58px;
}

.footer__contatcs {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.footer__title {
  color: #FDFBE4;
}

.footer__contatcs-links {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30px;
}

.footer__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}

.footer__item-link {
  color: #FDFBE4;
}

.footer__item-link:hover {
  color: #F3DA4D;
}

.footer__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}

.footer__description-text {
  color: #FDFBE4;
  margin-top: 40px;
}

.footer__map {
  height: 170px;
  border-radius: 16px;
  width: 100%;
  background-color: #FDFBE4;
  margin-top: 40px;
}

.footer__address {
  color: #FDFBE4;
  margin-top: 14px;
}

.footer .form-standart {
  width: 50%;
}

.hero {
  padding-top: 110px;
  position: relative;
  height: 100lvh;
  min-height: 800px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}

.hero__container {
  padding-top: 78px;
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-bottom: 84px;
}

.hero__title {
  display: none;
}

.hero__logo-big {
  color: #F3DA4D;
}

.hero__bottom-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  gap: 20px;
  margin-top: auto;
  padding-top: 20px;
}

.hero__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 80px;
}

.hero__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}

.hero__item-link {
  color: #F3DA4D;
}

.hero__item-link:hover {
  color: #fdfbe4;
}

.hero__item-text {
  color: #F3DA4D;
}

.hero__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 17px;
}

.hero__social-link {
  width: 50px;
  height: 50px;
  border-radius: 100px;
  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;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.hero__social-link.blue {
  background-color: #32aadf;
}

.hero__social-link.green {
  background-color: #25D366;
}

.hero__social-link:hover {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}

.hero__social-link:hover .hero__social-link-img {
  -webkit-transform: scale(0.75);
      -ms-transform: scale(0.75);
          transform: scale(0.75);
}

.hero__social-link-img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.hero__back-wrapper {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  background-color: #321d00;
}

.hero__back {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.2;
}

.hero__logo-big path {
  opacity: 0;
  -webkit-transform: scale(0.9);
      -ms-transform: scale(0.9);
          transform: scale(0.9);
  -webkit-animation: scaleIn 0.8s ease-out forwards;
          animation: scaleIn 0.8s ease-out forwards;
}

@-webkit-keyframes scaleIn {
  to {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes scaleIn {
  to {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.hero__logo-big path:nth-child(1) {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}

.hero__logo-big path:nth-child(2) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.hero__logo-big path:nth-child(3) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

.hero__logo-big path:nth-child(4) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

.hero__logo-big path:nth-child(5) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.hero__logo-big path:nth-child(6) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

.hero__logo-big path:nth-child(7) {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}

.hero__logo-big path:nth-child(8) {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}

.hero__logo-big path:nth-child(9) {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}

.hero__logo-big path:nth-child(10) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.hero__logo-big path:nth-child(11) {
  -webkit-animation-delay: 1.1s;
          animation-delay: 1.1s;
}

.hero__logo-big path:nth-child(12) {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}

.hero__logo-big path:nth-child(13) {
  -webkit-animation-delay: 1.3s;
          animation-delay: 1.3s;
}

.hero__logo-big path:nth-child(14) {
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s;
}

.hero__logo-big path:nth-child(15) {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}

.hero__logo-big path:nth-child(16) {
  -webkit-animation-delay: 1.6s;
          animation-delay: 1.6s;
}

.hero__logo-big path:nth-child(17) {
  -webkit-animation-delay: 1.7s;
          animation-delay: 1.7s;
}

.hero__logo-big path:nth-child(18) {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

.hero__logo-big path:nth-child(19) {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

.hero__logo-big path:nth-child(20) {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

.hero__logo-big path:nth-child(21) {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

.hero__logo-big path:nth-child(22) {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

.hero__logo-big path:nth-child(23) {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

.hero__logo-big path:nth-child(24) {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

.hero__logo-big path:nth-child(25) {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

.hero__logo-big path:nth-child(26) {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

.hero__logo-big path:nth-child(27) {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

.hero__logo-big path:nth-child(28) {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

.hero__logo-big path:nth-child(29) {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

.hero__logo-big path:nth-child(30) {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

.hero__logo-big path:nth-child(31) {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

.hero__logo-big path:nth-child(32) {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

.hero__logo-big path:nth-child(33) {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

.hero__logo-big path:nth-child(34) {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

.hero__logo-big path:nth-child(35) {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

.hero__logo-big path:nth-child(36) {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

.hero__logo-big path:nth-child(37) {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

.hero__logo-big path:nth-child(38) {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

.hero__logo-big path:nth-child(39) {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

.hero__logo-big path:nth-child(40) {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

.hero__logo-big path:nth-child(41) {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

.hero__logo-big path:nth-child(42) {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

.hero__logo-big path:nth-child(43) {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

.hero__logo-big path:nth-child(44) {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

.hero__logo-big path:nth-child(45) {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

.hero__logo-big path:nth-child(46) {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

.hero__logo-big path:nth-child(47) {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

.hero__logo-big path:nth-child(48) {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

.hero__logo-big path:nth-child(49) {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

.hero__logo-big path:nth-child(50) {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

.services__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.services__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 37px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}

.services__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 26px;
}

.services__card:hover .services__card-img {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}

.services__card-title {
  text-align: center;
}

.services__card-img-wrapper {
  width: 100%;
  height: 412px;
  overflow: hidden;
  border-radius: 16px;
}

.services__card-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  pointer-events: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.price__content table {
  width: 100%;
  border-spacing: 8px;
}

.price__content table * {
  text-align: center;
}

.price__content table tr:nth-child(1) td {
  font-size: 30px;
  font-weight: 600;
  padding: 10px;
  background-color: #F3DA4D;
  border: 1px solid #4B2B00;
  border-radius: 10px;
}

.price__content table td[rowspan="3"] {
  font-size: 30px;
  font-weight: 600;
  padding: 10px;
  background-color: #FFF4B9;
  border: 1px solid #4B2B00;
  border-radius: 10px;
}

.price__content table tr:not(:nth-child(1)) td:not(td[rowspan="3"]) {
  padding: 6px;
  border: 1px solid #4B2B00;
  border-radius: 10px;
  font-size: 30px;
  font-weight: 400;
}

.type__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.type__grid {
  margin-top: 40px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
}

.type__card {
  overflow: hidden;
  border-radius: 16px;
  position: relative;
}

.type__card:hover .type__card-img {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}

.type__card-tag {
  position: absolute;
  z-index: 2;
  color: white;
  bottom: 26px;
  left: 30px;
}

.type__card-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  z-index: 1;
  pointer-events: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.type__text {
  margin-top: 60px;
}

.type__about-grid {
  margin-top: 40px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
}

.type__about-card {
  padding: 39px;
  border: 2px solid #4B2B00;
  text-align: center;
  border-radius: 10px;
}

.delivery {
  position: relative;
  overflow: hidden;
}

.delivery__container {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 60px;
}

.delivery__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 861px;
  width: 100%;
}

.delivery__title {
  margin-bottom: 40px;
}

.delivery__text p {
  color: #FDFBE4;
  font-weight: 400;
  line-height: 1.3;
  font-size: 24px;
}

.delivery__text blockquote {
  font-style: normal;
  font-size: 24px;
  color: #F3DA4D;
  padding: 20px;
  border: 2px solid #F3DA4D;
  border-radius: 15px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.delivery__text blockquote p {
  color: #F3DA4D;
}

.delivery__text-title {
  color: #F3DA4D;
  margin-bottom: 20px;
  margin-top: 30px;
}

.delivery .hero__back-wrapper img {
  opacity: 1;
}

.delivery .form-standart {
  width: 50%;
}

.discount__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.discount__title {
  margin-bottom: 30px;
}

.discount__text {
  margin-top: 60px;
}

.discount__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 37px;
  margin-top: 40px;
}

.discount__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  overflow: hidden;
  border-radius: 15px;
}

.discount__card:hover .discount__card-back {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}

.discount__card-content {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 43px 28px;
}

.discount__card-tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 18px;
  border: 3px solid #F3DA4D;
  border-radius: 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.discount__card-tag-icon-wrapper {
  width: 44px;
  height: 44px;
}

.discount__card-tag-icon {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.discount__card-tag-text {
  color: #F3DA4D;
}

.discount__card-title {
  color: #FDFBE4;
  margin-top: auto;
  padding-top: 30px;
}

.discount__card-btn {
  margin-top: 20px;
}

.discount__card-back {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.discount__grid-wrapper {
  width: 100%;
  overflow: auto;
}

.about {
  background-color: #F3DA4D;
}

.about__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.about__title {
  margin-bottom: 30px;
}

.about__cards-title {
  margin-top: 60px;
}

.about__grid {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
}

.about__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #FDFBE4;
  padding: 32px;
  border-radius: 10px;
}

.about__card-title {
  margin-bottom: 8px;
  color: #A18A09;
}

.about__card-description {
  margin-top: 10px;
}

.about__competence-title {
  margin-top: 60px;
}

.about__competence-description {
  margin-top: 40px;
}

.about__competence {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 21px;
}

.about__competence-text {
  max-width: 721px;
}

.about__partners-title {
  margin-top: 60px;
}

.about__partners-grid {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 14px;
  background-color: #FDFBE4;
  padding: 20px 64px;
  border-radius: 15px;
}

.about__partners-card {
  height: 160px;
  width: 100%;
  border-radius: 15px;
}

.about__partners-img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (max-width: 1280.98px) {
  .text_mobile_64 {
    font-size: 64px;
  }

  .text_mobile_60 {
    font-size: 60px;
  }

  .text_mobile_56 {
    font-size: 56px;
  }

  .text_mobile_52 {
    font-size: 52px;
  }

  .text_mobile_48 {
    font-size: 48px;
  }

  .text_mobile_40 {
    font-size: 40px;
  }

  .text_mobile_36 {
    font-size: 36px;
  }

  .text_mobile_32 {
    font-size: 32px;
  }

  .text_mobile_30 {
    font-size: 30px;
  }

  .text_mobile_28 {
    font-size: 28px;
  }

  .text_mobile_26 {
    font-size: 26px;
  }

  .text_mobile_24 {
    font-size: 24px;
  }

  .text_mobile_20 {
    font-size: 20px;
  }

  .text_mobile_18 {
    font-size: 18px;
  }

  .text_mobile_16 {
    font-size: 16px;
  }

  .text_mobile_14 {
    font-size: 14px;
  }

  .text_mobile_12 {
    font-size: 12px;
  }

  .section_padding {
    margin-top: 20px;
  }

  .section_padding .container {
    padding: 40px 15px;
  }

  .section_base {
    padding-top: 20px;
  }

  .simple-title_bottom {
    margin-bottom: 20px;
  }

  .btn {
    padding: 12px 26px;
  }

  .form-standart {
    padding: 20px;
    border-radius: 10px;
  }

  .form-standart__input-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8px;
    margin-top: 20px;
  }

  .form-standart__input {
    font-size: 12px;
    border: 2px solid #4B2B00;
    border-radius: 10px;
    padding: 6px 15px;
  }

  .form-standart__input::-webkit-input-placeholder {
    font-size: 12px;
  }

  .form-standart__input::-moz-placeholder {
    font-size: 12px;
  }

  .form-standart__input:-ms-input-placeholder {
    font-size: 12px;
  }

  .form-standart__input::-ms-input-placeholder {
    font-size: 12px;
  }

  .form-standart__input::placeholder {
    font-size: 12px;
  }

  .form-standart__privacy {
    margin-top: 8px;
  }

  .form-standart__btn {
    margin-top: 20px;
  }

  .header {
    height: 50px;
  }

  .header__menu_desc {
    display: none;
  }

  .header__mobile-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .header__container {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
  }

  .header.active {
    height: 50px;
    padding: 0px;
    background-color: transparent;
    border-bottom: 2px solid transparent;
  }

  .header.active a {
    color: #F3DA4D;
  }

  .header.active a::before {
    background-color: #F3DA4D;
  }

  .footer__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }

  .footer__contatcs {
    width: 100%;
  }

  .footer .form-standart {
    width: 100%;
  }

  .footer__contatcs-links {
    margin-top: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px;
  }

  .footer__links {
    gap: 10px;
  }

  .footer__description-text {
    margin-top: 15px;
  }

  .footer__map {
    margin-top: 30px;
  }

  .hero {
    min-height: auto;
  }

  .hero__container {
    padding-top: 0px;
  }

  .hero__bottom-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }

  .hero__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }

  .hero__item {
    gap: 10px;
  }

  .hero__social-link {
    height: 38px;
    width: 38px;
  }

  .hero__social-link img {
    width: 22px;
    height: 22px;
  }

  .hero__container {
    padding-bottom: 42px;
  }

  .services__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }

  .services__card {
    position: relative;
    height: 120px;
    width: 100%;
  }

  .services__card-img-wrapper {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    position: absolute;
    z-index: 1;
    background-color: #321d00;
  }

  .services__card-img-wrapper img {
    opacity: 0.3;
  }

  .services__card-title {
    color: #FDFBE4;
    position: relative;
    z-index: 2;
    text-align: start;
    margin-top: auto;
    padding: 15px;
  }

  .price__content {
    width: 100%;
    overflow: auto;
  }

  .price__content table {
    min-width: 528px;
    width: 100%;
    border-spacing: 3px;
  }

  .price__content table * {
    text-align: center;
  }

  .price__content table tr:nth-child(1) td {
    font-size: 14px;
    padding: 8px;
    border-radius: 6px;
  }

  .price__content table td[rowspan="3"] {
    font-size: 14px;
    padding: 5px;
    border-radius: 6px;
  }

  .price__content table tr:not(:nth-child(1)) td:not(td[rowspan="3"]) {
    padding: 1px;
    border-radius: 6px;
    font-size: 14px;
  }

  .type__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 6px;
    margin-top: 15px;
  }

  .type__card {
    height: 100px;
    background-color: #4B2B00;
  }

  .type__card img {
    opacity: 0.8;
  }

  .type__card-tag {
    bottom: 40%;
    left: 15px;
  }

  .type__text {
    margin-top: 20px;
  }

  .type__about-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
    margin-top: 15px;
  }

  .type__about-card {
    padding: 5px 16px;
    text-align: start;
    border: 2px solid #4B2B00;
  }

  .delivery__text p {
    font-size: 16px;
  }

  .delivery__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }

  .delivery .form-standart {
    width: 100%;
  }

  .delivery__content {
    max-width: 100%;
  }

  .discount__title {
    margin-bottom: 10px;
  }

  .discount__text {
    margin-top: 20px;
  }

  .discount__grid {
    margin-top: 15px;
    gap: 10px;
    min-width: 798px;
    width: 100%;
    overflow: auto;
  }

  .discount__card {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }

  .discount__card-content {
    padding: 12px;
  }

  .discount__card-tag-icon-wrapper {
    width: 20px;
    height: 20px;
    -webkit-transform: translateY(-2px);
        -ms-transform: translateY(-2px);
            transform: translateY(-2px);
  }

  .discount__card-tag {
    padding: 4px 8px;
    border: 1px solid #F3DA4D;
  }

  .about__cards-title {
    margin-top: 20px;
  }

  .about__grid {
    margin-top: 15px;
    gap: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .about__competence-title {
    margin-top: 20px;
  }

  .about__competence-description {
    margin-top: 15px;
  }

  .about__competence {
    margin-top: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0px;
  }

  .about__partners-title {
    margin-top: 20px;
  }

  .about__partners-grid {
    margin-top: 15px;
    background-color: transparent;
    padding: 0px;
    overflow: auto;
    border-radius: 0px;
  }

  .about__partners-card {
    background-color: #FDFBE4;
    padding: 12px;
    border-radius: 10px;
    height: 60px;
    width: 120px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }

  .about__card {
    padding: 10px 15px;
  }

  .about__card-title {
    margin-bottom: 0px;
  }

  .about__partners-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}