@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=PT+Sans+Caption:wght@400;700&display=swap");
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
}

a {
  color: inherit;
  text-decoration: none;
}

a,
button {
  cursor: pointer;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}
a:hover,
button:hover {
  -webkit-filter: brightness(0.8);
          filter: brightness(0.8);
  -webkit-transition: 0.1s;
  transition: 0.1s;
}

body,
html {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  background: #000;
}

html {
  overflow-y: auto;
  color: #fff;
  font-family: sans-serif;
}

.container {
  width: 100%;
  max-width: 1360px;
  margin: 0 auto;
}

.main-wrapper {
  background: url(../img/main-bg.png) no-repeat top center/cover;
}

*::-webkit-scrollbar {
  width: 10px;
}

*::-webkit-scrollbar-track {
  background: #000;
  /* цвет зоны отслеживания */
}

*::-webkit-scrollbar-thumb {
  background-color: #00C2FF;
  /* цвет бегунка */
  border-radius: 20px;
  /* округлось бегунка */
}

h2 {
  font-size: 80px;
  line-height: 100px;
  font-family: "Druk";
  font-style: italic;
  font-weight: 700;
  color: #FFFFFF;
  text-transform: uppercase;
}
h2 span {
  color: #00C2FF;
}

.header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  z-index: 20;
}
.header.active {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  background: rgba(0, 0, 0, 0.6784313725);
}
.header .container {
  padding: 15px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.header__logo {
  height: 41px;
  width: auto;
}
.header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 50px;
}
.header__nav a {
  font-family: "Geometria";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  color: rgba(255, 255, 255, 0.6);
}
.header__lang {
  position: relative;
  width: 55px;
  max-width: 55px;
  margin: 0 auto;
}
.header__lang__selector {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  padding: 6px;
  cursor: pointer;
}
.header__lang__selector svg {
  fill: #fff;
}
.header__lang__variant {
  font-size: 16px;
  color: #fff !important;
  opacity: 1;
  font-weight: 500;
  font-family: "Halvar Breitschrift";
}
.header__lang__list {
  display: none;
  background: #000;
  position: absolute;
  top: 30px;
  right: 0;
  width: 100%;
  text-align: center;
  padding: 8px 0;
  border-radius: 6px;
}
.header__lang__list .header__lang__variant {
  padding: 8px;
  display: block;
  width: 100%;
  border-bottom: 1px solid #fff;
  margin: 0 !important;
}
.header__lang__list .header__lang__variant + .header__lang__variant {
  margin-top: 8px !important;
}

.intro {
  padding: 0 0 80px;
  background: url(../img/intro-bg.png) no-repeat center bottom/cover;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.intro__heading {
  padding: 250px 0 250px;
  margin-top: -50px;
  background: url(../img/intro-heading.png) no-repeat center/1000px auto;
  text-align: center;
}
.intro__heading h1 {
  font-family: "Panchang";
  font-style: normal;
  font-weight: 700;
  font-size: 140px;
  line-height: 84.6%;
  color: #FFFFFF;
  text-transform: uppercase;
}
.intro__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 900px;
  margin: -100px auto 80px;
}
.intro__text p {
  width: 100%;
  max-width: 340px;
  font-family: "Halvar Breitschrift";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  text-indent: 42px;
  text-transform: uppercase;
  color: #FFFFFF;
}
.intro__text p:first-child {
  max-width: 390px;
}
.intro__btn {
  text-align: center;
}
.intro__btn a {
  font-family: "Benzin";
  font-size: 16px;
  line-height: 140%;
  leading-trim: both;
  text-edge: cap;
  text-transform: uppercase;
  color: #FFFFFF;
  padding: 30px 40px;
  background: rgba(82, 82, 82, 0.4);
  border: 1px solid rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(119px);
          backdrop-filter: blur(119px);
  border-radius: 90px;
}

