@media (max-width: 1900px) {
    .why-moldova-row-1, .why-us-row-2 {
        width: 90%;
    }
}

@media (max-width: 1800px) {
    .left-aside {
        padding-left: 175px;
    }

    .right-aside {
        padding-right: 175px;
    }

    .why-moldova-row-1-block,
    .why-us-row-2-block {
        max-width: 305px;
        box-shadow: none;
    }

    .why-moldova-row-1-block-header-text,
    .why-us-row-2-block-header-text {
        font-size: 28px;
        line-height: 35px;
    }

    .why-moldova-row-1-block-main {
        align-items: flex-start;
    }

    .why-moldova-row-1-block-main ul,
    .why-us-row-2-block-main p {
        font-size: 20px;
        line-height: 31px;
    }

    .why-us-row-2-block-header-icon {
        min-height: 75px;
    }

    .why-us-row-2-block-header {
        height: auto;
    }

    .why-us-row-2-block-header-icon img {
        width: 65px;
    }

    .service-main {
        padding: 20px;
    }

    .service-main-block {
        margin-top: 75px;
    }

    .service-main-title {
        font-size: 60px;
        line-height: 69px;
    }

    .fields-slider-container {
        max-width: 1439px;
    }

    .fields-slider-arrow-container {
        max-width: 1560px;
    }
}

@media (max-width: 1700px) {
    .service-main-block {
        margin-top: 25px;
    }

    .intro-main-container {
        max-width: 90%;
    }

    .why-moldova-main {
        min-height: 650px;
    }
}

@media (max-width: 1600px) {
    .service-main-block {
        margin-top: 0;
    }

    .service-main-title {
        font-size: 50px;
        line-height: 59px;
    }

    .service-main-text {
        font-size: 30px;
        line-height: 50px;
    }

    .fields-slider-arrow-container {
        max-width: 1200px;
    }

    .fields-slider-container {
        max-width: 1080px;
    }
}

@media (max-width: 1500px) {

    .left-aside {
        padding-left: 100px;
    }

    .right-aside {
        padding-right: 100px;
    }
}

@media (max-width: 1400px) {
    .intro-logo {
        align-self: center;
    }

    .why-moldova-main {
        padding-top: 40px;
    }

    .why-moldova-row-1,
    .why-us-row-2 {
        flex-wrap: wrap;
        gap: 10px;
    }

    .why-moldova-row-1-block,
    .why-us-row-2-block {
        max-width: 48%;
        min-height: auto;
    }

    .why-moldova-row-1 {
        justify-content: center;
    }

    .why-moldova-row-1-block-main {
        min-height: 245px;
    }

    .why-us-row-2-block-main {
        min-height: 140px;
    }
}

@media (max-width: 1300px) {
    .service-container {
        align-items: flex-start;
        flex-wrap: wrap;
        flex-direction: row-reverse;
    }

    .service-photo {
        background-image: url("../images/photo-architect-mob.jpg");
        width: 48%;
        height: 720px;
        background-size: cover;
    }

    .service-photo img {
        display: none;
    }

    .service-header {
        display: flex;
    }

    .hide-block {
        display: block;
        width: 100%;
        padding: 20px;
    }

    .service-main {
        max-width: 48%;
    }

    .service-main .service-main-block:last-child {
        display: none;
    }

    .service-main-text {
        font-size: 25px;
    }

    .fields-slider-arrow-container {
        max-width: 900px;
    }

    .fields-slider-container {
        max-width: 730px;
    }
}

@media (max-width: 1024px) {

    h1 {
        font-size: 45px;
        line-height: 50px;
        max-width: 650px;
    }

    .big-text {
        font-size: 25px;
        line-height: 33px;
        max-width: 650px;
    }

    .mid-header h2 {
        font-size: 33px;
        line-height: 40px;
    }

    .mid-text {
        font-size: 27px;
        line-height: 33px;
    }

    .left-aside {
        display: none;
    }

    .right-aside {
        justify-content: space-between;
        width: 100%;
        padding-left: 100px;
    }

    .why-us-row-2-block-main {
        min-height: 170px;
    }

    .service-photo {
        flex-basis: 45%;
    }
}

