@media (max-width: 767px) {
    header.new {
        background: #FFF;
        z-index: 199999;
    }

    header.new .box .logo {
        height: 60px;
    }

    header.new .box .logo img {
        max-height: 48px;
        max-width: 120px;
        height: auto;
    }

    header.new .box .phone::before {
        display: none;
    }

    header.new .box .phone {
        height: auto;
        padding-right: 0px;
        margin-left: auto;
    }

    header.new .box {
        gap: 12px;
    }

    header.new .box .phone a {
        height: 44px;
        padding: 0px 8px;
        font-size: 14px;
    }

    header.new .menu-but {
        display: flex;
        width: 44px;
        height: 44px;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        border-radius: 50%;
        border: 3px solid #3DDCA3;
        cursor: pointer;
        gap: 4px;
        position: relative;
        transition: all 0.25s;
    }

    header.new .menu-but.open {
        gap: 0;
    }

    header.new .menu-but span {
        display: flex;
        width: 28px;
        height: 4px;
        border-radius: 2px;
        background: #001882;
        transition: all 0.25s;
        position: absolute;
        left: 5px;
        top: 18px;
    }

    header.new .menu-but span:nth-child(1) {
        transform: translateY(-8px);
    }
    
    header.new .menu-but span:nth-child(3) {
        transform: translateY(8px);
    }
    
    header.new .menu-but.open span:nth-child(2) {
        opacity: 0;
    }

    header.new .menu-but.open span:nth-child(1) {
        transform: rotate(45deg);
    }

    header.new .menu-but.open span:nth-child(3) {
        transform: rotate(-45deg);
    }

    header.new .menu {
        display: block;
        width: 100%;
        height: calc(100vh - 60px);
        position: fixed;
        top: 60px;
        left: -105%;
        opacity: 0;
        transition: all 0.25s;
        background: #fff;
        padding: 24px 15px;
        overflow-y: auto;
    }

    header.new .menu.open {
        opacity: 1;
        left: 0;
    }

    header.new .box .menu ul#primary-menu {
        flex-direction: column;
        align-items: flex-start;
    }

    header.new .box .menu ul#primary-menu > li.menu-item-has-children > a {
        line-height: normal;
    }

    header.new .box .menu ul#primary-menu > li.menu-item-has-children {
        width: 100%;
        position: relative;
    }

    header.new .box .menu ul#primary-menu > li.menu-item-has-children .sub-menu-but {
        position: absolute;
        right: 0;
        top: 0;
        width: 20px;
        height: 20px;
        border: 1px solid #001882;
        border-radius: 3px;
        background: url('../images/menu-arrow.svg') center center no-repeat, transparent;
    }

    header.new .box .menu ul#primary-menu {
        padding-top: 24px;
    }

    header.new .box .menu ul#primary-menu li ul.sub-menu {
        opacity: 1;
        display: flex;
        position: relative;
        top: 0;
        width: 100%;
        transform: translateY(0px);
        border: 0 !important;
    }

    header.new .box .menu ul#primary-menu li.menu-item-has-children > a::after {
        display: none;
    }

    header.new .box .menu ul#primary-menu li ul.sub-menu.open {
		padding: 24px;
        visibility: visible;
	}

    .service-text {
        padding: 40px 0 10px;
    }

    .service-text .box {
        gap: 24px;
        flex-direction: column;
    }
    .text-content .but a {
        width: 100%;
    }

    .service-text .box .image {
        max-width: 100%;
        height: 380px;
    }

    .service-results {
        padding: 40px 0 10px;
    }

    .special-title .container > h2 {
        color: #FFF;
        font-family: Montserrat;
        font-size: 28px;
        font-weight: 600;
        line-height: 150%;
        text-transform: uppercase;
        height: 60px;
        width: 100%;
        min-height: 60px;
        padding: 14px 65px 14px 24px;
        width: 100%;
        height: auto;
        font-size: 24px;
    }

    .service-results .box {
        grid-template-columns: 100%;
        gap: 42px;
    }

    .special-title .container > h2::after {
        box-shadow: 2px 4px 10px rgba(46, 46, 46, 0.15);
        backdrop-filter: blur(4px);
        border-radius: 50%;
        background: url('../images/arrow-up.svg') center center no-repeat, #3DDCA3;
        content: "";
        top: 0px;
        right: 0px;
    }

    .prices-list .item .name, .prices-list .item .price {
        font-size: 16px;
    }

    .title-block .container .title h1 {
        font-size: 28px;
        margin: 0;
    }

    .title-block .container .title {
        max-width: 100%;
        padding: 24px;
        min-height: 20px;
    }

    .title-block .container .title::after {
        top: -10px;
        right: -10px;
        width: 60px;
        height: 60px;
    }

    .title-block .container .buts a:first-child, .title-block .container .buts button{
        width: 50%;
        max-width: initial;
    }

    .title-block .container .buts button{
        padding: 0 8px;
    }

    .prices-list .item {
        padding: 24px 0;
        flex-direction: column;
        gap: 16px;
    }

    .prices-list .item .price {
        font-weight: 600;
    }

    .form-block {
        margin-top: 40px;
    }

    .form-block .box {
        padding: 24px;
        flex-direction: column;
    }

    .form-block .box .text {
        gap: 16px;
    }

    .service-text.service-text3 .box:nth-child(2n) .text {
        order: 1;
    }

    .service-text.service-text3 .box:nth-child(2n) .image {
        order: 2;
    }

    footer.new {
        padding-top: 32px;
        margin-top: 40px;
    }

    footer.new .container .top .addr-info .contacts .addr p br {
        display: none;
    }

    footer.new .container .top .addr-info {
        order: 2;
    }
    
    footer.new .container .top .links {
        order: 1;
        flex-direction: column;
    }

    footer.new .container .top {
        gap: 32px;
        flex-direction: column;
    }

    footer.new .container .top .links .menu ul.sub-menu {
        margin-top: 24px;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 4px 12px;
    }

    footer.new .container .top .links .menu ul.sub-menu li {
        padding-left: 12px;
    }

    footer.new .container .top .links .menu ul.sub-menu li::before {
        left: 0px;
    }

    footer.new .container .top .links .menu ul.sub-menu li a {
        font-size: 16px;
    }

    footer.new .container .top .addr-info .contacts {
        flex-direction: column;
        gap: 16px;
    }

    footer.new .container .bottom {
        gap: 24px;
        flex-direction: column;
        margin-top: 24px;
    }

    footer.new .container .bottom .policy {
        gap: 16px;
        flex-direction: column;
        text-align: center;
    }

    footer.new .container .bottom .social {
        padding-right: 64px;
    }

    .title-block {
        min-height: 373px;
        padding-top: 60px;
        padding-bottom: 24px;
    }

    .prices-title-block .container h1 {
        font-size: 34px;
    }

    .service-prices-list {
        padding: 40px 0 10px;
    }

    .service-prices-list .accordion:not(:first-child) {
        margin-top: 16px;
    }
    
    .service-prices-list .accordion {
        flex-direction: column;
        gap: 8px;
        align-items: flex-start;
        font-size: 18px;
        position: relative;
        padding: 12px 24px;
        min-height: 56px;
        justify-content: center;
    }

    .service-prices-list .accordion::after {
        position: absolute;
        width: 32px;
        height: 32px;
        background: url('../images/arrow-up3.svg') center center / 24px auto no-repeat, #3DDCA3;
        right: 12px;
        top: 12px;
    }

    .service-prices-list .accordion span.from {
        font-size: 14px;
    }

    .service-prices-list .accordion span.from > span {
        font-size: 16px;
    }

    .service-results .box .item .imgs > div img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    footer.new .container .bottom .social::after {
        width: 200vw;
        left: -50%;
        z-index: -1;
    }





}

