body {
  background: url(../img/main-bg.png);
  overflow-x: hidden;
}

header {
  padding-top: 29px;
}
header .burger {
  display: none;
  cursor: pointer;
  position: relative;
  width: 25px;
}
header .burger span {
  display: block;
  width: 25px;
  height: 3px;
  border-radius: 3px;
  background: #fff;
}
header .burger span:nth-child(2) {
  margin-top: 4px;
  margin-bottom: 4px;
}
header .burger.active {
  top: 60px;
}
header .burger.active span:nth-child(1) {
  position: absolute;
  transform: rotate(45deg);
}
header .burger.active span:nth-child(2) {
  display: none;
}
header .burger.active span:nth-child(3) {
  position: absolute;
  transform: rotate(-45deg);
}
header .container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 0;
  padding-bottom: 28px;
  border-bottom: 2px dashed #737386;
}
header .container nav {
  flex: 1;
  max-width: 73.389%;
}
header .container nav ul {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
header .container nav ul li a {
  text-decoration: none;
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  color: #FFFFFF;
  font-size: 18px;
  line-height: 122.222222222%;
}
header .container nav ul li a:hover {
  text-decoration: underline;
}

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

.logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 4px solid #fff;
  box-sizing: border-box;
  height: 60px;
  width: 60px;
  border-radius: 20px;
}
.logo a {
  display: block;
  max-width: 55px;
  text-decoration: none;
}
.logo a svg {
  width: 100%;
  height: 100%;
}
.logo:hover a svg {
  -webkit-filter: drop-shadow(0px 0px 8px #C61A3D);
  filter: drop-shadow(0px 0px 8px #C61A3D);
}

.first-screen {
  margin-top: 120px;
}
.first-screen__title {
  display: flex;
  flex-direction: column;
  font-family: "RoadRadio";
  font-style: normal;
  font-weight: 400;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 0;
  font-size: calc( 0.0430555556 * 100vw + 9.3333333333px );
  line-height: 88%;
}
.first-screen__title_white {
  color: #FFFFFF;
}
.first-screen__title_red {
  color: #C61A3D;
}
.first-screen__description {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  color: #FFFFFF;
  margin-top: 15px;
  font-size: calc( 0.001875 * 100vw + 17.4px );
  line-height: 116.67%;
}
.first-screen__inner {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}
.first-screen__column:nth-child(2) {
  padding-left: 118px;
}
.first-screen__column-title {
  font-family: "Druk Text Wide Cyr";
  font-style: normal;
  font-weight: 900;
  letter-spacing: 0.02em;
  color: #FFFFFF;
  margin-top: 65px;
  font-size: calc( 0.01125 * 100vw + 20.4px );
  line-height: 66.67%;
}
.first-screen__column-description {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  color: #FFFFFF;
  margin-top: 50px;
  font-size: calc( 0.001875 * 100vw + 17.4px );
  line-height: 133.33%;
}
.first-screen__column-text {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  margin-top: 24px;
  font-size: 18px;
  line-height: 144%;
  color: #FFFFFF;
}
.first-screen__column-button {
  display: inline-block;
  margin-top: 47px;
}
.first-screen__column-button a {
  display: flex;
  flex-direction: row;
  align-items: center;
  text-decoration: none;
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  color: #FFFFFF;
  padding-top: 24px;
  padding-bottom: 24px;
  padding-left: 32px;
  padding-right: 32px;
  border: 4px solid #C61A3D;
  border-radius: 100px;
  font-size: 18px;
  line-height: 22px;
}
.first-screen__column-button a:after {
  content: url(../img/arrow-right_white.png);
  margin-left: 9px;
  height: 15px;
}
.first-screen__column-button a:hover {
  border: 4px solid #fff;
  -webkit-box-shadow: 0px 0px 15px 10px rgba(255, 255, 255, 0.2);
  -moz-box-shadow: 0px 0px 15px 10px rgba(255, 255, 255, 0.2);
  box-shadow: 0px 0px 15px 10px rgba(255, 255, 255, 0.2);
}
.first-screen__img {
  margin-left: -66px;
  margin-top: -197px;
  margin-bottom: -70px;
  z-index: -1;
  position: relative;
}

.second-screen__title {
  display: flex;
  flex-direction: column;
  font-family: "RoadRadio";
  font-style: normal;
  font-weight: 400;
  text-transform: uppercase;
  color: #C61A3D;
  font-size: calc( 0.02 * 100vw + 21.6px );
  line-height: 88%;
}
.second-screen__title_white {
  color: #FFFFFF;
}
.second-screen__title__red {
  color: #C61A3D;
}
.second-screen__wrapper {
  display: flex;
  flex-direction: column;
  margin-top: 100px;
}
.second-screen__row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.second-screen__row:first-child {
  margin-bottom: 30px;
}
.second-screen__item {
  width: 23.4722222222%;
  height: 178px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid #3C3C51;
  border-radius: 48px;
  cursor: pointer;
}
.second-screen__item:hover {
  -webkit-box-shadow: 0px 0px 14px 16px rgba(255, 255, 255, 0.2) inset;
  -moz-box-shadow: 0px 0px 14px 16px rgba(255, 255, 255, 0.2) inset;
  box-shadow: 0px 0px 14px 16px rgba(255, 255, 255, 0.2) inset;
}
.second-screen__item:hover .second-screen__img path {
  fill: #C61A3D;
}
.second-screen__text {
  max-width: 193px;
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  text-align: center;
  color: #FFFFFF;
  font-size: 20px;
  line-height: 26px;
}

.third-screen {
  position: relative;
  margin-top: 198px;
}
.third-screen .bg-img {
  position: absolute;
  background: url(../img/another-bg.png);
  width: 1920px;
  height: 1235px;
  top: -191px;
  bottom: auto;
  left: 0px;
  right: auto;
  background-repeat: no-repeat;
  z-index: -1;
}
.third-screen__title {
  font-family: "RoadRadio";
  font-style: normal;
  font-weight: 400;
  text-transform: uppercase;
  color: #C61A3D;
  font-size: calc( 0.02 * 100vw + 21.6px );
  line-height: 88%;
}
.third-screen__title_red {
  color: #C61A3D;
}
.third-screen__title_white {
  color: #FFFFFF;
}
.third-screen__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 100px;
}
.third-screen__row {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.third-screen__row:nth-child(2) {
  justify-content: center;
  gap: 30px;
}
.third-screen__item {
  height: 127px;
  border: 1px solid #3C3C51;
  border-radius: 48px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 23%;
  cursor: pointer;
}
.third-screen__item:hover {
  -webkit-box-shadow: 0px 0px 14px 16px rgba(255, 255, 255, 0.2) inset;
  -moz-box-shadow: 0px 0px 14px 16px rgba(255, 255, 255, 0.2) inset;
  box-shadow: 0px 0px 14px 16px rgba(255, 255, 255, 0.2) inset;
}
.third-screen__item_border-bold {
  margin-top: 30px;
  height: 127px;
  border: 6px solid #3C3C51;
  border-radius: 48px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 32%;
  cursor: pointer;
}
.third-screen__item_border-bold span {
  display: block;
  max-width: 75%;
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  text-align: center;
  color: #FFFFFF;
  font-size: calc( 0.005 * 100vw + 20.4px );
  line-height: 86.67%;
}
.third-screen__item_border-bold:hover {
  -webkit-box-shadow: 0px 0px 14px 16px rgba(255, 255, 255, 0.2) inset;
  -moz-box-shadow: 0px 0px 14px 16px rgba(255, 255, 255, 0.2) inset;
  box-shadow: 0px 0px 14px 16px rgba(255, 255, 255, 0.2) inset;
}
.third-screen__item span {
  display: block;
  max-width: 75%;
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  text-align: center;
  color: #FFFFFF;
  font-size: 20px;
  line-height: 26px;
}

.fourth-screen {
  margin-top: 177px;
}
.fourth-screen__title {
  display: flex;
  flex-direction: column;
  font-family: "RoadRadio";
  font-style: normal;
  font-weight: 400;
  text-transform: uppercase;
  color: #FFFFFF;
  font-size: calc( 0.0430555556 * 100vw + 9.3333333333px );
  line-height: 88%;
}
.fourth-screen__title_red {
  color: #C61A3D;
}
.fourth-screen__title_white {
  color: #FFFFFF;
}
.fourth-screen__wrapper {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 114px;
}
.fourth-screen__column {
  display: flex;
  flex-direction: column;
  max-width: 42.8333333333%;
}
.fourth-screen__column:nth-child(1) .fourth-screen__item_border {
  width: 92.5170068027%;
}
.fourth-screen__column:nth-child(1) .fourth-screen__item_border:last-child {
  margin-bottom: 0;
}
.fourth-screen__column:nth-child(2) .fourth-screen__item {
  width: 92.5170068027%;
}
.fourth-screen__column:nth-child(2) .fourth-screen__item:last-child {
  margin-bottom: 0;
}
.fourth-screen__column.w92 {
  align-items: flex-end;
}
.fourth-screen__column.w92 div {
  width: 92.5170068027%;
}
.fourth-screen__column.w92 .arrow {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}
.fourth-screen__column .p35 {
  padding-top: 35px;
  padding-bottom: 35px;
}
.fourth-screen__column .arrow {
  margin-bottom: 96.75px;
}
.fourth-screen__column .arrow .fourth-screen__item_border {
  margin-bottom: 0 !important;
  width: 92.5170068027%;
}
.fourth-screen__item {
  width: 92.5170068027%;
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  color: #FFFFFF;
  font-size: 20px;
  line-height: 150%;
  margin-bottom: 96.75px;
  padding-top: 24px;
}
.fourth-screen__item_border {
  width: 92.5170068027%;
  padding-top: 52px;
  padding-bottom: 52px;
  padding-left: 48px;
  padding-right: 69px;
  width: 100%;
  border: 1px solid #FFFFFF;
  border-radius: 48px;
  font-family: "RoadRadio";
  font-style: normal;
  font-weight: 400;
  color: #FFFFFF;
  font-size: calc( 0.00875 * 100vw + 19.2px );
  line-height: 94%;
  margin-bottom: 96.75px;
}

.fifth-screen {
  margin-top: 173px;
}
.fifth-screen__title {
  font-family: "RoadRadio";
  font-style: normal;
  font-weight: 400;
  text-transform: uppercase;
  color: #FFFFFF;
  font-size: calc( 0.02 * 100vw + 21.6px );
  line-height: 88%;
}
.fifth-screen__swiper_first {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  justify-content: space-between;
  padding-bottom: 32px;
  border-bottom: 2px dashed #737386;
  margin-bottom: 101px;
}
.fifth-screen__wrapper {
  display: flex;
  flex-direction: row;
  gap: 30px;
  margin-top: 99px;
  width: 90%;
}
.fifth-screen__img_border {
  cursor: pointer;
  width: 166.22px;
  height: 52.42px;
  padding-top: 17px;
  padding-bottom: 18px;
  padding-left: 24px;
  padding-right: 24px;
  border-radius: 24px;
  box-sizing: content-box;
  border: 2px solid #3C3C51;
}
.fifth-screen__img_border.active {
  border: 2px solid #C61A3D;
}
.fifth-screen__img_border.active img {
  opacity: 1;
}
.fifth-screen__img_border img {
  width: 100%;
  height: 100%;
  opacity: 0.4;
}
.fifth-screen__buttons {
  display: flex;
  flex-direction: row;
  color: #fff;
}
.fifth-screen__button-prev {
  margin-right: 30px;
}
.fifth-screen__button-prev.swiper-button-disabled rect {
  fill: rgba(255, 255, 255, 0.5411764706);
}
.fifth-screen__button-prev.swiper-button-disabled path {
  fill: rgba(255, 255, 255, 0.5411764706);
}
.fifth-screen__button-prev.swiper-button-disabled:hover {
  cursor: auto;
}
.fifth-screen__button-prev.swiper-button-disabled:hover rect {
  fill: rgba(255, 255, 255, 0.5411764706);
}
.fifth-screen__button-prev.swiper-button-disabled:hover path {
  fill: rgba(255, 255, 255, 0.5411764706);
}
.fifth-screen__button-prev:hover {
  cursor: pointer;
}
.fifth-screen__button-prev:hover rect {
  fill: #C61A3D;
}
.fifth-screen__button-prev:hover path {
  fill: #C61A3D;
}
.fifth-screen__button-next.swiper-button-disabled rect {
  fill: rgba(255, 255, 255, 0.5411764706);
}
.fifth-screen__button-next.swiper-button-disabled path {
  fill: rgba(255, 255, 255, 0.5411764706);
}
.fifth-screen__button-next.swiper-button-disabled:hover {
  cursor: auto;
}
.fifth-screen__button-next.swiper-button-disabled:hover rect {
  fill: rgba(255, 255, 255, 0.5411764706);
}
.fifth-screen__button-next.swiper-button-disabled:hover path {
  fill: rgba(255, 255, 255, 0.5411764706);
}
.fifth-screen__button-next:hover {
  cursor: pointer;
}
.fifth-screen__button-next:hover rect {
  fill: #C61A3D;
}
.fifth-screen__button-next:hover path {
  fill: #C61A3D;
}
.fifth-screen__swiper_second .swiper-slide {
  display: flex;
  flex-direction: row;
}
.fifth-screen__column:nth-child(1) {
  width: 31.9444444444%;
}
.fifth-screen__column:nth-child(2) {
  width: 68.0555555556%;
}
.fifth-screen__column-title {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 21px;
  line-height: 133%;
  color: #FFFFFF;
  margin-bottom: 16px;
}
.fifth-screen__column-description {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 144%;
  color: #FFFFFF;
  margin-bottom: 36px;
}
.fifth-screen__row {
  display: flex;
  flex-direction: row;
  color: white;
  justify-content: space-around;
}
.fifth-screen__row .column {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  color: #FFFFFF;
  font-size: calc( 0.001875 * 100vw + 17.4px );
  line-height: 133%;
}

.sixth-screen {
  position: relative;
}
.sixth-screen .container {
  position: relative;
  z-index: 1;
}
.sixth-screen .bg_img {
  position: absolute;
  width: 404.8px;
  height: 404.8px;
  z-index: 1;
  background: url("../img/sixth-screen_img.png");
  left: auto;
  right: 26%;
  top: -145px;
  bottom: auto;
}
.sixth-screen__wrapper {
  margin-top: 75px;
  display: flex;
}
.sixth-screen__column {
  width: 50%;
}
.sixth-screen__title {
  display: flex;
  flex-direction: column;
  font-family: "RoadRadio";
  font-style: normal;
  font-weight: 400;
  text-transform: uppercase;
  font-size: calc( 0.02 * 100vw + 21.6px );
  line-height: 88%;
}
.sixth-screen__title_white {
  color: #FFFFFF;
}
.sixth-screen__title_red {
  color: #C61A3D;
}
.sixth-screen__description {
  margin-top: 70px;
  max-width: 704px;
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  color: #FFFFFF;
  font-size: calc( 0.0034722222 * 100vw + 14.3333333333px );
  line-height: 133%;
}
.sixth-screen__swiper_fourth {
  overflow: hidden;
}
.sixth-screen__swiper_fourth .sixth-screen__swiper-img img {
  padding: 41.45px 38.5px;
  background: #262633;
}
.sixth-screen__swiper_third {
  width: 66%;
  display: flex;
  flex-direction: row;
}
.sixth-screen__swiper_third .swiper-slide .sixth-screen__swiper-img {
  padding: 19.75px 18.45px;
  background: #262633;
}
.sixth-screen__swiper_third .swiper-slide .sixth-screen__swiper-img img {
  width: 100%;
}
.sixth-screen__swiper-img {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
}
.sixth-screen__inner {
  display: flex;
  width: 96%;
  margin-top: 105px;
  justify-content: space-between;
}
.sixth-screen__buttons {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}
.sixth-screen__button-prev {
  margin-right: 30px;
}
.sixth-screen__button-prev.swiper-button-disabled rect {
  fill: rgba(255, 255, 255, 0.5411764706);
}
.sixth-screen__button-prev.swiper-button-disabled path {
  fill: rgba(255, 255, 255, 0.5411764706);
}
.sixth-screen__button-prev.swiper-button-disabled:hover {
  cursor: auto;
}
.sixth-screen__button-prev.swiper-button-disabled:hover rect {
  fill: rgba(255, 255, 255, 0.5411764706);
}
.sixth-screen__button-prev.swiper-button-disabled:hover path {
  fill: rgba(255, 255, 255, 0.5411764706);
}
.sixth-screen__button-prev:hover {
  cursor: pointer;
}
.sixth-screen__button-prev:hover rect {
  fill: #C61A3D;
}
.sixth-screen__button-prev:hover path {
  fill: #C61A3D;
}
.sixth-screen__button-next.swiper-button-disabled rect {
  fill: rgba(255, 255, 255, 0.5411764706);
}
.sixth-screen__button-next.swiper-button-disabled path {
  fill: rgba(255, 255, 255, 0.5411764706);
}
.sixth-screen__button-next.swiper-button-disabled:hover {
  cursor: auto;
}
.sixth-screen__button-next.swiper-button-disabled:hover rect {
  fill: rgba(255, 255, 255, 0.5411764706);
}
.sixth-screen__button-next.swiper-button-disabled:hover path {
  fill: rgba(255, 255, 255, 0.5411764706);
}
.sixth-screen__button-next:hover {
  cursor: pointer;
}
.sixth-screen__button-next:hover rect {
  fill: #C61A3D;
}
.sixth-screen__button-next:hover path {
  fill: #C61A3D;
}
.seventh-screen {
  position: relative;
}
.seventh-screen .bg_img {
  position: absolute;
  width: 1776px;
  height: 917px;
  background: url(../img/seventh-screen_bg.png);
  background-position: center center;
  background-repeat: no-repeat;
  top: -123px;
  bottom: auto;
  left: -280px;
  right: auto;
  z-index: -1;
}
.seventh-screen__wrapper {
  margin-top: 190px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.seventh-screen__column {
  max-width: 48.8888888889%;
}
.seventh-screen__column form {
  display: flex;
  flex-direction: column;
  max-width: 460px;
}
.seventh-screen__column form input {
  background: transparent;
  border: none;
  outline: none;
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  color: #FFFFFF;
  padding-top: 8px;
  padding-bottom: 24px;
  border-bottom: 1px solid #FFFFFF;
  margin-bottom: 36px;
  font-size: 18px;
  line-height: 144%;
}
.seventh-screen__column form input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
  color: #FFFFFF;
  opacity: 1;
}
.seventh-screen__column form input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: #FFFFFF;
  opacity: 1;
}
.seventh-screen__column form input::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #FFFFFF;
  opacity: 1;
}
.seventh-screen__column form input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #FFFFFF;
  opacity: 1;
}
.seventh-screen__column form input::-ms-input-placeholder { /* Microsoft Edge */
  color: #FFFFFF;
  opacity: 1;
}
.seventh-screen__column form input::placeholder { /* Most modern browsers support this now. */
  color: #FFFFFF;
  opacity: 1;
}
.seventh-screen__column form .select {
  position: relative;
}
.seventh-screen__column form .new-select {
  margin-bottom: 36px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  color: #FFFFFF;
  padding-top: 8px;
  padding-bottom: 24px;
  border-bottom: 1px solid #FFFFFF;
  font-size: 18px;
  line-height: 144%;
}
.seventh-screen__column form .new-select:after {
  display: block;
  content: url("../img/input_arrow.png");
}
.seventh-screen__column form .new-select__list {
  position: absolute;
  background: #1B1B29;
  width: 100%;
}
.seventh-screen__column form .new-select__list .new-select__item {
  cursor: pointer;
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  color: #FFFFFF;
  padding-top: 8px;
  padding-bottom: 24px;
  padding-left: 16px;
  border: 1px solid #3C3C51;
  font-size: 16px;
  line-height: 26px;
}
.seventh-screen__column form .new-select__list .new-select__item:hover {
  color: #737386;
}
.seventh-screen__column form textarea {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  color: #FFFFFF;
  background: transparent;
  border: none;
  outline: none;
  padding-top: 8px;
  padding-bottom: 24px;
  border-bottom: 1px solid #fff;
  font-size: 18px;
  line-height: 144%;
}
.seventh-screen__column form textarea::-webkit-input-placeholder { /* WebKit, Blink, Edge */
  color: #FFFFFF;
  opacity: 1;
}
.seventh-screen__column form textarea:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: #FFFFFF;
  opacity: 1;
}
.seventh-screen__column form textarea::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #FFFFFF;
  opacity: 1;
}
.seventh-screen__column form textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #FFFFFF;
  opacity: 1;
}
.seventh-screen__column form textarea::-ms-input-placeholder { /* Microsoft Edge */
  color: #FFFFFF;
  opacity: 1;
}
.seventh-screen__column form textarea::placeholder { /* Most modern browsers support this now. */
  color: #FFFFFF;
  opacity: 1;
}
.seventh-screen__column form .row {
  margin-top: 48px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
}
.seventh-screen__column form .row .politics {
  margin-left: 32px;
}
.seventh-screen__column form .row .politics span {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  color: #FFFFFF;
  font-size: 12px;
  line-height: 142%;
}
.seventh-screen__column form .row .politics a {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  color: #FFFFFF;
  text-decoration: underline;
  font-size: 12px;
  line-height: 142%;
}
.seventh-screen__column form .row .politics a:hover {
  color: #C61A3D;
}
.seventh-screen__column form input[type=submit] {
  margin-left: 14px;
  margin-bottom: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  text-decoration: none;
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  color: #FFFFFF;
  padding-top: 24px;
  padding-bottom: 24px;
  padding-left: 32px;
  padding-right: 32px;
  border: 4px solid #C61A3D;
  border-radius: 100px;
  font-size: 18px;
  line-height: 22px;
}
.seventh-screen__column form input[type=submit]:after {
  content: url("../img/arrow-right_white.png");
  margin-left: 9px;
  height: 15px;
}
.seventh-screen__column form input[type=submit]:hover {
  border: 4px solid #fff;
  -webkit-box-shadow: 0px 0px 15px 10px rgba(255, 255, 255, 0.2);
  -moz-box-shadow: 0px 0px 15px 10px rgba(255, 255, 255, 0.2);
  box-shadow: 0px 0px 15px 10px rgba(255, 255, 255, 0.2);
}
.seventh-screen__title {
  display: flex;
  flex-direction: column;
  font-family: "RoadRadio";
  font-style: normal;
  font-weight: 400;
  text-transform: uppercase;
  font-size: calc( 0.03875 * 100vw + 17.6px );
  line-height: 89%;
}
.seventh-screen__title_red {
  color: #C61A3D;
}
.seventh-screen__title_white {
  color: #FFF;
  font-size: calc( 0.0275 * 100vw + 19.2px );
  line-height: 87.92%;
}
.seventh-screen__description {
  margin-top: 88px;
  max-width: 704px;
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  color: #FFFFFF;
  font-size: calc( 0.0034722222 * 100vw + 14.3333333333px );
  line-height: 133%;
}
.seventh-screen__email {
  display: flex;
  flex-direction: column;
  margin-top: 196px;
}
.seventh-screen__email span {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  color: #FFFFFF;
  font-size: 21px;
  line-height: 133%;
}
.seventh-screen__email a {
  margin-top: 14px;
  text-decoration: none;
}
.seventh-screen__email a .seventh-screen__email_red {
  font-family: "Druk Text Wide Cyr";
  font-style: normal;
  font-weight: 900;
  color: #C61A3D;
  font-size: calc( 0.0125 * 100vw + 12px );
  line-height: 94%;
}
.seventh-screen__email a .seventh-screen__email_white {
  font-family: "Druk Text Wide Cyr";
  font-style: normal;
  font-weight: 900;
  color: #FFF;
  font-size: calc( 0.0125 * 100vw + 12px );
  line-height: 94%;
}

