.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) {
    .arenda_slider .slick-arrow:hover{
        background-color: rgba(255, 255, 255, 0.50);
    }
    .slider_arrow_box button:hover img{
        filter: brightness(0) invert(1);
    }
    .slider_arrow_box button:hover{
        background: #CA5331;
    }
    .about_1 .box1_mic {
        left: 48.3rem;
        top: 50%;
        height: 23.325rem;
    }
    .about_1 .mic_head {
        top: 6.1rem;
        left: 8rem;
        height: 14.6rem;
    }
    .about_1 .hl1 {
        width: 4rem;
        left: 28rem;
        top: 10.4rem;
    }
    .about_1 .hl2 {
        width: 2.3rem;
        left: 25.9rem;
        top: 8.8rem;
    }
    .about_1 .mic_pen {
        width: 112rem;
        left: 14.4rem;
        top: 10rem;
    }
    #new_line_bg{
        background-image: url("../img/big_line.png");
        background-position: center center;
        background-repeat: no-repeat;
        background-size: auto 32rem;
    }
}

@media screen and (max-width:992px) {
    body {
        padding-top: 5.2rem;
    }
    .fancybox-slide--iframe .fancybox-content {
        width: 95%;
        height: auto;
    }
    .mob_full, .preim_row .mb_30 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .mob_none {
        display: none !important;
    }
    .mob_block {
        display: block !important;
    }
    .logo {
        width: 10rem;
    }
    .container {
        width: 100%;
        padding: 0 15px;
    }
    .menu a img {
        display: none;
    }
    .search--show{
        margin-right: 1.5rem;
    }
    .header_flex{
        position: static;
    }
    .menu  {
        background: #F4E3C7;
        position: absolute;
        display: none;
        top: 100%;
        left: 0;
        width: 100%;
        bottom: unset;
        box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
        padding: 2rem 15px;
        margin: 0;
        text-align: center;
        transform: none;
    }
    .menu a:not(.btn) {
        display: block;
        margin: 0;
        margin-bottom: 1.5rem;
        font-size: 1.1rem;
    }
    .menu .btn{
        width: 70%!important;
        margin: 0 auto;
    }
    .menu_item{
        margin: 0;
    }

    .nav-mobile {
        position: relative;
        z-index: 3;
        top: 0;
        height: 40px;
        width: 44px;
        display: flex !important;
        align-items: center;
        justify-content: center;
        border-radius: 8px;
        border: 2px solid rgba(255, 255, 255, 0.12);
        background: #CA5331;
        padding-bottom: 2px;
    }
    #nav-toggle span,
    #nav-toggle span:before,
    #nav-toggle span:after {
        cursor: pointer;
        border-radius: 1px;
        height: 3px;
        width: 26px;
        background: #fff;
        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: 26px;
    }
    .main_box_text {
        padding-top: 2rem;
        padding-bottom: 3.9rem;
    }

    .section_title i{
        font-size: 1.9rem!important;
        display: block;
    }
    .section_title img {
        top: 2.4rem;
        width: 12.188rem;
    }
    #box-6 .section_title br, .about_3 .section_title br{
        display: none;
    }
    .section_title.mob_sm, .main_box_text .section_title, #box-2 .section_title, #box-4 .section_title, #box-6 .section_title, .about_3 .section_title {
        font-size: 1.5rem;
        line-height: 1.4;
    }
    .title_bg {
        bottom: -0.2rem;
        left: -0.7rem;
        width: 12rem;
    }
    .section_sub_text {
        font-size: 1.4rem;
    }

    .btn{
        padding: 0!important;
        width: 100%!important;
        height: 3.8rem!important;
        font-size: 1.1rem!important;
    }

    .box1_mic {
        position: relative;
        left: 0;
        top: 0;
        transform: none;
        height: 20rem;
        margin-top: 2rem;
    }
    .mic_head {
        position: absolute;
        top: 1rem;
        left: 2.6rem;
        z-index: 3;
        height: 15rem;
    }
    .mic_pen {
        position: absolute;
        width: 102rem;
        left: 9.6rem;
        top: 5.6rem;
    }
    .hl1 {
        width: 3rem;
        left: 23.9rem;
        top: 8.9rem;
    }
    .hl2 {
        width: 2rem;
        left: 21.7rem;
        top: 7rem;
    }
    header {
        position: fixed;
        padding: 1.1rem 0;
        background: #F4E3C7;
        box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.05), inset 0 -1px 0 rgba(0,0,0,0.15);
    }
    .slider_btns .btn{
        margin: 0;
    }
    .slider_btns .btn:nth-child(2){
        margin-top: 1rem;
    }
    .audio_slider .slick-list{
        overflow: unset;
    }
    .audio_slider{
        width: 80%;
    }
    .audio_item {
        font-size: 1rem;
    }
    #box-2 {
        padding-top: 3rem;
    }
    .box2_item{
        display: block;
    }
    .box2_left{
        width: 100%;
    }
    .border_stud_img{
        border-radius: 16px;
        padding: 1.5rem;
        height: 18rem;
        background: #1E1E1E;
        margin-top: 1.1rem;
        margin-bottom: 1.1rem;
    }
    .border_orange{
        background: #CA5331;
    }
    .border_yellow{
        background: #FFA616;
    }
    .border_stud_img img{
        border-radius: 10px;
    }
    #box-2 .section_title {
        margin-top: 0;
        margin-bottom: 1.6rem;
    }
    .btn.after span {
        font-size: 1.1rem!important;
    }
    .box2_item:not(:last-child) {
        border-bottom: none;
        margin-bottom: 0.5rem;
    }
    .section_title {
        font-size: 1.9rem;
        margin-bottom: 1.9rem;
    }
    #box-3 {
        padding-top: 1.5rem;
    }
    #box-4 {
        margin-top: 4rem;
        padding-top: 3rem;
        padding-bottom: 2rem;
    }
    .preim_title br{
        display: none;
    }
    .preim_title {
        font-size: 1.45rem;
    }
    .preim_item {
        min-height: 14.1rem;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .tv_box {
        position: relative;
        width: calc(100% + 7rem);
        left: -3.5rem;
    }
    .tv_text span:first-child {
        padding-right: 0;
        text-align: left;
    }
    .tv_text span:last-child {
        padding-right: 0;
        margin-top: -0.5rem;
    }
    .fa-tiktok {
        font-size: 1.6rem;
    }
    .tv_text {
        font-size: 2rem;
        margin-bottom: 1.3rem;
        pointer-events: none;
    }
    .tv_text_img {
        width: 6.145rem;
        top: 98%;
        right: -1.8rem;
        z-index: 3;
    }
    .video_slider {
        width: 56%;
        height: 16rem;
        position: absolute;
        left: 5.2rem;
        top: 1.5rem;
    }
    .video_btn img {
        width: 3.05rem;
    }
    .video_btn {
        width: 4.1rem;
        height: 5.3rem;
        right: 4.6rem;
        top: 1.7rem;
    }
    .tv_bottom_text{
        font-size: 2rem;
    }
    .tv_bottom_text span{
        display: block;
        text-align: left;
    }
    .tv_bottom_text span:last-child{
        text-align: right;
    }
    .mob_reverse{
        flex-direction: column-reverse;
    }
    #box-6 {
        padding-top: 3.3rem;
    }
    .box6_text{
        margin-top: 1.8rem;
    }
    .box7_btns .btn{
        width: 48%!important;
    }
    .box7_btns {
        margin-top: 1rem;
    }
    .section_title.sm_mar {
        margin-bottom: 1.6rem;
    }
    .prod_slider, .rev_slider {
        width: 75%;
    }
    .rev_content {
        height: 6.5rem;
        margin-bottom: 1rem;
        overflow: hidden;
    }
    #box-9 {
        padding-top: 4rem;
    }
    #box-9 .col-md-6:last-child{
        display: none;
    }
    .form_banner .section_title {
        font-size: 1.65rem;
    }
    .policy {
        font-size: 0.85rem;
        margin-bottom: 1.2rem;
        margin-top: 1rem;
    }
    .form_banner_left {
        padding-right: 0;
    }
    .form-control {
        padding: 1rem 1.2rem;
        font-size: 1.1rem;
    }
    .form_banner{
        padding: 1.7rem;
    }
    #box-10 .section_title {
        margin-bottom: 1.5rem;
    }
    #box-10 {
        padding-top: 3.1rem;
        padding-bottom: 3.5rem;
    }
    .cont_title {
        font-size: 1.35rem;
        margin-bottom: 0.6rem;
    }
    .cont_phones a {
        font-size: 1.35rem;
    }
    .map {
        height: 20rem;
        margin-top: 2rem;
    }
    footer {
        padding-top: 3.5rem;
        background-image: none;
        text-align: center;
    }
    .footer_logo {
        width: 17.313rem;
        margin: 0 auto;
        margin-bottom: 3rem;
    }
    .f_title {
        font-size: 1.35rem;
        margin-bottom: 1.8rem;
    }
    .footer_menu li {
        margin-bottom: 1.8rem;
    }
    footer .socials {
        margin-top: 3rem;
    }
    .socials a {
        font-size: 2rem;
        margin-right: 1.4rem;
    }
    footer .socials a{
        font-size: 2rem;
        margin: 0 0.5rem;
    }
    .footer_bottom {
        padding: 2rem 0;
        flex-direction: column-reverse;
        margin-top: 2.5rem;
    }
    .footer_bottom a:first-child{
        margin-top: 1rem;
    }
    .service_title {
        font-size: 1.65rem;
        margin-top: 1.2rem;
        margin-bottom: 0.9rem;
    }
    .service_price {
        font-size: 1.7rem;
        margin-bottom: 1rem;
        margin-top: 0.3rem;
    }
    .service_item{
        border-radius: 16px;
    }
    .service_img{
        border-radius: 8px;
    }
    .page{
        padding-top: 2rem;
    }
    .breadcrumbs {
        font-size: 1rem;
    }
    .about_slider_item .container {
        bottom: 3.1rem;
    }
    .section_title.sm {
        font-size: 1.7rem;
        margin-bottom: 1.6rem;
    }
    .about_slider_item .section_title{
        font-size: 1.7rem;
    }
    .golos_icon {
        top: -3.2rem;
        right: 0.9rem;
    }
    .golos_icon2 {
        top: 87%;
        left: 50%;
        width: 28rem;
        transform: translateX(-50%);
    }
    .about_1 {
        padding-top: 3rem;
    }
    .about_2 {
        padding-top: 3.6rem;
    }
    .about_2 .box6_text {
        padding-top: 0.5rem;
    }
    .about_studs_row {
        margin-top: 1.5rem;
    }
    .border_img img {
        border-radius: 16px;
    }
    .about_stud_item {
        border-radius: 16px;
        padding: 1.6rem;
    }
    .about_stud_img{
        border-radius: 8px;
    }
    .about_stud_title {
        font-size: 1.6rem;
        margin-top: 1.5rem;
        margin-bottom: 1.1rem;
    }
    .about_stud_text.content * {
        margin-bottom: 0.8rem;
    }
    #line_bg .tv_content {
        margin-top: 1.7rem;
    }
    .about_3 .box6_text {
        padding-top: 0.2rem;
    }
    .about_3 {
        padding-top: 3.6rem;
    }
    .page #box-8 {
        padding-top: 1.6rem;
    }
    .page {
        padding-bottom: 4rem;
    }
    .breadcrumbs {
        margin-bottom: 1.3rem;
    }
    .packages {
        padding-top: 2.2rem;
        margin-bottom: -2rem;
    }
    .border_img2 {
        border-radius: 16px;
        overflow: hidden;
    }
    .after_title {
        position: absolute;
        right: unset;
        top: 1.6rem;
        width: 17.3rem;
        left: -0.7rem;
    }
    .studio_page_text {
        padding-top: 1.9rem;
    }
    .studio_page_preims {
        padding-top: 3.5rem;
    }
    .studio_page_preims .preim_item > div {
        font-size: 1.3rem;
    }
    .studio_page .tv_content {
        padding-top: 1.4rem;
    }
    .gallery_slider{
        width: 70%;
    }
    .gallery_slider .slick-list{
        overflow: unset;
    }
    .gallery_item {
        height: 14.5rem;
        border-radius: 16px;
    }
    .slider_arrow_box img {
        width: 1.5rem;
    }

    .studio_page .about_studs_row {
        margin-top: 3.5rem;
    }
    .big .about_stud_bottom{
        display: block;
    }
    .big .about_stud_bottom .btn {
        width: 100%!important;
    }
    .big .about_stud_bottom .btn:first-child{
        margin-bottom: 0.9rem;
    }
    .studio_page #box-9 {
        padding-top: 2.4rem;
    }
    .arenda_top_slider a {
        height: 34.7rem;
    }
    .arenda_info {
        padding-left: 0;
        padding-top: 1rem;
    }
    .arenda_info .box7_btns {
        width: 100%;
        margin-top: 1.5rem;
        position: relative;
    }
    .arenda_info .box7_btns .btn{
        width: 100%!important;
    }
    .arenda_arrow_text span{
        padding: 0!important;
    }
    .arenda_arrow_text {
        position: relative;
        transform: none;
        right: 0;
        top: 0;
        margin-top: 1.8rem;
        display: block;text-align: center;
        width: 100%!important;
    }
    .arenda_arrow_text img {
        width: 3.4rem;
        top: -1.5rem;
        right: 0;
        transform: rotate(-140deg) rotateY(190deg);
    }
    .arenda_price {
        font-size: 1.8rem;
        margin-top: 1.2rem;
    }
    .arenda_similar {
        margin-top: 3.3rem;
    }
    .arenda_similar .section_title{
        line-height: 1.2!important;
    }
    .arenda_similar_slider{
        margin: 0 -10px;
    }
    .arenda_similar_slider .mb_30{
        margin-bottom: 20px;
    }
    .mob_hidden{
        display: none;
    }
    .case_slider_item {
        width: 100%;
    }
    .case_btn {
        margin-top: 4.4rem;
    }
    .case_slider {
        padding: 3rem 0;
        padding-top: 4.7rem;
    }
    .case_audio .audio_slider{
        width: auto;
        margin: 0 -10px;
    }
    .case_audio .audio_slider .mb_30{
        margin-bottom: 10px;
    }
    .mob_mb_top{
        margin-top: 20px;
    }
    .case_videos {
        margin-top: 3.7rem;
    }
    .case_video_item {
        height: 15.7rem;
    }
    .case_page #box-9 {
        padding-top: 4rem;
    }
    .case_after{
        display: none;
    }
    .blog_item_img {
        height: 16.5rem;
        border-radius: 8px;
        margin-bottom: 1rem;
    }
    .blog_item_title {
        font-size: 1.325rem;
        margin-bottom: 0.8rem;
    }
    .blog_page #box-9 {
        padding-top: 1rem;
    }
    .blog_item_page {
        width: 100%;
    }
    .blog_item_page .section_title br{
        display: none;
    }
    .blog_item_page_top {
        margin-bottom: 2rem;
    }
    .blog_item_page .border_img {
        margin-bottom: 2.5rem;
    }
    .content img {
        margin: 2rem 0 !important;
        margin-top: 1.5rem !important;
    }
    .blog_item_page .content img {
        border-radius: 16px;
    }
    .blog_similar_slider{
        margin: 0 -10px;
    }
    .blog_similar {
        padding-top: 3rem;
    }
    .blog_similar .mb_30{
        margin-bottom: 20px;
    }
    .share_btn .btn img {
        width: 1.45rem;
    }
    .modal .modal__block{
        width: 95%;
        padding: 3rem 15px;
    }
}
@media screen and (max-width:550px) {
    body{
        font-size: 1.1rem;
    }
}
