@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

:root {
  --main-color: #0b0c0c;
  --second-color: #1d70b8;
  --grey-color: #b1b4b6;
}

* {
  margin: 0;
  box-sizing: border-box;
  line-height: 1.1;
}

/* ::placeholder {
  padding-left: 40px;
} */
img {
  max-width: 100%;
  height: auto;
}

html,
body {
  width: 100%;
  overflow-x: hidden;
}

body {
  font-family: "GDS Transport", arial, sans-serif;
  margin: 0;
  padding: 0;
  background-color: #fff;
  color: var(--main-color);
}

.container,
.hero-container,
.register,
.info,
.steps,
.testimonials,
.slider1 {
  max-width: 100%;
}

.container {
  padding: 0 16px;
}

section {
  margin-bottom: 26px;
}

.section-form {
  margin-bottom: 0;
}

.offer-name {
  color: var(--second-color);
}

/* HEADER */
.header {
  padding: 10px 0;
  background-color: var(--main-color);
}

.header__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header__line {
  padding: 5px 20px;
  border-right: 1px solid #fff;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 10px;
}

.header__line::before {
  content: '';
  display: block;
  transform: rotate(135deg);
  border-color: #fff;
  height: 10px;
  width: 10px;
  border-top: 2px solid;
  border-right: 2px solid;
}

.header__bottom {
  margin: auto;
  background-color: var(--second-color);
  height: 10px;
}

.header__nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
}

/* HERO */

main {
  padding-top: 48px;
}

.hero {
  text-align: center;
  margin-bottom: 40px;
}

.hero__title {
  display: flex;
  text-align: left;
  flex-direction: column;
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 20px;
  word-break: break-word;
  hyphens: auto;
  text-wrap: balance;
  margin: 0 0 0 0;
  letter-spacing: 0;
}

.hero__subtitle {
  text-align: left;
  font-size: 20px;
  margin-bottom: unset;
  margin-top: 24px;
  font-weight: 400;
  line-height: 120%;
  word-break: break-word;
  hyphens: auto;
  text-wrap: balance;
  margin-bottom: 0;
}

/* REGISTER */

.section-register {
  display: flex;
  flex-direction: column;
  position: relative;
}

.hero-container {
  padding: 0 16px;
}

.register {
  background-color: var(--grey-color);
  border: none;
  width: 100%;
  padding: 32px 20px;

  /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); */
  text-align: center;
  border-radius: 20px;
  margin: 0 auto;
}

.register p {
  text-align: left;
  margin-top: 10px;
}

.register__title {
  font-size: 32px;
  font-weight: 600;
  text-align: left;
  margin: 0;
  margin-bottom: 30px;
  padding: 0;
}

.register__form {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
}

/* INFO */
.info__img {
  position: relative;
  display: flex;
  margin-bottom: 20px;
}

.info__image {
  width: 100%;
  height: auto;
  max-height: 708px;
  object-fit: cover;
}

.info__text {
  font-size: 16px;
  line-height: 140%;
  word-break: break-word;
  hyphens: auto;
  margin-top: 20px;
  margin-bottom: 0;
}

.background-text {
  color: var(--main-color);
  font-size: 12px;
  padding: 12px;
  width: 100%;
  font-weight: 400;
  background-color: var(--grey-color);
  position: absolute;
  left: 31px;
  letter-spacing: 0.02em;
  line-height: 1.2;
  bottom: 0px;
  width: fit-content;
}

/* LAUNCH */

.section-launch {
  padding: 45px 0;
  margin-bottom: 0;
  /* background: linear-gradient(180deg, #a91b1f 0%, #e52228 100%); */
  background: var(--second-color);
}

.launch {
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: flex-start;
}

.launch {
  color: var(--main-color);
}

.launch__caption {
  margin: 0;
  font-size: 28px;
  line-height: 1;
  color: #FFFFFF;
  /* margin-bottom: 32px; */
  font-weight: 600;
}

.launch__text {
  font-size: 14px;
  color: #FFFFFF;
  line-height: 1.4;
  font-weight: 400;
  margin: 0;
}

