@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
.container {
  max-width: 1280px;
  margin: 0 auto;
}
@media (max-width: 1300px) {
  .container {
    max-width: 1200px;
  }
}
@media (max-width: 1220px) {
  .container {
    max-width: 992px;
  }
}
@media (max-width: 992px) {
  .container {
    max-width: 768px;
  }
}
@media (max-width: 768px) {
  .container {
    max-width: none;
    padding: 0 12px;
  }
}

* {
  padding: 0px;
  margin: 0px;
  border: 0px;
}

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

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

aside,
nav,
footer,
header,
section {
  display: block;
}

html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
  min-width: 375px;
  position: relative;
  width: 100%;
  color: #000;
  background-color: #fff;
  font-family: "Inter", serif;
}

body {
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
@media (max-width: 992px) {
  body.lock {
    overflow: hidden;
  }
}

input,
button,
textarea {
  font-family: "Inter", serif;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit;
}

.container {
  max-width: 1280px;
  margin: 0 auto;
}
@media (max-width: 1300px) {
  .container {
    max-width: 1200px;
  }
}
@media (max-width: 1220px) {
  .container {
    max-width: 992px;
  }
}
@media (max-width: 992px) {
  .container {
    max-width: 768px;
  }
}
@media (max-width: 768px) {
  .container {
    max-width: none;
    padding: 0 12px;
  }
}

body,
html {
  background-color: #131418;
  color: #fff;
}
body.lock,
html.lock {
  overflow: hidden;
}

.content {
  overflow: hidden;
}

.no-select {
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Chrome/Safari/Opera */ /* Konqueror */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none;
}

.open-popup {
  cursor: pointer;
}

.iti__search-input {
  background-color: #fff !important;
  height: 30px !important;
  line-height: 30px !important;
  border-radius: 0px !important;
}

.iti__divider {
  display: none !important;
}

.mb30 {
  margin-bottom: 30px;
}

.font-80 {
  font-size: 80px;
  font-weight: 100;
  line-height: 1.3;
  text-transform: uppercase;
  text-align: center;
}
@media (max-width: 1300px) {
  .font-80 {
    font-size: 75px;
  }
}
@media (max-width: 1220px) {
  .font-80 {
    font-size: 70px;
  }
}
@media (max-width: 992px) {
  .font-80 {
    font-size: 60px;
  }
}
@media (max-width: 768px) {
  .font-80 {
    font-size: 50px;
  }
}
@media (max-width: 480px) {
  .font-80 {
    font-size: 40px;
  }
}

.font-20 {
  font-size: 20px;
  line-height: 1.3;
}
@media (max-width: 480px) {
  .font-20 {
    font-size: 16px;
  }
}
.font-20 span {
  font-size: 30px;
  color: #80a1d4;
}
@media (max-width: 480px) {
  .font-20 span {
    font-size: 20px;
  }
}

.pt {
  padding-top: 80px;
}
@media (max-width: 1300px) {
  .pt {
    padding-top: 70px;
  }
}
@media (max-width: 1220px) {
  .pt {
    padding-top: 60px;
  }
}
@media (max-width: 992px) {
  .pt {
    padding-top: 50px;
  }
}
@media (max-width: 768px) {
  .pt {
    padding-top: 40px;
  }
}

.pb {
  padding-bottom: 80px;
}
@media (max-width: 1300px) {
  .pb {
    padding-bottom: 70px;
  }
}
@media (max-width: 1220px) {
  .pb {
    padding-bottom: 60px;
  }
}
@media (max-width: 992px) {
  .pb {
    padding-bottom: 50px;
  }
}
@media (max-width: 768px) {
  .pb {
    padding-bottom: 40px;
  }
}

.iti__country-name {
  color: #333 !important;
}

#content {
  margin-bottom: 40px;
}
#content h1 {
  font-size: 25px;
  margin-bottom: 20px;
}
#content h4 {
  margin-bottom: 10px;
  font-size: 20px;
}
#content .mb-4 {
  margin-bottom: 10px;
}
#content p {
  font-size: 16px;
}

