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

* {
  box-sizing: border-box;
  outline: none;
}

body {
  font-style: normal;
  overflow-x: hidden;
  background-color: #080A12;
}

body.body--freeze {
  overflow-y: hidden;
}

img {
  max-width: 100%;
  height: auto;
}

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

ul {
  list-style: none;
}

.container {
  margin: 0 auto;
  max-width: 1465px;
  padding: 0 15px;
}

.container-inner {
  max-width: 1140px;
  margin: 0 auto;
}

button,
input,
textarea {
  padding: 0;
  background: none;
  border: 0;
  cursor: pointer;
  outline: none;
  font: inherit;
}

.visually-hidden:not(:focus):not(:active),
input[type=checkbox].visually-hidden,
input[type=checked].visually-hidden,
input[type=radio].visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  -webkit-clip-path: inset(100%);
  clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}

button:hover,
button:active,
button:focus,
input:hover,
input:active,
input:focus {
  outline: none;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  color: transparent;
}

input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
  color: transparent;
}

input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
  color: transparent;
}

input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
  color: transparent;
}

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

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

input[type="number"]:hover,
input[type="number"]:focus {
  -moz-appearance: number-input;
}

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

/* for modal-form--start */

.modal {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 100;

  width: 650px;
  height: 420px;
  padding: 50px;

  background-color: rgba(8, 10, 18, 0.95);

  transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
  transition:  0.3s;
}

.modal-success {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;

  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;

  background-color: transparent;

  opacity: 0;
  visibility: hidden;
  transition:  0.3s;
}

.modal-success--active {
  visibility: visible;
  opacity: 1;
}

.modal-success .modal-success__text {
  font-family: Mulish, Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 150%;
  color: #FFFFFF;
  text-align: center;
}

.modal--active {
  visibility: visible;
  opacity: 1;
}

.modal__close-btn {
  position: absolute;
  top: 15px;
  right: 15px;

  width: 30px;
  height: 30px;
}

.modal__close-btn::before {
  content: "";
  position: absolute;
  top: 15px;
  left: 0;

  width: 30px;
  height: 1px;

  background-color: #3A3F50;

  transform:  rotate(45deg);
}

.modal__close-btn::after {
  content: "";
  position: absolute;
  top: 15px;
  left: 0;

  width: 30px;
  height: 1px;

  background-color: #3A3F50;

  transform:  rotate(-45deg);
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;

  width: 100%;
  height: 100%;

  background-color: rgba(8, 10, 18, 0.95);

  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}

.overlay--active {
  opacity: 1;
  visibility: visible;
}

.modal .modal-form__form {
  /* margin-top: 70px; */
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-areas: "input1 input2" "textarea textarea" "btn btn";
  grid-column-gap: 30px;
}

.modal .modal-form__form .modal-form__form-input {
  height: 52px;
  width: 100%;
  border-bottom: 1px solid #3A3F50;
  font-family: Mulish, Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 170%;
  color: #A9AFC3;
  transition: 0.3s;
}

.modal .modal-form__form .modal-form__form-input:focus {
  border-bottom: 1px solid #ffffff;
}

.modal .modal-form__form .modal-form__form-input::placeholder {
  opacity: 0.5;
}

.modal .modal-form__form .modal-form__form-input:nth-of-type(1) {
  grid-area: input1;
}

.modal .modal-form__form .modal-form__form-input:nth-of-type(2) {
  grid-area: input2;
}

.modal .modal-form__form .modal-form__form-textarea {
  width: 100%;
  margin-left: 0;
  margin-top: 35px;
  height: 120px;
  grid-area: textarea;
  border-bottom: 1px solid #3A3F50;
  font-family: Mulish, Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 170%;
  color: #A9AFC3;
  resize: none;
  transition: 0.1s;
}

.modal .modal-form__form .modal-form__form-textarea:focus {
  border-bottom: 1px solid #ffffff;
}

.modal .modal-form__form .modal-form__form-textarea::placeholder {
  opacity: 0.5;
}

.modal .modal-form__form .modal-form__form-btn {
  height: 60px;
  margin-top: 50px;
  grid-area: btn;
  width: 263px;
  background: #DD4242;
  border-radius: 150px;
  border: 2px solid #DD4242;
  font-family: Mulish, Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 150%;
  color: #FFFFFF;
  transition: 0.3s;
}

.modal .modal-form__form .modal-form__form-btn:hover {
  background: transparent;
}

/* for modal-form--end */

.header,
.inner-header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  padding: 70px 0;
}

.header.header--open,
.header.inner-header--open,
.inner-header.header--open,
.inner-header.inner-header--open {
  height: 100vh;
}

.header.header--open .header__nav,
.header.inner-header--open .header__nav,
.inner-header.header--open .header__nav,
.inner-header.inner-header--open .header__nav {
  opacity: 1;
  visibility: visible;
}

.header.header--open .header__tel-link,
.header.inner-header--open .header__tel-link,
.inner-header.header--open .header__tel-link,
.inner-header.inner-header--open .header__tel-link {
  opacity: 1;
  visibility: visible;
}

.header .container,
.inner-header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header .header__logo,
.inner-header .header__logo {
  width: 168px;
  height: 57px;
  overflow: hidden;
}

.header .header__logo img,
.inner-header .header__logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.header .header__nav,
.inner-header .header__nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-left: 110px;
  transition: 0.3s;
}

.header .header__nav .header__nav-link,
.inner-header .header__nav .header__nav-link {
  margin-left: 60px;
  font-family: Mulish, Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: #FFFFFF;
  text-decoration: none;
  transition: 0.3s;
}

.header .header__nav .header__nav-link:hover,
.inner-header .header__nav .header__nav-link:hover {
  color: #DD4242;
}

.header .header__nav .header__nav-link:first-child,
.inner-header .header__nav .header__nav-link:first-child {
  margin-left: 0;
}

.header .header__tel-link,
.inner-header .header__tel-link {
  margin-left: auto;
  font-family: Mulish, Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 150%;
  color: #DD4242;
  text-decoration: none;
  transition: 0.3s;
}

.header .header__tel-link:hover,
.inner-header .header__tel-link:hover {
  color: #ffffff;
}

.header .header__burger,
.header .inner-header__burger,
.inner-header .header__burger,
.inner-header .inner-header__burger {
  display: block;
}

.header .header__burger.header__burger--open,
.header .inner-header__burger.header__burger--open,
.inner-header .header__burger.header__burger--open,
.inner-header .inner-header__burger.header__burger--open {
  background: transparent;
}