.about {
  padding: 120px 0;
}
.about .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 80px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.about__text {
  width: 100%;
  max-width: 535px;
}
.about__text h2 {
  margin-bottom: 30px;
}
.about__text p {
  max-width: 506px;
  font-family: "Halvar Breitschrift";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  color: #FFFFFF;
}
.about__text p + p {
  margin-top: 20px;
}
.about__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px;
  background: rgba(255, 255, 255, 0.0784313725) url(../img/blur-bg.png) no-repeat center/cover;
  border: 1px solid #FFFFFF;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border-radius: 50px;
  padding: 60px;
  width: 100%;
  max-width: 740px;
}
.about__block p {
  width: 100%;
  max-width: 279px;
  font-family: "Benzin";
  font-size: 16px;
  line-height: 18px;
}

.marquee {
  overflow: hidden;
}
.marquee__item {
  -webkit-animation: marquee1 20s linear infinite;
          animation: marquee1 20s linear infinite;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.marquee__item img {
  height: 37px;
}
.marquee__item--left {
  -webkit-animation: marquee2 20s linear infinite;
          animation: marquee2 20s linear infinite;
}
.marquee__item--left img {
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.marquee__item + .marquee__item {
  margin-top: 20px;
}

.what {
  padding-top: 120px;
}
.what .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 60px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.what__img {
  width: 100%;
  max-width: 610px;
  overflow: hidden;
}
.what__img img {
  -webkit-animation: marquee1 50s linear infinite;
          animation: marquee1 50s linear infinite;
}
.what__text {
  width: 100%;
  max-width: 657px;
}
.what__text p {
  margin-top: 30px;
  font-family: "Halvar Breitschrift";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #FFFFFF;
}

.team {
  padding: 120px 0;
}
.team h2{
  font-size: 64px;
}
.team__content {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 70px;
  background: url(../img/team-bg.png) no-repeat bottom right/600px auto;
}
.team__img {
  width: 100%;
  max-width: 605px;
}
.team__text {
  width: 100%;
  max-width: 585px;
}
.team__text p {
  font-family: "Halvar Breitschrift";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
}
.team__text p + p {
  margin-top: 30px;
}

.vacancies {
  padding: 90px 0 50px;
}
.vacancies h2 {
  font-size: 50px;
  line-height: 70px;
}
.vacancies__subtitle {
  margin: 20px 0 35px;
}
.vacancies p {
  font-family: "Halvar Breitschrift";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #FFFFFF;
}
.vacancies__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30px;
  padding: 25px 0;
  border-bottom: 1px solid #e2e2e2;
}
.vacancies__item span {
  font-family: "Halvar Breitschrift";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  text-decoration-line: underline;
  color: #FFFFFF;
}
.vacancies__item + .vacancies__item {
  margin-top: 20px;
}
.vacancies__item img {
  height: 20px;
  width: 20px;
}
.vacancies__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 60px;
  margin: 60px 0;
}
.vacancies__form button {
  border: none;
  background: transparent;
}
.vacancies__form button {
  font-family: "Benzin";
  font-size: 16px;
  line-height: 19px;
  text-transform: uppercase;
  color: #FFFFFF;
  padding: 16px 26px;
  background: #00C2FF;
  border-radius: 8px;
  padding: 16px 56px;
}
.vacancies__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}

