@charset "UTF-8";
/*! 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.
 */
/* NORMALIZATION */
/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

h1 {
  font-size: 2em;
}

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

/* CSS-ZERO-RULES */
/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p {
  margin: 0;
}

/* Set core body defaults */
.body {
  min-width: 320px;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  /* text-rendering: optimizeLegibility; */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
}

.red-line {
  margin-top: 48px;
  width: 80px;
  height: 2px;
  background-color: #F05555;
}
@media screen and (max-width: 960px) {
  .red-line {
    margin-top: 32px;
  }
}
@media screen and (max-width: 640px) {
  .red-line {
    margin-top: 24px;
  }
}

.black-background {
  background-color: #171717;
}
.light-mode .black-background {
  background-color: #FBFBFB;
}

@font-face {
  font-family: "Montserrat";
  src: url("/fonts/Montserrat-Light.woff2") format("woff2"), url("/fonts/Montserrat-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("/fonts/Montserrat-Regular.woff2") format("woff2"), url("/fonts/Montserrat-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("/fonts/Montserrat-Medium.woff2") format("woff2"), url("/fonts/Montserrat-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("/fonts/Montserrat-SemiBold.woff2") format("woff2"), url("/fonts/Montserrat-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Raleway";
  src: url("/fonts/Raleway-Regular.woff2") format("woff2"), url("/fonts/Raleway-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Raleway";
  src: url("/fonts/Raleway-Medium.woff2") format("woff2"), url("/fonts/Raleway-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Raleway";
  src: url("/fonts/Raleway-SemiBold.woff2") format("woff2"), url("/fonts/Raleway-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
.button, .number, .lead-title, .h5, .h4, .h3, .h2, .h1 {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-weight: 500;
  color: #ECECEC;
}

.fact, .text-s, .text, .lead-text {
  font-family: "Raleway", Arial, Helvetica, sans-serif;
  color: #ADADAD;
}

.h1 {
  font-size: 64px;
  line-height: 1.1;
}
@media screen and (max-width: 1200px) {
  .h1 {
    font-size: 54px;
  }
}
@media screen and (max-width: 640px) {
  .h1 {
    font-size: 34px;
  }
}
.light-mode .h1 {
  color: #020202;
}

.h2 {
  font-size: 62px;
  line-height: 1.2;
}
@media screen and (max-width: 1200px) {
  .h2 {
    font-size: 42px;
  }
}
@media screen and (max-width: 640px) {
  .h2 {
    font-size: 28px;
  }
}
.light-mode .h2 {
  color: #020202;
}

.h3 {
  font-size: 34px;
  line-height: 1.3;
  font-weight: 400;
}
@media screen and (max-width: 1200px) {
  .h3 {
    font-size: 24px;
  }
}
@media screen and (max-width: 640px) {
  .h3 {
    font-size: 20px;
  }
}
.light-mode .h3 {
  color: #242424;
}

.h4 {
  font-size: 30px;
  line-height: 1.3;
  font-weight: 400;
}
@media screen and (max-width: 640px) {
  .h4 {
    font-size: 20px;
    line-height: 1.4;
  }
}
.light-mode .h4 {
  color: #242424;
}

.h5 {
  font-size: 24px;
  line-height: 1.3;
  font-weight: 400;
}
@media screen and (max-width: 1200px) {
  .h5 {
    font-size: 20px;
  }
}
.light-mode .h5 {
  color: #242424;
}

.lead-title {
  font-size: 40px;
  line-height: 1.3;
  font-weight: 400;
}
@media screen and (max-width: 1200px) {
  .lead-title {
    font-size: 30px;
  }
}
@media screen and (max-width: 640px) {
  .lead-title {
    font-size: 24px;
  }
}
.light-mode .lead-title {
  color: #242424;
}

.number {
  color: #F05555;
  font-size: 80px;
  font-weight: 400;
  line-height: 1.1;
}
@media screen and (max-width: 1200px) {
  .number {
    font-size: 60px;
  }
}
@media screen and (max-width: 640px) {
  .number {
    font-size: 60px;
  }
}

.lead-text {
  font-size: 20px;
  line-height: 1.6;
}
@media screen and (max-width: 1200px) {
  .lead-text {
    font-size: 20px;
  }
}
@media screen and (max-width: 640px) {
  .lead-text {
    font-size: 18px;
  }
}
.light-mode .lead-text {
  color: #020202;
}

.text {
  font-size: 16px;
  line-height: 1.6;
}
@media screen and (max-width: 1200px) {
  .text {
    font-size: 16px;
  }
}
@media screen and (max-width: 640px) {
  .text {
    font-size: 16px;
  }
}
.light-mode .text {
  color: #242424;
}

.text-s {
  font-size: 14px;
  line-height: 1.6;
}
@media screen and (max-width: 1200px) {
  .text-s {
    font-size: 14px;
  }
}
@media screen and (max-width: 640px) {
  .text-s {
    font-size: 14px;
  }
}
.light-mode .text-s {
  color: #020202;
}

.fact {
  font-size: 14px;
  line-height: 1.55;
  text-transform: uppercase;
}
@media screen and (max-width: 1200px) {
  .fact {
    font-size: 14px;
  }
}
@media screen and (max-width: 640px) {
  .fact {
    font-size: 12px;
  }
}
.light-mode .fact {
  color: #242424;
}

.red-line {
  margin-top: 48px;
  width: 80px;
  height: 2px;
  background-color: #F05555;
}
@media screen and (max-width: 960px) {
  .red-line {
    margin-top: 32px;
  }
}
@media screen and (max-width: 640px) {
  .red-line {
    margin-top: 24px;
  }
}

.black-background {
  background-color: #171717;
}
.light-mode .black-background {
  background-color: #FBFBFB;
}

html {
  scrollbar-color: #ccc transparent;
  scrollbar-width: thin;
}

::-webkit-scrollbar {
  width: 8px;
  background-color: transparent;
}

::-webkit-scrollbar-thumb {
  background-color: rgba(204, 204, 204, 0.5);
  border-radius: 8px;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #cccccc;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a {
  display: inline-block;
  color: inherit;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

.wrapper {
  overflow-x: hidden;
  overflow-y: hidden;
  background-color: #202020;
}

body {
  min-width: 320px;
  font-family: "Raleway", sans-serif;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  background-color: #202020;
  overflow-x: hidden;
}

img {
  display: block;
}

button {
  border: none;
  background-color: transparent;
  padding: 0;
  cursor: pointer;
}

input,
textarea {
  outline: transparent;
  font-family: "Montserrat", sans-serif;
}
input::placeholder,
textarea::placeholder {
  transition: 0.3s;
}
input:focus::placeholder,
textarea:focus::placeholder {
  opacity: 0;
}

span.error {
  position: relative;
  display: block;
  color: #f05555;
  font-size: 14px;
  line-height: 24px;
  padding-left: 29px;
  margin-top: 8px;
}
span.error::before {
  content: "";
  position: absolute;
  top: 0;
  left: -3px;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 21C16.9706 21 21 16.9706 21 12C21 7.02944 16.9706 3 12 3C7.02944 3 3 7.02944 3 12C3 16.9706 7.02944 21 12 21Z' stroke='%23F05555' stroke-width='1.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12 7.5L12 12.75' stroke='%23F05555' stroke-width='1.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12 17.0625C12.5178 17.0625 12.9375 16.6428 12.9375 16.125C12.9375 15.6072 12.5178 15.1875 12 15.1875C11.4822 15.1875 11.0625 15.6072 11.0625 16.125C11.0625 16.6428 11.4822 17.0625 12 17.0625Z' fill='%23F05555'/%3E%3C/svg%3E%0A");
}

.title {
  font-family: "Montserrat", sans-serif;
  color: #ECECEC;
  font-size: 28px;
  line-height: 120%;
  font-weight: 500;
}
@media (min-width: 769px) {
  .title {
    font-size: 42px;
  }
}
@media (min-width: 1240px) {
  .title {
    font-size: 62px;
  }
}
.title span {
  color: #F05555;
}

.descr {
  position: relative;
  color: #ECECEC;
  font-size: 18px;
  line-height: 160%;
  padding-top: 24px;
}
@media (min-width: 769px) {
  .descr {
    font-size: 20px;
    padding-top: 32px;
  }
}
.descr::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 56px;
  height: 2px;
  background-color: #F05555;
}
@media (min-width: 769px) {
  .descr::before {
    width: 60px;
  }
}
@media (min-width: 120px) {
  .descr::before {
    width: 80px;
  }
}

.light-mode {
  background-color: #fbfbfb;
}
.light-mode .header__btn svg {
  stroke: #020202;
}
.light-mode .offers__item,
.light-mode .card {
  background-color: #ececec;
}
.light-mode .card__links a:nth-child(1) {
  color: #020202;
}
.light-mode .card__links a:nth-child(1):hover {
  color: #808080;
}
.light-mode .card__icon img:nth-child(1) {
  display: none;
}
.light-mode .card__icon img:nth-child(2) {
  display: block;
}
.light-mode .toggle span,
.light-mode .menu__link,
.light-mode .header__menu a,
.light-mode .menu__contacts a,
.light-mode .menu__sub-link,
.light-mode .title,
.light-mode .form__title,
.light-mode .about__subtitle,
.light-mode .about__item-descr,
.light-mode .about__bullet,
.light-mode .item-product__title,
.light-mode .item-product__lists li,
.light-mode .card__title,
.light-mode .success__title,
.light-mode .feedback__success-title,
.light-mode .page-404__title,
.light-mode .offers__item-title,
.light-mode .item-projects__title,
.light-mode .item-projects__descr,
.light-mode .footer__col-title,
.light-mode .footer__list a,
.light-mode .footer__contacts a {
  color: #020202;
}
.light-mode .item-projects__lines {
  border-top: 1px solid #f05555;
}
.light-mode .item-projects__line {
  border-bottom: 1px solid #f05555;
}
.light-mode .descr,
.light-mode .about__descr p,
.light-mode .item-product__descr,
.light-mode .card__text,
.light-mode .tooltip__text-wrap p,
.light-mode .success__text,
.light-mode .feedback__success-text,
.light-mode .page-404__text,
.light-mode .offers__item-descr,
.light-mode .item-projects__line-title,
.light-mode .item-projects__line-text,
.light-mode .footer__copy-text,
.light-mode .footer__copy-link,
.light-mode .checkbox input + span {
  color: #242424;
}
.light-mode .btn.btn--tr {
  color: #020202;
  border-color: #020202;
}
.light-mode .btn.btn--tr:hover {
  color: #020202;
}
.light-mode .tooltip__text {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.35);
  background-color: #fbfbfb;
}
.light-mode .header,
.light-mode .menu,
.light-mode .feedback__wrap,
.light-mode .success,
.light-mode .page-404,
.light-mode .projects,
.light-mode .footer {
  background-color: #fbfbfb;
}
.light-mode .form__fields input, .light-mode .form__fields textarea {
  background-color: #ececec;
}
.light-mode .checkbox input + span::before {
  border-color: #020202;
}
.light-mode .header__logo img:nth-child(1),
.light-mode .footer__logo img:nth-child(1) {
  display: none;
}
.light-mode .header__logo img:nth-child(2),
.light-mode .footer__logo img:nth-child(2) {
  display: block;
}
.light-mode .footer__copy {
  border-color: #171717;
}
.light-mode .page-404 img:nth-child(1),
.light-mode .success img:nth-child(1) {
  display: none;
}
.light-mode .page-404 img:nth-child(2) {
  display: block;
}
@media (min-width: 769px) {
  .light-mode .success img:nth-child(2) {
    display: block;
  }
}
.light-mode .card__icon-1 span::before,
.light-mode .card__icon-2::before,
.light-mode .card__icon-3::before {
  background-color: #F05555;
}
.light-mode .page-404__img::before,
.light-mode .page-404__img span::before {
  background-color: #F05555;
}
.light-mode .products__img img:nth-child(1) {
  display: none;
}
.light-mode .products__img img:nth-child(2) {
  display: block;
}

.nav {
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  line-height: 115%;
  padding: 20px;
  counter-reset: my-counter;
}
@media (min-width: 640px) {
  .nav {
    font-size: 20px;
  }
}
.nav li {
  margin: 5px;
}
.nav a {
  color: #f05555;
  position: relative;
  padding-left: 20px;
}
.nav a::before {
  content: counter(my-counter);
  counter-increment: my-counter;
  position: absolute;
  top: 0;
  left: 0;
}

.animate__fadeIn {
  animation-fill-mode: both;
  animation-duration: 2s;
  animation-name: fadeIn;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.container {
  margin: 0 auto;
  padding: 100px 6px;
  max-width: 1288px;
}
@media screen and (max-width: 1200px) {
  .container {
    max-width: 960px;
    padding: 80px 16px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 960px) {
  .container {
    max-width: 736px;
  }
}
@media screen and (max-width: 640px) {
  .container {
    max-width: 480px;
    padding: 60px 12px;
  }
}
@media screen and (max-width: 480px) {
  .container {
    max-width: 320px;
  }
}

/*
  Примеры использования ====================================

  Красная кнопка
  <button type="button" class="button button_style_red">Оставить заказ →</button>

  Кнопка с обводкой
  <button type="button" class="button button_style_outlined">Оставить заказ →</button>

  Кнопка в виде ссылки
  <button type="button" class="button button_style_link">Оставить заказ →</button>

  Кнопка со стрелкой (стрелка через афтер-класс сделана!!)
  <button type="button" class="button button_style_arrow">Оставить заявку</button>

*/
.button {
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  padding: 24px 71px;
  font-size: 15px;
  line-height: 1.2;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
  text-transform: uppercase;
}
.button_style_red {
  background-color: #F05555;
  color: #202020;
  transition: background-color, 0.3s ease;
  border-radius: 50px;
  font-weight: 600;
  border: 3px solid #F05555;
}
.button_style_red:hover {
  background-color: transparent;
  color: #ECECEC;
  box-shadow: 0px 4px 8px rgba(240, 85, 85, 0.35);
}
.light-mode .button_style_red:hover {
  color: #020202;
}
.light-mode .button_style_red {
  color: #FBFBFB;
}
.button_style_outlined {
  background-color: transparent;
  outline: 1px solid #F05555;
  box-sizing: border-box;
  color: #ECECEC;
  transition: border-color, 0.3s ease;
  border-radius: 50px;
  font-weight: 600;
}
.button_style_outlined:hover {
  outline: 3px solid #F05555;
  box-shadow: 0px 4px 8px rgba(240, 85, 85, 0.35);
}
.light-mode .button_style_outlined {
  color: #020202;
}
.button_style_link {
  background-color: transparent;
  justify-content: flex-start;
  align-items: flex-start;
  text-align: left;
  color: #F05555;
  transition: color, 0.3s ease;
  font-size: 14px;
  letter-spacing: 0.06em;
}
.button_style_link:hover {
  color: #F05555;
}
.button_style_arrow {
  color: #F05555;
  text-transform: uppercase;
  display: flex;
  column-gap: 8px;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  text-align: left;
  justify-content: flex-start;
  letter-spacing: 0.06em;
}
.button_style_arrow::after {
  content: url("../images/arrow.svg");
  display: block;
  transition: transform 0.3s ease;
}
.button_style_arrow:hover::after {
  transform: translate(4px);
}
.button.disabled, .button:disabled {
  background-color: #883B3B;
  border-color: #883B3B;
  pointer-events: none;
}
.button.disabled:hover, .button:disabled:hover {
  color: #020202;
  box-shadow: none;
}

.btn-animate {
  animation: btn-animate 0.5s linear infinite;
  background-size: 30px 30px;
  background-color: #F05555;
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.5) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0.5) 75%, transparent 75%, transparent);
}
.btn-animate:hover {
  color: #020202;
  background-color: #F05555;
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.5) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0.5) 75%, transparent 75%, transparent);
  box-shadow: none;
}

@keyframes btn-animate {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 60px 30px;
  }
}
.toggle {
  width: 296px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
@media (min-width: 769px) {
  .toggle {
    width: auto;
  }
}
.toggle input {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}
.toggle input:checked ~ span:nth-child(2)::before {
  z-index: 2;
}
.toggle input:checked ~ span:nth-child(3) {
  display: none;
}
.toggle input:checked ~ span:nth-child(4) {
  display: block;
}
.toggle span {
  font-family: "Montserrat", sans-serif;
  color: #ECECEC;
  font-size: 18px;
  line-height: 120%;
  font-weight: 500;
  text-transform: uppercase;
}
.toggle span:nth-child(4) {
  display: none;
}
.toggle span:nth-child(2) {
  order: 1;
  position: relative;
  display: inline-flex;
  width: 70px;
  height: 40px;
}
.toggle span:nth-child(2)::before, .toggle span:nth-child(2)::after {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #F05555;
}
.toggle span:nth-child(2)::before {
  left: 0;
  background-color: #ECECEC;
}
.toggle span:nth-child(2)::after {
  right: 0;
  z-index: 1;
  background-color: #020202;
}
.toggle.header__toggle {
  display: none;
}
@media (min-width: 769px) {
  .toggle.header__toggle {
    display: inline-block;
  }
}

.link-hover {
  position: relative;
  cursor: pointer;
  text-decoration: none; /* Убираем подчеркивание */
}
.link-hover:after{
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: -3px;
  width: 0;
  height: 2px; /* Высота линии */
  background-color: #F05555; /* Цвет подчеркивания при исчезании линии*/
  transition: width 0.5s; /* Время эффекта */
}
.link-hover:hover:after, .link-hover.active:after {
  content: "";
  width: 100%;
  display: block;
  position: absolute;
  left: 0;
  bottom: -3px;
  height: 2px; /* Высота линии */
  background-color: #F05555; /* Цвет подчеркивания при появлении линии*/
  transition: width 0.5s; /* Время эффекта */
}

.fade-in {
  opacity: 0;
  transform: scaleY(1%);
  transition: scaleY, opacity 0.5s ease-out;
}
.fade-in_visible {
  opacity: 1;
  transform: scaleY(100%);
}

.burger {
  position: fixed;
  z-index: 20;
  top: 0;
  right: 0;
  width: 600px;
  height: 100%;
  padding: 78px 0 0 32px;
  background-color: #171717;
  transition: 0.5s;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transform: translate(100%);
}
@media screen and (max-width: 1200px) {
  .burger {
    padding: 140px 0 0 36px;
  }
}
@media screen and (max-width: 640px) {
  .burger {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .burger {
    padding: 60px 12px 0 12px;
  }
}
.light-mode .burger {
  background-color: #FBFBFB;
}
.burger.active-half {
  transform: translate(0);
}
.burger.active-full {
  transform: translate(0);
}
.burger__overlay {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(23, 23, 23, 0.9);
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
}
.burger__overlay.active {
  opacity: 1;
  visibility: visible;
}
.light-mode .burger__overlay {
  background: rgba(236, 236, 236, 0.8);
}
.burger__exit {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 30;
  width: 80px;
  height: 80px;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  width: 52px;
  height: 52px;
}
.burger__exit.active {
  opacity: 1;
  visibility: visible;
}
.burger__container {
  display: flex;
  max-height: 100%;
  height: auto;
  margin: 0 -10px;
}
@media screen and (max-width: 960px) {
  .burger__container {
    height: 100%;
  }
}
.burger__col {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
  overflow-y: auto;
  width: 100%;
  padding: 0 10px 80px;
}
@media screen and (max-width: 960px) {
  .burger__col {
    padding-bottom: 70px;
  }
}
.burger__list {
  display: flex;
  flex-direction: column;
  row-gap: 32px;
  margin-bottom: 120px;
}
@media screen and (max-width: 640px) {
  .burger__list {
    margin-bottom: 80px;
    row-gap: 24px;
  }
}
.burger__link {
  transition: color 0.3s;
  text-transform: uppercase;
}
.burger__link:hover, .burger__link.active  {
  color: #F05555;
}
.burger__contacts {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
  margin-bottom: 80px;
}
@media screen and (max-width: 640px) {
  .burger__contacts {
    margin-bottom: 64px;
  }
}
.burger__toggle {
  display: none;
}
@media screen and (max-width: 960px) {
  .burger__toggle {
    display: block;
    margin-top: 48px;
  }
}

.sub-header {
  height: 100px;
}
@media screen and (max-width: 640px) {
  .sub-header {
    height: 80px;
  }
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  width: 100%;
  background-color: #202020;
  margin: 0 auto;
  padding: 0 6px;
}
.header__container {
  padding: 0 6px;
}
.header__inner {
  display: flex;
  align-items: center;
  height: 100px;
}
@media screen and (max-width: 640px) {
  .header__inner {
    height: 80px;
  }
}
.header__logo {
  margin-right: 70px;
}
.header__logo img {
  max-width: 260px;
}
@media screen and (max-width: 640px) {
  .header__logo img {
    max-width: 145px;
  }
}
.header__logo img:nth-child(2) {
  display: none;
}
.header-menu {
  display: block;
}
.header-menu__list {
  display: flex;
  align-items: center;
  column-gap: 40px;
}
@media screen and (max-width: 1200px) {
  .header-menu__list {
    display: none;
  }
}
.header-menu__link {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 160%;
  color: #ECECEC;
  text-transform: uppercase;
}
.light-mode .header-menu__link {
  color: #020202;
}
.header-menu__button {
  padding: 17px 29px;
}
@media screen and (max-width: 1200px) {
  .header-menu__button {
    display: none;
  }
}
.header__control {
  display: flex;
  align-items: center;
  margin-left: auto;
  column-gap: 32px;
}
.header__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 78px;
  height: 40px;
}
.header__btn svg {
  stroke: #ECECEC;
}
.header__toggle {
  display: block;
}
@media screen and (max-width: 960px) {
  .header__toggle {
    display: none;
  }
}

.cover-main {
  position: relative;
}
.cover-main__container {
  position: relative;
  z-index: 1;
  padding-bottom: 0;
}
@media screen and (max-width: 1200px) {
  .cover-main__container {
    padding-top: 140px;
  }
}
@media screen and (max-width: 640px) {
  .cover-main__container {
    padding-top: 100px;
  }
}
.light-mode .cover-main__title {
  color: #ECECEC;
}
.cover-main__title span {
  color: #F05555;
}
@media screen and (max-width: 1200px) {
  .cover-main__title {
    max-width: 500px;
  }
}

.video-box {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  width: 100%;
  height: 100vh;
  background-color: #202020;
}
@media screen and (max-width: 1200px) {
  .video-box {
    height: 600px;
  }
}
@media screen and (max-width: 960px) {
  .video-box {
    height: 480px;
  }
}
@media screen and (max-width: 640px) {
  .video-box {
    height: 300px;
  }
}
.video-box__video {
  top: 50%;
  left: 50%;
  height: 100%;
  min-width: 100%;
  transform: translate(-30%, -60%);
  mix-blend-mode: lighten;
  position: absolute;
  object-fit: cover;
}
@media screen and (max-width: 1200px) {
  .video-box__video {
    transform: translate(-30%, -60%);
  }
}
@media screen and (max-width: 960px) {
  .video-box__video {
    transform: translate(-30%, -60%);
  }
}
@media screen and (max-width: 640px) {
  .video-box__video {
    transform: translate(-30%, -50%);
  }
}
@media screen and (max-width: 480px) {
  .video-box__video {
    transform: translate(-50%, -55%);
  }
}
.video-box__gradient {
  position: absolute;
  height: 100%;
  min-width: 100%;
  background: linear-gradient(180deg, rgba(32, 32, 32, 0) 0%, rgba(32, 32, 32, 0.5018382353) 100%);
}

.services {
  position: relative;
  z-index: 1;
}
.services__cards {
  display: grid;
  gap: 48px 32px;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 1200px) {
  .services__cards {
    grid-template-columns: repeat(2, 1fr);
    gap: 64px 32px;
  }
}
@media screen and (max-width: 640px) {
  .services__cards {
    grid-template-columns: 1fr;
    row-gap: 40px;
  }
}
.services-card {
  display: flex;
  flex-direction: column;
  row-gap: 24px;
}
@media screen and (max-width: 640px) {
  .services-card {
    row-gap: 16px;
  }
}
.services-card__img {
  width: 80px;
}
.services-card__title {
  color: #ECECEC;
}
.light-mode .services-card__title {
  color: #ECECEC;
}
.services-card__list {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
}
.services-card__item {
  display: flex;
  column-gap: 16px;
}
.services-card__marker {
  width: 8px;
  height: 8px;
  background-color: #F05555;
  flex-shrink: 0;
  border-radius: 50%;
  margin-top: 10px;
}
.services-card__btn {
  padding: 0;
  margin-top: 8px;
}
.light-mode .services-card__text {
  color: #ADADAD;
}

.about {
  position: relative;
  z-index: 1;
}
.about__title {
  margin-bottom: 104px;
  font-size: 60px;
}
@media screen and (max-width: 1200px) {
  .about__title {
    margin-bottom: 64px;
    font-size: 42px;
  }
}
@media screen and (max-width: 640px) {
  .about__title {
    font-size: 28px;
  }
}
.about__title span {
  color: #F05555;
}
.about-info {
  margin-left: 440px;
}
@media screen and (max-width: 1200px) {
  .about-info {
    margin-left: 0;
  }
}
.about-info__text {
  width: 738px;
  margin-bottom: 80px;
}
@media screen and (max-width: 1200px) {
  .about-info__text {
    width: 100%;
    margin-bottom: 64px;
  }
}
.about-info__lines {
  margin-top: 0;
  margin-bottom: 32px;
}
.about-info__facts {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 64px 32px;
}
@media screen and (max-width: 640px) {
  .about-info__facts {
    grid-template-columns: 1fr;
  }
}
.about-fact__text {
  color: #ECECEC;
  margin-top: 8px;
}

.licenses-partners__container {
  display: grid;
  grid-template-columns: 408px 1fr;
  column-gap: 32px;
}
@media screen and (max-width: 960px) {
  .licenses-partners__container {
    grid-template-columns: 1fr;
  }
}
.licenses-partners__lines {
  margin-top: 0;
}
.licenses-partners__content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 26px;
  row-gap: 80px;
}
.licenses-partners__content-one {
  grid-column: 1/3;
}
@media screen and (max-width: 480px) {
  .licenses-partners__content-one {
    grid-column: 1;
  }
}
@media screen and (max-width: 960px) {
  .licenses-partners__content {
    margin-top: 64px;
  }
}
@media screen and (max-width: 640px) {
  .licenses-partners__content {
    margin-top: 40px;
    grid-template-columns: 1fr;
  }
}
.licenses-partners__logo {
  display: flex;
  column-gap: 16px;
  margin-top: 32px;
  align-items: center;
}