.launch__group3 {
  display: none;
}

@media (max-width: 1280px) {
  .launch__group3 {
    padding-top: 30px;
  }
}

.launch__dots {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin: 0;
  transform: translateX(-50%);
}

.launch__number {
  text-align: center;
  margin: 10px 0;
  font-size: 14px;
  color: #FFFFFF;
}

/* LAST FORM */

.section-form {
  /* background-image: url("../img/flag-desktop.webp"); */
  background-size: cover;
  /* Изображение растягивается, чтобы покрыть весь блок */
  background-repeat: no-repeat;
  background-position: center 150px;
}

.section-form__flag-mobil {
  display: flex;
  width: 100%;
  right: 0;
  left: 0;
  width: 100%;
  position: absolute;
}

.form__title {
  /* font-size: 32px; */
  margin-bottom: 28px;
  text-align: left;
  padding: 15px 0;
  margin: 0;
  margin-top: 10px;
  position: relative;
  z-index: 1;
}

.left:hover,
.right:hover,
.prev__slider1:hover,
.next__slider1:hover {
  opacity: 1;
  background: #E4E4E4;
}

/* FOOTER */
.footer {
  font-family: "GDS Transport", arial, sans-serif;
  border-top: 10px solid var(--second-color);
  background: #f3f2f1;
  font-weight: 400;
  font-size: 1.1875rem;
  line-height: 1.3157894737;
  padding-top: 25px;
  padding-bottom: 15px;

}

.footer__title {
  color: var(--main-color);
  font-family: "GDS Transport", arial, sans-serif;
  font-weight: 700;
  font-size: 1.3125rem;
  line-height: 1.1904761905;
  display: block;
  margin-top: 0;
  margin-bottom: 15px;
  padding-bottom: 20px;
  border-bottom: 1px solid #b1b4b6;
}

.footer__item,
.meta__list-item,
.footer__text {
  font-family: "GDS Transport", arial, sans-serif;
  text-decoration: underline;
  text-decoration-thickness: max(1px, .0625rem);
  text-underline-offset: .1578em;
  font-weight: 400;
  font-size: 1.1875rem;
  line-height: 1.3157894737;
}

.footer__text {
  text-decoration: none;
}

.footer__main {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
  margin-bottom: 40px;
}

.footer__list {
  display: grid;
  gap: 20px;
}

.footer__two-columns .footer__list {
  display: grid;
  grid-template-columns: 1fr;
}

.footer__one-columns .footer__list {
  grid-template-columns: 1fr;
}

.footer__break {
  border-bottom: 1px solid #b1b4b6;
  margin-bottom: 30px;
}

.meta__list {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 15px;
}

.footer__meta {
  display: flex;
  flex-direction: column;
  gap: 25px 15px;
}

.footer__meta-item-right {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}

.footer__meta-item-left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
}

@media (min-width: 40.0625em) {
  .footer {
    padding-top: 40px;
    padding-bottom: 25px;
  }

  .footer__title {
    font-size: 1.5rem;
    line-height: 1.25;
  }

  .footer__two-columns .footer__list {
    grid-template-columns: repeat(2, 1fr);
  }

  .footer__meta {
    flex-direction: row;
  }

  .footer__main {
    grid-template-columns: 2fr 1fr;
  }

  .footer__break {
    margin-bottom: 50px;
  }
}

/* MEDIA QUERIES */
@media (min-width: 375px) {
  .section-form {
    background-position: center 150px;
  }

  .background-text {
    bottom: 0;
  }
}

@media (min-width: 425px) {
  .section-form {
    background-position: center 150px;
  }

}

@media (min-width: 600px) {
  .section-form {
    background-position: center 150px;
  }

  .section-launch {
    padding: 60px 0;
  }

  .launch__img {
    width: 80%;
  }
}



.left,
.right {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  transition: 0.6s ease;
  padding: 16px;
  background: #E4E4E4;
  max-width: 161px;
}

.left:hover,
.right:hover,
.prev__slider1:hover,
.next__slider1:hover {
  opacity: 1;
  background: #E4E4E4;
}