.header .header__burger.header__burger--open::before,
.header .inner-header__burger.header__burger--open::before,
.inner-header .header__burger.header__burger--open::before,
.inner-header .inner-header__burger.header__burger--open::before {
  top: 0;
  transform: rotate(-135deg);
}

.header .header__burger.header__burger--open::after,
.header .inner-header__burger.header__burger--open::after,
.inner-header .header__burger.header__burger--open::after,
.inner-header .inner-header__burger.header__burger--open::after {
  bottom: 0;
  transform: rotate(-225deg);
}

.inner-header .header__nav-link {
  height: 35px;
  border-bottom: 3px solid transparent;
}

.body--services .header__nav-link:nth-child(1) {
  font-weight: 800;
  color: #FFFFFF;
  border-bottom: 3px solid #EF3131;
}

.body--cases .header__nav-link:nth-child(2) {
  font-weight: 800;
  color: #FFFFFF;
  border-bottom: 3px solid #EF3131;
}

.body--contactus .header__nav-link:nth-child(3) {
  font-weight: 800;
  color: #FFFFFF;
  border-bottom: 3px solid #EF3131;
}

.preloader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100100;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000000;
}

.preloader .img-wrapper {
  animation: anima  1s infinite ease-out;
}

@keyframes anima {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0.5;
  }

  to {
    opacity: 0;
  }
}

.preloader.preloader--open {
  display: flex;
}

.preloader.preloader--close {
  display: none;
}

.preloader .img-wrapper {
  width: 336px;
  height: 88px;
  overflow: hidden;
}

.preloader .img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.main {
  width: 100%;
  height: 100vh;
  z-index: 10;
  overflow: hidden;
}

.main::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -10;
  width: 100%;
  height: 100vh;
  display: block;
  background: rgba(17, 19, 25, 0.4);
}

.body--index {
    height: 100%;
    overflow: hidden;
}

.body--index main,
.body--index .main {
    overflow: hidden;
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
}

.body--index .video-container,
.body--services .video-container,
.body--cases .video-container,
.body--contactus .video-container {
  background: #000;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -99;

  width: 100%;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
}

.body--index .video,
.body--index .video--mobile,
.body--services .video--services,
.body--cases .video--cases,
.body--contactus .video--contacts {
    position: absolute;
    top: 0;
    width: 100%;
    /* left: 50%; */
    margin-top: -70px;
    height: calc(100% + 140px);
    pointer-events: none;

    /* transform: translateX(-50%); */
}

.body--index .video--mobile {
    width: 100%;
}

#player--desctop,
#player,
#player--services,
#player--cases,
#player--contacts {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

#player--mobile {
  position: absolute;
  top: -40px;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.body--index .video--mobile {
  display: none;
}

.main .container {
  position: relative;
  height: 100%;
}

.main .container-inner {
  display: flex;
  flex-direction: column;
  height: 100vh;
  justify-content: center;
}

.main .main__title {
  max-width: 1300px;
  min-height: 360px;
  margin-top: 100px;
  font-family: Poppins, Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 105px;
  line-height: 100%;
  text-transform: capitalize;
  color: #FFFFFF;
  transition: 0.3s;
}

.main .main__title .mobile-official {
  line-height: 100%;
}

.main .main__title .mobile-guaranteed {
  line-height: 100%;
}

.main .main__title .mobile-result {
  line-height: 100%;
}

.main .main__title .mobile-for {
  line-height: 100%;
}

.main .main__title .mobile-br {
  display: none;
}

.main .main__title #point {
  position: relative;
}

.main .main__title #point.active::before {
  content: "";
}

.main .main__title #point::before {
  content: none;
  position: absolute;
  bottom: 40px;
  right: -30px;
  width: 20px;
  height: 20px;
  background: #DD4242;
  border-radius: 50%;
  transition: 0.1s;
}

.main .main__text {
  margin-top: 3%;
  max-width: 760px;
  font-family: Poppins, Arial, Helvetica, sans-serif;
  font-weight: 300;
  font-size: 22px;
  line-height: 150%;
  color: #A9AFC3;
}

.main .main__btn {
  padding: 0 50px;
  min-height: 70px;
  margin-top: 4%;
  align-self: flex-start;
  border: 2px solid #DD4242;
  border-radius: 50px;
  font-family: Mulish, Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 150%;
  text-transform: uppercase;
  color: #FFFFFF;
  transition: 0.3s;
}

.main .main__btn:hover {
  background-color: #DD4242;
}

.main .main__address-text {
  position: absolute;
  bottom: 75px;
  right: 15px;
  margin-top: 20px;
  font-family: Mulish, Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 150%;
  text-align: right;
  color: #FFFFFF;
}

.services {
  padding-top: 280px;
  padding-bottom: 50px;
}

.services .meteors {
  position: absolute;
  top: 633px;
  right: 0;
  width: 320px;
  height: 680px;
}

