@font-face {
	font-display: swap;
    font-family: 'IBM Plex Serif';
    src: local('IBM Plex Serif'), url('../fonts/IBMPlexSerif-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
	font-display: swap;
    font-family: 'IBM Plex Serif';
    src: local('IBM Plex Serif'), url('../fonts/IBMPlexSerif-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
	font-display: swap;
    font-family: 'IBM Plex Serif';
    src: local('IBM Plex Serif'), url('../fonts/IBMPlexSerif-LightItalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
}

@font-face {
	font-display: swap;
    font-family: 'Fira Sans';
    src: local('Fira Sans'), url('../fonts/Firasansmedium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
	font-display: swap;
    font-family: 'Fira Sans';
    src: local('Fira Sans'), url('../fonts/Firasansregular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
	font-display: swap;
    font-family: 'Forum';
    src: local('Forum'), url('../fonts/Forum-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@media (min-width: 1400px) {
	.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
		max-width: 1140px;
	}
}

header, nav, menu, main, section, article, aside, address, footer, noscript {
	display: block;
}

a {
	text-decoration: none;
	color: #fff;
}

	a:hover {
		border: none;
		color: #fff;
	}	

	a:active, a:hover, a:focus {
		outline: none !important;
	}

html {	
	height: 100%;
	width: 100%;
}	

body {	
	height: 100%;
	width: 100%;
	background: #000;
	-webkit-appearance: none;
	font-family: 'Fira Sans', Arial, monospace;
	font-weight: 400;
	font-size: 18px;
	line-height: 27px;
	color: #fff;
}	
	
header, main, footer {
	width: 100%;
	float: left;
	clear: both;
}

.video_presentation {
	height: auto;
	background: #000 url('../img/bg.jpg') center 85px no-repeat;
    background-size: cover;
}

.video_main {
	background: #000 url('../img/bg.jpg') center no-repeat;
    background-size: cover;
}

	header {
		background-color: #000;
		height: 96px;
		/* position: fixed;
		z-index: 1;
		top: 0;
		left: 0;	 */	 
		-o-transition: margin-top .3s;
		-ms-transition: margin-top .3s;
		-moz-transition: margin-top .3s;
		-webkit-transition: margin-top .3s;
		transition: margin-top .3s;
	}
	
		header > .container, header > .container > .row {
			height: 100%;
		}
	
		header > .container > .row {
			align-items: center;
		}
	
		.logo {
			
		}
		
			.logo img {
				width: 100%;
				max-width: 149px;
			}
		
		.logo_text {
			font-size: 16px;
			line-height: 20px;
			text-align: center;
			color: #c4c4c4;			
		}
		
			.logo_text span {
				display: block;
				margin: 0 auto;
				max-width: 390px;
			}	
		
		.logo_phone {
			text-align: right;
		}		
		
			.logo_phone a {
				display: inline-block;
				font-weight: 300;
				font-size: 24px;
				line-height: 24px;
				color: #fff;
				padding-left: 33px;
				background: url('../img/callback_sign.svg') left center no-repeat;  
				background-size: 18px auto;
			}
			
				.logo_phone a span {
					white-space: nowrap;
				}
			
				.logo_phone a span.bold_span {
					font-weight: 700;
				}

	main {
		
	}

.video_main {
	padding-top: 72px;
	padding-bottom: 136px;
	
}

	.video_page_header {
		margin-bottom: 32px;
		text-align: center;
	}
	
		.video_page_header h1 {	
			font-family: 'IBM Plex Serif', Arial, monospace;
			font-size: 48px;
			line-height: 62px;
			font-weight: 500;
			color: #f3ebc7;			
			max-width: 945px;
			margin: 0 auto;
			text-align: center;			
		}
	
	.video_page_header_text {		
		margin-bottom: 56px;
		text-align: center;		
	}
	
		.video_page_header_text span{
			font-size: 18px;
			line-height: 27px;		
			color: #e5e5e5;
			display: inline-block;
			width: 100%;
			max-width: 945px;
			text-align: center;
		}	
	
	.video_page_header_video {
		text-align: center;
	}
	
		.video_page_header_video span {
			display: inline-block;
			width: 100%;
			max-width: 945px;
			text-align: center;
			position: relative;
			height: 0;
			padding-bottom: 56.25%;
		}
	
			.video_page_header_video span iframe {
				position: absolute;
				top: 0;
				left: 0;
				width: 100%;
				height: 100%;
			}	
		
.video_catalog {		
	background: radial-gradient(101.2% 349.82% at 33.4% 50%, #FFFFFF 0%, #DEDEDE 100%);
}

	.video_catalog .container {
		background: url('../img/bucklet_1_1.png') right center no-repeat;  
		background-size: auto 395px;
	}

		.video_catalog_container_wrapper {
			padding-top: 150px;
			padding-bottom: 150px;
		}

			.video_catalog_header {
				width: 50%;
				margin-bottom: 40px;
			}
			
				.video_catalog_header h3 {
					font-family: 'IBM Plex Serif', Arial, monospace;
					margin: 0;
					font-size: 32px;
					line-height: 42px;
					font-weight: 500;
					color: #333;
				}
			
			.video_catalog_link {
				width: 50%;
			}
			
				.video_catalog_link a, #get_catalog_form input[type=submit], #get_expert_form input[type=submit] {
					display: inline-block;				
					font-size: 18px;
					line-height: 56px;					
					color: #fff;
					background: #c00;
					border-radius: 4px;	
					letter-spacing: 0.1em;
					text-transform: uppercase;
					width: 288px;
					text-align: center;
					text-decoration: none;
				}
				
.video_address_block {				
	padding-top: 32px;
	padding-bottom: 32px;
	background: #fff;
}

.video_address_block .container > .row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;   
    font-weight: 300;
    justify-content: center;	
}

.video_address_block  .nab_2 .nab_producer {
	font-weight: 700;
	color: #333;
	text-align: left;
}

.video_address_block  .nab_2 .nab_address {
	color: #333;
	text-align: left;
	line-height: 24px;
}

.video_address_block .nab_3 a {
    padding-top: 3px;
    display: inline-block;
    padding-left: 26px;
    background: url('/img/red_phone_vector.svg') left center no-repeat;
    background-size: 20px auto;   
    font-weight: 500;
    font-size: 24px;
    line-height: 31px;
    color: #333;
}

.video_catalog_big_image {
	display: none;
}

	.video_catalog_big_image img {
		width: 100%;
	}		
	
.common_popup {
    text-align: center;
    white-space: nowrap;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 6;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,1);
}	

.common_popup:after {
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 100%;
    content: '';
}	
	
#get_catalog_form {
	
}

	#get_catalog_form .cp_body, #get_expert_form .cp_body {		
		display: inline-block;
		vertical-align: middle;
		white-space: normal;
		position: relative;
		width: 858px;
		max-width: 858px;		
		box-shadow: 0 10px 20px rgba(0, 0, 0, 0.25);
		border-radius: 4px;
		padding: 65px 63px 62px;
		box-sizing: border-box;
		background: #fff url('../img/bucklet_1_1.png') right -33px bottom -37px no-repeat;		
	}
	
		#get_catalog_form .cp_close, #get_expert_form .cp_close {
			display: block;
			position: absolute;
			top: 32px;
			right: 32px;
			width: 16px;
			height: 16px;
			background: url('../img/grey_close_icon.svg') center no-repeat;
			background-size: contain;			
		}
		
		#get_catalog_form .cp_main, #get_expert_form .cp_main {
			display: flex;
			justify-content: flex-start;
			align-items: center;
			margin-bottom: 37px;
		}
		
			#get_catalog_form .cp_main img, #get_expert_form .cp_main img {
				width: 100px;
				height: 100px;
				border-radius: 50%;
				margin-right: 29px;				
			}
			
			#get_catalog_form .cp_main span, #get_expert_form .cp_main span {
				font-size: 18px;
				line-height: 24px;
				color: #333;
				text-align: left;
				max-width: 369px;
			}
		
		#get_catalog_form .cp_content {

		}
		
			.get_cat_form_row {
				margin-bottom: 24px;
				text-align: left;
			}
			
				.cp_content form .get_cat_form_row input[type=tel], .cp_content form .get_cat_form_row input[type=email] {
					background: #fff;
					border: 1px solid #c4c4c4;
					box-sizing: border-box;
					border-radius: 4px;
					font-size: 18px;
					line-height: 24px;
					/* color: #c4c4c4; */
					color: #777;
					padding: 12px 15px;
					width: 100%;
					max-width: 369px;
					text-align: left;
				}
				
			#get_catalog_form input[type=submit], #get_expert_form input[type=submit] {				
				width: 225px;
				border: none;
			}			
			
