.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;
    }
}


@media screen and (min-width:992px) {
    .lang_drop{
        opacity: 0;
        pointer-events: none;
        top: 120%;
    }
    .lang_box:hover .lang_drop{
        opacity: 1;
        pointer-events: painted;
        top: 100%;
    }
    .lang_box:hover .l_arrow{
        transform: rotate(-180deg);
    }
    .news_item:hover .btn:after{
        opacity: 1;
    }
    .scale_on_hover .news_img img{
        transition: all 0.35s;
    }
    .scale_on_hover:hover .news_img img{
        transform: scale(1.05);
    }
    .vv1_row .content li {
        margin-bottom: 0.9rem
    }
    .menu_item{
        position: relative;
    }
    .menu_item > a{
        padding: 1rem 0;
    }
    .menu_item:hover > a img{
        transform: rotate(-180deg);
    }
    .menu_item:hover > .menu_drop{
        display: block;
    }
    .menu_drop li:hover > a, .menu_drop a.active{
        background: #ebebeb;
        color: black!important;
    }
    .menu_drop{
        position: absolute;
        left: -1rem;
        top: 100%;
        list-style-type: none;
        margin: 0;
        font-size: 0.75rem;
        /*border-radius: 5px;*/
        background: #FFF;
        box-shadow: 0px 4px 50px 0px rgba(0, 0, 0, 0.10);
        width: max-content;
        display: none;
    }
    .menu_drop .menu_drop{
        left: 100%;
        top: 0;
        display: none;
    }

    .menu_drop li:hover .menu_drop{
        display: block;
    }
    .menu_drop li{
        position: relative;
        border-bottom: 1px solid rgba(0,0,0,0.1);
    }
    .menu_drop li a{
        display: flex;
        align-items: center;
        padding: 0.5rem 1rem;
        min-height: 3rem;
    }
    .menu_drop img{
        width: 1.25rem;
        margin-left: 0.5rem;
    }
    .top_arrow .slick-prev:hover{
        background-image: url("../img/left3.png");
        background-color: #22408C;
    }
    .top_arrow .slick-next:hover{
        background-image: url("../img/right3.png");
        background-color: #22408C;
    }
    .visa_item img{
        transition: all 0.35s;
    }
    .visa_item:hover img{
        transform: scale(1.05);
    }

    .visa_item:hover .btn:after{
        opacity: 1;
    }
    .visa_item:hover .btn{
        color: white;
    }
    .btn img{
        transition: all 0.35s;
    }
    .btn.white:hover img{
        filter: brightness(0) invert(1);
    }
    .btn.white:hover{
        color: white;
    }
    .btn:hover{
        color: white;
    }
    .btn:hover:after{
        opacity: 1;
    }
    .baikonyr_banner .second_btn_flex{
        margin-top: 8rem;
    } 
}
.news_img_row{
    margin-top: 2rem;
}
.news_img_item{
    border-radius: 20px;
    overflow: hidden;
    height: 26rem;
}
@media screen and (max-width:992px) {
    .news_img_item {
        height: 27rem;
    }
    body {
        padding-top: 5.3rem;
    }
    .lang_drop{
        display: none;
        left: 0.7rem;
    }
    .active_lang{
        cursor: pointer;
    }
    .active_lang.factive .l_arrow{
        transform: rotate(-180deg);
    }
    .menu_drop{
        display: none!important;
    }
    .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 {
        font-size: 1.9rem;
        color: #22408C;
    }
    .mob_none {
        display: none !important;
    }
    .mob_block {
        display: block !important;
    }
    .logo {
        width: 8.5rem;
    }
    .header_top_left{
        width: 100%;
        justify-content: space-between;
    }
    .container {
        width: 100%;
        padding: 0 15px;
    }


    .header_bottom  {
        position: absolute;
        display: none;
        top: 100%;
        left: 0;
        width: 100%;
        bottom: unset;
        background: #ffffff;
        box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
        padding: 0;
        border-top: 1px solid #e8e8e8;
        border-bottom: 1px solid #e8e8e8;
        margin: 0;
        text-align: center;
    }
    .menu{
        padding: 0;
        display: block;
    }
    .header_bottom a{
        display: block;
        margin: 0;
        margin-bottom: 1.5rem;
    }

    .header_top{
        padding: 0;
        margin: 0;
    }
    header{
        border-radius: 0;
        padding: 1.2rem 0;
    }
    .header_top .container{
        padding-bottom: 0;
        border: none;
    }
    .soc_container{
        position: static;
        transform: none;
        display: none;
    }
    #box-1 {
        margin-top: 0;
    }
    .slider_text {
        width: 100%;
    }
    .section_title {
        font-size: 1.7rem;
        margin-bottom: 1rem;
    }
    .slider_text_box br{
        display: none;
    }
    .slider_after{
        display: none;
    }
    .btn{
        width: 100%!important;
        min-width: unset!important;
        height: 3.4rem;
    }
    .slider_btns .btn {
        margin-right: 0;
        margin-top: 0.5rem;
    }
    .slider_btns {
        margin-top: 0.7rem;
    }
    .slider_item{
        padding-top: 0;
    }
    #tour_search {
        padding-top: 18px;
    }
    #box-2 {
        padding-top: 3rem;
    }
    .section_text {
        margin-bottom: 1.8rem;
    }
    .visa_item {
        min-height: 20rem;
        height: auto;
        border-radius: 15px;
    }
    .visa_item:after {
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        content: "";
        background: rgba(0, 0, 0, 0.30);
        z-index: 1;
    }
    #box-3 {
        padding-top: 2rem;
    }
    .section_title.sm {
        font-size: 1.8rem;
    }
    .banner_tg{
        display: none;
    }
    .banner {
        padding: 1.7rem;
        border-radius: 15px;
    }
    .border_img {
        border-radius: 15px;
        box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.25);
    }
    .banner_bottom {
        margin-top: 1.3rem;
    }
    #box-4 {
        padding-top: 3rem;
    }
    .flag {
        width: 1.6rem;
    }
    #box-5 {
        padding-top: 2rem;
    }
    .box5_banner {
        padding-top: 3rem;
        padding-bottom: 2.5rem;
    }
    .box5_row .border_img {
        margin-bottom: 1.4rem;
    }
    .preim_title {
        font-size: 3rem;
    }
    .preim_row .mb_30{
        margin-bottom: 10px;
    }
    .preim_item {
        border-radius: 15px;
    }
    #box-6 {
        padding-top: 3rem;
    }
    .content p, .content img, .content ol, .content ul, .content table{
        line-height: 1.3;
    }
    .section_text br{
        display: none;
    }
    #tour_filter {
        padding-top: 1.8rem;
    }
    #box-7 {
        padding-top: 3rem;
    }
    #box-8 {
        padding-top: 2rem;
    }
    #box-8 .section_title{
        margin-bottom: 1.3rem;
    }
    #box-9 {
        padding-top: 2rem;
    }
    .rev_slider .slick-list{
        display: flex;
    }
    .rev_slider .slick-track{
        display: flex;
    }
    .rev_slider .slick-slide > div, .rev_slider .slick-list .mb_30{
        height: 100%;
    }
    .rev_item {
        border-radius: 15px;
        padding: 1.7rem;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .box9_banner{
        border-radius: 15px;
        padding: 3rem 1.7rem;
    }
    .box9_form {
        padding-right: 0;
    }
    .form-control {
        padding: 1rem;
        font-size: 1.1rem;
    }
    .policy {
        margin-bottom: 1.3rem;
        font-size: 0.9rem;
        padding-top: 0.3rem;
    }
    .vv1_row .section_title br{
        display: none;
    }
    #box-10 {
        padding-top: 3rem;
        margin-bottom: -1rem;
    }
    .part_item{
        height: 5rem;
    }
    .part_slider {
        padding-top: 0;
    }
    #box-11 {
        padding-top: 3rem;
        padding-bottom: 4rem;
    }
    .map {
        border-radius: 15px;
        height: 20rem;
        margin-top: 2rem;
    }
    footer .section_title.sm{
        font-size: 1.6rem;
    }
    .footer_phones p {
        font-size: 1.1rem;
    }
    .footer_text_box {
        width: 100%;
        font-size: 0.7rem;
        margin-top: 2rem;
    }
    .footer_work {
        margin-bottom: 2.1rem;
    }
    .footer_socials a {
        margin-right: 1rem;
        font-size: 2rem;
    }
    .footer_bottom {
        display: block;
        text-align: center;
        font-size: 0.9rem;
    }
    .footer_bottom a{
        margin-top: 0.5rem;
        display: block;
    }

    .menu_toggle .fa-phone{
        font-size: 1.4rem;
    }

    .menu_toggle .fa-search{
        font-size: 1.5rem;
    }
    .menu_toggle {
        margin-left: 1.1rem;
        width: 2rem;
        height: 2rem;
    }
    .menu {
        font-size: 1.1rem;
    }
    .menu_item > a > img{
        display: none;
    }
    .menu_item > a{
        margin: 0;
        padding: 1rem 0;
        text-align: left;
    }
    .menu_item:not(:last-child){
        border-bottom: 1px solid #e8e8e8;
    }
    .search {
        position: absolute;
        margin-left: 0;
        top: 100%;
        left: 0;
        width: 100%;
        display: none;
    }
    .search input{
        width: 100%;
        border-radius: 0;
        font-size: 1.1rem;
        height: 3.3rem;
    }
    .search button {
        height: 3.3rem;
        width: 3.3rem;
        border-radius: 0;
        background: #22408C!important;
    }
    .search button img{
        width: 2rem;
    }
    .lang_box{
        position: absolute;
        left: 10.5rem;
        top: 50%;
        transform: translateY(-50%);
        font-size: 1.1rem;
        z-index: 3;
    }
    .header_phones{
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background: white;
        padding: 3rem 15px;
        box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
        border-top: 1px solid #e8e8e8;
        border-bottom: 1px solid #e8e8e8;
        font-size: 1.1rem;
        text-align: center;
        display: none;
    }
    .header_phones p {
        margin-bottom: 1.1rem;
    }
    .header_phones .footer_socials{
        justify-content: center;
        margin-top: 2rem;
    }
    .header_phones .footer_socials a {
        color: #22408C;
        margin: 0 0.55rem;
    }
    .slider_text br{
        display: none;
    }
    .slider_item .container{
        height: 100%;
    }
    .slider_text{
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: 100%;
        padding: 3rem 0;
    }
    .avia_preims {
        padding-top: 3rem;
    }
    .avia_preim_content {
        font-size: 1rem;
    }
    .avia_preims.orange_preims {
        padding-top: 2rem;
    }
    h2 {
        font-size: 1.6rem;
    }
    h3 {
        font-size: 1.5rem;
    }
    h4 {
        font-size: 1.4rem;
    }
    h5 {
        font-size: 1.3rem;
    }
    h6 {
        font-size: 1.1rem;
    }
    .vv1_row {
        margin-top: 2.5rem;
        padding-bottom: 1.6rem;
    }
    .avia_companies {
        padding-top: 3rem;
    }
    .company_tabs a {
        padding: 0.9rem 1.3rem;
        margin-right: 0.3rem;
        margin-bottom: 0.8rem;
    }
    .company_tabs a:after {
        left: 1px;
        top: 1px;
        right: 1px;
        bottom: 1px;
    }
    .company_tabs {
        margin-bottom: 1.5rem;
    }
    .mob_reverse{
        flex-direction: column-reverse;
    }
    .company_img{
        padding: 0 2rem;
    }
    .comapny_btn {
        margin-top: 1.5rem;
    }
    .btn.orange{
        color: white!important;
    }
    .container .container{
        padding: 0;
    }
    .btns_flex{
        display: block;
    }
    .btns_flex .btn {
        margin-top: 1rem;
    }
    .download_banner .banner_text {
        height: auto;
    }
    .page #box-3 {
        padding-top: 3.5rem;
    }
    .page #box-2 {
        padding-top: 3rem;
        margin-bottom: 0;
    }
    #page_padding {
        padding-top: 3rem;
    }
    .section_pad {
        padding-top: 1.7rem;
    }
    .box9_banner_row > .col-md-6.mob_full:nth-child(2){
        display: none;
    }
    .bez_vis_row .content p b{
        font-size: 1.25rem;
    }
    .vv1_row .border16{
        margin-bottom: 1.7rem;
    }
    .vv2_box {
        padding-top: 2.2rem;
    }
    .vv_item_img {
        width: 100%;
        border-radius: 15px;
        height: 14.5rem;
    }

    .vv_item_title {
        margin-top: 1.5rem;
        margin-bottom: 1rem;
    }
    .vv2_box .section_text {
        margin-bottom: 2rem;
    }
    .vv_orange {
        border-radius: 16px;
        padding: 2rem 1.7rem;
        margin-top: 2rem;
    }
    .vv_preims {
        margin-top: 3.2rem;
    }
    .vv_preims_row .mb_30{
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .vv_preim_title {
        font-size: 1.2rem;
    }
    .vv_pattern{
        display: none;
    }
    .line{
        display: none;
    }
    .step_num {
        width: 5rem;
        height: 5rem;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
    }
    .vv_step_row:nth-child(even) .step_num {
        right: unset;
        left: 0;
    }
    .vv_step_row:nth-child(odd) .vv_step_item {
        padding-right: 6.3rem;
    }
    .vv_step_row:nth-child(even) .vv_step_item {
        padding-left: 6.3rem;
    }
    .vv_step_text{
        font-size: 1rem;
    }
    .vv_step_title {
        font-size: 1.3rem;
        margin-bottom: 0.6rem;
    }
    .vv_step_row {
        margin-bottom: 3.2rem;
    }
    .vv_steps .section_title {
        margin-bottom: 2.7rem;
    }
    .vv_steps {
        margin-top: 2.6rem;
    }
    #visa_form  .box9_banner_row > .mob_full:nth-child(2) {
        display: block;
    }
    #visa_form .box9_banner{
        padding: 1.7rem;
    }
    #visa_form .border_img {
        margin-bottom: 1.7rem;
    }
    .modal .modal__block{
        width: 95%;
        padding: 3rem 1rem;
    }
    .loader_box{
        width: 150px;
    }
    .loader_logo{
        width: 50px;
    }
    .compass{
        width: 120px;
    }
    .bread_ab {
        top: 2.2rem;
    }
    .slider_item.with_bread{
        padding-top: 2.4rem;
        height: 33rem;
    }
    .raise_tab_link{
        width: 100%;
        text-align: center;
        padding-left: 0;
        padding-right: 0;
    }
    .raises .company_tabs {
        margin-bottom: 1.2rem;
    }
    .raise_el{
        flex-wrap: wrap;
        padding: 2rem 1rem;
        margin-bottom: 1rem;
    }
    .raise_el_left{
        width: 100%;
        flex-wrap: wrap;
        justify-content: center;
        flex-direction: column;
    }
    .raise_cities{
        width: 100%;
        justify-content: space-between;
    }
    .raise_cities span{
        padding: 0!important;
        width: auto!important;
        font-size: 1.1rem;
    }
    .raise_cities img{
        margin: 0;
    }
    .raise_popuar{
        margin: 0;
        margin-top: 0.7rem;
        width: auto;
        font-size: 0.9rem;
    }
    .raise_price{
        width: auto;
        font-size: 1.45rem;
        margin-top: 0.7rem;
        margin-bottom: 0.5rem;
    }
    .raise_logo {
        width: 11.3rem;
        margin-bottom: 1rem;
    }
    .raises {
        padding-bottom: 2rem;
    }
    .row_slider_list{
        width: 85%;
    }
    .corp_item .vv_item_title {
        margin-top: 1.5rem;
        margin-bottom: 1rem;
        font-size: 1.25rem;
    }
    .vv_item_sm .content {
        font-size: 1rem;
    }
    .corp_preims {
        padding-top: 3.5rem;
    }
    .corp_page .vv_preims {
        margin-bottom: 0;
        margin-top: 4rem;
    }
    .tour_page_items_row .mb_30{
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .tour_page_bottom {
        padding-top: 2.3rem;
    }
    .tour_page_banner {
        margin-top: 2.2rem;
        height: auto;
        padding: 2rem;
        margin-bottom: 1.5rem;
    }
    .tour_page_banner_content{
        margin-bottom: 2rem;
    }
    .section_title.sm3 {
        font-size: 1.7rem;
    }
    .pagination2 {
        margin-top: 1rem;
    }
    .footer_top_margin {
        margin-top: 3.5rem;
    }
    .border16_margin .border16{
        margin-bottom: 1.5rem;
    }
    .gor_programms{
        padding-top: 3.5rem;
    }
    .gos_programs_row .mob_full{
        margin-bottom: 20px;
    }
    .gor_text_and_image_row {
        margin-top: 1.8rem;
    }
    .gor_page .avia_preims.orange_preims {
        padding-top: 3rem;
    }

    .yellow_form .gor_text_and_image_row {
        margin-top: 2.5rem
    }
    .yellow_form #box-9 {
        padding-top: 2.8rem;
    }
    .baikonyr_elements .content {
        font-size: 1.1rem;
        margin-bottom: 1.7rem
    }
    .baikonyr_banner {
        padding: 3rem 1.5rem;
    }
    .baikonyr_elements {
        padding-top: 3.2rem
    }
    .baikonyr_el{
        display: block;
    }
    .bai_img{
        margin: 0 auto;
        width: 10rem;
        height: 10rem;
        margin-bottom: 1rem;
    }
    .bai_text{
        width: 100%;
        padding: 0;
    }
    .bai_title{
        text-align: center;
    }
    .baikonyr_page .gor_text_and_image_row {
        margin-top: 1.7rem
    }
    .baikonyr_page #box-9 {
        padding-top: 2rem
    }
    .page.hot_page #box-3 {
        padding-top: 3.5rem;
    }
    #hot_tabs {
        padding-top: 3.5rem
    }
    #hot_tabs .company_tabs{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    #hot_tabs .company_tabs a{
        width: auto;
        min-width: 23%;
        text-align: center;
        margin: 0;
        padding-left: 0;
        padding-right: 0;
    }
    .hot_orange {
        margin-top: 3.3rem;
        padding: 1.8rem;
        padding-top: 2.5rem;
        border-radius: 15px;
    }
    .hot_page #box-9 {
        padding-top: 3.6rem;
    }
    .medik_page .vv_preims {
        margin-top: 3.3rem;
    }
    .medik_page .vv_preims .content{
        margin-bottom: 1.5rem;
    }
    .medik_page .vv_preim_item {
        padding-bottom: 1rem;
    }
    .medik_page .vv_preims_row .mb_30 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .medik_page .vv_preim_title {
        font-size: 1.3rem
    }
    .medik_elements {
        padding-top: 1.7rem;
    }
    .med_el_item{
        display: block;
    }
    .med_img{
        width: 100%;
        margin-bottom: 1.5rem;
    }
    .med_text_box {
        width: 100%;
        padding: 0;
    }
    .med_text_box .btn{
        margin-top: 1rem;
    }
    .medik_tabs {
        padding-top: 2rem;
    }
    .medik_tabs .company_img{
        padding: 0;
        width: 50%;
        margin: 0 auto;
        margin-bottom: 1.5rem;
    }
    .medik_page.yellow_form #box-9 {
        padding-top: 3.6rem;
    }
    .author_title{
        margin-top: 1.3rem;
    }
    .author_item_text {
        margin-bottom: 1.7rem;
    }
    .author_img {
        height: 14rem;
    }
    .author_page_elements {
        padding-top: 3.5rem;
    }
    .author_item_page .vv_step_item {
        max-height: unset;
    }
    .vv_gallery_row {
        padding: 0!important;
        margin-top: 1.5rem;
    }
    .vv_gallery_item {
        height: 6.588rem;
    }
    .author_item_page .vv_step_row:nth-child(even){
        flex-direction: column-reverse;
    }
    .author_item_page .vv_step_row {
        margin-bottom: 3rem;
    }
    .author_item_page .vv_steps .section_title {
        margin-bottom: 1.8rem
    }
    .aut_item_images {
        padding-top: 0.5rem;
    }
    .aut_i_img {
        height: 10rem
    }
    .aut_i_title {
        margin-top: 0.9rem;
        margin-bottom: 0.9rem;
    }
    .author_item_page .gor_page_row {
        margin-top: 1.5rem;
    }
    .author_item_page.yellow_form #box-9 {
        padding-top: 3.2rem;
    }
    .kids_page .baikonyr_banner{
        background: black;
    }
    .kids_page .baikonyr_banner .ab_img{
        object-position: right;
        opacity: 0.5;
    }
    .kids_page .gor_page_row {
        margin-top: 3.5rem;
    }
    .kids_step_dot{
        display: none;
    }
    .kids_step_title {
        margin-top: 0.4rem;
        margin-bottom: 0.7rem;
    }
    .kids_go_row {
        padding-top: 0;
    }
    .kids_step_num {
        font-size: 4.2rem;
    }
    .kids_go_row .mb_30:last-child{
        margin-bottom: 0;
    }
    .trans_preim_item{
        display: block;
    }
    .trans_preim_img {
        width: 100%;
    }
    .trans_preim_text {
        width: 100%;
        padding-left: 0;
        padding-top: 1.2rem;
    }
    .trans_slider {
        padding-top: 3.5rem
    }
    .trans_slider_item{
        height: 6rem;
        display: block!important;
    }
    .slider_text.sm {
        width: 100%;
    }
    .kursy_page .gor_text_and_image_row {
        margin-top: 3rem
    }
    .kurs_step_title {
        margin-top: 1.2rem;
        margin-bottom: 0.8rem;
    }
    #kurs_oyu {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
    .kurs_oyu_img{
        display: none;
    }
    .kurs_oyu_content .content {
        width: 100%;
    }
    .kurs_prices_row {
        padding-top: 0.5rem;
    }
    .faq {
        padding-top: 2.3rem;
    }
    .faq_link {
        font-size: 1.2rem;
        color: black!important;
    }
    .faq_link img {
        width: 2.1rem;
    }
    .kursy_visa #kurs_oyu {
        padding-top: 1.7rem;
    }
    .kurs_visa_price {
        width: 100%;
        margin: 0 auto;
        margin-top: 2rem;
    }
    .kursy_page #box-9 {
        padding-top: 3rem;
    }
    .kursy_visa .faq {
        padding-top: 1.6rem
    }
    .kursy_page .gor_text_and_image_row:not(.mob_reverse) {
        margin-top: 2rem;
    }
    .kursy_visa .kurs_steps {
        padding-top: 3.5rem;
    }
    .perevod_kurs_img {
        height: 20.5rem
    }
    .perevod_kurs_title {
        font-size: 1.35rem;
    }
    .perevod_page #kurs_oyu {
        padding-top: 1.5rem;
        padding-bottom: 1.8rem
    }
    .perevod_persons_row .mb_30:last-child{
        margin-bottom: 1rem;
    }
    .perevod_page #box-9 {
        padding-top: 4rem
    }
    .perevod_page .slider_item .ab_img{
        object-position: right;
        opacity: 0.7;
    }
    .perevod_page .slider_item{
        background: black;
    }
    .buh_items {
        padding-top: 2.2rem;
    }
    .kursy_page.about_page .preim_row .preim_title {
        font-size: 3.3rem
    }
    .about_page .kurs_oyu_content {
        width: 100%;
    }
    .about_page .kurs_oyu_content .section_title.sm {
        font-size: 1.2rem;
    }
    .about_persons {
        padding-top: 2.7rem
    }
    .about_person_row .border_img{
        margin-bottom: 1.5rem;
    }
    .about_persons_list .mb_30{
        margin-bottom: 1.5rem;
    }
    .about_person_img {
        height: 30rem;
    }
    .about_person_title br{
        display: none;
    }
    .about_certs_item {
        height: 14rem;
    }
    .pagination{
        margin-top: 0;
    }
    .news_container {
        width: 100%;
    }
    .news_similar .news_list_row {
        margin-top: 0;
    }
    .bai_text_box{
        text-align: center;
    }
    .vv_preim_text2 {
        font-size: 0.8rem;
    }
    .china3_page .gor_text_and_image_row {
        margin-top: 3rem;
    }
    .china3_page .gor_text_and_image_row.mob_reverse {
        margin-top: 2.2rem;
    }
    .china3_page .avia_preims {
        padding-top: 3.8rem;
    }
    .avia_p_btn {
        margin-top: 1.8rem;
        padding-bottom: 1.9rem;
    }
    .china4_page .gor_text_and_image_row {
        margin-top: 3.5rem;
    }
    .china4_page .baikonyr_elements {
        padding-top: 3rem;
    }
    .china4_last {
        padding-top: 0;
        padding-bottom: 2.3rem;
    }
    .new_page_padding {
        padding-top: 3.5rem;
    }
    .china6_page .gor_text_and_image_row {
        margin-top: 3.5rem;
    }
    .china_tour_times {
        padding-top: 2.5rem;
    }
    .china_time_title {
        font-size: 1.25rem;
        margin-bottom: 0.6rem;
    }
    .china_time{
        flex-direction: column-reverse;
    }
    .china_time_left {
        width: 100%;
        padding-right: 0;
        padding-top: 1rem;
        text-align: center;
    }
    .china_yellow {
        margin-top: 1rem;
        border-radius: 16px;
        padding: 1.6rem;
        padding-bottom: 1rem;
    }
    .china_yellow_img{
        display: none;
    }
    .china6_page #box-9 {
        padding-top: 3.1rem;
    }
    .china7_page .avia_preims {
        padding-top: 3.3rem;
    }
    .china7_page .new_page_padding {
        padding-top: 3rem;
    }
    .china7_page .gor_text_and_image_row {
        margin-top: 2.4rem;
    }
    .china7_page #box-9 {
        padding-top: 4rem;
    }
    .hot_img_box {
        height: 20rem;
    }
    .baikonyr_banner_row{
        width: auto;
    }
    .univer_digits {
        padding-top: 2.7rem;
    }
    .univer_preims {
        padding-top: 3.8rem;
    }
    .un_img {
        width: 100%;
        height: 22.375rem;
    }
    .univer_preims.sm {
        padding-top: 2rem;
    }
    .univer_preim_item.big .un_img {
        height: 14rem;
    }
    .faq.big {
        padding-top: 2rem;
    }
    .second_btn_flex .btn {
        margin-right: 0;
        margin-top: 1rem;
    }
}
@media screen and (max-width:550px) {
    body{
        font-size: 1.1rem;
    }
}