.structure {
  padding-top: 80px;
}
.structure__content {
  padding: 110px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 50px 280px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background: url(../img/structure.png) no-repeat center/1000px auto;
}
.structure__item {
  width: 100%;
  max-width: 434px;
  padding: 50px;
  font-family: "Halvar Breitschrift";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  leading-trim: both;
  text-edge: cap;
  text-transform: uppercase;
  color: #FFFFFF;
  text-align: center;
  background: rgba(82, 82, 82, 0.4);
  -webkit-backdrop-filter: blur(119px);
          backdrop-filter: blur(119px);
  border-radius: 90px;
  background: rgba(255, 255, 255, 0.15);
  border: 1px solid #FFFFFF;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
.structure__item:nth-child(3) {
  -webkit-transform: translateX(-100px);
          transform: translateX(-100px);
}
.structure__item:nth-child(4) {
  -webkit-transform: translateX(100px);
          transform: translateX(100px);
}

.footer {
  padding-bottom: 60px;
}
.footer .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
.footer h2 {
  position: relative;
  font-size: 100px;
  line-height: 120px;
  width: 100%;
  max-width: 762px;
}
.footer h2::after {
  position: absolute;
  content: "24/7";
  padding: 10px 30px;
  font-family: "Druk";
  font-style: italic;
  font-weight: 700;
  font-size: 60px;
  line-height: 80px;
  /* or 133% */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
  background: #00C2FF;
  border-radius: 20px;
  -webkit-transform: rotate(4.92deg);
          transform: rotate(4.92deg);
  top: 0;
  right: -20px;
}
.footer__content .vacancies__form {
  margin: 40px 0;
}
.footer__logo {
  height: 51px;
  width: auto;
}
.footer__mami {
  font-family: "Benzin";
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
}
.footer__follow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 20px 0 70px;
}
.footer__follow p {
  font-family: "Benzin";
  font-size: 20px;
  line-height: 30px;
  color: rgba(226, 226, 226, 0.5);
}
.footer__follow img {
  height: 32px;
  width: auto;
}
.footer__copyright {
  font-family: "Benzin";
  font-size: 15px;
  line-height: 22px;
  color: rgba(226, 226, 226, 0.5);
}

.en .footer h2 {
  font-size: 70px;
}

