.mob_block {
    display: none !important;
}
body,
html {
    overflow-x: hidden;
}
.foot-mob {
    display: none;
}

@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) {
}

@media screen and (max-width: 992px) {
    body {
        /* padding-top: 4.8rem; */
    }
    .top-box {
        padding-top: 8.5rem;
    }
    .fancybox-slide--iframe .fancybox-content {
        width: 95%;
        height: auto;
    }
    .mob_full {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .menu_toggle {
    }
    .mob_none {
        display: none !important;
    }
    .mob_block {
        display: block !important;
    }
    .logo {
        width: 5.2rem;
    }
    .container {
        width: 100%;
        padding: 0 15px;
    }
    .menu a img {
        display: none;
    }
    .search--show {
        margin-right: 1.5rem;
    }
    .menu {
        position: absolute;
        display: none;
        top: 100%;
        left: 0;
        width: 100%;
        bottom: unset;
        background: #ffffff;
        box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
        padding: 2rem 15px;
        padding-bottom: 1rem;
        border-top: 1px solid #e8e8e8;
        border-bottom: 1px solid #e8e8e8;
        margin: 0;
        text-align: center;
    }
    .menu a {
        display: block;
        margin: 0;
        margin-bottom: 1.5rem;
    }

    .main-info-row {
        gap: 1.5rem;
    }
    .about-img-row {
        flex-direction: column;
        gap: 1.8rem;
        margin-bottom: 2rem;
    }
    .about-img-box1,
    .about-img-box2 {
        width: 100%;
    }
    .about-img-box2 > div {
        flex-direction: column;
        gap: 1.8rem;
    }
    .large-cards-row {
        gap: 1.5rem;
    }
    .hero-btn .btn {
        width: 100%;
    }
    .hero-title {
        font-size: 2rem;
    }
    .hero-content {
        gap: 1rem;
    }
    .large-card-img {
        height: auto;
    }
    .feedback-img,
    .certificate-img {
        display: none;
    }
    .footer-inner {
        flex-direction: column;
        gap: 1.5rem;
    }
    .footer-logo {
        margin: 0 auto;
    }
    .btn.lil-width {
        width: 100%;
    }
    .foot-politics {
        flex-direction: column;
        gap: 1.5rem;
    }
    .foot-nav div {
        font-size: 1.25rem;
    }
    .foot-mob {
        display: flex;
        justify-content: space-between;
    }
    .foot-mob .foot-nav {
        flex: 1;
    }
    .foot-mob-none {
        display: none;
    }
    .hero-back {
        color: black;
        padding: 0;
    }
    .hero-img-mob {
        height: 26rem;
        width: 100%;
    }
    .hero-back-img,
    .hero-back::before {
        display: none;
    }
    .btn {
        padding: 1rem;
    }
    .fm-modal__box {
        width: 90%;
        padding: 2rem;
    }
    .fm-modal__title,
    .fm-modal__title.sec {
        text-align: left;
        font-size: 2.25rem;
        padding-top: 1rem;
    }
    .con-title {
        font-size: 3rem;
        margin-bottom: 1rem !important;
    }
    .about-hero {
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 1.5rem;
    }
    .about-hero div,
    .about-hero p {
        flex: unset;
        max-width: unset;
    }
    .about-hero div{
        font-size: 3rem;
        margin-bottom: 0.5rem;
    }
    .about-hero p{
        font-size: unset;
        text-align: unset;
    }
    .section-title.lil2{
        font-size: 1.5rem;
    }
    .feedback-bottom span,
    .feedback-bottom .politics{
        font-size: .9rem;
    }
    .page-links ul{
        flex-wrap: wrap;
        margin-bottom: 1.5rem;
    }
    .model-img{
        height: auto;
    }
    .basket-wrapper{
        flex-direction: column;
        gap: 2rem;
    }
    .lines-img{
        display: none;
    }
    .section-title{
        font-size: 2rem;
    }
    .basket img{
        display: none;
    }
    .basket-txt{
        gap: .6rem;
    }
    .basket-txt div{
        font-size: 1.4rem;
        padding-bottom: .5rem;
        border-bottom: 2px solid #F37523;
        width: 100%;
    }
    .page-links{
        margin-top: 0;
    }
    header{
        padding: 0.6rem 0;
    }
    .logo-mob{
        display: block;
    }
    .big-about-back{
        height: 12rem;
    }
    .big-img-pro{
        height: 15rem;
    }
    .contacts__map{
        height: 18rem;
    }
    .m_auto{
        height: auto!important;
    }
    .whatsapp{
        right: 15px;
        bottom: 3rem;
    }
}
@media screen and (max-width: 550px) {
    body,
    input {
        font-size: 1.15rem;
    }
}
