/*! 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 {
  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 */
  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 {
  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"] {
  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: 'Raleway';
  src: local("Raleway Light"), local("Raleway-Light"), url("../fonts/Raleway/Raleway-Light.woff2") format("woff2"), url("../fonts/Raleway/Raleway-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

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

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

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

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

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

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

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: "Raleway", sans-serif;
  font-size: 0.520835vw;
  font-style: normal;
  font-weight: normal;
  font-feature-settings: 'pnum' on, 'lnum' on;
  -webkit-animation: bugfix infinite 1s;
  line-height: 1.2;
  margin: 0;
  padding: 0;
}

body {
  font-style: normal;
  font-weight: normal;
  font-feature-settings: 'pnum' on, 'lnum' on;
  -webkit-animation: bugfix infinite 1s;
  line-height: 1.2;
  margin: 0;
  padding: 0;
  color: #101010;
  background-color: #FFFFFF;
}

input,
textarea {
  -webkit-animation: bugfix infinite 1s;
  line-height: inherit;
  margin: 0;
  padding: 0;
}

a {
  color: unset;
}

a,
a:hover {
  text-decoration: none;
}

button,
input,
a,
textarea {
  outline: none;
  cursor: pointer;
  font: inherit;
}

button:focus,
button:active,
input:focus,
input:active,
a:focus,
a:active,
textarea:focus,
textarea:active {
  outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font: inherit;
  margin: 0;
  padding: 0;
}

p {
  margin-top: 0;
  margin-bottom: 0;
}

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

ul,
ol {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

ul li,
ol li {
  margin: 0;
  padding: 0;
}

.container {
  width: 129.6rem;
  margin: 0 auto;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

:focus {
  outline-style: none;
  outline-width: 0 !important;
  outline-color: none !important;
}

.mobile {
  display: none !important;
}

.o-hidden {
  overflow: hidden;
}

.d-none {
  display: none !important;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  padding: 2rem 0;
  transition: background-color 0.25s;
}

.header_scroll {
  background-color: #101010;
}

.header__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header__logo {
  width: 16.5rem;
}

.header__nav {
  margin-left: auto;
  margin-right: 8.2rem;
}

.header__phone {
  margin-top: -2rem;
}

.header__phone.button {
  height: 8rem;
  border-radius: 0 0 2rem 2rem;
  box-shadow: none;
}

.header__phone-text {
  font-size: 2.4rem;
  text-transform: uppercase;
}

.logo {
  display: inline-block;
}

.nav__list {
  display: flex;
  align-items: center;
}

.nav__list li {
  font-size: 1.8rem;
  font-weight: 600;
  color: #ffffff;
  text-transform: uppercase;
  font-feature-settings: normal;
}

.nav__list li:not(:last-child) {
  margin-right: 4.2rem;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 6rem;
  padding: 0 2.4rem;
  border: none;
  border-radius: .8rem;
  background-color: #101010;
  font-size: 2rem;
  font-weight: 700;
  color: #ffffff;
  transition: all 0.25s;
  box-shadow: 0 2rem 4rem rgba(0, 0, 0, 0.2);
}

.button:hover {
  background-color: #262626;
}

.button:active {
  background-color: #101010;
}

.button_primary {
  background-color: #6a8054;
  color: #101010;
  box-shadow: 0 2rem 4rem rgba(106, 128, 84, 0.3);
}

.button_primary:hover {
  background-color: #FFB633;
}

.button_primary:active {
  background-color: #6a8054;
}

.burger {
  display: none;
}

.title {
  font-size: 6.4rem;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 4rem;
}

.hero {
  padding: 25rem 0 5.4rem;
  background-color: #101010;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.hero .container {
  z-index: 2;
  position: relative;
}

.hero__info-main {
  color: #fff;
  font-size: 7.4rem;
  display: flex;
  flex-direction: column;
  margin-bottom: 25rem;
}

.hero__figure {
  position: absolute;
  top: 18rem;
  left: 0;
  width: 31.2rem;
  z-index: -1;
  pointer-events: none;
}

.hero__img {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  z-index: 0;
  pointer-events: none;
}

.hero__img::before {
  content: '';
  background-color: #000;
  opacity: 0.6;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  position: absolute;
}

.hero__text {
  padding: 11.4rem 0 10.2rem;
}

.hero__suptitle {
  display: inline-block;
  font-size: 17.1rem;
  font-weight: 900;
  line-height: .9;
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 1.7rem;
  transform: translateX(4.5rem);
}

.hero__title {
  display: inline-block;
  padding: 2rem;
  background-color: #6a8054;
  border-radius: 2rem;
  font-size: 11rem;
  font-weight: 900;
  line-height: .9;
  text-transform: uppercase;
  transform: rotate(-2.65deg);
  margin-bottom: 4.4rem;
}

.hero__subtitle {
  display: inline-block;
  font-size: 8.4rem;
  font-weight: 900;
  line-height: .9;
  color: transparent;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  -webkit-text-stroke: 2px #ffffff;
  transform: rotate(3.24deg) translateX(24.5rem);
}

.hero__info {
  display: flex;
  justify-content: space-between;
  padding-right: 2.7rem;
  margin-bottom: 5rem;
}

.hero__info-item {
  flex-basis: 0;
}

.hero__info-title {
  white-space: nowrap;
  font-size: 7.4rem;
  font-weight: 900;
  line-height: 0.9;
  text-transform: uppercase;
  color: #6a8054;
  margin-bottom: 2.4rem;
}

.hero__info-text {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.15;
  color: #ffffff;
}

.hero__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2rem 2rem 2rem 18rem;
  background-color: #ffffff;
  box-shadow: 0 2.4rem 6rem -2rem rgba(0, 0, 0, 0.25);
  border-radius: 2rem;
  position: relative;
}

.hero__bottom-img {
  position: absolute;
  top: 50%;
  left: 2rem;
  transform: translateY(-50%);
  width: 14rem;
  pointer-events: none;
}

.hero__bottom-title {
  width: 48%;
  font-size: 3.4rem;
  font-weight: 800;
}

.hero__bottom-button {
  width: 49.2rem;
  height: 10rem;
  font-size: 2.8rem;
}

.services {
  padding: 12.6rem 0 10rem;
  background-color: #6a8054;
}

.services__title {
  margin-bottom: 3rem;
}

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

.services__item {
  display: flex;
  align-items: center;
  padding: 1.8rem 8rem 1.8rem 1.8rem;
  border: 0.2rem solid #101010;
  border-radius: 2rem;
  position: relative;
  z-index: 1;
}

.services__items {
  width: 63.6rem;
}

.services__item::after {
  content: '';
  position: absolute;
  top: 2rem;
  right: 2rem;
  width: 2.8rem;
  height: 2.8rem;
  border-radius: 50%;
  background-image: url(../img/svg/check.svg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
}

.services__item:not(:last-child) {
  margin-bottom: 1rem;
}

.services__item-img {
  width: 10rem;
  height: 10rem;
  border-radius: 50%;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  margin-right: 4rem;
}

.services__item-img img {
  width: 5.4rem;
}

.services__item-title {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.17;
}

.services__right {
  width: 64.2rem;
  position: relative;
  z-index: 1;
}

.services__right::after {
  content: '';
  position: absolute;
  top: -8.9rem;
  right: -6.3rem;
  width: 17.6rem;
  height: 17.6rem;
  background-image: url(../img/content/services-figure.png);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
}

.services__form {
  padding: 6.2rem 12.6rem;
  background-color: #ffffff;
  box-shadow: 0 2.4rem 6rem -2rem rgba(0, 0, 0, 0.25);
  border-radius: 2rem;
  margin-bottom: 1rem;
}

.services__ticker {
  padding: 4.5rem 0;
  background-color: #101010;
  border-radius: 2rem;
  box-shadow: 0 2.4rem 6rem -2rem rgba(0, 0, 0, 0.25);
}

.services__ticker-wrapper {
  transition-timing-function: linear;
}

.services__ticker-item {
  width: auto;
  display: flex;
  align-items: center;
}

.services__ticker-item:not(:last-child) {
  margin-right: 8rem;
}

.services__ticker-elem {
  flex-shrink: 0;
  width: auto;
  height: 5rem;
}

.services__ticker-elem:not(:last-child) {
  margin-right: 8rem;
}

.services__ticker-elem img {
  height: 100%;
  object-fit: contain;
}

.form {
  text-align: center;
  display: flex;
  justify-content: center;
}

.form__heading {
  margin-bottom: 4rem;
}

.form__title {
  font-size: 3.1rem;
  font-weight: 800;
  text-transform: uppercase;
}

.form__subtitle {
  width: 75%;
  font-size: 1.8rem;
  font-weight: 500;
  margin: 2rem auto 0;
}

.form__content {
  margin-bottom: 4rem;
}

.form .label {
  display: inline-flex;
  width: 100%;
  height: 4.3rem;
  position: relative;
  z-index: 1;
  cursor: pointer;
}

.form .label:not(:last-child) {
  margin-bottom: 2.4rem;
}

.form input {
  width: 100%;
  height: 100%;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #101010;
  border-radius: 0;
  appearance: none;
  font-size: 2.6rem;
  position: relative;
}

.form input::placeholder {
  color: #666666;
}

.form__button {
  margin-bottom: 3rem;
}

.form__privacy {
  font-size: 1.2rem;
  text-align: center;
}

.form__privacy a {
  text-decoration: underline;
}

.offer {
  padding: 12rem 0;
}

.offer__title {
  padding-right: 25rem;
}

.offer__content {
  position: relative;
  margin-bottom: 4rem;
}

.offer__content::before {
  content: '';
  position: absolute;
  top: -17.3rem;
  right: -2.9rem;
  width: 27.8rem;
  height: 20.4rem;
  background-image: url(../img/content/offer-img.png);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  mix-blend-mode: darken;
  pointer-events: none;
  z-index: 2;
}

.offer__content-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 3.7rem 4.8rem 3.7rem 4rem;
  background-color: #F3F3F3;
  border-radius: 2rem;
  margin-bottom: -4rem;
  position: relative;
  z-index: 1;
}

.offer__content-top-text {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.17;
}

.offer__content-top-arrow {
  width: 34.1rem;
  flex-shrink: 0;
  margin: 0 auto;
}

.offer__content-top-percent {
  font-size: 5.2rem;
  font-weight: 800;
  margin-right: 1rem;
}

.offer__content-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5.3rem 4rem 1.4rem;
  background-color: #6a8054;
  border-radius: 2rem;
}

.offer__content-bottom-text {
  font-size: 3.8rem;
  font-weight: 900;
  text-transform: uppercase;
}

.offer__content-bottom-price {
  font-size: 3.8rem;
  font-weight: 700;
  text-transform: uppercase;
}

.offer__content-bottom-price span {
  font-size: 12rem;
  font-weight: 300;
  margin-left: 2.2rem;
}

.offer__button {
  width: 100%;
  height: 9rem;
  font-size: 2.4rem;
}

.cooperation {
  padding: 2rem 0 6rem;
  overflow: hidden;
}

.cooperation__ticker {
  overflow: visible;
}

.cooperation__ticker-wrapper {
  transition-timing-function: linear;
}

.cooperation__ticker-item {
  width: auto;
  display: flex;
  align-items: center;
}

.cooperation__ticker-item:not(:last-child) {
  margin-right: 15rem;
}

.cooperation__ticker-elem {
  flex-shrink: 0;
  width: auto;
  height: 10.4rem;
}

.cooperation__ticker-elem.w-shadow {
  filter: drop-shadow(0 1rem 2rem rgba(253, 163, 0, 0.3));
}

.cooperation__ticker-elem:not(:last-child) {
  margin-right: 15rem;
}

.cooperation__ticker-elem img {
  height: 100%;
  object-fit: contain;
}

.portfolio {
  padding: 12.1rem 0 12rem;
  padding-top: 0;
}

.portfolio__item {
  background-color: #ffffff;
  border: 1px solid #000;
  border-radius: 2rem;
}

.portfolio__item.active .portfolio__item-arrow {
  transform: rotate(-180deg);
}

.portfolio__item:not(:last-child) {
  margin-bottom: 2rem;
}

.portfolio__item-heading {
  margin: -1px;
  padding: 4rem 6rem 4rem 4rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 2rem;
  overflow: hidden;
  position: relative;
  z-index: 1;
  color: #ffffff;
  cursor: pointer;
}

.portfolio__item-heading-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.portfolio__item-heading-bg img {
  height: 100%;
  object-fit: cover;
}

.portfolio__item-text {
  max-width: 65%;
}

.portfolio__item-logo {
  display: inline-block;
  width: auto;
  height: 3.2rem;
  margin-bottom: 4.5rem;
}

.portfolio__item-logo img {
  height: 100%;
  object-fit: contain;
}

.portfolio__item-title {
  font-size: 3.8rem;
  font-weight: 500;
  color: #000;
}

.portfolio__item-arrow {
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #6a8054;
  transition: all 0.25s;
}

.portfolio__item-arrow img {
  width: 1.8rem;
}

.portfolio__item-dropdown {
  display: none;
  padding: 4rem;
}

.portfolio__item-dropdown p {
  font-size: 2rem;
  font-weight: bold;
}

.portfolio__item-group:not(:last-child) {
  margin-bottom: 4rem;
}

.portfolio__item-group-heading {
  position: relative;
  z-index: 1;
  margin-bottom: 1rem;
}

.portfolio__item-group-heading::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  height: 1px;
  background-color: #6a8054;
  z-index: -1;
}

