.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: 1150px) {
    html {
        font-size: 13px !important;
    }
}
@media screen and (max-width: 1150px) and (min-width: 1100px) {
    html {
        font-size: 12px !important;
    }
}
@media screen and (max-width: 1100px) and (min-width: 992px) {
    html {
        font-size: 11px !important;
    }
}


@media screen and (min-width:992px) {

    .pb_anim{
        transition: all 1.5s ease-in;
    }

    .pb_anim.left.factive{
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        visibility: hidden;
    }
    .pb_anim.right.factive{
        right: 50%;
        top: 50%;
        transform: translate(50%, -50%);
        visibility: hidden;
    }




    .box1_items{
        width: max-content;
        margin: 0 auto;
    }
    .box1_item img{
        transition: all 0.35s linear;
    }
    .box1_items:hover .box1_item img{
        transform: scale(1.1);
    }
    .box1_item{
        transition: all 0.5s;
    }

    .box1_item.bb1{
        transform: rotate(0);
        left: 8rem;
        top: 1.6rem;
    }
    .box1_item.bb3{
        transform: rotate(0);
        right: 8rem;
        top: 1.6rem;
    }
    .box1_item.bb3.factive{
        transform: rotate(10deg);
        right: 4rem;

    }
    .box1_item.bb1.factive{
        transform: rotate(-10deg);
        left: 4rem;

    }

    .box1_bottom .slick-list{
        margin: 0 -4px;
        overflow: unset;
    }
    .box1_bottom .slick-slide > div{
        padding: 0 4px;
    }
    .lang_box:hover img{
        transform: rotate(-180deg);
    }
    .lang_grop{
        top: 120%;
        opacity: 0;
        transition: all 0.35s;
        pointer-events: none;
        display: block;
    }
    .lang_box:hover .lang_grop{
        top: 100%;
        opacity: 1;
        pointer-events: painted;
    }
}