#cookie_notification {
  position: fixed;
  left: 50px;
  margin: auto;
  z-index: 100;
  top: 50px;
  width: 320px;
  padding: 20px;
  border-radius: 25px;
  background-color: #fff;
  border: 1px solid #000;
}

#cookie_notification p {
  color: #000;
  line-height: 1.3;
}

#cookie_notification.none {
  display: none;
}

.cookie_notification-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 20px;
}

.cookie_accept {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 49%;
          flex: 0 1 49%;
  display: block;
  width: 49% !important;
  background-color: rgba(0, 255, 21, 0.612);
  font-size: 20px;
  height: 30px;
  border-radius: 25px;
  color: #fff;
  border: none !important;
  cursor: pointer;
}

.cookie_reject {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 49%;
          flex: 0 1 49%;
  font-size: 20px;
  height: 30px;
  border: none !important;
  border-radius: 25px;
  color: #fff;
  background-color: rgba(255, 0, 0, 0.612);
  cursor: pointer;
}

@media (max-width: 480px) {
  #cookie_notification {
    left: 0;
    right: 0;
    margin: auto;
    top: 50px;
    width: 320px;
    padding: 10px;
  }
}
.banner-body {
  background: url("./../img/1/bg.png") right 0/cover no-repeat;
}

.banner-content {
  padding: 197px 0 132px 0;
  position: relative;
}
@media (max-width: 1220px) {
  .banner-content {
    padding: 120px 0 132px 0;
  }
}
@media (max-width: 992px) {
  .banner-content {
    padding: 40px 0 0px 0;
  }
}

.banner-top {
  margin-bottom: 300px;
}
@media (max-width: 992px) {
  .banner-top {
    margin-bottom: 40px;
  }
}

.banner-top__title {
  font-size: 110px;
  font-weight: 300;
  margin-bottom: 40px;
  line-height: 1.3;
}
@media (max-width: 992px) {
  .banner-top__title {
    font-size: 90px;
  }
}
@media (max-width: 768px) {
  .banner-top__title {
    font-size: 80px;
  }
}

.banner-top__subtitle {
  font-weight: 500;
  font-style: italic;
  line-height: 1.3;
  font-size: 30px;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .banner-top__subtitle {
    font-size: 24px;
  }
}

.banner-top__btn {
  background-color: #80a1d4;
  max-width: 310px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 30px;
}
@media (max-width: 992px) {
  .banner-top__btn {
    max-width: 100%;
  }
}
@media (max-width: 480px) {
  .banner-top__btn {
    height: 53px;
    line-height: 53px;
    font-size: 24px;
  }
}

