.mob_block {
    display: none !important;
}
body,
html {
    overflow-x: hidden;
}

@media screen and (min-width: 1400px) {
    html {
        font-size: 16px !important;
    }
}
@media screen and (max-width: 1400px) and (min-width: 1300px) {
    html {
        font-size: 15px !important;
    }
}
@media screen and (max-width: 1300px) and (min-width: 1200px) {
    html {
        font-size: 14px !important;
    }
}
@media screen and (max-width: 1200px) and (min-width: 1100px) {
    html {
        font-size: 13px !important;
    }
}
@media screen and (max-width: 1100px) and (min-width: 1050px) {
    html {
        font-size: 12px !important;
    }
}
@media screen and (max-width: 1050px) and (min-width: 992px) {
    html {
        font-size: 11px !important;
    }
}

@media screen and (min-width: 992px) {
    .site-header{
        transition: all 0.35s;
    }
    .site-header.shadow{
        top: -5.3rem;
    }
}

@media screen and (max-width: 992px) {
    .fancybox-slide--iframe .fancybox-content {
        width: 95%;
        height: auto;
    }
    .mob_full {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .mob_none {
        display: none !important;
    }
    .mob_block {
        display: block !important;
    }
    .burger.mob_block {
        display: flex !important;
    }
    .container {
        width: 100%;
        padding: 0 15px;
    }
    .lil-container {
        width: 100%;
        padding: 0 15px;
    }
    .search--show {
        margin-right: 1.5rem;
    }
    .btn {
        min-height: unset;
        height: 3.5rem;
        width: 100%;
    }
    .btn.big-width {
        width: 100%;
    }
    .top-plce {
        margin-top: 6rem;
    }
    .header-contacts {
        display: none;
    }
    .header-top-inner {
        justify-content: space-between;
    }

    .hero-section {
        min-height: unset;
    }
    .hero-inner {
        flex-direction: column;
        align-items: flex-start;
        gap: 2rem;
        padding: 2rem 0;
    }
    .hero-left {
        max-width: 100%;
    }
    .hero-left .section-title {
        font-size: 1.8rem;
    }
    .section-title.big {
        font-size: 1.8rem;
    }
    .section-title {
        font-size: 1.8rem;
    }
    .hero-btns {
        flex-direction: column;
        gap: 1rem;
    }
    .hero-kaspi {
        height: 7rem;
        width: 15rem;
    }
    .about-wrap {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    .main .about-wrap {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    .about-text.big {
        width: 100%;
    }
    .about-right {
        flex-direction: column;
        gap: 1rem;
    }
    .about-right-imgs {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        width: 100%;
    }
    .about-img.big {
        position: unset;
        z-index: unset;
        transform: unset;
        width: auto;
        height: 29rem;
    }
    .about-img.lil {
        position: absolute;
        width: auto;
        left: 0;
        height: 20rem;
    }
    .about-img.big.zh {
        top: unset;
        transform: unset;
        height: 27rem;
        width: 90%;
        object-fit: cover;
    }
    .about-img.big.zh.single {
        top: unset;
        transform: unset;
        height: 27rem;
        width: 100%;
        object-fit: cover;
    }
    .about-img.lil.zh {
        position: absolute;
        width: auto;
        left: 0;
        height: 19rem;
    }
    .about-card {
        width: 100%;
        padding: 1.15rem;
    }
    .about-card-title {
        margin-bottom: 0.5rem;
        font-size: 1.35rem;
    }
    .services-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    .service-img-wrap {
        height: 20rem;
    }
    .why-grid {
        grid-template-columns: 1fr;
    }
    .why-photo {
        height: 17rem;
    }
    .why-card {
        min-height: 16rem;
        justify-content: space-between;
    }
    .steps-top .btn {
        width: 100%;
    }
    .steps-cards {
        grid-template-columns: 1fr;
    }
    .steps-section .steps-inner {
        gap: 2.5rem;
    }
    .steps-num {
        font-size: 3.25rem;
        margin-bottom: 2rem;
    }
    .steps-oyu {
        display: none;
    }
    .steps-overlay {
        background: linear-gradient(
            90deg,
            rgba(39, 153, 179, 0.92) 0%,
            rgba(39, 153, 179, 0.75) 5%,
            rgba(39, 153, 179, 0.2) 30%,
            rgba(39, 153, 179, 0) 100%
        );
    }
    .cases-head {
        flex-direction: column;
        align-items: flex-start;
        gap: 1.25rem;
    }
    .cases-slide {
        flex-direction: column-reverse !important;
        gap: 1.5rem;
    }
    .cases-photos {
        width: 100%;
        gap: 0.65rem;
        flex-direction: column;
    }
    .cases-photo-wrap img {
        height: 25rem;
    }
    .service-arrow-btn {
        height: 3.65rem;
        width: 4.65rem;
    }
    .promo-content {
        max-width: unset;
        width: 100%;
    }
    .promo-section {
        height: unset;
    }
    .promo-list {
        gap: 0.65rem;
    }
    .promo-back {
        width: unset;
    }
    .reviews-head {
        flex-direction: column;
        align-items: flex-start;
        gap: 1.5rem;
    }
    .reviews-nav {
        justify-content: center;
        align-items: center;
        width: 100%;
        gap: 1.5rem;
    }
    .calc-wrap {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    .calc-img {
        height: auto;
        width: 100%;
    }
    .calc-row {
        grid-template-columns: 1fr;
    }
    .calc-submit-wrap .btn {
        width: 100%;
    }
    .contacts-wrap {
        grid-template-columns: 1fr;
    }
    .contacts-map {
        min-height: 26rem;
    }
    .contacts-socials svg {
        width: 2.25rem;
        height: 2.25rem;
    }
    .contacts-left {
        padding: 1.25rem;
    }
    .faq-question {
        gap: 2.5rem;
    }
    .footer-inner {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    .footer-logo {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 1rem;
    }
    .footer-phone-btn {
        width: unset;
    }
    .footer-phone-input {
        height: 3.5rem;
    }
    .footer-right {
        flex-direction: column;
        gap: 2rem;
    }
    .footer-contacts,
    .footer-nav {
        gap: 2rem;
    }
    .footer-form-wrap {
        flex-direction: column-reverse;
    }
    .footer-phone-form {
        margin-bottom: unset;
        margin-top: 2rem;
    }
    .footer-menu-title {
        margin-bottom: 2rem;
    }
    .footer-bottom-inner {
        flex-direction: column;
        justify-content: center;
        gap: 2rem;
    }
    .about-wrap.second {
        grid-template-columns: 1fr;
        gap: 2.25rem;
    }
    .second-ab-img {
        height: 19rem;
    }
    .srv-list-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    .srv-list-img-wrap {
        height: 18rem;
    }
    .price-row {
        flex-direction: column;
        align-items: flex-start;
        gap: 1.25rem;
    }
    .price-list {
        padding: 0 1.25rem;
        padding-top: 1.25rem;
    }
    .price-foot {
        padding: 1.5rem 1.25rem;
    }
    .case-photos {
        grid-template-columns: 1fr;
    }
    .case-photo-wrap img {
        height: 26rem;
    }
    .btn.mid-width {
        width: 100%;
    }
    .pricelist-filters{
        gap: 1rem;
    }
    .pricelist-row {
        flex-direction: column;
        align-items: flex-start;
        gap: 1.5rem;
    }
    .pricelist-filter{
        padding: .7rem 1.15rem;
    }
    .pricelist-price {
        text-align: left;
    }
    .page-hero{
        min-height: 18rem;
        align-items: flex-end;
    }
    .page-hero-inner{
        gap: 1.7rem;
        padding-top: 3rem;
        padding-bottom: 2rem;
    }
    .modal .modal__block{
        width: 95%;
        padding: 3rem 15px;
    }
    .breadcrumps {
        font-size: 1rem;
    }
    .lil-breadcrumps {
        padding-top: 1rem;
        margin-bottom: 2rem;
    }
}
@media screen and (max-width: 550px) {
    body {
        font-size: 1.2rem;
    }
}