.tab-clients {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 640px) {
  .tab-clients {
    grid-template-columns: repeat(2, 1fr);
  }
}
.tab-clients__img-box {
  position: relative;
  width: 100%;
}
.tab-clients__img-white {
  width: 100%;
  transition: all 0.3s ease 0s;
}
.tab-clients__img-black {
  width: 100%;
  transition: all 0.3s ease 0s;
}
.tab-clients__img-color {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s ease 0s;
}
.tab-clients__img-color-white {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: all 0.3s ease 0s;
}
.tab-clients__btn {
  color: #ECECEC;
  margin: 0 auto;
}
.light-mode .tab-clients__btn {
  color: #020202;
}
.tab-clients__btn:hover {
  color: #ADADAD;
}
.light-mode .tab-clients__btn:hover {
  color: #808080;
}

.logo_unvisible {
  display: none;
}

.logo-img-box__color-light {
  display: block;
  opacity: 0;
}
.light-mode .logo-img-box__color-light {
  display: none;
}
.logo-img-box:hover .logo-img-box__color-light {
  opacity: 1;
}
.logo-img-box__grey-light {
  display: block;
  opacity: 1;
}
.light-mode .logo-img-box__grey-light {
  display: none;
}
.logo-img-box:hover .logo-img-box__grey-light {
  opacity: 0;
}
.logo-img-box__grey-dark {
  display: none;
  opacity: 1;
}
.light-mode .logo-img-box__grey-dark {
  display: block;
}
.logo-img-box:hover .logo-img-box__grey-dark {
  opacity: 0;
}
.logo-img-box__color-dark {
  display: none;
  opacity: 0;
}
.light-mode .logo-img-box__color-dark {
  display: block;
}
.logo-img-box:hover .logo-img-box__color-dark {
  opacity: 1;
}

