
body{
    line-height: 1.2;
    font-family: 'Geologica', sans-serif;
    padding-top: 6.825rem;
    /*background-color: #F4E3C7;*/
    background-image: url("../img/texture.jpg");
    background-size: 100%;
}
@font-face {
    font-family: 'Gogol';
    src: url('../fonts/Gogol.eot');
    src: url('../fonts/Gogol.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Gogol.woff2') format('woff2'),
    url('../fonts/Gogol.woff') format('woff'),
    url('../fonts/Gogol.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

.test{
    width: 1440px;
    left: 50%;
    transform: translateX(-50%);
}
.logo{
    display: block;
    width: 10rem;
}
.container {
    width: 81.1rem;
}
.btn{
    display: flex;
    align-items: center;
    justify-content: center;
    background: #CA5331;
    color: white;
    width: max-content;
    height: 3.125rem;
    font-weight: 600;
    border-radius: 8px;
    padding: 0 2.5rem;
    position: relative;
    overflow: unset;
    font-size: 1rem;
    font-family: 'Geologica', sans-serif;
}
.btn:hover{
    background: #FFA616;
    color: white;
}
.btn.yellow{
    background: #FFA616;
}
.btn.yellow:hover{
    background-color: black;
}
.btn.after{
    min-width: 12.3rem;
    border-radius: 10px;
    border: 1px solid #CA5331;
    background: #F4E3C7;
    color: black;
    font-weight: 400;
}
.btn.after:active, .btn.after.active{
    left: -3px;
    bottom: -3px;
    background: #E9571D;
    color: white;
}
.btn.after:active:after,.btn.after.active:after{
    left: 0;
    bottom: 0;
}
.btn.after.active:before{
    background: #E9571D;
}
.btn.after span{
    position: relative;
    z-index: 3;
    font-size: 1rem!important;
}
.btn.after:before{
    border-radius: 10px;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    content: "";
    background: #F4E3C7;
    z-index: 1;
    transition: all 0.35s;
}
.btn.after:hover{
    color: white;
}
.btn.after:hover:before{
    background: #E9571D;
}
.btn.after:after{
    border-radius: 10px;
    background: #CA5331;
    position: absolute;
    width: 100%;
    height: 100%;
    left: -3px;
    bottom: -3px;
    content: "";
}
.btn.shad{
    box-shadow: 0px 0px 0px 1px rgba(10, 13, 18, 0.18) inset, 0px -2px 0px 0px rgba(10, 13, 18, 0.05) inset, 0px 1px 2px 0px rgba(10, 13, 18, 0.05);
}
.btn.gray{
    background: #A7A7A7;
}
.btn.gray:hover{
    background: #bfbfbf;
}
header{
    padding: 1.3rem 0;
    position: fixed;
    /*transition: all 0.15s;*/

}
header.shadow{
    background: #F4E3C7;
}
.menu{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 0.875rem;
    display: flex;
    align-items: center;
    width: max-content;
    padding-right: 2.6rem;
}
.menu_item{
    margin: 0 1.5rem;
}
.menu_item > a{
    display: flex;
    align-items: center;
}
.menu_item > a img{
    width: 1rem;
    margin-left: 0.35rem;
}
.slider_text{
    padding-top: 12.7rem;
}
.section_title.sm{
    font-size: 2rem;
    margin-bottom: 1.1rem;
}
.section_title{
    font-family: 'Unbounded', sans-serif;
    font-size: 2.25rem;
    font-weight: 700;
    margin-bottom: 2.4rem;
    position: relative;
}
.section_title img{
    position: absolute;
    top: -1.2rem;
    left: -0.2rem;
    width: 13.188rem;
    pointer-events: none;
}
.studio_logo{
    position: absolute;
    top: -1.7rem;
    left: 50%;
    transform: translateX(-50%);
    width: 81.1rem;
    z-index: 20;
    pointer-events: none;
}
.slider_btns{
    margin-top: 4.1rem;
}
.slider_btns .btn{
    padding: 0;
    min-width: 15.938rem;
    margin-right: 1.1rem;
}
.slider_item{
    height: 31.3rem;
    position: relative;
    color: white;
}
#box-1{
    position: relative;
}
.slider_item .container{
    position: relative;
    z-index: 2;
}
#box-2 {
    padding-top: 4.8rem;
}
#box-2 .section_title{
    margin-top: 0.8rem;
    margin-bottom: 2.4rem;
}
.box2_item{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 2.4rem;
}
.box2_title{
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 0.6rem;
}

