.container {
    max-width: 980px !important;
}

.header__top {
    height: 75px !important;
}

.header__tel {
    font-size: 16px !important;
    line-height: normal;
}

.header__tel .icon.icon-phone {
    font-size: 19px !important;
}

.header__tel .icon.icon-caret-down {
    font-size: 6px !important;
}

.header__bottom {
    height: 40px !important;
}

.header__link {
    font-size: 12px;
    font-weight: 700 !important;
    line-height: normal;
}

.header__link--search {
    font-size: 16px !important;
}

.breadcrumbs {
    padding-top: 34px !important;
}

.mainSlider__caption {
    margin-top: 37px !important;
}

.mainSlider__caption--banner {
    font-size: 30px !important;
    line-height: normal !important;
    padding-top: 18px !important;
    padding-bottom: 14px !important;
    padding-right: 7px !important;
}

.mainSlider__caption--banner:before {
    right: -70px !important;
    top: 0;
    -webkit-transform: skewX(346deg) !important;
    -ms-transform: skewX(346deg) !important;
    transform: skewX(346deg) !important;
    width: 28px !important;
}

.mainSlider__inner:after {
    -webkit-clip-path: polygon(0 0, 100% 0, 0 130px, 0 100%) !important;
    clip-path: polygon(0 0, 100% 0, 0 130px, 0 100%) !important;
    margin-left: -2px !important;
}

.scroll-down {
    height: 49px !important;
    width: 49px !important;
    margin: -22px auto 0 !important;
}

.scroll-down:not(.scroll-down--orange) {
    background-color: #5d5d5d !important;
}

.scroll-down [class*=" icon-"] {
    font-size: 16px;
    font-weight: 700;
}

.about__wrapper {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-top: 10px !important;
    font-size: 15px !important;
    line-height: 170% !important;
}

.about__wrapper>*+* {
    margin: 0 !important;
}

.footer-offset+.footer {
    margin-top: 20px !important;
}

.footer__top {
    padding: 30px 0 !important;
    grid-gap: 20px !important;
}

.footer__item+* {
    margin-top: 12px !important;
}

.footer__icon {
    margin-right: 10px !important;
}

.footer__title {
    font-weight: 700 !important;
}

.footer__title+* {
    margin-top: 12px !important;
}

.footer__bottom {
    border-top: 1px solid #fff !important;
    color: #fff !important;
}

.footer__bottom-item--link {
    color: #fff !important;
}

.bottom_dropdown_title {
    margin-bottom: 0 !important;
}

.bottom_dropdown_title.menu--open {
    margin-bottom: 10px !important;
}

@media screen and (min-width: 1024px) {
    .contacts .banner, .documents .banner {
        height: 400px !important;
    }
}