<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
    position: relative;
    outline: none;
}

img {
    max-width: 100%;
    max-height: 100%;
}

a,
label {
    -webkit-tap-highlight-color: transparent;
}

input[type=submit],
input[type=text],
input[type=search],
textarea,
button[type=button] {
    -webkit-appearance: none;
    border-radius: 0;
    cursor: pointer;
}

html, body {
    height: 100%;
    padding: 0;
    margin: 0;
    min-width: 320px;
}

@media screen and (max-width: 1340px) {
    .works-slider {
        width: calc(100% - 150px);
        height: auto;
    }

    .works-control {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .works-control__left, .works-control__right {
        left: unset;
    }
    .services._inner{
        margin: 0;
    }
    .table-scroll {
        max-width: 100%;
        overflow: auto;
    }
}

@media screen and (max-width: 1080px) {
    .container {
        padding: 0 20px;
    }

    .slider__info {
        margin-top: 351px;
    }

    .header-phones {
        flex-direction: column;
        align-items: flex-start;
    }

    .header-phones__phone:first-child:after {
        display: none;
    }

    .header-phones__phone {
        margin-bottom: 10px;
    }


    .footer {
        padding: 40px 0;
    }

    .works-control {
        left: 50%;
        transform: translateX(-50%);
    }
    .content p {
        margin-bottom: 5px;
        line-height: normal;
    }
}

@media screen and (max-width: 980px) {
    .burger-menu {
        display: block;
    }

    .header-wrap {
        flex-direction: column;
    }

    .header {
        margin-top: 0;
        height: auto;
    }

    .header__logo {
        margin-top: 0;
        width: 80px;
        margin-right: 0;
        margin-bottom: 15px;
    }

    .header__logo:before {
        display: none;
    }

    .header-phones {
        margin-left: 0;
    }

    .header-menu {
        position: fixed;
        width: 100vw;
        height: 100vh;
        top: 0;
        left: 100%;
        transition: all .4s;
        background: white;
        z-index: 150;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .header-menu_open {
        left: 0;
    }

    .header-menu__link {
        margin-right: 0;
        background: #3c3a39;
        width: 200px;
        padding: 15px 25px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 25px;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
        overflow: hidden;
    }

    .header-menu__link &gt; * {
        z-index: 4;
    }

    .header-menu__sublink {
        width: 100%;
        height: 100%;
        background: #3c3a39;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 10px 25px;
        overflow: hidden;
        font-size: 14px;
    }

    .header-menu__sublink &gt; * {
        z-index: 5;
    }

    .header-menu__link::before, .header-menu__sublink::before {
        content: attr(title);
        position: absolute;
        z-index: 3;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: #cb7b5e;
        transform: translateX(-100%);
        display: flex;
        justify-content: center;
        align-items: center;
        color: white;
    }

    .header-menu__link:hover::before, .header-menu__sublink:hover::before {
        transform: translateX(0);
    }


    .header-menu__item {
        margin-right: 0;
    }

    .header-menu__item:hover .header-submenu, .header-menu__item_open .header-submenu {
        position: relative;
        transform: unset;
        top: 0;
        padding: 0;
        margin-bottom: 20px;
        display: block;
    }

    .header-menu__sublink:after {
        position: absolute;
        margin: 0;
        bottom: -10px;
        left: 50%;
        transform: translateX(-50%);
    }


    .header-menu__subitem {
        margin-bottom: 10px;
    }

    .header-menu__subitem:last-child {
        margin-bottom: 0;
    }
    .services {
        color: #cb7b5e;
        padding-top: 40px;
    }

    .services__link-text:before, .services__link-text:after {
        background-color: #cb7b5e;
    }

    .services__item {
        width: calc(50% - 10px);
    }

    .services-wrap {
        max-width: 100%;
    }

    .services__images {
        margin-bottom: 15px;
    }
    .footer-menu {
        display: none;
    }

    .footer-phones {
        width: 100%;
        flex-direction: column;
    }

    .footer-phones__phone:first-child:after {
        display: none;
    }

    .footer-phones__phone {
        margin-bottom: 10px;
    }
    .works-control{
        padding: 0 20px;
    }
    .contacts {
        flex-direction: column;
    }

    .contacts__item {
        width: 100%!important;
        margin: 5px 0!important;
    }
    .works-item {
        width: calc(25% - 20px);
    }
    .works{
        padding-top: 20px;
    }

}
@media screen and (max-width: 560px) {
    .slider__title {
        font-size: 32px;
    }

    .slider__intro {
        font-size: 24px;
    }

    .slider {
        height: 350px;
    }

    .slider__info {
        margin-top: 0;
    }

    .slider__slide {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
    }

    .footer-info {
        flex-direction: column;
        align-items: center;
    }
    .works-item {
        width: calc(33% - 20px);
    }
}

@media screen and (max-width: 480px){
    .slider {
        height: 250px;
    }

    .slider__title {
        font-size: 22px;
    }

    .slider__intro {
        font-size: 16px;
    }

    .slider__link {
        font-size: 12px;
    }

    .services__title {
        font-size: 22px;
        margin-bottom: 15px;
    }

    .works {
        padding-top: 20px;
    }

    .works__title {
        font-size: 22px;
        margin-bottom: 15px;
    }

    .works-slider {
        margin-bottom: 25px;
    }

    .works__more {
        margin-bottom: 40px;
    }

    .services__link-text:before, .services__link-text:after {
        display: none;
    }
    .footer-info__dial-link {
        flex-direction: column;
    }
}
</pre></body></html>