.box2_item:not(:last-child){
    border-bottom: 1px solid rgba(0,0,0,0.3);
    margin-bottom: 2.4rem;
}
.box2_slider{
    height: 26.4rem;
    position: relative;
}
.red_bg{
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    left: 0.4rem;
    top: 0.4rem;
    background: #CA5331;
    z-index: 1;
}
.orange_bg{
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    left: 0.8rem;
    top: 0.8rem;
    background: #FFA616;
}
.box2_slider_box_bg{
    border-radius: 20px;
    position: relative;
    z-index: 3;
    padding: 2.4rem 1.4rem;
    background: #353535;
    width: 100%;
    height: 100%;
}
.box2_slider_box{
    overflow: hidden;
    border-radius: 16px;
    width: 100%;
    height: 100%;
}
#box-3 {
    padding-top: 3.5rem;
}
.service_item{
    background: #F3B143;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 20px;
    height: 100%;
    padding: 1.3rem;
    color: black!important;
}
.service_item:hover .service_img img{
    transform: scale(1.05);
}
.page_services .service_item .btn:not(.gray):hover{
    background-color: #1E1E1E;
}
/*.service_item:hover .btn{*/
/*    background: #A7A7A7;*/
/*}*/
.service_img{
    overflow: hidden;
    height: 15.6rem;
    border-radius: 20px;
}
.service_img img{
    transition: all 0.35s;
}
.service_title{
    font-size: 1.25rem;
    font-weight: 700;
    margin-top: 1.1rem;
    margin-bottom: 0.5rem;
}

.service_bottom{
    margin-top: 0.6rem;
}
.btn.full{
    width: 100%!important;
}
#box-4{
    background: #CB5331;
    margin-top: 3.4rem;
    padding-top: 2rem;
    padding-bottom: 1.9rem;
    color: #F4E3C7;
}
.preim_item{
    border-radius: 16px;
    border: 1px solid #F4E3C7;
    background: #CB5331;
    padding: 1.6rem 2rem;
    text-align: center;
    position: relative;
    height: 100%;
}
.preim_icon{
    width: 4rem;
    height: 4rem;
    margin: 0 auto;
    margin-bottom: 1.3rem;
}
.preim_title{
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}
.preim_item > div{
    position: relative;
    z-index: 3;
}
.preim_item:after{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #CB5331;
    content: "";
    border-radius: 16px;
    z-index: 1;
}
.preim_item > div.red_bg{
    position: absolute;
    z-index: 0;
    background: #F4E3C7;
    border-radius: 20px;

}