.portfolio__item-group-text {
  font-size: 2rem;
}

.portfolio__item-group-text p {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.4;
  position: relative;
  margin-bottom: 1rem;
}

.portfolio__item-group-price {
  font-size: 2.5rem;
  font-weight: bold;
  margin: 3rem 0;
}

.portfolio__item-group-title {
  padding: 1rem 2rem;
  background-color: #6a8054;
  border-radius: 1rem;
  display: inline-block;
  font-size: 1.8rem;
  font-weight: 700;
  color: #fff;
}

.list {
  padding-left: 1.6rem;
}

.list li {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.4;
  position: relative;
}

.list li::before {
  content: '';
  position: absolute;
  top: 1rem;
  left: -1.6rem;
  width: .6rem;
  height: .6rem;
  border-radius: 50%;
  background-color: #101010;
}

.list li:not(:last-child) {
  margin-bottom: 1rem;
}

.list li.attention::before {
  display: none;
}

.list_checked {
  margin-top: -.2rem;
  padding-left: 2.8rem;
}

.list_checked > li:not(:last-child) {
  margin-bottom: 2rem;
}

.list_checked > li::before {
  top: .6rem;
  left: -2.8rem;
  background-color: transparent;
  width: 2.8rem;
  height: 2.8rem;
  border-radius: 50%;
  background-image: url(../img/svg/check.svg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 1.5rem;
  height: 1.5rem;
}

.list_checked > li .list {
  margin: 1rem 0;
}

.list_checked > li .list li {
  font-size: 1.6rem;
}

.work {
  padding: 10rem 0 9.4rem;
  background-color: #101010;
  position: relative;
  z-index: 1;
}

.work:after {
  content: '';
  position: absolute;
  top: 16.1rem;
  left: -7.4rem;
  width: 23.6rem;
  height: 21rem;
  background-image: url(../img/content/work-figure.png);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
  pointer-events: none;
}

.work__title {
  color: #ffffff;
  text-align: center;
  margin-bottom: 1.5rem;
}

.work__graph {
  width: 102%;
  height: 63rem;
  pointer-events: none;
  position: relative;
  left: 51%;
  transform: translateX(-50%);
}

.work__graph img {
  height: 100%;
  object-fit: contain;
}

.video {
  position: relative;
}

.video.active .video__heading,
.video.active .video__poster {
  display: none;
}

.video.active .video__block {
  display: block;
}

.video__content {
  height: 108rem;
  position: relative;
  z-index: 1;
}

.video__heading {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #ffffff;
}

.video__text {
  margin-top: -10rem;
}

.video__subtitle {
  font-size: 2.4rem;
  font-weight: 500;
  margin-bottom: 7rem;
}

.video__play {
  display: inline-block;
  width: 17rem;
  height: 17rem;
  border-radius: 50%;
  overflow: hidden;
}

.video__play img {
  height: 100%;
  object-fit: contain;
}

.video__poster {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

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

.video__block {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video__block iframe {
  width: 100%;
  height: 100%;
}

.questions {
  padding: 14rem 0 12rem;
}

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

.questions__text {
  width: 47%;
}

.questions__heading {
  margin-bottom: 2rem;
}

.questions__title {
  display: inline;
  position: relative;
  margin-bottom: 0;
  font-size: 4rem;
}

.questions__logo {
  width: 26.5rem;
  margin-bottom: 4rem;
}

.questions__description {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.4;
}

.questions__description p:not(:last-child) {
  margin-bottom: 2rem;
}

.questions__card {
  width: 52.6rem;
  background-color: #6a8054;
  border-radius: 2rem;
  height: max-content;
}

.questions__card-img {
  width: 100%;
  height: 45.9rem;
  border-radius: inherit;
  overflow: hidden;
}

.questions__card-text {
  padding: 4rem;
  display: flex;
  justify-content: center;
}

.questions__card-title {
  font-size: 3.8rem;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 2rem;
}

.questions__card-description {
  width: 80%;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 4rem;
}

.analysis {
  padding: 8rem 0;
  background-color: #6a8054;
}

.analysis__content {
  display: flex;
  justify-content: space-between;
  margin-bottom: 4rem;
}

.analysis__title {
  width: 65%;
  margin-bottom: 0;
}

.analysis__card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 42.8rem;
  height: 100%;
  padding: 4rem 4rem 4.8rem;
  background-color: #ffffff;
  border-radius: 2rem;
  box-shadow: 0 2.4rem 6rem -2rem rgba(0, 0, 0, 0.25);
}

.analysis__card-img {
  width: 17.7rem;
  height: 18rem;
  margin-bottom: 1.4rem;
}

.analysis__card-img img {
  height: 100%;
  object-fit: contain;
}

.analysis__card-title {
  text-align: center;
  font-size: 2.4rem;
  font-weight: 700;
}

.analysis__button {
  width: 100%;
  height: 9rem;
  font-size: 2.4rem;
}

.footer {
  background-color: #101010;
  color: #ffffff;
}

.footer__content {
  display: flex;
  justify-content: space-between;
  padding: 10rem 10rem 8rem 0;
  position: relative;
}

.footer__content::after {
  content: '';
  position: absolute;
  top: -4.2rem;
  right: -7rem;
  width: 15.5rem;
  height: 14.2rem;
  background-image: url(../img/content/footer-figure.png);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
}

.footer__logo {
  width: 24.7rem;
  margin-bottom: 3.8rem;
}

.footer__social {
  display: flex;
}

.footer__social-item {
  width: 6.8rem;
  height: 6.8rem;
  border-radius: 50%;
  background-color: #6a8054;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.25s;
}

.footer__social-item:hover {
  background-color: #FFB633;
}

.footer__social-item:active {
  background-color: #6a8054;
}

.footer__social-item:not(:last-child) {
  margin-right: 3.8rem;
}

.footer__social-item img {
  width: 4rem;
}

.footer__info {
  display: flex;
}

.footer__group {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.footer__group:not(:last-child) {
  margin-right: 10.6rem;
}

.footer__group-title {
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 2rem;
  color: #666666;
}

.footer__list li {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.4;
}

.footer__list li:not(:last-child) {
  margin-bottom: 1rem;
}

.footer__link {
  display: inline-block;
  font-size: 3.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.footer__address {
  margin-top: auto;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.8;
  margin-bottom: 2rem;
  color: #666666;
}

.footer__cards {
  width: 50rem;
}

.footer__cards img {
  width: 100%;
  height: auto;
}

.footer__bottom {
  border-top: 1px solid #373737;
  padding: 2rem 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer__copy {
  font-size: 1.8rem;
  font-weight: 500;
}

.footer__privacy {
  display: flex;
  align-items: center;
}

.footer__privacy-item {
  display: inline-block;
  font-size: 1.4rem;
  color: #666666;
}

.footer__privacy-item:not(:last-child) {
  margin-right: 3rem;
}

.footer__left span {
  display: none;
}

.popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(16, 16, 16, 0.7);
  backdrop-filter: blur(0.5rem);
  z-index: 110;
  overflow-y: auto;
  overflow-x: hidden;
}

.popup_active {
  display: block;
}

.popup__wrap {
  min-height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 3rem;
}

.popup__close {
  position: absolute;
  display: inline-block;
  top: 2rem;
  right: 2rem;
  width: 2.4rem;
  cursor: pointer;
  z-index: 1;
}

.popup__content {
  width: 51rem;
  padding: 6rem;
  background-color: #ffffff;
  border-radius: 2rem;
  box-shadow: 0 2.4rem 6rem -2rem rgba(0, 0, 0, 0.25);
  position: relative;
  z-index: 1;
}

.popup__content .form__heading {
  padding: 0 2rem;
  margin-bottom: 3.4rem;
}

.popup_thanks .popup__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 59.75rem;
}

.popup_thanks .popup__content .form__heading {
  margin-bottom: 0;
}

@media (max-width: 48em) {
  html {
    font-size: 5px;
    font-size: 1.5625vw;
    font-size: 1.33333vw;
    -webkit-text-size-adjust: none;
  }

  body {
    -webkit-text-size-adjust: none;
  }

  .container {
    padding: 0 3rem;
    width: 100%;
  }

  .desktop {
    display: none !important;
  }

  .mobile {
    display: block !important;
  }

  .header {
    padding: 0;
  }

  .header .container {
    padding: 0;
  }

  .header_scroll {
    background-color: transparent;
  }

  .header_scroll .header__content {
    background-color: #101010;
  }

  .header_active .header__content {
    background-color: #101010;
  }

  .header_active .header__phone {
    opacity: 0;
    pointer-events: none;
  }

  .header__content {
    padding: 3rem;
    transition: background-color 0.25s;
  }

  .header__logo {
    width: 27.6rem;
  }

  .header__nav {
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100vh;
    z-index: -1;
    transform: translateY(-150%);
    transition: all .5s ease;
    padding: 39.6rem 3rem 18rem;
    background-color: #101010;
    overflow-x: hidden;
    overflow-y: auto;
  }

  .header__nav_active {
    transform: translateY(0%);
  }

  .header__nav .nav__list {
    margin-bottom: 26.4rem;
  }

  .header__contacts {
    text-align: center;
    color: #ffffff;
  }

  .header__contacts-link {
    display: inline-block;
    font-size: 4.8rem;
    font-weight: 700;
    margin-bottom: 1.8rem;
  }

  .header__contacts-address {
    margin-top: 2rem;
    font-size: 3.2rem;
    font-weight: 500;
    line-height: 1.4;
  }

  .header__phone {
    margin-top: -3rem;
    margin-right: 3rem;
    margin-left: auto;
    transition: opacity 0.25s;
    right: 0;
    position: absolute;
    top: 20rem;
    transform: rotate(90deg);
    margin-right: 0;
  }

  .header__phone.button {
    width: 10.4rem;
    height: 13rem;
    padding: 2.4rem 2rem 0;
    border-radius: 0 0 4rem 4rem;
  }

  .header__phone-img {
    width: 4.8rem;
    flex-shrink: 0;
    transform: rotate(-90deg);
  }

  .nav__list {
    display: block;
    text-align: center;
  }

  .nav__list li {
    font-size: 5.6rem;
  }

  .nav__list li:not(:last-child) {
    margin-right: 0;
    margin-bottom: 11.9rem;
  }

  .button {
    width: 100%;
    height: 9.4rem;
    padding: 0 4.8rem;
    border-radius: 1.6rem;
    font-size: 3.2rem;
  }

  .burger {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 8.8rem;
    height: 8.8rem;
    flex-shrink: 0;
    position: relative;
    z-index: 1;
  }

  .burger span {
    width: 4rem;
    height: .4rem;
    background-color: #ffffff;
    border-radius: 2rem;
    transition: all 0.25s;
  }

  .burger span:nth-child(1),
  .burger span:nth-child(2) {
    margin-bottom: 1.2rem;
  }

  .burger_active span:nth-child(1) {
    transform: rotate(45deg);
    margin-bottom: -.2rem;
  }

  .burger_active span:nth-child(2) {
    transform: rotate(-45deg);
    margin-bottom: 0;
    margin-top: -.2rem;
  }

  .burger_active span:nth-child(3) {
    display: none;
  }

  .title {
    font-size: 7.6rem;
    line-height: 0.9;
  }

  .hero {
    padding: 25rem 0 8rem;
  }

  .hero__img {
    height: 50rem;
  }

  .hero__img picture {
    display: flex;
    justify-content: end;
    height: 100%;
  }

  .hero__img picture img {
    height: 100%;
    width: auto;
  }

  .hero__info-main {
    margin-bottom: 10rem;
  }

  .hero__text {
    padding: 18rem 0 11rem;
  }

  .hero__suptitle {
    font-size: 14.2rem;
    margin-bottom: 1rem;
    transform: translateX(2rem);
  }

  .hero__title {
    padding: 4rem;
    border-radius: 4rem;
    font-size: 6.4rem;
    margin-left: 1.4rem;
    margin-bottom: -.8rem;
  }

  .hero__subtitle {
    font-size: 7.6rem;
    transform: rotate(3.24deg) translateX(19.5rem);
  }

  .hero__info {
    flex-direction: column;
    justify-content: flex-start;
    padding: 0 12rem;
    margin-bottom: 0rem;
  }

  .hero__info-item {
    flex-basis: auto;
    text-align: center;
  }

  .hero__info-item:nth-child(2) {
    order: +1;
  }

  .hero__info-item:nth-child(4) {
    order: +1;
  }

  .hero__info-item:not(:last-child) {
    margin-bottom: 4rem;
  }

  .hero__info-title {
    font-size: 5.8rem;
    margin-bottom: 2.8rem;
  }

  .hero__info-text {
    font-size: 3.2rem;
    line-height: 1.19;
  }

  .hero__bottom {
    display: block;
    padding: 4rem;
    border-radius: 4rem;
  }

  .hero__bottom-img {
    top: 2rem;
    left: auto;
    right: 0;
    transform: none;
    width: 21.4rem;
  }

  .hero__bottom-title {
    width: 65%;
    font-size: 4.4rem;
    line-height: 1.18;
    margin-bottom: 4.8rem;
  }

  .hero__bottom-button {
    width: 100%;
    height: 12rem;
    font-size: 4rem;
  }

  .services {
    padding: 12rem 0;
  }

  .services__title {
    margin-bottom: 4rem;
  }

  .services__content {
    display: block;
  }

  .services__item {
    padding: 1.6rem;
    border-width: 2px;
    border-radius: 4rem;
  }

  .services__items {
    width: 100%;
    margin-bottom: 4rem;
  }

  .services__item::after {
    content: none;
  }

  .services__item:not(:last-child) {
    margin-bottom: 2rem;
  }

  .services__item-img {
    width: 12rem;
    height: 12rem;
    margin-right: 2rem;
  }

  .services__item-img img {
    width: 6.4rem;
  }

  .services__item-title {
    font-size: 4rem;
    line-height: 1.15;
  }

  .services__right {
    width: 100%;
  }

  .services__right::after {
    content: none;
  }

  .services__form {
    padding: 6rem 6.6rem;
    border-radius: 4rem;
    margin-bottom: 4rem;
  }

  .services__ticker {
    padding: 4rem 0;
    border-radius: 4rem;
  }

  .services__ticker-elem {
    height: 10rem;
  }

  .form__heading {
    margin-bottom: 4.5rem;
  }

  .form__title {
    font-size: 6.2rem;
  }

  .form__subtitle {
    font-size: 3.6rem;
    margin: 4rem auto 0;
  }

  .form__content {
    margin-bottom: 6rem;
  }

  .form .label {
    height: 6.8rem;
  }

  .form .label:not(:last-child) {
    margin-bottom: 5rem;
  }

  .form input {
    font-size: 3.6rem;
  }

  .form__button {
    margin-bottom: 6rem;
  }

  .form__privacy {
    padding: 0 3rem;
    font-size: 2.4rem;
  }

  .offer__title {
    padding-right: 0;
  }

  .offer__content::before {
    top: -12rem;
    right: -1.5rem;
    width: 24.8rem;
    height: 18rem;
  }

  .offer__content-top {
    display: block;
    padding: 4rem 8rem 4rem 4rem;
    border-radius: 4rem;
    margin-bottom: -8rem;
  }

  .offer__content-top-text {
    font-size: 3.6rem;
  }

  .offer__content-top-arrow {
    display: none;
  }

  .offer__content-top-percent {
    font-size: 10.4rem;
    margin-right: 0;
    margin: 1.8rem 0;
  }

  .offer__content-bottom {
    display: block;
    text-align: center;
    padding: 12rem 6rem 4rem;
    border-radius: 4rem;
  }

  .offer__content-bottom-text {
    font-size: 6.2rem;
    font-weight: 800;
    margin-bottom: 3.8rem;
  }

  .offer__content-bottom-price {
    font-size: 5.8rem;
    font-weight: 400;
  }

  .offer__content-bottom-price span {
    font-size: 10.2rem;
    margin-left: 2.2rem;
  }

  .offer__button {
    height: 9.4rem;
    font-size: 3.2rem;
  }

  .cooperation {
    padding: 4rem 0 6rem;
  }

  .cooperation__ticker-item:not(:last-child) {
    margin-right: 10rem;
  }

  .cooperation__ticker-elem {
    height: 20.8rem;
  }

  .cooperation__ticker-elem:not(:last-child) {
    margin-right: 10rem;
  }

  .portfolio {
    padding: 10rem 0 10rem;
  }

  .portfolio__item:not(:last-child) {
    margin-bottom: 2.2rem;
  }

  .portfolio__item-heading {
    margin: 0;
    min-height: 10rem;
    padding: 1.9rem 2rem;
    border-radius: 4rem;
  }

  .portfolio__item-text {
    max-width: 80%;
  }

  .portfolio__item-logo {
    height: 4.4rem;
    margin-bottom: 6rem;
  }

  .portfolio__item-title {
    font-size: 3.8rem;
  }

  .portfolio__item-dropdown {
    padding: 4rem;
  }

  .portfolio__item-dropdown p {
    font-size: 3.2rem;
  }

  .portfolio__item-group:not(:last-child) {
    margin-bottom: 5.8rem;
  }

  .portfolio__item-group-heading {
    margin-bottom: 4rem;
  }

  .portfolio__item-group-title {
    padding: 2rem 4rem;
    border-radius: 2rem;
    font-size: 3.6rem;
  }

  .list {
    padding-left: 3.2rem;
  }

  .list li {
    font-size: 3.2rem;
    line-height: 1.375;
  }

  .list li::before {
    top: 1.6rem;
    left: -3.2rem;
    width: 1.2rem;
    height: 1.2rem;
  }

  .list li:not(:last-child) {
    margin-bottom: 2rem;
  }

  .list_checked {
    margin-top: 0;
    padding-left: 5.5rem;
  }

  .list_checked > li:not(:last-child) {
    margin-bottom: 4rem;
  }

  .list_checked > li::before {
    top: .6rem;
    left: -5.5rem;
    width: 3rem;
    height: 3rem;
  }

  .list_checked > li .list {
    margin: 2rem 0;
  }

  .list_checked > li .list li {
    font-size: 3.2rem;
  }

  .work {
    padding: 8rem 0 5rem;
  }

  .work:after {
    top: 4rem;
    left: -6.2rem;
    width: 18.2rem;
    height: 16.1rem;
  }

  .work__title {
    margin-bottom: -1rem;
  }

  .work__graph {
    width: 107.5%;
    height: 88rem;
    left: 50%;
  }

  .video {
    padding-top: 12rem;
  }

  .video.active .video__heading {
    display: block;
  }

  .video__content {
    height: 42rem;
  }

  .video__heading {
    position: static;
    display: block;
    height: auto;
    color: #101010;
    margin-bottom: 3.6rem;
  }

  .video__text {
    margin: 0;
  }

  .video__subtitle {
    font-size: 2.8rem;
    margin-bottom: 0;
  }

  .video__play {
    width: 18rem;
    height: 18rem;
  }

  .video__play.mobile {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .questions {
    padding: 16rem 0;
    padding-bottom: 0;
  }

  .questions__content {
    display: block;
  }

  .questions__text {
    width: 100%;
    margin-bottom: 5.6rem;
  }

  .questions__title {
    display: inline-block;
    margin-bottom: 3rem;
  }

  .questions__title::after {
    width: 100%;
  }

  .questions__logo {
    width: 53rem;
    margin-bottom: 6rem;
  }

  .questions__description {
    font-size: 3.2rem;
  }

  .questions__card {
    width: 100%;
    border-radius: 4rem;
  }

  .questions__card-img {
    height: 63rem;
  }

  .questions__card-title {
    font-size: 6.2rem;
    font-weight: 800;
  }

  .questions__card-description {
    font-size: 3.2rem;
    margin-bottom: 7.5rem;
  }

  .questions__card-button {
    height: 12rem;
    font-size: 4rem;
  }

  .analysis__content {
    display: block;
    margin-bottom: 2rem;
  }

  .analysis__title {
    width: 100%;
    line-height: 1;
    margin-bottom: 4rem;
  }

  .analysis__card {
    width: 100%;
    height: auto;
    padding: 8rem 4rem 9.6rem;
    border-radius: 4rem;
  }

  .analysis__card-img {
    width: 35.4rem;
    height: 36rem;
    margin-bottom: 2.8rem;
  }

  .analysis__card-title {
    font-size: 4.8rem;
  }

  .analysis__button {
    height: 9.4rem;
  }

  .footer__content {
    display: flex;
    flex-direction: column;
    padding: 8rem 0;
  }

  .footer__content::after {
    content: none;
  }

  .footer__left {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-bottom: 8rem;
    order: 0;
    margin-bottom: 10rem;
  }

  .footer__left span {
    display: block;
    font-size: 4.2rem;
    margin-bottom: 4rem;
    color: #fff;
  }

  .footer__logo {
    width: 27.6rem;
    margin-bottom: 0;
    margin-right: 3rem;
  }

  .footer__social-item {
    width: 12rem;
    height: 12rem;
  }

  .footer__social-item:not(:last-child) {
    margin-right: 3.8rem;
  }

  .footer__social-item img {
    width: 6.8rem;
  }

  .footer__info {
    display: block;
    order: 1;
  }

  .footer__group {
    display: block;
  }

  .footer__group:not(:last-child) {
    margin-right: 0;
    margin-bottom: 7.5rem;
  }

  .footer__group-title {
    font-size: 4.4rem;
    margin-bottom: 4rem;
  }

  .footer__list li {
    font-size: 3.2rem;
  }

  .footer__list li:not(:last-child) {
    margin-bottom: 2rem;
  }

  .footer__link {
    font-size: 7rem;
    margin-bottom: 2rem;
  }

  .footer__address {
    margin-top: 5.5rem;
    font-size: 3.6rem;
  }

  .footer__bottom {
    padding: 4rem 0;
    display: block;
    text-align: center;
  }

  .footer__copy {
    font-size: 3.6rem;
    margin-bottom: 5rem;
  }

  .footer__privacy {
    display: block;
  }

  .footer__privacy-item {
    font-size: 2.8rem;
  }

  .footer__privacy-item:not(:last-child) {
    margin-right: 0;
    margin-bottom: 2.7rem;
  }

  .footer__cards {
    width: 100%;
    margin: 10rem 0;
  }

  .popup__wrap {
    padding: 6rem 3rem;
  }

  .popup__close {
    top: 4rem;
    right: 4rem;
    width: 4.8rem;
  }

  .popup__content {
    width: 100%;
    padding: 12rem 6rem;
    border-radius: 4rem;
  }

  .popup__content .form__heading {
    width: 115%;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    padding: 0;
    margin-bottom: 4.6rem;
  }

  .popup__content .form__content {
    margin-bottom: 8rem;
  }

  .popup_thanks .popup__content {
    min-height: 114.2rem;
  }

  .popup_thanks .popup__content .form__heading {
    margin-bottom: 0;
  }
}
/*# sourceMappingURL=maps/main.css.map */
