<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media (max-width: 1280px) {
    .container {
        padding: 0 15px;
    }
}
@media (max-width: 1120px) {
    .problems-slider__image {
        width: 100%;
        height: 210px;
    }
    .problems-slider__image img {
        width: 100%;
        object-fit: cover;
    }
    .problems-slider__text {
        padding: 5px;
    }
    .problems-text__title {
        font-size: 18px;
    }
    .problems-text__info {
        font-size: 14px;
    }
    .problems__slider__item {
        flex-direction: column;
    }
    .servies__list {
        column-count: 2;
    }
    .offer-form__img {
        right: -30%;
    }
    .btn {
        padding: 10px 30px;
    }
    .section__subtitle {
        font-size: 18px;
    }

}
    
@media (max-width: 1024px) {
    .header__logo-mob {
        display: flex;
    }
    .header-top__button {
        display: none;
    }
}

@media (max-width: 920px) {
    .header__top {
        padding: 10px 0;
    }
    header &gt; .container {
        display: none;
    }
    .header-top__nav {
        display: none;
    }
    .header-top__social {
        display: none;
    }
    .header__tel {
        display: none;
    }
    .header-hamburger {
        display: flex;
    }

    body {
        padding-top: 50px;
    }
    body.freeze {
        overflow: hidden;
    }
    .servies__list {
        column-count: 1;
    }
    .offer-form__title {
        max-width: none;
    }
    .offer-form__img {
        right: -60%;
    }
    .mobile-menu.show {
        width: 100%;
        transition: all 150ms;
        overflow-y: scroll;
    }
    .page &gt; .container {
        flex-direction: column;
    }
    .page-nav {
        max-width: 100%;
        width: 100%;
    }
    .page-nav-toggle {
        display: flex;
    }
    .page-nav__block {
        border: none;
        height: 0;
        overflow: hidden;
        transition: all .1s;
    }
    .page-nav__block.show {
        height: auto;
        border: 1px solid #fead00;

    }
}

@media (max-width: 780px) {
    .avantages__list {
        grid-template-columns: repeat(1, 1fr);
    }
    .avantages-item__title {
        font-size: 20px;
    }
    .avantages-item__info {
        font-size: 16px;
    }

}

@media (max-width: 600px) {
    .main-sec__title {
        font-size: 54px;
    }

    .footer__subtitle {
        font-size: 36px;
        line-height: 1.1;
    }
    .footer-bottom &gt; .container{
        flex-direction: column-reverse;
        gap: 30px;
    }
    .footer__btn {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 60px;
        font-size: 32px;
    }
    .footer-social img {
        width: 80px;
        height: 80px;
    }
    .footer-bottom__links {
        font-size: 18px;
    }
    .offer-form__row {
        justify-content: center;
    }
    .offer-form__input {
        width: 100%;
        height: 40px;
    }
    .offer-form__submit input {
        max-width: 100%;
    }
    .offer-form__img {
        display: none;
    }
    .offer-form__title {
        text-align: center;
    }
    .offer-form__agreement {
        flex-wrap: wrap;
        justify-content: center;
    }
    .statistic__row {
        grid-template-columns: repeat(1, 1fr);
    }
}


@media (max-width: 420px) {
    .statistic__item {
        flex-direction: column;
    }
    .statistic-item__text {
        text-align: center;
    }
    .statistic__item {
        width: 100%;
    }
}


@media (max-width: 1024px) {
    .main-sec {
        height: auto;
        padding-top: 60px;
        padding-bottom: 60px;
        overflow: visible;
    }
    .main-sec__wrapper {
        flex-direction: column;
        gap: 40px;
    }
    .main-sec__title {
        font-size: 20px;
        line-height: 1.3;
    }
    .main-sec__subtitle {
        margin: 10px 0;
        font-size: 18px;
    }
    .main-sec__btn {
        margin-top: 10px;
        padding: 11px 30px;
        font-size: 14px;
    }
    .main__form {
        margin: 0 -5px -118px;
        padding: 26px 15px;
        box-shadow: 0 2px 11px 0 #00000057;
    }
    .main-sec__title span::before {
        height: 3px;
    }
    .section__title {
        font-size: 8vw;
    }
    .section__title br {
        display: none;
    }
    .problems {
        padding-top: 100px;
    }
    .servies__list {
        padding-left: 20px;
        margin-bottom: 0;
    }
    .servies__list li {
        font-size: 16px;
        align-items: center;
    }
    .servies__list li:last-child {
        margin-bottom: 0;
    }
    .servies__list li::before {
        min-width: 20px;
        height: 20px;
    }
    .statistic__item {
        gap: 9px;
    }
}</pre></body></html>