@charset "UTF-8";
@font-face {
  font-family: "Azov";
  src: url("../fonts/Montserrat-Medium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font‑display: swap;
}
@font-face {
  font-family: "Gilroy-Medium";
  src: url("../fonts/gilroy-medium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font‑display: swap;
}
@font-face {
  font-family: "Gilroy-SemiBold";
  src: url("../fonts/gilroy-semibold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font‑display: swap;
}
@font-face {
  font-family: "Montserrat-Bold";
  src: url("../fonts/Montserrat-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font‑display: swap;
}
@font-face {
  font-family: "Montserrat-ExtraBold";
  src: url("../fonts/Montserrat-ExtraBold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font‑display: swap;
}
@font-face {
  font-family: "Montserrat-Light";
  src: url("../fonts/Montserrat-Light.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font‑display: swap;
}
@font-face {
  font-family: "Montserrat-Medium";
  src: url("../fonts/Montserrat-Medium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font‑display: swap;
}
@font-face {
  font-family: "Montserrat-Regular";
  src: url("../fonts/Montserrat-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font‑display: swap;
}
@font-face {
  font-family: "Montserrat-SemiBold";
  src: url("../fonts/Montserrat-SemiBold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font‑display: swap;
}
@font-face {
  font-family: "Montserrat-Thin";
  src: url("../fonts/Montserrat-Thin.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font‑display: swap;
}
@font-face {
  font-family: "Azov";
  src: url("../fonts/Montserrat-Medium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font‑display: swap;
}
@font-face {
  font-family: "Gilroy-Medium";
  src: url("../fonts/gilroy-medium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font‑display: swap;
}
@font-face {
  font-family: "Gilroy-SemiBold";
  src: url("../fonts/gilroy-semibold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font‑display: swap;
}
@font-face {
  font-family: "Montserrat-Bold";
  src: url("../fonts/Montserrat-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font‑display: swap;
}
@font-face {
  font-family: "Montserrat-ExtraBold";
  src: url("../fonts/Montserrat-ExtraBold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font‑display: swap;
}
@font-face {
  font-family: "Montserrat-Light";
  src: url("../fonts/Montserrat-Light.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font‑display: swap;
}
@font-face {
  font-family: "Montserrat-Medium";
  src: url("../fonts/Montserrat-Medium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font‑display: swap;
}
@font-face {
  font-family: "Montserrat-Regular";
  src: url("../fonts/Montserrat-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font‑display: swap;
}
@font-face {
  font-family: "Montserrat-SemiBold";
  src: url("../fonts/Montserrat-SemiBold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font‑display: swap;
}
@font-face {
  font-family: "Montserrat-Thin";
  src: url("../fonts/Montserrat-Thin.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font‑display: swap;
}
.btn-language {
  color: #2FA6FD;
  transition: 0.5s;
}
.btn-language:hover {
  transition: 0.5s;
  background: #00D585;
  transform: scale(1.05);
  padding: 0.7rem;
  border-radius: 2.5rem;
  color: #ffffff;
}
.btn-download {
  background: #2FA6FD;
  border-radius: 1.5rem;
  border: none;
  color: #ffffff;
  font-family: "Montserrat-Bold";
  font-style: normal;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 2.2rem;
  text-align: center;
  padding: 1.3rem 2.6rem;
  transition: 0.5s;
}
.btn-download:hover {
  transition: 0.5s;
  background: #00D585;
  transform: scale(1.1);
}
.btn-active {
  font-family: "Montserrat-Bold";
  font-style: normal;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2rem;
  text-transform: uppercase;
  color: #000000;
  border-bottom: 0.4rem solid #2FA6FD;
  border-radius: 0.3rem;
}
.btn-disabled {
  pointer-events: none;
  cursor: default;
  color: grey;
}
.btn-annex {
  background: #f79f14;
  border-radius: 1.5rem;
  border: none;
  color: #ffffff;
  font-family: "Montserrat-Bold";
  font-style: normal;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 2.2rem;
  text-align: center;
  padding: 1.3rem 2.6rem;
  transition: 0.5s;
  margin-bottom: 2rem;
  margin-top: 1rem;
}
.btn-annex:hover {
  transition: 0.5s;
  background: #00D585;
  transform: scale(1);
}

@media (max-width: 1199px) {
  .btn-active {
    font-family: "Montserrat-Semibold";
    font-style: normal;
    font-weight: 600;
    font-size: 1.6rem;
    line-height: 2rem;
    text-transform: uppercase;
    color: #ffffff;
    background: linear-gradient(49.2deg, #82C7FD 0%, #339DFC 100%);
    border-radius: 5rem;
    border: none;
    padding: 0.6rem 1.5rem;
  }
}
* {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  font-family: "Montserrat", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  scroll-behavior: smooth;
  font‑display: swap;
}

li {
  list-style-type: none;
}

ul {
  color: #000000;
}

a {
  text-decoration: none;
  color: #000000;
  transition: 0.5s;
}
a:hover {
  color: #00D585;
  transition: 0.5s;
  font-weight: 500;
}

strong {
  font-weight: bold;
}

.line {
  height: 2.45rem;
  width: 100%;
  background: url(lines.png);
  background-repeat: repeat-x;
  margin-bottom: 8rem;
}
.line__blue {
  height: 95rem;
}

@media (max-width: 1199px) {
  a {
    text-decoration: none;
    color: #000000;
    transition: 0.5s;
  }
  a:hover {
    color: #00D585;
    transition: 0.5s;
    font-weight: 500;
  }
  .line__blue {
    height: 87rem;
  }
}
@media (max-width: 991px) {
  .line__blue {
    height: 75rem;
  }
}
@media (max-width: 767px) {
  .line {
    margin-bottom: 4rem;
  }
}
.container {
  width: 1170px;
  margin: 0 auto;
}

.hero-section__container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.hero-section__left-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 55%;
}
.hero-section__right-wrapper {
  display: flex;
  flex-direction: column;
}

.left-wrapper__title {
  font-family: "Montserrat-ExtraBold";
  font-style: normal;
  font-weight: 800;
  font-size: 4.8rem;
  line-height: 5.9rem;
  background: linear-gradient(180deg, #0084CC 0%, #00A5FF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  margin-bottom: 1.5rem;
}
.left-wrapper__titles {
  font-family: "Gilroy-Medium";
  font-style: normal;
  font-weight: 600;
  font-size: 4.6rem;
  line-height: 5.7rem;
  margin-bottom: 1.5rem;
}
.left-wrapper__description {
  font-family: "Montserrat-Regular";
  font-style: normal;
  font-weight: 400;
  font-size: 2.4rem;
  line-height: 2.9rem;
  margin-bottom: 2.4rem;
}
.left-wrapper__buttons {
  margin-bottom: 2.5rem;
}
.left-wrapper__button {
  padding: 1.8rem 2.5rem;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: 4px 4px 4px 4px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  margin-right: 5.5rem;
  transition: 0.5s;
  width: 21.5rem;
}
.left-wrapper__button:last-child {
  margin-right: 0;
}
.left-wrapper__button:hover {
  transition: 0.5s;
  transform: scale(0.95);
  box-shadow: none;
  background: rgba(45, 160, 243, 0.05);
}
.left-wrapper__time {
  display: flex;
  flex-direction: row;
  margin-bottom: 7.5rem;
}

.right-wrapper__image {
  margin-top: 2.6rem;
}

.time__image {
  display: flex;
  align-items: center;
  margin-right: 1.8rem;
}
.time__description {
  font-family: "Montserrat-Medium";
  font-style: normal;
  font-weight: 500;
  font-size: 2rem;
  line-height: 2.4rem;
  color: #000000;
  display: flex;
  align-items: center;
}

.how-to-ride-section {
  background-image: url(phone.png);
  background-repeat: no-repeat;
  background-position: center;
}
.how-to-ride-section__container {
  padding-bottom: 30rem;
}
.how-to-ride-section__container-mob {
  display: none;
}
.how-to-ride-section__title {
  font-family: "Gilroy-Medium";
  font-style: normal;
  font-weight: 600;
  font-size: 4.6rem;
  line-height: 5.7rem;
  text-align: center;
  margin-top: 5.4rem;
}
.how-to-ride-section__intro {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.how-to-ride-section__transport {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 8rem;
}
.how-to-ride-section__steps {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.intro__description-ebike {
  font-family: "Montserrat-Medium";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 17px;
  text-transform: uppercase;
  color: #2FA6FD;
  transform: rotate(336deg);
}
.intro__description-escooter {
  font-family: "Montserrat-Medium";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 17px;
  text-transform: uppercase;
  color: #2FA6FD;
  transform: rotate(15deg);
}

.step__left {
  width: 35%;
}
.step__left-number {
  text-align: start;
  font-family: "Montserrat-Thin";
  font-style: normal;
  font-weight: 100;
  font-size: 4.8rem;
  line-height: 5.9rem;
  color: #2FA6FD;
  margin-bottom: 1.5rem;
}
.step__left-title {
  text-align: start;
  font-family: "Montserrat-SemiBold";
  font-style: normal;
  font-weight: 600;
  font-size: 2.4rem;
  line-height: 2.9rem;
  color: #000000;
  margin-bottom: 1rem;
}
.step__left-description {
  text-align: start;
  font-family: "Montserrat-Light";
  font-style: normal;
  font-weight: 300;
  font-size: 1.6rem;
  line-height: 2rem;
  color: #000000;
  margin-bottom: 3.6rem;
}

.step__right {
  width: 35%;
}
.step__right-number {
  text-align: end;
  font-family: "Montserrat-Thin";
  font-style: normal;
  font-weight: 100;
  font-size: 4.8rem;
  line-height: 5.9rem;
  color: #2FA6FD;
  margin-bottom: 1.5rem;
}
.step__right-title {
  text-align: end;
  font-family: "Montserrat-SemiBold";
  font-style: normal;
  font-weight: 600;
  font-size: 2.4rem;
  line-height: 2.9rem;
  color: #000000;
  margin-bottom: 1rem;
}
.step__right-description {
  text-align: end;
  font-family: "Montserrat-Light";
  font-style: normal;
  font-weight: 300;
  font-size: 1.6rem;
  line-height: 2rem;
  color: #000000;
  margin-bottom: 3.6rem;
}

.image__done {
  margin-right: 1.5rem;
}

.benefits-section {
  background: linear-gradient(258.41deg, #00A4FF 0%, #6AD0F5 100%);
}
.benefits-section__container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 7rem;
  align-items: center;
  padding-top: 6rem;
  padding-bottom: 5rem;
}
.benefits-section__title {
  text-align: center;
  margin-bottom: 6rem;
  font-family: "Gilroy-Medium";
  font-style: normal;
  font-weight: 600;
  font-size: 4.6rem;
  line-height: 5.7rem;
  color: #ffffff;
}
.benefits-section__items {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: space-between;
  margin-bottom: 5.5rem;
}
.benefits-section__item {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 45%;
}
.benefits-section__image-one {
  margin-right: 4.8rem;
}
.benefits-section__image-two {
  margin-right: 5.4rem;
}
.benefits-section__image-three {
  margin-right: 5.4rem;
}
.benefits-section__image-four {
  margin-right: 4.6rem;
}
.benefits-section__image-five {
  margin-right: 3.6rem;
}
.benefits-section__image-six {
  margin-right: 4.5rem;
}
.benefits-section__image-seven {
  margin-right: 6.2rem;
}
.benefits-section__image-eight {
  margin-right: 6.5rem;
}
.benefits-section__description {
  font-family: "Montserrat-Medium";
  font-style: normal;
  font-weight: 700;
  font-size: 2.8rem;
  line-height: 3.4rem;
  color: #ffffff;
}

.rules-section__title {
  font-family: "Gilroy-Medium";
  font-style: normal;
  font-weight: 600;
  font-size: 4.6rem;
  line-height: 5.7rem;
  color: #000000;
  text-align: center;
  margin-bottom: 5rem;
}

.rule__rule {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 3rem;
}
.rule__item {
  display: flex;
  flex-direction: row;
  width: 45%;
}
.rule__image {
  height: 6.8rem;
  width: 6.8rem;
  margin-right: 2.6rem;
}
.rule__title {
  font-family: "Montserrat-SemiBold";
  font-style: normal;
  font-weight: 500;
  font-size: 3.2rem;
  line-height: 3.2rem;
  color: #000000;
  margin-bottom: 1.5rem;
}
.rule__description {
  font-family: "Montserrat-Regular";
  font-style: normal;
  font-weight: 400;
  font-size: 2rem;
  line-height: 2.4rem;
}

.banner-section__green {
  background-color: #00D585;
}
.banner-section__blue {
  background-color: #2FA6FD;
}
.banner-section__container {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1.9rem 0rem;
  margin-bottom: 7rem;
  margin-top: 7rem;
  flex-direction: row;
}
.banner-section__text {
  font-family: "Montserrat-Medium";
  font-style: normal;
  font-weight: 600;
  font-size: 2.7rem;
  line-height: 3rem;
  color: #ffffff;
  text-align: center;
}

.our-transport {
  margin-bottom: 7rem;
}
.our-transport__container {
  background: #FFFFFF;
  border: 1px solid rgba(47, 166, 253, 0.2);
  box-shadow: 15px 15px 10px 10px rgba(47, 166, 253, 0.25);
  border-radius: 25px;
  padding: 5.1rem 4.2rem;
}
.our-transport__title {
  font-family: "Gilroy-Medium";
  font-style: normal;
  font-weight: 600;
  font-size: 4.6rem;
  line-height: 5.7rem;
  color: #000000;
  margin-bottom: 5.6rem;
  text-align: center;
}
.our-transport__title-item {
  font-family: "Azov";
  font-style: normal;
  font-weight: 400;
  font-size: 3.5rem;
  color: #2FA6FD;
  margin-bottom: 5.6rem;
  text-align: center;
}
.our-transport__items {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  align-items: flex-start;
}
.our-transport__ebike {
  display: flex;
  flex-direction: column;
  width: 40%;
}
.our-transport__line-green {
  margin-bottom: 5rem;
}
.our-transport__escooter {
  display: flex;
  flex-direction: column;
  width: 40%;
}
.our-transport__characteristic {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 2.5rem;
  align-items: center;
}

.characteristic__title {
  dispaly: flex;
  flex-direction: row;
}
.characteristic-name {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.characteristic__name {
  font-family: "Montserrat-Medium";
  font-style: normal;
  font-weight: 500;
  font-size: 2rem;
}
.characteristic__value {
  font-family: "Montserrat-SemiBold";
  font-style: normal;
  font-weight: 600;
  font-size: 2rem;
}
.characteristic__image-one {
  margin-right: 2rem;
}
.characteristic__image-two {
  margin-right: 2rem;
}
.characteristic__image-three {
  margin-right: 2rem;
}
.characteristic__image-four {
  margin-left: 1rem;
  margin-right: 3rem;
}
.characteristic__image-five {
  margin-right: 2.2rem;
}

.warning-text {
  font-family: "Montserrat-Medium";
  font-style: normal;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 2rem;
  color: #FF0000;
}

.price-section {
  margin-bottom: 7rem;
}
.price-section__container {
  background: #FFFFFF;
  border: 1px solid rgba(47, 166, 253, 0.3);
  box-shadow: 15px 15px 10px 10px rgba(47, 166, 253, 0.25);
  border-radius: 25px;
}
.price-section__title {
  font-family: "Montserrat-Bold";
  font-style: normal;
  font-weight: 600;
  font-size: 4rem;
  line-height: 4.9rem;
  color: #ffffff;
  text-align: center;
  margin-bottom: 3rem;
  background: #00D585;
  border-radius: 25px;
  padding: 0.5rem;
}
.price-section__items {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  margin-bottom: 5.5rem;
}
.price-section__item {
  padding: 1.4rem 2.1rem;
  width: 27%;
}
.price-section__item-title {
  font-family: "Montserrat-Bold";
  font-style: normal;
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 2.4rem;
  text-align: center;
  color: #ffffff;
  margin-bottom: 3.8rem;
  padding: 0.5rem;
}
.price-section__item-description {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 1rem;
  align-items: center;
}
.price-section__item-image {
  width: 40%;
  margin-bottom: 2.5rem;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.price-section__rates {
  font-family: "Gilroy-Medium";
  font-style: normal;
  font-weight: 600;
  font-size: 4rem;
  line-height: 4.9rem;
  text-align: center;
  margin-bottom: 2rem;
}
.price-section__price {
  font-family: "Montserrat-Bold";
  font-style: normal;
  font-weight: 500;
  font-size: 2.5rem;
  line-height: 3.9rem;
  text-align: center;
  margin-bottom: 2.5rem;
  margin-top: 3rem;
}
.price-section__minutes {
  margin-bottom: 2rem;
}
.price-section__minute-price {
  font-family: "Montserrat-Medium";
  font-style: normal;
  font-weight: 500;
  font-size: 2.2rem;
  line-height: 3.5rem;
  text-align: center;
}
.price-section__or {
  font-family: "Montserrat-Medium";
  font-style: normal;
  font-weight: 500;
  font-size: 3.2rem;
  line-height: 3.9rem;
  text-align: center;
  margin-bottom: 4rem;
}

.title__blue {
  background: #00A3FF;
  border-radius: 25px;
}
.title__yellow {
  background: #F7CC4A;
  border-radius: 25px;
}
.title__green {
  background: #0ADA38;
  border-radius: 25px;
}

.item-blue {
  background: #FFFFFF;
  border-radius: 30px;
}
.item-yellow {
  background: #FFFFFF;
  border-radius: 30px;
}
.item-green {
  background: #FFFFFF;
  border-radius: 30px;
}

.item-description__name {
  font-family: "Montserrat-Medium";
  font-style: normal;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2rem;
}
.item-description__value {
  font-family: "Montserrat-Semibold";
  font-style: normal;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.7rem;
}

.gallery-section {
  margin-bottom: 7rem;
}
.gallery-section__title {
  font-family: "Gilroy-Medium";
  font-style: normal;
  font-weight: 600;
  font-size: 4.6rem;
  line-height: 5.7rem;
  text-align: center;
  margin-bottom: 6.7rem;
}
.gallery-section__images {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 3rem;
}
.gallery-section__images-image {
  border-radius: 1rem;
  width: 263px;
  height: 200px;
}

.dialog-container {
  display: flex;
  width: 55rem;
  border-radius: 25px !important;
  padding: 0 !important;
}
.dialog-container__title {
  font-family: "Gilroy-Medium";
  font-size: 2.6rem;
  line-height: 3rem;
  text-align: center;
  font-style: normal;
  font-weight: 600;
  color: #2FA6FD;
  margin-bottom: 1.2rem;
  margin-top: 3.3rem;
}
.dialog-container__line {
  border: 3px solid #00D585;
  border-radius: 5px;
  margin-bottom: 1.2rem;
}
.dialog-container__text {
  font-family: "Montserrat-Medium";
  font-style: normal;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 2.2rem;
  margin-bottom: 1.2rem;
  padding-left: 3.5rem;
  padding-right: 3.5rem;
  color: black;
}
.dialog-container__buttons {
  display: flex;
  justify-content: space-around;
  margin-bottom: 3.7rem;
}
.dialog-container__button {
  border: 1px solid rgba(0, 0, 0, 0.3);
  box-shadow: 4px 4px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 1rem;
  background: #ffffff;
  padding: 1.8rem 2.5rem;
  transition: 0.5s;
}
.dialog-container__button:hover {
  transition: 0.5s;
  transform: scale(0.95);
  box-shadow: none;
  background: rgba(45, 160, 243, 0.05);
}

@media (max-width: 1200px) {
  .container {
    width: 1140px;
  }
}
@media (max-width: 1199px) {
  .container {
    width: 960px;
  }
  .navigation-section {
    margin-bottom: 0;
  }
  .left-wrapper__title {
    margin-bottom: 1rem;
  }
  .left-wrapper__titles {
    line-height: 4.5rem;
  }
  .left-wrapper__buttons {
    display: flex;
    flex-direction: row;
  }
  .left-wrapper__time {
    margin-bottom: 5rem;
  }
  .line {
    margin-bottom: 6rem;
  }
  .how-to-ride-section {
    background-size: 48%;
  }
  .how-to-ride-section__container {
    padding-bottom: 20rem;
  }
  .how-to-ride-section__transport {
    margin-bottom: 5rem;
  }
  .intro__image {
    max-width: 100%;
    height: 20rem;
  }
  .benefits-section__description {
    font-size: 2.6rem;
  }
  .benefits-section__item {
    width: 47%;
  }
  .benefits-section__image-one {
    margin-right: 4.4rem;
  }
  .benefits-section__image-two {
    margin-right: 5rem;
  }
  .benefits-section__image-three {
    margin-right: 5rem;
  }
  .benefits-section__image-four {
    margin-right: 4.2rem;
  }
  .benefits-section__image-five {
    margin-right: 3.2rem;
  }
  .benefits-section__image-six {
    margin-right: 4.1rem;
  }
  .benefits-section__image-seven {
    margin-right: 5.8rem;
  }
  .benefits-section__image-eight {
    margin-right: 6rem;
  }
  .banner-section__text {
    font-size: 2.5rem;
  }
  .our-transport__container {
    padding: 5.1rem 3.2rem;
  }
  .our-transport__escooter {
    width: 45%;
  }
  .our-transport__ebike {
    width: 45%;
  }
  .our-transport__title-item {
    font-size: 3rem;
    margin-bottom: 2rem;
  }
  .characteristic__name {
    font-size: 1.8rem;
  }
  .characteristic__value {
    font-size: 1.8rem;
  }
  .price-section__price {
    margin-bottom: 2rem;
    margin-top: 2rem;
  }
  .price-section__title {
    font-size: 3.5rem;
  }
  .price-section__items {
    justify-content: space-around;
  }
  .price-section__item {
    width: 27%;
  }
  .price-section__item-title {
    font-size: 2.1rem;
  }
  .price-section__item-description {
    margin-bottom: 0.5rem;
  }
  .item-description__name {
    font-size: 1.4rem;
  }
  .item-description__value {
    font-size: 1.3rem;
  }
  .rule__title {
    font-size: 3rem;
    line-height: 3.2rem;
  }
  .rule__description {
    font-size: 1.9rem;
  }
  .gallery-section__title {
    margin-bottom: 5rem;
  }
  .gallery-section__images-image {
    height: auto;
    max-width: 90%;
  }
}
@media (max-width: 991px) {
  .container {
    width: 720px;
  }
  .left-wrapper__title {
    margin-top: 1rem;
    font-size: 4rem;
  }
  .left-wrapper__titles {
    font-size: 3.5rem;
    line-height: 3.5rem;
    margin-bottom: 2rem;
  }
  .left-wrapper__description {
    font-size: 1.8rem;
    margin-bottom: 5rem;
  }
  .left-wrapper__button {
    padding: 1.4rem 2rem;
  }
  .right-wrapper__image {
    margin-top: 0;
    max-width: 100%;
    height: auto;
  }
  .intro__image {
    max-width: 80%;
    height: auto;
  }
  .intro__description-ebike {
    font-size: 1.6rem;
  }
  .how-to-ride-section {
    background: none;
  }
  .how-to-ride-section__intro {
    align-items: center;
  }
  .how-to-ride-section__title {
    margin-top: 0;
  }
  .how-to-ride-section__container {
    margin-bottom: 7rem;
    padding-bottom: 0;
    display: none;
  }
  .how-to-ride-section__container-mob {
    display: flex;
    flex-direction: column;
  }
  .how-to-ride-section__intro {
    margin-bottom: 4rem;
  }
  .how-to-ride-section-mob__header {
    font-family: "Gilroy-Medium";
    font-style: normal;
    font-weight: 600;
    font-size: 4.6rem;
    color: #000;
    text-align: center;
    margin-bottom: 5rem;
  }
  .how-to-ride-section-mob__card {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 2rem;
    box-shadow: rgba(41, 140, 250, 0.16) 0px 3px 6px, rgba(41, 140, 250, 0.23) 0px 3px 6px;
    border-radius: 4rem;
    margin-left: 4rem;
    margin-right: 4rem;
    margin-bottom: 3rem;
  }
  .how-to-ride-section-mob__card:last-child {
    margin-bottom: 7rem;
  }
  .how-to-ride-section-mob__number {
    font-family: "Montserrat-Thin";
    font-style: normal;
    font-weight: 100;
    font-size: 4.8rem;
    color: #2fa6fd;
    margin-bottom: 1.5rem;
  }
  .how-to-ride-section-mob__descriptions {
    width: 50%;
  }
  .how-to-ride-section-mob__title {
    font-family: "Montserrat-SemiBold";
    font-style: normal;
    font-weight: 600;
    font-size: 2.4rem;
    line-height: 2.9rem;
    color: #000;
    margin-bottom: 1rem;
  }
  .how-to-ride-section-mob__description {
    text-align: start;
    font-family: "Montserrat-Light";
    font-style: normal;
    font-weight: 300;
    font-size: 1.6rem;
    line-height: 2rem;
    color: #000;
    margin-bottom: 3.6rem;
  }
  .benefits-section__container {
    margin-bottom: 5rem;
    padding-bottom: 0;
  }
  .benefits-section__description {
    font-size: 2rem;
    line-height: 2.6rem;
  }
  .benefits-section__item {
    width: 45%;
  }
  .benefits-section__image-one {
    margin-right: 3.4rem;
  }
  .benefits-section__image-two {
    margin-right: 4rem;
  }
  .benefits-section__image-three {
    margin-right: 4rem;
  }
  .benefits-section__image-four {
    margin-right: 3.2rem;
  }
  .benefits-section__image-five {
    margin-right: 2.2rem;
  }
  .benefits-section__image-six {
    margin-right: 3.1rem;
  }
  .benefits-section__image-seven {
    margin-right: 4.8rem;
  }
  .benefits-section__image-eight {
    margin-right: 5rem;
  }
  .rule__item {
    width: 48%;
  }
  .rule__title {
    font-size: 2.5rem;
    line-height: 2.9rem;
  }
  .rule__description {
    font-size: 1.6rem;
    line-height: 1.9rem;
  }
  .rule__image {
    max-width: 60%;
  }
  .banner-section__escooter {
    width: 6%;
    height: auto;
  }
  .banner-section__ebike {
    max-width: 7%;
    height: auto;
  }
  .banner-section__text {
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 2rem;
    line-height: 2rem;
  }
  .our-transport__container {
    padding-bottom: 3.5rem;
  }
  .our-transport__title-item {
    font-size: 2.8rem;
  }
  .our-transport__ebike {
    width: 47%;
  }
  .our-transport__escooter {
    width: 47%;
  }
  .our-transport__items {
    justify-content: space-between;
  }
  .our-transport__title-item {
    font-size: 2.2rem;
  }
  .warning-text {
    font-size: 1.4rem;
    line-height: 1.5rem;
  }
  .characteristic__name {
    font-size: 1.6rem;
  }
  .characteristic__value {
    text-align: right;
    font-size: 1.6rem;
    width: 30%;
  }
  .characteristic__image {
    width: 10%;
    height: 10%;
  }
  .price-section__title {
    font-size: 3rem;
  }
  .price-section__items {
    flex-direction: column;
    align-items: center;
  }
  .price-section__item {
    width: 55%;
    margin-bottom: 6rem;
  }
  .price-section__item:last-child {
    margin-bottom: 0rem;
  }
  .price-section__item-description {
    margin-bottom: 2rem;
  }
  .price-section__item-description:last-child {
    margin-bottom: 0rem;
  }
  .price-section__item-image {
    width: 30%;
    margin-bottom: 3rem;
  }
  .item-description__name {
    font-size: 2.2rem;
  }
  .item-description__value {
    font-size: 2.2rem;
  }
  .gallery-section__title {
    font-size: 3.7rem;
    line-height: 3.7rem;
    margin-bottom: 4rem;
  }
}
@media (max-width: 767px) {
  .container {
    width: 540px;
  }
  .hero-section__container {
    flex-direction: column;
  }
  .hero-section__left-wrapper {
    order: 2;
    width: 100%;
  }
  .hero-section__right-wrapper {
    order: 1;
    align-items: center;
    margin-bottom: 3rem;
  }
  .right-wrapper__image {
    max-width: 60%;
  }
  .left-wrapper__description {
    margin-bottom: 3.5rem;
  }
  .left-wrapper__buttons {
    justify-content: center;
  }
  .how-to-ride-section__title {
    margin-top: 0;
  }
  .how-to-ride-section__intro {
    justify-content: center;
  }
  .how-to-ride-section__transport {
    display: none;
  }
  .how-to-ride-section__steps {
    flex-direction: column;
  }
  .how-to-ride-section-mob__image {
    width: 30%;
  }
  .step__left {
    width: 100%;
  }
  .step__right {
    width: 100%;
  }
  .benefits-section__container {
    margin-bottom: 50px;
    padding-bottom: 50px;
  }
  .benefits-section__description {
    font-size: 2.5rem;
    line-height: 2.6rem;
    font-family: "Montserrat-Bold";
  }
  .benefits-section__item {
    width: 100%;
    margin-bottom: 3rem;
  }
  .benefits-section__items {
    flex-direction: column;
    margin-bottom: 0rem;
  }
  .benefits-section__image-one {
    margin-right: 4rem;
  }
  .benefits-section__image-two {
    margin-right: 3rem;
  }
  .benefits-section__image-three {
    margin-right: 4.5rem;
  }
  .benefits-section__image-four {
    margin-right: 2.5rem;
  }
  .benefits-section__image-five {
    margin-right: 3rem;
  }
  .benefits-section__image-six {
    margin-right: 3rem;
  }
  .benefits-section__image-seven {
    margin-right: 6rem;
  }
  .benefits-section__image-eight {
    margin-right: 5rem;
  }
  .rule__rule {
    flex-direction: column;
    margin-bottom: 0;
  }
  .rule__item {
    width: 100%;
    margin-bottom: 3rem;
  }
  .rule__title {
    margin-bottom: 0.7rem;
    line-height: 2.4rem;
  }
  .rules-section__container {
    margin-bottom: 4rem;
  }
  .banner-section__ebike {
    width: 15%;
    max-width: 15%;
  }
  .banner-section__escooter {
    width: 13%;
    max-width: 13%;
  }
  .banner-section__container {
    flex-direction: column;
    margin-top: 0;
    margin-bottom: 7rem;
  }
  .banner-section__text {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    font-size: 2.6rem;
    line-height: 2.9rem;
    padding: auto;
  }
  .our-transport {
    margin-bottom: 2rem;
  }
  .our-transport__items {
    flex-direction: column;
    align-items: center;
  }
  .our-transport__title {
    line-height: 4rem;
  }
  .our-transport__title-item {
    font-size: 3rem;
  }
  .our-transport__escooter {
    width: 90%;
    margin-bottom: 4rem;
    border: 1px solid rgba(47, 166, 253, 0.2);
    box-shadow: 15px 15px 10px 10px rgba(47, 166, 253, 0.25);
    border-radius: 25px;
    padding-left: 2rem;
    padding-bottom: 3rem;
    padding-top: 4rem;
    padding-right: 2rem;
  }
  .our-transport__ebike {
    width: 90%;
    margin-bottom: 4rem;
    border: 1px solid rgba(47, 166, 253, 0.2);
    box-shadow: 15px 15px 10px 10px rgba(47, 166, 253, 0.25);
    border-radius: 25px;
    padding-left: 2rem;
    padding-bottom: 3rem;
    padding-top: 4rem;
    padding-right: 2rem;
  }
  .our-transport__title-item {
    margin-bottom: 2rem;
  }
  .our-transport__line-blue {
    display: none;
  }
  .our-transport__line-green {
    margin-bottom: 3rem;
  }
  .warning-text {
    text-align: center;
  }
  .price-section__title {
    line-height: 3.5rem;
  }
  .price-section__item {
    width: 75%;
  }
  .item-description__name {
    font-size: 1.8rem;
  }
  .item-description__value {
    font-size: 1.6rem;
  }
}
@media (max-width: 575px) {
  .container {
    width: 100%;
    padding-right: 2%;
    padding-left: 2%;
    overflow: hidden;
  }
  .how-to-ride-section-mob__header {
    font-size: 4rem;
  }
  .how-to-ride-section-mob__card {
    flex-direction: column;
  }
  .how-to-ride-section-mob__image {
    width: 70%;
    margin-bottom: 2rem;
  }
  .how-to-ride-section-mob__descriptions {
    width: 90%;
  }
  .how-to-ride-section-mob__title {
    text-align: center;
    margin-bottom: 1.5rem;
    font-size: 2.5rem;
    font-family: "Montserrat-SemiBold";
    font-style: normal;
    font-weight: 500;
  }
  .how-to-ride-section-mob__description {
    text-align: center;
    margin-bottom: 0;
    padding-bottom: 1rem;
  }
  .benefits-section__title {
    line-height: 4.6rem;
  }
  .benefits-section__items {
    flex-direction: column;
    margin-bottom: 0;
    margin-left: 5rem;
  }
  .benefits-section__item {
    width: 90%;
    margin-bottom: 3rem;
  }
  .benefits-section__description {
    font-size: 2.6rem;
  }
  .our-transport__container {
    overflow: hidden;
    overflow-x: hidden;
    box-shadow: none;
    border: 0;
    border-radius: 0;
  }
  .our-transport__title {
    padding-top: 0;
  }
  .our-transport__escooter {
    padding-bottom: 4rem;
  }
  .price-section__container {
    overflow: hidden;
    overflow-x: hidden;
    box-shadow: none;
    border: 0;
    border-radius: 0;
  }
  .price-section__item {
    width: 75%;
  }
  .left-wrapper__buttons {
    flex-direction: column;
    align-items: center;
  }
  .left-wrapper__button {
    width: 90%;
    margin-bottom: 2rem;
    margin-right: 0;
  }
  .left-wrapper__button:last-child {
    margin-bottom: 0rem;
  }
  .baner-section__container {
    margin-bottom: 3rem;
  }
  .price-section__title {
    font-size: 2rem;
    margin-top: 3rem;
  }
  .price-section__minute-price {
    font-size: 1.8rem;
    line-height: 2.5rem;
  }
  .item-description__name {
    font-size: 1.5rem;
  }
  .item-description__value {
    font-size: 1.4rem;
  }
}
@media (max-width: 425px) {
  .benefits-section__title {
    line-height: 3.7rem;
    font-size: 4rem;
  }
  .benefits-section__item {
    flex-direction: column;
    margin-bottom: 4rem;
  }
  .benefits-section__description {
    text-align: center;
  }
  .benefits-section__image-one {
    margin-right: 0;
    margin-bottom: 3rem;
  }
  .benefits-section__image-two {
    margin-right: 0;
    margin-bottom: 3rem;
  }
  .benefits-section__image-three {
    margin-right: 0;
    margin-bottom: 3rem;
  }
  .benefits-section__image-four {
    margin-right: 0;
    margin-bottom: 3rem;
  }
  .benefits-section__image-five {
    margin-right: 0;
    margin-bottom: 3rem;
  }
  .benefits-section__image-six {
    margin-right: 0;
    margin-bottom: 3rem;
  }
  .benefits-section__image-seven {
    margin-right: 0;
    margin-bottom: 3rem;
  }
  .benefits-section__image-eight {
    margin-right: 0;
    margin-bottom: 3rem;
  }
  .banner-section__container {
    margin-bottom: 0px;
  }
  .our-transport__title {
    font-size: 4rem;
    margin-bottom: 3rem;
  }
  .our-transport__title-item {
    font-size: 2.5rem;
  }
  .time__image {
    width: 9%;
    height: 9%;
  }
  .benefits-section__item {
    flex-direction: row;
  }
  .benefits-section__items {
    margin-left: 10rem;
    margin-right: 10rem;
  }
  .benefits-section__description {
    text-align: start;
    font-size: 2rem;
    margin-bottom: 0rem;
  }
  .benefits-section__image-one {
    margin-right: 4rem;
    margin-bottom: 0rem;
  }
  .benefits-section__image-two {
    margin-right: 3rem;
    margin-bottom: 0rem;
  }
  .benefits-section__image-three {
    margin-right: 5rem;
    margin-bottom: 0rem;
  }
  .benefits-section__image-four {
    margin-right: 3rem;
    margin-bottom: 0rem;
  }
  .benefits-section__image-five {
    margin-right: 3rem;
    margin-bottom: 0rem;
  }
  .benefits-section__image-six {
    margin-right: 3rem;
    margin-bottom: 0rem;
  }
  .benefits-section__image-seven {
    margin-right: 6rem;
    margin-bottom: 0rem;
  }
  .benefits-section__image-eight {
    margin-right: 5rem;
    margin-bottom: 0rem;
  }
  .banner-section__text {
    font-size: 1.7rem;
    line-height: 2rem;
  }
  .characteristic__value {
    font-size: 1.6rem;
  }
  .gallery-section__images {
    display: none;
  }
}
.faq-hero-section__container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 6rem;
}
.faq-hero-section__left-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 60%;
}
.faq-hero-section__left-wrapper-title {
  font-family: "Gilroy-Medium";
  font-style: normal;
  font-weight: 600;
  font-size: 6.4rem;
  line-height: 7.9rem;
  margin-bottom: 3rem;
}
.faq-hero-section__left-wrapper-description {
  font-family: "Montserrat-Medium";
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 29px;
}
.faq-hero-section__right-wrapper {
  display: flex;
}

.often-question-section {
  margin-bottom: 6rem;
}
.often-question-section__title {
  font-family: "Gilroy-Medium";
  font-style: normal;
  font-weight: 600;
  font-size: 4.6rem;
  line-height: 5.7rem;
  margin-bottom: 2.6rem;
}

.accordion__top {
  background: #2FA6FD;
  color: #ffffff;
  cursor: pointer;
  padding: 2.3rem 3.6rem;
  width: 100%;
  text-align: left;
  outline: none;
  font-family: "Montserrat-SemiBold";
  font-style: normal;
  font-weight: 600;
  font-size: 2.4rem;
  line-height: 2.9rem;
  transition: 0.4s;
  border-radius: 25px 25px 0px 0px;
  border-style: none none solid none;
  border-color: white;
}
.accordion__top-active {
  background-color: #00D585;
  border-bottom: none;
}
.accordion__center {
  background: #2FA6FD;
  color: #ffffff;
  cursor: pointer;
  padding: 2.3rem 3.6rem;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-family: "Montserrat-SemiBold";
  font-style: normal;
  font-weight: 600;
  font-size: 2.4rem;
  line-height: 2.9rem;
  transition: 0.4s;
  border-color: white;
  border-style: none none solid none;
  border-radius: 0rem;
  border-width: 0.2rem;
}
.accordion__center-active {
  border-radius: 0;
  background-color: #00D585;
  border-bottom: none;
}
.accordion__bottom {
  background: #2FA6FD;
  border-radius: 0px 0px 25px 25px;
  color: #ffffff;
  cursor: pointer;
  padding: 2.3rem 3.6rem;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-family: "Montserrat-SemiBold";
  font-style: normal;
  font-weight: 600;
  font-size: 2.4rem;
  line-height: 2.9rem;
  transition: 0.4s;
}
.accordion__bottom-active {
  border-radius: 0;
  background-color: #00D585;
}

.accordion .active, .accordion:hover {
  background-color: #00D585;
}
.accordion:after {
  content: "+";
  color: #ffffff;
  font-weight: bold;
  float: right;
  font-size: 2.4rem;
}

.active:after {
  content: "−";
}

.panel__top {
  background-color: white;
  max-height: 0;
  overflow: hidden;
  border-left: 1px solid #2FA6FD;
  border-right: 1px solid #2FA6FD;
  transition: max-height 0.5s ease-out;
}
.panel__center {
  background-color: white;
  max-height: 0;
  overflow: hidden;
  border-left: 1px solid #2FA6FD;
  border-right: 1px solid #2FA6FD;
  transition: max-height 0.5s ease-out;
}
.panel__bottom {
  background-color: white;
  border: none;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-out;
  border-top: none;
}
.panel__bottom-active {
  border-radius: 0px 0px 25px 25px;
  border: 1px solid #2FA6FD;
  border-top: 0;
}
.panel__title {
  font-family: "Montserrat-SemiBold";
  font-style: normal;
  font-weight: 600;
  font-size: 2.4rem;
  line-height: 2.9rem;
  padding-top: 3rem;
  padding-left: 3.5rem;
  padding-right: 3.5rem;
}
.panel__description {
  font-family: "Montserrat-Medium";
  font-style: normal;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 20px;
  padding-top: 3rem;
  padding-left: 3.5rem;
  padding-right: 3.5rem;
  padding-bottom: 3rem;
}

.start-question-section {
  margin-bottom: 6rem;
}
.start-question-section__title {
  font-family: "Gilroy-Medium";
  font-style: normal;
  font-weight: 600;
  font-size: 4.6rem;
  line-height: 5.7rem;
  margin-bottom: 2.6rem;
}

@media (max-width: 991px) {
  .faq-hero-section__left-wrapper {
    width: 60%;
  }
  .faq-hero-section__left-wrapper-title {
    line-height: 6.5rem;
    font-size: 6rem;
    margin-bottom: 2rem;
  }
  .faq-hero-section__left-wrapper-description {
    font-size: 2rem;
  }
  .faq-hero-section__right-wrapper {
    width: 45%;
    justify-content: flex-end;
  }
  .right-wrapper__image {
    width: 90%;
  }
  .often-question-section__title {
    font-size: 4rem;
  }
  .accordion__top {
    padding: 2rem 2.6rem;
  }
  .accordion__center {
    padding: 2rem 2.6rem;
  }
  .accordion__bottom {
    padding: 2rem 2.6rem;
  }
}
@media (max-width: 767px) {
  .faq-hero-section__container {
    flex-direction: column;
  }
  .faq-hero-section__left-wrapper {
    order: 2;
    width: 100%;
  }
  .faq-hero-section__left-wrapper-title {
    line-height: 5rem;
    font-size: 5rem;
    margin-bottom: 2rem;
    text-align: center;
  }
  .faq-hero-section__left-wrapper-description {
    text-align: center;
  }
  .faq-hero-section__right-wrapper {
    order: 1;
    width: 100%;
    justify-content: center;
    margin-bottom: 2rem;
  }
  .often-question-section__title {
    font-size: 3.5rem;
    line-height: 4rem;
    text-align: center;
  }
}
@media (max-width: 575px) {
  .container {
    width: 100%;
  }
  .accordion__top {
    font-size: 2.1rem;
    line-height: 2.4rem;
  }
  .accordion__center {
    font-size: 2.1rem;
    line-height: 2.4rem;
  }
  .accordion__bottom {
    font-size: 2.1rem;
    line-height: 2.4rem;
  }
  .panel__title {
    font-family: "Montserrat-Bold";
    font-size: 2rem;
    line-height: 2.4rem;
  }
  .panel__description {
    padding-top: 1.5rem;
  }
}
.navigation-section__container {
  margin-top: 2.6rem;
  margin-bottom: 8rem;
}
.navigation-section__menu {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.menu-list {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.menu-list__item {
  font-family: "Montserrat-Medium";
  font-style: normal;
  font-weight: 500;
  font-size: 1.6rem;
  text-align: center;
  line-height: 2rem;
  text-transform: uppercase;
  color: #000000;
  margin-right: 1.8rem;
}
.menu-list__item:last-child {
  margin: 0;
}

.hamburger {
  display: none;
  cursor: pointer;
  border: 0.2rem solid #2FA6FD;
  padding: 0.7rem;
  border-radius: 1rem;
}

.bar {
  display: block;
  width: 2.5rem;
  height: 0.3rem;
  margin: 0.5rem auto;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #2FA6FD;
}

@media (max-width: 1200px) {
  .container {
    width: 1140px;
  }
}
@media (max-width: 1199px) {
  .container {
    width: 960px;
  }
  .navigation-section__container {
    margin-bottom: 3rem;
  }
  .menu-list {
    position: fixed;
    left: -150%;
    top: 9rem;
    gap: 0;
    flex-direction: column;
    background-color: #ffffff;
    width: 100vw;
    text-align: center;
    transition: 0.3s;
    padding-bottom: 2rem;
  }
  .menu-list__item {
    margin: 1rem 0;
  }
  .menu-list.active {
    left: 0;
    border-top: 2px solid #2FA6FD;
    padding-top: 1rem;
  }
  ul.menu-list.active:after {
    content: "";
  }
  .hamburger {
    display: block;
  }
  .hamburger.active:after {
    content: "";
  }
  .hamburger.active .bar:nth-child(2) {
    opacity: 0;
  }
  .hamburger.active .bar:nth-child(1) {
    transform: translateY(0.8rem) rotate(45deg);
  }
  .hamburger.active .bar:nth-child(3) {
    transform: translateY(-0.8rem) rotate(-45deg);
  }
}
@media (max-width: 991px) {
  .container {
    width: 720px;
  }
}
@media (max-width: 767px) {
  .container {
    width: 540px;
  }
}
@media (max-width: 575px) {
  .container {
    width: 100%;
  }
}
.footer-section__container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-bottom: 2rem;
}
.footer-section__contact {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.footer-section__contact-us-item {
  font-family: "Gilroy-Medium";
  font-style: normal;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.9rem;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  transition: 0.5s;
}
.footer-section__header {
  display: flex;
  flex-direction: row;
}
.footer-section__btn-title {
  font-family: "Gilroy-Medium";
  font-style: normal;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 2rem;
  margin-bottom: 1.5rem;
}
.footer-section__doc {
  display: flex;
  flex-direction: column;
}
.footer-section__contact-us {
  display: flex;
  flex-direction: column;
}
.footer-section__payments-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding-bottom: 2rem;
}
.footer-section__payments-img {
  max-width: 90px;
  max-height: 30px;
  margin-right: 12px;
}
.footer-section__item {
  font-family: "Gilroy-Medium";
  font-style: normal;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.9rem;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  transition: 0.5s;
}
.footer-section__item:hover {
  color: #2FA6FD;
  font-weight: 500;
  transition: 0.5s;
}
.footer-section__title {
  font-family: "Gilroy-Medium";
  font-style: normal;
  font-weight: 600;
  font-size: 2rem;
  line-height: 2.5rem;
}
.footer-section__logo {
  margin-bottom: 1.5rem;
  max-width: 40%;
}
.footer-section__header {
  font-family: "Gilroy-Medium";
  font-style: normal;
  font-weight: 400;
  font-size: 2rem;
  line-height: 2.4rem;
  margin-bottom: 1rem;
}
.footer-section__number {
  font-family: "Gilroy-SemiBold";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  margin-left: 1rem;
  transition: 0.5s;
}
.footer-section__number:hover {
  color: #00D585;
  transition: 0.5s;
}
.footer-section__image {
  margin-left: 1rem;
  transition: 0.5s;
  height: 4rem;
  width: 4rem;
}
.footer-section__image:hover {
  transform: scale(1.1);
  transition: 0.5s;
}
.footer-section__image:last-child {
  margin-right: 0;
}
.footer-section__image-location {
  margin-right: 1.7rem;
}
.footer-section__image-email {
  margin-right: 1.3rem;
}
.footer-section__image-doc {
  margin-right: 1rem;
  height: 2rem;
}
.footer-section__date {
  font-family: "Gilroy-SemiBold";
  font-style: normal;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 2.4rem;
  color: #2FA6FD;
  text-align: center;
  padding-bottom: 3rem;
}
.footer-section__date-rights {
  color: #00D585;
}
.footer-section__support {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.footer-section__support-title {
  font-family: "Montserrat-Medium";
  font-style: normal;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2.5rem;
  margin-bottom: 1rem;
}
.footer-title {
  font-family: "Gilroy-Medium";
  font-style: normal;
  font-weight: 600;
  font-size: 2rem;
  line-height: 2.5rem;
  margin-bottom: 1.5rem;
}

@media (max-width: 1199px) {
  .footer-section__image {
    margin-right: 1.5rem;
  }
}
@media (max-width: 991px) {
  .footer-section__number {
    display: block;
    margin-left: 0;
  }
  .footer-section__image {
    margin-right: 2rem;
  }
  .footer-section__doc {
    display: flex;
    flex-direction: column;
    margin-right: 2rem;
  }
}
@media (max-width: 767px) {
  .footer-section__container {
    flex-direction: column;
    padding-bottom: 3rem;
  }
  .footer-section__main {
    margin-bottom: 2rem;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  .footer-section__links {
    justify-content: space-between;
  }
  .footer-section__image {
    margin-right: 2.5rem;
    transition: 0.5s;
    height: 5rem;
    width: 5rem;
  }
  .footer-section__support {
    display: flex;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .container {
    width: 100%;
    padding-right: 2%;
    padding-left: 2%;
    overflow: hidden;
  }
  .footer-section__image {
    height: 4rem;
    width: 4rem;
  }
  .footer-section__contact {
    margin-bottom: 1.5rem;
  }
  .footer-section__support {
    align-items: center;
  }
}
.shadow-animate__blue {
  box-shadow: 0px 0px 20px 10px #00a3ff;
  animation: shadows__blue 1.5s infinite;
}

@keyframes shadows__blue {
  0% {
    box-shadow: 0px 0px 20px 10px #00a3ff;
  }
  50% {
    box-shadow: 0px 0px 20px 10px #0080ff;
  }
  75% {
    box-shadow: 0px 0px 20px 10px rebeccapuprle;
  }
  100% {
    box-shadow: 0px 0px 20px 10px #48abe0;
  }
}
.shadow-animate__yellow {
  box-shadow: 0px 0px 20px 10px #f7cc4a;
  animation: shadows__yellow 1.5s infinite;
}

@keyframes shadows__yellow {
  0% {
    box-shadow: 0px 0px 20px 10px #f7cc4a;
  }
  50% {
    box-shadow: 0px 0px 20px 10px #f7da4a;
  }
  75% {
    box-shadow: 0px 0px 20px 10px #f7e94a;
  }
  100% {
    box-shadow: 0px 0px 20px 10px #f7cc4a;
  }
}
.shadow-animate__green {
  box-shadow: 0px 0px 20px 10px #36da42;
  animation: shadows__green 1.5s infinite;
}

@keyframes shadows__green {
  0% {
    box-shadow: 0px 0px 20px 10px #53da36;
  }
  50% {
    box-shadow: 0px 0px 20px 10px #29a632;
  }
  75% {
    box-shadow: 0px 0px 20px 10px #36da42;
  }
  100% {
    box-shadow: 0px 0px 20px 10px #53da36;
  }
}
.privacy_policy-hero-section__container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 6rem;
}
.privacy_policy-hero-section__left-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 60%;
}
.privacy_policy-hero-section__left-wrapper-title {
  font-family: "Gilroy-Medium";
  font-style: normal;
  font-weight: 600;
  font-size: 6.4rem;
}
.privacy_policy-hero-section__right-wrapper {
  display: flex;
  width: 40%;
}
.privacy_policy__title {
  font-family: "Gilroy-Medium";
  font-style: normal;
  font-weight: 600;
  font-size: 4.6rem;
  line-height: 5rem;
  color: #000000;
  text-align: start;
  margin-bottom: 2rem;
  margin-top: 1rem;
}
.privacy_policy__subtitle {
  font-family: "Gilroy-Medium";
  font-style: normal;
  font-weight: 600;
  font-size: 3.5rem;
  color: #000000;
  text-align: start;
  margin-bottom: 2rem;
  margin-left: 2rem;
}
.privacy_policy__description {
  font-family: "Montserrat-Regular";
  font-style: normal;
  font-weight: 400;
  font-size: 2rem;
  line-height: 2.4rem;
  margin-bottom: 1.5rem;
}

@media (max-width: 1200px) {
  .container {
    width: 1140px;
  }
}
@media (max-width: 1199px) {
  .container {
    width: 960px;
  }
}
@media (max-width: 991px) {
  .container {
    width: 720px;
  }
  .privacy_policy-hero-section__container {
    display: flex;
    flex-direction: row;
    margin-bottom: 3rem;
  }
  .privacy_policy-hero-section__left-wrapper {
    width: 100%;
  }
  .privacy_policy-hero-section__left-wrapper-title {
    font-size: 4rem;
    text-align: start;
  }
  .privacy_policy-hero-section__right-wrapper {
    width: 60%;
    margin-bottom: 2rem;
  }
  .privacy_policy__title {
    font-size: 2.5rem;
    line-height: 2.8rem;
  }
  .privacy_policy__subtitle {
    font-size: 2rem;
    margin-bottom: 1rem;
  }
  .privacy_policy__description {
    font-size: 1.6rem;
  }
}
@media (max-width: 767px) {
  .container {
    width: 540px;
  }
}
@media (max-width: 575px) {
  .container {
    width: 100%;
    padding-right: 2%;
    padding-left: 2%;
    overflow: hidden;
  }
  .privacy_policy-hero-section__container {
    display: flex;
    flex-direction: column;
    margin-bottom: 6rem;
    align-items: center;
    margin-bottom: 3rem;
  }
  .privacy_policy-hero-section__left-wrapper {
    order: 2;
    width: 100%;
  }
  .privacy_policy-hero-section__left-wrapper-title {
    font-size: 3rem;
    text-align: center;
  }
  .privacy_policy-hero-section__right-wrapper {
    order: 1;
    width: 100%;
    margin-bottom: 2rem;
    justify-content: center;
  }
  .privacy_policy__title {
    font-size: 2.5rem;
    line-height: 2.8rem;
  }
  .privacy_policy__subtitle {
    font-size: 2rem;
    margin-bottom: 1rem;
  }
  .privacy_policy__description {
    font-size: 1.6rem;
  }
}
.termsOfUse-hero-section__container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.termsOfUse-hero-section__left-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 60%;
}
.termsOfUse-hero-section__left-wrapper-title {
  font-family: "Gilroy-Medium";
  font-style: normal;
  font-weight: 600;
  font-size: 6.4rem;
  margin-bottom: 1.5rem;
}
.termsOfUse-hero-section__left-wrapper-description {
  font-family: "Gilroy-Medium";
  font-style: normal;
  font-weight: 600;
  font-size: 3rem;
}
.termsOfUse-hero-section__right-wrapper {
  display: flex;
  width: 40%;
}
.termsOfUse__title {
  font-family: "Gilroy-Medium";
  font-style: normal;
  font-weight: 600;
  font-size: 4rem;
  line-height: 5rem;
  color: #000000;
  text-align: start;
  margin-bottom: 2rem;
  margin-top: 1rem;
}
.termsOfUse__subtitle {
  font-family: "Gilroy-Medium";
  font-style: normal;
  font-weight: 600;
  font-size: 3.5rem;
  color: #000000;
  text-align: start;
  margin-bottom: 2rem;
  margin-left: 2rem;
}
.termsOfUse__description {
  font-family: "Montserrat-Regular";
  font-style: normal;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2.2rem;
  margin-bottom: 1rem;
}

@media (max-width: 1200px) {
  .container {
    width: 1140px;
  }
}
@media (max-width: 1199px) {
  .container {
    width: 960px;
  }
  .termsOfUse__left-wrapper-description {
    font-size: 1.5rem;
    text-align: start;
  }
}
@media (max-width: 991px) {
  .container {
    width: 720px;
  }
  .termsOfUse-hero-section__container {
    display: flex;
    flex-direction: row;
    margin-bottom: 3rem;
  }
  .termsOfUse-hero-section__left-wrapper {
    width: 100%;
  }
  .termsOfUse-hero-section__left-wrapper-title {
    font-size: 4rem;
    text-align: start;
  }
  .termsOfUse-hero-section__left-wrapper-description {
    font-size: 1.5rem;
    text-align: center;
  }
  .termsOfUse-hero-section__right-wrapper {
    width: 60%;
    margin-bottom: 2rem;
  }
  .termsOfUse__title {
    font-size: 2.5rem;
    line-height: 2.8rem;
  }
  .termsOfUse__subtitle {
    font-size: 2rem;
    margin-bottom: 1rem;
  }
  .termsOfUse__description {
    font-size: 1.6rem;
  }
}
@media (max-width: 767px) {
  .container {
    width: 540px;
  }
}
@media (max-width: 575px) {
  .container {
    width: 100%;
    padding-right: 2%;
    padding-left: 2%;
    overflow: hidden;
  }
  .termsOfUse-hero-section__container {
    display: flex;
    flex-direction: column;
    margin-bottom: 6rem;
    align-items: center;
    margin-bottom: 3rem;
  }
  .termsOfUse-hero-section__left-wrapper {
    order: 2;
    width: 100%;
  }
  .termsOfUse-hero-section__left-wrapper-title {
    font-size: 3.5rem;
    text-align: center;
  }
  .termsOfUse-hero-section__right-wrapper {
    order: 1;
    width: 100%;
    margin-bottom: 2rem;
    justify-content: center;
  }
  .termsOfUse__title {
    font-size: 2.5rem;
    line-height: 2.8rem;
  }
  .termsOfUse__subtitle {
    font-size: 2rem;
    margin-bottom: 1rem;
  }
  .termsOfUse__description {
    font-size: 1.6rem;
  }
}
.partnership-request {
  background: #00d585;
  border: 1px solid rgba(0, 0, 0, 0.152);
  box-shadow: 4px 4px 4px 4px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  transition: 0.5s;
  width: 40%;
  color: #ffffff;
  font-family: Montserrat-SemiBold;
  font-style: normal;
  font-weight: 600;
  font-size: 1.6rem;
  padding: 1rem;
}
.partnership-request:hover {
  transition: 0.5s;
  transform: scale(0.95);
  box-shadow: none;
  background: #80ffce;
  color: #00b36e;
}
.partnership-hero-section__container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 6rem;
}
.partnership-hero-section__left-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 60%;
}
.partnership-hero-section__left-wrapper__titles {
  font-family: "Gilroy-Medium";
  font-style: normal;
  font-weight: 600;
  font-size: 4.5rem;
  margin-bottom: 2rem;
}
.partnership-hero-section__left-wrapper__description {
  font-family: "Montserrat-Regular";
  font-style: normal;
  font-weight: 600;
  font-size: 2rem;
  margin-bottom: 3rem;
}
.partnership-hero-section__right-wrapper {
  display: flex;
  width: 40%;
}
.partnership-city-section__container {
  background: #b3dffe;
  padding: 5rem;
  border-radius: 30px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8rem;
}
.partnership-city-section__right-wrapper__count-city {
  font-family: "Montserrat-Bold";
  font-style: normal;
  font-weight: 600;
  font-size: 4rem;
  text-align: center;
  margin-bottom: 3rem;
}
.partnership-city-section__right-wrapper__opportunity {
  font-family: "Montserrat-Regular";
  font-style: normal;
  font-weight: 600;
  font-size: 3rem;
  text-align: center;
}
.partnership-promising-cities-section {
  padding: 3rem;
  background: rgb(0, 198, 255);
  background: linear-gradient(90deg, rgb(0, 198, 255) 0%, rgb(0, 114, 255) 100%);
  margin-bottom: 7rem;
}
.partnership-promising-cities-section__container {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
}
.partnership-promising-cities-section__title {
  font-family: "Montserrat-Bold";
  font-style: normal;
  font-weight: 600;
  font-size: 3rem;
  color: #ffffff;
}
.partnership-promising-cities-section__items {
  font-family: "Montserrat-Bold";
  font-style: normal;
  font-weight: 600;
  font-size: 2rem;
  color: #ffffff;
}
.partnership-promising-cities-section__cities {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 1rem;
}
.partnership-promising-cities-section__image {
  margin-right: 2rem;
}

.advantages-of-cooperation-section__container {
  margin-bottom: 7rem;
}
.advantages-of-cooperation-section__items {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  margin-bottom: 3rem;
}
.advantages-of-cooperation-section__item {
  background: #c7e6fe;
  border: 1px;
  border-radius: 10px;
  transition: 0.5s;
  color: #000000;
  font-family: "Montserrat-Regular";
  font-style: normal;
  font-weight: 600;
  font-size: 2.5rem;
  text-align: center;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 2rem 4rem;
}
.advantages-of-cooperation-section__image {
  margin-right: 2rem;
}
.advantages-of-cooperation-section__title {
  font-family: "Montserrat-Bold";
  font-style: normal;
  font-weight: 600;
  font-size: 4rem;
  text-align: center;
  margin-bottom: 5rem;
}
.advantages-of-cooperation-section__description {
  font-family: "Montserrat-Regular";
  font-style: normal;
  font-weight: 600;
  font-size: 3rem;
  margin-bottom: 3rem;
}
.advantages-of-cooperation-section__itemss {
  background: #4de2aa;
  border: 1px;
  border-radius: 10px;
  transition: 0.5s;
  color: #ffffff;
  font-family: "Montserrat-Bold";
  font-style: normal;
  font-weight: 600;
  font-size: 3rem;
  padding: 3rem 6rem;
  text-align: center;
}

.markeeting-text-section__text {
  font-family: "Montserrat-Bold";
  font-style: normal;
  font-weight: 600;
  font-size: 4rem;
  text-align: center;
  margin-bottom: 5rem;
  background: linear-gradient(to right, #00D585, #2FA6FD);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}

.join-partner-network-section__container {
  margin-bottom: 7rem;
}
.join-partner-network-section__title {
  font-family: "Montserrat-Bold";
  font-style: normal;
  font-weight: 600;
  font-size: 4rem;
  margin-bottom: 5rem;
  text-align: center;
}
.join-partner-network-section__items {
  display: flex;
  flex-direction: rows;
  justify-content: space-around;
}
.join-partner-network-section__item {
  display: flex;
  flex-direction: column;
  background: #d5edff;
  padding: 3rem;
  align-items: center;
  border-radius: 10px;
  transition: 0.5s;
  width: 30%;
}
.join-partner-network-section__titles {
  font-family: "Montserrat-Regular";
  font-style: normal;
  font-weight: 600;
  font-size: 1.7rem;
  margin-bottom: 2rem;
  text-align: center;
}
.join-partner-network-section__description {
  font-family: "Montserrat-Bold";
  font-style: normal;
  font-weight: 600;
  font-size: 2rem;
  text-align: center;
}
.join-partner-network-section__image {
  margin-bottom: 3rem;
}

.what-need-for-partnership-section__container {
  background: #e9f3fc;
  padding: 4rem;
  border-radius: 10px;
  margin-bottom: 5rem;
}
.what-need-for-partnership-section__title {
  font-family: "Montserrat-Bold";
  font-style: normal;
  font-weight: 600;
  font-size: 4rem;
  text-align: center;
  margin-bottom: 5rem;
}
.what-need-for-partnership-section__description {
  font-family: "Montserrat-Medium";
  font-style: normal;
  font-size: 2rem;
  margin-bottom: 2rem;
}

@media (max-width: 1200px) {
  .container {
    width: 1140px;
  }
}
@media (max-width: 1199px) {
  .container {
    width: 960px;
  }
  .partnership-hero-section__left-wrapper__titles {
    font-size: 3rem;
  }
  .partnership-request {
    width: 60%;
  }
  .partnership-city-section__right-wrapper {
    width: 40%;
  }
  .partnership-promising-cities-section__title {
    font-size: 2.6rem;
  }
  .advantages-of-cooperation-section__description {
    font-size: 2.6rem;
  }
  .join-partner-network-section__description {
    font-size: 1.6rem;
  }
}
@media (max-width: 991px) {
  .container {
    width: 720px;
  }
  .partnership-hero-section__left-wrapper__titles {
    font-size: 3rem;
  }
  .partnership-hero-section__left-wrapper__description {
    font-size: 1.6rem;
  }
  .partnership-request {
    width: 70%;
  }
  .partnership-city-section__right-wrapper__count-city {
    font-size: 3rem;
  }
  .partnership-city-section__right-wrapper__opportunity {
    font-size: 1.6rem;
  }
  .partnership-city-section__right-wrapper {
    width: 100%;
  }
  .partnership-city-section__left-wrapper_image {
    width: 80%;
  }
  .partnership-city-section__container {
    padding: 3rem;
  }
  .partnership-promising-cities-section__title {
    font-size: 3rem;
  }
  .partnership-promising-cities-section__items {
    font-size: 1.8rem;
  }
  .advantages-of-cooperation-section__title {
    font-size: 3rem;
  }
  .advantages-of-cooperation-section__description {
    font-size: 2rem;
  }
  .advantages-of-cooperation-section__item {
    font-size: 1.6rem;
  }
  .advantages-of-cooperation-section__image {
    margin-right: 1rem;
  }
  .advantages-of-cooperation-section__item {
    padding: 1rem 3rem;
  }
  .advantages-of-cooperation-section__itemss {
    font-size: 3rem;
  }
  .markeeting-text-section__text {
    font-size: 2.5rem;
  }
  .join-partner-network-section__title {
    font-size: 3rem;
  }
  .join-partner-network-section__image {
    width: 90%;
  }
  .join-partner-network-section__item {
    padding: 2rem;
    justify-content: space-evenly;
  }
  .join-partner-network-section__titles {
    font-size: 1.4rem;
  }
  .join-partner-network-section__description {
    font-size: 1.5rem;
  }
  .what-need-for-partnership-section__title {
    font-size: 3rem;
  }
  .what-need-for-partnership-section__description {
    font-size: 1.8rem;
  }
  .container what-need-for-partnership-section__container {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .container {
    width: 540px;
    width: 97%;
  }
  .partnership-hero-section__container {
    flex-direction: column-reverse;
    padding-bottom: 1rem;
    margin-bottom: 3rem;
  }
  .partnership-hero-section__left-wrapper__titles {
    text-align: center;
  }
  .partnership-hero-section__left-wrapper {
    width: 100%;
  }
  .partnership-hero-section__left-wrapper__description {
    text-align: center;
  }
  .partnership-request {
    width: 100%;
  }
  .partnership-city-section__container {
    flex-direction: column;
  }
  .partnership-city-section__left-wrapper_image {
    margin-bottom: 2rem;
  }
  .partnership-city-section__left-wrapper {
    width: 70%;
  }
  .partnership-city-section__container {
    margin-bottom: 5rem;
  }
  .partnership-promising-cities-section__container {
    flex-wrap: wrap;
    padding-top: 2rem;
    padding-bottom: 1rem;
  }
  .partnership-promising-cities-section__title {
    margin-bottom: 2rem;
    font-size: 2rem;
    text-align: center;
  }
  .partnership-promising-cities-section {
    padding: 0;
    width: auto;
  }
  .partnership-promising-cities-section__image {
    margin-right: 0.7rem;
  }
  .advantages-of-cooperation-section__items {
    flex-direction: column;
    margin-bottom: 0rem;
  }
  .advantages-of-cooperation-section__item {
    margin-bottom: 2rem;
    justify-content: space-evenly;
  }
  .advantages-of-cooperation-section__itemss {
    font-size: 2.1rem;
    padding: 2rem 4rem;
  }
  .advantages-of-cooperation-section__container {
    margin-bottom: 4rem;
  }
  .join-partner-network-section__title {
    font-size: 2.4rem;
    margin-bottom: 2rem;
  }
  .join-partner-network-section__container {
    margin-bottom: 3rem;
  }
  .what-need-for-partnership-section__title {
    font-size: 2.6rem;
    margin-bottom: 3rem;
  }
  .what-need-for-partnership-section__container {
    padding-bottom: 2rem;
  }
  .partnership-promising-cities-section {
    margin-bottom: 3rem;
  }
  .advantages-of-cooperation-section__title {
    font-size: 2.8rem;
    margin-bottom: 2rem;
  }
  .advantages-of-cooperation-section__description {
    font-size: 1.7rem;
  }
  .what-need-for-partnership-section__container {
    padding: 2rem;
  }
  .join-partner-network-section__items {
    flex-direction: column;
    align-items: center;
  }
  .join-partner-network-section__item {
    width: 90%;
    margin-bottom: 2rem;
  }
}
@media (max-width: 575px) {
  .container {
    width: 100%;
    padding-right: 2%;
    padding-left: 2%;
    overflow: hidden;
  }
  .partnership-promising-cities-section__container {
    align-items: flex-start;
    flex-direction: column;
  }
  .partnership-promising-cities-section__title {
    text-align: center;
  }
  .partnership-promising-cities-section__cities {
    padding-left: 6rem;
  }
  .partnership-hero-section__left-wrapper__titles {
    font-size: 2.2rem;
    margin-bottom: 2rem;
  }
  .partnership-hero-section__left-wrapper__description {
    font-size: 1.6rem;
  }
  .partnership-city-section__right-wrapper__count-city {
    font-size: 2.2rem;
    margin-bottom: 2rem;
  }
  .partnership-promising-cities-section__cities {
    padding-left: 8rem;
  }
  .advantages-of-cooperation-section__title {
    font-size: 2.2rem;
  }
  .advantages-of-cooperation-section__description {
    font-size: 1.6rem;
  }
  .advantages-of-cooperation-section__itemss {
    padding: 1rem 2rem;
  }
  .advantages-of-cooperation-section__itemss {
    font-size: 1.6rem;
  }
  .advantages-of-cooperation-section__container {
    margin-bottom: 2rem;
  }
  .markeeting-text-section__text {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
}