@media (max-width: 930px) {
  .intro-container {
    flex-direction: column;
  }

  .intro-label {
    width: auto;
  }

  .intro-label p {
    padding-left: 20px;
    padding-right: 15px;
  }

  .intro-main {
    margin-left: 0;
    padding: 0 20px;
  }

  .intro-aside {
    width: 100%;
    padding: 10px 0;
  }

  .intro-aside-links {
    flex-direction: row;
    width: 300px;
    justify-content: space-between;
  }

  .contact-us {
    padding: 0;
  }

  .contact-us-container {
    width: 90%;
    padding: 20px 0 25px;
    margin: 0 auto;
  }

  .contact-form {
    width: 100%;
    padding: 25px 15px;
  }

  .contact-form .row {
    flex-wrap: wrap;
    padding-right: 12px;
  }

  .contact-form .row input {
    min-width: 100%;
  }

  .contact-form-button {
    width: 100%;
  }

  .right-aside {
    width: 90%;
    padding: 10px 0 0;
    margin: 0 auto;
  }

  .right-aside .column {
    max-width: 185px;
  }

  .right-aside .column p,
  .right-aside .column a {
    font-size: 18px;
    line-height: 30px;
  }

  .right-aside .column a img {
    margin-right: 5px;
  }

    .service-container {
        flex-wrap: nowrap;
        flex-direction: column;
        align-items: center;
    }

    .service-photo {
        width: 640px;
        height: 720px;
        background-size: cover;
        flex-basis: auto;
    }

    .hide-block {
        display: none;
    }

    .service-container {
        position: relative;
        height: 1500px;
    }

    .service-main {
        max-width: 90%;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0) 5.76%, #FFFFFF 13.29%);
        position: absolute;
        top: 500px;
    }

    .service-main .service-main-block:last-child {
        display: block;
    }

    .fields-slider-element {
        width: 116px;
        height: 93px;
        padding-top: 20px;
    }

    .fields-slider-element .element-icon img{
        height: 42px;
    }

    .fields-slider-element .element-icon {
        min-height: 25px;
    }

    .fields-slider-element .element-icon-moved {
        margin-left: -7px;
    }

    .fields-slider-element .element-text {
        font-size: 11px;
        line-height: 14px;
    }

    .swiper-button-next:after,
    .swiper-button-prev:after {
        font-size: 18px;
    }

    .fields-slider-container {
        padding-bottom: 0;
        margin-top: 30px;
        max-width: 546px;
    }

    .fields-slider-arrow-container {
        max-width: 660px;
    }

    .fields-details {
        max-width: 400px;
        margin-top: 30px;
        font-size: 20px;
        line-height: 30px;
    }

    .fields {
        padding-bottom: 30px;
    }

    .mid-header h2 {
        font-size: 28px;
        line-height: 36px;
    }

    .switch-lang-btn,
    .switch-lang-content a {
      padding: 20px 0 21px;
    }
}

@media (max-width: 850px) {
    .service-container {
        position: relative;
        height: 1600px;
    }

    .why-us-row-2-block-main {
        min-height: 200px;
    }
}

@media (max-width: 750px) {
    .service-container {
        position: relative;
        height: 1700px;
    }

    .why-us-row-2-block-main {
        min-height: 270px;
    }

    .why-moldova-row-1-block-main {
        min-height: 290px;
    }
}

@media (max-width: 700px) {
    .why-moldova-row-1,
    .why-us-row-2 {
        flex-direction: column;
    }

    .why-moldova-row-1-block,
    .why-us-row-2-block {
        max-width: 100%;
    }

    .why-moldova-row-1-block-header-text,
    .why-us-row-2-block-header-text {
        display: inline;
    }

    .why-moldova-row-1-block-header {
        padding: 15px 30px 15px;
    }

    .why-moldova-row-1-block-main {
        justify-content: flex-start;
        align-items: flex-start;
        min-height: 150px;
    }

    .why-moldova-row-1-block-main ul {
        width: auto;
    }

    .why-us-row-2-block-header {
        padding: 15px 30px;
        display: flex;
        position: relative;
        align-items: center;
        justify-content: center;
    }

    .why-us-row-2-block-header-text {
        margin-top: 0!important;
    }

    .why-us-row-2-block-header-icon {
        position: absolute;
        min-height: 0;
        top: 25%;
        left: 30px;
        margin-top: 0!important;
    }

    .why-us-row-2-block-header-icon img {
        width: 35px;
    }

    .why-us-row-2-block-main {
        min-height: 130px;
    }

    .service-photo {
        width: 490px;
        height: 380px;
    }

    .service-main {
        top: 230px;
    }

    .service-container {
        height: 1400px;
    }

    .fields-slider-container {
        max-width: 400px;
    }

    .fields-slider-arrow-container {
        max-width: 500px;
    }
}

