

/* Start:/contacts/style.css?17754902821191*/
.hero-inner {
    position: relative;
    background-image: url(/contacts/img/hero-img.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}

.hero-inner__content {
    padding: 329px 0 121px 0;
}

.grey-block {
    background-color: var(--surface-alt);
    padding: 70px 0;
}

.hero__btn {
    margin-top: 50px;
}


.contacts-block {
    background-color: #F6F6F6;
    padding: 30px 0;
    margin: 60px 0;
    border-radius: 24px;
}

.contacts-block > .row {
    padding: 0 40px;
}

.contacts-block hr {
    height: 1px;
    background-color: #D6D6D6;
    border: 0;
    margin: 20px 0 25px 0;
}
.btn-small.btn-contact-path {
    display: inline-flex;
}

.win-detail-location {
    max-width: 370px;
}

@media (max-width: 1199px) {
    .btn-contact-path {
        display: flex;
        margin-top: 30px;
    }
}

@media (max-width: 390px) {
    .hero-inner {
        background-image: url(/contacts/img/hero-img-mobile.jpg);
    }

    .hero__btn {
        margin-top: 36px;
    }

    .hero-inner__content {
        padding: 331px 0 40px 0;
        display: flex;
        flex-direction: column;
        align-items: center;

    }
}


/* End */
/* /contacts/style.css?17754902821191 */