.services .meteors span:nth-child(1) {
  position: absolute;
  top: 74px;
  left: 119px;
  width: 74px;
  height: 4px;
  background: linear-gradient(270deg, #393F54 0.6%, #191C26 99.41%);
  border-radius: 10px;
  transform: rotate(135deg);
}

.services .meteors span:nth-child(2) {
  position: absolute;
  top: 45px;
  right: -13px;
  width: 135px;
  height: 4px;
  background: linear-gradient(270deg, #393F54 0.6%, #191C26 99.41%);
  border-radius: 10px;
  transform: rotate(135deg);
}

.services .meteors span:nth-child(3) {
  position: absolute;
  top: 160px;
  left: -25px;
  width: 309px;
  height: 4px;
  background: linear-gradient(270deg, #393F54 0.6%, #191C26 99.41%);
  border-radius: 10px;
  transform: rotate(135deg);
}

.services .meteors span:nth-child(4) {
  position: absolute;
  top: 345px;
  left: 145px;
  width: 148px;
  height: 4px;
  background: linear-gradient(270deg, #393F54 0.6%, #191C26 99.41%);
  border-radius: 10px;
  transform: rotate(135deg);
}

.services .meteors span:nth-child(5) {
  position: absolute;
  top: 392px;
  left: -49px;
  width: 135px;
  height: 4px;
  background: linear-gradient(270deg, #393F54 0.6%, #191C26 99.41%);
  border-radius: 10px;
  transform: rotate(135deg);
}

.services .meteors span:nth-child(6) {
  position: absolute;
  top: 430px;
  left: 12px;
  width: 309px;
  height: 4px;
  background: linear-gradient(270deg, #393F54 0.6%, #191C26 99.41%);
  border-radius: 10px;
  transform: rotate(135deg);
}

.services .meteors span:nth-child(7) {
  position: absolute;
  top: 765px;
  left: 107px;
  width: 135px;
  height: 4px;
  background: linear-gradient(270deg, #393F54 0.6%, #191C26 99.41%);
  border-radius: 10px;
  transform: rotate(135deg);
}

.services .meteors span:nth-child(8) {
  position: absolute;
  top: 776px;
  left: -32px;
  width: 309px;
  height: 4px;
  background: linear-gradient(270deg, #393F54 0.6%, #191C26 99.41%);
  border-radius: 10px;
  transform: rotate(135deg);
}

.services .container {
  position: relative;
}

.services .services__title {
  position: relative;
  padding-left: 85px;
  font-family: Poppins, Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #A9AFC3;
}

.services .services__title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 60px;
  height: 1px;
  background-color: #A9AFC3;
  transform: translateY(-50%);
}

.services .services__main-title {
  margin-top: 20px;
  max-width: 800px;
  font-family: Poppins, Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 64px;
  line-height: 110%;
  text-transform: capitalize;
  color: #FFFFFF;
}

.services .services__main-title span {
  position: relative;
  display: inline-block;
}

.services .services__main-title span::before {
  content: "";
  position: absolute;
  bottom: -1px;
  right: -16px;
  width: 12px;
  height: 12px;
  background: #DD4242;
  border-radius: 50%;
}

.services .services__text {
  margin-top: 40px;
  max-width: 800px;
  font-family: Mulish, Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 170%;
  color: #A9AFC3;
}

.services .services__number {
  position: absolute;
  top: 60px;
  right: 10px;
  width: 146px;
  height: 100px;
}

.services .services__number::before {
  content: "01.";
  position: absolute;
  top: 0;
  left: 0;
  font-family: Mulish, Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 100px;
  line-height: 100%;
  color: #FFFFFF;
  opacity: 0.05;
}

.services .services-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-row-gap: 90px;
  margin-top: 70px;
}

.services .services-list .services-list__item {
  position: relative;
  height: 400px;
  width: 100%;
  padding: 240px 65px 0;
  font-family: Poppins, Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-size: 28px;
  line-height: 130%;
  text-align: center;
  text-transform: capitalize;
  color: #FFFFFF;
  background-color: rgba(47, 51, 63, 0.6);
}

.services .services-list .services-list__item::before {
  content: "";
  position: absolute;
  top: 80px;
  left: 50%;
  width: 130px;
  height: 130px;
  background: #FFFFFF;
  border-radius: 50%;
  opacity: 0.1;
  transform: translateX(-50%);
}

.services .services-list .services-list__item::after {
  content: "";
  position: absolute;
  top: 110px;
  left: 50%;
  width: 70px;
  height: 70px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transform: translateX(-50%);
}

.services .services-list .services-list__item:nth-child(even) {
  background-color: rgba(8, 10, 18, 0.6);
}

.services .services-list .services-list__item:nth-child(even)::before {
  opacity: 0.05;
}

.services .services-list .services-list__item:nth-child(1)::after {
  background-image: url("../img/svg/service-icon-1.svg");
}

.services .services-list .services-list__item:nth-child(2)::after {
  background-image: url("../img/svg/service-icon-2.svg");
}

.services .services-list .services-list__item:nth-child(3)::after {
  background-image: url("../img/svg/service-icon-3.svg");
}

.services .services-list .services-list__item:nth-child(4)::after {
  background-image: url("../img/svg/service-icon-4.svg");
}

.services .services-list .services-list__item:nth-child(5)::after {
  background-image: url("../img/svg/service-icon-5.svg");
}

.services .services-list .services-list__item:nth-child(6)::after {
  background-image: url("../img/svg/service-icon-6.svg");
}

.services-form {
  position: relative;
}

.services-form .container {
  position: relative;
}

.services-form .services-form__bg {
  position: absolute;
  top: 0;
  left: 50%;
  width: 50%;
  height: 100%;
  display: none;
  overflow: hidden;
  background: #111319;
  mix-blend-mode: luminosity;
}

.services-form .services-form__bg source,
.services-form .services-form__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.services-form .block {
  position: relative;
  width: 50%;
  padding: 210px 30px 210px 0;
}

.services-form .services-form__title {
  position: relative;
  padding-left: 85px;
  font-family: Poppins, Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #A9AFC3;
}

.services-form .services-form__title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 60px;
  height: 1px;
  background-color: #A9AFC3;
  transform: translateY(-50%);
}

.services-form .services-form__bold-text {
  margin-top: 20px;
  max-width: 400px;
  font-family: Poppins, Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 64px;
  line-height: 110%;
  text-transform: capitalize;
  color: #FFFFFF;
}

.services-form .services-form__bold-text span {
  position: relative;
  display: inline-block;
}

.services-form .services-form__bold-text span::before {
  content: "";
  position: absolute;
  bottom: 10px;
  right: -16px;
  width: 12px;
  height: 12px;
  background: #DD4242;
  border-radius: 50%;
}

.services-form .services-form__text {
  margin-top: 40px;
  font-family: Mulish, Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 170%;
  color: #A9AFC3;
}

.services-form .services-form__form {
  margin-top: 70px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-areas: "input1 input2" "textarea textarea" "btn btn";
  grid-column-gap: 30px;
}

.services-form .services-form__form .services-form__form-input {
  height: 52px;
  width: 100%;
  border-bottom: 1px solid #3A3F50;
  font-family: Mulish, Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 170%;
  color: #A9AFC3;
  transition: 0.3s;
}

.services-form .services-form__form .services-form__form-input:focus {
  border-bottom: 1px solid #ffffff;
}

.services-form .services-form__form .services-form__form-input::placeholder {
  opacity: 0.5;
}

.services-form .services-form__form .services-form__form-input:nth-of-type(1) {
  grid-area: input1;
}

.services-form .services-form__form .services-form__form-input:nth-of-type(2) {
  grid-area: input2;
}

.services-form .services-form__form .services-form__form-textarea {
  width: 100%;
  margin-left: 0;
  margin-top: 35px;
  height: 120px;
  grid-area: textarea;
  border-bottom: 1px solid #3A3F50;
  font-family: Mulish, Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 170%;
  color: #A9AFC3;
  resize: none;
  transition: 0.1s;
}

.services-form .services-form__form .services-form__form-textarea:focus {
  border-bottom: 1px solid #ffffff;
}

.services-form .services-form__form .services-form__form-textarea::placeholder {
  opacity: 0.5;
}

.services-form .services-form__form .services-form__form-btn {
  height: 60px;
  margin-top: 50px;
  grid-area: btn;
  width: 263px;
  background: #DD4242;
  border-radius: 150px;
  border: 2px solid #DD4242;
  font-family: Mulish, Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 150%;
  color: #FFFFFF;
  transition: 0.3s;
}

.services-form .services-form__form .services-form__form-btn:hover {
  background: transparent;
}

.services-form .services-form__number {
  position: absolute;
  bottom: 60px;
  right: 10px;
  width: 146px;
  height: 100px;
}

.services-form .services-form__number::before {
  content: "02.";
  position: absolute;
  top: 0;
  left: 0;
  font-family: Mulish, Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 100px;
  line-height: 100%;
  color: #FFFFFF;
  opacity: 0.05;
}

.solutions {
  padding-top: 280px;
}

.solutions .meteors {
  position: absolute;
  top: 633px;
  right: 0;
  width: 320px;
  height: 680px;
}

.solutions .meteors span:nth-child(1) {
  position: absolute;
  top: 74px;
  left: 119px;
  width: 74px;
  height: 4px;
  background: linear-gradient(270deg, #393F54 0.6%, #191C26 99.41%);
  border-radius: 10px;
  transform: rotate(135deg);
}

.solutions .meteors span:nth-child(2) {
  position: absolute;
  top: 45px;
  right: -13px;
  width: 135px;
  height: 4px;
  background: linear-gradient(270deg, #393F54 0.6%, #191C26 99.41%);
  border-radius: 10px;
  transform: rotate(135deg);
}

.solutions .meteors span:nth-child(3) {
  position: absolute;
  top: 160px;
  left: -25px;
  width: 309px;
  height: 4px;
  background: linear-gradient(270deg, #393F54 0.6%, #191C26 99.41%);
  border-radius: 10px;
  transform: rotate(135deg);
}

.solutions .meteors span:nth-child(4) {
  position: absolute;
  top: 345px;
  left: 145px;
  width: 148px;
  height: 4px;
  background: linear-gradient(270deg, #393F54 0.6%, #191C26 99.41%);
  border-radius: 10px;
  transform: rotate(135deg);
}

.solutions .meteors span:nth-child(5) {
  position: absolute;
  top: 392px;
  left: -49px;
  width: 135px;
  height: 4px;
  background: linear-gradient(270deg, #393F54 0.6%, #191C26 99.41%);
  border-radius: 10px;
  transform: rotate(135deg);
}

.solutions .meteors span:nth-child(6) {
  position: absolute;
  top: 430px;
  left: 12px;
  width: 309px;
  height: 4px;
  background: linear-gradient(270deg, #393F54 0.6%, #191C26 99.41%);
  border-radius: 10px;
  transform: rotate(135deg);
}

.solutions .meteors span:nth-child(7) {
  position: absolute;
  top: 765px;
  left: 107px;
  width: 135px;
  height: 4px;
  background: linear-gradient(270deg, #393F54 0.6%, #191C26 99.41%);
  border-radius: 10px;
  transform: rotate(135deg);
}

.solutions .meteors span:nth-child(8) {
  position: absolute;
  top: 776px;
  left: -32px;
  width: 309px;
  height: 4px;
  background: linear-gradient(270deg, #393F54 0.6%, #191C26 99.41%);
  border-radius: 10px;
  transform: rotate(135deg);
}

.solutions .container {
  position: relative;
}

.solutions .container-inner {
  padding-bottom: 80px;
}

.solutions .solutions__title {
  position: relative;
  padding-left: 85px;
  font-family: Poppins, Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #A9AFC3;
}

.solutions .solutions__title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 60px;
  height: 1px;
  background-color: #A9AFC3;
  transform: translateY(-50%);
}

.solutions .solutions__title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 60px;
  height: 1px;
  background-color: #A9AFC3;
  transform: translateY(-50%);
}

.solutions .solutions__main-title {
  margin-top: 20px;
  max-width: 800px;
  font-family: Poppins, Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 64px;
  line-height: 110%;
  text-transform: capitalize;
  color: #FFFFFF;
}

.solutions .solutions__main-title span {
  position: relative;
  display: inline-block;
}

.solutions .solutions__main-title span::before {
  content: "";
  position: absolute;
  bottom: 10px;
  right: -16px;
  width: 12px;
  height: 12px;
  background: #DD4242;
  border-radius: 50%;
}

.solutions .solutions__text {
  margin-top: 40px;
  max-width: 450px;
  font-family: Mulish, Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 170%;
  color: #A9AFC3;
}

.solutions .solutions-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-row-gap: 30px;
  margin-top: 80px;
  width: 100%;
  overflow: hidden;
}

.solutions .solutions-list .solutions-list__item {
  position: relative;
  width: 100%;
  height: 260px;
  overflow: hidden;
}

.solutions .solutions-list .solutions-list__item:nth-of-type(3n+1),
.solutions .solutions-list .solutions-list__item:nth-of-type(3n+3) {
  margin-top: 30px;
}

.solutions .solutions-list .solutions-list__link {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  transition: 0.3s;
}

.solutions .solutions-list .solutions-list__link:hover::before {
  opacity: 0;
  visibility: hidden;
}

.solutions .solutions-list .solutions-list__link:hover::after {
  opacity: 1;
  visibility: visible;
}

.solutions .solutions-list .solutions-list__link:hover .solutions-list-wrapper {
  opacity: 1;
  visibility: visible;
}

.solutions .solutions-list .solutions-list__link:hover .solutions-list-wrapper::before {
  opacity: 1;
  visibility: visible;
}

.solutions .solutions-list .solutions-list__link:hover .solutions-list-wrapper::after {
  opacity: 1;
  visibility: visible;
}

.solutions .solutions-list .solutions-list__link:hover .solutions-list__title {
  opacity: 1;
  visibility: visible;
}

.solutions .solutions-list .solutions-list__link:hover .solutions-list__text {
  opacity: 1;
  visibility: visible;
}

.solutions .solutions-list .solutions-list__link img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}

.solutions .solutions-list .solutions-list__link .solutions-list__popup {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 100;

  width: 70%;
  height: 70vh;

  transform: translate(-50%, -50%);
  overflow-y: scroll;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}

.solutions .solutions-list .solutions-list__link .solutions-list__popup img {
  width: 100%;
  height: auto;
}

.solutions .solutions-list .solutions-list__link .solutions-list__popup--active {
  opacity: 1;
  visibility: visible;
}

.solutions .solutions-list .solutions-list__link .solutions-list__popup::-webkit-scrollbar-track {
  border-radius: 4px;
}

.solutions .solutions-list .solutions-list__link .solutions-list__popup::-webkit-scrollbar {
  width: 4px;
}

.solutions .solutions-list .solutions-list__link .solutions-list__popup::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background: transparent;

  transition: 0.3s;
}

.solutions .solutions-list .solutions-list__link .solutions-list__popup:hover::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.2)
}

.solutions .solutions-list .solutions-list__link::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(25, 28, 38, 0) 0%, #191C26 100%, #191C26 100%);
  transition: 0.3s;
}

.solutions .solutions-list .solutions-list-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
  width: 100%;
  height: 100%;
  padding: 0 30px 75px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  transition: 0.3s;
}

.solutions .solutions-list .solutions-list-wrapper::before {
  content: "";
  position: absolute;
  bottom: 30px;
  left: 30px;
  width: 24px;
  height: 24px;
  background-image: url("../img/svg/arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
}

.solutions .solutions-list .solutions-list-wrapper::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -10;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(8, 10, 18, 0.6) 0%, #DD4242 100%);
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
}

.solutions .solutions-list .solutions-list__title {
  max-height: 56px;
  font-family: Poppins, Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 130%;
  text-transform: capitalize;
  color: #FFFFFF;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
  overflow: hidden;
}

.solutions .solutions-list .solutions-list__text {
  max-height: 56px;
  margin-top: 20px;
  font-family: Poppins, Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.2;
  text-transform: capitalize;
  color: #FFFFFF;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
  overflow: hidden;
}

.solutions .solutions__btn {
  padding: 0 67px;
  height: 60px;
  margin: 20px auto 0;
  display: block;
  background: #DD4242;
  border-radius: 150px;
  border: 2px solid #DD4242;
  font-family: Mulish, Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 150%;
  color: #FFFFFF;
  transition: 0.3s;
}

.solutions .solutions__btn:hover {
  background: transparent;
}

.solutions .solutions__number {
  position: absolute;
  top: 60px;
  right: 10px;
  width: 146px;
  height: 100px;
}

.solutions .solutions__number::before {
  content: "01.";
  position: absolute;
  top: 0;
  left: 0;
  font-family: Mulish, Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 100px;
  line-height: 100%;
  color: #FFFFFF;
  opacity: 0.05;
}

.contacts-top {
  padding-top: 280px;
  padding-bottom: 210px;
}

.contacts-top .container {
  position: relative;
}

.contacts-top .container-inner {
  display: flex;
  justify-content: space-between;
}

.contacts-top .address-list {
  display: grid;
  gap: 30px;
  min-height: 540px;
  width: 480px;
}

.contacts-top .address-list .address-list__item {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 35px 50px 35px 150px;
}

.contacts-top .address-list .address-list__item::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 40px;
  width: 70px;
  height: 70px;
  transform: translateY(-50%);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.contacts-top .address-list .address-list__item:nth-child(1) {
  margin-top: 0;
  height: 180px;
}

.contacts-top .address-list .address-list__item:nth-child(1)::before {
  top: 40px;
  background-image: url("../img/svg/contacts-icon-1.svg");
  transform: translateY(0);
}

.contacts-top .address-list .address-list__item:nth-child(2)::before {
  background-image: url("../img/svg/contacts-icon-2.svg");
}

.contacts-top .address-list .address-list__item:nth-child(3)::before {
  background-image: url("../img/svg/contacts-icon-3.svg");
}

.contacts-top .address-list .address-list__item-title {
  font-family: Mulish, Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 170%;
  color: #FFFFFF;
}

.contacts-top .address-list .address-list__item-text {
  margin-top: 5px;
  display: block;
  font-family: Mulish, Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 170%;
  color: #A9AFC3;
}

.contacts-top .address-list .address-list__item-link {
  text-decoration: none;
  transition: 0.3s;
}

.contacts-top .address-list .address-list__item-link:hover {
  color: #DD4242;
}

.contacts-top .block {
  width: 555px;
  margin-left: 50px;
}

.contacts-top .contacts-form__title {
  position: relative;
  padding-left: 85px;
  font-family: Poppins, Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #A9AFC3;
}

.contacts-top .contacts-form__title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 60px;
  height: 1px;
  background-color: #A9AFC3;
  transform: translateY(-50%);
}

.contacts-top .contacts-form__bold-text {
  margin-top: 20px;
  max-width: 400px;
  font-family: Poppins, Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 64px;
  line-height: 110%;
  text-transform: capitalize;
  color: #FFFFFF;
}

.contacts-top .contacts-form__bold-text span {
  position: relative;
  display: inline-block;
}

.contacts-top .contacts-form__bold-text span::before {
  content: "";
  position: absolute;
  bottom: 10px;
  right: -16px;
  width: 12px;
  height: 12px;
  background: #DD4242;
  border-radius: 50%;
}

.contacts-top .contacts-form__text {
  margin-top: 30px;
  max-width: 370px;
  font-family: Mulish, Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 170%;
  color: #A9AFC3;
}

.contacts-top .contacts-form__form {
  margin-top: 30px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-areas: "input1 input2" "textarea textarea" "btn btn";
  grid-column-gap: 30px;
}

.contacts-top .contacts-form__form .contacts-form__form-input {
  height: 52px;
  width: 100%;
  border-bottom: 1px solid #3A3F50;
  font-family: Mulish, Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 170%;
  color: #A9AFC3;
  transition: 0.3s;
}

.contacts-top .contacts-form__form .contacts-form__form-input:focus {
  border-bottom: 1px solid #ffffff;
}

.contacts-top .contacts-form__form .contacts-form__form-input::placeholder {
  opacity: 0.5;
}

.contacts-top .contacts-form__form .contacts-form__form-input:nth-of-type(1) {
  grid-area: input1;
}

.contacts-top .contacts-form__form .contacts-form__form-input:nth-of-type(2) {
  grid-area: input2;
}

.contacts-top .contacts-form__form .contacts-form__form-textarea {
  width: 100%;
  margin-left: 0;
  margin-top: 35px;
  height: 120px;
  grid-area: textarea;
  border-bottom: 1px solid #3A3F50;
  font-family: Mulish, Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 170%;
  color: #A9AFC3;
  resize: none;
  transition: 0.3s;
}

.contacts-top .contacts-form__form .contacts-form__form-textarea:focus {
  border-bottom: 1px solid #ffffff;
}

.contacts-top .contacts-form__form .contacts-form__form-textarea::placeholder {
  opacity: 0.5;
}

.contacts-top .contacts-form__form .contacts-form__form-btn {
  height: 60px;
  margin-top: 50px;
  grid-area: btn;
  width: 263px;
  background: #DD4242;
  border: 2px solid #DD4242;
  border-radius: 150px;
  font-family: Mulish, Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 150%;
  color: #FFFFFF;
  transition: 0.3s;
}

.contacts-top .contacts-form__form .contacts-form__form-btn:hover {
  background: transparent;
}

.contacts-top .contacts__number {
  position: absolute;
  top: 60px;
  right: 10px;
  width: 146px;
  height: 100px;
}

.contacts-top .contacts__number::before {
  content: "01.";
  position: absolute;
  top: 0;
  left: 0;
  font-family: Mulish, Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 100px;
  line-height: 100%;
  color: #FFFFFF;
  opacity: 0.05;
}

.contacts-map {
  position: relative;
  width: 100%;
  height: 450px;
  background: #000000;
  mix-blend-mode: luminosity;
}

.contacts-map #map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/map.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.contacts-map .container {
  position: relative;
  height: 100%;
}

.contacts-map .contacts-map__number {
  position: absolute;
  bottom: 60px;
  right: 10px;
  width: 146px;
  height: 100px;
}

.contacts-map .contacts-map__number::before {
  content: "02.";
  position: absolute;
  top: 0;
  left: 0;
  font-family: Mulish, Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 100px;
  line-height: 100%;
  color: #FFFFFF;
  opacity: 0.05;
}

.footer {
  padding: 70px 0 80px;
}

.footer .container {
  position: relative;
}

.footer .container-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.footer .footer__logo {
  width: 168px;
  height: 57px;
  display: block;
  overflow: hidden;
}

.footer .footer__logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.footer .footer__title {
  font-family: Mulish, Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 170%;
  color: #FFFFFF;
}

.footer .footer__text {
  display: block;
  font-family: Mulish, Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 170%;
  color: #A9AFC3;
}

.footer .footer__text:first-of-type {
  margin-top: 5px;
}

.footer .footer__text.footer__text--copyright {
  margin-top: 20px;
}

.footer .footer__link {
  text-decoration: none;
  transition: 0.3s;
}

.footer .footer__link:hover {
  color: #DD4242;
}

.footer .footer__number {
  position: absolute;
  top: 50%;
  right: 10px;
  width: 146px;
  height: 100px;
  transform: translateY(-50%);
}

.footer .footer__number::before {
  position: absolute;
  top: 0;
  left: 0;
  font-family: Mulish, Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 100px;
  line-height: 100%;
  color: #FFFFFF;
  opacity: 0.05;
}

.body--services .footer__number::before {
  content: "03.";
}

.body--cases .footer__number::before {
  content: "02.";
}

.body--contactus .footer__number::before {
  content: "03.";
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;

  width: 100%;
  height: 100%;

  opacity: 0;
  visibility: hidden;
  transition:  0.3s;

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

.overlay.overlay--active {
  opacity: 1;
  visibility: visible;
}

@media (max-width: 1600px) {
  .header,
  .inner-header {
    padding: 30px 0 70px;
  }

  .main .main__title {
    min-height: 300px;
    font-size: 100px;
  }

  .main .main__title #point::before {
    bottom: 34px;
    right: -16px;
    width: 15px;
    height: 15px;
  }

  .main .main__text {
    margin-top: 30px;
    font-size: 20px;
  }

  .main .main__btn {
    margin-top: 30px;
    min-height: 60px;
    font-size: 18px;
    line-height: 140%;
  }

  .main .main__address-text {
    bottom: 55px;
    font-size: 16px;
    line-height: 140%;
  }
}

@media (max-width: 1200px) {
  .header .header__nav,
  .inner-header .header__nav {
    margin-left: 80px;
  }

  .header .header__nav .header__nav-link,
  .inner-header .header__nav .header__nav-link {
    margin-left: 30px;
  }

  .services {
    padding-bottom: 0;
  }

  .services .meteors {
    display: none;
  }

  .services .services__number {
    display: none;
  }

  .services .services-list {
    grid-template-columns: repeat(2, 1fr);
    grid-row-gap: 0;
    margin-left: -15px;
    width: calc(100% + 30px);
  }

  .services .services-list .services-list__item {
    padding: 240px 90px 0;
  }

  .services .services-list .services-list__item:nth-child(even) {
    background-color: rgba(47, 51, 63, 0.6);
  }

  .services .services-list .services-list__item:nth-child(2) {
    background-color: rgba(8, 10, 18, 0.6);
  }

  .services .services-list .services-list__item:nth-child(2)::before {
    opacity: 0.05;
  }

  .services .services-list .services-list__item:nth-child(3) {
    background-color: rgba(8, 10, 18, 0.6);
  }

  .services .services-list .services-list__item:nth-child(3)::before {
    opacity: 0.05;
  }

  .services .services-list .services-list__item:nth-child(6) {
    background-color: rgba(8, 10, 18, 0.6);
  }

  .services .services-list .services-list__item:nth-child(6)::before {
    opacity: 0.05;
  }

  .services-form {
  }

  .services-form .services-form__number {
    display: none;
  }

  .solutions {
    padding-bottom: 0;
  }

  .solutions .meteors {
    display: none;
  }

  .solutions .container-inner {
    padding-bottom: 130px;
    border: none;
  }

  .solutions .solutions-list .solutions-list__item:nth-of-type(1),
  .solutions .solutions-list .solutions-list__item:nth-of-type(3),
  .solutions .solutions-list .solutions-list__item:nth-of-type(4),
  .solutions .solutions-list .solutions-list__item:nth-of-type(6) {
    margin-top: 0;
  }

  .solutions .solutions__btn {
    margin-top: 50px;
  }

  .solutions .solutions__number {
    display: none;
  }

  .contacts-top .address-list {
    width: 100%;
  }

  .contacts-top .block {
    width: 100%;
  }

  .contacts-top .contacts__number {
    display: none;
  }

  .contacts-map .contacts-map__number {
    display: none;
  }

  .footer {
    padding: 55px 0 55px;
  }

  .footer .container-inner {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }

  .footer .footer__number {
    display: none;
  }
}

@media (max-width: 900px) {
  .header .header__nav,
  .inner-header .header__nav {
    margin-left: 50px;
  }

  .services .services-list .services-list__item {
    height: 350px;
    padding: 240px 30px 0;
  }

  .services-form .services-form__bg {
    display: none;
  }

  .services-form .block {
    width: 100%;
    padding: 70px 0  210px;
  }

  .solutions .solutions-list {
    grid-template-columns: repeat(2, 1fr);
    grid-row-gap: 75px;
    margin-left: -15px;
    width: calc(100% + 30px);
  }

  .solutions .solutions-list .solutions-list__item:nth-of-type(3n+1),
  .solutions .solutions-list .solutions-list__item:nth-of-type(3n+3) {
    margin-top: 0;
  }

  .contacts-top {
    padding-bottom: 0;
  }

  .contacts-top .container-inner {
    flex-direction: column-reverse;
  }

  .contacts-top .address-list {
    margin-left: -15px;
    width: calc(100% + 30px);
    gap: 0;
    min-height: 0;
    margin-top: 15px;
  }

  .contacts-top .address-list .address-list__item {
    padding-left: 100px;
  }

  .contacts-top .address-list .address-list__item:nth-child(1) {
    height: auto;
  }

  .contacts-top .address-list .address-list__item:nth-child(1)::before {
    top: 50%;
    transform: translateY(-50%);
  }

  .contacts-top .address-list .address-list__item::before {
    left: 15px;
  }

  .contacts-top .block {
    margin-left: 0;
  }
}

@media (max-width: 768px) {

/* .body--services .video--services{display:none !important}
.body--contactus .video--contacts{display:none !important}  */
/* 
.body--cases .video--cases{display:none !important} */
.body--services .video--mobile{display:block !important;width:100%}
.body--cases .video--mobile{display:block !important;width:100%}
.body--contactus .video--mobile{display:block !important;width:100%}
.body--services .video--mobile video{}
  .modal {
    width: calc(100% - 30px);
    padding: 25px;
    height: auto;
  }

  .modal .modal-form__form {
    grid-gap: 10px;
    grid-template-columns: 1fr;
    grid-template-areas:
      "input1"
      "input2"
      "textarea"
      "btn";
  }

  .modal .modal-form__form .modal-form__form-textarea {
    height: 90px;
    margin-top: 0;
  }

  .modal .modal-form__form .modal-form__form-btn {
    width: 200px;
    margin-top: 40px;
    font-weight: 600;
    font-size: 18px;
  }

  .header .header__logo,
  .inner-header .header__logo {
    width: 109px;
    height: 40px;
  }

  .header .header__nav,
  .inner-header .header__nav {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    margin-left: 0;
    flex-direction: column;
    justify-content: center;
    justify-content: flex-start;
    padding-top: 80px;
    background: #080A12;
    opacity: 0;
    visibility: hidden;
  }

  .header .header__nav .header__nav-link,
  .inner-header .header__nav .header__nav-link {
    margin-left: 0;
    margin-top: 40px;
    font-family: Poppins, Arial, Helvetica, sans-serif;
    font-weight: 500;
    font-size: 22px;
    line-height: 130%;
    text-transform: capitalize;
    color: #A9AFC3;
    opacity: 0.3;
  }

  .header .header__nav .header__nav-link:focus,
  .header .header__nav .header__nav-link:active,
  .inner-header .header__nav .header__nav-link:focus,
  .inner-header .header__nav .header__nav-link:active {
    color: #FFFFFF;
  }

  .header .header__tel-link,
  .inner-header .header__tel-link {
    position: absolute;
    bottom: 70px;
    left: 50%;
    font-size: 22px;
    text-align: center;
    color: #FFFFFF;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transform: translateX(-50%);
  }

  .header .header__tel-link:first-child,
  .inner-header .header__tel-link:first-child {
    margin-top: auto;
  }

  .header .header__burger,
  .header .inner-header__burger,
  .inner-header .header__burger,
  .inner-header .inner-header__burger {
    position: relative;
    width: 30px;
    height: 3px;
    background: #FFFFFF;
    border-radius: 3px;
  }

  .header .header__burger::before,
  .header .header__burger::after,
  .header .inner-header__burger::before,
  .header .inner-header__burger::after,
  .inner-header .header__burger::before,
  .inner-header .header__burger::after,
  .inner-header .inner-header__burger::before,
  .inner-header .inner-header__burger::after {
    content: "";
    position: absolute;
    left: 0;
    width: 30px;
    height: 3px;
    background: #FFFFFF;
    border-radius: 15px;
    transition: 0.3s;
  }

  .header .header__burger::before,
  .header .inner-header__burger::before,
  .inner-header .header__burger::before,
  .inner-header .inner-header__burger::before {
    top: -9px;
  }

  .header .header__burger::after,
  .header .inner-header__burger::after,
  .inner-header .header__burger::after,
  .inner-header .inner-header__burger::after {
    bottom: -9px;
  }

  .inner-header .header__nav-link {
    height: auto;
    border-bottom: none;
  }

  .body--services .header__nav-link:nth-child(1) {
    border-bottom: none;
    color: #FFFFFF;
    opacity: 1;
  }

  .body--cases .header__nav-link:nth-child(2) {
    border-bottom: none;
    color: #FFFFFF;
    opacity: 1;
  }

  .body--contactus .header__nav-link:nth-child(3) {
    border-bottom: none;
    color: #FFFFFF;
    opacity: 1;
  }

  .main .main__title {
    min-height: 240px;
    font-size: 80px;
  }

  .main .main__title #point::before {
    bottom: 28px;
  }

  .main .main__text {
    max-width: 80%;
  }

  .main .main__address-text {
    bottom: 30px;
  }

  .services {
    padding-top: 160px;
  }

  .services .services__title {
    padding-left: 75px;
  }

  .services .services__title::before {
    width: 50px;
  }

  .services .services__main-title {
    font-size: 40px;
  }

  .services .services__main-title span::before {
    bottom: -1px;
    right: -12px;
    width: 10px;
    height: 10px;
  }

  .services .services__text {
    margin-top: 25px;
  }

  .services .services__text::before {
    bottom: 6px;
    right: -12px;
    width: 10px;
    height: 10px;
  }

  .services .services-list {
    margin-top: 50px;
  }

  .services .services-list {
    margin-top: 50px;
  }

  .services .services-list .services-list__item {
    padding-top: 155px;
    height: 230px;
    font-size: 18px;
  }

  .services .services-list .services-list__item::before {
    top: 30px;
    width: 100px;
    height: 100px;
    background: #FFFFFF;
  }

  .services .services-list .services-list__item::after {
    top: 53px;
    width: 54px;
    height: 54px;
  }

  .services-form .block {
    padding: 70px 0 70px;
  }

  .services-form .services-form__title {
    padding-left: 75px;
  }

  .services-form .services-form__title::before {
    width: 50px;
  }

  .services-form .services-form__bold-text {
    font-size: 40px;
  }

  .services-form .services-form__bold-text span::before {
    bottom: 6px;
    right: -12px;
    width: 10px;
    height: 10px;
  }

  .services-form .services-form__text {
    margin-top: 25px;
  }

  .services-form .services-form__text::before {
    bottom: 6px;
    right: -12px;
    width: 10px;
    height: 10px;
  }

  .services-form .services-form__form {
    margin-top: 25px;
    grid-template-columns: 1fr;
    grid-template-areas: "input1" "input2" "textarea" "btn";
    grid-gap: 10px;
  }

  .services-form .services-form__form .services-form__form-textarea {
    height: 90px;
    margin-top: 0;
  }

  .services-form .services-form__form .services-form__form-btn {
    width: 200px;
    margin-top: 40px;
    font-weight: 600;
    font-size: 18px;
  }

  .solutions {
    padding-top: 160px;
  }

  .solutions .solutions__title {
    padding-left: 75px;
  }

  .solutions .solutions__title::before {
    width: 50px;
  }

  .solutions .solutions__main-title {
    font-size: 40px;
  }

  .solutions .solutions__main-title span::before {
    bottom: 6px;
    right: -12px;
    width: 10px;
    height: 10px;
  }

  .solutions .solutions__text {
    margin-top: 25px;
  }

  .solutions .solutions__text::before {
    bottom: 6px;
    right: -12px;
    width: 10px;
    height: 10px;
  }

  .solutions .solutions-list .solutions-list__item {
  }

  .solutions .solutions-list .solutions-list__link {
    height: 100%;
  }

  .solutions .solutions-list .solutions-list-wrapper {
    padding: 0 30px 75px;
  }

  .solutions .solutions-list .solutions-list-wrapper::before {
    left: 30px;
  }

  .solutions .solutions__btn {
    margin-top: 75px;
  }

  .contacts-top {
    padding-top: 160px;
  }

  .contacts-top .contacts-form__title {
    padding-left: 75px;
  }

  .contacts-top .contacts-form__title::before {
    width: 50px;
  }

  .contacts-top .contacts-form__bold-text {
    font-size: 40px;
  }

  .contacts-top .contacts-form__bold-text span::before {
    bottom: 6px;
    right: -12px;
    width: 10px;
    height: 10px;
  }

  .contacts-top .contacts-form__text {
    margin-top: 25px;
  }

  .contacts-top .contacts-form__text::before {
    bottom: 6px;
    right: -12px;
    width: 10px;
    height: 10px;
  }

  .contacts-top .contacts-form__form {
    margin-top: 25px;
    grid-template-columns: 1fr;
    grid-template-areas: "input1" "input2" "textarea" "btn";
    grid-gap: 10px;
  }

  .contacts-top .contacts-form__form .contacts-form__form-textarea {
    height: 90px;
    margin-top: 0;
  }

  .contacts-top .contacts-form__form .contacts-form__form-btn {
    width: 200px;
    margin-top: 40px;
    font-weight: 600;
    font-size: 18px;
  }

  .contacts-map {
    height: 500px;
  }

  .footer .footer__logo {
    width: 109px;
    height: 40px;
  }

  .footer .footer__logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

    /* .body--index .video {
        display: none;
    } */

    /* .body--index .video--mobile {
        display: block;
    } */
	.video--mobile video{width:100%;height:100%;}
}

@media (max-width: 600px) {

  .modal {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .modal .modal__close-btn::before {
    background-color: #fff;
  }

  .modal .modal__close-btn::after {
    background-color: #fff;
  }

  .main .main__title {
    min-height: auto;
    height: 229px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    line-height: inherit;
    text-align: justify;
    white-space: nowrap;
    /* font-weight: 300; */
    font-size: 60px;
  }

  /* .main .main__title .mobile-official {
    display: block;
    font-weight: 300;
    font-size: 75px;
    line-height: 64%;
  }

  .main .main__title .mobile-guaranteed {
    margin-top: -65px;
    display: block;
    font-size: 40px;
    font-weight: 700;
    letter-spacing: 0.01em;
    line-height: 64%;
    color: #DD4242;
  }

  .main .main__title .mobile-result {
    margin-top: -65px;
    margin-bottom: -90px;
    display: block;
    font-weight: 300;
    font-size: 60px;
    letter-spacing: 0.25em;
    line-height: 64%;
  }

  .main .main__title .mobile-for {
    font-weight: 700;
    font-size: 65px;
    line-height: 64%;
  } */

  .main .main__title .mobile-br {
    display: inline;
  }

  .main .main__title #name {
    font-weight: 700;
    font-size: 68px;
    line-height: 100%;
    color: #DD4242;
  }

  .main .main__title #point {
    display: none;
  }

  .main .main__text {
    display: none;
  }

  .main .main__btn {
    margin: 120px auto 0;
  }

  .main .main__address-text {
    display: none;
  }

  .solutions .solutions-list {
    margin-top: 50px;
    margin-left: -15px;
    width: calc(100% + 30px);
    grid-template-columns: 1fr;
  }

  .footer .container-inner {
    grid-template-columns: 1fr;
  }
}

