/*
* Prefixed by:
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  border: 0;
  font-family: inherit;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
img,
svg {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

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

input {
  outline: none;
  border: none;
  background-color: transparent;
}

input::-moz-placeholder {
  color: inherit;
}

input::-webkit-input-placeholder {
  color: inherit;
}

input:-ms-input-placeholder {
  color: inherit;
}

input::-ms-input-placeholder {
  color: inherit;
}

input::placeholder {
  color: inherit;
}

a {
  display: inline-block;
  color: inherit;
  font-family: inherit;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Thin.ttf");
  font-weight: 100;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Light.ttf");
  font-weight: 300;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Regular.ttf");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Medium.ttf");
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-SemiBold.ttf");
  font-weight: 600;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Bold.ttf");
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-ExtraBold.ttf");
  font-weight: 800;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Black.ttf");
  font-weight: 900;
  font-display: swap;
  font-style: normal;
}

html {
  font-size: 10px;
}

body {
  font-family: "Montserrat";
  color: #FFFFFF;
  background-image: -o-linear-gradient(273deg, #162D3C 2.78%, #0D212E 64.78%);
  background-image: linear-gradient(177deg, #162D3C 2.78%, #0D212E 64.78%);
  background-repeat: no-repeat;
  background-size: auto;
  line-height: 1.2;
}

body.is-menu {
  overflow: hidden;
}

body.is-loader {
  overflow: hidden;
}

.main__wrapper {
  overflow: hidden;
}

.container {
  max-width: 108rem;
  margin: 0 auto;
}

@media screen and (max-width: 1200px) {
  .container {
    max-width: 32rem;
  }
}

.main__link {
  width: 26.3rem;
  height: 7rem;
  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: 1.7rem;
  background-color: #006BC0;
  text-decoration: none;
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.04rem;
  -webkit-transition-property: background-color;
  -o-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-duration: 300ms;
  -o-transition-duration: 300ms;
  transition-duration: 300ms;
}

.main__link:hover {
  background-color: #02508f;
}

@media screen and (max-width: 1200px) {
  .main__link {
    width: 100%;
  }
}

.header {
  position: fixed;
  width: 100%;
  z-index: 2;
  -webkit-transition-property: background-color;
  -o-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-duration: 300ms;
  -o-transition-duration: 300ms;
  transition-duration: 300ms;
}

.header.is-scroll {
  background-color: #162D3C;
}

.header.is-scroll .header__logo img {
  width: 6rem;
  height: auto;
}

.header .container {
  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;
  padding: 2.2rem 0;
  border-bottom: 0.1rem solid rgba(255, 255, 255, 0.05);
}

.header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.5rem;
  text-decoration: none;
}

.header__logo span {
  font-size: 2rem;
  line-height: 1.1;
  font-weight: 100;
}

.header__logo span b {
  font-weight: 700;
  display: block;
  color: #006BC0;
}

.header__logo img {
  -webkit-transition-property: width;
  -o-transition-property: width;
  transition-property: width;
  -webkit-transition-duration: 300ms;
  -o-transition-duration: 300ms;
  transition-duration: 300ms;
}

@media screen and (max-width: 1200px) {
  .header__navigation {
    display: none;
  }
}

.header__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4rem;
}

.header__link {
  text-transform: uppercase;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.032rem;
  text-decoration: none;
  -webkit-transition-duration: 300ms;
  -o-transition-duration: 300ms;
  transition-duration: 300ms;
  -webkit-transition-property: color;
  -o-transition-property: color;
  transition-property: color;
}

.header__link:hover {
  color: #006BC0;
}

.header__link.register__link {
  color: #5EB73E;
}

.header__link.register__link:hover {
  color: #5EB73E;
}

.header__burger {
  display: none;
}

@media screen and (max-width: 1200px) {
  .header__burger {
    display: block;
  }
}

.hero {
  background-image: url(../img/hero-bg-top.png), url(../img/hero-dots-left.svg), url(../img/hero-circle-left.svg);
  background-repeat: no-repeat;
  background-size: 50rem, 14rem, 24rem;
  background-position: top right, top 18.3rem left, top 32rem left;
}

@media screen and (max-width: 1200px) {
  .hero {
    background-image: url(../img/hero-circle-left-sm.svg), url(../img/hero-dots-top-sm.svg), url(../img/hero-bg-top-sm.png), url(../img/hero-circle-bottom-sm.svg);
    background-size: 5rem, 11.8rem, auto, 10rem;
    background-position: top 15rem left, top 14.7rem right, top 27.7rem right, bottom 6.4rem right;
  }
}

.hero .container {
  position: relative;
  padding-top: 30.5rem;
  padding-bottom: 34.5rem;
  background-image: url(../img/hero-bg.svg), url(../img/hero-circle-bottom.svg);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: bottom right, bottom 7.5rem right;
}

.hero .container::before {
  content: "";
  position: absolute;
  left: 8.5rem;
  bottom: 15.1rem;
  width: 0.7rem;
  height: 9.7rem;
  background-color: #006BC0;
}

@media screen and (max-width: 1200px) {
  .hero .container::before {
    bottom: 18rem;
    left: 0;
  }
}

@media screen and (max-width: 1200px) {
  .hero .container {
    background-image: url(../img/hero-dots-bottom-sm.svg), url(../img/hero-bg.svg);
    background-size: 14.7rem, 32rem;
    background-position: bottom 1rem left 6.8rem, top 23.3rem center;
    padding-top: 26.1rem;
    padding-bottom: 33rem;
  }
}

.hero__title {
  position: relative;
  font-size: 8.2rem;
  font-weight: 400;
  letter-spacing: 0.16rem;
  margin-bottom: 3.7rem;
}

@media screen and (max-width: 1200px) {
  .hero__title {
    font-size: 4.8rem;
    letter-spacing: 0.096rem;
    margin-bottom: 2.5rem;
  }
}

.hero__title::before {
  content: "";
  position: absolute;
  top: -3.9rem;
  left: 0;
  width: 5.7rem;
  height: 0.7rem;
  background-color: #006BC0;
}

@media screen and (max-width: 1200px) {
  .hero__title::before {
    top: -2.3rem;
    left: 15.5rem;
  }
}

.hero__date {
  font-size: 2.2rem;
  font-weight: 600;
  text-transform: uppercase;
  color: #006BC0;
  margin-bottom: 3.4rem;
}

@media screen and (max-width: 1200px) {
  .hero__date {
    margin-bottom: 4rem;
  }
}

.hero__address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2rem;
  margin-bottom: 5.2rem;
}

.hero__address span {
  font-size: 3rem;
  letter-spacing: 0.06rem;
}

@media screen and (max-width: 1200px) {
  .hero__address {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 4.4rem;
  }

  .hero__address span {
    font-size: 2.2rem;
    letter-spacing: 0.044rem;
  }
}

.spiker {
  position: relative;
  background-image: url(../img/spiker-dots-right.svg), url(../img/spiker-bg-right.png), url(../img/spiker-dots-left.svg), url(../img/spiker-circle-left.svg);
  background-repeat: no-repeat;
  background-size: 14.8rem, auto, 17.1rem, 11.5rem;
  background-position: top 45rem right, top 60rem right, bottom 42.8rem left, top 70rem left 15rem;
}

@media screen and (max-width: 1200px) {
  .spiker {
    background-image: none;
  }
}

.spiker__dots {
  position: absolute;
  left: 17.5rem;
  top: -6.8rem;
  z-index: -1;
}

@media screen and (max-width: 1700px) {
  .spiker__dots {
    left: 8rem;
  }
}

@media screen and (max-width: 1550px) {
  .spiker__dots {
    left: 0;
  }
}

@media screen and (max-width: 1350px) {
  .spiker__dots {
    left: -7rem;
  }
}

@media screen and (max-width: 1200px) {
  .spiker__dots {
    display: none;
  }
}

.spiker__title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2.6rem;
  margin-bottom: 5.5rem;
  font-size: 5.2rem;
  font-weight: 600;
  letter-spacing: 0.104rem;
}

.spiker__title::before {
  content: "";
  position: absolute;
  width: 71.4rem;
  height: 0.1rem;
  background-color: rgba(255, 255, 255, 0.05);
  right: 0;
  top: 50%;
}

@media screen and (max-width: 1200px) {
  .spiker__title::before {
    width: 13.3rem;
    top: 7.7rem;
  }
}

@media screen and (max-width: 1200px) {
  .spiker__title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 1.5rem;
    font-size: 3.6rem;
    letter-spacing: 0.072rem;
    margin-bottom: 5.3rem;
  }

  .spiker__title img {
    width: 3.7rem;
    height: 3.9rem;
  }
}

.spiker__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -moz-column-gap: 7.9rem;
  -webkit-column-gap: 7.9rem;
  column-gap: 7.9rem;
  row-gap: 5.5rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 1200px) {
  .spiker__list {
    gap: 4.4rem;
  }
}

.spiker__item {
  width: calc((100% - 7.9rem) / 2);
}

@media screen and (max-width: 1200px) {
  .spiker__item {
    width: 100%;
  }
}

.spiker__item_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2rem;
  margin-bottom: 2.5rem;
}

@media screen and (max-width: 1200px) {
  .spiker__item_header {
    margin-bottom: 1.7rem;
  }
}

.spiker__name {
  font-size: 2.6rem;
  font-weight: 600;
  letter-spacing: 0.052rem;
}

.spiker__desc {
  font-size: 2.2rem;
  -ms-flex-wrap: 500;
  flex-wrap: 500;
  line-height: 1.5;
  letter-spacing: 0.044rem;
  margin-bottom: 2.5rem;
}

@media screen and (max-width: 1200px) {
  .spiker__desc {
    font-size: 1.8rem;
    letter-spacing: 0.036rem;
    margin-bottom: 1.7rem;
  }
}

.spiker__text {
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.9;
  color: #D8D8D8;
  letter-spacing: 0.032rem;
}

.partner {
  position: relative;
  padding-top: 10rem;
  background-image: url(../img/partner-dots-right.svg);
  background-repeat: no-repeat;
  background-size: 14.8rem;
  background-position: top right;
}

@media screen and (max-width: 1200px) {
  .partner {
    background-image: none;
  }
}

.partner__back {
  position: absolute;
  left: 0;
  top: -50%;
  z-index: -1;
}

@media screen and (max-width: 1200px) {
  .partner__back {
    display: none;
  }
}

.partner__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 3.1rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 5.2rem;
  font-weight: 600;
  letter-spacing: 0.104rem;
  margin-bottom: 5.4rem;
}

@media screen and (max-width: 1200px) {
  .partner__title {
    font-size: 3.6rem;
    margin-bottom: 3.6rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1.6rem;
  }

  .partner__title img {
    width: 5rem;
    height: auto;
  }
}

.partner__list {
  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;
  padding: 5.6rem 0;
  border-top: 0.1rem solid rgba(255, 255, 255, 0.05);
  border-bottom: 0.1rem solid rgba(255, 255, 255, 0.05);
}

@media screen and (max-width: 1200px) {
  .partner__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 6.2rem;
    padding-bottom: 6.8rem;
    gap: 4.3rem;
  }
}

@media screen and (max-width: 1200px) {
  .partner__logo.sheriff {
    width: 100%;
  }
}

@media screen and (max-width: 1200px) {
  .partner__logo.ajax {
    width: 21.4rem;
  }
}

.program {
  padding-top: 11.8rem;
  background-image: url(../img/program-circle-top.svg), url(../img/program-dots-top.svg), url(../img/program-dots-right.svg), url(../img/program-circle-left.svg), url(../img/program-bg-right.png), url(../img/program-dots-left.svg), url(../img/program-circle-right.svg), url(../img/program-dots-bottom.svg), url(../img/program-bg-bottom.png);
  background-repeat: no-repeat;
  background-size: 14.7rem, 16rem, 21.6rem, 12.1rem, auto, 9.4rem, 10.3rem, 18.7rem, auto;
  background-position: top 4.3rem right 13.5rem, top 56rem left 12.3rem, top 96.5rem right 10.5rem, center left, center right, center left 17.6rem, bottom 89rem right, bottom 84rem right 11.3rem, bottom left;
}

@media screen and (max-width: 1200px) {
  .program {
    padding-top: 4.7rem;
    background-image: url(../img/program-dots-top-left-sm.svg), url(../img/program-dots-top-right-sm.svg);
    background-size: 9.5rem, 6rem;
    background-position: top 4.1rem left, top 5.8rem right;
  }
}

.program__title {
  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: 3rem;
  margin-bottom: 7.2rem;
  font-size: 4.8rem;
  font-weight: 600;
  letter-spacing: 0.096rem;
}

@media screen and (max-width: 1200px) {
  .program__title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1.3rem;
    font-size: 3.6rem;
    letter-spacing: 0.072rem;
    margin-bottom: 6.8rem;
  }
}

.program__list {
  border-top: 0.1rem solid rgba(86, 143, 254, 0.5);
}

.program__item {
  border-bottom: 0.1rem solid rgba(86, 143, 254, 0.5);
  padding: 3.7rem 0;
  color: #FFFFFF;
}

.program__item_main {
  padding: 6.8rem 0;
  color: #5EB73E;
  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;
}

@media screen and (max-width: 1200px) {
  .program__item_main {
    padding: 4.45rem 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1.7rem;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.program__part {
  font-size: 2.2rem;
  font-weight: 900;
  line-height: 1.5;
  letter-spacing: 0.044rem;
}

.program__time {
  font-size: 1.9rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.038rem;
}

.program__item_header {
  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;
}

@media screen and (max-width: 1200px) {
  .program__item_header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1.1rem;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 0.8rem;
  }
}

.program__spiker {
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.044rem;
}

.program__desc {
  font-size: 2rem;
  line-height: 1.6;
  letter-spacing: 0.04rem;
  color: #D8D8D8;
}

.conditions {
  position: relative;
  padding-top: 14.2rem;
  background-image: url(../img/conditions-dots.svg);
  background-repeat: no-repeat;
  background-position: top 0.5rem left 12.3rem;
}

@media screen and (max-width: 1200px) {
  .conditions {
    padding-top: 7.3rem;
    background-image: none;
  }
}

.conditions__title_back {
  font-size: 20rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.4rem;
  color: rgba(255, 255, 255, 0.01);
  text-transform: uppercase;
  position: absolute;
  width: 100%;
  text-align: center;
  top: 7rem;
  left: 0;
}

@media screen and (max-width: 1200px) {
  .conditions__title_back {
    font-size: 10.5rem;
    letter-spacing: 0.2rem;
    top: 4.4rem;
  }
}

.conditions__title {
  text-align: center;
  font-size: 4.8rem;
  font-weight: 600;
  letter-spacing: 0.096rem;
  margin-bottom: 12.3rem;
}

@media screen and (max-width: 1200px) {
  .conditions__title {
    font-size: 3.6rem;
    letter-spacing: 0.072rem;
    margin-bottom: 6.9rem;
  }
}

.conditions__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  gap: 3rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 2.5rem 0;
}

.conditions__item {
  width: calc((100% - 9rem) / 4);
  padding: 3.5rem 0 3.5rem 2.5rem;
  border: 0.3rem solid;
}

@media screen and (max-width: 1200px) {
  .conditions__item {
    width: 100%;
  }
}

.conditions__item_purple {
  -o-border-image: -o-linear-gradient(315deg, #D54F99, #058DD8) 1;
  border-image: linear-gradient(135deg, #D54F99, #058DD8) 1;
}

.conditions__item_purple .conditions__price {
  background: -webkit-gradient(linear, left top, left bottom, from(#D54F99), to(#058DD8));
  background: -o-linear-gradient(top, #D54F99, #058DD8);
  background: linear-gradient(to bottom, #D54F99, #058DD8);
  -webkit-background-clip: text;
  color: transparent;
  font-size: 4.8rem;
  line-height: 1;
}

.conditions__item_blue {
  -o-border-image: -o-linear-gradient(315deg, #058DD8, #473F8F) 1;
  border-image: linear-gradient(135deg, #058DD8, #473F8F) 1;
}

.conditions__item_blue .conditions__price {
  background: -webkit-gradient(linear, left top, left bottom, from(#058DD8), to(#473F8F));
  background: -o-linear-gradient(top, #058DD8, #473F8F);
  background: linear-gradient(to bottom, #058DD8, #473F8F);
  -webkit-background-clip: text;
  color: transparent;
  font-size: 4.8rem;
  line-height: 1;
}

.conditions__item_orange {
  -o-border-image: -o-linear-gradient(315deg, #EE5321, #9E218F) 1;
  border-image: linear-gradient(135deg, #EE5321, #9E218F) 1;
}

.conditions__item_orange .conditions__price {
  background: -webkit-gradient(linear, left top, right top, from(#EE5321), to(#9E218F));
  background: -o-linear-gradient(left, #EE5321, #9E218F);
  background: linear-gradient(to right, #EE5321, #9E218F);
  -webkit-background-clip: text;
  color: transparent;
  font-size: 3.2rem;
  line-height: 1.1;
}

.conditions__item_green {
  -o-border-image: -o-linear-gradient(315deg, #058DD8, #5EB73D) 1;
  border-image: linear-gradient(135deg, #058DD8, #5EB73D) 1;
}

.conditions__item_green .conditions__price {
  background: -webkit-gradient(linear, left top, left bottom, from(#058DD8), to(#5EB73D));
  background: -o-linear-gradient(top, #058DD8, #5EB73D);
  background: linear-gradient(to bottom, #058DD8, #5EB73D);
  -webkit-background-clip: text;
  color: transparent;
  font-size: 3.2rem;
  line-height: 1.1;
}

.conditions__status {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.55;
  letter-spacing: 0.048rem;
  margin-bottom: 1.9rem;
}

.conditions__price {
  font-weight: 800;
  line-height: 1;
}

.register {
  padding-bottom: 12.5rem;
}

@media screen and (max-width: 1200px) {
  .register {
    padding-top: 6.2rem;
    padding-bottom: 3.3rem;
    background-image: url(../img/register-left-bg.png), url(../img/register-right-bg.png);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: top 2rem left, top -2rem right;
  }
}

.register__title {
  position: relative;
  padding-top: 8.4rem;
  padding-bottom: 7rem;
  margin-bottom: 2rem;
  border-left: 0.1rem solid rgba(255, 255, 255, 0.05);
  border-right: 0.1rem solid rgba(255, 255, 255, 0.05);
  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: 3rem;
  font-size: 4.8rem;
  font-weight: 600;
  letter-spacing: 0.096rem;
}

@media screen and (max-width: 1200px) {
  .register__title {
    border: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1.9rem;
    font-size: 3.6rem;
    letter-spacing: 0.072rem;
    margin-bottom: 3.7rem;
    padding: 0;
  }
}

.register__title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: calc(100% - 6.4rem);
  height: 0.1rem;
  background-color: rgba(255, 255, 255, 0.05);
}

@media screen and (max-width: 1200px) {
  .register__title::before {
    display: none;
  }
}

.register__title_big {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 12rem;
  font-weight: 600;
  letter-spacing: 0.24rem;
  color: rgba(255, 255, 255, 0.01);
  text-transform: uppercase;
}

@media screen and (max-width: 1200px) {
  .register__title_big {
    display: none;
  }
}

.register__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.7rem;
}

@media screen and (max-width: 1200px) {
  .register__form {
    gap: 1.6rem;
    padding-bottom: 4.2rem;
    border-bottom: 0.1rem solid rgba(255, 255, 255, 0.05);
  }
}

.form__label {
  border: 0.1rem solid rgba(252, 252, 252, 0.11);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.8rem;
  padding: 2.7rem 3rem;
}

@media screen and (max-width: 1200px) {
  .form__label {
    padding: 1.95rem 3rem;
  }
}

.form__input {
  font-size: 1.8rem;
  font-weight: 300;
  letter-spacing: 0.036rem;
  color: #FFFFFF;
}

.form__submit {
  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: 1.7rem;
  width: 26.3rem;
  height: 7rem;
  margin-left: auto;
  margin-top: 1.9rem;
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.04rem;
  color: #FFFFFF;
  background-color: #006BC0;
  -webkit-transition-property: background-color;
  -o-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-duration: 300ms;
  -o-transition-duration: 300ms;
  transition-duration: 300ms;
}

.form__submit:hover {
  background-color: #02508f;
}

@media screen and (max-width: 1200px) {
  .form__submit {
    margin-top: 0;
    width: 100%;
  }
}

.footer {
  padding-bottom: 8.9rem;
}

@media screen and (max-width: 1200px) {
  .footer {
    padding-bottom: 5.6rem;
  }
}

.footer .container {
  padding-top: 4.5rem;
  border-top: 0.1rem solid rgba(255, 255, 255, 0.05);
  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;
}

@media screen and (max-width: 1200px) {
  .footer .container {
    padding-top: 3.3rem;
    border-top: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.footer__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.5rem;
  text-decoration: none;
  margin-bottom: 2.2rem;
}

.footer__logo span {
  font-size: 2rem;
  line-height: 1.1;
  font-weight: 100;
}

.footer__logo span b {
  font-weight: 700;
  display: block;
  color: #006BC0;
}

@media screen and (max-width: 1200px) {
  .footer__logo {
    margin-bottom: 1rem;
  }
}

.footer__copy {
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.9;
  color: #D8D8D8;
  letter-spacing: 0.04rem;
}

@media screen and (max-width: 1200px) {
  .footer__copy {
    display: none;
  }
}

.footer__address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1rem;
  margin-bottom: 2.1rem;
  font-size: 2rem;
  letter-spacing: 0.04rem;
}

@media screen and (max-width: 1200px) {
  .footer__address {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    line-height: 1.5;
    text-align: center;
    margin-bottom: 1.1rem;
  }
}

.footer__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 1rem;
  text-decoration: none;
  font-size: 2rem;
  letter-spacing: 0.04rem;
  -webkit-transition-property: color;
  -o-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 300ms;
  -o-transition-duration: 300ms;
  transition-duration: 300ms;
}

.footer__link:hover {
  color: #006BC0;
}

@media screen and (max-width: 1200px) {
  .footer__link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    margin-bottom: 2.4rem;
  }
}

.footer__copy_mob {
  display: none;
}

@media screen and (max-width: 1200px) {
  .footer__copy_mob {
    display: block;
    text-align: center;
    font-size: 2rem;
    font-weight: 300;
    letter-spacing: 0.04rem;
    color: #D8D8D8;
  }
}

.menu {
  position: fixed;
  top: 11.9rem;
  left: 0;
  width: 100%;
  height: calc(100% - 11.9rem);
  overflow: hidden;
  background-repeat: no-repeat;
  background-image: url(../img/menu-circle-left.svg), url(../img/menu-dots-right.svg), url(../img/menu-bg-right.png), url(../img/menu-circle-right.svg), url(../img/menu-dots-bottom.svg), -o-linear-gradient(273deg, #162D3C 2.64%, #0D212E 169.01%);
  background-image: url(../img/menu-circle-left.svg), url(../img/menu-dots-right.svg), url(../img/menu-bg-right.png), url(../img/menu-circle-right.svg), url(../img/menu-dots-bottom.svg), linear-gradient(177deg, #162D3C 2.64%, #0D212E 169.01%);
  background-size: 1.7rem, 11.8rem, auto, 10rem, 14.7rem, auto;
  background-position: top 2.5rem left, top 2.9rem right, top 15.9rem right, top 47.9rem right, top 64.3rem left 10.3rem, top center;
  -webkit-transition-duration: 300ms;
  -o-transition-duration: 300ms;
  transition-duration: 300ms;
  -webkit-transition-property: opacity, visibility, -webkit-transform;
  transition-property: opacity, visibility, -webkit-transform;
  -o-transition-property: transform, opacity, visibility;
  transition-property: transform, opacity, visibility;
  transition-property: transform, opacity, visibility, -webkit-transform;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}

.menu.is-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
}

.menu.is-menu-fixed {
  top: 10.7rem;
  height: calc(100% - 10.7rem);
}

.menu .container {
  position: relative;
  height: 100%;
  background-image: url(../img/hero-bg.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: top 11.5rem center;
}

.menu .container::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 5.7rem;
  height: 0.7rem;
  background-color: #006BC0;
}

.menu .container::after {
  content: "";
  position: absolute;
  top: 63.3rem;
  left: 0;
  height: 9.7rem;
  width: 0.8rem;
  background-color: #006BC0;
}

@media screen and (max-width: 390px) {
  .menu .container::after {
    top: 55rem;
  }
}

.menu__list {
  padding-top: 6.3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 5.3rem;
}

@media screen and (max-width: 390px) {
  .menu__list {
    padding-top: 5rem;
    gap: 4.5rem;
  }
}

.menu__link {
  font-size: 2.4rem;
  font-weight: 500;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.048rem;
}

.menu__link.register__link {
  color: #5EB73E;
}

@media screen and (max-width: 390px) {
  .menu__link {
    font-size: 2.2rem;
  }
}

.thanks__header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 2.6rem;
  padding-bottom: 3.5rem;
  z-index: 1;
}

@media screen and (max-width: 1200px) {
  .thanks__header {
    padding-top: 2.1rem;
    padding-bottom: 2.3rem;
  }
}

.thanks {
  background-repeat: no-repeat;
  background-image: url(../img/thanks-bg-top.png), url(../img/thanks-dots-top.svg), url(../img/thanks-dots-left.svg), url(../img/thanks-circle-left.svg), url(../img/thanks-bg-left.png), url(../img/thanks-circle-top.svg), url(../img/thanks-dots-right.svg);
  background-size: auto, 21.7rem, 11.8rem, 7.1rem, auto, 15.7rem, 12.6rem;
  background-position: top center, top right 29rem, top 18.3rem left, top 39.1rem left, top 54.2rem left, top 18.7rem right 22.8rem, top 27rem right 8.3rem;
}

@media screen and (max-width: 1200px) {
  .thanks {
    background-image: url(../img/thanks-dots-top-sm.svg), url(../img/thanks-bg-right-sm.png), url(../img/thanks-circle-top-sm.svg), url(../img/thanks-dots-bottom-sm.svg), url(../img/thanks-circle-bottom-sm.svg), url(../img/thanks-bg-left-sm.png);
    background-size: 6.3rem, auto, 3.7rem, 19.8rem, 7rem, auto;
    background-position: top 2.2rem right, top 11.7rem right, top 13.7rem left, bottom 18.8rem right, bottom 3.3rem right, bottom -1rem left;
  }
}

.thanks .container {
  position: relative;
  padding-top: 25.6rem;
  padding-bottom: 16.6rem;
  background-image: url(../img/hero-bg.svg), url(../img/thanks-circle-bottom.svg);
  background-repeat: no-repeat;
  background-size: 62.7rem, 17.9rem;
  background-position: center right, bottom 14.9rem right 11.7rem;
}

@media screen and (max-width: 1200px) {
  .thanks .container {
    padding-top: 27rem;
    padding-bottom: 22.8rem;
    background-image: none;
    border-bottom: 0.1rem solid rgba(255, 255, 255, 0.05);
    background-image: url(../img/hero-bg.svg);
    background-size: 100%;
    background-position: top 23.3rem center;
  }
}

.thanks .container::before {
  content: "";
  position: absolute;
  top: 13.5rem;
  left: 0;
  width: 37.1rem;
  height: 0.1rem;
  background-color: rgba(255, 255, 255, 0.05);
}

@media screen and (max-width: 1200px) {
  .thanks .container::before {
    top: 11.8rem;
    width: 32rem;
  }
}

.thanks .container::after {
  content: "";
  position: absolute;
  top: 13.5rem;
  left: -8.6rem;
  width: 0.1rem;
  height: 42rem;
  background-color: rgba(255, 255, 255, 0.05);
}

@media screen and (max-width: 1200px) {
  .thanks .container::after {
    display: none;
  }
}

.thanks__title {
  position: relative;
  font-size: 8.2rem;
  font-weight: 400;
  letter-spacing: 0.164rem;
  margin-bottom: 4.3rem;
}

@media screen and (max-width: 1200px) {
  .thanks__title {
    font-size: 3.8rem;
    letter-spacing: 0.08rem;
    margin-bottom: 2.1rem;
  }
}

.thanks__title::before {
  content: "";
  position: absolute;
  top: -3.9rem;
  left: 0;
  width: 5.7rem;
  height: 0.7rem;
  background-color: #006BC0;
}

@media screen and (max-width: 1200px) {
  .thanks__title::before {
    top: -3.1rem;
  }
}

.thanks__desc {
  font-size: 1.6rem;
  font-weight: 300;
  color: #D8D8D8;
  line-height: 1.9;
  letter-spacing: 0.032rem;
  max-width: 65.9rem;
  margin-bottom: 4.2rem;
}

@media screen and (max-width: 1200px) {
  .thanks__desc {
    margin-bottom: 2.3rem;
  }
}

.thanks__link {
  width: 26.3rem;
  height: 7rem;
  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: 1rem;
  text-decoration: none;
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.04rem;
  background-color: #006BC0;
  -webkit-transition-property: background-color;
  -o-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-duration: 300ms;
  -o-transition-duration: 300ms;
  transition-duration: 300ms;
}

.thanks__link:hover {
  background-color: #02508f;
}

@media screen and (max-width: 1200px) {
  .thanks__link {
    width: 100%;
  }
}

.loader {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(22, 45, 60, 0.2196078431);
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  z-index: 100;
}

.loader.active {
  display: block;
}

.loader__container {
  position: absolute !important;
  top: 50%;
  left: 50%;
  width: 150px;
  height: 150px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}