.banner-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 32px;
}
@media (max-width: 1220px) {
  .banner-bottom {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 700px;
  }
}
@media (max-width: 992px) {
  .banner-bottom {
    display: none;
    margin-bottom: 40px;
    max-width: 100%;
  }
}
.banner-bottom.mob {
  display: none;
}
@media (max-width: 992px) {
  .banner-bottom.mob {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.banner-bottom-left {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 390px;
          flex: 0 1 390px;
  border-bottom: 1px solid #fff;
  padding-bottom: 15px;
}
@media (max-width: 992px) {
  .banner-bottom-left {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.banner-bottom-left__title {
  color: #80a1d4;
  font-size: 28px;
  line-height: 1.3;
  margin-right: 16px;
}
@media (max-width: 480px) {
  .banner-bottom-left__title {
    font-size: 20px;
  }
}

.banner-bottom-left__subtitle {
  font-size: 20px;
  line-height: 1.5;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 251px;
          flex: 0 1 251px;
}
@media (max-width: 480px) {
  .banner-bottom-left__subtitle {
    font-size: 16px;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 235px;
            flex: 0 1 235px;
  }
}

.banner-bottom-right {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 352px;
          flex: 0 1 352px;
  border-bottom: 1px solid #fff;
  padding-bottom: 15px;
}
@media (max-width: 992px) {
  .banner-bottom-right {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.banner-bottom-right__title {
  color: #80a1d4;
  font-size: 28px;
  line-height: 1.3;
  margin-right: 16px;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 142px;
          flex: 0 1 142px;
}
@media (max-width: 480px) {
  .banner-bottom-right__title {
    font-size: 20px;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 101px;
            flex: 0 1 101px;
  }
}

.banner-bottom-right__subtitle {
  font-size: 20px;
  line-height: 1.5;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 182px;
          flex: 0 1 182px;
}
@media (max-width: 480px) {
  .banner-bottom-right__subtitle {
    font-size: 16px;
  }
}

.banner-content__man {
  width: 581px;
  height: 827px;
  position: absolute;
  bottom: 0;
  right: -50px;
  background: url("./../img/1/1.png") 0 0/cover no-repeat;
}
@media (max-width: 1300px) {
  .banner-content__man {
    width: 531px;
    height: 797px;
  }
}
@media (max-width: 1220px) {
  .banner-content__man {
    right: 0;
  }
}
@media (max-width: 992px) {
  .banner-content__man {
    display: none;
  }
}

.banner-content__manmob {
  display: none;
}
@media (max-width: 992px) {
  .banner-content__manmob {
    display: block;
    text-align: center;
  }
  .banner-content__manmob img {
    max-width: 100%;
  }
}

.about {
  background: url("./../img/2/bg.png") 0 0/cover no-repeat;
}

.about__title {
  margin-bottom: 56px;
}
@media (max-width: 480px) {
  .about__title {
    margin-bottom: 40px;
  }
}

.about-top {
  margin-bottom: 72px;
  margin-left: 166px;
  max-width: 764px;
}
@media (max-width: 1220px) {
  .about-top {
    margin-left: 0;
  }
}
@media (max-width: 768px) {
  .about-top {
    margin-bottom: 24px;
  }
}

.about-top__item {
  margin-bottom: 32px;
  padding-left: 64px;
  position: relative;
}
@media (max-width: 480px) {
  .about-top__item {
    padding-left: 40px;
  }
}
.about-top__item:after {
  content: "";
  display: inline-block;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
  width: 40px;
  height: 40px;
  background: url("./../img/2/1.png") 0 0/cover no-repeat;
}
@media (max-width: 480px) {
  .about-top__item:after {
    width: 24px;
    height: 24px;
    bottom: unset;
    top: 3px;
  }
}
.about-top__item:last-child {
  margin-bottom: 0;
}

.about-bottom__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 1220px) {
  .about-bottom__wrap {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.about-bottom__title {
  margin-bottom: 32px;
  font-size: 30px;
  color: #80a1d4;
  line-height: 1.3;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .about-bottom__title {
    font-size: 24px;
  }
}

.about-bottom__item {
  margin-bottom: 16px;
  padding-left: 16px;
}
.about-bottom__item:last-child {
  margin-bottom: 0;
}

.who {
  background: url("./../img/3/bg.png") right 0/cover no-repeat;
}
@media (max-width: 1100px) {
  .who {
    background: url("./../img/3/bg.png") 0 0/cover no-repeat;
  }
}

.who__title {
  margin-bottom: 56px;
}
@media (max-width: 480px) {
  .who__title {
    margin-bottom: 40px;
  }
}

.who-content {
  max-width: 724px;
  margin: 0 auto;
}

.who-content-item {
  padding-bottom: 19px;
  margin-bottom: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #fff;
}
.who-content-item:last-child {
  margin-bottom: 0;
}

.who-content-item__number {
  margin-right: 12px;
  color: #80a1d4;
  font-size: 28px;
  line-height: 1.3;
}
@media (max-width: 480px) {
  .who-content-item__number {
    font-size: 20px;
  }
}

.self {
  background: url("./../img/4/bg.png") center 0/cover no-repeat;
}
@media (max-width: 480px) {
  .self {
    background: url("./../img/4/bg1.png") center 0/contain no-repeat;
  }
}

.self__title {
  margin-bottom: 56px;
}
@media (max-width: 480px) {
  .self__title {
    margin-bottom: 40px;
  }
}

.self__subtitle {
  text-align: center;
  margin-bottom: 56px;
}
@media (max-width: 480px) {
  .self__subtitle {
    margin-bottom: 24px;
    text-align: left;
  }
}

.self__btn {
  background-color: #80a1d4;
  max-width: 480px;
  height: 68px;
  line-height: 68px;
  text-align: center;
  font-size: 30px;
  margin: 0 auto;
  display: block;
}
@media (max-width: 992px) {
  .self__btn {
    max-width: 100%;
  }
}
@media (max-width: 480px) {
  .self__btn {
    height: 61px;
    line-height: 61px;
    font-size: 24px;
  }
}

.know {
  position: relative;
  background: url("./../img/5/bg.png") center 0/cover no-repeat;
}
.know:after {
  content: "";
  display: inline-block;
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  z-index: -1;
  height: 100%;
  background-color: #fff;
}
.know:before {
  content: "";
  display: inline-block;
  left: 0;
  bottom: 0;
  position: absolute;
  width: 100%;
  height: 70px;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(90%, #131418));
  background: linear-gradient(transparent, #131418 90%);
}
@media (max-width: 1400px) {
  .know:before {
    display: none;
  }
}

.know__title {
  margin-bottom: 56px;
}
@media (max-width: 480px) {
  .know__title {
    margin-bottom: 40px;
  }
}

.know-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1220px) {
  .know-row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 32px;
  }
}

.know-row-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 600px;
          flex: 0 1 600px;
  text-align: center;
  padding: 24px 41px;
  background: url("./../img/5/1.png") center 0/cover no-repeat;
}
@media (max-width: 1300px) {
  .know-row-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 580px;
            flex: 0 1 580px;
  }
}

.know-row-item__title {
  font-weight: 300;
  font-size: 50px;
  line-height: 1.3;
  color: #80a1d4;
  margin-bottom: 32px;
}
@media (max-width: 600px) {
  .know-row-item__title {
    font-size: 24px;
  }
}

.know-row-item-block {
  margin-bottom: 24px;
}
.know-row-item-block:last-child {
  margin-bottom: 0;
}

.know-row-item-block__title {
  margin-bottom: 10px;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 1.3;
}
@media (max-width: 600px) {
  .know-row-item-block__title {
    font-size: 20px;
  }
}

.know-row-item-block__subtitle {
  font-size: 20px;
  line-height: 1.3;
}
@media (max-width: 600px) {
  .know-row-item-block__subtitle {
    font-size: 16px;
  }
}

.after__title {
  margin-bottom: 56px;
}
@media (max-width: 480px) {
  .after__title {
    margin-bottom: 40px;
  }
}

.after-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 40px 0px;
  margin-bottom: 56px;
}
@media (max-width: 480px) {
  .after-row {
    gap: 24px 0;
    margin-bottom: 24px;
  }
}

.after-row-column {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 620px;
          flex: 0 1 620px;
  border: 1px solid #fff;
  padding: 14px 8px 14px 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1300px) {
  .after-row-column {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 580px;
            flex: 0 1 580px;
  }
}
@media (max-width: 1220px) {
  .after-row-column {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
  }
}

.after-row-column-left__img {
  padding-right: 8px;
  margin-right: 8px;
  position: relative;
}
.after-row-column-left__img:after {
  content: "";
  display: inline-block;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
  width: 1px;
  height: 45px;
  background-color: #fff;
}

.after-row-column__right {
  text-align: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
}

.after__text {
  margin-bottom: 56px;
  text-align: center;
  color: #80a1d4;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 1.3;
}
@media (max-width: 480px) {
  .after__text {
    font-size: 24px;
    margin-bottom: 24px;
  }
}

.after__btn {
  background-color: #80a1d4;
  max-width: 480px;
  height: 68px;
  line-height: 68px;
  text-align: center;
  font-size: 30px;
  margin: 0 auto;
  display: block;
}
@media (max-width: 992px) {
  .after__btn {
    max-width: 100%;
  }
}
@media (max-width: 480px) {
  .after__btn {
    height: 61px;
    line-height: 61px;
    font-size: 24px;
  }
}

.author {
  background: url("./../img/6/bg.png") 0 0/cover no-repeat;
}
@media (max-width: 480px) {
  .author {
    background: url("./../img/6/bg1.png") 0 0/cover no-repeat;
  }
}

.author__title {
  margin-bottom: 56px;
}
@media (max-width: 480px) {
  .author__title {
    margin-bottom: 40px;
  }
}

.author__subtitle {
  text-transform: uppercase;
  font-size: 30px;
  margin-bottom: 24px;
  text-align: center;
  font-weight: 200;
  line-height: 1.3;
}
@media (max-width: 480px) {
  .author__subtitle {
    font-size: 24px;
  }
}

.author-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1104px;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .author-row {
    max-width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.author-row-left {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 604px;
          flex: 0 1 604px;
}
@media (max-width: 1300px) {
  .author-row-left {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 550px;
            flex: 0 1 550px;
  }
}
@media (max-width: 992px) {
  .author-row-left {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 24px;
  }
}

.author-row-left__title {
  font-size: 36px;
  font-weight: 500;
  text-align: center;
  line-height: 1.3;
  margin-bottom: 25px;
  color: #80a1d4;
}
@media (max-width: 480px) {
  .author-row-left__title {
    font-size: 24px;
  }
}

.author-row-left-list {
  margin-bottom: 25px;
}

.author-row-left-list__item {
  margin-bottom: 16px;
  padding-left: 48px;
  position: relative;
}
.author-row-left-list__item:after {
  content: "";
  display: inline-block;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
  width: 24px;
  height: 24px;
  background: url("./../img/6/3.png") 0 0/cover no-repeat;
}
.author-row-left-list__item:last-child {
  margin-bottom: 0;
}

.author-row-left__text {
  font-size: 20px;
  font-style: italic;
  line-height: 1.3;
  color: #80a1d4;
}
@media (max-width: 480px) {
  .author-row-left__text {
    font-size: 16px;
  }
}

.author-row__right {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 420px;
          flex: 0 1 420px;
}
.author-row__right img {
  width: 100%;
}

.why__title {
  margin-bottom: 56px;
}
@media (max-width: 480px) {
  .why__title {
    margin-bottom: 40px;
  }
}

.why-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1220px) {
  .why-row {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 24px;
  }
}

.why-row-column {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 400px;
          flex: 0 1 400px;
  border: 1px solid #80a1d4;
  padding: 32px 24px;
  text-align: center;
}
@media (max-width: 1300px) {
  .why-row-column {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 380px;
            flex: 0 1 380px;
  }
}
@media (max-width: 1220px) {
  .why-row-column {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 400px;
            flex: 0 1 400px;
  }
}

.why-row-column__img {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .why-row-column__img {
    margin-bottom: 24px;
  }
}

.why-row-column__title {
  margin-bottom: 24px;
  font-weight: 600;
  line-height: 1.3;
  font-size: 30px;
}

.why-row-column__subtitle {
  font-size: 20px !important;
}

.registration {
  position: relative;
  background: url("./../img/5/bg.png") center 0/cover no-repeat;
}
.registration:after {
  content: "";
  display: inline-block;
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  z-index: -1;
  height: 100%;
  background-color: #fff;
}
.registration:before {
  content: "";
  display: inline-block;
  left: 0;
  bottom: 0;
  position: absolute;
  width: 100%;
  height: 70px;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(90%, #131418));
  background: linear-gradient(transparent, #131418 90%);
}

.registration__title {
  margin-bottom: 56px;
}
@media (max-width: 480px) {
  .registration__title {
    margin-bottom: 40px;
  }
}

.registration-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media (max-width: 1220px) {
  .registration-row {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media (max-width: 1050px) {
  .registration-row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.registration-row__left {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 472px;
          flex: 0 1 472px;
  margin-right: 70px;
}
.registration-row__left img {
  width: 100%;
}
@media (max-width: 1220px) {
  .registration-row__left {
    margin-right: 10px;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 470px;
            flex: 0 1 470px;
  }
}
@media (max-width: 1050px) {
  .registration-row__left {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-right: 0;
  }
}

.registration-row-right {
  max-width: 628px;
  padding: 40px 32px;
  margin: 0 auto;
  background: url("./../img/8/2.png") center 0/cover no-repeat;
}
@media (max-width: 1220px) {
  .registration-row-right {
    max-width: 560px;
    margin-bottom: 30px;
  }
}
@media (max-width: 600px) {
  .registration-row-right {
    padding: 32px 14px;
  }
}

.registration-row-right__text {
  font-size: 30px;
  text-transform: uppercase;
  line-height: 1.3;
  color: #80a1d4;
  margin-bottom: 32px;
  text-align: center;
}
@media (max-width: 600px) {
  .registration-row-right__text {
    font-size: 24px;
  }
}

.registration-row-right-form {
  position: relative;
  z-index: 2;
}

.registration-row-right-form-input {
  position: relative;
  margin-bottom: 50px;
}
@media (max-width: 480px) {
  .registration-row-right-form-input {
    margin-bottom: 24px;
  }
}
.registration-row-right-form-input .iti--allow-dropdown {
  width: 100%;
}
.registration-row-right-form-input label.error {
  display: block;
  color: red;
  font-size: 12px;
  position: absolute;
  bottom: -15px;
  left: 0;
}
.registration-row-right-form-input input {
  padding-bottom: 20px;
  padding-left: 16px;
  padding-right: 16px;
  width: 100%;
  font-size: 20px;
  color: #fff;
  background-color: transparent;
  border-bottom: 1px solid #fff;
}
@media (max-width: 480px) {
  .registration-row-right-form-input input {
    font-size: 18px;
  }
}
.registration-row-right-form-input input::-webkit-input-placeholder {
  color: #fff;
}
.registration-row-right-form-input input::-moz-placeholder {
  color: #fff;
}
.registration-row-right-form-input input:-ms-input-placeholder {
  color: #fff;
}
.registration-row-right-form-input input::-ms-input-placeholder {
  color: #fff;
}
.registration-row-right-form-input input::placeholder {
  color: #fff;
}
.registration-row-right-form-input input.error {
  border-bottom: 1px solid red;
}
.registration-row-right-form-input textarea {
  width: 100% !important;
  max-width: 100%;
  min-height: 100px;
  padding-bottom: 16px;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 16px;
  width: 100%;
  font-size: 20px;
  color: #fff;
  background-color: transparent;
  border: 1px solid #fff;
}
@media (max-width: 480px) {
  .registration-row-right-form-input textarea {
    font-size: 18px;
  }
}
.registration-row-right-form-input textarea::-webkit-input-placeholder {
  color: #fff;
}
.registration-row-right-form-input textarea::-moz-placeholder {
  color: #fff;
}
.registration-row-right-form-input textarea:-ms-input-placeholder {
  color: #fff;
}
.registration-row-right-form-input textarea::-ms-input-placeholder {
  color: #fff;
}
.registration-row-right-form-input textarea::placeholder {
  color: #fff;
}
.registration-row-right-form-input textarea.error {
  border: 1px solid red;
}
.registration-row-right-form-input:nth-child(2) {
  margin-bottom: 30px;
}
@media (max-width: 480px) {
  .registration-row-right-form-input:nth-child(2) {
    margin-bottom: 4px;
  }
}
.registration-row-right-form-input:nth-child(3) input {
  padding-top: 20px;
}

.registration-row-right-form__btn {
  background-color: #80a1d4;
  width: 100%;
  height: 68px;
  line-height: 68px;
  text-align: center;
  font-size: 30px;
  margin: 0 auto;
  display: block;
  color: #fff;
}
@media (max-width: 480px) {
  .registration-row-right-form__btn {
    height: 61px;
    line-height: 61px;
    font-size: 24px;
  }
}

.iti__arrow {
  border-top-color: #fff !important;
}

.iti__arrow--up {
  border-bottom-color: #fff !important;
}

/* Стили для состояния "отмечено" */
.registration-row-right-form-input-checkbox {
  margin-bottom: 20px;
}

.registration-row-right-form-input-checkbox input[type=checkbox]:checked {
  /* стили для выбранного состояния */
  position: relative;
}
.registration-row-right-form-input-checkbox input[type=checkbox]:checked:after {
  content: "";
  display: inline-block;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  position: absolute;
  width: 8px;
  height: 8px;
  background-color: #fff;
}

/* Стили для состояния "отключено" */
.registration-row-right-form-input-checkbox input[type=checkbox]:disabled {
  /* стили для отключённого состояния */
}

.registration-row-right-form-input-checkbox input[type=checkbox].error {
  border-color: red;
}

.registration-row-right-form-input-checkbox label.error {
  font-size: 12px;
  color: red;
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
  margin-top: 5px;
}

.registration-row-right-form-input-checkbox input[type=checkbox] {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.registration-row-right-form-input-checkbox span {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  font-size: 12px;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 calc(100% - 30px);
          flex: 0 1 calc(100% - 30px);
}

.registration-row-right-form-input-checkbox label.error {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.registration-row-right-form-input-checkbox input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  /* базовые стили для кастомного оформления */
  width: 16px;
  height: 16px;
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 2px;
  cursor: pointer;
}

.registration-row-right-form-input-checkbox__label {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 12px;
}

#cookie_notification1 {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

#cookie_notification1.none {
  pointer-events: none;
  opacity: 0;
}

.cookie_notification1__body {
  padding: 32px 0;
  background-color: #000;
}

.cookie_notification1-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.cookie_notification1-row-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cookie_notification1-row-left__img {
  height: 36px;
  min-height: 36px;
  min-width: 36px;
  width: 36px;
  border-radius: 10px;
  background-color: #80a1d4;
  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;
  margin-right: 12px;
}

.cookie_notification1-row-left__text {
  font-size: 13px;
  font-weight: 400;
  color: #fff;
}

.cookie_notification1-row-right__btn {
  width: 160px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  color: #fff;
  background-color: #80a1d4;
  border-radius: 2px;
  font-weight: 600;
  font-size: 12px;
  margin-left: 32px;
  cursor: pointer;
}

.cookie_notification1-row-right .cookie_notification1-row-left__img {
  display: none;
}

@media (max-width: 768px) {
  .cookie_notification1__body {
    padding: 20px 0;
  }
  .cookie_notification1-row-left__img {
    display: none;
  }
  .cookie_notification1-row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .cookie_notification1-row-right__btn {
    margin-left: 0;
  }
  .cookie_notification1-row-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    margin-top: 16px;
  }
  .cookie_notification1-row-right .cookie_notification1-row-left__img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.container {
  max-width: 1280px;
  margin: 0 auto;
}
@media (max-width: 1300px) {
  .container {
    max-width: 1200px;
  }
}
@media (max-width: 1220px) {
  .container {
    max-width: 992px;
  }
}
@media (max-width: 992px) {
  .container {
    max-width: 768px;
  }
}
@media (max-width: 768px) {
  .container {
    max-width: none;
    padding: 0 12px;
  }
}

.header {
  padding: 80px 0 63px 0;
}
@media (max-width: 1300px) {
  .header {
    padding: 72px 0 52px 0;
  }
}
@media (max-width: 1220px) {
  .header {
    padding: 62px 0 47px 0;
  }
}
@media (max-width: 992px) {
  .header {
    padding: 52px 0 42px 0;
  }
}
@media (max-width: 768px) {
  .header {
    padding: 42px 0 37px 0;
  }
}
@media (max-width: 480px) {
  .header {
    padding: 32px 0 32px 0;
  }
}

.header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 480px) {
  .header__logo {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

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

.header-row-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1220px) {
  .header-row-nav {
    display: none;
  }
}

.header-row-nav__item {
  cursor: pointer;
  margin-right: 40px;
  font-weight: 700;
  border: 2px solid transparent;
  color: #fff;
  position: relative;
  top: 3px;
}
.header-row-nav__item:last-child {
  margin-right: 0;
}
.header-row-nav__item:after {
  content: "";
  display: inline-block;
  left: 0;
  bottom: -5px;
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #fff;
  opacity: 0;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.header-row-nav__item:hover:after {
  opacity: 1;
}

.header-row-return {
  cursor: pointer;
  border: 1px solid #029662;
  border-radius: 8px;
}
@media (max-width: 1220px) {
  .header-row-return {
    display: none;
  }
}

.header-row-return__text {
  color: #029662;
  display: inline-block;
  padding: 14px 24px;
}

.header-row__burger {
  display: none;
}
@media (max-width: 1220px) {
  .header-row__burger {
    display: block;
  }
}

.header-mobile {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  overflow: auto;
  z-index: 10;
  margin: 114px 0 0 0;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  opacity: 0;
  pointer-events: none;
}
@media (max-width: 1220px) {
  .header-mobile.active {
    opacity: 1;
    pointer-events: visible;
  }
}
.header-mobile:after {
  content: "";
  display: inline-block;
  left: 0;
  top: -114px;
  z-index: 10;
  position: fixed;
  width: 100%;
  height: 200%;
  background-color: #ff5c00;
}

.header-mobile1 {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  overflow: auto;
  z-index: 20;
  margin: 114px 0 0 0;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  opacity: 0;
  pointer-events: none;
}
.header-mobile1.active {
  opacity: 1;
  pointer-events: visible;
}
.header-mobile1:after {
  content: "";
  display: inline-block;
  left: 0;
  top: -114px;
  z-index: 10;
  position: fixed;
  width: 100%;
  height: 200%;
  background-color: rgba(1, 1, 1, 0.8);
}
.header-mobile1 .banner-row-left-form {
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
}
.header-mobile-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 13px 114px 13px;
  position: relative;
  z-index: 11;
}

.header-mobile-body__content {
  width: 100%;
}

.header-mobile-body-row__item {
  margin-bottom: 32px;
  text-align: center;
  color: #fff;
}

.header-mobile-body-btn {
  text-align: center;
  max-width: 343px;
  border-radius: 8px;
  border: 1px solid #029662;
  display: block;
  margin: 0 auto 30px auto;
  cursor: pointer;
}

.header-mobile-body-btn__text {
  color: #029662;
  display: inline-block;
  padding: 16px 0;
}

.header-mobile__close {
  position: fixed;
  top: 48px;
  right: 16px;
  z-index: 20;
  cursor: pointer;
}

.header-mobile__close1 {
  position: fixed;
  top: 48px;
  right: 16px;
  z-index: 20;
  cursor: pointer;
}

.header-row-nav__btn {
  font-weight: 400;
  color: #fff;
  top: 0;
  width: 174px;
  height: 43px;
  line-height: 40px;
  text-align: center;
  border: 2px solid #ff9900;
}
.header-row-nav__btn:after {
  display: none;
}
@media (max-width: 1220px) {
  .header-row-nav__btn {
    margin: 0 auto !important;
  }
}

.footer {
  text-align: center;
  padding-bottom: 30px;
  padding-top: 30px;
}

.footer__link {
  text-align: center;
  font-size: 20px;
  color: #fff;
  margin-bottom: 10px;
  display: block;
}

.img {
  background-color: red;
  max-width: 400px;
}