@media screen and (max-width: 1200px) {
    .wrapper {
        max-width: 992px;
    }
    .main-fixed {
        background: rgba(255, 255, 255, 0.2);
    }
    .mcl-img img {
        max-width: unset;
    }
    .mcl-img {
        display: flex;
        max-width: 460px;
        justify-content: center;
        align-items: center;
        overflow: hidden;
    }
    .mc-container {
        gap: 20px;
    }
    .mc-cla--item-img img {
        max-width: 27px;
    }
    .gost-row {
        gap: 20px;
    }
    .gost-img {
        max-width: 72px;
        min-width: 72px;
    }
    .equipment-img {
        overflow: hidden;
        display: flex;
        justify-content: center;
        align-items: center;
        max-width: 398px;
    }
    .equipment-row {
        gap: 20px;
    }
    .mc-title {
        font-size: 47px;
    }
}

@media screen and (max-width: 960px) {
    .wrapper {
        max-width: 670px;
    }
    .mh-logo--text,
    .mh-btns--btn.callback,
    .main-header--menu {
        display: none;
    }
    .mh-btns--menu {
        display: flex;
    }
    .mh-logo img {
        width: 82px;
    }
    .main-header--content {
        padding: 60px 0;
    }
    .mc-title {
        font-size: 37px;
        line-height: 39px;
    }
    .onlymob {
        display: block;
    }
    .onlypc {
        display: none;
    }
    .mc-cl--adventages {
        flex-direction: column;
        gap: 6px;
    }
    .mc-cla--item {
        max-width: 100%;
        height: 136px;
    }
    .mc-cl--adventages .mc-cla--item:last-of-type {
        display: none;
    }
    .mcl-img {
        max-width: 382px;
        border-radius: 15px;
    }
    .mcl-img img {
        max-height: 248px;
    }
    .mc-cl--btn, .mcl-btn {
        margin-top: 10px;
    }
    .gost-text {
        font-size: 20px;
        line-height: 26px;
        padding: 0 5px;
    }
    .mh-btns--btn.blue::before {
        display: none;
    }
    .main-fixed {
        min-height: 60px;
    }
    .main-menu > .wrapper {
        max-width: unset;
        display: flex;
        flex-direction: column;
    }
    .main-menu--item {
        max-width: unset;
        min-width: 100%;
        max-width: 100%;
    }
    .main-menu--row {
        padding: 15px 0;
        flex-direction: column;
    }
    .main-menu--row::-webkit-scrollbar { 
        width: 0; 
    }
    .main-menu--anim,
    .prices-anim {
        display: block;
        margin-left: auto;
    }
    .wrapper.prices-cont {
        max-width: unset;
    }
    .prices-row--container {
        flex-wrap: wrap;
        flex-direction: column;
    }
    .prices-row--container::-webkit-scrollbar { 
        width: 0; 
    }
    .prices-anim {
        margin-top: 30px;
        text-align: right;
    }
    .prices-item {
        max-width: 100%;
        min-width: 350px;
        background-color: #ffffff;
        box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.10);
        border-radius: 15px;
        margin: 10px 0;
        padding: 0 15px;
    }
    .prices-tabs {
        margin-bottom: 40px;
    }
    .prices-row--container.carpet .prices-item {
        max-width: 100%;
        width: 100%;
        min-width: 100%;
    }
    .prices-item--img {
        height: auto;
        padding: 15px 0;
    }
    .order-block--title {
        font-size: 30px;
    }
    .order-block--title {
        max-width: 430px;
        margin: 0 auto;
        line-height: 33px;
    }
    .cleaning-from--item {
        max-width: calc(50% - 30px);
    }
    .main-title {
        font-size: 30px;
        line-height: 36px;
    }
    .cleaning-products--row {
        flex-direction: column;
    }
    .equipment-right {
        max-height: 0px;
        overflow: hidden;
        border-top: 5px solid rgba(0,0,0,0.2);
        margin-top: 30px;
    }
    .equipment-row {
        flex-direction: column;
    }
    .equipment-left--row {
        margin-top: 20px;
    }
    .edge-row {
        flex-direction: column;
    }
    .edge-item {
        max-width: 100%;
    }
    .order-block--title {
        font-size: 30px;
        line-height: 36px;
        max-width: 600px;
    }
    #contacts .wrapper {
        max-width: 100%;
    }
    .contacts-row {
        flex-direction: column;
    }
    .contacts-item {
        max-width: 100%;
        text-align: center;
    }
    .footer-row {
        flex-direction: column;
        gap: 30px;
    }
    .mh-text {
        margin-left: 0;
        margin-right: auto;
    }
    .prices {
        padding: 60px 0;
    }
    .prices + .results {
        padding: 0 0 60px;
    }
    .mobile-menu {
        display: flex;
        position: fixed;
        left:0;
        right:0;
        bottom:0;
        top:0;
        z-index: 10;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transition: .3s ease-in-out;
    }
    .mobile-menu.active {
        opacity: 1;
        visibility: visible;
        pointer-events: all;
    }
    .mobile-menu--overlay {
        position:absolute;
        top:0;
        right:0;
        left:0;
        bottom:0;
        background: rgba(0,0,0,.5);
    }
    .mobile-menu--container {
        margin-left: auto;
        padding: 40px 25px 25px;
        max-width: 260px;
        width: 100%;
        background: #4f5663;
        height: 100%;
        display: flex;
        flex-direction: column;
        transform: translateX(260px);
        transition: transform .5s ease-in-out;
    }
    .mobile-menu.active .mobile-menu--container {
        transform: translateX(0);
    }
    .mm-container--btn {
        margin-top: auto;
    }
    .mm-container--list ul {
        list-style: none;
        margin:0;
        padding: 0;
    }
    .mm-container--list a {
        color: #FFF;
        font-size: 18px;
    }
    .mm-container--list li {
        margin-bottom: 15px;
    }
    .mm-container--close {
        position: fixed;
        right: 15px;
        top: 15px;
        z-index: 2;
    }
    .mm-container--close::before {
        content:"";
        background: #FFF;
        width: 25px;
        height: 2px;
        position: absolute;
        top: 12px;
        right: 0;
        transform: rotate(45deg);
    }
    .mm-container--close::after {
        content:"";
        background: #FFF;
        width: 25px;
        height: 2px;
        position: absolute;
        top: 12px;
        right: 0;
        transform: rotate(-45deg);
    }
    .mm-container--btn a {
        color: #FFF;
        font-weight: bold;
        background: #86c671;
        border-radius: 15px;
        padding: 15px 24px;
        width: 100%;
        display: block;
    }
    .mc-title.big {
        font-size: 29px;
    }
    .prices-item--btn {
        padding-top: 15px;
    }
    .prices-item {
        padding: 0;
        overflow: hidden;
    }
    .prices-item--title,
    .prices-item--price {
        padding: 0 15px;
    }
    .prices-item--price {
        font-size: 18px;
        font-weight: 500;
    }
    .prices-item--price .old-price span {
        font-weight: 300;
    }
}