footer {
  margin-top: 150px;
}
footer .container {
  border-top: 1px solid #3C3C51;
  padding-top: 24px;
  padding-bottom: 48px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
footer .container span {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  color: #FFFFFF;
  font-size: 14px;
  line-height: 26px;
}
footer .container a {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  text-decoration-line: underline;
  color: #737386;
  font-size: 14px;
  line-height: 26px;
}
footer .container a:hover {
  color: #fff;
}

@media (max-width: 1600px) {
  .container {
    max-width: 90%;
  }
}
@media (max-width: 1440px) {
  .first-screen__column {
    width: 50%;
    padding-left: 0 !important;
  }
}
@media (max-width: 1280px) {
  .fifth-screen__swiper_second .swiper-slide {
    display: flex;
    flex-direction: column;
  }
  .fifth-screen__column {
    width: 100% !important;
  }
  .fifth-screen__column:nth-child(1) {
    display: grid;
    grid-template-columns: 50% 50%;
    margin-bottom: 25px;
  }
  .fifth-screen__column-title {
    grid-row-start: 1;
    grid-row-end: 2;
  }
  .fifth-screen__column-description {
    grid-row-start: 2;
    grid-row-end: 3;
  }
  .fifth-screen__column-img {
    grid-row-start: 1;
    grid-row-end: 3;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
  }
}
@media (max-width: 1024px) {
  header .container nav {
    max-width: 85.389%;
  }
  .first-screen__inner {
    position: relative;
  }
  .first-screen__column:nth-child(2) {
    position: absolute;
    width: 100%;
  }
  .first-screen__img {
    height: 764px;
  }
  .second-screen__row {
    flex-wrap: wrap;
    margin-bottom: 0 !important;
  }
  .second-screen__item {
    width: 45%;
    margin-bottom: 15px;
  }
  .third-screen {
    margin-top: 125px;
  }
  .third-screen__row {
    flex-wrap: wrap;
  }
  .third-screen__item {
    width: 45%;
    margin-bottom: 15px;
  }
  .third-screen__item_border-bold {
    width: 100%;
    margin-top: 0 !important;
  }
  .second-screen__wrapper {
    margin-top: 50px;
  }
  .third-screen__wrapper {
    margin-top: 50px;
  }
  .fourth-screen {
    margin-top: 125px;
  }
  .fourth-screen__wrapper {
    margin-top: 50px;
  }
  .third-screen__row:nth-child(2) {
    gap: 15px;
  }
  .fourth-screen canvas {
    display: none;
  }
  .fourth-screen__column .arrow {
    margin-bottom: 25px;
  }
  .fourth-screen__item {
    margin-bottom: 25px;
  }
  .fifth-screen {
    margin-top: 70px;
  }
  .fifth-screen__swiper_first {
    margin-bottom: 10px;
  }
  .fifth-screen__column-img {
    align-items: flex-start;
  }
  .fifth-screen__column-img img {
    width: 55%;
  }
  .sixth-screen__wrapper {
    flex-direction: column;
    margin-top: -75px;
  }
  .sixth-screen__column {
    width: 100%;
  }
  .sixth-screen__swiper-img {
    justify-content: center;
  }
  .sixth-screen__swiper_third {
    display: none;
  }
  .sixth-screen__inner {
    margin-top: 0;
    justify-content: center;
    width: 100%;
  }
  .sixth-screen__column:nth-child(2) {
    width: 50%;
    margin: 0 auto;
  }
  .sixth-screen__swiper-img {
    width: 100%;
  }
  .sixth-screen__swiper-img img {
    width: 100%;
  }
  .seventh-screen__wrapper {
    margin-top: 125px;
    flex-direction: column;
  }
  .seventh-screen__column {
    max-width: 100%;
  }
  .seventh-screen__column:nth-child(2) {
    margin-top: 25px;
  }
  .seventh-screen__description {
    margin-top: 25px;
  }
  .seventh-screen__email {
    margin-top: 25px;
  }
  .seventh-screen__column form {
    max-width: 100%;
  }
  .seventh-screen__column form input {
    margin-bottom: 12px;
  }
  footer {
    margin-top: 75px;
  }
}
@media (max-width: 800px) {
  .first-screen {
    margin-top: 20px;
  }
  .first-screen__column-title {
    margin-top: 0;
  }
  .first-screen__column-description {
    margin-top: 25px;
  }
  .first-screen__column-button {
    margin-top: 25px;
  }
  .first-screen__img {
    height: 590px;
  }
  .third-screen {
    margin-top: 40px;
  }
  .fourth-screen {
    margin-top: 40px;
  }
  .fourth-screen__wrapper {
    display: grid;
    grid-template-columns: 100%;
  }
  .fourth-screen__column {
    max-width: 100%;
    align-items: center !important;
    justify-content: center !important;
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 2;
    display: grid;
    grid-template-rows: 16% 16% 16% 16% 16% 16%;
  }
  .fourth-screen__column #arrow1-start {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 2;
  }
  .fourth-screen__column .fourth-screen__item {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 4;
    grid-row-end: 5;
  }
  .fourth-screen__column #arrow2-end {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 5;
    grid-row-end: 6;
  }
  .fourth-screen__column.w92 .fourth-screen__item:first-child {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 2;
    grid-row-end: 3;
  }
  .fourth-screen__column.w92 #arrow1-end {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 3;
    grid-row-end: 4;
  }
  .fourth-screen__column.w92 .fourth-screen__item:last-child {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 6;
    grid-row-end: 7;
  }
  .fourth-screen__column .arrow .fourth-screen__item_border {
    max-width: 100%;
    width: 100%;
  }
  .fourth-screen__column .fourth-screen__item {
    max-width: 100% !important;
    width: 100% !important;
  }
  .fourth-screen__column.w92 {
    align-items: center !important;
    justify-content: center !important;
  }
  .fourth-screen__item {
    padding-left: 24px;
    padding-right: 24px;
  }
  .fourth-screen__item_border {
    padding-left: 24px;
    padding-right: 24px;
  }
  .fifth-screen__wrapper {
    margin-top: 25px;
    width: 70%;
  }
  .fifth-screen__img_border {
    width: auto;
    height: auto;
  }
  .fifth-screen__column-img {
    display: none;
  }
  .fifth-screen__column-title {
    grid-column-start: 1;
    grid-column-end: 3;
  }
  .fifth-screen__column-description {
    grid-column-start: 1;
    grid-column-end: 3;
  }
  .fifth-screen__column:nth-child(1) {
    margin-bottom: 0;
  }
  .sixth-screen__description {
    margin-top: 25px;
  }
  .seventh-screen__wrapper {
    margin-top: 40px;
  }
  .sixth-screen__swiper_fourth .sixth-screen__swiper-img img {
    padding: 25px;
  }
}
@media (max-width: 640px) {
  .first-screen__img {
    height: 660px;
  }
  .second-screen__item {
    width: 100%;
  }
  .third-screen__item {
    width: 100%;
  }
  .fifth-screen__swiper_first {
    flex-direction: column;
  }
  .fifth-screen__wrapper {
    width: 100%;
  }
  .fifth-screen__buttons {
    justify-content: center;
    width: 100%;
    margin-top: 25px;
  }
  .sixth-screen {
    margin-top: 40px;
  }
  .lightbox-image {
    width: 100%;
  }
  .sixth-screen__column:nth-child(2) {
    width: 75%;
  }
  footer .container {
    flex-direction: column;
  }
  .seventh-screen__column form .row {
    flex-direction: column-reverse;
  }
  .seventh-screen__column form .row .politics {
    margin: 25px;
  }
}
@media (max-width: 800px) {
  header .container nav {
    display: none;
  }
  .burger {
    display: block !important;
  }
}
header {
  position: relative;
}