.tab-partner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 640px) {
  .tab-partner {
    grid-template-columns: repeat(2, 1fr);
  }
}
.tab-partner__img-box {
  position: relative;
  width: 100%;
}
.tab-partner__img-white {
  width: 100%;
  transition: all 0.3s ease 0s;
}
.tab-partner__img-black {
  width: 100%;
  transition: all 0.3s ease 0s;
}
.tab-partner__img-color {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s ease 0s;
}
.tab-partner__img-color-white {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: all 0.3s ease 0s;
}
.tab-partner__btn {
  color: #ECECEC;
  margin: 0 auto;
}
.light-mode .tab-partner__btn {
  color: #020202;
}
.tab-partner__btn:hover {
  color: #ADADAD;
}
.light-mode .tab-partner__btn:hover {
  color: #808080;
}

.logo_unvisible {
  display: none;
}

.tab-partners__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 80px;
}
@media screen and (max-width: 1200px) {
  .tab-partners__list {
    margin-bottom: 64px;
  }
}
@media screen and (max-width: 640px) {
  .tab-partners__list {
    margin-bottom: 40px;
  }
}
.tab-partners__item {
  border-bottom: 1px solid #F05555;
  opacity: 30%;
  color: #ADADAD;
}
.tab-partners__item_active {
  color: #ECECEC;
  opacity: 100%;
}
.tab-partners__link {
  cursor: pointer;
  background-color: transparent;
  width: 100%;
  text-align: left;
  padding-bottom: 24px;
  border: none;
}
@media screen and (max-width: 640px) {
  .tab-partners {
    padding-bottom: 8px;
  }
}
.tab-partners__section {
  display: none;
}
.tab-partners__section_active {
  display: block;
}