@media screen and (max-width: 640px) {
    .main-menu--item:hover {
        transform: scale(1);
    }
    .wrapper {
        max-width: 510px;
    }
    .mh-logo--text {
        display: block;
    }
    .mh-text {
        display: none;
    }
    .mh-btns {
        margin-left: auto;
    }
    .mcl-img {
        max-width: 240px;
    }
    .mc-title {
        font-size: 33px;
        line-height: 35px;
    }
    .mc-description {
        font-size: 18px;
        line-height: normal;
    }
    .mc-cla--item {
        height: 134px;
        width: 220px;
    }
    .mc-cla--item-text {
        font-size: 18px;
        line-height: 22px;
    }
    .mc-cl--btn.blue a {
        font-size: 18px;
    }
    .mcl-btn a {
        font-size: 18px;
        padding: 22px 10px;
    }
    .gost-img.left {
        display: none;
    }
    .gost-text {
        text-align: left;
        font-size: 21px;
    }
    .gost-img.right {
        display: none;
    }
    .prices-tabs ul {
        flex-direction: column;
    }
    .prices-tabs li {
        border: none;
        border-top: 2px solid #709ada;
        border-bottom: 2px solid #709ada;
    }
    .prices-tabs li:first-of-type {
        border-bottom: none;
        border-top: none;
    }
    .prices-tabs li:last-of-type {
        border-bottom: none;
        border-top: none;
    }
    .results .wrapper {
        max-width: 100%;
    }
    .order-block--title {
        font-size: 26px;
        line-height: 32px;
    }
    #order-block--form-form, #order-block--form-form-2 {
        flex-direction: column;
        max-width: 330px;
    }
    .order-block--info {
        font-size: 12px;
    }
    #order-block--form-form > input, #order-block--form-form-2 > input {
        font-size: 16px;
    }
    .order-form--timer-title {
        font-size: 16px;
    }
    .cleaning-from .wrapper {
        max-width: 95%;
    }
    .cleaning-from--item {
        max-width: calc(50% - 15px);
    }
    .stages-item.empty {
        display: none;
    }
    .stages-item.left {
        max-width: 100%;
        width: 100%;
        border:none;
        border-left: 2px solid #709ada;
        padding-right: 0;
        padding-left: 56px;
        text-align: left;
    }
    .stages-item.right {
        max-width: 100%;
    }
    .stages-item.left .stages-item--row-number {
        top: -10px;
        left: -81px;
    }
    .stages-item.left .stages-item--row { 
        margin-left: 0;
        max-width: unset;
    }
    .stages-item--row{
        max-width: 100%;
    }
    .order-block--title {
        font-size: 24px;
        line-height: 29px;
    }
    .order-block--tel-container input {
        padding: 22px 0;
    }
    #order-block--form-form > input, #order-block--form-form-2 > input {
        padding: 25px 0;
    }
    .main-title {
        font-size: 27px;
        line-height: 32px;
    }
}