@media screen and (max-width:992px) {
    body {
        padding-top: 4.8rem;
    }
    .modal_text br{
        display: none;
    }
    .close {
        right: 15px;
        top: 17px;
    }
    .modal_text{
        font-size: 1rem;
    }
    .modal .modal__block{
        width: 95%;
        padding: 3rem 15px;
    }
    .active_lang{
        cursor: pointer;
    }
    .active_lang.active img{
        transform: rotate(-180deg);
    }
    .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%;
    }

    .mob_none {
        display: none !important;
    }
    .mob_block {
        display: block !important;
    }
    .logo {
        width: 10.1rem;
    }
    .container {
        width: 100%;
        padding: 0 15px;
    }
    .menu a img {
        display: none;
    }
    .search--show{
        margin-right: 1.5rem;
    }


    header{
        background: linear-gradient(25deg, rgba(88, 127, 218, 0.20) -6.94%, rgba(11, 25, 86, 0.20) 109.57%), #FFF;
        position: fixed;
    }
    .header_flex{
        border: none;
        padding: 0;
        margin: 0;
    }
    header{
        padding: 1rem 0;
        box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.05), inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    }
    .header_btn img {
        width: 2.3rem;
        margin-right: 0;
    }
    .header_btn {
        border-radius: 10px;
        margin-left: 1.1rem;
        height: 2.85rem;
        padding: 0 0.8rem;
    }
    .w24 {
        width: 1.9rem;
    }
    #box-1 {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }
    .section_title {
        font-size: 2rem!important;
        margin-bottom: 1.3rem!important;
    }
    .section_text br{
        display: none;
    }
    .shanyrak {
        top: -1.7rem;
        width: 23rem;
    }
    .box1_bottom{
        display: block;
        width: 85%;
        margin-top: 3rem;
    }
    .slick-slide:not(.slick-active) a{
        pointer-events: none;
    }
    .box1_bottom .slick-list{
        margin: 0 -10px;
        overflow: unset;
    }
    .box1_bottom .slick-slide > div{
        padding: 0 10px;
    }
    .box1_bottom_item img {
        top: unset;
        width: 100%;
        height: 90%;
        bottom: 0;
    }
    .oy {
        left: -8.5rem;
        top: 31.8%;
        width: 17rem;
    }
    .oy.right {
        right: -8.5rem;
    }
    .header_drop_box .section_title{
        font-size: 1.4rem!important;
        margin-bottom: 1.8rem !important;
    }
    .header_drop.factive {
        top: 1rem;
    }
    .header_menu_close {
        right: 2.2rem;
        top: 1.7rem;
        width: 2.3rem;
    }
    .header_drop_box {
        border-radius: 20px;
        padding: 2.5rem;
    }
    .header_menu_item ul {
        font-size: 1.1rem;
        display: none;
    }
    .header_menu_item_title {
        font-size: 1.2rem;
        margin-bottom: 1rem;
        display: flex;
        align-items: center;
        cursor: pointer;
        justify-content: space-between;
    }
    .header_menu_item_title img{
        width: 1.5rem;
        transition: all 0.35s;
    }
    .header_menu_item_title.factive img{
        transform: rotate(-180deg);
    }
    .header_menu_item ul li {
        margin-bottom: 1rem;
    }
    .header_menu_bottom {
        margin-top: 1.3rem;
        display: block;
    }
    .header_menu_bottom .f_title {
        font-size: 1.3rem;
        margin-bottom: 0.8rem;
    }
    .header_menu_bottom .socials{
        margin-bottom: 1.6rem;
    }
    .btn, .btn_border{
        min-width: unset!important;
        width: 100%!important;
        height: 3.7rem!important;
        font-size: 1.1rem!important;
        font-weight: 500!important;
    }
    header .f_contacts {
        margin-top: 0;
        margin-bottom: 1.3rem;
    }
    header .f_contacts a {
        font-size: 1.2rem;
        margin-bottom: 0.7rem;
        justify-content: center;
    }
    .box1_items{
        display: block;
    }
    .box1_item {
        width: 15rem;
    }
    .box1_img {
        height: 8.01rem;
    }
    .box1_item.bb1{
        left: 0;
        top: 0;
        transform: none;
        margin: 0 auto;
        z-index: 2;
    }
    .box1_item_title {
        font-size: 1.2rem;
        margin-top: 0.9rem;
        margin-bottom: 0.4rem;
    }
    .box1_item.bb2{
        margin-top: -6.3rem;
        transform: rotate(-10deg);
        left: 0.8rem;
    }
    .box1_item.bb3 {
        transform: rotate(10deg);
        right: 0.5rem;
        top: 0;
        margin-top: -11rem;
        z-index: 3;
        margin-left: auto;
    }
    .oy3 {
        bottom: unset;
        left: unset;
        right: -2rem;
        width: 11rem;
        top: 20.4rem;
        opacity: 0.2;
    }
    .oy2 {
        bottom: unset;
        left: 1.9rem;
        width: 9.3rem;
        opacity: 0.7;
        top: 18.3rem;
    }
    .oy4 {
        bottom: 13.4rem;
        right: unset;
        width: 11rem;
        left: 3rem;
        transform: rotate(-63deg);
        opacity: 0.2;
    }
    #box-2 .box2_tabs{
        display: flex;
        justify-content: space-between;
    }
    #box-2 .box2_tabs a{
        width: 49%;
        margin: 0;
    }
    #box-2 {
        border-radius: 30px;
        padding: 2rem 0;
        margin: 0 15px;
        box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.10);
    }
    .prod_hidden{
        height: auto;
    }
    .prod_img {
        height: 15rem!important;
    }
    .prod_text {
        padding-top: 1rem;
    }
    .prod_address {
        font-size: 1rem;
        margin-bottom: 1rem;
    }
    .prod_apartment_count{
        font-size: 1rem;
    }
    .prod_hidden p {
        font-size: 1rem;
        margin-bottom: 0.3rem;
    }
    .row_to_slider{
        display: block;
        margin: 0;
        padding-bottom: 3.8rem;
    }
    .row_to_slider .slick-list{
        display: flex;
        margin: 0 -10px;
    }
    .row_to_slider .slick-track{
        display: flex;
    }
    .row_to_slider .slick-slide > div{
        height: 100%;
    }
    .row_to_slider .mb_30{
        margin: 0;
        height: 100%;
        -ms-flex: none;
        flex: none;
        max-width: unset;
        padding: 0 10px;
    }
    .row_to_slider .slick-arrow{
        width: 3rem;
        height: 3rem;
        background-size: 1.9rem;
        top: unset;
        transform: none;
        bottom: 0;
        background: linear-gradient(85deg, #0B1956 10.33%, #587FDA 189.13%);
        overflow: hidden;
    }
    .row_to_slider .slick-arrow:after{
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        content: "";
        display: block;
        opacity: 1;
        background-size: 1.9rem;
        background-position: center center;
        background-repeat: no-repeat;
        background-image: url("../img/left2.png");
    }
    .row_to_slider .slick-arrow.slick-next:after{
        background-image: url("../img/right2.png");
    }
    .row_to_slider .slick-prev{
        left: unset;
        right: 52%;
        /*background-image: url("../img/left2.png");*/
    }
    .row_to_slider .slick-next{
        right: unset;
        left: 52%;
        /*background-image: url("../img/right2.png");*/
    }
    #box-3 {
        padding-top: 3.5rem;
    }
    .calc {
        border-radius: 30px;
        background: #FFF;
        box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.10);
        padding: 2rem 15px;
        padding-bottom: 0.8rem;
    }
    .calc_right_item {
        padding-bottom: 0.5rem;
    }
    .calc_right {
        height: auto;
        padding-top: 1rem;
    }
    .policy {
        font-size: 0.9rem;
    }
    .ui-slider .ui-slider-handle {
        width: 1.2rem;
        height: 1.2rem;
        top: -0.55rem;
    }
    .rang_output {
        margin-top: 0.9rem;
    }
    .calc .section_title{
        text-align: center;
    }
    .form-control, .form-control2{
        height: 3.7rem;
        font-size: 1.1rem;
    }
    .selector a {
        height: 3.7rem;
        width: 5.1rem;
        font-size: 1.1rem;
    }
    #box-4 {
        padding-top: 3.7rem;
        padding-bottom: 4rem;
    }
    .preim_icon {
        width: 6rem;
        height: 6rem;
        margin-bottom: 2.5rem;
    }
    .preim_item{
        padding: 1.5rem;
        min-height: 20rem;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    #box-5 {
        border-radius: 30px;
        box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.10);
        padding: 2rem 0;
        margin: 0 15px;
    }
    .gr .box2_tab_item {
        margin: 0;
        padding: 0.625rem;
        font-size: 0.95rem;
    }
    .project_anons {
        font-size: 1rem;
    }
    .project_title {
        margin: 0.9rem 0;
        font-size: 1.35rem;
    }
    .project_img {
        height: 17.5rem;
    }

    #box-6 {
        padding-top: 4.1rem;
    }
    #box-6 .section_text {
        width: 100%;
        padding-bottom: 2rem;
        font-size: 1.1rem;
    }
    #box-7 {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }
    .form_box{
        padding: 1.7rem;
        border-radius: 30px;
        box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.10);
    }
    .form_text br{
        display: none;
    }
    .form_title{
        margin-bottom: 1rem;
    }
    .form_text{
        margin-bottom: 1.5rem;
    }
    .form_box .policy {
        margin-top: 1.5rem;
        margin-bottom: 1.5rem;
    }
    .footer_row .order1{
        order: 1;
        margin-bottom: 1.5rem;
    }
    .footer_row .order2{
        order: 2;
        margin-bottom: 1.5rem;
    }
    .footer_row .order3{
        order: 3;
    }
    footer .f_title {
        font-size: 1.4rem;
        margin-bottom: 0.8rem;
        text-align: center;
    }
    .footer_logo {
        width: 11rem;
    }
    .footer_bottom_sub_flex{
        width: auto;
        display: block;
        text-align: right;
    }
    .footer_bottom_sub_flex a{
        display: block;
        margin: 0.3rem 0;
    }
    footer .f_contacts{
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-top: 1rem;
    }
    footer .f_contacts a {
        font-size: 1.1rem;
        margin-bottom: 0;
    }
    footer .f_contacts a img {
        margin-right: 0.5rem;
    }
    .footer_bottom_links{
        border-top: 1px solid rgba(11, 25, 86, 0.30);
        margin-top: 1.8rem;
        padding-top: 1.7rem;
    }

    footer .header_menu_item{
        background: white;
        border-radius: 12px;
        padding: 0;
        margin-bottom: 1rem;
    }
    footer .header_menu_item_title{
        padding: 1rem;
        margin-bottom: 0;
    }
    footer .header_menu_item ul {
        padding: 1rem;
        padding-top: 0;
        margin: 0;
        padding-bottom: 0.1rem;
    }
    .page_title{
        width: 100%;
        margin-bottom: 1.3rem;
    }
    .breadcrumbs {
        margin-bottom: 2rem;
        font-size: 0.9rem;
    }
    .page{
        padding-top: 2rem;
        padding-bottom: 4rem;
    }
    .about_page_img {
        width: 100%;
        border-radius: 30px;
        overflow: hidden;
        margin: 0 auto;
        height: 20rem;
    }
    .about_page_img img{
        object-fit: cover;
        height: 100%;
    }
    .about_preims_row {
        margin-top: 3rem;
    }
    .about_sm_preims_row .mb_30{
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .about_preim_title {
        font-size: 3rem;
        margin-bottom: 0.5rem;
    }
    .about_preim_item {
        padding: 1.8rem;
        height: 30.4rem;
        box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.10);
    }
    .about_preims_row .mob_full{
        margin-bottom: 10px;
    }
    .about_preim_text br{
        display: none;
    }
    .about_sm_preims_row .about_preim_item {
        box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.10);
        height: auto;
        padding: 1.7rem;
        padding-right: 7rem;
        background-size: cover;
        min-height: 14rem;
        background-repeat: no-repeat;
        background-position: center;
    }
    .history {
        margin-top: 2rem;
        padding-bottom: 4rem;
    }
    .history_items {
        padding-top: 0;
        width: 100%;
    }
    .history .box2_tab_item{
        font-size: 1.1rem;
        width: 23.6%;
        margin: 0;
        margin-bottom: 0.6rem;
        padding: 0.8rem 0;
    }
    .history .box2_tabs{
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .history_item .section_title {
        font-size: 1.6rem !important;
        margin-bottom: 1rem !important;
    }
    .history_img {
        height: auto;
    }
    .his_text {
        padding-top: 0.5rem;
    }
    .team {
        padding-top: 4rem;
    }
    .page_title.long {
        width: 100%;
        margin-bottom: 2rem;
    }
    .team_slider{
        width: 85%;
    }
    .team_slider .slick-list{
        overflow: unset;
        margin: 0 -10px;
    }
    .team_slider .slick-slide > div {
        padding: 0 10px;
    }
    .team_img {
        height: 25rem;
    }
    .team_position {
        font-size: 1rem;
    }
    .login_box{
        width: 100%;
        padding: 0;
    }
    .login_text {
        margin-bottom: 1.2rem;
    }
    .acc_group_title {
        font-size: 1rem;
    }
    .login_box .form-group {
        margin-bottom: 1rem;
    }
    .forgot {
        font-size: 1rem;
    }
    .acc_menu {
        font-size: 1.1rem;
        padding-right: 0;
    }
    .acc_menu li a {
        padding: 0 1rem;
        height: 3rem;
    }
    .acc_menu li a span {
        width: 1.6rem;
        height: 1.6rem;
        font-size: 0.8rem;
        margin-left: 0.45rem;
    }
    .profile_menu_toggle{
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0 1.2rem!important;
        margin-bottom: 0.5rem;
    }
    .profile_menu_toggle i{
        font-size: 0.9rem;
        transition: all 0.35s;
        position: relative;
        z-index: 2;
    }
    .profile_menu_toggle.factive i{
        transform: rotate(-180deg);
    }
    .acc_menu li a{
        background-color: #ebebeb;
    }
    .acc_menu{
        display: none;
    }
    .acc_top {
        width: 100%;
        padding-bottom: 1.8rem;
        margin-bottom: 1.8rem;
    }
    .profile_img {
        width: 7.5rem;
        height: 7.5rem;
        border: 2px solid white;
    }
    .profile_title {
        font-size: 1.3rem;
    }
    .profile_alert {
        font-size: 1rem;
    }
    .profile_text {
        width: calc(100% - 7.5rem);
        padding-left: 1rem;
    }
    .acc_group{
        margin-bottom: 1rem;
    }
    .profile_form_custom_flex{
        display: block;
    }
    .profile_form_custom_left {
        width: 100%;
        padding-right: 0;
        margin-bottom: 0.7rem;
    }
    .profile_form_custom_right {
        width: 100%;
    }
    .profile_img_upload {
        width: 7rem;
        height: 7rem;
        margin: 0;
    }
    .profile_img_upload_btns a {
        margin-left: 1.6rem;
        font-size: 1rem;
    }
    .mob_marged{
        margin-top: 1.5rem;
    }
    .mob_mb_10 .mb_30{
        margin-bottom: 10px;
    }
    .mob_mb_20 .mb_30{
        margin-bottom: 20px;
    }
    .acc_main_title {
        font-size: 1.3rem;
        margin-top: 1rem;
        margin-bottom: 0.6rem;
    }
    .acc_main_text {
        font-size: 1rem;
    }
    .acc_main_item .btn_border{
        margin-top: 1rem;
    }
    .acc_main_img {
        height: 14rem;
    }
    .acc_main_row .mb_30:last-child{
        margin-bottom: 0;
    }
    .dogovor_info_item_box {
        height: 3.1rem;
    }
    .dogovor_table table, .dogovor_table table tbody, .dogovor_table table tr, .dogovor_table table td{
        display: block;
        border: none;
    }
    .dogovor_table table tr{
        box-shadow: 0 1px 2px 0 rgba(10, 13, 18, 0.05);
        border-radius: 12px;
        background: white;
        padding: 1rem;
        margin-bottom: 20px;
    }
    .dogovor_table table tr:last-child{
        margin-bottom: 0;
    }
    .dogovor_table table td{
        font-size: 1.1rem;
        color: #333333!important;
        padding: 0;
    }
    .dogovor_table table td:not(:last-child){
        padding-bottom: 1rem;
    }
    .dogovor_table table td span.mob_block{
        font-size: 1rem;
        margin-bottom: 0.5rem;
        opacity: 0.6;
    }
    .dogovor_status {
        font-size: 1rem;
    }
    .dogovor_status img {
        width: 1.25rem;
        margin-right: 0.3rem;
    }
    .acc_preims .preim_item {
        height: auto;
        min-height: 18rem;
    }
    .prizes_row .section_text{
        margin-bottom: 1.5rem!important;
    }
    .priz_img {
        height: 17rem;
        margin-bottom: 1rem;
    }
    .priz_title {
        margin-bottom: 0.7rem;
        font-size: 1.3rem;
    }
    .priz_count {
        font-size: 1rem;
    }
    .faq_item {
        border-radius: 20px;
        box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.10);
        padding: 1rem;
    }
    .f_arrow {
        width: 2.2rem;
        height: 2.2rem;
    }
    .f_arrow img {
        width: 1.8rem;
    }
    .faq_link span {
        width: calc(100% - 2.2rem);
        padding-right: 0.5rem;
        font-size: 1.1rem;
        color: #0B1956;
    }
    .faq_content {
        border-radius: 18px;
        padding: 1.2rem;
        font-size: 1rem;
    }
    .account_news .news_row .mb_30 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .news_img {
        height: 18rem;
    }
    .news_title {
        margin-top: 1rem;
        margin-bottom: 0.8rem;
        font-size: 1.2rem;
    }
    .similar_news {
        padding-top: 2rem;
    }
    .news_gal_item {
        height: 20.088rem;
    }
    .similar_news .news_row .mb_30:last-child{
        margin-bottom: 0!important;
    }
    .news_gal_item {
        height: 10rem;
        border-radius: 20px;
    }
    .priz_list_page .priz_items .mb_30:last-child{
        margin-bottom: 0;
    }
    .noti_text p {
        margin-bottom: 0.6rem;
    }
    .noti_text span {
        border-bottom: 1px solid #cecece;
        display: block;
        padding-bottom: 0.8rem;
    }
    .notification_title_flex {
        color: #181D27;
        font-size: 0.9rem;
        margin-bottom: 1.4rem;
    }
    .card_slider_list {
        display: block;
        position: static;
        height: auto;
        border-radius: 20px;
        overflow: hidden;
    }
    .card_slider{
        height: auto;
        box-shadow: none;
        border-radius: 0;
    }
    .card_slider:after{
        display: none;
    }
    .card_slider_box .section_title{
        color: rgba(11, 25, 86, 1);
    }
    .card_slider_box{
        color: black;
        padding: 0;
        height: auto;
        display: block;
    }
    .srok {
        height: 3.125rem;
        color: #000000d6;
        margin-bottom: 1.3rem;
        box-shadow: none;
        border: 1px solid rgb(37 35 35 / 40%);
    }
    .card_slider_text{
        margin-bottom: 1rem;
    }
    .card_slider_item {
        height: 20rem;
    }
    .card_slider_text br{
        display: none;
    }
    .card_description {
        padding: 2rem 0;
    }
    .card_map {
        height: 20rem;
    }
    .card_chars {
        padding-top: 3rem;
    }
    .char_btn {
        margin-top: 0.4rem;
        margin-bottom: 1.7rem;
    }
    .card_chars_item span {
        display: block;
        font-size: 1.3rem;
    }
    .card_chars_item {
        margin-bottom: 0.7rem;
    }
    .card_dvor {
        box-shadow: none;
        border-radius: 0;
        margin-top: 1.6rem;
        display: block;
        height: auto;
        padding: 0;
    }
    .card_dvor .ab_img{
        position: static;
        margin-bottom: 1rem;
        border-radius: 20px;
    }
    .card_dvor_box{
        width: 100%;
        height: auto;
    }
    .card_dvor_box p {
        margin-bottom: 1rem;
    }
    .studio {
        padding-top: 3.3rem;
    }
    .studio_tabs .box2_tabs.left .box2_tab_item{
        font-size: 1.1rem;
        padding: 0.9rem 1.5rem;
    }
    .studio_tabs {
        padding: 0.5rem 0.5rem;
        padding-bottom: 0.3rem;
        margin-bottom: 1.5rem;
    }
    .modal.card_modal .modal__block{
        width: 95%;
        padding: 3rem 15px;
        border-radius: 20px;
    }
    .modal.card_modal .close {
        right: 15px;
        top: 13px;
    }
    .modal.card_modal .modal__block .section_title{
        font-size: 1.6rem!important;
    }
    .card_modal_box .studio_tabs {
        margin-bottom: 1.7rem;
    }
    .plan_img {
        height: auto;
        margin-bottom: 1rem;
    }
    .card_page #box-7 {
        padding-top: 3.8rem;
    }
    .hod_slider{
        width: 86%;
    }
    .hod_slider .slick-list{
        overflow: unset;
        margin: 0 -10px;
    }
    .hod_img {
        height: 34rem;
        border-radius: 16px;
        margin-bottom: 1rem;
    }
    .hod_title {
        font-size: 1rem;
        text-align: center;
    }
    .hod_slider .slick-slide > div {
        padding: 0 10px;
    }
    .hod {
        margin-bottom: 3.3rem;
    }
    .page:not(.individuals_page) .prod_img {
        height: 28rem!important;
    }
    .page:not(.individuals_page) .prod_row .mb_30{
        margin-bottom: 15px;
    }
    .page:not(.individuals_page) .prod_row .mb_30:last-child{
        margin-bottom: 0;
    }
    .cat_page .box2_tabs {
        width: 50%;
        margin: 0;
    }
    .cat_page .box2_tabs .box2_tab_item {
                width: auto;
        font-size: 0.8rem;
        margin: 0;
        margin-bottom: 0.3rem;
        padding: 0.9rem 0.9rem;
        text-align: center;
    }
    .cat_page .box2_tabs .box2_tab_item:last-child{
        margin-bottom: 0;
    }

    .cat_page .page_title {
        width: 100%;
    }

    .cat_filters{
        margin-bottom: 1.5rem;
    }

    .cat_map {
        margin-top: 3.5rem;
    }
    .cat_map_box {
        border-radius: 30px;
        height: 25rem;
    }
    .cat_page .box2_tabs.left{
        border-right: none;
        padding-right: 0;
        width: 100%;
    }
    .cat_page .box2_tabs.right{
        padding-left: 1rem;
    }
    .page_banner_bottom .btn_border{
        margin: 0;
        margin-top: 0.5rem;
    }
    .page_banner br{
        display: none;
    }
    .page_banner{
        padding: 2rem 1.7rem;
        overflow: hidden;
    }
    .page_banner:after{
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        content: "";
        background: white;
        opacity: 0.2;
    }
    .page_banner_top, .page_banner_bottom{
        position: relative;
        z-index: 2;

    }

    .page_banner_ouy {
        left: -7.4rem;
        width: 15rem;
        z-index: 1;
    }
    .page_banner_ouy.right {
        right: -7.4rem;
        transform: translateY(-50%) rotate(90deg);
    }
    .preim_btn {
        margin-top: 1.5rem;
    }
    .faq {
        margin-top: 2.7rem;
        padding-bottom: 0;
    }
    .faq_top_text br{
        display: none;
    }
    .faq_row .col-md-6:last-child .faq_item:last-child{
        margin-bottom: 0;
    }
    .business_page_box2 {
        padding-top: 3.3rem;
    }
    .bus_item br{
        display: none;
    }
    .business_page #box-5 {
        margin-top: 3rem;
    }
    .form_title.sm{
        font-size: 1.7rem;
    }
    .bus_item_text {
        padding-left: 0.7rem;
    }
    .page_contacts_row {
        padding-top: 0.5rem;
    }
    .page_cont_item .section_title{
        text-align: center;
        font-size: 1.8rem !important;
    }
    .page_cont_item {
        border-radius: 30px;
        box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.10);
        padding: 1.4rem;
        padding-bottom: 0.3rem;
    }
    .page_contacts_row > .mb_30{
        margin-bottom: 20px;
    }
    .page_contacts_row > .mb_30:last-child{
        margin-bottom: 0;
    }
    .cont_work_title {
        font-size: 1rem;
        opacity: 0.5;
        margin-bottom: 0.5rem;
    }
    .news_row > .mb_30:not(:last-child){
        margin-bottom: 30px;
    }
    .news_page_box {
        width: 100%;
    }
    .news_page_box .section_title{
        text-align: left;
        font-size: 1.6rem!important;
    }
    .vac_box{
        width: 100%;
        margin-top: 2rem;
    }
    .vac_item .btn_border{
        margin-top: 1rem;
    }
    .vac_item:last-child{
        margin-bottom: 0;
    }
    .vac_form {
        border-radius: 30px;
        box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.10);
        color: white;
        padding: 1.7rem;
        margin-top: 3.5rem;
    }
    .vac_box .section_title.sm {
        padding-bottom: 1.3rem;
        font-size: 1.7rem!important;
    }
    .mob_text_center{
        text-align: center;
    }
    .acc_box{
        padding-top: 1.2rem;
    }
    .win_btns{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .win_btns a{
        margin: 0;
        margin-bottom: 0.35rem;
        padding: 0.7rem 1.1rem;
    }
    .win_lables {
        margin-top: 1rem;
    }

}
@media screen and (max-width:550px) {
    body{
        font-size: 1.1rem;
    }
    .win_table_box{
        overflow-y: auto;
    }
    .win_table_box table{
        width: 180%;
    }
    .dogovor_table table th, .win_table_box table th{
        font-size: 1rem;
    }
}
