form.wpcf7-form input, form.wpcf7-form select {
    outline: none;
}


@media screen and (max-width: 900px) {
    .header .container {
        padding-left: 15px;
        padding-right: 15px;
        height: 80px;
    }

    #home {
        min-height: 655px;
    }

    .hero-slider .slide-inner {
        padding: 20px;
    }

    .info_line {
        top: 0;
        grid-template-columns: 1fr;
        gap: 30px;
        position: relative;
        border-radius: 0;
    }

    .info_item {
        border-right: 0;
    }

    .welcome_section .flex {
        flex-direction: column;
        gap: 0;
    }

    .welcome_section {
        padding: 0;
        background: #fbfaf6;
    }

    .welcome_section .half_block {
        width: 100%;
    }

    .welcome_img {
        display: block;
    }

    .get_in_touch_btn,
    .header-background-overlay {
        display: none;
    }

    .header__mobile-menu {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        position: relative;
        z-index: 1001;
    }

    .header {
        z-index: 9999;

        background: #efefef;
        padding-top: 0;
    }

    .header__logo {
        z-index: 10001;
    }

    .header__nav {
        flex-direction: column;
    }

    .header__menu {
        position: fixed;
        inset: 0;
        z-index: 999;
        height: 100vh;
        background: #efefef;

        backdrop-filter: blur(25px);

        display: flex;
        align-items: center;
        justify-content: center;

        opacity: 0;
        visibility: hidden;
        pointer-events: none;

        transition: .4s ease;
    }

    .header__menu.active {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
    }

    .main_menu {
        padding: 0;
        display: flex;
        flex-direction: column;
        gap: 10px;
        text-align: center;
    }

    .menu-item a p {
        font-size: 22px;
    }


    .main_menu li {
        list-style: none;
        opacity: 0;
        transform: translateY(20px);
        transition: .4s ease;
    }

    .header__menu.active .demo-request,
    .header__menu.active .main_menu li {
        opacity: 1;
        transform: translateY(0);
    }

    .header__menu.active .main_menu li:nth-child(1) {
        transition-delay: .05s;
    }

    .header__menu.active .main_menu li:nth-child(2) {
        transition-delay: .1s;
    }

    .header__menu.active .main_menu li:nth-child(3) {
        transition-delay: .15s;
    }

    .header__menu.active .main_menu li:nth-child(4) {
        transition-delay: .2s;
    }

    .header__menu.active .main_menu li:nth-child(5) {
        transition-delay: .25s;
    }

    .header__menu.active .main_menu li:nth-child(6) {
        transition-delay: .3s;
    }

    .header__menu.active .demo-request {
        transition-delay: .35s;
    }


    body.menu-open {
        overflow: hidden;
    }


    header {
        height: auto;
    }


    .main_nav ul.main_menu {
        width: 100%;
        /*     height: 100%; */
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-flex-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

}