#box-5{
    padding-top: 2.7rem;
}
.tv_box{
    position: relative;
}
#box-5 audio{
    display: none;
}
.video_slider{
    width: 44rem;
    height: 36.5rem;
    position: absolute;
    left: 13rem;
    top: 5rem;
    background-image: url("../img/tv_next.gif");
    background-size: cover;
    background-position: center center;
}
.video_play{
    position: absolute;
    z-index: 3;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #CB5331;
    font-size: 3.5rem;
    background: white;
    border-radius: 100%;
    line-height: 0;
}
.video_btn{
    width: 9.1rem;
    height: 7.9rem;
    position: absolute;
    right: 11.4rem;
    top: 6.6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3;
}
.video_btn img{
    width: 6.25rem;
    transition: all 0.35s;
    display: block;
}
.tv_img{
    position: relative;
    z-index: 1;
    pointer-events: none;
}
.video{
    width: 100%!important;
    height: 100%!important;
}
.video video {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
}
.video video:not(.active){
    display: none;
}
.border_img{
    position: relative;
}
.border_img img{
    border-radius: 20px;
    position: relative;
    z-index: 2;
}
#box-6{
    padding-top: 3.7rem;
}
.section_text{
    margin-bottom: 2rem;
}
#box-7 {
    padding-top: 4.9rem;
}
.section_title.sm_mar{
    margin-bottom: 1rem;
}
.box7_btns{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.box7_btns .btn{
    padding: 0;
    width: 31.3%;
    margin-bottom: 0.9rem;
}
#box-7 .section_text{
    margin-bottom: 0;
}
.box7_row{
    margin-bottom: 2.2rem;
}
.prod_item{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.40) 0%, rgba(255, 255, 255, 0.40) 100%), #FFA616;
    padding: 1.3rem 1.3rem;
    border-radius: 20px;
}
.prod_img{
    overflow: hidden;
    border-radius: 20px;
    height: 23.1rem;
}
.prod_title{
    font-size: 1.5rem;
    margin-top: 1.2rem;
    font-weight: 700;
}
.prod_slider .slick-list{
    margin: 0 -10px;
    overflow: unset;
    display: flex;
}
.rev_slider .slick-list{
    margin: 0 -15px;
    overflow: unset;
}
.prod_slider .slick-track{
    display: flex;
}
.prod_slider .mb_30, .rev_slider .mb_30{
    -ms-flex: none;
    flex: none;
    max-width: unset;
    height: 100%;
    margin: 0;
}
.rev_slider .mb_30{
    padding: 0 15px;
}
.prod_slider .slick-slide > div{
    height: 100%;
}
#box-7 {
    padding-top: 4.4rem;
}
#box-8{
    padding-top: 4.6rem;

}
.section_title i{
    font-style: normal;
}


.rev_item{
    border-radius: 20px;
    background: #FFF;
    padding: 2.2rem 2rem;
    display: block;
}
.rev_top{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1.2rem;
}
.starts{
    display: flex;
}
.starts img{
    width: 1.188rem;
    margin-left: 0.3rem;
}
.rev_content{
    font-weight: 300;
}
.rev_name{
    font-size: 1.25rem;
    padding-top: 0.2rem;
}
.rev_date{
    opacity: 0.5;
}
.form_banner{
    background: #CA5331;
    color: white;
    border-radius: 20px;
    padding: 2.2rem 2.4rem;
}
#box-9{
    padding-top: 5.8rem;
}
.section_title span{
    display: block;
    font-size: 1.25rem;
}
.form_banner .section_title{
    letter-spacing: 0.05rem;
    margin-bottom: 1.4rem;
}
.form-group{
    margin-bottom: 0.5rem;
}

