@media (max-width: 1349px) {
  .container {
    max-width: 100%;
    padding: 0 20px;
  }
  .hero__title {
    font-size: 44px;
  }
  .price-item, .formation-list__item {
    min-width: 210px;
  }
  .messenger__item {
    min-width: fit-content;
  }
}
@media (max-width: 1200px) {
  .about .block-title p:nth-child(2), .about .block-title p:last-child {
    display: inline;
  }
  .benefits__text {
    font-size: 27px;
  }
  .service-item {
    min-width: 440px;
  }
  .hero__content, .hero__content-block {
    max-width: 60%;
  }
  .hero-service .hero__content {
    max-width: 100%;
  }
  .hero-service .hero__img {
    width: 40%;
  }
}
@media (max-width: 1100px) {
  .burger-menu {
    margin-left: 26px;
    display: flex;
    order: 3;
  }
  .burger-item {
    display: block;
    width: 18px;
    height: 2px;
    background-color: #0D0D0D;
    transition: all 0.3s ease;
  }
  .burger-item2 {
    width: 16px;
  }
  .burger-item3 {
    width: 14px;
  }
  .burger-menu.active span:nth-child(1) {
      transform: rotate(45deg) translate(5px, 5px);
  }
  .burger-menu.active .burger-item2 {
    opacity: 0;
  }
  .burger-menu.active .burger-item3 {
    width: 18px;
    transform: rotate(-45deg) translate(5px, -5px);
  }
  .nav__wrapper {
    position: fixed;
    top: 0;
    right: -100%;
    width: 390px;
    height: 100%;
    background-color: #fff;
    transition: right 0.3s ease;
    z-index: 1000;
  }
  .burger-menu.active {
    z-index: 10001;
  }
  .nav__wrapper.active {
    right: 0;
  }
  .main-navigation {
    margin: 100px 30px 0;
  }
  .main-navigation .menu {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
  .header .current_page_item a {
    color: var(--text-color);
    padding-bottom: 0;
    border: none;
  }
  .services__wrapper {
    gap: 20px;
    flex-wrap: wrap;
  }
  .services__btn-block {
    margin-left: auto;
    position: relative;
    top: 0;
  }
  .modal-window input:not([type="submit"]) {
    font-size: 20px;
  }
  .stages-list-item, .stages-services .stages-list-item, .stages-services .final-item {
    width: calc(50% - 20px);
  }
  .stages-list-item:nth-last-child(2), .stages-list-item:nth-last-child(3),.stages-list-item.final-item {
    width: calc(50% - 15px);
  }
  .calculate__wrapper {
    padding: 50px 30px 30px;
  }
  .splide__arrow {
    top: auto;
    bottom: -80px;
  }
  .reviews {
    padding-bottom: 180px;
  }
  .splide__arrow--prev {
    left: calc(50% - 80px);
    right: 0;
  }
  .splide__arrow--next {
    right: calc(50% - 80px);
  }
  .advantages-item {
    padding: 50px 35px;
  }
  .hero__title {
    font-size: 44px;
  }
}
@media (max-width: 768px) {
  body {
    font-size: 18px;
  }
  .hero__title {
    font-size: 34px;
    line-height: 1.14;
  }
  .hero__content-block {
    max-width: 100%;
  }
  .hero-service .hero__img {
    width: 100%;
    order: -1;
    height: 350px;
  }
  .hero__content {
    padding: 42px 20px;
  }
  .block-title {
    font-size: 42px;
  }
  .hero__wrapper, .benefits__wrapper, .benefits__text-block, .advantages-header, .about__wrapper,
  .prices__wrapper, .calculate__wrapper, .contacts__wrapper, .footer__top,
  .advantages-description ul, .faq__wrapper {
    flex-wrap: wrap;
  }
  .faq__wrapper {
    gap: 55px;
  }
  .block-title.block-title-faq {
    max-width: 100%;
  }
  .hero__wrapper {
    justify-content: center;
    gap: 12px;
  }
  .hero, .hero-service {
    padding: 100px 0 60px;
  }
  .hero__subtitle {
    margin: 20px 0 70px;
  }
  .benefits {
    padding: 75px 0 65px;
  }
  .advantages-description ul {
    gap: 30px;
  }
  .calculate__wrapper {
    justify-content: center;
  }
  .advantages-header {
    gap: 45px;
  }
  .about .block-title {
    margin-left: 0;
  }
  .benefits__text-block {
    margin-top: 30px;
  }
  .advantages-description ul li {
    width: 100%;
  }
  .hero__content, .benefits-img, .calculate__block {
    max-width: 100%;
    width: 100%;
    order: 2;
  }
  .about-list {
    order: 2;
  }
  .about__wrapper {
    margin-top: 30px;
    justify-content: center;
    gap: 45px;
  }
  .price-item, .formation-list__item {
    height: 225px;
  }
  .messenger__wrapper {
    flex-wrap: wrap;
  }
  .contacts .block-title {
    font-size: 35px;
  }
  .contacts__block-mobil {
    display: block;
  }
  .contacts__block-desktop, .block-title br, .calculate_text br {
    display: none;
  }
  .services__wrapper {
    margin-top: 0;
    gap: 50px;
  }
  .contacts-text {
    margin: 16px 0 0;
  }
  .contacts {
    padding: 70px 0 0;
  }
  .prices {
    padding: 75px 0;
  }
  .about .block-title p:first-child {
    display: inline;
  }
  .price-text {
    width: 100%;
    margin: 26px 0 45px;
  }
  .prices__toggles {
    margin: 10px 0 60px;
  }
  .prices .block-title, .about .block-title {
    text-align: center;
  }
  .about-list__item {
    height: auto;
  }
  .header__logo-link {
    max-width: 180px;
  }
  .contacts__wrapper .wpcf7-form, .about__wrapper img {
    min-width: 100%;
  }
  .contacts__wrapper {
    padding: 50px 25px 90px;
  }
  .footer__wrapper {
    padding: 60px 20px 20px;
  }
  .service-item {
    min-width: 100%;
  }
  .modal-window .block-title {
    font-size: 32px;
    margin-bottom: 50px;
  }
  .modal-window .block-title br {
    display: none;
  }
  .modal-window {
    padding: 40px;
  }
  .faq {
    background: #fff;
    border-radius: 30px;
  }
  .faq__wrapper {
    padding: 0;
  }
}

@media (max-width: 500px) {
  .header {
    padding: 30px 0;
  }
  .hero__title {
    letter-spacing: -0.5px;
  }
  .nav__wrapper {
    width: 100%;
  }
  .modal-window input:not([type="submit"]) {
    font-size: 18px;
  }
  .stages-list-item, .stages-list-item:nth-last-child(2), .stages-list-item:nth-last-child(3), 
  .about-list__item, .stages-list-item.final-item, .stages-services .stages-list-item, .stages-services .final-item {
    width: 100%;
  }
  .stages-services .final-item {
    order: -1;
    margin-top: 20px;
  }
  .try-again-link {
    margin-top: 30px;
    margin-left: auto;
    max-width: fit-content;
    padding: 13px 32px;
  }
  .header__logo-link {
    max-width: 180px;
    margin-right: 5px;
  }
  .header__phone {
    padding-left: 25px;
  }
  .calculate__block .block-title {
    font-size: 39px;
  }
  .calculate {
    background-color: #fff;
    border-radius: 40px;
    padding: 0;
    margin: 75px 0;
  }
  .calculate__wrapper {
    padding: 50px 10px 30px;
  }

  .price-list, .formation-list {
    gap: 20px;
  }
  .hero__img .mobile, .benefits-img.mobile {
    display: block;
  }
  .stages {
    padding: 70px 0 45px;
  }
  .cleaning-img {
    padding: 45px 0 45px;
  }
  .benefits-img.mobile {
    margin-top: 30px;
  }
  .hero__img .desktop, .benefits-img.desktop {
    display: none;
  }
  .cleaning-img .container {
    overflow: hidden;
    height: 330px;
  }
  .cleaning-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 30px;
  }
  .advantages {
    padding: 50px 0 75px;
  }
  .advantages-item.active .advantages-header {
    margin-bottom: 45px;
  }
  .messenger__wrapper {
    margin-top: 20px;
    justify-content: center;
  }
  .reviews-splide {
    margin-top: 25px;
  }
  .contacts .btn-left-arrow, .wpcf7.js {
    max-width: 100%;
  }
  .contacts .btn-left-arrow {
    width: 300px
  }
  .contacts__block-mobil {
    margin-top: 20px;
  }
  .messenger__item {
    margin-top: 10px;
  }
  .footer__top {
    margin-bottom: 20px;
  }
  .contacts__wrapper {
    background-size: 500px;
  }
  .footer__top {
    position: relative;
  }
  .footer__wrapper .btn-round {
    position: absolute;
    right: -10px;
    top: -40px;
  }
  .service__item-bottom {
    flex-wrap: wrap;
    gap: 10px;
  }
  .stages__wrapper {
    margin-top: 15px;
  }
  .toggle-btn {
    padding: 10px 25px;
  }
  .hero__img {
    max-height: 350px;
  }
  .hero__img img {
    object-position: top center;
  }
}
@media (max-width: 425px) {
  .container {
    padding: 0 10px;
  }
  .price-item, .formation-list__item {
    width: 100%;
  }
  .hero__title {
    font-size: 30px;
    letter-spacing: -1px;
  }
}
@media (max-width: 375px) {
  .header__logo-link {
    max-width: 120px;
  }
  .burger-menu {
    margin-left: 12px;
  }
  .toggle-btn {
    padding: 10px 20px;
  }
  .hero__content .btn-left-arrow {
    padding:16px 18px 16px 45px;
  }
  .modal-window .btn-left-arrow {
    max-width: 100%;
  }
  .modal-window {
    padding: 30px 20px;
  }
  .hero-service .hero__content {
    padding: 50px 20px 40px 20px;
  }
  .hero__title {
    letter-spacing: -2px;
  }
}