.burger.active {
  z-index: 3;
  position: fixed;
  left: auto;
  right: 16px;
}

.mobile.active {
  display: block;
  position: fixed;
  max-width: 100vw;
  width: 100vw;
  left: 0;
  top: 0;
  background: #3C3C51;
  height: 100vh;
  z-index: 2;
  padding-top: 25vh;
}
.mobile.active ul {
  flex-direction: column;
  width: 90%;
  margin: 0 auto;
  align-items: flex-start;
}
.mobile.active ul li {
  padding-bottom: 18px;
}

.modal-content {
  min-width: 300px;
  max-width: 556px;
  background: #1B1B29;
  border: 1px solid #3C3C51;
}

.modal-title {
  font-size: calc( 0.00875 * 100vw + 19.2px );
  font-family: "RoadRadio";
  font-style: normal;
  font-weight: 400;
  line-height: 94%;
  text-transform: uppercase;
  color: #FFFFFF;
  display: flex;
  flex-direction: column;
}
.modal-title .red {
  color: #C61A3D;
}

.modal-header {
  border: none;
}

.modal-header .wrapper {
  display: flex;
  flex-direction: column;
}
.modal-header .wrapper p {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: calc( 0.0020833333 * 100vw + 17px );
  line-height: 133%;
  color: #FFFFFF;
  margin-top: 32px;
}