.form-control{
    border-radius: 10px;
    border: 1px solid #B0B0B0;
    background: #FFF;
    font-family: Geologica, sans-serif;
    width: 100%;
    padding: 0.7rem 1.2rem;
}
.form-control::placeholder{
    opacity: 0.4;
}
.policy{
    font-size: 0.75rem;
    margin-bottom: 1.9rem;
}
.policy a{
    color: white;
    text-decoration: underline;
}
.policy a:hover{
    text-decoration: none;
}
.form_banner_left{
    padding-right: 1rem;
}
#box-10 {
    padding-top: 4.8rem;
    padding-bottom: 7.1rem;
}
.cont_title{
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 0.4rem;
}
#box-10 .section_title{
    margin-bottom: 3rem;
}
.cont_phones {
    margin-top: 1rem;
}
.cont_phones p{
    display: flex;
    align-items: center;
    margin: 0;
}
.cont_phones p img{
    width: 1.5rem;
    margin-right: 0.5rem;
}
.cont_phones a{
    font-size: 1.25rem;
    font-weight: 700;
}
.cont_links{
    margin-top: 1rem;
}
.cont_links a{
    display: block;
    margin-bottom: 0.7rem;
}
.socials{
    display: flex;
    margin-top: 1.2rem;
}
.socials a:hover{
    color: #FFA616;
}
.socials a{
    font-size: 1.7rem;
    margin-right: 1.2rem;
    color: #CA5331;
}
footer .socials a{
    color: white;
}
footer .socials a:hover{
    color: #FFA616;
}
.cont_btn{
    margin-top: 1.4rem;
    padding-bottom: 0.3rem;
}
.map{
    border-radius: 20px;
    border: 1px solid rgba(34, 64, 140, 0.30);
    height: 100%;
    overflow: hidden;
}
.footer_logo{
    display: block;
    width: 19.313rem;
}
footer{
    padding-top: 2.4rem;
    background: #181D27;
    color: white;
    background-image: url(../img/footer.png);
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: 28%;
}
footer a{
    color: white;
}
footer a.active, footer a:hover{
    color: #FFA616;
}
.f_title{
    font-family: 'Unbounded', sans-serif;
    font-size: 1.25rem;
    margin-bottom: 1.7rem;
    font-weight: 700;
}
.footer_menu{
    list-style-type: none;
}
.footer_menu li {
    margin-bottom: 1.5rem;
}
.footer_work {
    margin-top: 4.7rem;
}
footer .socials{
    margin-top: 4.3rem;
}
.footer_bottom{
    border-top: 1px solid #FFA616;
    padding: 1.6rem 0;
    display: flex;
    justify-content: space-between;
    color: rgba(255,255,255,0.5);
    margin-top: 1rem;
}
.footer_bottom a{
    color: rgba(255,255,255,0.5);
}
.footer_bottom a:hover{
    color: rgba(255,255,255,1);
}
#main_box{
    position: relative;
}
.main_box_text{
    padding-top: 6.3rem;
    padding-bottom: 8.9rem;
}
.section_sub_text{
    font-size: 1.5rem;
    font-weight: 700;
    margin-top: 1.3rem;
    margin-bottom: 1.3rem;
}
.box1_mic{
    position: absolute;
    left: 41.3rem;
    top: 46%;
    transform: translateY(-50%);
    height: 32.325rem;
}
.mic_head{
    position: absolute;
    top: 6.1rem;
    left: 7.7rem;
    z-index: 3;
    height: 20.9rem;
}
.mic_head img{
    transition: all 1s;
    transform: rotate(-70deg);
}
.animate__animated .mic_head img{
    transform: rotate(0);
}

.hl1, .hl2 {
    animation: zoomInZoomOut 5s infinite;
}