.solutions__container {
  padding: 100px 6px;
}
@media screen and (max-width: 1200px) {
  .solutions__container {
    padding: 80px 16px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 640px) {
  .solutions__container {
    padding: 48px 12px;
  }
}
.solutions__line {
  width: 100%;
  height: 1px;
  background-color: #F05555;
  margin-bottom: 40px;
}
@media screen and (max-width: 1200px) {
  .solutions__line {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 640px) {
  .solutions__line {
    margin-bottom: 16px;
  }
}
.solutions__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1200px) {
  .solutions__content {
    flex-direction: column;
    row-gap: 40px;
    align-items: flex-start;
  }
}
.solutions__title {
  max-width: 753px;
}
.solutions__title span {
  color: #F05555;
}
.solutions__btn {
  padding: 24px 40px;
}
@media screen and (max-width: 480px) {
  .solutions__btn {
    padding: 24px 28px;
  }
}
.solutions__btn:hover {
  padding: 24px 40px;
}
@media screen and (max-width: 480px) {
  .solutions__btn:hover {
    padding: 22px 26px;
  }
}

.checkbox {
  display: inline-block;
  cursor: pointer;
}
.checkbox input {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}
.checkbox input:checked + span::after {
  opacity: 1;
}
.checkbox input:focus + span::before {
  border-color: #484848;
}
.checkbox input.error + span::before {
  border-color: #F05555;
}
.checkbox input + span {
  position: relative;
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  color: #ADADAD;
  font-size: 12px;
  line-height: 16px;
  padding-left: 28px;
}
.checkbox input + span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  border: 1px solid #ADADAD;
  transition: 0.3s;
}
.checkbox input + span::after {
  content: "";
  position: absolute;
  top: 4px;
  left: 3px;
  width: 11px;
  height: 8px;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg width='11' height='8' viewBox='0 0 11 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 4L4 7L10 1' stroke='%23F05555' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  opacity: 0;
  transition: 0.3s;
}
.checkbox input + span a {
  display: inline;
  text-decoration-line: underline;
}