@media screen and (max-width: 768px) {
    #home {
        height: 490px;
    }

    .section-hero-slider .hero-slider .hero {
        height: 430px;
        background-image: linear-gradient(286.03deg, #DAECFD 2.24%, #FCFCFC 105.87%);
    }

    .section-hero-slider .hero-slider .hero-slider-image {
        min-height: auto;
    }

    .hero-slider-navigation {
        bottom: 0px;
    }

    .hero-slider-navigation .slide-m-dots .slick-dots li.slick-active button {
        background: #61798D;
    }

    .hero-slider-navigation .slide-m-dots .slick-dots li button {
        background: #c3c3c3;
    }

    .hero-slider-navigation .slide-m-dots .slick-dots li.slick-active button {
        background: #61798D;
    }

    .ves_baner_link_cont .btn_more_full_slider {
        margin-bottom: 25px;
    }

    .tabs-head .all-posts {
        display: none;
    }

    .section-title {
        text-align: center;
    }

    .tabs-head {
        -webkit-box-pack: justify;
        -webkit-justify-content: center;
        justify-content: center;
    }

    /****************/
    .address, .email, .phone, .phone a {
        font-size: 20px;
        line-height: 20px;
        letter-spacing: normal;
    }

    .authors-item {
        width: 50%;
    }

    .entry_flex_block {
        width: 100%;
    }

    .flex-cont {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    /***Producty*************/
    .tabs-items,
    .tabs-item {
        width: 100%;
    }

    .tabs-item {
        animation: none;
    }

    .tabs-items {
        padding-bottom: 0px;
        padding-top: 40px;
        border-bottom: none;
    }

    .all_catalog_mob {
        display: block;
    }

    .all_catalog_mob a {
        display: block;
        margin: 0 auto;
        width: 175px;
        height: 48px;
        border: 1px solid #5586C2;
        font-family: 'Museo Sans Cyrillic';
        font-size: 16px;
        line-height: 48px;
        color: #5586C2;
        border-radius: 4px;
        text-align: center;
    }

    .all_catalog_mob a:hover {
        background: linear-gradient(94.02deg, #4F7AAE 5.08%, #5586C2 79.71%);
    }

    /****************/
    .tabs-nav {
        padding: 0;
        text-align: center;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -webkit-justify-content: center;
        justify-content: center;
    }

    .tabs-nav li:first-child {
        padding-left: 20px;
    }

    /***************/
    .quotes .wp-block-column {
        margin: 15px;
    }

    .items-quotes-blocks {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .items-quotes-blocks .quotes {
        width: 100% !important;
    }

    .items-quotes-blocks.slick-initialized .slick-track,
    .items-quotes-blocks.slick-initialized .slick-slide {
        width: 100wv;
    }

    /***************/
 
    .page-top .post-title h1 {
        font-size: 24px;
    }

    .single-cont .post-title {
        padding: 10px 0 10px 0;
        margin-top: 0;
    }

    .post-title h1 {
        font-size: 22px;
        line-height: 26px;
    }

    /************************/
    .singl_postimg {
        max-width: 100%;
        float: none;
        margin: 0px 0 30px 0;
    }

    /**FOOTER******************/
    .footer-container {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .footer-block {
        width: 100%;
    }

    /********************/
    .micon {
        position: absolute;
    }

    .menu_left {
        width: 30px;
        margin-right: 40px;
    }

    .menu_right {
        width: 100px;
    }

    /*************************/

    .page-title h1 {
        font-size: 28px;
    }

}

@media screen and (max-width: 640px) {

    .section-hero-slider .hero-slider .hero {
        height: 360px;
    }

    .section-hero-slider .hero-slider.slick-dotted.slick-slider {
        margin-bottom: 80px;
    }

    .hero-slider-content {
        text-align: center;
        -webkit-box-pack: justify;
        -webkit-justify-content: center;
        justify-content: center;
    }

    .head_primary,
    .head_description, .head_title {
        font-size: 36px;
    }

    .hero .btn_more a {
        margin: 0 auto;
    }


    /************/
    .footer-block-left {
        width: 100%;
        margin: 0 auto;
    }

    .footer-block-right {
        display: none;
    }

    .footer-social a {
        width: 35px;
        height: 35px;
    }

    .soc_item span {
        width: 35px;
        height: 35px;
    }
}

@media screen and (max-width: 540px) {
    .section-hero-slider .hero-slider .hero-slider-image {
        display: none;
        background-image: none !important;
    }

    .section-hero-slider .hero-slider .hero-slider-image-mobile {
        display: block;
    }

    .section-hero-slider .hero-slider .hero {
        height: 600px;
    }

    .section-hero-slider .hero-slider.slick-dotted.slick-slider {
        margin-bottom: 80px;
    }
}

@media screen and (max-width: 480px) {

    .section-hero-slider .hero-slider .hero {
        height: 530px;
    }

    .logo a img {
        max-width: 190px;
    }
}

@media screen and (max-width: 420px) {
    .section-hero-slider .hero-slider .hero {
        height: 460px;
    }
}

@media screen and (max-width: 380px) {
    .section-hero-slider .hero-slider .hero {
        height: 420px;
    }

    .topmenu-login {
        display: none
    }

    .authors-item {
        width: 100%;
    }
}

@media screen and (max-width: 320px) {
    .section-hero-slider .hero-slider .hero {
        height: 360px;
    }
}