.highlight img {
    animation: spin 5s;
    animation-duration: 5s;
    animation-timing-function: ease;
    animation-iteration-count: infinite;
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@keyframes zoomInZoomOut {
    0% {
        transform: scale(1, 1);
    }
    50% {
        transform: scale(1.2, 1.2);
    }
    100% {
        transform: scale(1, 1);
    }
}
.mic_pen{
    position: absolute;
    width: 141rem;
    left: 23.6rem;
    top: 17rem;
}
.full_height{
    height: 100%!important;
    display: block;
}
.highlight{
    position: absolute;
}
.hl1 {
    width: 4rem;
    left: 34.9rem;
    top: 14rem;
}
.hl2 {
    width: 2.3rem;
    left: 32.7rem;
    top: 12.3rem;
}
.title_bg{
    position: absolute;
    bottom: -0.8rem;
    left: -1.3rem;
    width: 14.8rem;
}
.rel .section_title{
    position: relative;
    z-index: 2;
}
.audio_item {
    background: #1E1E1E;
    border-radius: 6px;
    padding: 1rem 0.8rem;
    font-weight: 600;
    font-size: 0.875rem;
    color: white;
}
.audio_part{
    opacity: 0.8;
    margin-bottom: 0.5rem;
}
.audio_play{
    backdrop-filter: blur(8px);
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 0.2rem;
    background-color: rgba(255,255,255,0.3);
    transition: all 0.35s;
}
.audio_play:hover{
    background-color: rgba(255,255,255,0.5);
}
.audio_title{
    margin-bottom: 0.6rem;
}
.audio_info{
    width: calc(100% - 2.5rem);
    padding-left: 0.4rem;
    padding-top: 0.3rem;
}
.range_pad{
    padding-left: 5px;
}
.audio_container{
    display: flex;
    align-items: flex-start;
}
.ui-slider-horizontal {
    height: 8px;
    border: none !important;
    border-radius: 28px;
    background-color: rgba(255,255,255,0.3);
}
.ui-slider .ui-slider-handle {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background-color: #fff!important;
    border-color: #fff!important;
}
.range_out{
    display: flex;
    justify-content: space-between;
    font-size: 0.75rem;
    margin-top: 0.7rem;
    padding-left: 5px;
}
.ui-slider-horizontal .ui-slider-handle {
    top: -0.5px;
    margin-left: -5px;
}

.audioplayer-playpause {
    width: 2.5rem;
    height: 2.5rem;
    background-color: rgba(255,255,255,0.3);
    color: black;
}
.audioplayer-volume{
    display: none!important;
}
.audioplayer-time-current {
    margin-left: 0;
    position: absolute;
    top: 1.5rem;
    left: 3rem;
    color: white;
    font-size: 0.7rem;
}
.audioplayer-time-duration {
    margin-right: 0;
    position: absolute;
    right: 0.2rem;
    top: 1.5rem;
    color: white;
    font-size: 0.7rem;
}
.audioplayer-bar {
    margin: 0 1rem;
    position: relative;
    top: -0.7rem;
    margin-right: 0.5rem;
}

.audioplayer:not(.audioplayer-playing) .audioplayer-playpause a{
    border-left-color: #1E1E1E;
}
.audioplayer:not(.audioplayer-playing) .audioplayer-playpause{
    border: none;
    background-color: rgba(255,255,255,0.3)!important;
}
.audioplayer-playing .audioplayer-playpause{
    border: none;
    background-color: rgba(255,255,255,0.3)!important;
}

.audioplayer-bar-played {
    height: 8px;
    background: rgba(255,255,255,0.5);
    border-radius: 8px;
}
.audioplayer-bar-loaded {
    height: 8px;
    background: rgba(255, 255, 255, 0.4);
    border-radius: 8px;
}
.audioplayer:not(.audioplayer-playing) .audioplayer-bar-played::after {
    border: 2px solid #fff;
}
.audioplayer-bar-played::after {
    top: -2px;
}
.audioplayer-bar::before {
    content: '';
    position: absolute;
    top: 5px;
    width: 100%;
    height: 8px;
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 8px;
}
.audioplayer-playing .audioplayer-playpause a::before, .audioplayer-playing .audioplayer-playpause a::after {
    background-color: #1E1E1E;
}

.style2 .audioplayer-playing .audioplayer-playpause a::before, .style2 .audioplayer-playing .audioplayer-playpause a::after {
    background-color: #A94520;
}

.style3 .audioplayer-playing .audioplayer-playpause a::before, .style3 .audioplayer-playing .audioplayer-playpause a::after {
    background-color: #E9571D;
}

.style4 .audioplayer-playing .audioplayer-playpause a::before, .style4 .audioplayer-playing .audioplayer-playpause a::after {
    background-color: #FFA616;
}

.style2{
    background: #A94520;
}
.style2 .audio_play, .style2 .audioplayer:not(.audioplayer-playing) .audioplayer-playpause a{
    color: #A94520;
    border-left-color: #A94520;
}
.style3{
    background: #E9571D;
}
.style3 .audio_play, .style3 .audioplayer:not(.audioplayer-playing) .audioplayer-playpause a{
    color: #E9571D;
    border-left-color: #E9571D;
}
.style4{
    background: #FFA616;
}
.style4 .audio_play, .style4 .audioplayer:not(.audioplayer-playing) .audioplayer-playpause a{
    color: #FFA616;
    border-left-color: #FFA616;
}
.audio_slider .slick-list{
    margin: 0 -10px;
}
.audio_slider .mb_30{
    margin: 0;
    -ms-flex: none;
    flex: none;
    max-width: unset;
}
.tv_bottom_text{
    font-family: Gogol, sans-serif;
    font-weight: 400;
    font-size: 3rem;
    line-height: 1;
    text-align: center;
    margin-top: 1rem;
    color: #CA5331;
}
.tv_text{
    font-family: Gogol, sans-serif;
    font-weight: 400;
    text-align: right;
    font-size: 3rem;
    line-height: 1;
    margin-bottom: 0.7rem;
    position: relative;
    color: #CA5331;
}
.tv_text span{
    display: block;
}
.tv_text span:first-child{
    padding-right: 18.1rem;
}
.tv_text span:last-child{
    padding-right: 4rem;
    margin-top: -0.2rem;
}
.tv_text_img{
    width: 11.645rem;
    position: absolute;
    top: 96%;
    right: 0;
}

.about_slider_item{
    text-align: center;
    position: relative;
    color: white;
}
.about_3 .box6_text{
    padding-top: 1.9rem;
}
.about_slider_item .container{
    position: absolute;
    z-index: 2;
    left: 50%;
    transform: translateX(-50%);
    bottom: 10rem;
}
.about_slider_item .full_img {
    margin-bottom: 5.5rem;
}
.about_slider_item .section_title{
    margin: 0;
    line-height: 1.1;
}
.golos_icon{
    position: absolute;
    top: -1.3rem;
    right: 0;
    width: 2.9rem;
}
.golos_icon2{
    position: absolute;
    top: 105%;
    left: -1.3rem;
    width: 36rem;
}
.about_1{
    padding-top: 4.8rem;
}



.about_2{
    padding-top: 4.6rem;
    padding-bottom: 1rem;
}
.about_3 .content li{
    margin-bottom: 0;
}
.about_2 .preim_title {
    font-size: 2rem;
    font-family: 'Unbounded', sans-serif;
}
.about_2 .preim_item {
    border: 1px solid #F4E3C7;
    padding: 1.1rem 2rem;
    color: #F4E3C7;
}
.about_2 .preim_item > div.red_bg {
    background: #FFA616;
}
.about_2 .box6_row{
    margin-top: 4.1rem;
}
.about_2 .box6_text{
    padding-top: 1.9rem;
}
.about_studs_row{
    margin-top: 5.1rem;
}
.about_stud_item{
    border-radius: 20px;
    background: #353535;
    color: white!important;
    padding: 1.8rem 1.7rem;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.about_stud_img img{
    transition: all 0.35s;
}
.about_stud_item:hover .about_stud_img img{
    transform: scale(1.05);
}
.about_stud_img {
    border-radius: 16px;
    overflow: hidden;
    height: 14.4rem;
}
.about_stud_title{
    font-size: 1.5rem;
    font-weight: 700;
    margin-top: 1.2rem;
    margin-bottom: 0.6rem;
}
.about_stud_text.content *{
    margin-bottom: 0.4rem;
}
.about_stud_bottom .btn:last-child{
    margin-top: 0.6rem;
}
.about_stud_bottom{
    margin-top: 0.8rem;
}

#line_bg .tv_content{
    margin-top: 3.4rem;
}
.about_3{
    padding-top: 4.5rem;
}
#line_bg{
    position: relative;
}
#line_bg .container{
    position: relative;
    z-index: 1;
}
.line_img{
    position: absolute;
    top: 9.9rem;
    left: 50%;
    transform: translateX(-50%);
    height: 32rem;
}
.page{
    padding-bottom: 5rem;
}
.service_price{
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.1rem;
}
.service_bottom .btn.gray{
    margin-top: 0.7rem;
}
.packages {
    padding-top: 4.2rem;
    margin-bottom: -2rem;
}

