.intro__title, 
.intro__title h1, 
.intro__title h2, 
.intro__title h3 {
    line-height: normal !important;
}
@media (max-width: 992px) {
    .intro__title, 
    .intro__title h1, 
    .intro__title h2, 
    .intro__title h3 {
        font-size: 2rem !important;
    }
}

.ind-block {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}

.header__menu .bx-nav-1-lvl > a:before,
.header__menu .bx-nav-1-lvl > a:hover:before {
    content: unset !important;
}
.header__menu .bx-nav-1-lvl > a::after {
    content: "";
    position: absolute;
    opacity: 0;
    display: block;
    height: 5px;
    background: #266362;
    bottom: 15px;
    left: 0;
    right: 0;
    -webkit-transition: opacity 0.4s ease;
    -o-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
}
.header__menu .bx-nav-1-lvl > a:hover::after {
    opacity: 1;
}
.header__menu ul[data-overflow-nav] .bx-nav-1-lvl > a::after {
    bottom: 0px;
}

@media screen and (min-width: 1221px) {
    .intro__pros {
        grid: none / repeat(4, 1fr) !important;
    }
}

.sectionitems__text {
    min-height: auto !important;
}

@media screen and (max-width: 767px) {
    .footer__col-hide.footer__col-name:before {
        content: none !important;
    }
    .footer__col-hide.footer__col, 
    .footer__col-hide.footer__col:nth-of-type(1), 
    .footer__col-hide.footer__col:nth-of-type(2), 
    .footer__col-hide.footer__col {
        border-bottom: unset !important;
    }
}

.intro__item {
    min-height: auto !important;
    padding-bottom: 50px;
}

.business-up {
    margin-top: 20px;
    margin-left: 20px;
}
@media screen and (max-width: 767px) {
    .business-up {
        margin: auto;
        margin-top: 20px;
    }
}

.wrap__logo {
    max-width: 16rem !important;
}