@-webkit-keyframes marquee1 {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes marquee1 {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes marquee2 {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes marquee2 {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.loader-wrap {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: #000;
  overflow: hidden;
  z-index: 1060;
}

.loader-circles {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 200px;
  height: 200px;
}

.loader-circles .circle {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  background-color: transparent;
  border: 4px solid #ffffff;
  border-radius: 50%;
  border-bottom-color: transparent;
  border-right-color: transparent;
  text-align: center;
}

.loader-circles .circle:nth-child(1) {
  width: 20px;
  height: 20px;
  -webkit-animation: rotate-circle linear infinite;
          animation: rotate-circle linear infinite;
  -webkit-animation-duration: 12s;
          animation-duration: 12s;
}

.loader-circles .circle:nth-child(2) {
  width: 40px;
  height: 40px;
  -webkit-animation: rotate-circle linear infinite;
          animation: rotate-circle linear infinite;
  -webkit-animation-duration: 6s;
          animation-duration: 6s;
}

.loader-circles .circle:nth-child(3) {
  width: 60px;
  height: 60px;
  -webkit-animation: rotate-circle linear infinite;
          animation: rotate-circle linear infinite;
  -webkit-animation-duration: 4s;
          animation-duration: 4s;
}

.loader-circles .circle:nth-child(4) {
  width: 80px;
  height: 80px;
  -webkit-animation: rotate-circle linear infinite;
          animation: rotate-circle linear infinite;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
}

.loader-circles .circle:nth-child(5) {
  width: 100px;
  height: 100px;
  -webkit-animation: rotate-circle linear infinite;
          animation: rotate-circle linear infinite;
  -webkit-animation-duration: 2.4s;
          animation-duration: 2.4s;
}

.loader-circles .circle:nth-child(6) {
  width: 120px;
  height: 120px;
  -webkit-animation: rotate-circle linear infinite;
          animation: rotate-circle linear infinite;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}

.loader-circles .circle:nth-child(7) {
  width: 140px;
  height: 140px;
  -webkit-animation: rotate-circle linear infinite;
          animation: rotate-circle linear infinite;
  -webkit-animation-duration: 1.71429s;
          animation-duration: 1.71429s;
}

.loader-circles .circle:nth-child(8) {
  width: 160px;
  height: 160px;
  -webkit-animation: rotate-circle linear infinite;
          animation: rotate-circle linear infinite;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
}

.loader-circles .circle:nth-child(9) {
  width: 180px;
  height: 180px;
  -webkit-animation: rotate-circle linear infinite;
          animation: rotate-circle linear infinite;
  -webkit-animation-duration: 1.33333s;
          animation-duration: 1.33333s;
}

.loader-circles .circle:nth-child(10) {
  width: 200px;
  height: 200px;
  -webkit-animation: rotate-circle linear infinite;
          animation: rotate-circle linear infinite;
  -webkit-animation-duration: 1.2s;
          animation-duration: 1.2s;
}

@-webkit-keyframes rotate-circle {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotate-circle {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotate-circle {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotate-circle {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotate-circle {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotate-circle {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotate-circle {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotate-circle {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotate-circle {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotate-circle {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotate-circle {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.modal {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 100;
  height: 100%;
  display: none;
}

.modal__wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.7882352941);
}

.modal__wrapper h2 {
  color: #212129;
  font-size: 24px;
  font-family: "NextArt", Arial, sans-serif;
  line-height: 1.5;
  font-weight: 700;
  background-position: center center;
  border-color: transparent;
  border-style: solid;
}

.modal__wrapper > div {
  width: 90%;
  max-width: 600px;
  padding: 30px;
  margin: 0 auto;
  background: rgba(0, 0, 0, 0.8);
  border: 5px solid #FFFFFF;
  border-radius: 20px;
}

.modal__close {
  position: absolute;
  top: 10px;
  right: 10px;
  height: 50px;
  width: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
}

.modal__close img {
  height: 30px;
  width: auto;
}

.main-form input, .main-form button {
  display: block;
  width: 100%;
  border: none;
}
.main-form label {
  display: block;
  margin-bottom: 30px;
  position: relative;
}
.main-form label[for=main-form__cv] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  cursor: pointer;
  -webkit-transition: 0.15s;
  transition: 0.15s;
}
.main-form label[for=main-form__cv]:hover {
  -webkit-filter: brightness(0.8);
          filter: brightness(0.8);
  -webkit-transition: 0.15s;
  transition: 0.15s;
}
.main-form span {
  font-family: "Halvar Breitschrift";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #FFFFFF;
  display: block;
  margin-bottom: 16px;
}
.main-form input {
  background: #FFFFFF;
  padding: 15px;
  font-family: "Halvar Breitschrift";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #000;
}
.main-form input::-webkit-input-placeholder {
  font-family: "Halvar Breitschrift";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #5c5c5c;
}
.main-form input::-moz-placeholder {
  font-family: "Halvar Breitschrift";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #5c5c5c;
}
.main-form input:-ms-input-placeholder {
  font-family: "Halvar Breitschrift";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #5c5c5c;
}
.main-form input::-ms-input-placeholder {
  font-family: "Halvar Breitschrift";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #5c5c5c;
}
.main-form input::placeholder {
  font-family: "Halvar Breitschrift";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #5c5c5c;
}
.main-form p {
  font-family: "Halvar Breitschrift";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #FFFFFF;
}
.main-form button {
  font-family: "Benzin";
  font-size: 16px;
  line-height: 19px;
  text-transform: uppercase;
  color: #FFFFFF;
  padding: 16px 26px;
  background: #00C2FF;
  border-radius: 8px;
  padding: 16px 56px;
}

#main-form__cv {
  display: block;
  width: 1px;
  height: 1px;
  opacity: 0;
  position: absolute;
  top: 15px;
  left: 100px;
  padding: 0;
}

.thanks {
  width: 100%;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: url(../img/main-bg-mob.png) no-repeat center/cover;
}
.thanks__content {
  background: #313131 url(../img/thanks.png) no-repeat center bottom/cover;
  border: 5px solid #FFFFFF;
  border-radius: 20px;
  min-height: 380px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  padding: 60px;
}
.thanks__content p {
  font-family: "Halvar Breitschrift";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  color: #FFFFFF;
  padding-bottom: 70px;
}
.thanks__content p a {
  font-family: "Benzin";
  font-size: 16px;
  line-height: 19px;
  text-transform: uppercase;
  color: #FFFFFF;
  padding: 16px 26px;
  background: #00C2FF;
  border-radius: 8px;
  padding: 16px 56px;
}/*# sourceMappingURL=styles.css.map */