.packages .service_item{
    background: #1E1E1E;
    color: white!important;
}
.services_page{
    background-image: url("../img/services_bg.png");
    background-position: bottom center;
    background-repeat: no-repeat;
}
.border_img2{
    border-radius: 20px;
    overflow: hidden;
}
.section_title.unbound{
    font-family: 'Unbounded', sans-serif;
}
.studio_page_text{
    padding-top: 2.2rem;
}
.studio_page_text .slider_btns {
    margin-top: 1.3rem;
}
.after_title{
    position: absolute;
    right: 8.6rem;
    top: -1.2rem;
    width: 18.3rem;
}
.studio_page_preims{
    padding-top: 5.1rem;
}
.studio_page_preims .preim_item {
    padding: 2rem 1.3rem;
    color: #F4E3C7;
}
.studio_page_preims .preim_item > div.red_bg{
    background-color: #FFA616;
}
.stud_box6_row{
    padding-top: 4rem;
}
.stud_page_mic .box1_mic{
    left: 64.7rem;
    top: unset;
    height: 15.225rem;
    bottom: -10.5rem;
}
.star1{
    width: 2.9rem;
    right: 5rem;
    top: 0.9rem;
}
.star2{
    width: 3.6rem;
    right: -0.8rem;
    top: 2.3rem;
}
.gallery {
    padding-top: 4rem;
}
.gallery_item{
    display: block;
    overflow: hidden;
    height: 20.4rem;
    border-radius: 20px;
    background: #CA5331;
}
.gallery_item img{
    transition: all 0.35s;
}
.gallery_item:hover img{
    opacity: 0.7;
}
.gallery_slider .slick-list{
    margin: 0 -10px;
}
.gallery_slider .slick-slide > div{
    padding: 0 10px;
}
.slider_arrow_box{
    border: 1px solid #D5D7DA;
    display: flex;
    align-items: center;
    border-radius: 10px;
    overflow: hidden;
}
.slider_arrow_box img{
    width: 1.5rem;
    position: static!important;
    transition: all 0.35s;
}
.slider_arrow_box button{
    border: none;
    height: 2.4rem;
    width: 2.7rem;
    border-radius: 0;
    background: white;
    opacity: 1!important;
    transition: all 0.35s;
}
.slider_arrow_box button.right{
    border-left: 1px solid #D5D7DA!important;
}

