.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;
    }
}


.text_page .content p,.text_page  .content img,.text_page  .content ol,.text_page  .content ul,.text_page  .content table {
    margin-bottom: 1rem;
}
@media screen and (min-width:992px) {
    .h31{
        max-height: 31rem;
    }
    .lang_drop{
        position: absolute;
        left: 0;
        top: 110%;
        opacity: 0;
        pointer-events: none;
        transition: all 0.35s;
    }
    .langs img{
        transition: all 0.35s;
    }
    .langs:hover img{
        transform: rotate(-180deg);
    }
    .langs:hover .lang_drop{
        opacity: 1;
        pointer-events: painted;
        top: 96%;
    }
    .page_bg{
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 40%, rgba(222, 171, 228, 0.50));
        padding-top: 1.5rem;
        padding-bottom: 5rem;
    }
    .page:not(.services_page){
        background-image: url("../img/page_bg.webp");
        background-size: 100%;
        background-repeat: no-repeat;
    }
    main{
        /*background-image: url("../img/bg.webp");*/
        background-size: 100%;
        background-repeat: no-repeat;
    }
}

@media screen and (max-width:992px) {
    body {
        padding-top: 7rem;
        background-size: 100%;
        background-image: url("../img/mob_bg.webp");
    }
    .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 {
        color: #ff3326;
    }
    .mob_none {
        display: none !important;
    }
    .mob_block {
        display: block !important;
    }
    .logo {
        width: 4.4rem;
    }
    .lang_drop{
        position: absolute;
        left: -1rem;
        top: 100%;
        background: white;
        display: none;
        padding: 0.5rem 1rem;
        border-radius: 12px;
    }
    .lang_drop a:last-child{
        display: block;
        margin-top: 0.35rem;
    }
    .container {
        width: 100%;
        padding: 0 15px;
    }
    .menu a img {
        display: none;
    }
    .search--show{
        margin-right: 1.5rem;
    }
    .menu  {
        margin: 0;
        position: absolute;
        display: none;
        top: 100%;
        left: 15px;
        right: 15px;
        border-radius: 20px;
        width: auto;
        bottom: unset;
        background: #ffffff;
        box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
        padding: 2rem 15px;
        text-align: center;
    }
    .menu a{
        display: block;
        margin: 0;
        margin-bottom: 1.5rem;
        font-size: 1.1rem;
    }
    .menu a:last-child{
        margin-bottom: 0;
    }
    .nav-mobile {
        position: relative;
        z-index: 3;
        top: -0.1rem;
        margin-left: 0.2rem;
        margin-right: 0.8rem;
    }
    #nav-toggle span,
    #nav-toggle span:before,
    #nav-toggle span:after {
        cursor: pointer;
        border-radius: 1px;
        height: 3px;
        width: 30px;
        background: #000000;
        position: absolute;
        display: block;
        content: "";
        transition: all 300ms ease-in-out;
    }
    #nav-toggle span:before {
        top: -10px;
    }
    #nav-toggle span:after {
        bottom: -10px;
    }
    #nav-toggle.active span {
        background-color: transparent;
    }
    #nav-toggle.active span:before, #nav-toggle.active span:after {
        top: 0;
    }
    #nav-toggle.active span:before {
        transform: rotate(45deg);
    }
    #nav-toggle.active span:after {
        transform: rotate(-45deg);
    }
    #nav-toggle{
        display: block;
        width: 30px;
    }
    header{
        position: absolute;
        background: transparent;
    }
    .header_flex{
        box-shadow: 0px 4px 50px 0px rgba(0, 0, 0, 0.15);
        background: white;
        border-radius: 100px;
        padding: 0.5rem 0.8rem;
    }
    .langs img {
        width: 1.7rem;
        margin-left: 0.1rem;
    }
    .langs {
        font-size: 1.15rem;
    }

    #box-1 {
        padding-top: 1rem
    }
    .banner{
        padding: 2rem;
        padding-bottom: 0;
    }
    .banner_text h1 {
        font-size: 1.7rem;
    }
    .banner_text h1 span{
        font-size: 2.5rem;
        display: block;
    }
    .btn span {
        height: 3.5rem;
    }
    .banner .btn{
        width: auto;
        padding: 0 1.5rem;
    }
    .btn {
        padding: 0;
        font-size: 1.1rem;
        width: 100%;
    }
    .banner_anons {
        font-size: 1.1rem;
        letter-spacing: 0;
        margin-bottom: 1.5rem;
    }
    .banner_img {
        position: relative;
        bottom: 0;
        right: -6.1rem;
        width: 24rem;
        z-index: 2;
        text-align: right;
    }
    .banner_img_btn {
        bottom: 6.9rem;
        left: -1.1rem;
        line-height: 1.3;
        font-size: 0.9rem;
    }
    #box-1 .banner_circle {
        width: 26.25rem;
        height: 26.25rem;
        bottom: -5.8rem;
        right: -5.8rem;
    }
    #box-1 .banner_circle2 {
        width: 33rem;
        height: 33rem;
        bottom: -9.6rem;
        right: -9.7rem;
    }
    .banner_check_item {
        width: 100%;
        margin: 0;
        display: block;
        height: auto;
        padding: 1.5rem;
        margin-bottom: 3rem;
    }
    .banner_check_item:last-child{
        margin-bottom: 0;
    }
    .banner_specs {
        padding-right: 0;
    }
    .tag {
        font-size: 1rem;
        padding: 0.35rem 0.75rem;
        width: auto;
        min-width: unset;
        display: inline-block;
        margin-bottom: 6rem;
    }
    .banner_check_title {
        font-size: 1.4rem;
        letter-spacing: 0;
    }
    .banner_check_sub_title {
        font-size: 1.3rem;
    }
    .banner_check_img {
        width: 12.284rem;
    }
    .box1_row{
        margin-top: 20px;
    }
    .box1_item {
        padding: 1.5rem;
        height: 19rem;
    }
    .box1_item .tag {
        padding: 0.4rem 1rem;
        margin: 0;
    }
    .box1_item{
        align-items: flex-start;
    }
    .box1_item_title {
        font-size: 1.55rem;
    }
    .box1_item_text {
        margin-top: 0.8rem;
        font-size: 1.1rem;
    }
    #box-2 {
        padding-top: 2rem;
    }
    .main_about_text{
        padding-top: 2rem;
    }
    .section_tag{
        font-size: 1rem;
        text-align: center;
        margin-bottom: 1.8rem;
    }
    .content{
        font-size: 1.1rem!important;
    }
    .content p, .content img, .content ol, .content ul, .content table {
        margin-bottom: 1rem!important;
        line-height: 1.3!important;
        letter-spacing: 0!important;
    }
    .main_about_btn {
        margin-top: 2rem;
    }
    .box2_row .section_tag{
        background: white;
        position: absolute;
        left: 0.5rem;
        right: 0.5rem;
        bottom: 0.9rem;
        margin: 0;
    }
    .preim_row {
        margin: 0 -5px;
        margin-top: 1.8rem;
    }
    .preim_row .mob_full{
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        padding: 0 5px;
        margin-bottom: 10px;
    }
    .preim_img {
        width: 4.4rem;
        margin-bottom: 1.2rem;
        margin-top: 0.8rem;
    }
    .preim_title {
        font-size: 1.1rem;
        margin-bottom: 0.7rem;
    }
    .preim_text{
        font-size: 0.82rem;
    }
    .preim_item{
        padding: 0.85rem;
        border-radius: 15px;
    }
    .preim_item:after {
        left: 8.3rem;
        width: 8rem;
        height: 8rem;
        top: 1.6rem;
    }
    #box-3 {
        padding-top: 2rem;
    }
    .main_service_info {
        height: auto;
    }
    .main_service_info .main_about_btn {
        margin-top: 0.8rem;
        margin-bottom: 2.5rem;
    }
    #box-3 .section_tag{
        font-size: 0.9rem;
        margin-bottom: 1.3rem;
    }
    .service_slider{
        width: 85%;
    }
    .service_img {
        height: 17.2rem
    }
    .service_title {
        font-size: 1.35rem;
    }
    .box4_border .section_tag {
        margin-bottom: 3rem;
    }
    .box4_num {
        width: 4rem;
        height: 4rem;
        font-size: 1.7rem;
        left: -5.4rem
    }
    .box4_num:after {
        border: 0.213rem solid #DD98C1;
    }
    .box4_items {
        padding-left: 5.9rem;
        padding-top: 1rem;
    }
    .box4_title {
        font-size: 1.3rem;
        margin-bottom: 0.7rem;
    }
    .box4_text{
        font-size: 1rem;
    }
    .box4_item:not(:last-child) {
        margin-bottom: 1.5rem;
    }
    .section_title {
        font-size: 1.9rem;
    }
    .title_flex {
        margin-bottom: 2rem;
    }
    .spec_slider{
        width: 70%;
    }
    .spec_slider .slick-list{
        overflow: unset;
    }
    .spec_item {
        height: 26rem;
    }
    .spec_position {
        font-size: 1rem;
    }
    .spec_info {
        padding: 0.9rem;
    }
    #box-5 {
        padding-top: 2.2rem;
    }
    #box-6 {
        padding-top: 3.5rem
    }
    .reviews_slider{
        width: 85%;
    }
    .rev_text{
        line-height: 1.3;
    }
    #box-7 {
        padding-top: 4rem;
    }
    .box7_row > .mob_full:last-child{
        display: none;
    }
    .form_text {
        padding-right: 0;
    }
    .site_form{
        padding: 1.7rem;
        padding-top: 2.3rem;
    }
    .form-control {
        height: 3.5rem;
        padding: 0 1.3rem;
        font-size: 1.1rem;
        width: 100%;
    }
    .section_text {
        font-size: 1.1rem;
        margin-bottom: 1.5rem
    }
    #box-8 {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }
    .box8_item{
        padding: 1.7rem;
    }
    .contact_item:last-child{
        margin: 0;
    }
    .map{
        margin-top: 2rem;
        height: 20rem;
    }
    footer{
        padding-top: 3rem;
        text-align: center;
    }
    .footer_logo {
        width: 6.5rem;
        margin: 0 auto;
        margin-bottom: 3rem;
    }
    .langs.factive img{
        transform: rotate(-180deg);
    }
    .langs{
        cursor: pointer;
    }
    .mob_50{
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .mob_40{
        -ms-flex: 0 0 40%;
        flex: 0 0 40%;
        max-width: 40%;
        text-align: left;
    }
    .mob_60{
        -ms-flex: 0 0 60%;
        flex: 0 0 60%;
        max-width: 60%;
        text-align: left;
    }
    footer .socials{
        justify-content: center;
    }
    footer .socials a{
        margin: 0 0.8rem;
    }
    .footer_bottom{
        flex-direction: column-reverse;
        font-size: 1rem;
    }
    .footer_bottom a:last-child{
        margin-bottom: 1rem;
    }
    .card_img{
        position: relative;
    }
    h1.section_title span {
        font-size: 2.8rem
    }
    .about_banner .section_title {
        margin-bottom: 1.4rem;
        font-size: 2rem;
    }
    .about_banner .card_banner_text, .card_banner_text {
        width: 100%;
        min-height: unset;
        padding-bottom: 0;
    }
    .about_banner{
        padding: 1.8rem;
        padding-bottom: 0;
    }
    .about_banner .card_img {
        width: 180%!important;
        right: 11rem;
        margin-top: -3rem;
    }
    .about_preims {
        margin-top: 2rem;
        padding: 0;
    }
    .about_preims .mob_full{
        margin-bottom: 10px;
    }
    h1.section_title.sm_mob {
        font-size: 1.7rem;
        margin-bottom: 1rem;
    }
    .about_banner .banner_circle {
        bottom: -12.5rem!important;
        right: 0!important;
        width: 30rem!important;
        height: 30rem!important;
        transform: none!important;
    }
    .about_banner .banner_circle2 {
        bottom: -15.2rem!important;
        right: -2.9rem!important;
        width: 36rem!important;
        height: 36rem!important;
        transform: none!important;
    }
    .page {
        padding-top: 1.3rem;
        padding-bottom: 4rem;
    }
    .about_text1 .section_title br{
        display: none;
    }
    .about_text1 .section_title{
        margin-bottom: 1.5rem;
    }
    .kav_img img {
        width: 3.263rem;
    }
    .kav_img {
        margin-bottom: 1rem;
        margin-top: -2rem;
    }
    .about_text1_left_img {
        width: 11rem;
    }
    .about_text1_left_text {
        width: calc(100% - 11rem);
        padding-left: 1rem;
        font-size: 1.3rem;
        line-height: 1;
        letter-spacing: 0;
    }
    .about_text1_left_flex{
        align-items: center;
    }
    .about_text2_row {
        padding-top: 1rem;
    }
    .about_text2_row{
        flex-direction: column-reverse;
    }
    .about_text2_row .section_title {
        color: #4A8CFF;
        text-align: left;
        margin-bottom: 1.3rem;
    }
    .kav2 img {
        width: 1.75rem;
    }
    .kav2 {
        margin-bottom: 1.1rem;
    }

    #box-4 {
        padding-top: 2.5rem;
    }
    #about_images {
        padding-top: 2rem;
    }
    #about_images .section_title {
        margin-bottom: 1.8rem;
    }
    .about_images_slider{
        width: 85%;
    }
    .about_image_item {
        height: 16rem;
    }
    .about_btns_row {
        margin-top: 2.1rem;
    }
    .g_banner .section_title {
        font-size: 2rem;
        text-align: center;
        width: 100%;
    }
    .g_banner .ab_img{
        object-position: right;
    }
    .g_banner {
        height: 13rem;
        padding: 1rem;
        margin-bottom: 2rem;
    }
    .content blockquote p{
        margin: 0!important;
    }
    .g_content blockquote {
        margin-top: 1.2rem;
        padding: 0.55rem 1.5rem;
        margin-bottom: 1.3rem;
        font-size: 1.1rem;
    }
    .g_page #box-4 {
        padding-top: 2rem;
    }
    .g_page .box4_border .section_tag {
        font-size: 1rem;
        padding: 0.6rem 1.2rem;
        margin: 0 auto;
        margin-bottom: 2.2rem;
    }
    .box4_border{
        padding: 2rem;
    }
    .g_page .box4_border {
        text-align: center;
    }
    .g_icon {
        width: 11rem;
        margin: 0 auto;
        margin-bottom: 1.7rem;
    }
    .g4_data .box4_border .section_title {
        font-size: 1.7rem;
        margin-top: 0.9rem;
        line-height: 1.2;
        margin-bottom: 0;
    }
    .page_service_text_box{
        font-size: 1rem;
        width: 16rem;
    }
    .page_service_title {
        font-size: 1.5rem;
    }
    #similar_g {
        padding-top: 3.2rem;
    }
    #similar_g .section_title {
        margin-bottom: 1.6rem;
    }
    .page_service_img{
        width: auto!important;
        height: 100%;
        top: unset!important;
        bottom: 0!important;
        transform: none!important;
        right: -6.5rem!important;
    }
    .page_service_img img{
        width: auto!important;
        height: 100%!important;
    }
    .price_cats a {
        font-size: 1rem;
        padding: 0.55rem 1rem;
        margin-right: 0.5rem;
        margin-bottom: 0.6rem;
    }
    .price_btn {
        padding-left: 0;
    }
    .price_price{
        text-align: left;
        margin: 1rem 0;
    }
    .price_title{
        margin: 0;
    }
    .price_text{
        margin-top: 0.5rem;
    }
    .price_item{
        padding: 1.5rem;
    }
    .prices_page .pagination2 {
        margin-top: 2.5rem;
    }
    .pagination2 li.active a {
        font-size: 1.363rem;
    }
    .pagination2 {
        font-size: 1.1rem;
    }
    #reviews_form {
        margin-top: 4rem
    }
    .reviews_form_box {
        padding-left: 0;
        width: 100%;
    }
    #reviews_form .section_title {
        font-size: 1.9rem;
        margin-bottom: 0.7rem;
    }
    .reviews_section_text {
        font-size: 1.1rem;
    }
    .reviews_bg{
        display: none;
    }
    .card_banner h1.section_title {
        font-size: 1.9rem;
        letter-spacing: 0;
        margin-bottom: 1rem
    }
    .card_banner{
        padding: 1.8rem;
        padding-bottom: 0;
        margin-bottom: 2.5rem;
    }
    .card_banner .card_img {
        position: relative;
        width: 100%;
        margin-top: 1rem;
    }
    .card_banner .banner_circle {
        bottom: -19.1rem;
        right: 50%;
        transform: translateX(50%);
        width: 32.25rem;
        height: 32.25rem;
    }
    .card_banner .banner_circle2 {
        width: 35rem;
        height: 35rem;
        bottom: -19.1rem;
        right: 50%;
        transform: translateX(50%);
    }
    blockquote {
        font-family: 'InvolveSemiBold', sans-serif;
        font-size: 1.15rem;
        margin-top: 1rem;
    }
    .sub_services .title_flex{
        flex-direction: column;
    }
    .sub_services .page_service_text_box {
        width: 16rem;
    }
    .sub_services {
        padding-top: 1.8rem;
    }
    .sub_services .title_flex {
        margin-bottom: 1.6rem;
    }
    .page #box-7 {
        padding-top: 3.3rem
    }
    .card2 .card_img, .card3 .card_img{
        right: -1.8rem;
    }
    .card4 .card_banner .card_img, .card5 .card_img {
        right: -1.8rem;
    }
    .service_arrow {
        width: 2.9rem;
    }
    .s5 .page_service_img {
        width: 23rem !important;
    }
    .s3 .page_service_img {
        width: 15.9rem !important;
    }
    .page.services_page .page_bg {
        padding-bottom: 0;
    }

    .services_page .page_service_img {
        right: -4.3rem !important;
    }
    .services_page .page_service_text_box {
        width: 100%;
    }
    .services_page .page_service_text{
        width: 70%;
    }
    .s1 .page_service_img{
        bottom: -2.4rem!important;
    }
    .s2 .page_service_img {
        width: 14.4rem !important;
    }
    .s6 .page_service_img {
        width: 13.9rem !important;
    }
    .user_info{
        padding-top: 2rem;
    }
    .tag_flex .section_tag {
        margin: 0;
        margin-right: 0.7rem;
        margin-bottom: 0.7rem;
        font-size: 1rem;
        padding: 0.6rem 1rem;
    }
    .tag_flex {
        margin-bottom: 0.5rem;
    }
    .user_title {
        margin-bottom: 0.7rem;
        font-size: 1.7rem;
    }
    .user_btn {
        margin-top: 1.5rem;
    }
    .user_content {
        padding-top: 0.5rem
    }
    .user_content h2, .content h2 {
        font-size: 1.6rem;
        margin-top: 1.4rem
    }
    .page #box-6 {
        padding-top: 3rem;
    }
    .cert_item {
        height: 18rem;
    }
    .cert_slider {
        margin-top: 3rem;
        width: 85%;
    }
    .cert_slider .slick-list{
        overflow: unset;
    }
    .users_page  .card_banner .card_img {
        width: 120%;
        right: 3.1rem;
        margin-top: 0;
    }
    .user_item .border_img {
        height: 31rem;
        margin-bottom: 1.5rem;
    }
    .user_item_info .user_btn .btn{
        width: 100%;
        margin: 0;
        margin-top: 0.5rem;
    }
    .user_item_info .user_btn {
        margin-top: 0;
    }
    .modal .modal__block{
        width: 95%;
        padding: 3rem 15px;
    }
    .close {
        width: 20px;
        height: 20px;
    }
    .close:before, .close:after {
        content: '';
        width: 20px;
    }
    #order .modal__block {
        width: 95%;
    }
    .modal .section_title {
        margin-bottom: 1rem
    }
    .user_item_info .tag_flex{
        display: none;
    }
    .user_item_info .content{
        display: none;
    }
    .g_page .box4_border {
        min-height: unset;
        justify-content: center;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    /*.g4_data .box4_border .section_title br{
        display: none;
    }*/

    .main_service_info .content{
        margin-bottom: 2rem;
    }
}
@media screen and (max-width:550px) {
    body{
        font-size: 1.1rem;
    }
}
