.container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
@media (min-width: 1400px) {
  .container {
    width: 1370px;
  }
}
@media (min-width: 768px) {
  .mobileMenu {
    display: none;
  }
}

@media (max-width: 1399px) and (min-width: 1200px) {
  .container {
    width: 1140px;
  }
}

@media (max-width: 1199px) {
  .container {
    width: 960px;
  }
}

@media (max-width: 991px) {
  .container {
    width: 720px;
  }
  .desktopNavAppDownloadBtn {
    display: none;
  }
  .desktopNavLogo::before {
    bottom: 0.7rem;
  }
  .desktopNavLogo::after {
    bottom: 1.7rem;
  }
  .phoneImgWrapper {
    display: none;
  }
  .headerWrapper {
    justify-content: center;
    align-items: center;
  }
  .servicesChoicesWrapper {
    overflow-x: scroll;
  }
  .services {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
  .special {
    margin-bottom: 10rem;
  }
}
@media (max-width: 810px) {
  .map {
    display: none;
  }
}
@media (max-width: 767px) {
  .container {
    width: 570px;
  }
  .desktopNavMenu {
    display: none;
  }
  .hamburgerLineWrappper {
    display: flex;
  }
  .headerBtnsWrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .requestWrapper {
    width: 31rem;
  }
  .headerBtn {
    width: 25rem;
  }
  .headerTitle {
    font-size: 3rem;
  }
  .headerSubTitle {
    font-size: 1.7rem;
  }

  .servicesCaptionsWrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .choiceImgWrapper {
    width: 8rem;
  }
  .servicesCaptionsImgWrapper {
    display: none;
  }
  .servicesCaptionsTextWrapper {
    width: 100%;
    padding-top: 3rem;
  }
  .special {
    flex-direction: column-reverse;
  }
  .specialImgWrapper {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  .specialTexts {
    width: 100%;
  }
  .specialTextsTitle {
    margin-top: 3rem;
    font-size: 2rem;
    margin-bottom: 2rem;
  }
  .credit {
    flex-direction: column;
  }
  .creditImgWrapper {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .creditTexts {
    width: 100%;
  }
  .creditTextsTitle {
    margin-top: 3rem;
    font-size: 2rem;
    margin-bottom: 2rem;
  }
  .options {
    min-height: 40rem;
    padding-bottom: 2rem;
    padding-top: 2rem;
    margin-bottom: 5rem;
  }
  .optionsTitle {
    font-size: 1.7rem;
  }
  .optionsContent {
    flex-direction: column;
  }
  .optionsWrapper {
    border: none;
    width: 100%;
  }
  .driver {
    flex-direction: column-reverse;
  }
  .driverContent {
    width: 100%;
  }
  .driverImgWrapper {
    width: 100%;
  }
  .driverBtnsWrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}

@media (max-width: 575px) {
  .container {
    width: 100%;
  }
  .requestWrapper {
    width: 28rem;
  }
  .headerBtn {
    width: 20rem;
    padding: 1rem 0.8rem;
    gap: 0.7rem;
  }
  .headerTitle {
    font-size: 2.5rem;
  }
  .headerSubTitle {
    font-size: 1.6rem;
  }
  .services {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .servicesTitle {
    font-size: 2.5rem;
  }
  .serviceCaptionTitle {
    font-size: 1.7rem;
  }
}