.big .about_stud_img {
    height: 18rem;
}
.big .about_stud_bottom{
    display: flex;
    justify-content: space-between;
}
.big .about_stud_bottom .btn{
    margin: 0;
    width: 49%!important;
}
.studio_page #box-9 {
    padding-top: 4rem;
}
.studio_page .tv_content{
    padding-top: 6rem;
}
.arenda_top_slider{
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    z-index: 2;
}
.arenda_top_slider a{
    display: block!important;
    height: 41.7rem;
}
.arenda_slider {
    padding-right: 0.5rem;
}
.arenda_slider .slick-arrow{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    border-radius: 50%;
    width: 2.5rem;
    height: 2.5rem;
    font-size: 0;
    background-size: 1.5rem;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: rgba(255, 255, 255, 0.30);
    opacity: 1!important;
}

.arenda_slider .slick-prev{
    left: 1rem;
    background-image: url("../img/left2.png");
}
.arenda_slider .slick-next{
    right: 1rem;
    background-image: url("../img/right2.png");
}
.arenda_bottom_slider .slick-list, .blog_similar_slider .slick-list{
    margin: 0 -10px;
}
.arenda_bottom_slider .slick-slide > div{
    padding: 0 10px;
}
.nav_item{
    overflow: hidden;
    border-radius: 20px;
    height: 10rem;
    display: block!important;
    transition: all 0.35s;
    cursor: pointer;
}
.slick-current .nav_item{
    opacity: 0.5;
}
.arenda_bottom_slider{
    margin-top: 1.3rem;
    width: calc(100% + 0.4rem);
}
.arenda_info{
    padding-left: 0.3rem;
}
.arenda_info .content h5{
    margin-top: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.3rem;
}
.arenda_info .box7_btns{
    width: 85.6%;
    margin-top: 1.5rem;
    position: relative;
}
.arenda_arrow_text{
    position: absolute;
    right: -6.6rem;
    top: -5.1rem;
    display: flex;
    flex-direction: column;
    font-family: Gogol, sans-serif;
    font-size: 2.25rem;
    line-height: 1;
    color: #CA5331;
}
.arenda_arrow_text img{
    width: 3.4rem;
    position: absolute;
    top: 98%;
    right: 2.3rem;
    transform: rotate(22deg);
}
.sp1{
    padding-right: 5.4rem;
    margin-bottom: -0.5rem;
}
.sp2 {
    text-align: right;
}
.arenda_price{
    font-weight: 700;
    font-size: 2rem;
    margin-top: 0.5rem;
}
.arenda_info_btn .btn{
    min-width: 15.9rem;
}
.arenda_info_btn{
    margin-top: 1.3rem;
}
.arenda_similar{
    margin-top: 5.1rem;
}
.arenda_similar_slider .slick-list{
    margin: 0 -10px;
    display: flex;
    overflow: unset;
}
.slick-slide:not(.slick-active) a{
    pointer-events: none;
}
.arenda_similar_slider .slick-track{
    display: flex;
}
.arenda_similar_slider .slick-slide > div{
    height: 100%;
}