.catalog_send_page {
	background: #000c15 url('../img/index_main_bg.jpg') center top no-repeat;  
	background-size: cover;
}

	.csp_shell {
		padding-top: 64px;
		padding-bottom: 64px;	
	}

		.csps_container_wrapper {
			margin: 0 auto;
			width: 100%;
			max-width: 555px;
		}
		
			.csps_container_wrapper p {
				margin-bottom: 24px;
				font-size: 18px;
				line-height: 29px;
				text-align: center;
				color: #fff;
			}
			
			.csps_container_wrapper p.orange_text {
				font-family: 'IBM Plex Serif', Arial, monospace;
				font-weight: 500;
				font-size: 24px;
				line-height: 34px;
				color: #f3ebc7;
			}
			
			.csps_container_wrapper p a {
				display: flex;
				align-items: center;
				justify-content: center;
			}

				.csps_container_wrapper p a img {
					width: 100%;
					max-width: 48px;
					margin-right: 10px;
				}
				
				.csps_container_wrapper p a span {
					font-weight: bold;
					font-size: 24px;
					line-height: 32px;
					color: #fff;
					text-decoration: underline;
				}
				
				.csps_container_wrapper p a:hover span {
					text-decoration: none;
				}
				
			.csps_div {
				text-align: center;
			}	

				.csps_div p {
					display: inline-block;
				}

	.submit_preloader {
		width: 100%;
		height: 56px;
		display: none;
		background: url('/img/preloader.gif') left center no-repeat;
	}			