@media (min-width: 768px) and (max-width: 1199px) {
    header.new {
        background: #FFF;
        z-index: 199999;
    }

    header.new .box .logo {
        height: 60px;
    }

    header.new .box .logo img {
        max-height: 48px;
    }

    header.new .box .phone::before {
        display: none;
    }

    header.new .box .phone {
        height: auto;
        padding-right: 0px;
        margin-left: auto;
    }

    header.new .box {
        gap: 12px;
    }

    header.new .box .phone a {
        height: 44px;
        padding: 0px 8px;
        font-size: 14px;
    }

    header.new .menu-but {
        display: flex;
        width: 44px;
        height: 44px;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        border-radius: 50%;
        border: 3px solid #3DDCA3;
        cursor: pointer;
        gap: 4px;
        position: relative;
        transition: all 0.25s;
    }

    header.new .menu-but.open {
        gap: 0;
    }

    header.new .menu-but span {
        display: flex;
        width: 28px;
        height: 4px;
        border-radius: 2px;
        background: #001882;
        transition: all 0.25s;
        position: absolute;
        left: 5px;
        top: 18px;
    }

    header.new .menu-but span:nth-child(1) {
        transform: translateY(-8px);
    }
    
    header.new .menu-but span:nth-child(3) {
        transform: translateY(8px);
    }
    
    header.new .menu-but.open span:nth-child(2) {
        opacity: 0;
    }

    header.new .menu-but.open span:nth-child(1) {
        transform: rotate(45deg);
    }

    header.new .menu-but.open span:nth-child(3) {
        transform: rotate(-45deg);
    }

    header.new .menu {
        display: block;
        width: 100%;
        height: calc(100vh - 60px);
        position: fixed;
        top: 60px;
        left: -105%;
        opacity: 0;
        transition: all 0.25s;
        background: #fff;
        padding: 24px 15px;
        overflow-y: auto;
    }

    header.new .menu.open {
        opacity: 1;
        left: 0;
    }

    header.new .box .menu ul#primary-menu {
        flex-direction: column;
        align-items: flex-start;
    }

    header.new .box .menu ul#primary-menu > li.menu-item-has-children > a {
        line-height: normal;
    }

    header.new .box .menu ul#primary-menu > li.menu-item-has-children {
        width: 100%;
        position: relative;
    }

    header.new .box .menu ul#primary-menu > li.menu-item-has-children .sub-menu-but {
        position: absolute;
        right: 0;
        top: 0;
        width: 20px;
        height: 20px;
        border: 1px solid #001882;
        border-radius: 3px;
        background: url('../images/menu-arrow.svg') center center no-repeat, transparent;
    }

    header.new .box .menu ul#primary-menu > li:first-child {
        padding-top: 24px;
    }

    header.new .box .menu ul#primary-menu li ul.sub-menu {
        opacity: 1;
        display: flex;
        position: relative;
        top: 0;
        width: 100%;
        transform: translateY(0px);
    }

    header.new .box .menu ul#primary-menu li.menu-item-has-children > a::after {
        display: none;
    }

    header.new .box .menu ul#primary-menu li ul.sub-menu.open {
		padding: 24px;
	}

    .service-text {
        padding: 40px 0 10px;
    }

    .service-text .box {
        gap: 24px;
        flex-direction: column;
    }
    .text-content .but a {
        width: 100%;
    }

    .service-text .box .image {
        max-width: 100%;
        height: 380px;
    }

    .service-results {
        padding: 40px 0 10px;
    }

    .special-title .container > h2 {
        color: #FFF;
        font-family: Montserrat;
        font-size: 28px;
        font-weight: 600;
        line-height: 150%;
        text-transform: uppercase;
        height: 60px;
        width: 100%;
        min-height: 60px;
        padding: 14px 65px 14px 24px;
        width: 100%;
        height: auto;
        font-size: 24px;
    }

    .service-results .box {
        grid-template-columns: 100%;
        gap: 42px;
    }

    .special-title .container > h2::after {
        box-shadow: 2px 4px 10px rgba(46, 46, 46, 0.15);
        backdrop-filter: blur(4px);
        border-radius: 50%;
        background: url('../images/arrow-up.svg') center center no-repeat, #3DDCA3;
        content: "";
        top: 0px;
        right: 0px;
    }

    .prices-list .item .name, .prices-list .item .price {
        font-size: 16px;
    }

    .title-block .container .title h1 {
        font-size: 28px;
        margin: 0;
    }

    .title-block .container .title {
        max-width: 100%;
        padding: 24px;
        min-height: 20px;
    }

    .title-block .container .title::after {
        top: -10px;
        right: -10px;
        width: 60px;
        height: 60px;
    }

    .title-block .container .buts a:first-child, .title-block .container .buts button{
        width: 50%;
        max-width: initial;
    }

    .title-block .container .buts button{
        padding: 0 8px;
    }

    .prices-list .item {
        padding: 24px 0;
        flex-direction: column;
        gap: 16px;
    }

    .prices-list .item .price {
        font-weight: 600;
    }

    .form-block {
        margin-top: 40px;
    }

    .form-block .box {
        padding: 24px;
        flex-direction: column;
    }

    .form-block .box .text {
        gap: 16px;
    }

    .service-text.service-text3 .box:nth-child(2n) .text {
        order: 1;
    }

    .service-text.service-text3 .box:nth-child(2n) .image {
        order: 2;
    }

    footer.new {
        padding-top: 32px;
        margin-top: 40px;
    }

    footer.new .container .top .addr-info .contacts .addr p br {
        display: none;
    }

    footer.new .container .top .addr-info {
        order: 2;
    }
    
    footer.new .container .top .links {
        order: 1;
        flex-direction: column;
    }

    footer.new .container .top {
        gap: 32px;
        flex-direction: column;
    }

    footer.new .container .top .links .menu ul.sub-menu {
        margin-top: 24px;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 4px 12px;
    }

    footer.new .container .top .links .menu ul.sub-menu li {
        padding-left: 12px;
    }

    footer.new .container .top .links .menu ul.sub-menu li::before {
        left: 0px;
    }

    footer.new .container .top .links .menu ul.sub-menu li a {
        font-size: 16px;
    }

    footer.new .container .top .addr-info .contacts {
        flex-direction: column;
        gap: 16px;
    }

    footer.new .container .bottom {
        gap: 24px;
        flex-direction: column;
        margin-top: 24px;
    }

    footer.new .container .bottom .policy {
        gap: 16px;
        flex-direction: column;
        text-align: center;
    }

    footer.new .container .bottom .social {
        padding-right: 64px;
    }

    .title-block {
        min-height: 373px;
        padding-top: 60px;
        padding-bottom: 24px;
    }

    .prices-title-block .container h1 {
        font-size: 34px;
    }

    .service-prices-list {
        padding: 40px 0 10px;
    }

    .service-prices-list .accordion:not(:first-child) {
        margin-top: 16px;
    }
    
    .service-prices-list .accordion {
        flex-direction: column;
        gap: 8px;
        align-items: flex-start;
        font-size: 18px;
        position: relative;
        padding: 12px 24px;
        min-height: 56px;
        justify-content: center;
    }

    .service-prices-list .accordion::after {
        position: absolute;
        width: 32px;
        height: 32px;
        background: url('../images/arrow-up3.svg') center center / 24px auto no-repeat, #3DDCA3;
        right: 12px;
        top: 12px;
    }

    .service-prices-list .accordion span.from {
        font-size: 14px;
    }

    .service-prices-list .accordion span.from > span {
        font-size: 16px;
    }

    .service-results .box .item .imgs > div img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }


}