@media(max-width: 1429px) {
  .edge {
    top: -50%;
  }
}

@media(max-width: 1348px) {
  .edge {
    top: -45%;
  }
}

@media(max-width: 1250px) {
  .geo-form__input {
    width: calc((100% / 5) - 20px);
  }

  .edge {
    top: -40%;
  }

  .steps {
    background-position: center -200px;
  }
}

@media(max-width: 1200px) {

  .cards-list {
    flex-wrap: wrap;
  }

  .card {
    width: calc((100% / 3) - 10px);
    margin-bottom: 20px;
  }

  .edge {
    top: -40%;
  }

  .steps__num {
    z-index: 10;
    position: relative;
  }

  .steps__num::after {
    width: 250px;
  }

  .steps-radius {
    z-index: 0;
    right: 109px;
  }
}

@media(max-width: 1348px) {
  .edge {
    top: -35%;
  }

  .contacts-container {
    background-size: 665px 363px;
    background-position: -31px 239px;
  }

}

@media(max-width: 1108px) {
  .edge {
    top: -30%;
  }

  .steps__num::after {
    width: 230px;
  }

  .steps-radius {
    right: 86px;
  }
}

@media(max-width: 991px) {
  .edge {
    top: -25%;
  }
}

@media(max-width: 576px) {

  .container {
    padding: 0 25px;
  }

  .hero {
    padding-top: 130px;
    padding-bottom: 10px;
    background-size: contain;
    background-image: url('/images/hero-bg-mob.png');
  }

  .main__subtitle {
    margin-bottom: 20px;
    color: #000;
    text-align: center;
    font-size: 23px;
    font-family: 'DaysOne';
    letter-spacing: 1.15px;
  }

  .main__title {
    margin-bottom: 20px;
    color: #000;
    text-align: center;
    font-size: 21px;
    font-family: Jost;
    font-weight: 300;
    text-transform: uppercase;
  }

  .main__descr {
    margin-bottom: 95px;
    max-width: 100%;
    color: #000;
    text-align: center;
    font-size: 18px;
    font-family: Jost;
    font-weight: 300;
  }

  .main__btn {
    padding: 15px 6px;
    color: #FFF;
    text-align: center;
    text-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.12);
    font-size: 20px;
    font-family: Jost;
    font-weight: 600;
  }

  .cards-list {
    flex-wrap: wrap;
  }

  .card {
    margin-bottom: 20px;
    width: calc((100% / 2) - 15px);
  }

  .card__title {
    text-align: center;
    font-size: 20px;
    font-family: Jost;
    font-weight: 500;
    line-height: 20px;
    color: #000;
  }

  .card__descr {
    color: #000;
    text-align: center;
    font-size: 16px;
    font-family: Jost;
    font-weight: 300;
    line-height: 20px;
  }

  /* ABOUT */

  .about {
    padding-top: 30px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center 550px;
    background-image: url('/images/about-bg-mob.png');
  }

  .about__title {
    position: relative;
    margin-bottom: 40px;
    max-width: 100%;
    color: #000;
    text-align: center;
    font-size: 23px;
    font-family: Jost;
    font-weight: 700;
    line-height: 36px;
    letter-spacing: 1.15px;
  }

  .about__title::after {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -15px;
    height: 2px;
    width: 160px;
    background-color: #537AB2;
  }

  .about__pic_mob {
    display: block;
  }

  .about-right {
    display: none;
  }

  .about__descr_bottom {
    display: none;
  }

  .about__descr {
    margin-bottom: 26px;
    max-width: 100%;
    color: #000;
    text-align: center;
    font-size: 16px;
    font-family: Jost;
    font-weight: 300;
    letter-spacing: 0.8px;
  }

  .info {
    margin-bottom: 65px;
  }

  .dop {
    flex-direction: column;
    align-items: center;
  }

  .about__item:not(:last-child) {
    margin-bottom: 30px;
  }

  .about__subtitle {
    text-align: center;
    font-size: 36px;
    font-family: Jost;
    font-weight: 600;
    line-height: 58px;
  }

  .about__subdescr {
    text-align: center;
    font-size: 16px;
    font-family: Jost;
    font-weight: 300;
    line-height: 26px;
  }

  .img-wrapper-mob {
    display: flex;
    justify-content: flex-end;
  }

  .about-ship-mob {
    transform: translateX(18px);
    max-width: 245px;
  }

  /* STEPS */

  .steps {
    background: none;
    padding-bottom: 35px;
  }

  .steps__title {
    margin-bottom: 48px;
    text-align: center;
    font-size: 23px;
    font-family: Jost;
    font-weight: 700;
    line-height: 42px;
    letter-spacing: 1.15px;
  }

  .steps__list {
    display: none;
  }

  .steps__list_mob {
    position: relative;
    display: block;
    width: 100%;
  }

  .steps__list_mob::after {
    z-index: 0;
    content: '';
    position: absolute;
    top: 35px;
    left: 17px;
    width: 2px;
    height: 90%;
    background-color: #537AB2;
  }

  .steps__list_first {
    flex-direction: column;
  }

  .steps__item {
    position: relative;
    display: flex;
    width: 100%;
  }

  .steps__item:not(:last-child) {
    margin-bottom: 40px;
  }

  .steps__num {
    z-index: 10;
    margin-right: 19px;
    align-self: flex-start;
  }

  .steps__num::after {
    display: none;
  }

  .steps__subdescr br {
    display: none;
  }

  .steps__pic {
    display: none;
  }

  .steps-radius {
    display: none;
  }

  /* GEOGRAPHY */

  .geography {
    padding-top: 35px;
    padding-bottom: 43px;
  }

  .edge {
    top: -130px;
  }

  .geography__title {
    margin-bottom: 44px;
    color: #000;
    text-align: center;
    font-size: 23px;
    font-family: Jost;
    font-weight: 700;
    line-height: 42px;
    letter-spacing: 1.15px;
  }

  .geography__title::before {
    bottom: -15px;
  }

  .geography-wrapper {
    margin-bottom: 40px;
    flex-direction: column;
  }

  .geography__pic_map {
    margin-bottom: 35px;
  }

  .geography__item {
    flex-direction: column;
    padding: 13px 15px;
  }

  .geography__pic {
    margin-bottom: 12px;
    width: 100%;
  }

  .geography__subtitle {
    margin-bottom: 10px;
    color: #000;
    text-align: center;
    font-size: 18px;
    font-family: Jost;
    line-height: 26px;
  }

  .form-geo {
    padding: 15px 13px 25px;
    flex-direction: column;
  }

  .form__title {
    color: #000;
    text-align: center;
    font-size: 23px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 1.15px;
  }

  .geo-form-wrapper {
    width: 100%;
    flex-direction: column;
    align-items: center;
  }

  .geo-form__input {
    margin-bottom: 19px;
    width: 210px;
  }

  .geo-form__input::placeholder {
    color: rgba(0, 0, 0, 0.38);
    font-size: 14px;
    font-style: italic;
    line-height: 18px;
    letter-spacing: 0.1px;
  }

  .form-geo__btn {
    padding: 12px 5px;
    color: #FFF;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    width: 210px;
  }

  .geo-form__descr {
    max-width: 80%;
  }

  /* ADVANTAGES */

  .advantages {
    padding-top: 43px;
    padding-bottom: 15px;
    background-color: #F9F9F9;
    background-repeat: no-repeat;
    background-position: center -30px;
    background-size: contain;
    background-image: url('/images/adv-mob-bg..png');
  }

  .advantages__title {
    margin-bottom: 56px;
    color: #000;
    text-align: center;
    font-size: 23px;
    font-weight: 700;
    line-height: 42px;
    letter-spacing: 1.15px;
  }

  .advantages__title::before {
    bottom: -15px;
  }

  .advantages__list {
    flex-direction: column;
  }

  .advantages__item {
    margin-bottom: 27px;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  .advantages__pic {
    margin-right: 0;
    margin-bottom: 10px;
  }

  .advantages__descr {
    white-space: wrap;
    color: #000;
    text-align: center;
    font-size: 18px;
    font-weight: 300;
    line-height: 26px;
  }

  .advantages__descr br {
    display: none;
  }

  .advantages__item:last-child {
    display: none;
  }

  .advantages__item:nth-child(7n) {
    margin-bottom: 27px;
  }

  /* CLIENTS */

  .clients {
    padding-top: 15px;
  }

  .clients__title {
    margin-bottom: 64px;
    color: #000;
    text-align: center;
    font-size: 23px;
    font-weight: 700;
    line-height: 42px;
    letter-spacing: 1.15px;
  }

  .clients__title::before {
    bottom: -15px;
  }

  .clients__item {
    width: 100%;
  }

  .clients-bg-1 {
    background-image: url('/images/clients-mob-1.png');
  }
  
  .clients-bg-2 {
    background-image: url('/images/clients-mob-2.png');
  }
  
  .clients-bg-3 {
    background-image: url('/images/clients-mob-3.png');
  }
  
  .clients-bg-4 {
    background-image: url('/images/clients-mob-4.png');
  }
  
  .clients-bg-5 {
    background-image: url('/images/clients-mob-5.png');
  }
  
  .clients-bg-6 {
    background-image: url('/images/clients-mob-6.png');
  }

  /* CUSTOMERS */

  .customers {
    padding-top: 25px;
    padding-bottom: 36px;
  }

  .customers__title {
    margin-bottom: 62px;
    color: #000;
    text-align: center;
    font-size: 23px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 1.15px;
  }

  .customers__title::before {
    bottom: -15px;
  }

  .swiper-slide {
    display: flex;
    justify-content: center;
  }

  .swiper-button-prev {
    left: 10px;
    top: 171px;
  }

  .swiper-button-next {
    right: 10px;
    top: 171px;
  }

  /* GALERY */

  .galery {
    padding-top: 36px;
    padding-bottom: 30px;
    position: relative;
  }

  .galery__title {
    margin-bottom: 83px;
    color: #000;
    text-align: center;
    font-size: 23px;
    font-weight: 700;
    line-height: 42px;
    letter-spacing: 1.15px;
  }

  .galery__title::before {
    bottom: -15px;
  }

  .galery-button-prev {
    z-index: 10;
    display: block;
    position: absolute;
    left: 10px;
    top: 190px;
    width: 60px;
    height: 60px;
    background-color: #E0E3EB;
    border-radius: 50%;
  }
  
  .galery-button-next {
    z-index: 10;
    display: block;
    position: absolute;
    right: 10px;
    top: 190px;
    width: 60px;
    height: 60px;
    background-color: #537AB2;
    border-radius: 50%;
  }

  .galery-button-prev::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 15px;
    height: 15px;
    transform: translate(-50%, -50%) rotate(-45deg);
    border-top: 3px solid #000;
    border-left: 3px solid #000;
  }

  .galery-button-next::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 15px;
    height: 15px;
    transform: translate(-50%, -50%) rotate(45deg);
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
  }

  .galery-pagination {
    display: none;
  }

  /* CONTACTS */

  .contacts {
    padding-top: 30px;
    padding-bottom: 41px;
  }

  .contacts-container {
    flex-direction: column;
    background: none;
  }

  .contacts-left {
    margin-bottom: 48px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .contacts__title {
    margin-bottom: 39px;
    color: #000;
    text-align: center;
    font-size: 23px;
    font-weight: 700;
    line-height: 42px;
    letter-spacing: 1.15px;
  }

  .contacts__title::after {
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
  }

  .contacts__descr {
    margin-bottom: 32px;
    color: #000;
    text-align: center;
    font-size: 18px;
    line-height: 30px;
    max-width: 80%;
  }

  .contacts__descr br {
    display: none;
  }

  .contacts-pic {
    display: none;
  }

  .contacts-wrapper {
    margin-bottom: 15px;
  }

  .contacts__link_tel {
    font-size: 20px;
    font-weight: 800;
  }

  .contacts__link_mail {
    color: var(--black, #0A0A0A);
    font-size: 16px;
    font-weight: 500;
    opacity: 0.7;
  }

  .contacts__form {
    transform: translateY(0);
    align-items: center;
  }

  .contacts__input {
    margin-bottom: 20px;
    width: 100%;
  }

  .contacts__textarea {
    margin-bottom: 20px;
    width: 100%;
  }

  .contacts__btn {
    width: 100%;
  }

  .contacts-form__agreement {
    color: #000;
    text-align: center;
    font-size: 12px;
    font-weight: 300;
    line-height: 18px;
  }

  /* FOOTER */
  
  .footer {
    padding-top: 73px 0 39px;
  }

  .footer-container {
    flex-direction: column;
    align-items: center;
  }

  .footer-left {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .footer__logo {
    margin-bottom: 20px;
  }

  .footer__text {
    color: var(--black, #0A0A0A);
    text-align: center;
    font-size: 14px;
    font-family: Jost;
    font-weight: 300;
    line-height: 160%;
    opacity: 0.7;
  }

  .footer-left {
    margin-bottom: 30px;
  }

  .footer-right {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .footer-wrapper {
    margin-bottom: 40px;
    flex-direction: column;
    align-items: center;
  }

  .footer-contacts {
    margin-bottom: 30px;
    margin-right: 0;
    align-items: center;
  }

  .footer__agreement {
    color: var(--black, #0A0A0A);
    text-align: center;
    font-size: 14px;
    line-height: 140%;
    opacity: 0.6;
  }

  .footer__agreement br {
    display: none;
  }

  .popup {
    width: 100vw;
  }

  .popup__title {
    font-size: 24px;
  }

  .preloader__img {
    width: 50%;
  }
}