.form {
  margin-top: 24px;
}
.form__fields {
  margin: 0;
  padding: 0;
  border: none;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.form__fields label {
  display: flex;
  flex-direction: column;
  margin-bottom: 16px;
}
.form__fields label:last-of-type {
  margin-bottom: 0;
}
.form__fields_input {
  display: block;
  height: 48px;
  width: 100%;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
  color: #ECECEC;
  padding: 16px 8px;
  background-color: #242424;
  border: 1px solid transparent;
  transition: border-color 0.3s, color 0.3s;
}
.form__fields_input::placeholder {
  color: #ADADAD;
}
.form__fields_input:focus {
  border-color: #484848;
}
.form__fields_input.error {
  border-color: #F05555;
  color: #F05555;
}
.light-mode .form__fields_input {
  color: #242424;
}
.form__fields_comment {
  height: fit-content;
}
.form__fields_comment::placeholder {
  color: #ADADAD;
}
.form__fields span {
  display: block;
}
.form span {
  display: block;
}
.form__btn {
  display: block;
  padding: 21px 27px;
  margin-top: 40px;
}
@media (min-width: 769px) {
  .form__btn {
    padding: 21px 41px;
  }
}
@media (min-width: 1240px) {
  .form__btn {
    padding: 21px 68px;
  }
}

.popup-form {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  width: 100%;
  height: 100%;
  background-color: rgba(32, 32, 32, 0.5);
  transition: visibility, opacity 0.3s ease;
  visibility: hidden;
  opacity: 0;
}
@media screen and (max-width: 960px) {
  .popup-form {
    padding: 0 16px;
  }
}
.popup-form_visible {
  visibility: visible;
  opacity: 1;
}
.popup-form__container {
  background-color: #1b1b1b;
  padding: 80px;
  position: relative;
  min-width: 320px;
  max-width: 568px;
  width: 100%;
}
@media screen and (max-width: 640px) {
  .popup-form__container {
    padding: 64px 40px;
  }
}
@media screen and (max-width: 480px) {
  .popup-form__container {
    padding: 64px 12px;
  }
}
.light-mode .popup-form__container {
  background-color: #FBFBFB;
}
.popup-form__close {
  position: absolute;
  top: 16px;
  right: 16px;
}
@media screen and (max-width: 640px) {
  .popup-form__close {
    top: 8px;
    right: 8px;
  }
}
.popup-form__title {
  color: #ECECEC;
}

.success {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  background-color: #202020;
  opacity: 0;
  visibility: hidden;
  transition: 1s;
}
.success.active {
  opacity: 1;
  visibility: visible;
}
@media (min-width: 769px) {
  .success.active img {
    animation: success-animation 60s infinite linear;
  }
}
.success img {
  display: none;
}
@media (min-width: 769px) {
  .success img {
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 72%;
  }
}
.success img:nth-child(2) {
  display: none;
}
.success__wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 410px;
  height: 100vh;
  padding: 30px 0;
}
.success__subtitle {
  color: #F05555;
  font-size: 28px;
  line-height: 155%;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 16px;
}
@media (min-width: 769px) {
  .success__subtitle {
    margin-bottom: 32px;
  }
}
.success__title {
  font-family: "Montserrat", sans-serif;
  font-size: 32px;
  line-height: 120%;
  font-weight: 500;
  color: #ECECEC;
  margin-bottom: 24px;
}
@media (min-width: 769px) {
  .success__title {
    font-size: 62px;
    margin-bottom: 40px;
  }
}
.success__text {
  color: #ADADAD;
  font-size: 16px;
  line-height: 156%;
  margin-bottom: 40px;
}
@media (min-width: 769px) {
  .success__text {
    font-size: 18px;
  }
}
.success__btn {
  width: 100%;
  padding: 23px 10px;
}
@media (min-width: 769px) {
  .success__btn {
    width: auto;
    padding: 23px 39px;
  }
}