.left:active,
.right:active {
  opacity: 0.8;
}

.slideshow-container img {
  width: 100%;
  object-fit: cover;

}

.mySlides.fade__img img,
.mySlides__th.fade__img img,
.mySlides__third.fade__img img,
.mySlides__fourth.fade__img img {
  height: 260px;
  width: 100%;
  object-fit: cover;
}

.launch__group2 {
  flex-direction: column;
}

.section-info {
  padding: 60px 0 60px;
  margin-bottom: 0;
}

.section-slider1 {
  margin-bottom: 0;
  padding: 60px 0;
}

.section-register {
  margin-bottom: 0;
  padding: 0;
}

.section-testimonials {
  padding: 60px 0;
  margin-bottom: 0;
}

@media (min-width: 768px) {
  * {
    line-height: 1.1;
  }

  section {
    margin-bottom: 26px;
  }

  .section-register {
    margin-bottom: 80px;
  }

  .section-testimonials {
    padding: 80px 0 60px;
  }

  .section-form {
    margin-bottom: 0;
    padding-bottom: 342px;
  }

  .section-info {
    margin-bottom: 80px;
    padding: 0;
  }

  .section-slider1 {
    padding-bottom: 80px;
    padding-top: 80px;
  }

  .left,
  .right {
    background: transparent;
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    transition: 0.6s ease;
    padding: 12px;
    max-width: unset;
  }

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

  .section-launch,
  .section-form,
  .section-steps {
    padding: 60px 0;
  }

  .hero .hero-container {
    padding: 0;
    max-width: 580px;
  }

  .section-register {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: unset;
  }

  .hero-container {
    padding: unset;
  }

  .section-register,
  .section-info {
    padding: 0;
  }

  .hero,
  .register {
    margin: 0;
    flex: 1;
  }

  .hero {
    justify-content: center;
    display: flex;
    flex-direction: column;
  }

  .info__text {
    font-size: 24px;
    line-height: 120%;
    padding: 0;
  }

  .launch {
    display: flex;

    align-items: center;
    gap: 40px;
  }

  .launch__caption {
    font-size: 40px;
  }

  .launch__text {
    font-size: 16px;
  }

  .launch__group2,
  .launch__group3 {
    flex: 1;
  }


  .launch__group3 .launch__text:nth-of-type(1) {}

  .launch__img {
    width: 100%;
  }

  .section-form {
    background-image: url("../img/flag-desktop.webp");
    background-position: center 150px;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 342px;
  }


  .section-form .container {
    gap: 40px;
    display: flex;
    justify-content: space-between;
  }

  .section-form .container>div {
    width: calc(50% - 20px);
  }

  .register {
    max-width: 350px;
    width: 350px;
    margin: 0 auto;

    padding: 32px;
  }

  .form-group {
    display: flex;
    text-align: left;
    margin-right: auto;
  }

  .background-text {
    font-size: 16px;
    bottom: 0px;
  }

  main {
    padding-top: 40px;
  }

  .section-register {
    gap: 20px;
  }

  .hero__subtitle {
    font-size: 20px;
    margin-bottom: unset;
    margin-top: 32px;
    font-weight: 400;
    line-height: 100%;
  }

  /* .section-register > div {
    width: calc(50% - 10px);
  } */
}

@media (min-width: 900px) {
  .section-form {
    background-position: center 150px;
    padding-bottom: 342px;
  }

  .form__title {
    /* font-size: 54px; */
    margin: 0;
  }
}

