.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) {
    .service-card-img{
        width: 100%;
        height: 100%;
    }
    .mob_helper {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 50%;
        height: 100%;
    }
    .price-name,
    .price-value {
        color: #273074;
        font-size: 1.25rem;
        font-weight: 700;
        background: linear-gradient(180deg, #e6effe 0%, #bfd7f6 100%);
        border-radius: 1rem;
        padding: 0 1.5rem;
        height: 4rem;
        display: flex;
        align-items: center;
    }
    .price-name {
        flex: 1;
    }
    .price-value {
        width: 17.75rem;
        justify-content: center;
    }
    header{
        transition: all 0.35s;
    }
    .logo img {
        transition: all 0.25s ease-in;
    }
    header.shadow .logo img{
        height: 4rem;
    }

    .news-photo{
        z-index: 2;
        transition: all 0.5s ease-in;
    }
    .news-info{
        transition: all 0.5s ease-in-out;
    }
    .news-card:hover .news-photo {
        bottom: calc(100% - 11.5rem);
    }
    .news-card:hover .news-info {
        top: 13rem;
    }

    .news-card:hover .news-date,
    .news-card:hover .news-title,
    .news-card:hover .news-desc {
        color: #fff;
    }

}

@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;
    }
    .btn {
        width: 100%;
        height: 3.5rem;
        font-size: 1.13rem;
    }
    .btn.lil-width,
    .brn.mid-width,
    .btn.big-width {
        width: 100%;
    }
    .hero-btns .btn {
        width: 100%;
    }
    .head-nav {
        display: none;
    }
    .site-header {
        top: unset;
    }
    .hero-inner {
        flex-direction: column;
        padding-top: 4rem;
        gap: 2rem;
    }
    .hero-left {
        width: unset;
    }
    .section-title {
        font-size: 1.75rem;
    }
    .section-title.big {
        font-size: 1.75rem;
    }
    .promo-title {
        font-size: 1.75rem;
    }
    .hero-btns {
        flex-direction: column;
    }
    .logo img {
        height: 4.25rem;
    }
    .header-inner {
        padding: 0.65rem 0;
    }
    .hero-kaspi {
        right: 15px;
        width: 10.5rem;
        height: 9.25rem;
        bottom: 2.5rem;
    }
    .hero-cat {
        width: 100%;
        height: unset;
    }
    .hero-right-back {
        width: 37rem;
        height: 26rem;
        right: -0.5rem;
    }
    .why-inner {
        grid-template-columns: 1fr;
    }
    .why-item-desc {
        font-size: unset;
    }
    .why-item {
        flex-direction: column-reverse;
        gap: 1.5rem;
        padding: 1.25rem;
    }
    .why-item-icon {
        display: none;
    }
    .why-item-title {
        font-size: 1.25rem;
    }
    .promo-title br {
        display: none;
    }
    .promo-content {
        width: unset;
        gap: 1.5rem;
    }
    .promo-inner {
        padding: 1.5rem;
    }
    .service-card-img,
    .service-card-content {
        width: 100%;
    }
    .service-card-img {
        height: 17rem;
    }
    .services-head-row {
        flex-direction: column;
    }
    .service-card {
        padding: 1rem;
        flex-direction: column-reverse;
    }
    .service-card-btns {
        flex-direction: column;
        gap: 1rem;
        margin-top: 1.65rem;
    }
    .service-card-title {
        margin-bottom: 1rem;
    }
    .about-inner {
        flex-direction: column;
        gap: 2rem;
    }
    .about-media {
        position: static;
        width: 100%;
        height: auto;
        display: flex;
        flex-wrap: wrap;
        gap: 1rem;
        flex: unset;
    }
    .about-media-big,
    .about-media-small {
        position: static;
        width: calc(50% - 0.5rem);
        height: 11rem;
        border-radius: 1.05rem;
    }
    .about-media-small {
        padding: 0;
    }
    .about-badge {
        position: static;
        width: 100%;
        flex-direction: column;
    }
    .ab-btn .btn {
        width: 100%;
    }
    .advantages-grid {
        grid-template-columns: 1fr;
    }
    .advantage-card {
        height: auto;
        padding: 1rem;
        border-radius: 1rem;
        gap: 3rem;
    }
    .advantages-col-img {
        height: 23rem;
    }
    .advantages-col-img img {
        object-fit: cover;
        object-position: center;
        height: 100%;
    }
    .advantage-card-icon {
        width: 3rem;
        height: 3rem;
    }
    .advantage-card-icon img {
        height: 1.75rem;
        width: 1.75rem;
    }
    .advantages-photo {
        display: none;
    }
    .steps-inner {
        grid-template-columns: 1fr;
    }

    .steps-media-small {
        height: 11.4rem;
    }
    .news-nav{
        justify-content: center;
        margin-top: 1.5rem;
    }
    .news-arrow, .reviews-arrow {
        background: linear-gradient(90deg, #0e8ad1 -77.5%, #079bd2 10.4%, #2c6bba 100%);
        color: white;
    }
    .reviews-nav{
        justify-content: center;
        margin-top: 1.5rem;
    }
    .steps-grid {
        grid-template-columns: 1fr;
        gap: 1.65rem;
    }
    .steps-card {
        padding: 1.25rem;
    }
    .step-desc br {
        display: none;
    }
    .news-head {
        flex-direction: column;
        align-items: center;
    }
    .news-date {
        font-size: unset;
    }
    .contact-inner {
        display: flex;
        flex-direction: column-reverse;
    }
    .contact-social {
        flex-direction: column;
        margin-top: 1.65rem;
        align-items: flex-start;
    }
    .contact-social .btn {
        width: 100%;
    }
    .btn.btn-icon2 {
        justify-content: center;
    }
    .contact-form-bottom {
        flex-direction: column;
    }
    .contact-input,
    .contact-textarea {
        font-size: 1.13rem;
        padding: 1.25rem;
    }
    .contact-textarea {
        height: 4rem;
    }
    .contact-lead br,
    .contact-consent br {
        display: none;
    }
    .contact-swoosh {
        top: -2rem;
        right: 1rem;
        width: 14rem;
        height: 6rem;
    }
    .contact-photo {
        height: 18rem;
        margin-top: 1.65rem;
    }

    .reviews-inner {
        min-height: unset;
    }
    .reviews-sidebar {
        position: static;
        width: 100%;
        background: none;
        padding-right: 0;
        pointer-events: auto;
        margin-bottom: 2rem;
    }
    .reviews-nav {
        margin-top: 1.5rem;
    }
    .contacts-map {
        height: 18rem;
    }
    .contacts-grid {
        grid-template-columns: 1fr;
    }
    .faq-item {
        padding: 1rem;
    }
    .faq-toggle {
        width: 2.65rem;
        height: 2.65rem;
    }
    .faq-head {
        align-items: flex-start;
    }

    .footer-top {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    .footer-services-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    .footer-links {
        gap: 1.25rem;
    }
    .footer-contacts {
        grid-template-columns: 1fr;
        gap: 1.25rem;
        margin-top: 2rem;
    }
    .footer-bottom {
        flex-direction: column;
        align-items: flex-start;
        gap: 1.25rem;
    }
    .about-text {
        grid-template-columns: 1fr;
    }

    .gallery-photo-top {
        height: 18rem;
    }
    .gallery-marquee-item {
        font-size: 1.2rem;
    }
    .gallery-marquee-star {
        width: 2.5rem;
        height: 2.6rem;
    }
    .gallery-marquee-track {
        gap: 1.5rem;
    }
    .gallery-photos-row {
        gap: 0.6rem;
    }
    .gallery-photo {
        height: 6.9rem;
        border-radius: 0.8rem;
    }
    .gallery-quote-swoosh {
        width: 100%;
        height: 39rem;
        top: -13rem;
        left: 0;
    }
    .gallery-quote-text {
        font-size: 1.35rem;
    }
    .quote-box {
        width: 100%;
        height: auto;
        min-height: 12rem;
    }
    .stats-section {
        margin: 0 15px;
        margin-bottom: 3.5rem;
        height: unset;
        padding: 3rem 0;
    }
    .stats-grid {
        grid-template-columns: 1fr;
    }
    .stats-leaves-right {
        right: -16rem;
        bottom: -8.5rem;
    }
    .stats-leaves-left {
        left: -8.65rem;
        top: -6.65rem;
    }
    .stat-number {
        font-size: 3rem;
    }
    .services-hero-inner {
        flex-direction: column;
        gap: 0.4rem;
    }
    .services-hero-content {
        width: 100%;
    }
    .services-hero-desc {
        margin-top: 1rem;
    }
    .services-hero-media {
        width: 100%;
        height: auto;
        display: flex;
        gap: 0.6rem;
    }
    .services-hero-media-big,
    .services-hero-media-small {
        position: static;
        width: 100%;
        height: 10rem;
        border-radius: 1rem;
    }

    .services-hero-media-small {
        padding: 0;
    }
    .service-card.rem-pad .service-card-content {
        padding: 1.25rem;
        padding-bottom: 1.5rem;
    }
    .service-card.rem-pad .service-card-img img {
        border-radius: 1.25rem 1.25rem 0 0;
    }
    .whatsin-grid {
        grid-template-columns: 1fr;
    }

    .prices-head {
        flex-direction: column;
        align-items: flex-start;
        gap: 1.25rem;
    }
    .price-row {
        flex-direction: column;
        justify-content: center;
        text-align: center;
        color: #273074;
        font-size: 1.25rem;
        font-weight: 700;
        background: linear-gradient(180deg, #e6effe 0%, #bfd7f6 100%);
        border-radius: 1rem;
        height: auto;
        display: flex;
        align-items: center;
        gap: 0.5rem;
        padding: 1.2rem 0.7rem;
    }
    .oso-left {
        gap: 1rem;
    }
    .prices-download-wrap .btn {
        width: 100%;
    }
    .price-value {
        width: 100%;
    }

    .prices-list {
        gap: 1.65rem;
    }
    .important-inner {
        grid-template-columns: 1fr;
    }
    .important-photo-overlay {
        padding: 1.25rem;
    }
    .important-photo {
        height: 23rem;
    }
    .oso-grid {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    .oso-img {
        height: auto;
    }
    .oso-right .btn {
        width: 100%;
    }
    .oso-grid.oso-grid2 {
        gap: 1rem;
    }
    .filters-tabs {
        display: none;
    }
    .btn.navy {
        background: #273074!important;
        color: #fff!important;
    }
    .mob_cats_toggle{
        justify-content: space-between;
    }
    .mob_cats_toggle i{
        transition: all 0.35s;
    }
    .mob_cats_toggle.active i{
        transform: rotate(-180deg);
    }
    .mob_cats_toggle span{
        width: 90%;
        overflow: hidden;
        white-space: nowrap;
    }
    .filters-tab {
        padding: 0 0.7rem;
        border: 1px solid;
        font-size: 1rem;
        height: 3.5rem;
        display: flex;
        align-items: center;
        min-width: 4.4rem;
        justify-content: center;
        text-align: center;
        width: 100%;
        margin-top: 0.5rem;
    }
    .second-content {
        width: 100%;
        padding: 1.35rem 1rem;
        gap: 1.25rem;
    }
    .second-content .btn.btn-icon1 {
        width: 100%;
    }
    .post-photo {
        height: 22rem;
    }
    .post-inner{
        width: unset;
    }
    .grid-4{
        grid-template-columns: 1fr;
    }
    .page-link{
        flex-wrap: wrap;
    }
    .service-card-title {
        margin-bottom: 1rem;
        line-height: 1.1;
        font-size: 1.7rem;
        margin-top: 1rem;
    }
    .service-card{
        justify-content: space-between;
    }
    .slick-slide .service-card-desc.mob_block{
        display: -webkit-box!important;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4; /* Жол саны */
        overflow: hidden;
    }
    .services-slider .service-card {
        gap: 0;
    }
    .steps-media-big {
        height: 13.8rem;
    }
    .footer-logo img {
        height: 6rem;
        margin: 0 auto;
        display: block;
    }
    .footer_contacts_row{
        gap: 1rem;
    }
    header {
        background: #f7f7f7;
    }
    .stats-leaves-left {
        left: -8.65rem;
        top: -6.65rem;
        width: 22rem;
        height: auto;
    }
    .stats-leaves-right {
        right: -5rem;
        bottom: 3rem;
        height: auto;
        width: 14rem;
    }
    .price-name{
        font-size: 1.1rem;
    }
}
@media screen and (max-width: 550px) {
    body {
        font-size: 1.13rem;
    }
}
