/*   
Theme Name: IHC
Author: APO
Version: 1.0
*/
.pagination span.active {
	z-index: 3;
    color: #fff;
    background-color: #1e1eff;
    border-color: #1e1eff;
}
p.h-hero__description-text {
    text-indent: 0;
}
.grecaptcha-badge { 
    visibility: hidden; 
}
form textarea {
    resize: none;
}
@media only screen and (max-width: 767px) {
    .h-about__description-text, .h-expertise__description-text {
        font-size: 26px;
    }
    html[dir=rtl] .nav__footer-item {
        padding: 24px 36px;
        margin-left: 0;
    }
    html[dir=rtl] .nav__lang {
        margin-right: 15px;
    }
    html[dir=rtl] .nav__item:before {
        padding-left: 17px;
        padding-right: 0;
    }
    html[dir=rtl] .nav__auth {
        padding-right: 0;
    }
    header.header--menu {
        background-color: #1e1eff;
    }
}
@media (min-width: 992px) {
    .contacts__map {
        min-height: 1000px;
    }
}