@keyframes success-animation {
  0% {
    transform: translateY(-50%) rotate(0);
  }
  100% {
    transform: translateY(-50%) rotate(360deg);
  }
}
.feedback {
  position: fixed;
  z-index: 50;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(32, 32, 32, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
}
.feedback.active {
  opacity: 1;
  visibility: visible;
}
.feedback__wrap {
  position: relative;
  width: 100%;
  padding: 64px 12px;
  background-color: #1B1B1B;
  overflow-y: auto;
  max-height: 100%;
  height: 100%;
}
@media (min-width: 769px) {
  .feedback__wrap {
    width: 568px;
    height: auto;
    padding: 80px;
  }
}
.feedback__exit {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
}
@media (min-width: 769px) {
  .feedback__exit {
    width: 60px;
    height: 60px;
  }
}
.feedback__success-subtitle {
  color: #F05555;
  font-size: 12px;
  line-height: 155%;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 24px;
}
@media (min-width: 769px) {
  .feedback__success-subtitle {
    font-size: 14px;
  }
}
.feedback__success-title {
  font-family: "Montserrat", sans-serif;
  color: #ECECEC;
  font-size: 20px;
  line-height: 130%;
  font-weight: 400;
  margin-bottom: 24px;
}
@media (min-width: 769px) {
  .feedback__success-title {
    font-size: 34px;
    margin-bottom: 16px;
  }
}
.feedback__success-text {
  color: #ADADAD;
  font-size: 16px;
  line-height: 160%;
  margin-bottom: 24px;
}
.feedback__success-btn {
  padding: 21px 35px;
}
@media (min-width: 769px) {
  .feedback__success-btn {
    padding: 21px 41px;
  }
}

.footer__container {
  padding: 80px 6px;
}
.footer__logo {
  margin-bottom: 32px;
}
.footer__logo img {
  max-width: 300px;
}
@media screen and (max-width: 640px) {
  .footer__logo img {
    max-width: 136px;
  }
}
.footer__logo img:nth-child(2) {
  display: none;
}
.footer__box {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1200px) {
  .footer__box {
    flex-direction: column;
    row-gap: 64px;
    margin-bottom: 64px;
  }
}
@media screen and (max-width: 640px) {
  .footer__box {
    row-gap: 40px;
  }
}
.footer__content {
  display: flex;
  column-gap: 32px;
  margin-bottom: 40px;
}
@media screen and (max-width: 1200px) {
  .footer__content {
    margin-bottom: 0;
    column-gap: 52px;
  }
}
@media screen and (max-width: 640px) {
  .footer__content {
    flex-direction: column;
    row-gap: 40px;
    margin-bottom: 0;
  }
}
.footer__content-cta {
  max-width: 408px;
}
.footer__title {
  color: #ECECEC;
  margin-bottom: 40px;
}
@media screen and (max-width: 640px) {
  .footer__title {
    margin-bottom: 24px;
  }
}
.footer-menu {
  padding-top: 77px;
  display: flex;
  flex-direction: column;
  row-gap: 32px;
}
@media screen and (max-width: 1200px) {
  .footer-menu {
    padding-top: 0;
  }
}
@media screen and (max-width: 640px) {
  .footer-menu {
    row-gap: 16px;
  }
}
.footer-menu__title {
  text-transform: uppercase;
  color: #ECECEC;
}
.footer-menu__list {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
}
@media screen and (max-width: 640px) {
  .footer-menu__list {
    row-gap: 8px;
  }
}
.footer-menu__contact-link {
  transition: color 0.3s;
}
.footer-menu__contact-link:hover {
  color: #ADADAD;
}
.light-mode .footer-menu__contact-link:hover {
  color: #ADADAD;
}
.footer-menu__contact-social {
  transition: opacity 0.3s;
  position: relative;
  width: 40px;
  height: 40px;
}
.footer-menu__contact-social:hover {
  opacity: 0.6;
}
.footer-menu__contact-address {
  max-width: 300px;
}
.light-mode .footer-menu__contact-icon {
  display: none;
}
.footer-menu__contact-icon_black {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}
.light-mode .footer-menu__contact-icon_black {
  display: block;
}
.footer__contacts {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
  padding-top: 74px;
  margin-bottom: 40px;
}
@media screen and (max-width: 1200px) {
  .footer__contacts {
    padding-top: 0;
    margin-bottom: 0;
  }
}
.footer__copy-line {
  width: 100%;
  height: 1px;
  background-color: #ADADAD;
  margin-bottom: 24px;
}
.light-mode .footer__copy-line {
  background-color: rgba(240, 85, 85, 0.3019607843);
}
.footer__copy-box {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 640px) {
  .footer__copy-box {
    flex-direction: column;
    row-gap: 8px;
  }
}
.footer__link {
  width: 298px;
}
.footer__link span {
  border-bottom: 1px solid #ADADAD;
}
.light-mode .footer__link span {
  border-bottom: 1px solid #242424;
}