@media (max-width: 560px) {
    .contacts .telephone {
        font-size: 13px;
        line-height: 16px;
      }

      .contacts .email {
        font-size: 11px;
        line-height: 14px;
      }

      .switch-lang p {
        font-size: 10px;
        line-height: 12px;
      }

      .menu-icon-container {
        width: 45px;
        height: 25px;
      }

      .switch-lang {
        width: 45px;
        height: 25px;
      }

      .contacts {
        margin: 0;
      }

      .menu__icon {
        width: 16px;
        height: 10px;
      }

      .menu__link {
        font-size: 14px;
      }

      .menu__body {
        height: 170px;
      }

      .menu__body._active {
        margin-top: 25px;
      }

      .menu__list > li {
        margin-bottom: 0;
      }

      .intro-main {
        margin-top: 35px;
      }

      .intro-logo img {
        width: 166px;
      }

      h1 {
        font-size: 22px;
        line-height: 27px;
        max-width: 90%;
        margin-top: 35px;
      }

      .big-text {
        font-size: 16px;
        line-height: 19px;
        max-width: 90%;
      }

      .mid-text {
        font-size: 10px;
        line-height: 12px;
      }

      .contact-button {
        font-size: 19px;
        line-height: 22px;
        width: 60%;
        margin: 40px 0 25px;
      }

      .intro-aside-links {
        width: 50%;
      }

      .intro-aside-links li a img {
        width: 20px;
      }

      .mid-header h2 {
        font-size: 17px;
        line-height: 20px;
      }

      .swiper-button-next:after, .swiper-button-prev:after {
        font-size: 20px;
      }

      .services-row-1-block-header {
        height: auto;
        padding: 15px 10px;
      }

      .services-row-1-block-header-text {
        font-size: 14px;
        line-height: 16px;
      }

      .services-row-1-block-main {
        padding: 10px;
        min-height: 80px;
      }

      .services-row-1-block-main p {
        font-size: 14px;
        line-height: 17px;
      }

      .services-row-2-block-header {
        padding: 0;
        align-items: center;
      }

      .services-row-2-block-header-text {
        font-size: 15px;
        line-height: 18px;
      }

      .services-row-2-block-header-icon img {
        width: 35%;
      }

      .services-row-2-block-main {
        padding: 13px 10px;
        min-height: 55px;
      }

      .services-row-2-block-main p {
        font-size: 14px;
        line-height: 17px;
      }

      .services-back-3 {
        height: 1100px;
      }

      .contact-form-header {
        font-size: 15px;
        line-height: 18px;
      }

      .contact-form-header + input {
        margin-top: 6px;
      }

      .contact-form input {
        font-size: 9px;
        line-height: 9px;
        height: 23px;
        padding-left: 4px;
      }

      .contact-form .row {
        padding-right: 6px;
      }

      .contact-form-button {
        height: 23px;
        font-size: 9px;
        line-height: 9px;
        border-radius: 4px;
      }

      .right-aside .column p, .right-aside .column a {
        font-size: 10px;
        line-height: 16px;
      }

      .right-aside .column p {
        line-height: 19px;
      }

      .right-aside .column {
        max-width: 103px;
      }

      .right-aside .column a img {
        margin-right: 5px;
        width: 8px;
      }

      .why-moldova-main {
        background-origin: border-box;
        background: #fee4d3 url("../images/back-map-mob.jpg") top no-repeat;
        padding-top: 130px;
      }

      .why-moldova-row-1-block-header-text,
      .why-us-row-2-block-header-text {
        font-size: 14px;
        line-height: 16px;
       }

       .why-moldova-row-1-block-main ul {
        font-size: 14px;
        line-height: 21px;
       }

       .why-moldova-row-1-block-main {
        min-height: auto;
        padding-bottom: 15px;
       }

       .hide-title {
        display: none;
       }

       .service-photo {
        width: 100%;
       }

       .service-main {
        max-width: 100%;
        width: 100%;
        padding: 0;
       }

       .service-container {
        height: 950px;
       }

       .service-main-block {
        margin-top: 100px;
        padding-left: 16px;
       }

       .service-main-block:nth-child(even) {
        margin-top: 0;
       }

       .service-main-text {
        font-weight: 500;
        font-size: 16px;
        line-height: 31px;
        column-count: unset;
       }

       .service-main-title {
        font-size: 24px;
        line-height: 28px;
       }

       .service-main-text ul {
        padding-left: 16px;
       }

       .why-us-row-2-block-main p {
        font-size: 14px;
        line-height: 17px;
       }

       .why-us-row-2-block-main {
        padding: 13px 10px;
        min-height: auto;
       }

       .why-us-row-2-block-header {
        padding: 20px 10px;
       }

       .why-us-row-2-block-header-icon {
        left: 10px;
        top: 15%;
       }
       .why-us-row-2 {
        margin: 20px auto;
       }

       .switch-lang-btn,
       .switch-lang-content a {
         padding: 7px 0 6px;
         width: 45px;
         font-size: 10px;
         line-height: 12px;
       }

       #close-btn {
        height: 18px;
        font-size: 6px;
        line-height: 7px;
        border-radius: 4px;
        width: 55px;
        padding: 4px;
      }
}

@media (max-width: 510px) {
    .fields-slider-container {
        max-width: 240px;
    }

    .fields-slider-arrow-container {
        max-width: 310px;
    }

    .fields-details {
        max-width: 176px;
        font-size: 12px;
        line-height: 15px;
    }

    .fields-details-btn {
        font-weight: 600;
        font-size: 15px;
        line-height: 18px;
        margin-top: 10px;
        border-radius: 4px;
        padding: 4px 0;
    }
}

@media (max-width: 480px) {
    .contact-us-container,
    .right-aside,
    h1,
    .big-text {
        width: 90%;
    }

    .contact-button {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (max-width: 320px) {
    .fields-slider-container {
        max-width: 120px;
    }

    .fields-slider-arrow-container {
        max-width: 220px;
    }

    .contact-form-button {
        width: 100%;
        height: 18px;
        font-size: 5px;
        line-height: 7px;
        border-radius: 4px;
      }

      .contact-form input {
        font-size: 6px;
        line-height: 7px;
        height: 20px;
        padding-left: 4px;
        margin-bottom: 6px;
      }
}
