:root {
  --main-bg-color: #0e1015;
  --conteiner-padding: 10px;
}

@font-face {
  font-family: Open Sans;
  src: url('./../fonts/OpenSans-Regular.ttf');
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  background-color: var(--main-bg-color);
  color: white;
  position: relative;
}

/* ------------------------------------- */
.block1 {
  height: fit-content;
}
/* --------Top phones--------- */
.top-phone {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
}
/* --------Logo--------- */
.block1 .header {
  position: absolute;
}
.block1 > .header img {
  margin-top: 60px;
  width: 195.34px;
  height: 143.59px;
}
/* --------phone--------- */
.phone {
  width: 196px;
  display: flex;
  align-content: center;
  justify-content: center;
  flex-direction: column;
  gap: 21px;
}
.phone p {
  width: 168px;
  text-align: center;
  font-family: Open Sans;
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 0em;
}

.phone:nth-child(5) {
  margin-top: 40px;
}
.phone:nth-child(4) {
  margin-top: calc(2 * 40px);
}
.phone:nth-child(3) {
  margin-top: calc(3 * 40px);
}
.phone:nth-child(2) {
  margin-top: calc(4 * 40px);
}
.phone:first-child {
  margin-top: calc(5 * 40px);
}
/* --------------------------  */
.background-wrap {
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--main-bg-color);
  z-index: -1;
}

.background {
  height: 30%;
  background: var(--main-bg-color);
}

.left {
  background: radial-gradient(
    6000px 3000px at center left,
    rgba(234, 104, 108, 1),
    transparent 20%,
    rgba(31, 72, 38, 0) 15%
  );
}

.right {
  background: radial-gradient(
    4000px 3000px at center right,
    rgba(237, 125, 62, 1),
    transparent 20%,
    rgba(31, 72, 38, 0) 20%
  );
}

.arrow {
  margin-top: 20px;
  cursor: pointer;
  display: flex;
  justify-content: flex-end;
  margin-bottom: 20px;
}

.ball {
  margin-left: 10px;
}

.goToMain {
  margin-top: 20px;
  display: flex;
  gap: 15px;
  align-items: center;
  margin-bottom: 30px;
}

.goToMainText {
  color: #fff;
  font-family: Open Sans, serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}