@media (min-width: 1024px) {
  .container {
    max-width: 994px;
  }

  .hero__title {
    font-size: 48px;
    margin: 16px 0 0 0;
  }

  .launch__group3 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
  }

  .launch__group1 {
    display: none;
  }

  .launch__group2 .launch__text {
    display: none;
  }

  .launch {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 40px;
  }

  * {
    line-height: 1.1;
  }

  .section-info,
  .section-launch,
  .section-steps,
  .section-form {
    padding: 60px 0px;
  }

  .section-form {
    padding-bottom: 342px;
  }

  .section-register,
  .section-info {
    padding: 0 0px;
  }

  .slideshow-container img {
    width: 100%;
    object-fit: cover;

  }

  .mySlides.fade__img img,
  .mySlides__th.fade__img img,
  .mySlides__third.fade__img img,
  .mySlides__fourth.fade__img img {
    /* height: 512px; */
    height: auto;
    width: 100%;
    object-fit: cover;
  }

  .section-form {
    background-position: center 150px;
  }

  .section-slider1 .container {
    padding: 0;
  }

  .section-register {
    gap: 40px;
  }

  /* .section-register > div {
    width: calc(50% - 20px);
  } */

  .launch__group3 {
    gap: 32px;
  }

  .launch__caption {
    font-size: 40px;
  }

  .launch__text {
    font-size: 20px;
  }

  .card .card__header {
    margin-bottom: 20px;
  }

  .background-text {
    font-size: 16px;
    bottom: 0px;
  }
}

@media (min-width: 1280px) {
  .launch__group2 .slideshow-container-1 {
    width: 90%;
    margin: 0;
  }

  .launch {
    gap: 25px;
  }

  .background-text {
    bottom: 0px;
  }
}

@media (min-width: 1280px) {
  .container {
    max-width: 1180px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    padding: 0;
  }

  .hero__title {
    font-size: 60px;
  }

  .register {
    max-width: 439px;
    width: 439px;
  }

  * {
    line-height: 1.1;
  }

  .section-testimonials .swiper-slide .card p {
    /* max-width: 85%; */
  }

  .swiper-slide {
    height: auto;
  }

  .card .card__text {
    font-size: 20px;
  }
}

@media (min-width: 1440px) {

  * {
    line-height: 1.1;
  }

  .section-info,
  .section-launch,
  .section-steps,
  .section-form {
    padding: 60px 0;
  }

  .section-form {
    padding: 60px 0 10px;
  }

  .section-steps {
    padding: 60px 0 80px;
  }

  .section-register,
  .section-info {
    padding: 0;
  }

  section,
  .section-register,
  .section-info {
    padding: 0;
  }

  .section-register {
    gap: 40px;
  }

  .section-form {
    background-position: center 150px;
    padding: 40px 0 365px;
  }

  .hero__title {
    margin-bottom: 20px;
    font-size: 54px;
  }

  .background-text {
    bottom: 0px;
  }

  .register__title {
    font-size: 32px;
  }

  .launch__caption {
    font-size: 40px;
  }

  .launch__text {
    font-size: 16px;
  }

  .launch__group2 .slideshow-container-1 {
    width: 88%;
    margin: 0;
  }

  .section-testimonials .swiper-slide .card p {
    max-width: 75%;
  }

  .section-steps .steps {
    gap: 22px;
  }

  .swiper-slide .card__text {
    font-size: 22px;
  }

  .section-form {}
}

.launch__group2 {
  display: flex;
  justify-content: flex-end;
}

@media (min-width: 1600px) {
  .register {
    max-width: 439px;
    width: 439px;
    flex: 1;
  }
}


@media (max-width: 1023px) {

  .launch__caption {
    margin-bottom: 32px;
  }
}


header,
header a,
header button,
header input,
footer a {
  pointer-events: none;
  user-select: none;
}



.section-form__flag-mobil-mb {
  display: none;
}

@media screen and (max-width: 768px) {
  .section-form__flag-mobil {
    display: none;
  }

  .section-form__flag-mobil-mb {
    display: block;
    top: 75px;
  }

}

.section-testimonials .show img {
  border-radius: 8px;
}

li.has-dropdown::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: solid 5px;
  border-color: white transparent transparent transparent;
  margin-right: 15px;
  margin-top: -2.5px;
  position: absolute;
  right: 0;
  top: 50%;
}

.langTagSelected {
  color: #ccc !important;
}

.row {
  width: 940px;
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}

.four .row {
  width: auto;
  min-width: 0;
}


.box-upfooter {
  padding-bottom: 20px;
}