@media screen and (max-width: 1023px) {

		.page_wrap_content {			
			background: #000 url('../img/bg.jpg') center no-repeat;
			background-size: cover;
			float: left;
			width: 100%;
		}

		header {
			background: transparent;
		}

		.logo {
			order: 2;
			text-align: center;
		}
		
			.logo img {				
				max-width: 177px;
			}
		
		.logo_text {
			order: 1;				
		}
		
			.logo_text span {
				display: none;				
			}	
		
		.logo_phone {
			order: 3;
			text-align: right;
		}		
		
			.logo_phone a {
				display: inline-block;				
				width: 24px;
				height: 24px;
				padding: 0;
				background: url('../img/callback_sign_white.svg') left center no-repeat;  
				background-size: 24px auto;
			}
			
				.logo_phone a span {
					display: none;
				}
				
	.video_page_header {
		margin-bottom: 24px;
	}		

		.video_page_header h1 {   
			line-height: 56px;
		}
	
	.video_page_header_text {
		margin-bottom: 32px;
	}
	
	.video_main {
		background: transparent;
		padding: 5px 0 58px;			
	}

	.video_page_header {
		margin-bottom: 24px;
	}	
	
	.video_catalog .container {
		background: url('../img/bucklet_2_1.png') right bottom no-repeat;	
		max-width: 100%;
	}
	
	.video_catalog_container_wrapper {
		padding: 48px 32px 168px;		
	}

	.video_catalog_header {
		width: 400px;
		margin-bottom: 40px;
	}
	
	.catalog_send_page {
		background-position: center 70px;  		
	}	
	
	.video_address_block .container > .row {
		margin: 0;		
	}	
	
	.video_address_block {
		padding-top: 24px;
		padding-bottom: 24px;		
	}
	
	.video_address_block .nab_1, .video_address_block .nab_2, .video_address_block .nab_3 {
		width: 100%;
	}
	
	.video_address_block .nab_3 {
		display: none;
	}
	
	.video_address_block .nab_2 {
		order: 1;
		margin-bottom: 16px;
		text-align: center;
	}
	
		.video_address_block .nab_2 .nab_producer {
			text-align: center;
			font-size: 18px;
			line-height: 32px;
			margin-bottom: 3px;
		}
		
		.video_address_block .nab_2 .nab_address {
			text-align: center;
			width: 100%;
			max-width: 336px;
			margin: 0 auto;
			font-size: 12px;
			line-height: 17px;
		}	
	
	.video_address_block .nab_1 {
		order: 2;
		text-align: center;
	}
	
		.video_address_block .nab_1 img {
			max-width: 105px;	
		}	
		
	.video_catalog_header h3 {
		font-weight: 700;
	}
	
	.common_popup {		
		background: rgba(255,255,255,1);
	}

	#get_catalog_form .cp_body, #get_expert_form .cp_body {			
		max-width: 704px;		
		background: #fff url('../img/bucklet_1_1.png') right -101px bottom -24px no-repeat;
		background-size: auto 332px;
	}	
	
}			

