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

html,
body {
  padding: 0;
  margin: 0;
  width: 100%;
}

body {
  position: relative;
  font-family: 'Orbitron', sans-serif;
}

html {
  height: 100%;
}

.container {
  max-width: 1200px;
  width: 100%;
  display: inherit;
  -webkit-box-pack: inherit;
      -ms-flex-pack: inherit;
          justify-content: inherit;
  -webkit-box-align: inherit;
      -ms-flex-align: inherit;
          align-items: inherit;
  margin: auto;
  padding: 0 20px;
}

@-webkit-keyframes textPulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-box-shadow: 0 0 0 0 rgba(5, 40, 242, 0.45);
            box-shadow: 0 0 0 0 rgba(5, 40, 242, 0.45);
  }
  60% {
    -webkit-transform: scale(1.04);
            transform: scale(1.04);
    -webkit-box-shadow: 0 0 0 10px rgba(5, 40, 242, 0);
            box-shadow: 0 0 0 10px rgba(5, 40, 242, 0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-box-shadow: 0 0 0 0 rgba(5, 40, 242, 0);
            box-shadow: 0 0 0 0 rgba(5, 40, 242, 0);
  }
}

@keyframes textPulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-box-shadow: 0 0 0 0 rgba(5, 40, 242, 0.45);
            box-shadow: 0 0 0 0 rgba(5, 40, 242, 0.45);
  }
  60% {
    -webkit-transform: scale(1.04);
            transform: scale(1.04);
    -webkit-box-shadow: 0 0 0 10px rgba(5, 40, 242, 0);
            box-shadow: 0 0 0 10px rgba(5, 40, 242, 0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-box-shadow: 0 0 0 0 rgba(5, 40, 242, 0);
            box-shadow: 0 0 0 0 rgba(5, 40, 242, 0);
  }
}

body[lang] .button {
  border-radius: 60px;
  background: linear-gradient(97deg, #056cf2 7.12%, #03178c 96.99%);
  color: #fff;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  font-size: 30px;
  font-weight: 700;
  padding: 20px 30px;
  margin-top: 40px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-transition: linear-gradient 500ms ease-in-out;
  transition: linear-gradient 500ms ease-in-out;
  cursor: pointer;
}

body[lang] .button:hover, body[lang] .button:focus {
  background: linear-gradient(260deg, #056cf2 31.68%, #0528f2 91.57%);
}

body[lang] .title {
  color: #3d9df2;
  font-size: 40px;
  font-weight: 700;
}

body[lang] .text {
  padding-top: 10px;
  color: #000;
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 140%;
}

body[lang] .text a {
  color: #000;
  cursor: pointer;
}

body[lang] .header {
  padding-block: 16px;
  -webkit-box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.15);
}

body[lang] .header #logo {
  background: url("./logo.svg") no-repeat left center;
  padding: 25px;
}

body[lang] .wrapper {
  background: url("./main_bg_1920.png") no-repeat top center;
  padding-bottom: 195px;
}

body[lang] .wrapper .main {
  padding-top: 218px;
}

body[lang] .wrapper .main__title {
  color: #fff;
  text-shadow: 0 0 10px #3d9df2;
  font-size: 75px;
  font-weight: 700;
  line-height: 140%;
  max-width: 576px;
}

body[lang] .wrapper .about {
  padding-top: 140px;
}

body[lang] .wrapper .about__text {
  max-width: 560px;
}

body[lang] .let {
  padding: 38px 50px;
  border-radius: 30px;
  background-color: #0528f2;
}

body[lang] .let__text {
  color: #d9d9d9;
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  line-height: 140%;
}

body[lang] .benefits {
  padding-top: 120px;
  background: url("./benefits_bg_1920.png") no-repeat left top 120px;
}

body[lang] .benefits__title, body[lang] .benefits__text {
  -webkit-padding-start: 640px;
          padding-inline-start: 640px;
}

body[lang] .services {
  padding-top: 95px;
  background: url("./services_bg_1920.png") no-repeat right top 95px;
}

body[lang] .services__text {
  max-width: 560px;
}

body[lang] .footer {
  margin-top: 90px;
  padding-block: 40px;
  color: #fff;
  background-color: #0528f2;
}

body[lang] .footer #logo {
  background: url("./footer_logo.svg") no-repeat top center;
  padding: 25px;
}

body[lang] .footer__text {
  margin-top: 20px;
  padding-top: 20px;
  color: #fff;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  line-height: 140%;
  border-top: 5px solid #056cf2;
  display: inline-block;
}

body[lang] .footer__text a {
  color: #fff;
}

body[lang] .footer__text p {
  display: inline-block;
  margin: 0;
}

body[lang] .footer__text p span {
  font-family: 'Orbitron', sans-serif;
  -webkit-padding-end: 15px;
          padding-inline-end: 15px;
}