/* @media (min-aspect-ratio: 16 / 9) {
  .video {
    height: 350%;
    top: -150%;
  }
} */

/* @media (max-aspect-ratio: 16 / 9) {
  .video {
    width: 350%;
    left: -125%;
  }
} */

.video--bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.switcher-lang {
  margin: 0 0 0 35px ;
  font-size: 20px;
  color: #fff;
  font-family: "Mulish", Arial, Helvetica, sans-serif;
  font-weight: 500;
}

.switcher-lang a {
  color: #fff;
  transition:all 0.3s ease 0s ;
  text-decoration: none;
}

.switcher-lang a:hover {
  color: #EF3131;
}

.switcher-lang_mob {
  display: none;
}

@media (max-width: 768px) {
  .switcher-lang_mob {
    display: flex !important;
    margin: 40px 0;
  }
  .switcher-lang_mob a{
    display: block;
    margin: 0 10px ;
  }
  .switcher-lang {
    display: none;
  }
}

@media (max-width: 479.98px) {
  .main .main__title {
    line-height:60px;
  }
  .main .main__title .mobile-guaranteed {
    font-size: 45px;
  }
  .main .main__title .mobile-official {
    font-size: 45px;
  }
  .main .main__title .mobile-result {
    font-size: 45px;
  }
  .main .main__title .mobile-for,.main .main__title #name {
    font-size: 50px;
  }

  .main .main__btn {
    margin: 50px 0 0 0;
    font-size: 15px;
  }
  .services .services__main-title {
    font-size: 55px;
  }
}

@media (max-width: 370px) {
  .main .main__title {
    font-size: 37px;
    line-height:50px;

  }
  .main .main__title .mobile-guaranteed {
    font-size: 37px;
  }

  .main .main__title .mobile-official {
    font-size: 37px;

  }
  .main .main__title .mobile-result {
    font-size: 37px;
  }
  .main .main__title .mobile-for,.main .main__title #name {
    font-size: 42px;
  }
}