@media screen and (max-width: 767px) {
	.catalog_send_page .page_wrap_content {
		background: transparent;
	}			

	header {    
		height: 89px;	
	}
	
	.logo_phone a {		
		width: 18px;
		height: 18px;		
		background-size: 18px auto;
	}
	
	.logo img {
		max-width: 149px;
	}	
	
	.catalog_send_page {
		background-position: center;  		
	}	
		
	.catalog_send_page #objHeader {
		background: transparent;		
	}
	
		.csp_shell {
			padding-top: 0;			
		}			
			
				.csps_container_wrapper p {					
					font-size: 16px;
					line-height: 24px;					
				}
				
				.csps_container_wrapper p.orange_text {					
					font-size: 18px;
					line-height: 25px;					
				}	
					
				.csps_div {
					margin-top: 32px;		
				}									
	
	.csp_shell > .container {
		width: auto;
	}

	#get_catalog_form, #get_expert_form {
		z-index: 1000;
	}
	
	#get_catalog_form .cp_body, #get_expert_form .cp_body {
		width: 100%;
		max-width: 100%;		
		height: 100%;
		box-shadow: none;
		border-radius: 0;				
	}	

	#get_catalog_form .cp_body, #get_expert_form .cp_body {    
		padding: 48px 16px 16px;   
		background: #fff url('../img/bucklet_1_1.png') right -101px bottom -24px no-repeat;
		background-size: auto 322px;
	}
	
	#get_catalog_form .cp_close, #get_expert_form .cp_close {
		top: 16px;
		right: 16px;				
	}
	
	#get_catalog_form .cp_main, #get_expert_form .cp_main {			
		margin-bottom: 32px;
		align-items: flex-start;
	}
	
		#get_catalog_form .cp_main img, #get_expert_form .cp_main img {
			width: 74px;
			height: 74px;			
			margin-right: 16px;	
			margin-top: 5px;
		}
		
		#get_catalog_form .cp_main span, #get_expert_form .cp_main span {
			font-size: 16px;
			line-height: 24px;			
		}
			
		#get_catalog_form input[type=submit], #get_expert_form input[type=submit] {
			margin-top: 0;
			width: 100%;
			max-width: 369px;
			text-align: center;			
		}	
	
	.video_presentation .container {
		width: auto;		
	}
	
	.video_main {		
		padding-top: 0;
		padding-bottom: 40px;		
	}

	.video_page_header {
		margin-bottom: 32px;
	}
	
		.video_page_header h1 {
			font-size: 30px;
			line-height: 40px;			
		}
		
		.video_page_header_text {
			margin-bottom: 40px;			
		}
	
			.video_page_header_text span {
				font-size: 16px;
				line-height: 24px;
				display: block;
				text-align: left;
			}			
			
	.video_catalog_container_wrapper {
		padding: 0;		
	}
	
	.video_catalog .container {
		background: url('../img/bucklet_1_1.png') right -39px bottom -14px no-repeat;		
		background-size: auto 251px;
		padding-top: 32px;
		padding-bottom: 37px;		
	}

		.video_catalog_header {
			width: 100%;
			margin-bottom: 161px;
			padding-left: 16px;
			padding-right: 16px;	
		}

			.video_catalog_header h3 {
				font-size: 30px;
				line-height: 40px;
				text-align: center;
			}
			
		.video_catalog_link {
			width: 100%;
			padding-left: 16px;
			padding-right: 16px;	
		}	
		
			.video_catalog_link a {
				width: 100%;
			}	

	.video_catalog_big_image {
		display: block;
	}

	.video_address_block {
		padding-top: 16px;
		padding-bottom: 32px;
	}	
	
	.video_presentation .nab_2 {
		padding-top: 0;
		padding-bottom: 0;
	}
			
}

/* 07 FEB 22 */

	.vcl_mt_16 {
		margin-top: 16px;
	}

	.wuts_links {
		margin-top: 36px;
		text-align: center;	
		max-width: 360px;		
	}
	
	.wuts_links.mt32 {
		margin-top: 32px;
	}
		
		.wuts_links a {
			display: inline-block;
			width: 48px;
			height: 48px;
			margin: 0 24px;
			border-radius: 24px;
			box-shadow: 0 0 10px 10px rgba(255, 255, 255, 0.5);
			transition: box-shadow 0.2s linear;
		}
		
		.wuts_links a.wh42 {
			width: 40px;
			height: 40px;
		}

		.wuts_links a:hover {
			box-shadow: 0 0 15px 15px rgba(255, 255, 255, 0.5);
		}	
/* /07 FEB 22 */