@font-face {
    font-family: 'Navigo';
    src: url('../fonts/Navigo-ExtraLight.eot');
    src: local('Navigo ExtraLight'), local('Navigo-ExtraLight'),
    url('../fonts/Navigo-ExtraLight.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Navigo-ExtraLight.woff2') format('woff2'),
    url('../fonts/Navigo-ExtraLight.woff') format('woff'),
    url('../fonts/Navigo-ExtraLight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'Navigo';
    src: url('../fonts/Navigo-Thin.eot');
    src: local('Navigo Thin'), local('Navigo-Thin'),
    url('../fonts/Navigo-Thin.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Navigo-Thin.woff2') format('woff2'),
    url('../fonts/Navigo-Thin.woff') format('woff'),
    url('../fonts/Navigo-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Navigo';
    src: url('../fonts/Navigo-Black.eot');
    src: local('Navigo Black'), local('Navigo-Black'),
    url('../fonts/Navigo-Black.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Navigo-Black.woff2') format('woff2'),
    url('../fonts/Navigo-Black.woff') format('woff'),
    url('../fonts/Navigo-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Navigo';
    src: url('../fonts/Navigo-Medium.eot');
    src: local('../fonts/Navigo Medium'), local('Navigo-Medium'),
    url('../fonts/Navigo-Medium.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Navigo-Medium.woff2') format('woff2'),
    url('../fonts/Navigo-Medium.woff') format('woff'),
    url('../fonts/Navigo-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Navigo';
    src: url('../fonts/Navigo-Light.eot');
    src: local('../fonts/Navigo Light'), local('Navigo-Light'),
    url('../fonts/Navigo-Light.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Navigo-Light.woff2') format('woff2'),
    url('../fonts/Navigo-Light.woff') format('woff'),
    url('../fonts/Navigo-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Navigo';
    src: url('../fonts/Navigo-Regular.eot');
    src: local('Navigo Regular'), local('Navigo-Regular'),
    url('../fonts/Navigo-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Navigo-Regular.woff2') format('woff2'),
    url('../fonts/Navigo-Regular.woff') format('woff'),
    url('../fonts/Navigo-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Navigo';
    src: url('../fonts/Navigo-Bold.eot');
    src: local('Navigo Bold'), local('Navigo-Bold'),
    url('../fonts/Navigo-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Navigo-Bold.woff2') format('woff2'),
    url('../fonts/Navigo-Bold.woff') format('woff'),
    url('../fonts/Navigo-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}
html{
    font-size: .5208333333vw;
}
body{
    font-family: 'Navigo', sans-serif;
    background: #fff;
}
ul, li{
    list-style: none;
    padding: 0;
    margin: 0;
}
a{
    transition: 0.3s;
}
a:hover{
    text-decoration: none;
}
img{
    max-width: 100%;
}
:focus{
    outline: none;
}
.header{
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    padding: 10px 0;
    z-index: 9;
    border-bottom: 1px solid rgba(228, 228, 228, 0.1);
    padding-bottom: 18px;
    background: linear-gradient(180deg, #1B2844 0%, rgba(60, 65, 75, 0) 100%);
}
.header_menu{
    display: flex;
    justify-content: space-around;
}
.header_menu > li{
    position: relative;
}
.header_menu li a{
    color: #fff;
    font-size: 2rem;
    line-height: 15px;
    font-weight: 200;
}
.header_menu li a:hover{
    opacity: 0.7;
}
.header_menu li > .header_sub_menu{
    display: none;
    position: absolute;
    top: 14px;
    margin-left: -50px;
    width: 200px;
    padding-bottom: 5px;
    transition: 0.3s;
}
.header_menu li > .header_sub_menu ul{
    background: #253260;
    padding: 20px 25px;
    margin-top: 10px;
}
.header_menu li:hover > .header_sub_menu{
    display: block;
}
.header_menu li > .header_sub_menu li{
    margin-bottom: 15px;
}
.main_section{
    background: url("../img/main_section_bg.jpg") center top no-repeat;
    background-size: cover;
    padding-top: 180px;
    padding-bottom: 60px;
    color: #fff;
    position: relative;
}
.logo_main{
    width: 70%;
    display: block;
    margin-top: 70px;
    position: relative;
    z-index: 4;
}
.logo_rost_r{
    margin-top: 300px;
    position: relative;
    z-index: 4;
    width: 100px;
}
.main_section_down_text{
    font-size: 26px;
    line-height: 28px;
    font-weight: 200;
    margin-top: 30px;
    position: relative;
    z-index: 4;
}
.main_section_list{
    position: relative;
    z-index: 4;
}
.main_section_list li a{
    color: #fff;
    display: block;
    position: relative;
}
.main_section_list li a h4{
    font-weight: 700;
    font-size: 4.3rem;
    text-transform: uppercase;
    transition: 0.3s;
}
.main_section_list li a p{
    font-size: 2.2rem;
    text-transform: uppercase;
}
.main_section_list li a hr{
    border-bottom: 1px solid #fff;
    width: 34px;
    margin: 0;
    margin-top: 25px;
    margin-bottom: 22px;
}
.main_section_list li a:hover{
    color: #9B2C38;
}
.main_section_list li a:hover h4{
    padding-left: 25px;
}
.main_section_list li a:before{
    content: "";
    display: block;
    position: absolute;
    top: 8px;
    width: 15px;
    height: 28px;
    background: url("../img/arrow_red_main.svg") center top no-repeat;
    background-size: cover;
    transition: 0.3s;
    opacity: 0;
}
.main_section_list li a:hover:before{
   opacity: 1;
}
.header_submit{
    background: #9B2C38;
    border: 1px solid #9B2C38;
    box-sizing: border-box;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
    border-radius: 50px;
    display: inline-block;
    width: 22rem;
    line-height: 47px;
    font-weight: bold;
    font-size: 2rem;
    text-align: center;
    color: #fff;
    margin-left: 3rem;
}
.header_submit:hover{
    transform: scale(1.05);
    color: #fff;
}
.messenger_list li a{
    background: #FFFFFF;
    width: 4.5rem;
    height: 4.5rem;
    border-radius: 50%;
    text-align: center;
    margin-left: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.messenger_list li a:hover{
    transform: scale(1.09);
}
.messenger_list li a img{
    width: 2.4rem;
}
.header_phone{
    font-weight: bold;
    font-size: 2rem;
    margin-right: 4rem;
    line-height: 15px;
    color: #FFFFFF;
}
.header_phone:hover{
    opacity: 0.8;
    color: #fff;
}
.messenger_list{
    display: flex;
}
.main_services_item{
    position: relative;
    height: 400px;
    padding: 0 14rem;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-bottom: 40px;
    color: #fff;
}
.main_services_item .video_bg_header{
    left: 0;
}
.main_services_item hr{
    width: 10rem;
    z-index: 4;
    position: relative;
    border-color: #BEBEBE;
}
.main_services_item h4 + hr{
    margin-top: 20px;
}
.main_services_item p{
    text-align: center;
    letter-spacing: 0.135em;
    font-size: 2.5rem;
    position: relative;
    z-index: 4;
    font-weight: 200;
}
.main_services_item:hover{
    color: #fff;
}
.main_services_item h4{
    z-index: 4;
    position: relative;
    font-weight: 200;
    font-size: 3.5rem;
    color: #fff;
}
.main_services_item h4 b{
    font-weight: 700;
}
.main_services_item .main_services_item_opacity{
    position: absolute;
    right: 0;
    top: 0;
    left: -1px;
    bottom: 0;
    background: linear-gradient(180deg, #1E284D 28.13%, rgba(0, 1, 5, 0) 100%);
    opacity: 0.98;
    transform: matrix(1, 0, 0, -1, 0, 0);
    transition: 0.3s;
}
.main_services{
    background: #1E284D;
}
.main_services_item:hover .main_services_item_opacity{
    opacity: 0.8;
}
.partner_slider .swiper-slide{
    text-align: center;
}
.partner_slider .swiper-slide:nth-child(1) img{
    width: 18rem;
}
.partner_slider .swiper-slide:nth-child(2) img{
    width: 23rem;
}
.partner_slider .swiper-slide:nth-child(3) img{
    width: 40rem;
}
.partner_slider .swiper-slide:nth-child(4) img{
    width: 15rem;
}
.partner_slider .swiper-slide:nth-child(5) img{
    width: 38rem;
}
.partner_section{
    padding: 90px 0;
    padding-bottom: 70px;
    background: #EEF1FD;
}
.partner_section_filter{
    display: flex;
    justify-content: space-between;
    margin-bottom: 70px;
}
.partner_section_filter li{
    font-size: 3.5rem;
    text-align: center;
    padding: 2rem 4rem;
    font-weight: 700;
    color: #000000;
    position: relative;
    transition: 0.3s;
}
.partner_section_filter li:hover{
    cursor: pointer;
    opacity: 0.8;
    color: #9B2C38;
}
.partner_section_filter li.active{
    color: #9B2C38;
    position: relative;
}
.partner_section_filter li.active:before{
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    display: block;
    background: #9B2C38;
    border-radius: 50px;
    height: 5px;
    width: 100%;
}
.partner_slider .swiper-pagination.swiper-pagination-progressbar{
    bottom: 0;
    top: auto;
}
.partner_slider{
    padding-bottom: 70px;
}
.swiper-pagination-progressbar-fill{
    background: #9B2C38!important;
    border-radius: 50px;
}
.swiper-pagination-progressbar{
    background: rgba(33, 45, 86, 0.2)!important;
    border-radius: 50px;
}
.submit_wrapper{
    background: #E2E2E2;
    overflow: hidden;
    position: relative;
    z-index: 5;
}
.submit_wrapper_form{
    display: block;
    width: 100%;
    padding-top: 40px;
    padding-bottom: 60px;
    padding-left: 2rem;
}
.submit_wrapper_form h4{
    font-size: 2.5rem;
    letter-spacing: 0.08em;
    color: #253260;
    margin-bottom: 25px;
    font-weight: 700;
}
.submit_wrapper_form_checbox label{
    border: 1px solid #253260;
    box-sizing: border-box;
    border-radius: 50px;
    padding: 0.7rem;
    width: 27rem;
    color: #000;
    font-size: 1.8rem;
    text-align: center;
    transition: 0.3s;
    margin: 0 10px;
    margin-bottom: 25px;
    font-weight: 200;
}
.submit_wrapper_form_checbox{
    text-align: center;
}
.submit_wrapper_form_checbox label:hover{
    cursor: pointer;
    transform: scale(1.05);
}
.submit_wrapper_form_checbox input[type='radio']:checked + label{
    background: #9B2C38;
    color: #fff;
    border-color: #9B2C38;
}
.submit_wrapper_form_checbox input[type='radio']{
    display: none;
}
.submit_wrapper_form_checbox label b{
    display: block;
    font-size: 2rem;
}
textarea{
    display: block;
    width: 100%;
    padding: 20px 30px;
    border: 1px solid #253260;
    box-sizing: border-box;
    border-radius: 25px;
    font-size: 2rem;
    line-height: 3rem;
    background: none;
    margin-top: 40px;
    height: 170px;
    color: #000000;
    margin-bottom: 25px;
    font-weight: 200;
}
.submit_wrapper_form h5{
    font-weight: bold;
    font-size: 2.5rem;
    letter-spacing: 0.135em;
    color: #000000;
}
input{
    margin-top: 25px;
    border: 1px solid #253260;
    box-sizing: border-box;
    border-radius: 50px;
    padding: 16px 30px;
    background: none;
    font-size: 2rem;
    line-height: 3rem;
    width: 100%;
    display: block;
    color: #000;
    font-weight: 200;
}
button[type="submit"]{
    margin-top: 30px;
    background: #253260;
    border-radius: 50px;
    width: 24rem;
    font-weight: bold;
    font-size: 2rem;
    border: 0;
    display: block;
    line-height: 50px;
    color: #FFFFFF;
    transition: 0.3s;
}
button[type="submit"]:hover{
    cursor: pointer;
    transform: scale(1.05);
}
.form_politicy{
    font-size: 2rem;
    line-height: 20px;
    font-weight: 200;
    margin-top: 34px;
    color: #000000;
}
.form_politicy a{
    color: #000000;
    text-decoration: underline;
}
.submit_wrapper_left{
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    padding-top: 60px;
    padding-bottom: 60px;
    color: #fff;
    overflow: hidden;
}
.submit_wrapper_left .video_bg_header{
    left: -15px;
    width: 105%!important;
}
.submit_wrapper_left h4{
    font-weight: bold;
    font-size: 5.5rem;
    line-height: 81.5%;
    position: relative;
    z-index: 4;
}
.submit_wrapper_left .submit_contact_info_email{
    display: block;
    font-weight: bold;
    font-size: 2rem;
    line-height: 15px;
    text-decoration-line: underline;
    color: #FFFFFF;
    margin-bottom: 25px;
    position: relative;
    z-index: 4;
    letter-spacing: 0.1em;
}
.submit_wrapper_left .messenger_list{
    margin-top: 25px;
    position: relative;
    z-index: 4;
}
.submit_wrapper_left .header_phone{
    position: relative;
    z-index: 4;
    letter-spacing: 0.1em;
}
.submit_wrapper_left .messenger_list li a:first-child{
    margin-left: 0;
    margin-right: 20px;
}
.footer{
    background: #253260;
    padding-top: 8px;
    padding-bottom: 8px;
}
.header_logo img{
    width: 70%;
}
.footer p{
    font-weight: 200;
    font-size: 1.5rem;
    margin-top: 20px;
    margin-bottom: 0;
    line-height: 15px;
    color: #FFFFFF;
    opacity: 0.5;
}
.hpace_footer{
    text-align: right;
}
.hpace_footer img{
    width: 4.8rem;
    margin-right: 9px;
}
.hpace_footer a{
    text-decoration: underline;
    color: #FFFFFF;
    transition: 0.3s;
}
.hpace_footer a:hover{
    text-decoration: none;
}
.footer .header_menu li a{
    opacity: 0.6;
}
.burger_menu_wrap{
    display: none;
}
.header_sub_main{
    padding-top: 190px;
    padding-bottom: 80px;
    position: relative;
    background-size: cover;
    overflow: hidden;
}
.header_sub_main h3{
    font-weight: 700;
    font-size: 48px;
    line-height: 81.5%;
    letter-spacing: 0.135em;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 25px;
    position: relative;
    z-index: 4;
}
.header_sub_main p{
    font-weight: 200;
    font-size: 45px;
    line-height: 114%;
    margin-bottom: 28px;
    letter-spacing: 0.135em;
    text-transform: uppercase;
    color: #FFFFFF;
    position: relative;
    z-index: 4;
}
.rost_logo_header_sub{
    position: relative;
    z-index: 4;
    width: 45px;
}
.header_sub_main hr{
    width: 240px;
    margin: 0;
    margin-bottom: 20px;
    border-color: #fff;
    border-width: 2px;
    position: relative;
    z-index: 4;
}
.header_sub_main_wrap{
    background: url("../img/header_sub_main_wrap.png") center top no-repeat;
    background-size: cover;
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.content_page{
    padding-top: 70px;
    padding-bottom: 140px;
}
.creative_item{
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}
.creative_item p{
    font-size: 20px;
    line-height: 24px;
    font-weight: 200;
    margin-bottom: 0;
    color: #000000;
}
.creative_item:nth-child(2n){
    flex-direction: row-reverse;
    border-left: 8px solid #253260;
    padding-left: 40px;
}
.creative_item:nth-child(2n) .creative_item_img{
    margin-left: 40px;
}
.creative_item h4{
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 22px;
    line-height: 108.5%;
    letter-spacing: 0.135em;
    color: #000000;
}
.creative_item p a{
    color: #9B2C38;
    font-weight: 700;
    text-decoration: underline;
}
.creative_item_img{
    width: 30%;
    margin-right: 40px;
}
.creative_item_wrap{
    width: 65%;
}
.creative_item p.creative_item_text1{
    line-height: 28px;
}
.content_page{
    background: url("../img/creative_bg.png") right bottom no-repeat;
}
.header_sub_main_btl h3{
    font-size: 65px;
    line-height: 81.5%;
    letter-spacing: 0.135em;
}
.header_sub_main_btl p{
    font-size: 30px;
    line-height: 15px;
    letter-spacing: initial;
    text-transform: initial;
}
.btl_content .creative_item{
    margin-bottom: 30px;
}
.header_sub_main_digital p{
    font-size: 26px;
    line-height: 114%;
    letter-spacing: 0.135em;
}
.header_sub_main_digital h3{
    font-size: 65px;
}
.digital_text1{
    font-weight: 200;
    font-size: 30px;
    line-height: 40px;
    text-align: center;
    color: #000000;
    margin-bottom: 50px;
}
.digital_item{
    border-left: 8px solid #253260;
    padding-left: 40px;
    margin-bottom: 70px;
}
.digital_item h4{
    font-weight: bold;
    font-size: 22px;
    line-height: 108.5%;
    margin-bottom: 10px;
    letter-spacing: 0.135em;
    color: #000000;
}
.digital_item p{
    font-size: 18px;
    line-height: 25px;
    color: #000;
    font-weight: 200;
}
.digital_item2{
    margin-bottom: 70px;
}
.digital_item2 h4{
    font-weight: bold;
    font-size: 22px;
    line-height: 108.5%;
    letter-spacing: 0.135em;
    color: #000000;
    margin-bottom: 18px;
}
.digital_item2 p{
    font-weight: 200;
    font-size: 18px;
    line-height: 24px;
    color: #000000;
    margin-bottom: 30px;
}
.digital_item3{
    margin-bottom: 64px;
}
.digital_item3 h4{
    font-weight: bold;
    font-size: 22px;
    line-height: 108.5%;
    margin-bottom: 10px;
    letter-spacing: 0.135em;
    color: #000000;
}
.digital_item3 p{
    font-size: 18px;
    line-height: 24px;
    font-weight: 200;
    color: #000000;
}
.content_page_digital{
    padding-bottom: 80px;
}
.header_sub_main_product h3{
    font-size: 70px;
    line-height: 85px;
}
.product_img{
    width: 80%;
    display: block;
    margin: 0 auto;
    margin-bottom: 70px;
}
.product_content_wrap{
    border-left: 8px solid #253260;
    padding: 10px 0;
    padding-bottom: 1px;
    padding-left: 32px;
}
.product_content_wrap h4{
    font-weight: 700;
    margin-bottom: 20px;
    font-size: 22px;
    line-height: 28px;
}
.product_content_wrap h5{
    font-weight: 700;
    color: #9B2C38;
    margin-bottom: 20px;
    font-size: 22px;
    line-height: 28px;
}
.product_content_wrap p{
    font-size: 18px;
    line-height: 24px;
    font-weight: 200;
    margin-bottom: 20px;
}
.product_content_wrap ul{
    margin-bottom: 20px;
}
.product_content_wrap ul li{
    font-size: 18px;
    line-height: 24px;
    font-weight: 200;
    margin-bottom: 10px;
}
.outdoor_advertising_wrap{
    border-left: 8px solid #253260;
    padding: 10px 0;
    padding-left: 35px;
}
.outdoor_advertising_wrap h4 {
    font-weight: bold;
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 30px;
}
.outdoor_advertising_wrap p{
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 20px;
    font-weight: 200;
}
.outdoor_advertising_wrap p a{
    color: #9B2C38;
    font-weight: 700;
    text-decoration: underline;
}
.outdoor_advertising_img1{
    width: 80%;
    display: block;
    margin: 0 auto;
}
.outdoor_advertising_img2{
    width: 90%;
    display: block;
    margin: 0 auto;
    margin-top: 74px;
    margin-bottom: 30px;
}
.outdoor_advertising_img3{
    width: 100%;
    margin-top: 70px;
    display: block;
}
.ktk_img{
    margin-right: 20px;
    margin-bottom: 30px;
    margin-top: 20px;
}
.ktk_img3{
    width: 27%;
    display: block;
    margin: 0 auto;
    margin-top: 120px;
}
.video_v_btl1{
    width: 40%;
}
.header_sub_main_about p{
    margin-bottom: 0;
}
.section_about1{
    padding: 50px 0;
    padding-bottom: 80px;
}
.section_about1 p{
    font-size: 20px;
    line-height: 28px;
    font-weight: 200;
    margin-bottom: 40px;
}
.agency_rost{
    background: #EEF1FD;
    padding: 70px 0;
    padding-bottom: 100px;
}
.agency_rost h3{
    font-weight: bold;
    font-size: 45px;
    line-height: 81.5%;
    margin-bottom: 40px;
}
.agency_rost hr{
    width: 170px;
    display: block;
    margin: 0;
    margin-bottom: 50px;
}
.contact_phone{
    font-weight: bold;
    font-size: 30px;
    line-height: 108.5%;
    display: block;
    letter-spacing: 0.135em;
    color: #FFFFFF;
    position: relative;
    z-index: 4;
    margin-bottom: 5px;
}
.adres_header{
    font-weight: bold;
    font-size: 22px;
    line-height: 120%;
    letter-spacing: 0.135em;
    margin-top: 20px;
    margin-bottom: 20px;
    display: block;
    color: #FFFFFF;
    position: relative;
    z-index: 5;
}
.contact_email{
    display: block;
    font-weight: bold;
    font-size: 20px;
    line-height: 108.5%;
    position: relative;
    z-index: 5;
    letter-spacing: 0.135em;
    text-decoration-line: underline;
    color: #FFFFFF;

}
.header_sub_main_about a:hover{
    color: #fff;
    opacity: 0.7;
}
#map{
    height: 600px;
}
.video_bg_header{
    position: absolute;
    top: 0;
    width: 100%!important;
    height: 100%!important;
    object-fit: cover;
    object-position: center;
}
.page_404 {
    padding-top: 150px;
    background: #253260;
    color: #fff;
    text-align: center;
    padding-bottom: 50px;
    min-height: 80vh;
}
.page_404 h5{
    font-size: 30px;
}
.partner_slider{
    overflow: hidden;
}
/*.partner_slider1{*/
/*    display: block;*/
/*}*/

footer .header_menu li > .header_sub_menu{
    top: auto;
    bottom: 10px;
    z-index: 99;
}
footer .header_menu li > .header_sub_menu ul{
    margin-bottom: 10px;
}



/* DEMO-SPECIFIC STYLES */
.typewriter h1 {
    color: #000;
    font-size: 24px;
    overflow: hidden; /* Ensures the content is not revealed until the animation */
    border-right: .15em solid orange; /* The typwriter cursor */
    white-space: nowrap; /* Keeps the content on a single line */
    margin: 0 auto; /* Gives that scrolling effect as the typing happens */
    letter-spacing: .15em; /* Adjust as needed */
    animation:
            typing 2.5s steps(30, end),
            blink-caret .5s step-end infinite;
}
.typewriter{
    position: absolute;
    width: 118px;
    top: 138px;
    right: 16%;
}
/* The typing effect */
@keyframes typing {
    from { width: 0 }
    to { width: 100% }
}

/* The typewriter cursor effect */
@keyframes blink-caret {
    from, to { border-color: transparent }
    50% { border-color: orange }
}


.recomend_later{
    padding-top: 70px;
    padding-bottom: 100px;
    position: relative;
}
.recomend_later h3{
    font-weight: bold;
    font-size: 55px;
    margin-bottom: 50px;
    line-height: 81.5%;
    color: #000000;
}
.recomend_later_slider .image__wrapper{
    margin: 0 10px;
    height: 350px;
}
.partner_slider .swiper-slide img{
    max-height: 150px;
    object-fit: contain;
}
.swiper-button-next, .swiper-button-prev{
    right: 0;
    left: auto;
    top: 35px;
}
.swiper-button-prev{
    right: 40px;
}
.swiper-button-next:after, .swiper-button-prev:after{
    color: #000;
    font-size: 22px;
}
.swiper-button-next:hover, .swiper-button-prev:hover{
    color: #9B2C38;
}
.image__wrapper_blue{
    position: absolute;
    right: 10px;
    left: 10px;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #171A2F 100%);
    display: none;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
}
.image__wrapper:hover .image__wrapper_blue{
    display: flex;
    cursor: pointer;
}
/* картинка на странице */
.minimized {
    width: 300px;
    cursor: pointer;
    border: 1px solid #FFF;
}
.minimized:hover {
    border: 1px solid yellow;
}
/* увеличенная картинка */
#magnify {
    display: none;
    /* position: absolute; upd: 24.10.2016 */
    position: fixed;
    max-width: 600px;
    height: auto;
    z-index: 9999;
    overflow-y: scroll;
    height: 100vh;
    top: 0!important;
}
#magnify img {
    width: 100%;
}
/* затемняющий фон */
#overlay {
    display: none;
    background: #000;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0.5;
    z-index: 9990;
}
/* кнопка закрытия */
#close-popup {
    width: 30px;
    height: 30px;
    background: #FFFFFF;
    border: 1px solid #AFAFAF;
    border-radius: 15px;
    cursor: pointer;
    position: absolute;
    top: 15px;
    right: 15px;
}
#close-popup i {
    width: 30px;
    height: 30px;
    background: url(https://codernote.ru/files/cross.png) no-repeat center center;
    background-size: 16px 16px;
    display: block;
}
@keyframes rota {
    25% { transform: rotate(360deg); }
}
#close-popup:hover {
    animation: rota 4s infinite normal;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

.circle_wrap{
    position: absolute;
    width: 720px;
    height: 720px;
    bottom: -300px;
    left: calc(50% - 150px);
}

.circle_wrap_item{
    width: 200px;
    height: 200px;
    top: 50%;
    bottom: 50px;
    position: absolute;
}
.poster_logo_video_r{
    position: absolute;
    top: 242px;
    width: 100px;
    left: 343px;
}
.typewriter_ktk{
    position: absolute;
    left: 50%;
    margin-left: -50px;
    color: #fff;
    top: 65%;
}
.typewriter_ktk h1{
    color: #fff;
}