.logoText {
  color: #f9f9f9;
  font-family: Open Sans;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.logoWrapper {
  position: absolute;
  top: 0;
  left: 10px;
}

.logoWrapper2 {
  display: none;
}

.phonesWrapper {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 15px;
  height: 700px;
  align-items: end;
}

.phonesWrapper2 {
  display: none;
}

.phoneRow {
  display: flex;
  width: 100%;
  gap: 20px;
  justify-content: space-around;
}

.topPhone {
  width: 17%;
  color: #fff;
  font-family: Open Sans;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  text-align: center;
}

.phoneBlock {
  display: flex;
  gap: 10px;
}

.underMobile {
  margin-right: 50px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 150px;
  gap: 30px;
  color: #fff;
  font-family: Open Sans;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 21.6px */
}

.greenCircle {
  min-width: 22px;
  min-height: 22px;
  max-width: 22px;
  max-height: 22px;
  background-color: #ef1a5a;
  border-radius: 50%;
  filter: drop-shadow(0px 0px 8px #ef1a5a);
}

.stripeWrapper {
  display: flex;
  gap: 20px;
  max-width: 100%;
}

.crossPlatform {
  display: flex;
  align-items: flex-start;
  /*   justify-content: center; */
  gap: 30px;
  margin-top: 140px;
}

.CP-left {
  display: flex;
  color: #fff;
  font-family: Open Sans;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  flex-direction: column;
  justify-content: space-between;
  width: 30%;
  height: 100%;
}

.CP-right {
  width: 60%;
}

.CP-textBlock {
  display: flex;
  max-width: 319px;
  gap: 38px;
  align-items: center;
  margin-bottom: 30px;
}

.CP-text {
  margin-bottom: 75px;
  color: #fff;
  font-family: Open Sans, serif;
  font-size: 41px;
  font-style: normal;
  font-weight: 700;
  line-height: 116.682%;
}

.cp-img-1 {
  margin-top: 25px;
  width: 548px;
}

.cp-img-2 {
  top: 72px;
  left: 463px;
  position: absolute;
}

.cp-vector {
  position: absolute;
  top: 306px;
  left: 301px;
}

.cp-img-text {
  position: absolute;
  top: 316px;
  left: 159px;
  color: #fff;
  font-family: Open Sans;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  width: 159px;
}

.cp-img-block {
  position: relative;
}

.platforms {
  margin-top: 100px;
}

.techStripe {
  margin-top: 100px;
  display: flex;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
}

.favorites {
  margin-top: 140px;
  display: flex;
}

.fn {
  margin-top: 140px;
  display: flex;
}

.fn-text-block {
  display: flex;
  gap: 38px;
  width: 320px;
}

.fn-text-wrapper {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-top: 75px;
}

.fn-left {
  width: 50%;
  color: #fff;
  font-family: Open Sans, serif;
  font-size: 18px;
  font-style: normal;
  line-height: 120%; /* 21.6px */
}

.fn-right {
  width: 50%;
  color: #fff;
  font-family: Open Sans;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: flex;
  justify-content: flex-end;
  position: relative;
}

.fn-vector-1 {
  position: absolute;
  top: 51px;
  left: 157px;
}

.fn-vector-2 {
  position: absolute;
  top: 161px;
  left: 166px;
}

.fn-vector-3 {
  position: absolute;
  top: 307px;
  left: 149px;
}

.fn-text-1 {
  position: absolute;
  width: 196px;
  left: 25px;
  top: 14px;
}

.fn-text-2 {
  position: absolute;
  width: 180px;
  left: 22px;
  top: 125px;
}

.fn-text-3 {
  position: absolute;
  width: 116px;
  top: 242px;
  left: 51px;
}

.fv-left {
  width: 50%;
}

.fv-left-wrapper {
  display: flex;
  justify-content: flex-end;
  margin-top: 50px;
  position: relative;
  color: #fff;
  font-family: Open Sans, serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.fv-img-1 {
  margin-top: 66px;
}

.fv-vector-1 {
  position: absolute;
  left: 167px;
  top: 29px;
}

.fv-vector-2 {
  position: absolute;
  top: 233px;
  left: 159px;
}

.fv-heart {
  position: absolute;
  left: 30px;
  top: 300px;
}

.fv-text-1 {
  position: absolute;
  width: 162px;
  height: 72px;
  left: 54px;
  top: 17px;
}

.fv-text-2 {
  position: absolute;
  width: 231px;
  height: 50px;
  top: 197px;
  left: 31px;
}

.fv-right {
  width: 50%;
  position: relative;
  display: flex;
  justify-content: flex-end;
}

.fv-vector-3 {
  position: absolute;
  top: 328px;
  left: 153px;
}

.fv-text-3 {
  width: 202px;
  color: #fff;
  font-family: Open Sans, serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  position: absolute;
  top: 264px;
  left: 82px;
}

.fv-img-2 {
  width: 365px;
  height: 469px;
}

.block-header {
  color: #fff;
  font-family: Open Sans, serif;
  font-size: 41px;
  font-style: normal;
  font-weight: 700;
  line-height: 116.682%;
}

.parking {
  margin-top: 140px;
  display: flex;
}

.p-left {
  width: 30%;
  color: #fff;
  font-family: Open Sans, serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  position: relative;
}

.p-vector-1 {
  position: absolute;
  top: 39px;
  left: 248px;
  transform: scale(-1, 1);
}

.p-text-1 {
  position: absolute;
  top: 21px;
  left: 425px;
  width: 200px;
}

.p-right {
  width: 70%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.p-text-wrapper {
  margin-top: 75px;
  color: #fff;
  text-align: right;
  font-family: Open Sans, serif;
  font-size: 18px;
  font-style: normal;
  line-height: 120%;
  display: flex;
  width: 292px;
  flex-direction: row-reverse;
  gap: 38px;
}

.p-img-wrapper {
  position: relative;
  color: #fff;
  font-family: Open Sans, serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-right: 343px;
}

.p-vector-2 {
  position: absolute;
  top: 104px;
  left: 253px;
}

.p-vector-3 {
  position: absolute;
  top: 299px;
  left: 366px;
}

.p-text-2 {
  position: absolute;
  top: 67px;
  left: 344px;
  width: 172px;
}

.p-text-3 {
  position: absolute;
  top: 262px;
  left: 502px;
  width: 171px;
}

.cards {
  margin-top: 140px;
  display: flex;
  color: #fff;
  font-family: Open Sans, serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.c-left {
  width: 50%;
}
.c-left-wrapper {
  margin-top: 86px;
  display: flex;
  justify-content: flex-end;
  position: relative;
}
.c-right {
  width: 50%;
  display: flex;
  justify-content: flex-end;
  position: relative;
}
.c-vector-1 {
  position: absolute;
  top: -26px;
  left: 202px;
}
.c-text-1 {
  position: absolute;
  top: -41px;
  left: 14px;
  width: 200px;
}

.c-vector-2 {
  position: absolute;
  top: 111px;
  left: 182px;
}
.c-text-2 {
  position: absolute;
  top: 73px;
  left: 75px;
  width: 200px;
}

.c-vector-3 {
  position: absolute;
  top: 322px;
  left: 208px;
}
.c-vector-4 {
  position: absolute;
  top: 450px;
  left: 58px;
}
.c-text-3 {
  position: absolute;
  top: 312px;
  left: 19px;
  width: 200px;
}
.c-img-2 {
  width: 334px;
  height: 469px;
}

.slider-wrapper {
  display: none;
  justify-content: center;
}

.slider {
  width: 90%;
  padding-left: 40px;
}

.slider-phone {
  display: flex;
  justify-content: center;
  width: 250px;
}

.SliderPhoneBlock {
  justify-content: center;
  gap: 5px;
  text-align: center;
  margin-top: 10px;
  display: flex;
  width: 169px;
  color: #fff;
  font-family: Open Sans;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}

.formSection {
  margin-top: 140px;
}

.container {
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 var(--conteiner-padding) 0 var(--conteiner-padding);
}
.text-header-left {
  display: none;
}

@media (min-width: 1200px) {
  .phonesWrapper div:first-child {
    margin-bottom: 5px;
  }

  .phonesWrapper div:nth-child(3) {
    margin-bottom: 40px;
  }

  .phonesWrapper div:nth-child(4) {
    margin-bottom: 80px;
  }

  .phonesWrapper div:nth-child(5) {
    margin-bottom: 100px;
  }

  .phonesWrapper div:nth-child(6) {
    margin-bottom: 160px;
  }

  .phonesWrapper div:nth-child(7) {
    margin-bottom: 200px;
  }

  .container {
    max-width: 1200px;
    padding: 0 var(--conteiner-padding) 0 var(--conteiner-padding);
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* ------------------------------------- */
  .block1 {
    display: flex;
    flex-direction: column;
    gap: 44px;
  }
  /* --------Top phones--------- */
  .top-phone {
    justify-content: center;
    flex-wrap: wrap;
    gap: 40px;
  }
  /* --------Logo--------- */
  .block1 .header {
    position: unset;
  }
  /* --------phone--------- */

  .phone:nth-child(5),
  .phone:nth-child(4),
  .phone:nth-child(3),
  .phone:nth-child(2),
  .phone:first-child {
    margin-top: 0px;
  }
  /* --------------------------  */
  .container {
    max-width: 992px;
    padding: 0 var(--conteiner-padding) 0 var(--conteiner-padding);
  }

  .logoWrapper {
    display: none;
  }
  .p-vector-1 {
    position: absolute;
    top: 39px;
    left: 248px;
    transform: scale(-1, 1);
  }

  .logoWrapper2 {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-bottom: 45px;
    align-items: center;
  }

  .platforms {
    margin-top: 30px;
  }

  .cp-img-2 {
    left: 454px;
  }

  .cp-img-1 {
    margin-top: 25px;
    width: 548px;
  }

  .cp-vector {
    position: absolute;
    top: 306px;
    left: 301px;
  }

  .cp-img-text {
    top: 316px;
    left: 159px;
  }

  .crossPlatform {
    gap: 20px;
  }

  .phonesWrapper2 {
    width: 100%;
    justify-content: center;
    gap: 15px;
    height: auto;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 20px;
    display: flex;
  }

  .phonesWrapper {
    flex-wrap: wrap;
    height: 1200px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: 20px;
    gap: 20px;
    display: none;
  }

  .maps-circle-wrapper {
    width: 195px;
    margin-top: 40px;
  }

  .maps-text-2 {
    left: 292px;
  }

  .scan {
    gap: 0px;
  }

  .scan-left {
    width: 34%;
  }

  .stat-header {
    margin-left: 10px;
  }

  .formSection {
    margin-top: 40px;
  }

  .scan-img-wrapper {
    transform: scale(0.9);
  }

  .scan-left {
    margin-left: 46px;
  }

  .fv-vector-1 {
    position: absolute;
    left: 75px;
    top: 29px;
  }

  .fv-vector-2 {
    position: absolute;
    top: 233px;
    left: 62px;
  }

  .fv-heart {
    position: absolute;
    left: 30px;
    top: 343px;
  }

  .fv-text-1 {
    position: absolute;
    width: 162px;
    height: 72px;
    left: 20px;
    top: 33px;
  }

  .fv-text-2 {
    position: absolute;
    width: 231px;
    height: 50px;
    top: 179px;
    left: 15px;
  }

  .fv-right {
    width: 50%;
    position: relative;
    display: flex;
    justify-content: flex-end;
  }

  .fv-vector-3 {
    position: absolute;
    top: 375px;
    left: 66px;
  }

  .fv-text-3 {
    width: 202px;
    color: #fff;
    font-family: Open Sans, serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    position: absolute;
    top: 292px;
    left: 11px;
  }

  .fv-left-wrapper {
    margin-top: 18px;
  }

  .fv-right {
    padding-top: 50px;
  }

  .fn-vector-1 {
    left: 62px;
  }

  .fn-vector-2 {
    left: 66px;
  }

  .fn-vector-3 {
    left: 49px;
  }

  .fn-text-1 {
    left: -71px;
  }

  .fn-text-2 {
    left: -78px;
  }

  .fn-text-3 {
    left: -50px;
  }

  .p-img-wrapper {
    margin-right: 305px;
  }
  .c-vector-1 {
    left: 77px;
  }
  .c-text-1 {
    top: -63px;
    left: -28px;
  }
  .c-vector-2 {
    top: 111px;
    left: 82px;
  }
  .c-text-2 {
    top: 71px;
    left: -22px;
  }
  .c-vector-3 {
    top: 319px;
    left: 115px;
  }
  .c-text-3 {
    top: 220px;
    left: -3px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* ------------------------------------- */
  .block1 {
    display: flex;
    flex-direction: column;
    gap: 44px;
  }
  /* --------Top phones--------- */
  .top-phone {
    justify-content: center;
    flex-wrap: wrap;
    gap: 21px;
  }
  /* --------Logo--------- */
  .block1 .header {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: unset;
  }
  /* --------phone--------- */

  .phone:nth-child(5),
  .phone:nth-child(4),
  .phone:nth-child(3),
  .phone:nth-child(2),
  .phone:first-child {
    margin-top: 0px;
  }
  .container {
    max-width: 768px;
    padding: 0 var(--conteiner-padding) 0 var(--conteiner-padding);
  }

  .logoWrapper2 {
    margin: 0 auto;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin-bottom: 45px;
    align-items: center;
  }

  .techStripe {
    margin-top: -65px;
  }

  .cp-img-2 {
    position: relative;
    left: 324px;
    top: -131px;
  }

  .cp-img-1 {
    width: 448px;
  }

  .cp-vector {
    top: 265px;
    left: 168px;
  }

  .cp-img-text {
    top: 274px;
    left: 47px;
  }

  .platforms {
    margin-top: 0px;
  }

  .maps-images-wrapper {
    flex-direction: column;
  }

  .scan {
    flex-direction: column;
    gap: 0px;
  }

  .scan-img-wrapper {
    margin-left: 143px;
    transform: scale(0.9);
  }

  .scan-left {
    margin-left: 30px;
  }

  .stat-wrapper {
    flex-direction: column;
  }

  .stat-vector-2-text {
    top: 58px;
    left: 277px;
  }

  .stat-vector-2 {
    display: none;
  }

  .stat-vector-1 {
    display: none;
  }

  .stat-vector-1-text {
    left: 286px;
  }

  .stat-right {
    margin-left: 30px;
  }

  .phonesWrapper {
    display: none;
  }

  .slider-wrapper {
    display: flex;
    justify-content: center;
  }

  .SliderPhoneBlock {
    width: 169px;
    justify-content: center;
    gap: 5px;
    text-align: center;
    margin-top: 10px;
    display: flex;
    color: #fff;
    font-family: Open Sans;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
  }

  .underMobile {
    margin-top: 20px;
  }

  .formSection {
    margin-top: 40px;
  }

  .stat-wrapper {
    transform: scale(0.8);
    margin-top: -60px;
  }

  .scan-img-wrapper {
    transform: scale(0.9);
  }

  .favorites {
    flex-direction: column;
    gap: 30px;
  }

  .fv-left {
    width: 100%;
  }

  .fv-right {
    width: 100%;
  }

  .fv-vector-1 {
    left: 322px;
    top: 36px;
  }

  .fv-vector-2 {
    top: 213px;
    left: 310px;
  }

  .fv-text-1 {
    width: 194px;
    left: 114px;
    top: 17px;
  }

  .fv-text-2 {
    left: 81px;
  }

  .fv-heart {
    left: 88px;
    top: 387px;
  }

  .fv-vector-3 {
    top: 328px;
    left: 294px;
  }

  .fv-text-3 {
    top: 291px;
    left: 97px;
  }

  .fn {
    flex-direction: column;
    gap: 30px;
    align-items: center;
  }
  .fn-left {
    width: 100%;
    display: flex;
    flex-direction: column;
    /*  align-items: center;
 */
  }

  .fn-right {
    width: 100%;
  }

  .fn-vector-1 {
    left: 311px;
  }

  .fn-vector-2 {
    left: 316px;
  }

  .fn-vector-3 {
    left: 304px;
  }

  .fn-text-1 {
    left: 169px;
  }

  .fn-text-2 {
    left: 167px;
  }

  .fn-text-3 {
    left: 199px;
  }

  .block-header {
    /* text-align: center; */
  }

  .parking {
    flex-direction: column;
  }

  .p-img-wrapper {
    margin-right: 272px;
  }

  .p-right {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .left-mobile-container {
    position: relative;
  }
  .p-left {
    width: 90%;
    color: #fff;
    font-family: Open Sans, serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    position: relative;
    display: flex;
    justify-content: flex-start;
    /* margin-right: 91px; */
    /* margin-left: 63px; */
    flex-direction: column;
  }
  .p-vector-1 {
    position: absolute;
    top: 55px;
    right: 50px;
    transform: scale(-1, 1);
  }
  .p-text-wrapper {
    margin-top: 40px;
    margin-bottom: 20px;
    color: #fff;
    text-align: center;
    font-family: Open Sans, serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    display: flex;
    width: 100%;
    flex-direction: row-reverse;
    gap: 38px;
    align-items: center;
    justify-content: center;
  }
  .text-header-right {
    display: none;
  }
  .text-header-left {
    display: block;
  }
  .cards {
    flex-direction: column;
    gap: 30px;
  }
  .c-left {
    width: 100%;
  }
  .c-right {
    width: 100%;
  }
  .c-img-1 {
    width: 334px;
    height: 469px;
  }
  .c-vector-1 {
    top: 45px;
    left: 338px;
  }
  .c-text-1 {
    top: 8px;
    left: 226px;
  }
  .c-vector-2 {
    top: 116px;
    left: 334px;
  }
  .c-text-2 {
    top: 77px;
    left: 222px;
  }
  .c-vector-3 {
    top: 322px;
    left: 371px;
  }
  .c-text-3 {
    top: 311px;
    left: 178px;
  }
  .c-vector-4 {
    top: 450px;
    left: 250px;
  }
}

@media screen and (max-width: 767px) {
  .left-mobile-container {
    position: relative;
  }

  .p-left {
    width: 100%;
    color: #fff;
    font-family: Open Sans, serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    position: relative;
    display: flex;
    justify-content: flex-start;
    /* margin-right: 91px; */
    flex-direction: column;
  }
  .p-vector-1 {
    position: absolute;
    top: 55px;
    right: 50px;
    transform: scale(-1, 1);
  }
  .p-text-wrapper {
    margin-top: 40px;
    margin-bottom: 20px;
    color: #fff;
    text-align: center;
    font-family: Open Sans, serif;
    font-size: 18px;
    font-style: normal;
    line-height: 120%;
    display: flex;
    width: 100%;
    flex-direction: row-reverse;
    gap: 38px;
    align-items: center;
    justify-content: center;
  }
  .text-header-right {
    display: none;
  }
  .text-header-left {
    display: block;
  }
  /* ------------------------------------- */
  .block1 {
    display: flex;
    flex-direction: column;
    gap: 44px;
  }
  /* --------Top phones--------- */
  .top-phone {
    flex-wrap: nowrap;
    flex-direction: column;
    overflow-y: auto;
    height: 550px;
    gap: 44px;
    align-items: center;
    justify-content: flex-start;
  }
  .top-phone::-webkit-scrollbar {
    width: 0.5em;
  }

  .top-phone::-webkit-scrollbar-thumb {
    background-color: transparent;
  }
  /* --------Logo--------- */
  .block1 .header {
    position: unset;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  /* --------phone--------- */

  .phone:nth-child(5),
  .phone:nth-child(4),
  .phone:nth-child(3),
  .phone:nth-child(2),
  .phone:first-child {
    margin-top: 0px;
  }
  .container {
    max-width: 420px;
    padding: 0 var(--conteiner-padding) 0 var(--conteiner-padding);
  }

  .logoWrapper2 {
    margin: 0 auto;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin-bottom: 45px;
    align-items: center;
  }

  .underMobile {
    margin-left: 25px;
    margin-right: 25px;
  }

  .platforms {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .cp-img-block {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .cp-img-2 {
    position: relative;
    left: 108px;
    top: -100px;
  }

  .cp-img-1 {
    margin-top: 0px;
    width: 100%;
  }

  .cp-vector {
    top: 209px;
    left: 80px;
  }

  .cp-img-text {
    top: 279px;
    left: 53px;
  }

  .CP-right {
    width: 100%;
  }

  .CP-left {
    width: 100%;
    align-items: center;
    justify-content: center;
  }

  .crossPlatform {
    margin-top: 60px;
    flex-direction: column;
  }

  .techStripe {
    margin-top: 1px;
  }

  .maps-images-wrapper {
    margin-top: 90px;
    flex-direction: column;
  }

  .maps {
    margin-top: 0px;
  }

  .maps-right {
    margin-top: 113px;
  }

  .map-text-1 {
    top: -57px;
    left: 1px;
  }

  .maps-vector-1 {
    display: none;
  }

  .maps-text-2 {
    top: -60px;
    left: 1px;
  }

  .maps-vector-2 {
    display: none;
  }

  .maps-right {
    flex-direction: column;
  }

  .maps-circle-wrapper {
    margin-top: 50px;
  }

  .scan {
    flex-direction: column;
    gap: 20px;
    align-items: center;
  }

  .scan-img-wrapper {
    flex-direction: column;
    gap: 100px;
  }

  .scan-img-text {
    text-align: center;
    width: 250px;
    position: absolute;
    top: 500px;
    left: 50px;
  }

  .scan-vector {
    display: none;
  }

  .scan-img-2-wrapper {
    margin-left: 10px;
  }

  .stat-wrapper {
    flex-direction: column-reverse;
  }

  .stat-left {
    flex-direction: column;
  }

  .stat-img-wrapper-2 {
    margin-top: 20px;
  }

  .stat-vector-1-text {
    top: -21px;
    left: 224px;
  }

  .stat-vector-1 {
    display: none;
  }

  .stat-img-wrapper-1 {
    margin-top: 40px;
  }

  .stat-vector-2-text {
    top: -2px;
    left: 257px;
  }

  .stat-vector-2 {
    display: none;
  }

  .stat-right {
    margin-left: 44px;
  }

  .phonesWrapper {
    display: none;
  }

  .slider-wrapper {
    display: flex;
    justify-content: center;
  }

  .slider {
    padding-left: 6px;
  }

  .SliderPhoneBlock {
    width: 169px;
    justify-content: center;
    gap: 5px;
    text-align: center;
    margin-top: 10px;
    display: flex;
    color: #fff;
    font-family: Open Sans;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
  }

  .underMobile {
    margin-top: 20px;
  }

  .formSection {
    margin-top: 40px;
  }

  .stat-wrapper {
    transform: scale(0.8);
    margin-top: -80px;
  }

  .maps {
    margin-top: 40px;
  }

  .stat {
    margin-bottom: -100px;
  }

  .maps {
    margin-top: 0px;
  }

  .favorites {
    flex-direction: column;
    gap: 30px;
  }

  .fv-left {
    width: 100%;
  }

  .fv-right {
    width: 100%;
  }

  .fv-left-wrapper {
    margin-top: 16px;
  }

  .fv-img-1 {
    margin-top: 22px;
  }

  .fv-text-2 {
    position: absolute;
    width: 137px;
    height: 50px;
    top: 114px;
    left: 16px;
  }

  .fv-vector-1 {
    display: none;
  }

  .fv-vector-2 {
    display: none;
  }

  .fv-vector-3 {
    display: none;
  }

  .fv-text-1 {
    left: 15px;
  }

  .fv-heart {
    left: 17px;
    top: 203px;
  }

  .fv-text-3 {
    width: 120px;
    top: 15px;
    left: 37px;
  }

  .fn {
    flex-direction: column;
    gap: 30px;
    align-items: center;
  }

  .fn-left {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .fn-right {
    width: 100%;
    padding-top: 170px;
  }

  .fn-vector-1 {
    display: none;
  }

  .fn-vector-2 {
    display: none;
  }

  .fn-vector-3 {
    display: none;
  }

  .fn-text-1 {
    position: absolute;
    width: 228px;
    left: 92px;
    top: 1px;
    text-align: center;
  }

  .fn-text-2 {
    position: absolute;
    width: 184px;
    left: 123px;
    top: 59px;
    text-align: center;
  }

  .fn-text-3 {
    position: absolute;
    width: 206px;
    top: 117px;
    left: 109px;
    text-align: center;
  }

  .parking {
    flex-direction: column;
  }

  .p-img-wrapper {
    margin-right: 272px;
  }

  .p-right {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .p-left {
    width: 90%;
    color: #fff;
    font-family: Open Sans, serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    position: relative;
    display: flex;
    justify-content: flex-start;
  }

  .p-vector-1 {
    display: none;
  }

  .p-vector-2 {
    display: none;
  }

  .p-vector-3 {
    display: none;
  }

  .p-text-1 {
    position: absolute;
    top: 40px;
    left: 170px;
    text-align: center;
  }

  .p-text-2 {
    position: absolute;
    top: 150px;
    left: 170px;
    text-align: center;
  }

  .p-text-3 {
    position: absolute;
    top: 220px;
    left: 189px;
    text-align: center;
  }

  .p-img-wrapper {
    display: flex;
    margin-right: 0px;
    padding-top: 120px;
  }

  .p-left {
    justify-content: center;
    padding-top: 57px;
  }

  .p-img-1 {
    width: 280px;
  }

  .p-img-2 {
    width: 280px;
  }

  .parking {
    margin-bottom: 120px;
  }
  .cards {
    flex-direction: column;
    gap: 30px;
    text-align: center;
  }
  .c-left {
    width: 100%;
  }
  .c-right {
    width: 100%;
  }
  .c-img-1 {
    width: 278px;
    height: 361px;
  }
  .c-img-2 {
    margin-top: 162px;
    width: 300px;
    height: 420px;
  }
  .c-vector-1 {
    display: none;
  }
  .c-text-1 {
    top: -65px;
    left: 106px;
  }
  .c-vector-2 {
    display: none;
  }
  .c-text-2 {
    top: -11px;
    left: 101px;
  }
  .c-vector-3 {
    display: none;
  }
  .c-text-3 {
    top: 52px;
    left: 102px;
  }
  .c-left-wrapper {
    justify-content: center;
  }
  .c-right {
    justify-content: center;
  }
  .c-vector-4 {
    top: 70px;
    left: 30px;
  }
  .fv-left h2 {
    text-align: center;
  }
  .text-header-left > .block-header {
    text-align: center;
  }
}

@media screen and (max-width: 419px) {
  .c-vector-4 {
    top: 70px;
    left: 0px;
  }
  .container {
    overflow: hidden;
    max-width: 320px;
    padding: 0 var(--conteiner-padding) 0 var(--conteiner-padding);
  }

  .logoWrapper2 {
    margin: 0 auto;
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-bottom: 45px;
    align-items: center;
    transform: scale(0.8);
  }

  .cp-img-2 {
    width: 80px;
    left: 105px;
    top: -115px;
  }

  .cp-img-1 {
    width: 250px;
  }

  .cp-vector {
    top: 131px;
    left: 113px;
    width: 100px;
  }

  .cp-img-text {
    top: 170px;
    left: 53px;
  }

  .maps-img-1 {
    transform: scale(0.9);
    margin-left: -70px;
  }

  .maps-img-2 {
    transform: scale(0.85);
    margin-left: -64px;
  }

  .maps {
    margin-top: -90px;
  }

  .maps-right {
    margin-top: 73px;
  }

  .maps-circle-wrapper {
    margin-left: -19px;
    width: 300px;
    margin-top: 10px;
  }

  .scan-left {
    width: 100%;
  }

  .scan-block-header {
    width: 100%;
    text-align: center;
  }

  .scan-green-block {
    margin-top: 40px;
  }

  .scan-green-circle-wrapper {
    width: 300px;
    margin-left: 20px;
  }

  .scan-img-1-wrapper {
    transform: scale(0.85);
  }

  .scan-img-2-wrapper {
    transform: scale(0.85);
  }

  .scan-img-wrapper {
    gap: 18px;
  }

  .scan {
    gap: 0px;
  }

  .stat-right {
    margin-left: 11px;
  }

  .stat-img-wrapper-1 {
    transform: scale(0.85);
  }

  .stat-vector-1-text {
    top: -64px;
    left: 30px;
  }

  .stat-img-wrapper-2 {
    transform: scale(0.85);
    margin-left: -28px;
  }

  .stat-vector-2-text {
    top: -85px;
    left: 30px;
  }

  .phonesWrapper {
    display: none;
  }

  .slider-phone {
    padding-left: 46px;
  }

  .SliderPhoneBlock {
    width: 169px;
    justify-content: center;
    gap: 5px;
    text-align: center;
    margin-top: 10px;
    display: flex;
    color: #fff;
    font-family: Open Sans;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
  }

  .underMobile {
    margin-top: 20px;
  }

  .formSection {
    margin-top: -134px;
    transform: scale(0.9);
  }

  .scan {
    margin-top: -70px;
    transform: scale(0.9);
  }

  .stat {
    margin-top: -20px;
  }

  .maps {
    transform: scale(0.9);
    margin-top: 30px;
  }

  .CP-text {
    text-align: center;
  }

  .maps-block-header {
    text-align: center;
    margin-left: 0px;
  }

  .map-text-1 {
    text-align: center;
    top: -57px;
    left: 20px;
  }

  .maps {
    margin-top: -50px;
  }

  .fv-img-1 {
    width: 300px;
    margin-top: 200px;
  }

  .fv-text-1 {
    width: 215px;
    text-align: center;
    left: 35px;
  }

  .fv-text-2 {
    width: 192px;
    top: 86px;
    left: 52px;
    text-align: center;
  }

  .fv-heart {
    width: 40px;
    left: 125px;
    top: 150px;
  }

  .fv-img-2 {
    margin-top: 90px;
    width: 300px;
    height: 395px;
  }

  .fv-text-3 {
    width: 201px;
    top: 8px;
    left: 43px;
    text-align: center;
  }

  .favorites {
    margin-bottom: 140px;
  }

  .fn-right {
    justify-content: center;
    padding-top: 183px;
  }

  .fv-left {
    text-align: center;
  }

  .fn-image {
    width: 290px;
  }

  .fn-text-1 {
    left: 36px;
  }

  .fn-text-2 {
    left: 66px;
  }

  .fn-text-3 {
    left: 52px;
  }

  .fn-text-block {
    gap: 20px;
    width: 300px;
  }
  .parking {
    margin-top: -41px;
  }

  .p-text-wrapper {
    margin-top: 60px;
  }

  .p-left {
    width: 100%;
  }
  .p-right {
    width: 100%;
  }
  .p-text-1 {
    left: 240px;
    width: 30px;
  }
  .block-header {
    text-align: center;
  }
  .p-img-2,
  .p-img-1 {
    width: 278px;
    height: 361px;
  }
  .p-text-2 {
    top: 12px;
    left: 0;
    width: 100%;
  }
  .p-text-3 {
    top: 50px;
    left: 0;
    width: 100%;
  }
  .cards {
    flex-direction: column;
    gap: 30px;
    text-align: center;
    margin-bottom: 131px;
    margin-top: -42px;
  }
  .c-left {
    width: 100%;
  }
  .c-right {
    width: 100%;
  }
  .c-img-1 {
    width: 278px;
    height: 361px;
  }
  .c-img-2 {
    margin-top: 162px;
    width: 300px;
    height: 420px;
  }
  .c-vector-1 {
    display: none;
  }
  .c-text-1 {
    top: -65px;
    left: 51px;
  }
  .c-vector-2 {
    display: none;
  }
  .c-text-2 {
    top: -11px;
    left: 50px;
  }
  .c-vector-3 {
    display: none;
  }
  .c-text-3 {
    top: 52px;
    left: 49px;
  }
  .c-left-wrapper {
    justify-content: center;
  }
  .c-right {
    justify-content: center;
  }
}
/* FOOTER */
.parent-container {
  display: flex;
  width: 100%;
  height: fit-content;
  justify-content: space-between;
}
.parent-container {
  gap: 10%;
  margin-bottom: 30px;
}
.child-container {
  width: 45%;
  height: 63px;
  font-family: 'Open Sans';
  font-size: 18px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0em;

  color: rgba(180, 180, 180, 1);
}