.four,
.row .four {
  width: 33.33333%;
}

@media only screen and (max-width: 767px) {

  .column,
  .columns {
    width: auto !important;
    float: none;
  }
}

.column,
.columns {

  min-height: 1px;
  padding: 0 15px;
  position: relative;
}

.box-upfooter ul {
  list-style-type: none;
  margin: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 20px;
  padding-left: 0px;
}

.botmenu {
  font-size: 13px;
}

.botmenu {
  padding-bottom: 15px;
  margin: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
}


.botmenu li a {
  display: block;
  padding-top: 4px;
  padding-bottom: 4px;
  color: #666;
  text-decoration: none;
  background-image: url(../img/icon-arrow-small-circle.webp);
  background-repeat: no-repeat;
  background-position: 0px 5px;
  padding-left: 25px;
}

.box-upfooter .contacts li {
  font-size: 13px;
}

.box-upfooter .contacts li {
  float: left;
  width: 50%;
  color: #666;
  line-height: 1.2em;
  padding-left: 25px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-image: url(../img/icon-location.webp);
  background-repeat: no-repeat;
  background-position: 0px 3px;
}

.box-upfooter .contacts .ctct {
  background-image: url(../img/icon-contacts.webp);
}

.box-footer {
  background-color: #F8F8F8;
  padding-top: 20px;
  /* padding-bottom: 20px; */
  color: #666;
}

.eight,
.row .eight {
  width: 66.66667%;
}

.box-footer .copy {
  font-size: 13px;
}

.box-footer .copy {
  margin-bottom: 10px;
  margin-top: 10px;
}

.box-footer .footermenu a {
  font-weight: bold;
  color: #666;
  text-decoration: none;
  padding-right: 8px;
  padding-left: 8px;
  font-size: 12px;
}

.six,
.row .six {
  width: 50%;
}

.evlada {
  font-size: 12px;
  background-image: url(../img/logo-evlada.webp);
  background-repeat: no-repeat;
  /* padding-left: 80px; */
  padding-top: 30px;
  /* padding-top: 4px; */
  padding-bottom: 4px;
  margin: 10px 0;
}

.responsive p {
  color: #999999;
  font-size: 11px;
  font-weight: bold;
  line-height: 12px;
  /* margin: 0; */
  /* position: absolute; */
  right: 0;
  top: 13px;
  width: 120px;
  margin-top: 12px;
  margin-bottom: 5px;
}

.toggle-topbar {
  display: none;
}

li.toggle-topbar::after {
  border: solid 8px;
  border-color: white transparent transparent transparent;
}

ul.breadcrumbs {
  padding: 15px 0;
  border-radius: 2px;
  margin-left: 0;
  margin-bottom: 25px;
  position: relative;
  margin-top: 0px;
  background-color: #FFF;
  border-radius: 0px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}

ul.breadcrumbs li:first-child {
  line-height: 18px;
}

ul.breadcrumbs li {
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 15px;
  text-decoration: underline;
}

ul.breadcrumbs li span {
  text-transform: none;
  font-size: 12px;
  color: var(--main-color);
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}

ul.breadcrumbs li:before {
  content: "";
  display: block;
  transform: rotate(45deg);
  border-color: #505a5f;
  height: 7px;
  width: 7px;
  border-top: 1px solid;
  border-right: 1px solid;
  flex-shrink: 0;
}

ul.breadcrumbs li:first-child:before {
  display: none;
}

@media only screen and (max-width: 940px) {

  .toggle-topbar {
    display: block !important;
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {

  .column,
  .columns {
    width: 100% !important;
    float: none;
  }


  .box-upfooter .contacts li {
    width: 100%;
  }

  ul.breadcrumbs li.dispaly-mb-none {
    display: none;
  }
}

.section-title {
  font-size: 2rem;
  font-family: "GDS Transport", arial, sans-serif;
  font-weight: 700;
  line-height: 1.09375;
}

@media (min-width: 40.0625em) {
  .section-title {
    font-size: 3rem;
    line-height: 1.0416666667;
  }
}