.content img{
    margin: 2rem 0!important;
    margin-top: 1rem!important;
}
.arenda_similar_slider .mb_30, .blog_similar_slider .mb_30{
    margin: 0;
    -ms-flex: none;
    flex: none;
    max-width: unset;
    height: 100%;
}
.case_slider{
    color: white;
    min-height: 31.3rem;
    display: flex;
    align-items: center;
    position: relative;
}
.case_slider .container{
    position: relative;
    z-index: 2;
}
.case_slider .golos_icon{
    top: -2.5rem;
    right: -2.6rem;
}
.case_slider .section_sub_text{
    margin-top: 0.6rem;
    line-height: 0.8;
    margin-bottom: 1.7rem;
}
.case_slider_item{
    width: 40rem;
}
.case_btn{
    margin-top: 1.4rem;
}
.btn.big_pad{
    padding: 0 3.7rem;
}
.case_audio {
    margin-top: 3.8rem;
}
.section_title.big_mar {
    margin-bottom: 1.8rem;
}
.case_videos {
    margin-top: 4.8rem;
}
.case_video_item{
    height: 14.8rem;
    border-radius: 9px;
    overflow: hidden;
}
.case_video_item video{
    object-fit: cover;
}
.case_page #box-9 {
    padding-top: 3.6rem;
}
.case_after{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 24.6%;
}
.blog_item_img{
    height: 12.5rem;
    border-radius: 16px;
    overflow: hidden;
    display: block;
}
.prod_slider:not(.factive){
    display: none;
}
.blog_row{
    margin-top: 3.7rem;
}
.blog_item_title{
    font-weight: 600;
    font-size: 1.125rem;
    margin-bottom: 0.8rem;
}
.blog_item_anons{
    margin-bottom: 0.8rem;
}
.blog_item_info{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.blog_row .mb_30 {
    margin-bottom: 3rem;
}
.blog_page #box-9 {
    padding-top: 3rem;
}

.cont_page #box-10 {
    padding-top: 0;
}
.blog_item_page{
    width: 52.9rem;
    margin: 0 auto;
}
.blog_item_page_top{
    font-size: 1.25rem;
    margin-bottom: 2.9rem;
    color: #535862;
}
.blog_item_page .border_img {
    margin-bottom: 3rem;
}
.blog_item_page .content img{
    border-radius: 20px;
}
.blog_similar{
    padding-top: 5rem;
}
.share_btn{
    padding-top: 1rem;
}
.share_btn .btn{
    padding: 0 1.5rem;
    font-size: 0.875rem;
    border-radius: 8px;
    border: 1px solid #D5D7DA;
    background: #FFF;
    color: #CA5331;
    box-shadow: 0px 0px 0px 1px rgba(10, 13, 18, 0.18) inset, 0px -2px 0px 0px rgba(10, 13, 18, 0.05) inset, 0px 1px 2px 0px rgba(10, 13, 18, 0.05);
}
.share_btn .btn:hover{
    background: #ededed;
}
.share_btn .btn img{
    width: 1.25rem;
    margin-right: 0.5rem;
}
.static{
    position: static;
}
.btn.change_btn{
    /*color: #414651;
    font-weight: 600;*/
}
.change_btn img{
    width: 1.25rem;
    margin-right: 0.55rem;
    position: relative;
    z-index: 2;
    filter: brightness(0) invert(0);
}
.date_inputs{
    width: 85.6%;
}
.date_inputs .rel{
    width: 31.3%;
    margin-bottom: 0.9rem;
}
.date_inputs .btn{
    width: 100%;
    padding: 0;
}
.date_inputs input{
    position: absolute;
    left: 0;
    top: 0;
    z-index: 4;
    width: 100%;
    height: 100%;
    opacity: 0;
    pointer-events: none;
}
.air-datepicker-cell.-selected- {
    background: #CA5331;
}
.air-datepicker-cell {
    border-radius: 50%;
}
.none_point{
    pointer-events: none;
}
.fa-tiktok {
    font-size: 1.4rem;
}
.result{
    font-size: 0.9rem;
}
.form_banner_left .result p{
    color: white!important;
}