body[lang] .footer__text.isHighlighted p {
  background-color: #fff;
  border-radius: 6px;
  padding: 2px 6px;
  -webkit-animation: textPulse 1.2s ease-in-out 3;
          animation: textPulse 1.2s ease-in-out 3;
  will-change: transform, box-shadow;
}

body[lang] .footer__text.isHighlighted p,
body[lang] .footer__text.isHighlighted a {
  color: #0528f2;
}

@media only screen and (max-width: 1199px) {
  .container {
    max-width: 768px;
  }
  body[lang] .button {
    font-size: 24px;
    padding: 15px 50px;
    margin-top: 20px;
  }
  body[lang] .title {
    font-size: 28px;
  }
  body[lang] .text {
    padding-top: 20px;
    font-size: 19px;
  }
  body[lang] .wrapper {
    background: url("./main_bg_1200.png") no-repeat top center;
    padding-bottom: 30px;
  }
  body[lang] .wrapper .main {
    padding-top: 127px;
  }
  body[lang] .wrapper .main__title {
    font-size: 35px;
    max-width: 360px;
  }
  body[lang] .wrapper .about {
    padding-top: 163px;
  }
  body[lang] .wrapper .about__text {
    max-width: unset;
  }
  body[lang] .wrapper .about__text span {
    display: block;
    padding-bottom: 30px;
    max-width: 350px;
  }
  body[lang] .let {
    padding: 24px 31px;
  }
  body[lang] .let__text {
    font-size: 24px;
  }
  body[lang] .benefits {
    padding-top: 48px;
    background: url("./benefits_bg_1200.png") no-repeat center top 345px;
  }
  body[lang] .benefits__title, body[lang] .benefits__text {
    -webkit-padding-start: 0;
            padding-inline-start: 0;
  }
  body[lang] .benefits__title span, body[lang] .benefits__text span {
    display: block;
    padding-top: 485px;
  }
  body[lang] .services {
    padding-top: 33px;
    background: url("./services_bg_1200.png") no-repeat center top 355px;
  }
  body[lang] .services__text {
    max-width: unset;
  }
  body[lang] .services__text span {
    display: block;
    padding-top: 480px;
  }
  body[lang] .footer {
    margin-top: 80px;
  }
  body[lang] .footer__text {
    font-size: 18px;
  }
  body[lang] .footer__text p span {
    display: block;
    -webkit-padding-end: 0px;
            padding-inline-end: 0px;
    padding-bottom: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .container {
    max-width: none;
  }
  body[lang] .button {
    font-size: 20px;
    padding: 7px 30px;
    margin-top: 11px;
  }
  body[lang] .title {
    font-size: 24px;
  }
  body[lang] .text {
    padding-top: 15px;
    font-size: 16px;
    margin: auto;
  }
  body[lang] .header {
    padding-block: 10px;
  }
  body[lang] .header #logo {
    background-size: 180px auto;
    background-position: center;
    padding: 20px;
  }
  body[lang] .wrapper {
    background: url("./main_bg_768.png") no-repeat top center;
    padding-bottom: 22px;
  }
  body[lang] .wrapper .main .container {
    max-width: 320px;
  }
  body[lang] .wrapper .main__title {
    font-size: 32px;
  }
  body[lang] .wrapper .about {
    padding-top: 124px;
  }
  body[lang] .wrapper .about__title {
    text-align: center;
  }
  body[lang] .wrapper .about__text {
    max-width: 280px;
  }
  body[lang] .wrapper .about__text span {
    padding-bottom: 390px;
    max-width: unset;
    text-align: center;
  }
  body[lang] .let {
    padding: 20px 37px;
    max-width: 280px;
    margin: auto;
  }
  body[lang] .let__text {
    font-size: 20px;
  }
  body[lang] .benefits {
    padding-top: 40px;
    background: url("./benefits_bg_768.png") no-repeat center top 495px;
  }
  body[lang] .benefits__title, body[lang] .benefits__text {
    max-width: 280px;
    margin: auto;
  }
  body[lang] .benefits__title span, body[lang] .benefits__text span {
    padding-top: 240px;
  }
  body[lang] .services {
    padding-top: 50px;
    background: url("./services_bg_768.png") no-repeat center top 600px;
  }
  body[lang] .services__title, body[lang] .services__text {
    max-width: 280px;
    margin: auto;
  }
  body[lang] .services__title span, body[lang] .services__text span {
    padding-top: 250px;
  }
  body[lang] .footer {
    margin-top: 50px;
    padding-block: 20px;
  }
  body[lang] .footer #logo {
    background-size: 180px auto;
    padding: 20px;
  }
  body[lang] .footer__text {
    font-size: 16px;
  }
  body[lang] .footer__text p span {
    padding-bottom: 6px;
  }
}
/*# sourceMappingURL=style.css.map */