/*   
Theme Name: ConstructorTheme
Theme URI: https://ta1as.ru
Author: ta1as
Author URI: http://ta1as.ru
Details URI: https://ta1as.ru/ConstructorTheme.html
Version: 1.0.8
*/

.admin-bar .fixed-top {
    top: 32px;
}
.cta-select .form-control {
    height: 100%;
}
.select-menu-wrap {
    display: none;
}
.cta2-c2-img {
    height: auto;
}
.slider-bottom-img {
    width: max-content !important;
}

@media (max-width: 992px) {
    .container > h2 {
        line-height: 120%;
    }
}
@media (max-width: 767px) {
    .select-menu-wrap {
        display: block;
    }
    .hero-wrapper-right img,
    .why-us-right-img .why-us-img-right,
    .wp-block-image img {
        height: auto;
    }
    .admin-bar .fixed-top {
        top: 0;
    }
    .cta-btn-select .cta-select {
        width: 100%;
    }
}