/*Увеличили отступ сверху, так как изменился заголовок по высоте*/
.header-main {
    padding-top: 206px;
}
@media (min-width: 992px) and (max-width: 1400px) {
.header-main {
    padding-top: 160px;
}
}
@media (max-width: 991px) {
.header-main {
    padding-top: 130px;
}
}
@media (max-width: 767px) {
.header-main {
    padding-top: 100px;
}
}

.footer__menu {
    max-width: 540px;
}
.footer__menu ul {
    column-count: 2;
    display: block;
}


.single-news__text h2, .single-news__text h3 {
    margin-top: 32px;
}
.text-block p {
    margin-bottom: 20px;
}

.text-block li a {
    display: contents;
    color: #a6874c;
}
.header-fixed_fixed .logo img {
    width: 70px;
    height: 70px;
}
.contact__form .ajax_form .error,
.callback-2 .ajax_form .error {
    color: #fff !important;
}
.footer__logo img {
    margin-top: -15px;
}
@media (max-width: 1500px) {
.footer__logo img {
    margin-top: -12px;
}
.video-wrapper iframe {
    max-width: 410px;
}
}
@media (max-width: 1400px) {
.video-wrapper iframe {
    max-width: 360px;
    height: 202px;
}
}
@media (max-width: 1200px) {
    .video-wrapper iframe {
        max-width: 300px;
        height: 170px;
    }
}
@media (max-width: 991px) {
    .video-wrapper iframe {
        max-width: unset;
        width: 100%;
        height: 400px;
    }
}
@media (max-width: 767px) {
.footer__logo img {
    margin-top: 0px;
}
}
@media (max-width: 660px) {
    .video-wrapper iframe {
        height: 340px;
    }
}
@media (max-width: 525px) {
    .video-wrapper iframe {
        height: 268px;
    }
}

.section-bottom.news {
    padding-top: 40px;
}

.section-bottom.contact {
    padding-bottom: 0;
}
.map-wrapper.contact__map {
    background-image: url(/assets/img/header/1.webp);
    background-size: contain;
}
.contact__left {
    padding-bottom: 40px;
}
@media (max-width: 991px) {
    .contact-wrapper {
        grid-template-columns: 1fr;
    }
    .map-wrapper.contact__map {
        background-image: none;
        min-height: unset;
    }
}