.modal-body form {
  display: flex;
  flex-direction: column;
  max-width: 460px;
}
.modal-body form input {
  background: transparent;
  border: none;
  outline: none;
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  color: #FFFFFF;
  padding-top: 8px;
  padding-bottom: 24px;
  border-bottom: 1px solid #FFFFFF;
  margin-bottom: 36px;
  font-size: 18px;
  line-height: 144%;
}
.modal-body form input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
  color: #FFFFFF;
  opacity: 1;
}
.modal-body form input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: #FFFFFF;
  opacity: 1;
}
.modal-body form input::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #FFFFFF;
  opacity: 1;
}
.modal-body form input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #FFFFFF;
  opacity: 1;
}
.modal-body form input::-ms-input-placeholder { /* Microsoft Edge */
  color: #FFFFFF;
  opacity: 1;
}
.modal-body form input::placeholder { /* Most modern browsers support this now. */
  color: #FFFFFF;
  opacity: 1;
}
.modal-body form .select {
  position: relative;
}
.modal-body form .new-select {
  margin-bottom: 36px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  color: #FFFFFF;
  padding-top: 8px;
  padding-bottom: 24px;
  border-bottom: 1px solid #FFFFFF;
  font-size: 18px;
  line-height: 144%;
}
.modal-body form .new-select:after {
  display: block;
  content: url("../img/input_arrow.png");
}
.modal-body form .new-select__list {
  position: absolute;
  background: #1B1B29;
  width: 100%;
}
.modal-body form .new-select__list .new-select__item {
  cursor: pointer;
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  color: #FFFFFF;
  padding-top: 8px;
  padding-bottom: 24px;
  padding-left: 16px;
  border: 1px solid #3C3C51;
  font-size: 16px;
  line-height: 26px;
}
.modal-body form .new-select__list .new-select__item:hover {
  color: #737386;
}
.modal-body form textarea {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  color: #FFFFFF;
  background: transparent;
  border: none;
  outline: none;
  padding-top: 8px;
  padding-bottom: 24px;
  border-bottom: 1px solid #fff;
  font-size: 18px;
  line-height: 144%;
}
.modal-body form textarea::-webkit-input-placeholder { /* WebKit, Blink, Edge */
  color: #FFFFFF;
  opacity: 1;
}
.modal-body form textarea:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: #FFFFFF;
  opacity: 1;
}
.modal-body form textarea::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #FFFFFF;
  opacity: 1;
}
.modal-body form textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #FFFFFF;
  opacity: 1;
}
.modal-body form textarea::-ms-input-placeholder { /* Microsoft Edge */
  color: #FFFFFF;
  opacity: 1;
}
.modal-body form textarea::placeholder { /* Most modern browsers support this now. */
  color: #FFFFFF;
  opacity: 1;
}
.modal-body form .row {
  margin-top: 48px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
}
.modal-body form .row .politics {
  margin-left: 32px;
}
.modal-body form .row .politics span {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  color: #FFFFFF;
  font-size: 12px;
  line-height: 142%;
}
.modal-body form .row .politics a {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  color: #FFFFFF;
  text-decoration: underline;
  font-size: 12px;
  line-height: 142%;
}
.modal-body form .row .politics a:hover {
  color: #C61A3D;
}
.modal-body form input[type=submit] {
  margin-left: 14px;
  margin-bottom: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  text-decoration: none;
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  color: #FFFFFF;
  padding-top: 24px;
  padding-bottom: 24px;
  padding-left: 32px;
  padding-right: 32px;
  border: 4px solid #C61A3D;
  border-radius: 100px;
  font-size: 18px;
  line-height: 22px;
}
.modal-body form input[type=submit]:after {
  content: url("../img/arrow-right_white.png");
  margin-left: 9px;
  height: 15px;
}
.modal-body form input[type=submit]:hover {
  border: 4px solid #fff;
  -webkit-box-shadow: 0px 0px 15px 10px rgba(255, 255, 255, 0.2);
  -moz-box-shadow: 0px 0px 15px 10px rgba(255, 255, 255, 0.2);
  box-shadow: 0px 0px 15px 10px rgba(255, 255, 255, 0.2);
}

.close {
  margin-right: -4rem !important;
  opacity: 1;
}
.close span {
  color: #fff;
  opacity: 1;
}

.modal-open .modal {
  background: rgba(0, 0, 0, 0.5490196078);
}

.logo.active {
  position: fixed;
  z-index: 3;
  top: 29px;
}

@media (max-width: 800px) {
  .close {
    margin-right: 1rem !important;
  }
}
#myChart {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  background: url(../img/main-bg.png);
}

.lightbox-container {
  z-index: 1;
}

.fifth-screen__swiper_first {
  overflow: hidden;
}

.fifth-screen__swiper_second {
  overflow: hidden;
}

.sixth-screen__swiper_third {
  overflow: hidden;
}

/*# sourceMappingURL=style.css.map */
