.mob_block{
    display: none!important;
}
body, html{
    overflow-x: hidden;
}

/*@media screen and (min-width:1400px) {*/
/*    html{*/
/*        font-size: 12.7px!important;*/
/*    }*/
/*}*/
/*@media screen and (max-width:1400px) and (min-width:1300px) {*/
/*    html{*/
/*        font-size: 13px!important;*/
/*    }*/
/*}*/


@media screen and (min-width:992px) {
    .category_menu a.active, .category_menu a:hover{
        padding-left: 1rem;
    }
    .category_menu a.active:after, .category_menu a:hover:after{
        width: 100%;
    }
    .lang_drop{
        transition: all 0.35s;
        top: 120%;
        opacity: 0;
        pointer-events: none;
    }
    .lang_box:hover img{
        transform: rotate(-180deg);
    }
    .lang_box:hover .lang_drop{
        opacity: 1;
        pointer-events: painted;
        top: 100%;
    }
}

@media screen and (max-width:992px) {
    body {
        padding-top: 4.6rem;
    }
    .fancybox-slide--iframe .fancybox-content {
        width: 95%;
        height: auto;
    }
    .mob_full {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .mob_50{
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .menu_toggle {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 2.75rem;
        height: 2.75rem;
        border-radius: 8px;
        background: #373F51;
        color: white;
    }
    .mob_none {
        display: none !important;
    }
    .mob_block {
        display: block !important;
    }
    .logo {
        width: 10rem;
    }
    .empty_block{
        min-height: 16rem;
        padding: 2.5rem 1.25rem;
    }
    .empty_block_icon{
        width: 4.25rem;
        height: 4.25rem;
    }
    .empty_block_title{
        font-size: 1.25rem;
    }
    .empty_block_text{
        font-size: 1rem;
    }
    .header_phone_icon img {
        width: 1.45rem;
    }
    .container {
        width: 100%;
        padding: 0 15px;
    }
    .menu a img {
        display: none;
    }
    .search--show{
        margin-right: 1.5rem;
    }
    .menu  {
        position: absolute;
        display: none;
        top: 107%;
        left: 50%;
        width: calc(100% - 30px);
        bottom: unset;
        background: #ffffff;
        box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
        padding: 2rem 15px;
        padding-bottom: 0.6rem;
        border-top: 1px solid #e8e8e8;
        border-bottom: 1px solid #e8e8e8;
        margin: 0;
        text-align: center;
        transform: translateX(-50%);
        border-radius: 1.25rem;
    }
    .menu a{
        display: block;
        margin: 0;
        margin-bottom: 1.5rem;
    }
    .search_form{
        display: none;
    }
    .header_phone span{
        display: none;
    }
    .header_flex {
        border-bottom-right-radius: 1.25rem;
        border-bottom-left-radius: 1.25rem;
        padding: 0.8rem 15px;
    }
    .header_right {
        gap: 0.6rem;
    }
    main {
        padding-top: 1.2rem;
    }
    .hero_left_content {
        width: 100%;
        margin: 0;
    }
    .hero .section_title {
        font-size: 1.5rem;
        letter-spacing: 0;
    }
    .hero_left{
        height: auto;
        padding: 2rem 15px;
        background: #000000;
        color: white;
    }
    .hero_left > .ab_img{
        opacity: 0.3;
    }
    .hero_left p {
        width: 100%;
        line-height: 1.4;
        margin-bottom: 1.5rem;
    }
    .mob_br_none br{
        display: none;
    }

    .hero1_img {
        width: 12rem;
        height: 16.8rem;
    }
    .hero1{
        padding: 1.5rem 15px;
        height: auto;
    }
    .hero1_text {
        width: calc(100% - 12rem);
        padding-left: 1rem;
    }
    .hero_right_item{
        height: auto;
    }
    .hero2, .hero3 {
        gap: 4rem;
        padding: 1.5rem 15px;
    }
    .hero_2_img, .hero_3_img {
        width: 12.425rem;
    }
    .hero_row{
        row-gap: 16px;
    }
    .hero4 {
        padding: 1.5rem 15px;
        height: 17.3rem;
    }
    .container_long{
        width: 100%;
        padding: 0 15px;
    }
    .container_long .container{
        padding: 0;
    }
    .white_box{
        padding: 2rem 15px;
    }
    .catalog .white_box{
        padding-bottom: 16px;
    }
    .section_title.sm, .section_title{
        font-size: 1.7rem;
        letter-spacing: 0;
        margin-bottom: 1.2rem;
    }
    .section_text {
        width: 100%;
    }
    .section_tag {
        font-size: 1rem;
        gap: 0.7rem;
        margin-bottom: 1.5rem;
    }
    .title_row {
        margin-bottom: 2rem;
    }
    .cat_img {
        height: 8rem;
    }
    .cat_title {
        font-size: 1.1rem;
    }
    .top_marged {
        margin-top: 16px;
    }
    .cat_full_link span {
        font-size: 1.2rem;
        width: calc(100% - 3rem);
    }
    .cat_full_link {
        height: 7rem;
        gap: 1.4rem;
        padding: 1rem;
    }
    .main_banner_inner {
        padding: 2rem 15px;
        padding-bottom: 15px;
        height: auto;
        gap: 1rem;
    }
    .main_banner_row {
        row-gap: 10px;
    }
    .main_banner_item span{
        width: calc(100% - 2.5rem);
    }
    .main_banner_item {
        gap: 1rem;
        height: 6rem;
        padding: 0 1.4rem;
    }
    .digits {
        margin-top: 4rem;
    }
    .digit_item p {
        font-size: 3rem;
        letter-spacing: 0.1rem;
        margin-bottom: 0.6rem;
    }
    .digit_item span {
        font-weight: 500;
        font-size: 1.2rem;
    }
    .digits_list {
        border-top: 1px solid #DDDDDD;
        margin-top: 3rem;
        padding-top: 2.3rem;
    }
    .digits_row{
        row-gap: 2rem;
        text-align: center;
    }
    .about {
        margin-top: 4rem;
    }
    .about_white {
        height: auto;
        background: white;
        padding: 2rem 15px;
    }
    .about_img {
        height: auto;
    }
    .about_white .section_title.sm {
        margin-bottom: 1.4rem;
    }
    .about_item_row{
        row-gap: 16px;
    }
    .news_content {
        padding: 15px;
    }
    .news_title_flex {
        margin-bottom: 1.6rem;
    }
    .more_link {
        margin-top: 2rem;
    }
    .news_title {
        font-weight: 500;
        font-size: 1.25rem;
    }
    .news {
        margin-top: 4rem;
    }
    .news_img {
        height: 10.5rem;
    }
    .section_form {
        margin-top: 4rem;
    }
    .main_form {
        height: auto;
        padding: 2rem 15px;
    }
    .main_form .section_title br{
        display: none;
    }
    .main_form .section_title{
        font-size: 1.5rem;
        margin-bottom: 1.5rem!important;
    }
    .form-control, .btn {
        font-size: 1.1rem;
    }
    .footer_left br{
        display: none;
    }
    .footer_left {
        height: auto;
        min-height: unset;
        gap: 1.5rem;
        padding: 2rem 15px;
        margin-bottom: 16px;
    }
    .footer_slogan {
        margin-top: 1.4rem;
    }
    .footer_logo {
        width: 15rem;
    }
    .footer_right{
        height: auto;
        min-height: unset;
        gap: 1.5rem;
        padding: 2rem 15px;
    }
    .c_fontacts_text.phones a {
        font-size: 1.2rem;
    }
    .footer_title{
        display: none;
    }
    .f_contacts {
        gap: 1.7rem;
    }
    .copy {
        font-size: 0.775rem;
        text-align: center;
    }
    main.page {
        padding-top: 2rem;
    }
    .breadcrumbs {
        margin-bottom: 1.5rem;
        font-size: 1rem;
    }
    .breadcrumbs ul li:after {
        margin: 0 0.3rem;
        margin-left: 0.3rem;
        margin-top: -0.1rem;
    }
    .cat_seo_text {
        margin-top: 3rem;
    }

    .content h1{
        font-size: 1.6rem;
    }
    .content h2{
        font-size: 1.6rem;
    }
    .content h3{
        font-size: 1.5rem;
    }
    .content h4{
        font-size: 1.35rem;
    }
    .content h5{
        font-size: 1.25rem;
    }
    .content h6{
        font-size: 1.1rem;
    }
    .page h1.section_title {
        margin-bottom: 2rem;
    }
    .category_menu {
        gap: 1rem;
        font-size: 1.1rem;
    }
    .products_row > div{
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .prod_img {
        height: 12rem;
    }
    .prod_title {
        padding: 0.85rem;
        font-size: 1.1rem;
    }
    .pagination {
        margin-top: 2rem;
        justify-content: center;
    }
    .cat_seo_video {
        height: 17rem;
        padding-right: 0;
        margin-bottom: 1rem;
    }
    .cat_menu_wrap{
        margin-bottom: 2rem;
        display: none;
    }
    .btn.mob_cat_toggle{
        justify-content: space-between;
        padding: 0 15px;
        margin-bottom: 16px;
        color: white!important;
        background: #008DD5!important;
    }
    .mob_cat_toggle.factive i{
        transform: rotate(-180deg);
    }
    .mob_cat_toggle i{
        font-size: 1rem;
        transition: all 0.35s;
    }
    .category_menu a:after{
        display: none;
    }
    .card_slider {
        padding-right: 0;
    }
    .card_slider_top a {
        height: 20rem;
    }
    .card_slider_bottom{
        width: 100%;
    }
    .nav_item {
        height: 6rem;
        border-radius: 0.925rem;
    }
    .card_info{
        margin-top: 2rem;
    }
    .page .card_info h1.section_title {
        margin-bottom: 1.5rem;
        font-size: 1.5rem;
    }
    .card_aval {
        gap: 0.35rem;
        font-size: 1rem;
        padding: 0.8rem 1.1rem;
        margin-bottom: 1.2rem;
    }
    .card_aval img {
        width: 1.225rem;
    }
    .card_price {
        margin-top: 3rem;
        margin-bottom: 1.3rem;
    }
    .card_btns{
        flex-direction: column;
        gap: 0.8rem;
    }
    .card_btns .btn{
        width: 100%;
    }
    .card_chars .white_box {
        padding: 0;
        background: transparent;
    }
    .card_chars_row{
        row-gap: 16px;
    }
    .char_wrap{
        border-radius: 1.5rem;
        background: white;
        padding: 2rem 15px;
    }
    .card_chars_list span:last-child {
        text-align: right;
    }
    .similar_products {
        margin-top: 3.4rem;
    }
    .card_chars_list span:last-child{
        background: transparent;
    }
    .about_page_banner {
        margin-top: -4.6rem;
        color: white;
        padding-top: calc(2rem + 4.6rem);
        padding-bottom: 2rem;
    }
    .about_page_banner > .ab_img {
        opacity: 0.2;
    }
    .about_page_2 {
        margin-top: 3rem;
    }
    .about_page2_content_title {
        font-size: 1.35rem;
        margin-bottom: 1rem;
    }
    .about_page2_row{
        row-gap: 1.5rem;
    }
    .about_page2_row {
        margin-bottom: 1.3rem;
    }
    .about_page_2 .white_box {
        padding: 2rem 15px;
        padding-bottom: 15px;
    }
    .history_row > div:first-child .history_dot:after{
        display: none;
    }
    .history_dot{
        position: relative;
    }
    .history_dot:before{
        height: 3.2rem;
        content: "";
        width: 2px;
        background: #008DD5;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        position: absolute;
        display: none;
    }
    .history_row{
        row-gap: 2rem;
    }
    .history_dot {
        margin: 1rem auto;
    }
    .history_item{
        border: 2px solid #008DD5;
        border-radius: 1.5rem;
        padding: 1.5rem;
    }
    .about_page_gal {
        margin-top: 3.5rem;
    }
    .about_gal_title {
        font-size: 1.55rem;
        font-weight: 700;
        margin-bottom: 0.8rem;
    }
    .about_gal_text{
        margin-bottom: 1.5rem;
    }
    .mob_33{
        -ms-flex: 0 0 33.333%;
        flex: 0 0 33.333%;
        max-width: 33.333%;
    }
    .about_gal_img {
        border-radius: 0.825rem;
        overflow: hidden;
        height: 6.838rem;
    }
    .mob_reverse{
        flex-direction: column-reverse;
    }
    .contacts_map .container{
        position: static;
        transform: none;
    }
    .contacts_info {
        width: 100%;
        padding: 2.3rem 15px;
        pointer-events: painted;
    }
    .contacts_map {
        height: auto;
        position: relative;
        margin-top: 2rem;
        margin-bottom: 0;
    }
    .container_map_box{
        border-radius: 1.5rem;
        overflow: hidden;
        height: 20rem;

        width: calc(100% - 30px);
        margin: 0 auto;
        margin-top: 2rem;
    }
    .modal .modal__block{
        width: 95%;
        padding: 3rem 1rem;
    }
    .card_char_item i {
        text-align: left;
        display: inline-block;
    }
    .lang_drop{
        display: none;
    }
    .lang_select{
        cursor: pointer;
    }
    .lang_select.active img{
        transform: rotate(-180deg);
    }
    .whatsapp {
        right: 15px;
        bottom: 9rem;
        height: 3.4rem;
        width: 3.4rem;
        font-size: 1.7rem;
    }
    .whatsapp.call {
        bottom: 3.6rem;
    }
}
@media screen and (max-width:550px) {
    font-size: 1.1rem;
}