@media screen and (max-width: 480px) {
    .wrapper {
        max-width: 100%;
    }
    .prices-item {
        min-width: auto;
    }
    .mh-btns--btn.blue {
        font-size: 15px;
    }
    .mc-container {
        flex-direction: column;
    }
    .cleaning-from .wrapper {
        max-width: 100%;
    }
    .mc-cla--item {
        background: transparent;
        flex-direction: row;
        box-shadow: none;
        height: auto;
        width: auto;
        backdrop-filter: none;
        padding: 0;
        text-align: left;
        gap: 10px;
        justify-content: flex-start;
    }
    .mc-cla--item-text {
        margin-top: 0;
        text-align: left;
    }
    .mc-cla--item-text br {
        display: none;
    }
    .mc-cla--item-img img {
        max-width: 16px;
    }
    .mc-cl--adventages .mc-cla--item:last-of-type {
        display: flex;
    }
    .footer-list {
        flex-direction: column;
        justify-content: center;
    }
    .mh-logo--text {
        display: none;
    }
    .order-block--title br {
        display: none;
    }
    .gost-text {
        text-align: center;
    }
    .gost-img.right {
        position: absolute;
        left: calc(50% - 50px);
        top: -94px;
        transform: rotate(0deg);
        display: block;
    }
    .gost-img.right img {
        width: 100px;
        max-width: 100px;
    }
    .mcl-img {
        max-width: 100%;
    }
    .main-header--content {
        padding-top: 0;
    }
    .mc-title {
        font-size: 29px;
        line-height: 32px;
    }
    .mc-description {
        font-size: 16px;
    }
    .mc-cl--btn.blue a {
        padding: 17px;
    }
    .mcl-btn a {
        padding: 17px;
    }
    .order-block--title {
        font-size: 25px;
    }
    .order-block--description {
        font-size: 16px;
        line-height: normal;
    }
    .equipment-right {
        max-height: 234px;
        border:none;
    }
    .equipment-left {
        border-bottom: 5px solid rgba(0, 0, 0, 0.2);
        padding-bottom: 20px;
    }
    .equipment-row {
        flex-direction: column-reverse;
    }
    .equipment-img,
    .equipment-right img {
        max-height: 234px;
    }
    .equipment-row {
        margin-top: 0;
    }
    .equipment-item {
        max-width: 100%;
        background: transparent;
        backdrop-filter: none;
        padding: 0;
        box-shadow: none;
        text-align: left;
        display: flex;
        align-items: center;
        gap: 10px;
    }
    .equipment-item .equipment-img img {
        max-width: 16px;
    }
    .equipment-text {
        margin-top: 0;
        color: #4f5663;
    }
    .equipment-item .equipment-img {
        width: 20px;
    }
    .equipment-left--row {
        gap: 15px;
    }
    .equipment-text {
        font-size: 18px;
        line-height: 22px;
    }
    .stages .wrapper {
        max-width: 90%;
    }
    .edge .wrapper {
        max-width: 100%;
    }
    .cleaning-from--item {
        max-width: 100%;
        width: 100%;
    }
    .cleaning-products .wrapper {
        max-width: 100%;
    }
    .equipment-img {
        display: flex;
        justify-content: center;
        align-items: center;
        max-width: 100%;
        max-height: 290px;
    }
    .equipment-right img {
        max-height: 100%;
        max-width: 100%;
    }
    .equipment-right {
        max-height: 290px;
    }
}

@media screen and (max-width: 360px) {
    .mh-btns--btn.blue {
        font-size: 14px;
    }
}