.jquery-background-video-wrapper{position:relative;overflow:hidden;background-position:center center;background-repeat:no-repeat;-webkit-background-size:cover;-moz-background-size:cover;background-size:cover}
.jquery-background-video{position:absolute;min-width:100%;min-height:100%;width:auto;height:auto;top:50%;left:50%;-o-object-fit:cover;object-fit:cover;-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}
.js .jquery-background-video{opacity:0;-webkit-transition:opacity 300ms linear;transition:opacity 300ms linear}
.js .jquery-background-video.is-visible{opacity:1}
.jquery-background-video-pauseplay{display:none;opacity:0;position:absolute;background:transparent!important;border:none!important;box-shadow:none!important;width:20px;height:20px;top:15px;right:15px;padding:0!important;cursor:pointer;outline:none!important}
.jquery-background-video-pauseplay span{display:none}
.jquery-background-video-pauseplay:after,.jquery-background-video-pauseplay:before{content:"";position:absolute;left:0;top:0;-webkit-transition:all .3s ease;transition:all .3s ease}
.jquery-background-video-pauseplay.play:before{border-top:10px solid transparent;border-bottom:10px solid transparent;border-left:15px solid #FFF}
.jquery-background-video-pauseplay.pause:before,.jquery-background-video-pauseplay.pause:after{border-top:10px solid #FFF;border-bottom:10px solid #FFF;border-left:5px solid #FFF}
.jquery-background-video-pauseplay.pause:after{left:10px}
.width {
	max-width: 1600px;
	width: 100%;
	margin: 0 auto;
	position: relative;
    z-index: 1;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
.no_overflow {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	overflow: hidden;
}
.slide_header_helper {
	text-align: center;
	width: 100%;
}
.sprite {
	background: url(/assets/img/sprite.svg);
	background-repeat: no-repeat;
}
.button {
	height: 42px;
	background: #f04b48;
	border: 1px solid #f04b48;
	-webkit-border-radius: 30px;
	        border-radius: 30px;
	display: inline-block;
	padding: 0 30px 0 3px;
}
.button:hover {
	background: transparent;
	border-color: #FFF;
}
.button:active {
	background: #f04b48;
	border: 1px solid #f04b48;
}
.button_image {
	width: 42px;
	height: 42px;
	display: inline-block;
}
.button_text {
	line-height: 42px;
	display: inline-block;
	color: #FFF;
	font-size: 13px;
    margin: 0 0 0 7px;
}
.slide_header {
	font-size: 30px;
	font-weight: 700;
	color: #FFF;
	text-transform: uppercase;
	margin: 100px auto;
	display: inline-block;
	position: relative;
	cursor: default;
}
.slide_header:before {
	content: "";
	cursor: default;
	height: 50px;
	width: 5px;
	background: #f04b48;
	position: absolute;
	left: -2px;
    top: -12px;
    -webkit-transform: rotate(20deg);
    -moz-transform: rotate(20deg);
    -ms-transform: rotate(20deg);
    -o-transform: rotate(20deg);
    transform: rotate(20deg);
    -webkit-box-shadow: 3px 0px 10px -1px rgba(0,0,0, .8);
            box-shadow: 3px 0px 10px -1px rgba(0,0,0, .8);
}
/******************************************/
/******************************************/
/******************************************/
/******************************************/
/******************************************/
/******************************************/
/******************************************/
/******************************************/
/******************************************/
/******************************************/
/******************************************/
/******************************************/
/******************************************/
/******************************************/
.hero_text_button {
	margin-top: 35px;
}
.hero_text_button .button_image {
	background-position: -165px -44px;
    background-repeat: no-repeat;
    background-size: 200px auto;
}
.hero {
	width: 100vw;
	height: 100vh;
	position: relative;
}
.hero_overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: url(/assets/img/overlay.png) rgba(31,35,46, .7);
}
header {
	width: 100%;
	position: relative;
	height: 160px;
	border-bottom: 1px solid rgba(255,255,255, .1);
}
.logo {
	position: absolute;
	left: 0%;
	top: 50%;
	transform: translate(0%, -50%);
}
.logo_img {
    width: 83px;
    height: 65px;
    background-position: -14px -94px;
    background-repeat: no-repeat;
    background-size: 181px auto;
}
.logo_text {
    height: 65px;
    font-size: 17px;
    color: #FFF;
    text-transform: uppercase;
    width: 140px;
    font-weight: 700;
    -webkit-box-sizing: border-box;
	    -moz-box-sizing: border-box;
	    box-sizing: border-box;
    padding: 4px 0 14px 20px;
}
.redtext {
	color: #f04b48;
}
.redbg {
	background: #f04b48;
}
.hero_text_sep {
	width: 100%;
	height: 1px;
	background: rgba(255,255,255, .1);
	margin: 35px 0 35px 0;
}
.hero_width {
	height: 100%;
}
.hero_text {
	max-width: 730px;
	color: #FFF;
    position: absolute;
    left: 0%;
    top: 50%;
    transform: translate(0%, -50%);
}
.hero_text_head {
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	margin: 100px 0 0 0px;
}
.hero_text_body {
	text-transform: uppercase;
	font-size: 72px;
	font-weight: 700;
	margin: 6px 0 0px -4px;
}
.hero_text_subbody {
	font-size: 29px;
}
.hero_text_footer {
	font-size: 15px;
}
.header_menu {
	color: #FFF;
	display: inline-block;
	text-decoration: none;
	font-size: 16px;
	height: 100%;
	line-height: 160px;
	position: relative;
	margin: 0 0px 0 50px;
	-webkit-transition: color .3s ease;
	-o-transition: color .3s ease;
	transition: color .3s ease;
}
.header_menu:hover {
	color: #f04b48;
	-webkit-transition: color .3s ease;
	-o-transition: color .3s ease;
	transition: color .3s ease;
}
.current_header_menu {
	color: #f04b48;
	cursor: default;
}
.current_header_menu:before {
	content: "";
    width: 100%;
    height: 135px;
    background: #F04B48;
    position: absolute;
    top: -130px;
    left: 0;
    -webkit-box-shadow: 0px 50px 135px -5px red;
    box-shadow: 0px 50px 135px -5px red;
}
.menu {
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
}
.scroll-downs {
    position: absolute;
    /* top: 0; */
    right: 0;
    bottom: 80px;
    left: 0;
    margin: auto;
    width: 34px;
    height: 55px;
    z-index: 1;
}
.mousey {
	width: 3px;
	padding: 10px 15px;
	height: 35px;
	border: 2px solid #fff;
	border-radius: 25px;
	opacity: 0.75;
	box-sizing: content-box;
}
.scroller {
	width: 3px;
	height: 10px;
	border-radius: 25%;
	background-color: #fff;
	animation-name: scroll;
	animation-duration: 2.5s;
	animation-timing-function: cubic-bezier(.15,.41,.69,.94);
	animation-iteration-count: infinite;
}
.contacts_in_header_line {
	display: block;
	text-decoration: none;
	color: #FFF;
	-webkit-transition: color .3s ease;
	-o-transition: color .3s ease;
	transition: color .3s ease;
	margin: 10px 0 0 0 ;
}
.contacts_in_header_line:hover {
	color: #F04B48;
	-webkit-transition: color .3s ease;
	-o-transition: color .3s ease;
	transition: color .3s ease;
}
.contacts_in_header {
	text-align: right;
	color: #FFF;
	margin-top: 25px;
	font-size: 16px;
}
.contacts_in_header_line_not_link {
	cursor: default;
}
@keyframes scroll {
	0% { opacity: 0; }
	50% { transform: translateY(0); opacity: 1; }
	100% { transform: translateY(15px); opacity: 0;}
}
/******************************************/
/******************************************/
/******************************************/
/******************************************/
/******************************************/
/******************************************/
/******************************************/
/******************************************/
/******************************************/
/******************************************/
/******************************************/
/******************************************/
/******************************************/
/******************************************/
/******************************************/
/******************************************/
/******************************************/
/******************************************/
/******************************************/
.hamburger {
	display: none;
	width: 30px;
	height: 30px;
	-webkit-background-size: 300px auto !important;
	     -o-background-size: 300px auto !important;
	        background-size: 300px auto !important;
    background-position: -218px -78px !important;
    position: absolute;
    top: 34px;
}
.mobile_menu .hamburger {
	margin: 0 0 0 50px;
}
.mobile_menu_links {
	padding: 100px 0 0 50px;
}
.mobile_menu_link {
    display: block;
    text-align: left;
    color: rgba(255,255,255, .5);
    text-decoration: none;
    width: 100%;
    height: 45px;
    line-height: 45px;
    font-size: 14px;
}
.current_mobile_menu_link {
	color: #FFF;
}
.mobile_menu_contacts {
	position: absolute;
    bottom: 30px;
    left: 0;
    padding: 0 0 0 25px;
}
.mobile_menu_contacts .footer_phone_text_header {
	font-size: 12px;
    color: rgba(255,255,255, .5);
}
.mobile_menu_contacts .footer_phone_link {
	font-size: 16px;
	text-align: left;
}
.mobile_menu_contacts .footer_item_subheader {
	font-size: 12px;
    max-width: 200px;
    white-space: normal;
    text-align: left;
    margin: 0 0 20px 0;
    padding: 30px 0 0 0;
    border-top: 1px solid rgba(255,255,255, .2);
}
::selection {
	background: rgba(255,255,255, .5);
	color: #1a1a1a;
}
::-moz-selection {
	background: rgba(255,255,255, .5);
	color: #1a1a1a;
}
.tabs_content {
	display: flex;
	-webkit-flex: 100%;
	    -ms-flex: 100%;
	        flex: 100%;
	-webkit-flex-direction: row;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	-webkit-justify-content: space-between;
	        justify-content: space-between;
	/*-webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;*/
    max-width: 1200px;
    margin: 0 auto 50px;
}
.slide2 {
	background: url('/assets/img/slide2.jpg') #363640;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	-webkit-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
    background-repeat: no-repeat;
}
.tabs_content_header {
	font-size: 18px;
	text-transform: uppercase;
	color: #F04B48;
	font-weight: 700;
	cursor: default;
}
.tabs_content_subheader {
	font-size: 15px;
	color: rgba(255,255,255, .3);
	margin: 25px 0;
	max-width: 250px;
	cursor: default;
}
.tabs_content_body {
	font-size: 13px;
	color: #FFF;
	margin: 0 0 15px 0;
	cursor: default;
}
.tabs_content_block {
    width: 320px;
    margin-bottom: 50px;
    border-top: 1px solid rgba(255,255,255, .1);
    padding: 70px 0 0 0;
}
.contacts_button .button_image {
    background-position: -60px 9px;
    background-repeat: no-repeat;
    background-size: 200px auto;
}
.slide_2_footer {
	text-align: center;
	width: 100%;
	padding: 50px 0 50px 0;
	margin: 0px auto 0;
	max-width: 1200px;
	border-top: 1px solid rgba(255,255,255, .1);
}
.contacts_button {
	display: inline-block;
}
.slide3 {
	background: url('/assets/img/slide3.jpg') #2d2d37;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	-webkit-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
    background-repeat: no-repeat;
}
.marketing_line {
	display: flex;
	-webkit-flex: 100%;
	    -ms-flex: 100%;
	        flex: 100%;
	-webkit-flex-direction: row;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	-webkit-justify-content: space-between;
	        justify-content: space-between;
}
.marketing_block {
	width: 460px;
	height: auto;
	padding: 30px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.marketing_yt {
	background: #F04B48;
	-webkit-transition: background .3s ease;
	-o-transition: background .3s ease;
	transition: background .3s ease;
}
.mark_yt_link_pack:hover .marketing_yt {
	background: #aa3030;
	-webkit-transition: background .3s ease;
	-o-transition: background .3s ease;
	transition: background .3s ease;
}
.marketing_tv, .marketing_other {
	background: rgba(255,255,255, .1);
}
.slide_3_footer {
	text-align: center;
	width: 100%;
	padding: 50px 0 50px 0;
	margin: 50px auto 0;
	max-width: 1200px;
	border-top: 1px solid rgba(255,255,255, .1);
}
.mark_bl_left {
	width: 200px;
	border-right: 1px solid rgba(255,255,255, .2);
	height: 100%;
}
.mark_yt_logo {
    width: 105px;
    height: 26px;
    background-position: -13px -39px;
    background-repeat: no-repeat;
    background-size: 170px auto;
}
.about_button .button_image {
	background-position: -113px -148px;
    background-repeat: no-repeat;
    background-size: 200px auto;
}
.mark_yt_text {
	display: inline-block;
	font-size: 15px;
	color: #FFF;
	opacity: 1;
	-webkit-transition: opacity .3s ease;
	-o-transition: opacity .3s ease;
	transition: opacity .3s ease;
	text-decoration: none;
	text-transform: uppercase;
	margin: 15px 0;
}
.mark_yt_text:hover {
	opacity: .7;
	-webkit-transition: opacity .3s ease;
	-o-transition: opacity .3s ease;
	transition: opacity .3s ease;
}
.mark_yt_text:active {
	opacity: 1;
	-webkit-transition: opacity .3s ease;
	-o-transition: opacity .3s ease;
	transition: opacity .3s ease;
}
.yt_button {
	background: transparent;
	border: 1px solid transparent;
    margin: 35px 0 0 -18px;
	-webkit-transition: border-color .3s ease;
	-o-transition: border-color .3s ease;
	transition: border-color .3s ease;
}
.yt_button:hover {
	background: transparent;
	border-color: #FFF;
	-webkit-transition: border-color .3s ease;
	-o-transition: border-color .3s ease;
	transition: border-color .3s ease;
}
.yt_button .button_image {
	background-position: -113px 9px;
    background-repeat: no-repeat;
    background-size: 208px auto;
}
.mark_bl_right_yt_num {
	font-size: 42px;
	color: #FFF;
	font-weight: 700;
	cursor: default;
}
.mark_bl_right_yt_text {
	font-size: 13px;
	color: #FFF;
	margin-top: -5px;
	cursor: default;
}
.mark_bl_right_line {
	margin: -15px 20px 25px 0;
}
.mark_bl_right_line_op {
	margin: 0px 0 0px 0;
}
.mark_bl_right_line_op .mark_bl_right_yt_num {
	color: rgba(255,255,255, .5);
}
.mark_bl_right_line_op .mark_bl_right_yt_text {
	color: rgba(255,255,255, .5);
}
.slide4 {
	background: #F04B48;
}
.slide_header_geo:before {
	background: #363640;
}
.marketing_line_header {
	width: 100%;
	font-size: 18px;
	color: #FFF;
	padding-bottom: 50px;
	text-transform: uppercase;
	margin-top: 100px;
	border-bottom: 1px solid #fff;
}
.marketing_line_body_item_header .redtext {
	display: block;
}
.marketing_line_body_item_header {
	font-size: 17px;
	font-weight: 700;
	color: #FFF;
	text-transform: uppercase;
	padding-bottom: 10px;
	position: relative;
	padding-top: 5px;
}
.marketing_line_body_item_body {
	font-size: 14px;
	color: #FFF;
	margin-top: 10px;
}
.marketing_line_body_item_image {
	width: 75px;
	height: 75px;
	-webkit-border-radius: 50%;
	        border-radius: 50%;
	border: 1px solid #fff;
	margin: 0 auto 20px;
	background: url('/assets/img/channels.svg');
	background-repeat: no-repeat;
	-webkit-background-size: 400px auto;
	     -o-background-size: 400px auto;
	        background-size: 400px auto;
}
.marketing_line_body {
	width: 100%;
}
/************************************************************/
.avilon {
	background-position: 7px -21px;
}
.autoplus {
	background-position: -142px -21px;
}
.smpracing {
	background-position: -217px -21px;
}
.otkritie {
	background-position: -140px -94px;
}
.gdrive {
	background-position: 10px -169px;
}
.matcharena {
	background-position: -213px -168px;
}
/************************************************************/
.smprskg {
	background-position: -213px -94px;
}
.horses {
	background-position: -68px -93px;
}
.zazhiganie {
	background-position: -63px -168px;
}
.tvc {
	background-position: -141px -170px;
}
.drive {
	background-position: -142px -21px;
}
.auto24 {
	background-position: -65px -242px;
}
.eurosport {
	background-position: -139px -243px;
}
.matchnash {
	background-position: -142px -21px;
}
/************************************************************/
.marketing_line_body_line {
	display: flex;
	-webkit-flex: 100%;
	    -ms-flex: 100%;
	        flex: 100%;
	-webkit-flex-direction: row;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	-webkit-justify-content: space-between;
	        justify-content: space-between;
    margin: 0 0 50px 0;
}
.marketing_line_body_item {
    border: 1px solid transparent;
    padding: 50px;
    -webkit-border-radius: 15px;
            border-radius: 15px;
	-webkit-transition: border-color .3s ease;
	-o-transition: border-color .3s ease;
	transition: border-color .3s ease;
	width: 150px;
	text-align: center;
}
/*.marketing_line_body_item:hover {
	border-color: rgba(255,255,255, .1);
	-webkit-transition: border-color .3s ease;
	-o-transition: border-color .3s ease;
	transition: border-color .3s ease;
}*/
.marketing_line_body_item_arrow {
	width: 15px;
	height: 100%;
	background-position: -180px 4px;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-background-size: 200px auto;
	     -o-background-size: 200px auto;
	        background-size: 200px auto;
}
.slide_footer_header {
	font-size: 14px;
	color: rgba(255,255,255, .5);
	line-height: 20px;
    margin: 0 auto 25px;
    max-width: 320px;
}
.geo_legend_item {
	display: inline-block;
}
.geo_legend {
	text-align: center;
}
.geo_legend_circle {
	width: 8px;
	height: 8px;
	-webkit-border-radius: 50%;
	        border-radius: 50%;
	background: #FFF;
    margin: 0 40px 20px;
}
.geo_legend_header {
	font-size: 41px;
	color: rgba(255,255,255, .5);
	font-weight: 700;
}
.geo_legend_footer {
	color: #FFF;
	font-size: 17px;
	margin-top: -5px;
}
.slide_header_geo {
	margin: 100px auto 75px;
}
.geo .slide_footer_header {
	text-align: center;
	margin-top: 50px;
	color: #FFF;
}
.geo_button {
	background: #FFF;
	border: 1px solid #fff;
}
.geo_button:hover {
	background: #F04B48;
}
.geo_button .button_text {
	color: #F04B48;
}
.geo_button:hover .button_text {
	color: #fff;
}
.geo_button .button_image {
    background-position: 3px 10px;
    -webkit-background-size: 200px auto;
    -o-background-size: 200px auto;
    background-size: 200px auto;
    background-repeat: no-repeat;
    color: #fff;
}
.geo_button:hover .button_image {
    background-position: -165px -158px;
}
.slide5 {
    background-color: #2e2e3a;
    background-image: url(/assets/img/slide5.jpg);
    background-repeat: no-repeat;
    -webkit-background-size: 80%;
    -o-background-size: 80%;
    background-size: 80%;
    background-position: center 90%;
}
.folio_item {
    width: 410px;
	margin-bottom: 100px;
}
.folio_item_poster {
	position: relative;
    background-size: 100% !important;
    cursor: pointer;
    background-position: center !important;
    position: relative;
    background: rgba(0,0,0, .1);
	/*filter: grayscale(1);
	-webkit-transition: filter .3s ease;
	-o-transition: filter .3s ease;
	transition: filter .3s ease;*/
}
.folio_item_poster:hover {
	/*filter: none;
	-webkit-transition: filter .3s ease;
	-o-transition: filter .3s ease;
	transition: filter .3s ease;*/
}
.folio_video {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
}
.folio_item_poster:before {
	display: block;
	content: "";
	width: 100%;
	padding-top: 56.25%;
}
.folio_item_header {
	font-size: 15px;
	color: #FFF;
	margin: 0 0 15px;
    height: 34px;
    max-width: 80%;
}
.folio_item_body {
	color: rgba(255,255,255, .5);
	font-size: 14px;
	margin: 25px 0;
}
.folio_item_subbody {
	font-size: 14px;
	color: rgba(255,255,255, .3);
	margin: 0 0 10px 0;
}
.folio_item_channel {
	display: inline-block;
	width: 35px;
	height: 35px;
	background: url('/assets/img/channels.svg');
	background-repeat: no-repeat;
	-webkit-background-size: 100px auto;
	     -o-background-size: 100px auto;
	        background-size: 100px auto;
	margin: 0 5px 0 0;
}
.match_folio {
	background-position: -34px 4px;
}
.youtube_folio {
	background-position: 4px -33px;
}
.zvezda_folio {
	background-position: 4px 5px;
}
.folio_tabs_content_1 {
	display: flex;
	-webkit-flex: 100%;
	    -ms-flex: 100%;
	        flex: 100%;
	-webkit-flex-direction: row;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	-webkit-justify-content: space-between;
	        justify-content: space-between;
}
.slide_4_footer {
	text-align: center;
	width: 100%;
	padding: 50px 0 50px 0;
	margin: 0px auto 0;
	max-width: 1200px;
	border-top: 1px solid rgba(255,255,255, .1);
}
.folio_button {
	background: #FFF;
	border: 1px solid #fff;
}
.folio_button:hover {
	background: transparent;
}
.folio_button .button_text {
	color: #363640;
}
.folio_button:hover .button_text {
	color: #fff;
}
.folio_button .button_image {
    background-position: -165px -92px;
    -webkit-background-size: 200px auto;
    -o-background-size: 200px auto;
    background-size: 200px auto;
    background-repeat: no-repeat;
    color: #fff;
}
.folio_button:hover .button_image {
    background-position: -112px -92px;
}
.slide_footer_footer {
	margin-top: 25px;
	color: rgba(255,255,255, .3);
}
.yt_link {
	color: #F04B48;
	-webkit-transition: color .3s ease;
	-o-transition: color .3s ease;
	transition: color .3s ease;
}
.yt_link:hover {
	color: #fff;
	-webkit-transition: color .3s ease;
	-o-transition: color .3s ease;
	transition: color .3s ease;
}
footer {
	background-color: #3F3F48;
	background-image: url('/assets/img/footer.jpg');
	border-bottom: 5px solid #f04b48;
	width: 100%;
    background-size: cover;
}
.footer_header {
	width: 100%;
	border-bottom: 1px solid rgba(255,255,255, .1);
	padding: 50px 0;
	margin-bottom: 50px;
}
.footer_logo_text {
	color: #FFF;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 10px;
	margin: 10px 0 0 10px;
}
.footer_logo_img {
	width: 50px;
	height: 50px;
	-webkit-background-size: 100px auto; 
	     -o-background-size: 100px auto; 
	        background-size: 100px auto; 
	background-position: -4px -45px;
}
.footer_item {
	max-width: 320px;
	margin: 0 100px 0 0;
}
.footer_item_header {
	font-size: 16px;
	color: #f04b48;
	text-transform: uppercase;
	cursor: default;
}
.footer_item_subheader {
	font-size: 13px;
	color: #FFF;
	margin: 15px 0 25px;
	cursor: default;
}
.yt_footer_item {
	margin: 0;
}
.footer_link {
	font-size: 13px;
	text-transform: uppercase;
	color: #FFF;
	text-decoration: none;
	opacity: 1;
	-webkit-transition: opacity .3s ease;
	-o-transition: opacity .3s ease;
	transition: opacity .3s ease;
	display: inline-block;
	margin:0 0 15px 0
}
.footer_link:hover {
	opacity: .5;
	-webkit-transition: opacity .3s ease;
	-o-transition: opacity .3s ease;
	transition: opacity .3s ease;
}
.current_footer_link {
	color: #F04B48;
	cursor: default;
}
.current_footer_link:hover {
	opacity: 1;
}
.footer_links {
	-webkit-columns: 2;
	   -moz-columns: 2;
	        columns: 2;
}
.footer_body {
	/*display: flex;
	-webkit-flex: 100%;
	    -ms-flex: 100%;
	        flex: 100%;
	-webkit-flex-direction: row;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;*/
	/*-webkit-justify-content: space-between;
	        justify-content: space-between;*/
}
.footer_agreement {
	max-width: 1200px;
	font-size: 13px;
	color: rgba(255,255,255, .3);
	line-height: 17px;
	padding: 50px 0;
	border-top: 1px solid rgba(255,255,255, .1);
	margin: 50px 0 0;
	cursor: default;
}
.footer_yt {
	width: 100%;
	background: #F04B48;
	padding: 30px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.footer_yt_logo {
	width: 105px;
    height: 26px;
    background-position: -13px -40px;
    background-repeat: no-repeat;
    background-size: 170px auto;
}
.footer_yt_header {
	font-size: 14px;
	color: #FFF;
	text-transform: uppercase;
	margin: 15px 0;
	cursor: default;
}
.footer_yt_body {
	max-width: 200px;
	font-size: 13px;
	color: #FFF;
	margin: 25px 0 0;
}
.footer_yt_footer {
	width: 100%;
	height: 75px;
	display: block;
	border-top: 1px solid rgba(255,255,255, .2);
	background: #F04B48;
	padding: 0 30px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	-webkit-transition: background .3s ease;
	-o-transition: background .3s ease;
	transition: background .3s ease;
	line-height: 73px;
	text-decoration: none;
}
.footer_yt_footer:hover {
	border-color: rgba(0,0,0, .1);
	background: #d83137;
	-webkit-transition: background .3s ease, border-color .3s ease;
	-o-transition: background .3s ease, border-color .3s ease;
	transition: background .3s ease, border-color .3s ease;
}
.footer_yt_footer_img {
    background-position: -121px 9px;
    background-repeat: no-repeat;
    background-size: 208px auto;
    width: 42px;
    height: 42px;
    display: inline-block;
    margin: 0px 0 -18px -13px;
}
.footer_yt_footer_text {
	display: inline-block;
	color: #FFF;
	font-size: 13px;
}
.footer_phone_text_header {
	font-size: 13px;
	color: #FFF;
}
.footer_phone_link {
	color: #FFF;
	text-decoration: none;
	font-size: 22px;
	-webkit-transition: color .3s ease;
	-o-transition: color .3s ease;
	transition: color .3s ease;
	margin-top: 5px;
	display: block;
}
.footer_phone_link:hover {
	color: #F04B48;
	-webkit-transition: color .3s ease;
	-o-transition: color .3s ease;
	transition: color .3s ease;
}
.footer_phone_icon {
	width: 50px;
	height: 50px;
    background-position: -68px 19px;
    background-repeat: no-repeat;
    background-size: 208px auto;
}
.mobile_menu {
	position: fixed;
	width: 100%;
	height: 100%;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	overflow-x: auto;
	z-index: 9999;
	white-space: nowrap;
	background: rgba(0,0,0, .7);
	-ms-overflow-y: hidden;
	    overflow-y: hidden;
	backdrop-filter: blur(5px);
	vertical-align: top;
	top: 0;
	left: 0;
	display: none;
	margin-left: -1000%;
	-webkit-transition: margin .2s ease;
	   -moz-transition: margin .2s ease;
	    -ms-transition: margin .2s ease;
	     -o-transition: margin .2s ease;
	        transition: margin .2s ease;
}
.mobile_menu_slide_1 {
	width: calc(100vw - 75px);
	height: 100%;
	background: #F04B48;
	display: inline-block;
	vertical-align: top;
}
.mobile_menu_slide_2 {
	vertical-align: top;
	width: auto;
	height: 100%;
	padding: 15px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
    display: inline-block;
    position: relative;
}
.menu_yt {
	background: #F04B48;
	height: auto;
	max-width: 250px;
	padding: 30px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	text-align: left !important;
}
.menu_yt_header {
    width: 103px;
    height: 26px;
    background-position: -11px -36px;
    background-repeat: no-repeat;
    background-size: 160px auto;
}
.menu_yt_subheader {
	font-size: 12px;
	text-transform: uppercase;
	color: #FFF;
	margin: 15px 0;
}
.menu_yt_body {
	max-width: 200px;
	white-space: normal;
	color: #FFF;
	font-size: 12px;
	line-height: 15px;
	margin: 25px 0;
}
.menu_yt_cover {
	position: relative;
    background-size: 100% !important;
    cursor: pointer;
    background-position: center !important;
    position: relative;
    background: rgba(255,255,255, .1);
    background-image: url('/assets/img/cover.gif');
}
.menu_yt_cover:before {
	display: block;
	content: "";
	width: 100%;
	padding-top: 56.25%;
}
/******************************************/
/******************************************/
/******************************************/
/******************************************/
/******************************************/
/******************************************/
/******************************************/
/******************************************/
/******************************************/
/******************************************/
/******************************************/
/******************************************/
/******************************************/
/******************************************/
/******************************************/
.inners_header {
	text-align: left;
    margin: 0 0 50px 0;
}
.inner_header {
	border-bottom: none;
}
.inners_subheader {
	font-size: 14px;
	max-width: 250px;
	color: rgba(255,255,255, .3);
}
.inners_header .slide_header {
	margin: 50px 0 15px 0;
}
.yt_inn_button .button_image {
    background-position: -112px 10px;
    -webkit-background-size: 200px auto;
    -o-background-size: 200px auto;
    background-size: 200px auto;
    background-repeat: no-repeat;
    color: #fff;
}
.slide_subheader {
    font-size: 14px;
    color: rgba(255,255,255, .5);
    line-height: 20px;
    margin: 0 auto 25px;
    max-width: 320px;
}
.ident_slide_2 {
    background: #FFF;   
}
.ident_slide_2 .slide_header {
    color: #363640;
} 
.ident_slide_2 .slide_subheader {
    color: #363640;
} 
.ident_slide_2 .slide_footer_footer {
    color: #363640;
} 
.ident_slide_2 .yt_link:hover {
    color: #363640;
}
.ident_slide_4 {
    padding-bottom: 50px;
}
.ident_hero {
    width: 100%;
    background-color: #2F2E37;
    text-align: center;
    padding-bottom: 0;
    height: 100vh;
    min-height: fit-content;
    background-image: url(/assets/ident/bg.jpg);
    background-position: center;
    background-size: 90%;
    background-repeat: no-repeat;
}
.ident_logo {
    width: 190px;
    margin: 0 auto 200px;
}
.ident_header {
    text-transform: uppercase;
    color: #FFF;
    font-size: 90px;
    font-weight: 700;
}
.ident_subheader {
    font-size: 18px;
    color: #F04B48;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 50px;
}
.ident_slide_4 .slide_header:before {
    background: #363640;
}
.ident_colors {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-around;
    margin: 100px 0 50px;
    width: 100%;
}
.ident_color_square {
  margin: auto;
  overflow: hidden; /* clearfix */
  position: relative;
    width: 210px;
}
.ident_color_square:before {
  content: "";
  padding-top: 100%;
  float: left;
}
.ident_font_svg {
    width: 273px;
    margin: 100px auto 0;
    position: relative;
    z-index: 2;
}
.svg_logo {
    width: 400px;
    margin: 100px auto 70px;
    display: none;
    opacity: 1;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
}
.svg_logo:hover {
    opacity: .8;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
}
.tabs {
    width: 100%;
    border-bottom: 1px solid rgba(255,255,255, .1);
    display: flex;
    -webkit-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-justify-content: space-evenly;
            justify-content: space-evenly;
    max-width: 1400px;
    margin: 100px auto 0;
}
.tab {
    font-size: 16px;
    color: rgba(255,255,255, .3);
    cursor: pointer;
    text-transform: uppercase;
    -webkit-transition: color .3s ease;
    -o-transition: color .3s ease;
    transition: color .3s ease;
    margin-bottom: 25px;
    position: relative;
}
.tab:hover {
    color: rgba(255,255,255, .7);
    -webkit-transition: color .3s ease;
    -o-transition: color .3s ease;
    transition: color .3s ease;
}
.current_tab {
    color: #fff;
}
.current_tab:hover {
    color: #fff;
}
.current_tab:after {
    content: "";
    width: 100%;
    height: 3px;
    background: #fff;
    position: absolute;
    bottom: -27px;
    left: -50px;
    padding: 0 50px;
}
.current_svg_tab {
    display: block;
}
.ident_font_analog {
    font-size: 26px;
    text-align: center;
    margin: 50px auto 0;
    color: rgba(255,255,255, .3);
}
.ident_font_svg:after {
    content: 'Rubik';
    font-family: 'Rubik', 'Calibri', 'Arial', sans-serif;
    font-size: 109px;
    position: absolute;
    color: #F04B48;
    bottom: -20px;
    left: -9px;
    z-index: -1;
    white-space: nowrap;
}
.ident_slide_3 .slide_subheader_2 {
    text-align: center;
    margin: 25px auto 50px;
    opacity: .5;
}
.ident_slide_3 .slide_footer_header {
    max-width: 500px;
}
.ident_color_title {
    position: absolute;
    bottom: 15px;
    right: 15px;
    color: #FFF;
    font-size: 13px;
    text-align: right;
    opacity: .7;
}
.aes_button {
    background: #363640;
    border-color: #363640;
}
.aes_button:hover {
    background: #FFF;
    border-color: #363640;
}
.aes_button:hover .button_text {
    color: #363640;
}
.pdf_button {
    border-color: #fff;
    background: #FFF;
}
.pdf_button .button_text {
    color: #363640;
}
.pdf_button:hover .button_text {
    color: #fff;
}
.ttf_button {
    border-color: #fff;
    background: #FFF;
}
.ttf_button .button_text {
    color: #363640;
}
.ttf_button:hover .button_text {
    color: #fff;
}
.svg_button {
    border-color: #fff;
    background: #FFF;
}
.svg_button .button_text {
    color: #F04B48;
}
.svg_button:hover .button_text {
    color: #fff;
}
.ident_color_text_line {
    font-size: 14px;
    color: #363640;
    margin: 25px 0 0;
}
.main_red {
    background: #F04B48;
}
.main_dark {
    background: #363640;
}
.alt_dark {
    background: #333333;
}
.main_gray {
    background: #6C6C73;
}
.light_gray {
    background: #E6E6E6;
}
.light_gray .ident_color_title {
    color: #363640;
}
.red_slide {
    background: #F04B48;
    color: #fff;
    -webkit-transition: background .3s ease;
    -o-transition: background .3s ease;
    transition: background .3s ease;
}
.black_slide {
    background: #333333;
    color: #fff;
    -webkit-transition: background .3s ease;
    -o-transition: background .3s ease;
    transition: background .3s ease;
}
.white_slide {
    background: #fff;
    color: #363640;
    -webkit-transition: background .3s ease;
    -o-transition: background .3s ease;
    transition: background .3s ease;
}
/******************************************/
.white_slide .slide_header {
    color: #363640;
}
.white_slide .slide_header:before {
    background: #F04B48;
}
.white_slide .slide_subheader {
    color: #363640;
}
.white_slide  .slide_footer_header {
    color: #363640;
}
.white_slide .tabs {
    border-bottom: 1px solid rgba(50,50,50, .1);
}
.white_slide .tab {
    color: rgba(50,50,50, .3);
}
.white_slide .tab:hover {
    color: rgba(50,50,50, .7);
}
.white_slide .current_tab {
    color: #F04B48;
}
.white_slide .current_tab:hover {
    color: #F04B48;
}
.white_slide .current_tab:after {
    background: #F04B48;
}
.white_slide .svg_button {
    border-color: #363640;
    background: #363640;
}
.white_slide .svg_button .button_text {
    color: #fff;
}
.white_slide .svg_button:hover .button_text {
    color: #363640;
}
.white_slide .svg_button:hover {
    background: #fff;
}
/******************************************/
.black_slide .slide_header:before {
    background: #F04B48;
}
.black_slide .svg_button .button_text {
    color: #363640;
}
.black_slide .svg_button:hover .button_text {
    color: #fff;
}
.ident_sprite {
    background-image: url('/assets/ident/sprite.svg');
    -webkit-background-size: 120px auto;
    -o-background-size: 120px auto;
    background-size: 120px auto;
    background-repeat: no-repeat;
}
.pdf_button .button_image {
    background-position: 14px -39px;
}
.pdf_button:hover .button_image {
    background-position: 14px 10px;
}
.aes_button .button_image {
    background-position: -34px -40px;
}
.aes_button:hover .button_image {
    background-position: -34px 10px;
}
.ttf_button .button_image {
    background-position: -84px -42px;
}
.ttf_button:hover .button_image {
    background-position: -84px 7px;
}
.red_slide .svg_button .button_image {
    background-position: 14px -89px;
}
.red_slide .svg_button:hover .button_image {
    background-position: -35px -89px;
}
.black_slide .svg_button .button_image {
    background-position: -85px -89px;
}
.black_slide .svg_button:hover .button_image {
    background-position: -35px -89px;
}
.white_slide .svg_button .button_image {
    background-position: -35px -89px;
}
.white_slide .svg_button:hover .button_image {
    background-position: -85px -89px;
}
/******************************************/
/******************************************/
/******************************************/
/******************************************/
/******************************************/
/******************************************/
/******************************************/
/******************************************/
/******************************************/
/******************************************/
/******************************************/
/******************************************/
/******************************************/
/******************************************/
/******************************************/
@media all and (max-width: 1700px) {
	.width {
		margin: 0 50px;
		width: calc(100% - 100px);
	}
	.marketing_line_body_item {
		padding: 20px;
	}
	.hero_text_body {
		font-size: 50px;
	}
	.header_menu {
		font-size: 13px;
		line-height: 100px;
	}
	.inners_header {
        text-align: center;
	    margin: 0 auto 50px;
	    border-bottom: 1px solid rgba(255,255,255, .1);
	    padding: 0 0 50px 0;
	}
	.inners_subheader {
		margin: 0 auto;
	}
	header {
		height: 100px;
	}
	.contacts_in_header {
		font-size: 13px;
	}
	.hero_text_subbody {
	    font-size: 23px;
	}
	.logo_text {
	    font-size: 12px;
	    padding: 14px 0 12px 16px;
    	border-left: 1px solid rgba(255,255,255, .1);
	}
	.logo_img {
		-webkit-transform: scale(.6);
		   -moz-transform: scale(.6);
		    -ms-transform: scale(.6);
		     -o-transform: scale(.6);
		        transform: scale(.6);
	}
	.scroll-downs {
	    bottom: 40px;
	    width: 29px;
	    height: 50px;
	}
	.mousey {
	    width: 3px;
	    padding: 10px 11px;
	    height: 25px;
	}
}
@media all and (max-width: 1500px) {
	.tabs_content, .folio_tabs_content_1 {
		-webkit-justify-content: space-around;
		        justify-content: space-around;
	}
	.marketing_line_body_line {
        -webkit-columns: 3;
	    -moz-columns: 3;
	    columns: 3;
	    display: block;
	}
	.marketing_line_body_item {
		width: auto;
		margin: 0 0 80px 0;
	}
	.folio_item {
	    width: 370px;
	}
}
@media all and (max-width: 1280px) {
	.marketing_line_body_item_header {
		font-size: 14px;
	}
	.slide_header {
		font-size: 25px;
	}
	.slide_header:before {
		height: 40px;
		left: -4px;
    	top: -8px;
	}
	.tabs_content_header {
	    font-size: 14px;
	}
	.tabs_content_block {
	    margin-bottom: 10px;
	    padding: 40px 0 0 0;
	    border: none;
	}
	.tabs_content_subheader {
		font-size: 14px;
	}
	.slide_2_footer {
		margin-top: 30px;
	}
	.slide_footer_header {
		font-size: 13px;
	}
	.folio_item_header {
	    font-size: 14px;
	    color: rgba(255,255,255, .5);
	    margin: 0;
	    height: 45px;
        max-width: 100%;
	}
	.folio_item {
		width: 300px;
	}
	.footer_item_subheader {
		font-size: 10px;
		color: rgba(255,255,255, .3);
	}
	.footer_item_header {
		font-weight: 700;
		font-size: 13px;
	}
	.footer_link {
		font-size: 12px;
	    margin: 0 0 20px 0;
	}
	.footer_phone_text_header {
	    font-size: 10px;
	    color: rgba(255,255,255, .5);
	    text-align: left;
	}
	.footer_phone_link {
		font-size: 18px;
	}
	.footer_yt_header {
		text-align: left;
	}
	.footer_yt_body {
		text-align: left;
	}
	.footer_item {
        max-width: 250px;
	    margin: 50px auto 0;
	    float: none !important;
	    display: inline-block;
		*display: inline;
		zoom: 1;
	    vertical-align: top;
	}
	.footer_body {
	    text-align: justify;
	}
	.stretch {
	  width: 100%;
	  display: inline-block;
	  font-size: 0;
	  line-height: 0
	}
}
@media all and (max-width: 1200px) {
	.folio_item {
		width: 280px;
	}
}
@media all and (max-width: 950px) {
	.hero_text {
		bottom: 20%;
	    top: auto;
	    transform: none;
	}
	.hero_text_body {
	    font-size: 35px;
	}
	.hero_text_head {
	    font-size: 13px;
	    margin: 0 0 0 0px;
	}
	.hero_text_subbody {
	    font-size: 18px;
	}
	.hero_text_footer {
	    font-size: 13px;
	}
	.hero_text_sep {
	    margin: 15px 0 15px 0;
	}
	.hero_text_button {
	    margin-top: 25px;
	}
	.scroll-downs {
		display: none;
	}
	.yt_footer_item {
		display: none;
	}
	.folio_item {
	    width: 300px;
	}
}
@media all and (max-width: 750px) {
	.tabs_content_block {
		text-align: center;
		max-width: 260px;
	}
	.folio_item {
	    width: 230px;
	}
	.footer_item {
		max-width: 200px;
	}
	.tabs_content_subheader {
		margin: 25px auto;
	}
	.marketing_line_body_item_header {
		display: none;
	}
	.marketing_line_body_item {
		margin: 0 0 0px 0;
	}
	.footer_agreement {
		font-size: 10px;
	    line-height: 13px;
	}
	.hamburger {
		display: block;
	}
	.logo {
		left: 50px;
	}
	.menu {
		display: none;
	}
	.mobile_menu {
		display: block;
	}
	.opened_mobile_menu {
		margin: 0;
		-webkit-transition: margin .2s ease;
		   -moz-transition: margin .2s ease;
		    -ms-transition: margin .2s ease;
		     -o-transition: margin .2s ease;
		        transition: margin .2s ease;
	}
	.contacts_in_header {
	    position: absolute;
	    right: 0;
	    top: 0;
	    margin: 30px 0 0 0;
	    float: none;
	}
	/*.hero {
		height: 100%;
		min-height: 100%;
	}*/
	/*.hero_text {
	    position: static;
	    left: 0;
	    top: 0;
	    transform: none;
	    margin: 36px 0 40px 0px;
	}*/
	.slide_header {
		font-size: 20px;
    	margin: 50px auto;
	}
	.slide_header:before {
	    height: 30px;
	    width: 3px;
	    left: -2px;
	    top: -6px;
	}
}
@media all and (max-width: 600px) {
	.hamburger {
		left: auto;
	}
	.folio_item {
	    width: 380px;
	}
	.footer_logo_text {
	    text-align: left;
	    display: inline-block;
	    float: none !important;
	    margin: 0px 0 0px 10px;
	    position: relative;
	    top: -10px;
	}
	.footer_body {
	    text-align: center;
	}
	.footer_item {
	    margin: 0 auto 50px;
	    border-bottom: 1px solid rgba(255,255,255, .1);
	    width: 100%;
	    max-width: 260px;
	    float: none !important;
	    padding: 0 0px 50px;
	}
	.yt_footer_item {
		border-bottom: none;
		padding: 0;
		margin: 0 auto;
	} 
	.footer_phone {
	    width: 200px;
    	margin: 0 auto;
	} 
	.footer_logo {
		text-align: center;
	} 
	.footer_logo_img {
		display: inline-block;
		float: none !important;
	}
	.hero_text {
	    transform: translate(-50%, 0);
	    left: 50%;
        width: 250px;
	}
	.menu {
		display: none;
	}
	.contacts_in_header {
		display: none;
	} 
	.logo {
	    display: none;
	}
	header {
		border-bottom: none;
	}
	.hero_text_subbody {
	    /*font-size: 15px;
	    margin: 20px 0;
        text-align: center;*/
        /*display: none;*/
        font-size: 16px;
    	margin: 10px 0 0 0;
	}
	.hero_text_body {
	    font-size: 43px;
	    /*font-size: 30px;
	    line-height: 29px;
        text-align: center;*/
        /*display: none;*/
	}
	.hero_text_head {
	    font-size: 13px;
	    margin: 0 0 20px 0px;
        text-align: center;
	}
	.hero_text_footer {
        text-align: center;
	}
	body {
		text-align: center;
	}
	.tabs_content_subheader {
		margin: 25px auto;
	}
	.yt_footer_item {
		display: block;
	}
}
@media all and (max-width: 450px) {
	.marketing_line_body_line {
        -webkit-columns: 2;
	    -moz-columns: 2;
	    columns: 2;
	}
	.slide_footer_header {
		font-size: 11px;
	}
	.yt_inn_button {
		padding: 0 20px 0 3px;
	}
}
/******************************************/
/******************************************/
/******************************************/
/******************************************/
/******************************************/
/******************************************/
/******************************************/
/******************************************/
/******************************************/
/******************************************/
/******************************************/
/******************************************/
/******************************************/