/*BEGIN FONTS*/
@font-face{
	font-family: "GillSans-Light";
	src: url("../fonts/GillSans-Light.eot");
	src: local("вШЇ"), url("../fonts/GillSans-Light.woff") format("woff"), 
	url("../fonts/GillSans-Light.ttf") format("truetype"),
	url("../fonts/GillSans-Light.svg") format("svg");
	font-weight: normal;
	font-style: normal;
}
@font-face{
	font-family: "GillSans-Regular";
	src: url("../fonts/GillSans-Regular.eot");
	src: local("вШЇ"), url("../fonts/GillSans-Regular.woff") format("woff"), 
	url("../fonts/GillSans-Regular.ttf") format("truetype"),
	url("../fonts/GillSans-Regular.svg") format("svg");
	font-weight: normal;
	font-style: normal;
}
@font-face{
	font-family: "GillSans-Bold";
	src: url("../fonts/GillSans-Bold.eot");
	src: local("вШЇ"), url("../fonts/GillSans-Bold.woff") format("woff"), 
	url("../fonts/GillSans-Bold.ttf") format("truetype"),
	url("../fonts/GillSans-Bold.svg") format("svg");
	font-weight: normal;
	font-style: normal;
}
@font-face{
	font-family: "Gals Bold";
	src: url("../fonts/Gals Bold.eot");
	src: local("вШЇ"), url("../fonts/Gals Bold.woff") format("woff"), 
	url("../fonts/Gals Bold.ttf") format("truetype"), 
	url("../fonts/Gals Bold.svg") format("svg");
	font-weight: normal;
	font-style: normal;
}
@font-face{
	font-family: "Proxima Nova Regular";
	src: url("../fonts/Proxima Nova Regular.eot");
	src: local("вШЇ"), url("../fonts/Proxima Nova Regular.woff") format("woff"),
	url("../fonts/Proxima Nova Regular.ttf") format("truetype"),
	url("../fonts/Proxima Nova Regular.svg") format("svg");
	font-weight: normal;
	font-style: normal;
}
/*END FONTS*/

/*BEGIN GENERAL SETTINGS*/
*{
	-webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: -moz-none;
    -o-user-select: none;
}
p, a, span, td, h1, h2, h3, input, li, textarea{
	-webkit-user-select: text;
    -khtml-user-select: text;
    -moz-user-select: text;
    -o-user-select: text;
}
*::after, *::before{
	-webkit-user-select: none !important;
    -khtml-user-select: none !important;
    -moz-user-select: -moz-none !important;
    -o-user-select: none !important;
}
p::-moz-selection { color: #fff;  background: #003a65; }
p::-moz-selection { color: #fff;  background: #003a65; }
p::selection      { color: #fff;  background: #003a65; }
a::-moz-selection { color: #fff;  background: #003a65; }
a::selection      { color: #fff;  background: #003a65; }
li::-moz-selection { color: #fff;  background: #003a65; }
li::selection      { color: #fff;  background: #003a65; }
span::-moz-selection { color: #fff;  background: #003a65; }
span::selection      { color: #fff;  background: #003a65; }
h1::-moz-selection { color: #fff;  background: #003a65; }
h1::selection      { color: #fff;  background: #003a65; }
h2::-moz-selection { color: #fff;  background: #003a65; }
h2::selection      { color: #fff;  background: #003a65; }
h3::-moz-selection { color: #fff;  background: #003a65; }
h3::selection      { color: #fff;  background: #003a65; }
h3::-moz-selection { color: #fff;  background: #003a65; }
h3::selection      { color: #fff;  background: #003a65; }
td::-moz-selection { color: #fff;  background: #003a65; }
td::selection      { color: #fff;  background: #003a65; }
input::-moz-selection { color: #fff !important;  background: #003a65; }
input::selection      { color: #fff !important;  background: #003a65; }
textarea::-moz-selection { color: #fff !important;  background: #003a65; }
textarea::selection      { color: #fff !important;  background: #003a65; }

::-webkit-input-placeholder{color: #7e858d;}
::-moz-placeholder{color: #7e858d;}
:-ms-input-placeholder{color: #7e858d;} 
:-o-input-placeholder{color: #7e858d;} 

textarea{
	-webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}
input[type="text"],
input[type="email"],
input[type="search"],
input[type="button"],
input[type="submit"]{
    -webkit-appearance: none !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}

p, h1, h2, h3, h4{
	cursor: default;
}
a{
	text-decoration: none !important;
	outline: none !important;
	color: inherit;
}
html, body{
	overflow-x: hidden;
}
body{
	position: relative;
	font-size: 10px;
}

@media (max-width: 1270px){
	.container{
		width: 100%;
	}
}

@media (min-width: 1271px){
	.container{
		width: 1250px;
	}
	body::-webkit-scrollbar{
		width: 10px;
	}
	body::-webkit-scrollbar-track{
		background: #efefef;
	}
	body::-webkit-scrollbar-thumb{
	   background: #003a65; 
	}
}

.clear{
	clear: both;
}
.nowrap{
	white-space: nowrap;
}
#memory{
	display: none;
}
#facebook-jssdk-iframe{
	position: fixed;
	bottom: 10vh;
}
/*END GENERAL SETTINGS*/

/*BEGIN GENERAL ELEMENTS*/
.navigation_element{
	-webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: -moz-none;
    -o-user-select: none;
}
.page_screen{
	position: relative;
	background: #fff;
}
.relative_content_part{
	position: relative;	
}
.relative_content_part.part_left{
	float: left;
    width: 50%;
}
.relative_content_part.part_right{
	float: right;
    width: 50%;
}
.relative_content_part .text_block{
	position: relative;
	margin-top: 60px;
}
.relative_content_part.part_left .text_block{
	padding: 0 0 0 90px;
}
.relative_content_part.part_right .text_block{
	padding: 0 0 0 90px;
}
.relative_content_img{
	position: absolute;
	top: 0;
}
.relative_content_img_right{
	right: 0;
}
.relative_content_img_left{
	left: 0;
}
.text_type_1{
	font-family: "GillSans-Light";
	font-size: 3em;
	color: #313137;
	letter-spacing: 0.01em;
	line-height: 1.4em;
}
.text_type_2{
	font-family: "GillSans-Regular";
	font-size: 1.6em;
	color: #313137;
	letter-spacing: 0.01em;
	line-height: 1.8em;
}
.text_type_3{
	font-family: "GillSans-Light";
	font-size: 4.8em;
	color: #313137;
	letter-spacing: 0.01em;
	line-height: 1.3em;
}
.text_type_4{
	font-family: "GillSans-Bold";
	font-size: 3.6em;
	color: #313137;
	line-height: 1.3em;
}
.side_decor_text{
	z-index: 1;
	position: absolute;
	
	font-family: "GillSans-Bold";
	font-size: 1.2em;
	color: #313137;
	white-space: nowrap;
	text-transform: uppercase;
	letter-spacing: 0.28em;
	
	-webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: -moz-none;
    -o-user-select: none;
	
	pointer-events: none;
}
.side_decor_text.left{
	left: 30px;
	
	-webkit-transform-origin: 0 100%;
	transform-origin: 0 100%;
	
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
}
.side_decor_text.right{
	right: 30px;
	
	-webkit-transform-origin: 100% 100%;
	transform-origin: 100% 100%;
	
	-webkit-transform: rotate(90deg) translateZ(0);
	transform: rotate(90deg) translateZ(0);
}
.side_decor_text.page_main_idt_1{
	top: 2458px;
	top: calc(100vh + 1484px);
}
.side_decor_text.page_main_idt_2{
	top: 1738px;
	top: calc(100vh + 764px);
}
.side_decor_text.page_main_idt_3{
	top: 3065px;
	top: calc(100vh + 2011px);
}
.side_decor_text.page_services_idt_1{
	top: 1569px;
	top: calc(100vh + 620px);
}
.side_decor_text.page_services_idt_2{
	top: 2754px;
	top: calc(100vh + 1804px);
}
.side_decor_text.page_services_idt_3{
	top: 1900px;
	top: calc(100vh + 950px);
}
.side_decor_text.page_about_us_idt_1{
	top: 2600px;
	top: calc(100vh + 1650px);
}
.side_decor_text.page_about_us_idt_2{
	top: 3300px;
	top: calc(100vh + 2350px);
}
.side_decor_text.page_about_us_idt_3{
	top: 2040px;
	top: calc(100vh + 1090px);
}
.blue_rect_h{
	position: relative;
	display: inline-block;
	min-height: 54px;
	background: #003a65;
	font-size: 1em;
}
.blue_rect_h.type_1{
	min-width: 340px;
	padding: 0 15px 0 90px;
}
.blue_rect_h.type_2{
	min-width: 370px;
	padding: 0 15px 0 90px;
}
.blue_rect_h .h_title{
	margin: 0;
	font-family: "GillSans-Bold";
	font-size: 2.4em;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	line-height: 54px;
}
.blue_rect_h .numbers{
	position: absolute;
	top: 0;
	width: 52px;
	height: 54px;
	line-height: 55px;
	margin-left: -72px;
	
	font-family: "GillSans-Bold";
	font-size: 1.4em;
	color: #6f849a;
	text-align: right;
}
.blue_rect_h.type_1 .numbers{
	left: 90px;
}
.blue_rect_h.type_2 .numbers{
	left: 90px;
}
.detailed_link{
	position: relative;
	display: block;
	width: 180px;
	margin-top: 40px;
	
	font-family: "GillSans-Bold";
	font-size: 1.6em;
	color: #000;
	letter-spacing: 0.02em;
	line-height: 1.8em;
	
	-webkit-transition: 0.3s ease-out;
	transition: 0.3s ease-out;
}
.arrow_block_black_right > span{
	position: relative;
    top: 2px;
    display: inline-block;
	width: 70px;
    height: 12px;
}
.arrow_block_black_right.rotated > span{
	width: 56px;
}
.arrow_block_black_right > span > span{
	position: absolute;
	top: 5px;
	height: 2px;
	background: #000;
}
.arrow_block_black_right > span > span:nth-child(1){
	left: 0;
	width: 3px;
	
	-webkit-transition: 0.3s ease-out;
	transition: 0.3s ease-out;
}
.arrow_block_black_right > span > span:nth-child(2){
	left: 4px;
	width: 5px;
	
	-webkit-transition: 0.3s ease-out 0.05s;
	transition: 0.3s ease-out 0.05s;
}
.arrow_block_black_right > span > span:nth-child(3){
	left: 10px;
	width: 9px;
	
	-webkit-transition: 0.3s ease-out 0.1s;
	transition: 0.3s ease-out 0.1s;
}
.arrow_block_black_right > span > span:nth-child(4){
	left: 20px;
	width: 30px;
	
	-webkit-transition: 0.3s ease-out 0.15s;
	transition: 0.3s ease-out 0.15s;
}
.arrow_block_black_right > span > span:nth-child(4)::after{
	content: "";
	position: absolute;
	top: -3px;
	right: 0;
	width: 8px;
	height: 8px;
	border-top: 2px solid #000;
	border-right: 2px solid #000;
	
	-webkit-transform: rotate(45deg) translateZ(0);
	transform: rotate(45deg) translateZ(0);
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none){
    .arrow_block_black_right > span > span:nth-child(4)::after{
		top: -3px;
		width: 9px;
		height: 9px;
	}
}

@supports (-ms-ime-align:auto){
	.arrow_block_black_right > span > span:nth-child(4)::after{
		top: -3px;
		width: 9px;
		height: 9px;
	}
}

.side_link_block .arrow_block_white_down > span{
	margin: auto;
}
.arrow_block_white_down > span{
	position: relative;
	display: block;
	width: 12px;
    height: 70px;
}
.arrow_block_white_down > span > span{
	position: absolute;
	left: 5px;
	width: 2px;
	background: #fff;
}
.arrow_block_white_down > span > span:nth-child(1){
	top: 0;
	height: 3px;
	
	-webkit-transition: 0.3s ease-out;
	transition: 0.3s ease-out;
}
.arrow_block_white_down > span > span:nth-child(2){
	top: 4px;
	height: 5px;
	
	-webkit-transition: 0.3s ease-out 0.05s;
	transition: 0.3s ease-out 0.05s;
}
.arrow_block_white_down > span > span:nth-child(3){
	top: 10px;
	height: 9px;
	
	-webkit-transition: 0.3s ease-out 0.1s;
	transition: 0.3s ease-out 0.1s;
}
.arrow_block_white_down > span > span:nth-child(4){
	top: 20px;
	height: 30px;
	
	-webkit-transition: 0.3s ease-out 0.15s;
	transition: 0.3s ease-out 0.15s;
}
.arrow_block_white_down > span > span:nth-child(4)::after{
	content: "";
	position: absolute;
	left: -3px;
	bottom: 0;
	width: 8px;
	height: 8px;
	border-bottom: 2px solid #fff;
	border-right: 2px solid #fff;
	
	-webkit-transform: rotate(45deg) translateZ(0);
	transform: rotate(45deg) translateZ(0);
}
.blue_dots{
	position: absolute;
	width: 180px;
	height: 180px;
}
.blue_dots div{
	position: absolute;
	width: 2px;
	height: 2px;
}
.blue_dots div::before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 2px;
	height: 2px;
	background: #d90702;
	
	-webkit-transition: 1s ease-out;
	transition: 1s ease-out;
}
.blue_dots div::after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 2px;
	height: 2px;
	background: #003a65;
	
	-webkit-transition: 1s ease-out;
	transition: 1s ease-out;
}
.blue_dots.draw div::before{
	-webkit-transform: translate(-1px, -1px);
	transform: translate(-1px, -1px);
}
.blue_dots.draw div::after{
	-webkit-transform: translate(2px, 1px);
	transform: translate(2px, 1px);
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none){
    .blue_dots.draw div::before, .blue_dots.draw div::after{
		-webkit-transform: none;
		transform: none;
	}
}

@supports (-ms-ime-align:auto){
	.blue_dots.draw div::before, .blue_dots.draw div::after{
		-webkit-transform: none;
		transform: none;
	}
}

.blue_dots div:nth-child(1){
	top: 0;
	left: 0;
}
.blue_dots div:nth-child(2){
	top: 0;
	left: 20%;
}
.blue_dots div:nth-child(3){
	top: 0;
	left: 40%;
}
.blue_dots div:nth-child(4){
	top: 0;
	left: 60%;
}
.blue_dots div:nth-child(5){
	top: 0;
	left: 80%;
}
.blue_dots div:nth-child(6){
	top: 0;
	left: 100%;
}
.blue_dots div:nth-child(7){
	top: 20%;
	left: 0;
}
.blue_dots div:nth-child(8){
	top: 20%;
	left: 20%;
}
.blue_dots div:nth-child(9){
	top: 20%;
	left: 40%;
}
.blue_dots div:nth-child(10){
	top: 20%;
	left: 60%;
}
.blue_dots div:nth-child(11){
	top: 20%;
	left: 80%;
}
.blue_dots div:nth-child(12){
	top: 20%;
	left: 100%;
}
.blue_dots div:nth-child(13){
	top: 40%;
	left: 0;
}
.blue_dots div:nth-child(14){
	top: 40%;
	left: 20%;
}
.blue_dots div:nth-child(15){
	top: 40%;
	left: 40%;
}
.blue_dots div:nth-child(16){
	top: 40%;
	left: 60%;
}
.blue_dots div:nth-child(17){
	top: 40%;
	left: 80%;
}
.blue_dots div:nth-child(18){
	top: 40%;
	left: 100%;
}
.blue_dots div:nth-child(19){
	top: 60%;
	left: 0;
}
.blue_dots div:nth-child(20){
	top: 60%;
	left: 20%;
}
.blue_dots div:nth-child(21){
	top: 60%;
	left: 40%;
}
.blue_dots div:nth-child(22){
	top: 60%;
	left: 60%;
}
.blue_dots div:nth-child(23){
	top: 60%;
	left: 80%;
}
.blue_dots div:nth-child(24){
	top: 60%;
	left: 100%;
}
.blue_dots div:nth-child(25){
	top: 80%;
	left: 0;
}
.blue_dots div:nth-child(26){
	top: 80%;
	left: 20%;
}
.blue_dots div:nth-child(27){
	top: 80%;
	left: 40%;
}
.blue_dots div:nth-child(28){
	top: 80%;
	left: 60%;
}
.blue_dots div:nth-child(29){
	top: 80%;
	left: 80%;
}
.blue_dots div:nth-child(30){
	top: 80%;
	left: 100%;
}
.blue_dots div:nth-child(31){
	top: 100%;
	left: 0;
}
.blue_dots div:nth-child(32){
	top: 100%;
	left: 20%;
}
.blue_dots div:nth-child(33){
	top: 100%;
	left: 40%;
}
.blue_dots div:nth-child(34){
	top: 100%;
	left: 60%;
}
.blue_dots div:nth-child(35){
	top: 100%;
	left: 80%;
}
.blue_dots div:nth-child(36){
	top: 100%;
	left: 100%;
}
.parallax_element{
	position: absolute;
}
.text_parallax{
	font-family: "GillSans-Bold";
	font-size: 9em;
	color: #f1f1f1;
	text-transform: uppercase;
	letter-spacing: 0.038em;
	line-height: 1em;
	white-space: nowrap;
	
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}
.text_parallax.less{
	font-size: 6.4em;
}
.text_parallax.less_2{
	font-size: 5.9em;
}
.side_link_block{
	position: absolute;
	top: 0;
	right: 110px;
	width: 330px;
	padding: 45px;
	
	-webkit-transition: 0.3s ease-out;
	transition: 0.3s ease-out;
}
.side_link_block .blue_rect{
	width: 100%;
	height: 100%;
	background: rgba(0,58,101,0.7);
}
.side_link_block .arrow_part{
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 116px;
	margin-top: -58px;
	text-align: center;
}
.side_link_block .arrow_part p{
	margin: 0;
	
	font-family: "GillSans-Bold";
    font-size: 1.6em;
    color: #fff;
    letter-spacing: 0.1em;
    line-height: 1.4em;
}
.side_link_block a{
	z-index: 1;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.text_uppercase{
	text-transform: uppercase;
	white-space: nowrap;
}
.you{
	font-size: 1.26em;
	line-height: 1em;
}
.bracket_up{
	position: relative;
	top: -0.1em;
}
#custom_breadcrumbs_block{
	width: 100%;
	max-width: 1030px;
	margin: auto;
	background: #fff;
}
#custom_breadcrumbs{
	padding: 15px;
}
#custom_breadcrumbs a{
	position: relative;
	display: inline-block;
	padding: 5px 3px;
	border-bottom: 1px solid transparent;
	
	font-family: "GillSans-Regular";
    font-size: 1.6em;
    color: #313137 !important;
    letter-spacing: 0.01em;
	
    -webkit-transition: border-color 0.1s ease-in-out;
    transition: border-color 0.1s ease-in-out;
}
#custom_breadcrumbs a:first-child{
	padding-left: 0;
}
.breadcrumbs_line{
	width: 100%;
	height: 1px;
	background: #d0d0d0;
}
.animated_element.fade_in_from_bottom,
.animated_element.fade_in_from_left,
.animated_element.fade_in_from_right{
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	
	-webkit-transition: opacity 0.9s ease, transform 0.9s ease;
	transition: opacity 0.9s ease, transform 0.9s ease;
}
.animated_element.fade_in_from_bottom.prepare{
	opacity: 0;
	
	-webkit-transform: translateY(70px);
	transform: translateY(70px);
	
	-webkit-transition: all 0s;
	transition: all 0s;
}
.animated_element.fade_in_from_left.prepare{
	opacity: 0;
	
	-webkit-transform: translate(-70px, 0);
	transform: translate(-70px, 0);
	
	-webkit-transition: all 0s;
	transition: all 0s;
}
.animated_element.fade_in_from_right.prepare{
	opacity: 0;
	
	-webkit-transform: translate(70px, 0);
	transform: translate(70px, 0);
	
	-webkit-transition: all 0s;
	transition: all 0s;
}
.page_tamplate_brand_screen_small_img{
	position: absolute;
}
.pts_decor_element{
    width: 100%;
	max-width: 416px;
    height: 10px;
    margin-bottom: 40px;
    background: #003a65;
}

.custom_slider_type_2{
	z-index: 1;
	position: relative;
	width: 100%;
	margin-bottom: 50px;
	padding-bottom: 45.32%;
}
.custom_slider_type_2 .slide_wrapper{
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}
.custom_slider_type_2 .slide{
	position: absolute;
	right: 0;
	top: 0;
	opacity: 0;
	
	-webkit-transition: opacity 0s 0.6s;
	transition: opacity 0s 0.6s;
}
.custom_slider_type_2 .slide img{
	position: static;
	width: 100%;
	height: auto;
}

.custom_slider_type_2 .slider_nav_block{
	z-index: 4;
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 230px;
	height: 80px;
	background: rgba(255,255,255,0.8);
	
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.custom_slider_type_2 .slider_nav_block .nav{
	position: absolute;
	top: 0;
	width: 70px;
	height: 100%;
	cursor: pointer;
	
	-webkit-transition: 0.3s ease-out;
	transition: 0.3s ease-out;
}
.custom_slider_type_2 .slider_nav_block .nav_left{
	left: 5px;
	background: url(../img/general/top_screen_slider_nav_left.svg) no-repeat 50% 50%;
	background-size: 56px 10px;
}
.custom_slider_type_2 .slider_nav_block .nav_right{
	right: 5px;
	background: url(../img/general/top_screen_slider_nav_right.svg) no-repeat 50% 50%;
	background-size: 56px 10px;
}
.custom_slider_type_2 .slider_nav_block .cnt_block{
	margin: 0;
	font-family: "GillSans-Regular";
	font-size: 2em;
	color: #000;
	line-height: 80px;
	text-align: center;
}
.custom_slider_type_2 .slide_content_block{
	z-index: 4;
	position: absolute;
	top: 0;
	left: 110px;
	width: 290px;
	height: 110px;
	background: rgba(255,255,255,0.8);
	border-bottom: 4px solid #003a65;
}
.custom_slider_type_2 .slide_content_block .slide_content{
	z-index: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	opacity: 0;
	
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	
	-webkit-justify-content: space-around;
	justify-content: space-around;
	
	-webkit-align-items: center;
	align-items: center;
	
	-webkit-transform: translateY(5px);
	transform: translateY(5px);
	
	-webkit-transition: transform 0.6s ease-out, opacity 0.6s ease-out;
	transition: transform 0.6s ease-out, opacity 0.6s ease-out;
}
.custom_slider_type_2 .slide_content_block .slide_content.active{
	z-index: 1;
	opacity: 1;
	
	-webkit-transform: translateY(0);
	transform: translateY(0);
	
	-webkit-transition: transform 0.6s ease-out 0.6s, opacity 0.6s ease-out 0.6s;
	transition: transform 0.6s ease-out 0.6s, opacity 0.6s ease-out 0.6s;
}
.custom_slider_type_2 .slide_content_block .slide_content p{
	margin-bottom: 0;
	font-family: "GillSans-Light";
	font-size: 2.2rem;
	color: #313137;
	text-transform: uppercase;
}
.custom_slider_type_2 .slide_wrapper .slide.active{
	z-index: 2 !important;
	opacity: 1 !important;
}
.custom_slider_type_2 .slider_curtain_block{
	z-index: 1;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	pointer-events: none;
}
.custom_slider_type_2 .slider_curtain{
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 100%;
	background: #f8f8f8;
}
.custom_slider_type_2 .slider_curtain.draw{
	width: 100%;
	left: 100%;
}
.to_brand_news_link{
	z-index: 2;
	position: relative;
	display: block;
	width: 100%;
	max-width: 1000px;
	height: 54px;
	margin: 0 auto;
	background: #fff;
	border: 1px solid #d0d0d0;
	
	font-family: "GillSans-Regular";
	font-size: 1.6em;
	letter-spacing: 0.01em;
	
	-webkit-transition: 0.1s ease-in-out;
    transition: 0.1s ease-in-out;
}
.to_brand_news_link .text{
	position: absolute;
	top: 50%;
	left: 50%;
	
	color: #989898;
	text-align: center;
	line-height: 0px;
	white-space: nowrap;
	
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	
	-webkit-transition: color 0.1s ease-in-out;
	transition: color 0.1s ease-in-out;
}
.to_brand_news_link .text::before{
	content: "";
    position: absolute;
	top: -7px;
    left: -24px;
    width: 17px;
    height: 16px;
    background: url(../img/general/chain_link.svg) no-repeat 0 0;
    background-size: 17px 16px;
	opacity: 1;
	
	-webkit-transition: opacity 0.1s ease-in-out;
	transition: opacity 0.1s ease-in-out;
}
.to_brand_news_link .text::after{
	content: "";
    position: absolute;
	top: -7px;
    left: -24px;
    width: 17px;
    height: 16px;
    background: url(../img/general/chain_link_white.svg) no-repeat 0 0;
    background-size: 17px 16px;
	opacity: 0;
	
	-webkit-transition: opacity 0.1s ease-in-out;
	transition: opacity 0.1s ease-in-out;
}
.form_link_cta{
	clear: both;
	display: block;
	width: 100%;
	max-width: 474px;
	height: 50px;
	margin: 50px auto 0;
    background: #003a65;
    cursor: pointer;
	
    font-family: "GillSans-Bold";
    font-size: 1.6em;
    color: #fff !important;
    line-height: 50px;
    letter-spacing: 0.1em;
    text-align: center;
	
    -webkit-transition: opacity 0.1s ease-in-out;
    transition: opacity 0.1s ease-in-out;
}

@media (min-width: 1271px){
	.detailed_link:hover{
		color: #003a65;
		
		-webkit-transition: 0.3s ease-in-out;
		transition: 0.3s ease-in-out;
	}
	.detailed_link.arrow_block_black_right:hover > span > span:nth-child(1){
		left: 15px;
		
		-webkit-transition: 0.3s ease-in-out 0.15s;
		transition: 0.3s ease-in-out 0.15s;
	}
	.detailed_link.arrow_block_black_right:hover > span > span:nth-child(2){
		left: 19px;
		
		-webkit-transition: 0.3s ease-in-out 0.1s;
		transition: 0.3s ease-in-out 0.1s;
	}
	.detailed_link.arrow_block_black_right:hover > span > span:nth-child(3){
		left: 25px;
		
		-webkit-transition: 0.3s ease-in-out 0.05s;
		transition: 0.3s ease-in-out 0.05s;
	}
	.detailed_link.arrow_block_black_right:hover > span > span:nth-child(4){
		left: 35px;
		
		-webkit-transition: 0.3s ease-in-out;
		transition: 0.3s ease-in-out;
	}
	.side_link_block:hover{
		padding: 30px;
		
		-webkit-transition: 0.3s ease-in-out;
		transition: 0.3s ease-in-out;
	}
	.side_link_block:hover .arrow_block_white_down > span > span:nth-child(1){
		top: 15px;
		
		-webkit-transition: 0.3s ease-in-out 0.15s;
		transition: 0.3s ease-in-out 0.15s;
	}
	.side_link_block:hover .arrow_block_white_down > span > span:nth-child(2){
		top: 19px;
		
		-webkit-transition: 0.3s ease-in-out 0.1s;
		transition: 0.3s ease-in-out 0.1s;
	}
	.side_link_block:hover .arrow_block_white_down > span > span:nth-child(3){
		top: 25px;
		
		-webkit-transition: 0.3s ease-in-out 0.05s;
		transition: 0.3s ease-in-out 0.05s;
	}
	.side_link_block:hover .arrow_block_white_down > span > span:nth-child(4){
		top: 35px;
		
		-webkit-transition: 0.3s ease-in-out;
		transition: 0.3s ease-in-out;
	}
	#custom_breadcrumbs a:hover{
		border-color: #003a65;
	}
	.custom_slider_type_2 .slider_nav_block .nav_left:hover{
		background-position: 0 50%;
	}
	.custom_slider_type_2 .slider_nav_block .nav_right:hover{
		background-position: 100% 50%;
	}
	.to_brand_news_link:hover{
		background: #003a65;
		border-color: #003a65;
	}
	.to_brand_news_link:hover .text{
		color: #fff;
	}
	.to_brand_news_link:hover .text::before{
		opacity: 0;
	}
	.to_brand_news_link:hover .text::after{
		opacity: 1;
	}
	.form_link_cta:hover{
		opacity: 0.7;
	}
}

@media (min-width: 992px){
	.relative_content_part.part_right .text_block.pts_text_block,
	.relative_content_part.part_left .text_block.pts_text_block{
		padding-top: 40px;
	}
}

@media (min-width: 1271px){
	.relative_content_part.part_left .text_block.pts_text_block{
		padding-left: 110px;
	}
}

@media (min-width: 992px) and (max-width: 1270px){
	.relative_content_part.part_left .text_block.pts_text_block{
		padding-left: calc(100% - 500px);
	}
}

@media (max-width: 1270px){
	.side_decor_text{
		display: none;
	}
	.side_link_block{
		right: 0;
		margin-top: 15px;
	}
	.text_type_3{
		font-size: 4.4em;
	}
	.custom_slider_type_2 .slide_content_block{
		left: 0;
	}
	#page_contacts_screen_2_inner .contacts_block .part_link:hover{
		background: #003a65;
		border-color: #003a65;
	}
}

@media (max-width: 1090px){
	.pts_text.left{
		padding-right: 15px;
	}
	.pts_text br{
		display: none;
	}
}

@media (max-width: 991px){
	.relative_content_part.part_left, .relative_content_part.part_right{
		float: none;
		width: 100%;
	}
	.blue_rect_h{
		display: block;
		background: none;
		min-height: auto;
		text-align: center;
	}
	.blue_rect_h .h_title{
		font-size: 4em;
		color: #003a65;
		line-height: 1.4em;
		letter-spacing: 0.1em;
	}
	.blue_rect_h .h_title.less{
		letter-spacing: 0.03em;
	}
	.blue_rect_h.type_1, .blue_rect_h.type_2{
		min-width: 0px;
		min-width: auto;
		padding: 0;
	}
	.blue_rect_h .numbers{
		position: static;
		display: block;
		width: auto;
		height: auto;
		margin-bottom: 15px;
		margin-left: 0;
		
		font-family: "GillSans-Regular";
		font-size: 2.5em;
		color: #313137;
		line-height: 1.4em;
		text-align: inherit;
	}
	.relative_content_part.part_left .text_block, .relative_content_part.part_right .text_block{
		padding: 0;
	}
	.relative_content_part .text_block.text_block_device_center{
		text-align: center;
	}
	.relative_content_part .text_block{
		margin-top: 35px;
	}
	.relative_content_img{
		position: static;
		display: block;
		width: 100%;
		max-width: 330px;
		margin: 45px auto 0;
	}
	.blue_dots, .text_parallax{
		display: none;
	}
	.side_link_block{
		position: relative;
		right: 0;
		top: 0;
		height: 330px !important;
		margin-top: 0;
		margin-left: auto;
		margin-right: auto;
	}
	.text_type_3{
		font-size: 4em;
	}
	.animated_element.fade_in_from_left.prepare,
	.animated_element.fade_in_from_right.prepare{
		opacity: 0;
	
		-webkit-transform: translate(0, 50px);
		transform: translate(0, 50px);
		
		-webkit-transition: all 0s;
		transition: all 0s;
	}
	.page_tamplate_brand_screen_small_img,
	.pts_decor_element{
		display: none;
	}
	.pts_text{
		max-width: 330px;
		margin-left: auto;
		margin-right: auto;
	}
	.pts_text.left{
		padding-right: 0;
	}
	.custom_slider_type_2{
		margin-bottom: 60px;
	}
	.custom_slider_type_2 .slide_content_block{
		top: 100%;
		left: 50%;
		height: 60px;
		margin-left: -145px;
		border: 0;
	}
	.custom_slider_type_2 .slide_content_block .slide_content p{
		font-size: 1.8rem;
	}
	.custom_slider_type_2 .slider_nav_block{
		height: 40px;
		background: rgba(255,255,255,0.4);
	}
	.custom_slider_type_2 .slider_nav_block .cnt_block{
		line-height: 40px;
	}
}

@media (max-width: 767px){
	.text_type_1{
		font-size: 2.56em;
	}
	.text_type_3{
		font-size: 2.56em;
		line-height: 1.4em;
	}
	.text_type_4{
		font-size: 2.56em;
		line-height: 1.4em;
	}
	.blue_rect_h .h_title{
		font-size: 2.56em;
		letter-spacing: 0.2em;
	}
	.blue_rect_h .numbers{
		margin-bottom: 10px;
		font-size: 1.6em;
	}
	.side_link_block{
		width: 290px;
		height: 290px !important;
	}
	.custom_slider_type_2 .slider_nav_block .cnt_block{
		font-size: 1.8em;
	}
}

@media (max-width: 600px){
	.side_link_block{
		width: 230px;
		height: 230px !important;
		padding: 30px;
	}
}

@media (max-width: 330px){
	#custom_breadcrumbs a{
		padding: 5px 1px;
	}
}

@media (max-height: 530px){
	.side_decor_text.idt{
		display: none !important;
	}
}
/*END GENERAL ELEMENTS*/

/*BEGIN #preloader*/
#preloader{
	z-index: 999;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	height: calc(100vh + 1px);
	background: #fff;
}
.preloader_inner{
	position: absolute;
	top: 50%;
	left: 50%;
	height: 14px;
	width: 66px;
	opacity: 0;
	
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	
	-webkit-transform: translate(-90px, -7px);
	transform: translate(-33px, -7px);
	
	-webkit-animation: preloader_el_fade_in 1s 1s ease-in-out 1 forwards;
	animation: preloader_el_fade_in 1s 1s ease-in-out 1 forwards;
}
.preloader_element{
	float: left;
	width: 14px;
	height: 14px;
	margin: 0 4px;
	background: #003a65;
   
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.preloader_element_1{
	-webkit-animation: preloader_el_move 1s ease-in-out infinite;
	animation: preloader_el_move 1s ease-in-out infinite;
}
.preloader_element_2{
	-webkit-animation: preloader_el_fade_in 1s ease-in-out infinite;
	animation: preloader_el_fade_in 1s ease-in-out infinite;
}
.preloader_element_3{
	-webkit-animation: preloader_el_move 1s ease-in-out infinite;
	animation: preloader_el_move 1s ease-in-out infinite;
}

.preloader_element_2{
	margin-left: -18px;
	opacity: 0;
}
.preloader_element_4{
	opacity: 1;
	
	-webkit-animation: preloader_el_fade_out 1s ease-in-out infinite;
	animation: preloader_el_fade_out 1s ease-in-out infinite;
}

@-webkit-keyframes preloader_el_move{
	0%{
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	100%{
		-webkit-transform: translateX(22px);
		transform: translateX(22px);
	}
}
@keyframes preloader_el_move{
	0%{
		transform: translateX(0);
	}
	100%{
		transform: translateX(22px);
	}
}

@-webkit-keyframes preloader_el_fade_in{
	0%{
		opacity: 0;
	}
	100%{
		opacity: 1;
	}
}
@keyframes preloader_el_fade_in{
	0%{
		opacity: 0;
	}
	100%{
		opacity: 1;
	}
}
  
@-webkit-keyframes preloader_el_fade_out{
	0%{
		opacity: 1;
	}
	100%{
		opacity: 0;
	}
}
@keyframes preloader_el_fade_out{
	0%{
		opacity: 1;
	}
	100%{
		opacity: 0;
	}
}
/*END #preloader*/

/*BEGIN #pop_up*/
#pop_up{
	z-index: 998;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	height: calc(100vh + 1px);
	background: rgba(0,0,0,0.3);
	display: none;
}
#pop_up .pop_up_cover{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
}
#pop_up .preloader_element{
	background: #fff;
}
#pop_up .pop_up_content{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	width: calc(100% - 30px);
	max-width: 800px;
	height: 59vh;
	background: #fff;
	padding: 0 15px;
	display: none;
	
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
#pop_up .pop_up_content .thanx_info{
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	margin-top: -10px;
	padding: 0 15px;
	text-align: center;
	
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
#pop_up .pop_up_content .thnx_p1{
	font-family: "GillSans-Bold";
    font-size: 4.4em;
    color: #003a65;
    text-transform: uppercase;
    letter-spacing: 0.02em;
}
#pop_up .pop_up_content .thnx_p2{
	font-family: "GillSans-Light";
    font-size: 4em;
    color: #313137;
    letter-spacing: 0.01em;
    line-height: 1.3em;
}
#pop_up .pop_up_content .thnx_p3{
	font-family: "GillSans-Light";
    font-size: 2.56em;
    color: #313137;
    letter-spacing: 0.01em;
    line-height: 1em;
}
#pop_up .pop_up_content .close_pop_up{
	position: absolute;
	top: 15px;
	right: 15px;
	width: 30px;
	height: 30px;
	background: url(../img/general/close_cross.svg) no-repeat 50% 50%;
	background-size: 30px 30px;
	cursor: pointer;
}

@media (max-width: 767px){
	#pop_up .pop_up_content{
		height: 67vh;
	}
	#pop_up .pop_up_content .thanx_info{
		margin-top: 0;
	}
	#pop_up .pop_up_content .thnx_p1{
		font-size: 2.56em;
	}
	#pop_up .pop_up_content .thnx_p2{
		font-size: 2.56em;
		line-height: 1.2em;
	}
	#pop_up .pop_up_content .thnx_p3{
		font-size: 1.8em;
		line-height: 1.2em;
		opacity: 0.6;
	}
}
/*END #pop_up*/

/*BEGIN #main_menu*/
#main_menu{
	z-index: 10;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 60px;
	background: #f8f8f8;
}
#main_menu *{
	-webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: -moz-none;
    -o-user-select: none;
}
#main_menu_inner{
	position: relative;
	width: 100%;
	max-width: 1250px;
	height: 60px;
	margin: auto;
}
#top_logo{
	position: absolute;
	top: 10px;
	left: 15px;
	
	-webkit-transition: opacity 0.1s ease-in-out;
	transition: opacity 0.1s ease-in-out;
}
#main_menu .form_link{
	position: absolute;
    top: 10px;
    right: 95px;
	width: 40px;
	height: 40px;
	background: url(../img/general/form_icon.svg) no-repeat 50% 50% / 30px 30px;
	
	-webkit-transition: opacity 0.1s ease-in-out;
	transition: opacity 0.1s ease-in-out;
}
#lang_turn{
	position: absolute;
	top: 16px;
	right: 5px;
	margin-bottom: 0;
	
	font-family: "GillSans-Bold";
	font-size: 1.2em;
	color: #d0d0d0;
	text-transform: uppercase;
	letter-spacing: 1px;
	list-style: none;
}
#lang_turn li{
	position: relative;
	display: inline-block;
	height: 29px;
	margin-left: -5px;
}
#lang_turn li::after{
	content: "";
	position: absolute;
	top: 7px;
	right: 0;
	width: 1px;
	height: 14px;
	background: #d0d0d0;
}
#lang_turn li:last-child::after{
	display: none;
}
#lang_turn li a{
	position: relative;
	display: block;
	padding: 6px 10px;
	color: #d0d0d0;
}
#lang_turn li.current-lang a{
	color: #313137 !important;
}
#lang_turn li a::after{
	content: "";
	position: absolute;
	bottom: 8px;
	left: 50%;
	width: 22px;
	height: 1px;
	background: #d0d0d0;
	opacity: 0;
	
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	
	-webkit-transition: opacity 0.1s ease-in-out;
	transition: opacity 0.1s ease-in-out;
}
#main_menu .menu{
	position: absolute;
	top: 0;
	right: 150px;
	width: auto;
	height: 60px;
	margin-bottom: 0;
	border-bottom: 1px solid #d0d0d0;
	
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	
	-webkit-justify-content: space-around;
	justify-content: space-around;
	
	-webkit-align-items: center;
	align-items: center;
	
	font-family: "GillSans-Regular";
	font-size: 1.6em;
	color: #313137;
	letter-spacing: 0.01em;
	list-style: none;
}
#main_menu .menu li{
	line-height: 60px;
	padding: 0 15px;
}
#main_menu .menu li a{
	position: relative;
	display: block;
	color: #313137 !important;
	border-bottom: 1px solid transparent;
	
	-webkit-transition: border-color 0.1s ease-in-out;
	transition: border-color 0.1s ease-in-out;
}
#main_menu .current-menu-item > a, #main_menu .current-category-ancestor > a, #main_menu .current-post-ancestor > a, #main_menu .current-menu-parent > a{
	border-color: transparent !important;
}
#main_menu .current-menu-item > a::after, #main_menu .current-category-ancestor > a::after, #main_menu .current-post-ancestor > a::after, #main_menu .current-menu-parent > a::after{
	content: "";
	position: absolute;
	bottom: -6px;
	left: 50%;
	width: 44px;
	height: 9px;
	background: url(../img/general/active_menu_point.png) no-repeat 0 0;
	background-size: 44px 9px;
	
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
#sandwich, #device_menu_cover{
	display: none;
}
#main_menu_margin_block{
	width: 100%;
	height: 60px;
}

@media (min-width: 1271px){
	#top_logo:hover,
	#main_menu .form_link:hover{
		opacity: 0.7;
	}
	#lang_turn li a:hover::after{
		opacity: 1;
	}
	#main_menu .menu li a:hover{
		border-color: #313137;
	}
}

@media (max-width: 1150px){
	/*#main_menu .menu{
		right: 120px;
	}*/
	#main_menu .menu li{
		padding: 0 10px;
	}
}

@media (max-width: 991px){
	#main_menu{
		height: 50px;
	}
	#main_menu_inner{
		height: 50px;
	}
	#top_logo img{
		width: 120px;
		height: auto;
	}
	#lang_turn{
		top: 11px;
		right: 50px;
	}
	#main_menu .form_link{
		top: 5px;
		right: 135px;
	}
	#sandwich, #sandwich *{
		cursor: pointer;
	}
	#sandwich{
		display: block;
		z-index: 2;
		position: absolute; 
		top: 16px;
		right: 15px;
		width: 30px;
		height: 18px !important;
		border: 0px solid red;
	}
	#sandwich div{
		left: 0;
		position: relative;
		margin-bottom: 6px;
		width: 30px;
		height: 2px;
		background: #003a65;
	}
	#sandwich div:nth-child(3){
		margin: 0;
	}
	
	#device_menu_cover{
		z-index: 8;
		position: fixed;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		background: rgba(0,0,0,0.5);
		display: none;
	}
	#menu_block{
		z-index: 9;
		position: relative;
		width: calc(100% - 60px);
		top: 0;
		right: auto;
		left: -100%;
		overflow-y: auto;
		height: 100vh;
		height: calc(100vh + 1px);
		background: #fff;
		
		-webkit-transition: 0.3s ease-out;
		transition: 0.3s ease-out;
	}
	#menu_block.show{
		left: 0;
	}
	#menu_block::-webkit-scrollbar{
		display: none;
	}
	#main_menu .menu{
		position: relative;
		display: block;
		right: auto;
		width: 100%;
		height: auto;
		border-bottom: none;
	}
	#main_menu .menu li{
		display: block;
		padding: 0;
	}
	#main_menu .menu li a{
		height: 50px;
		line-height: 50px;
		padding: 0 15px 0 20px;
		cursor: pointer;
		background: #fff;
	}
	#main_menu .current-menu-item > a, #main_menu .current-category-ancestor > a, #main_menu .current-post-ancestor > a, #main_menu .current-menu-parent > a{
		background: #f8f8f8 !important;
	}
	#main_menu .current-menu-item > a::after, #main_menu .current-category-ancestor > a::after, #main_menu .current-post-ancestor > a::after, #main_menu .current-menu-parent > a::after{
		display: none;
	}
	#main_menu_margin_block{
		height: 50px;
	}
}
/*END #main_menu*/

/*BEGIN #categories_menu*/
#categories_menu_margin_block{
	width: 100%;
	height: 30px;
	background: #f8f8f8;
}
#categories_menu{
	z-index: 2;
	position: relative;
	width: 100%;
	height: 60px;
	background: #003a65;
}
#categories_menu_inner{
	width: 100%;
	max-width: 1030px;
	margin: auto;
}
#categories_menu_inner ul{
	margin-bottom: 0;
	list-style: none;
}
#categories_menu_inner ul li{
	float: left;
	position: relative;
	display: block;
	white-space: nowrap;
}
#categories_menu_inner ul li a{
	position: relative;
	display: block;
	
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	
	-webkit-transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out, border-color 0.1s ease-in-out;
	transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out, border-color 0.1s ease-in-out;
}
#categories_menu_inner .menu{
	height: 60px;
	
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	
	-webkit-justify-content: left;
	justify-content: left;
	
	-webkit-align-items: center;
	align-items: center;
}
#categories_menu_inner .menu > li{
	height: 60px;
	line-height: 59px;
	
	font-family: "GillSans-Bold";
	color: #fff;
	font-size: 1.2em;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}
#categories_menu_inner .menu > li > a{
	height: 100%;
	padding: 0 15px;
	background: #003a65;
	border: 1px solid transparent;
	color: #fff;
}
#categories_menu .menu > li.current-menu-item > a, #categories_menu .menu > li.current-category-ancestor > a, #categories_menu .menu > li.current-post-ancestor > a, #categories_menu .menu > li.current-menu-parent > a{
	background: #fff;
	border-left: 1px solid transparent;
	border-right: 1px solid transparent;
	border-top: 1px solid #d0d0d0;
	border-bottom: 1px solid #d0d0d0;
	color: #003a65;
}
#categories_menu .menu > li.current-menu-item > a::after, #categories_menu .menu > li.current-category-ancestor > a::after, #categories_menu .menu > li.current-post-ancestor > a::after, #categories_menu .menu > li.current-menu-parent > a::after{
	content: "";
	position: absolute;
	bottom: 10px;
	left: 50%;
	width: 36px;
	height: 7px;
	background: url(../img/general/active_menu_point_category.png) no-repeat 0 0;
	background-size: 36px 7px;
	pointer-events: none;
	
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
#categories_menu_inner .sub-menu{
	position: absolute;
	top: 60px;
	left: 0;
	width: auto;
	min-width: 130px;
	height: 0;
	background: #fff;
	border: 1px solid #d0d0d0;
	border-top: none;	
	opacity: 0;
	overflow: hidden;
}
#categories_menu_inner .sub-menu > li{
	width: 100%;
	height: 40px;
	background: #fff;
	
	font-family: "GillSans-Regular";
	color: #fff;
	font-size: 1.2em;
	color: #003a65;
	letter-spacing: 0.02em;
	text-transform: none;
}
#categories_menu_inner .sub-menu > li > a{
	color: #003a65;
	width: 100%;
	height: 40px;
	line-height: 38px;
	padding: 0 15px;
	background-color: #fff;
	
	-webkit-transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out; 
	transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out;
}
#categories_menu_inner .sub-menu.device_open{
	height: auto;
	padding: 5px;
	opacity: 1;
	
	-webkit-transition: opacity 0.1s ease-in-out;
	transition: opacity 0.1s ease-in-out;
}
#categories_menu .sub-menu > li.current-menu-item > a, #categories_menu .sub-menu > li.current-category-ancestor > a, #categories_menu .sub-menu > li.current-post-ancestor > a, #categories_menu .sub-menu > li.current-menu-parent > a{
	background-color: #003a65 !important;
	color: #fff !important;
}

@media (min-width: 992px){
	#categories_menu_inner .menu > li > a:hover{
		background: #fff;
		border-color: #d0d0d0;
		color: #003a65;
	}
	#categories_menu_inner .menu > li.menu-item-has-children:hover .sub-menu{
		height: auto;
		padding: 5px;
		opacity: 1;
		
		-webkit-transition: opacity 0.1s ease-in-out;
		transition: opacity 0.1s ease-in-out;
	}
}

@media (min-width: 1271px){
	#categories_menu_inner .sub-menu > li > a:hover{
		background-color: #f8f8f8;
		color: #003a65;
	}
}

@media (max-width: 991px){
	#categories_menu_margin_block{
		display: none;
	}
	#categories_menu{
		height: auto;
		border-top: 1px solid #d0d0d0;
	}
	#categories_menu_inner .menu{
		display: block;
		height: auto;
	}
	#categories_menu_inner ul li{
		float: none;
	}
	#categories_menu_inner ul li a{
		-webkit-transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out, border-color 0s;
		transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out, border-color 0s;
	}
	#categories_menu_inner .menu > li{
		float: none;
		height: auto;
		line-height: 50px;
	}
	#categories_menu_inner .sub-menu{
		position: relative;
		top: 0;
		padding: 0 !important;
		width: 100%;
		min-width: auto;
		height: auto !important;
		opacity: 1;	
		border: none;
	}
	#categories_menu_inner .sub-menu > li{
		height: 0;
		overflow: hidden;
		
		-webkit-transition: height 0.3s ease-out;
		transition: height 0.3s ease-out;
	}
	#categories_menu_inner .menu > li > a, #categories_menu_inner .sub-menu > li > a{
		padding: 0 15px;
	}
	#categories_menu_inner .sub-menu.device_open > li{
		height: 40px;
	}
	#categories_menu_inner .sub-menu.device_open > li:last-child{
		border-bottom: 1px solid #d0d0d0;
	}
	#categories_menu_inner .menu > li > a{
		border: none;
		border-bottom: 1px solid #fff;
	}
	#categories_menu .menu > li.current-menu-item > a::after,
	#categories_menu .menu > li.current-category-ancestor > a::after,
	#categories_menu .menu > li.current-post-ancestor > a::after,
	#categories_menu .menu > li.current-menu-parent > a::after{
		display: none;
	}
	#categories_menu .menu > li.menu-item-has-children > a::after, #categories_menu .menu > li.current-menu-item.menu-item-has-children > a::after,
	#categories_menu .menu > li.current-category-ancestor.menu-item-has-children > a::after, #categories_menu .menu > li.current-post-ancestor.menu-item-has-children > a::after, 
	#categories_menu .menu > li.current-menu-parent.menu-item-has-children > a::after{
		content: "v";
		position: absolute;
		top: 19px;
		left: auto;
		right: 15px;
		display: block;
		width: 14px;
		height: 14px;
		line-height: 0.9em;
		background: none;
		pointer-events: none;
		
		font-family: "Gals Bold";
		font-size: 1.1em;
		text-align: center;
		text-transform: lowercase;
		letter-spacing: 0;
		
		-webkit-transform: none;
		transform: none;
		
		-webkit-transition: 0.3s ease-out;
		transition: 0.3s ease-out;
	}
	#categories_menu .menu > li.menu-item-has-children > a.tick_turn::after{
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
	}
	#categories_menu .menu > li.current-menu-item > a, #categories_menu .menu > li.current-category-ancestor > a, #categories_menu .menu > li.current-post-ancestor > a, #categories_menu .menu > li.current-menu-parent > a{
		border-top: none;
		border-left: none;
		border-right: none;
	}
	#categories_menu .sub-menu > li.current-menu-item > a, #categories_menu .sub-menu > li.current-category-ancestor > a, #categories_menu .sub-menu > li.current-post-ancestor > a, #categories_menu .sub-menu > li.current-menu-parent > a{
		background: #f8f8f8 !important;
		color: #003a65 !important;
		border-top: none;
		border-left: none;
		border-right: none;
	}
}
/*END #categories_menu*/

/*BEGIN .top_screen_slider_block*/
.top_screen_slider_block{
	position: relative;
	width: 100%;
	height: 100vh;
	height: calc(100vh - 60px);
}
.top_screen_slider{
	z-index: 0;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
}
.top_screen_slider .slide_wrapper{
	position: relative;
	width: 100%;
	height: 100vh;
}
.top_screen_slider .slide{
	z-index: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	opacity: 0;
	
	-webkit-transition: opacity 0s 0.6s;
	transition: opacity 0s 0.6s;
}
.top_screen_slider .slide::before{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100px;
	background: url(../img/general/slider_bottom_bg_opacity.png) repeat-x 0 top;
	background-size: 100% 100%;
}
.top_screen_slider .slide.active{
	z-index: 1;
	opacity: 1;
}
.top_screen_slider .slide .text_block{
	height: 344px;
	padding-top: 150px;
	padding-left: 15px;
	padding-right: 15px;
	text-align: center;
	
	background: url(../img/general/slider_top_bg_opacity.png) repeat-x 0 bottom;
	background-size: 100% 100%;
}
.top_screen_slider .slide .text_block > *{
	color: #313137;
}
.top_screen_slider .slider_curtain_block{
	z-index: 1;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	pointer-events: none;
}
.top_screen_slider .slider_curtain{
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 100%;
	background: #fff;
}
.top_screen_slider .slider_curtain.draw{
	width: 100%;
	left: 100%;
}
.top_screen_slider .nav_block{
	z-index: 4;
	position: absolute;
	bottom: 45px;
	left: 50%;
	width: 220px;
	height: 36px;
	
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.top_screen_slider .nav_block .nav{
	position: absolute;
	top: 0;
	width: 70px;
	height: 36px;
	cursor: pointer;
	
	-webkit-transition: 0.3s ease-out;
	transition: 0.3s ease-out;
}
.top_screen_slider .nav_block .nav_left{
	left: 0;
	background: url(../img/general/top_screen_slider_nav_left.svg) no-repeat 50% 50%;
	background-size: 56px 10px;
}
.top_screen_slider .nav_block .nav_right{
	right: 0;
	background: url(../img/general/top_screen_slider_nav_right.svg) no-repeat 50% 50%;
	background-size: 56px 10px;
}
.top_screen_slider .nav_block .cnt_block{
	text-align: center;
}
.top_screen_slider .nav_block .cnt_block{
	font-family: "GillSans-Regular";
	font-size: 2em;
	color: #000;
	line-height: 37px;
}
.top_screen_slider_block .blue_lines_block{
	z-index: 1;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 10px;
}
.top_screen_slider_block .blue_lines_block::before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: calc(50% - 500px);
	height: 10px;
	background: #003a65;
}
.top_screen_slider_block .blue_lines_block::after{
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 50%;
	height: 10px;
	background: #003a65;
}
.top_screen_slider_block .side_decor_text.left, .top_screen_slider_block .side_decor_text.right{
	bottom: 50px;
}

@media (min-width: 1271px){
	.top_screen_slider .nav_block .nav_left:hover{
		background-position: 0 50%;
	}
	.top_screen_slider .nav_block .nav_right:hover{
		background-position: 100% 50%;
	}
}

@media (max-width: 1030px){
	.top_screen_slider_block .blue_lines_block{
		background: #003a65;
	}
	.top_screen_slider_block .blue_lines_block::before, .top_screen_slider_block .blue_lines_block::after{
		display: none;
	}
}

@media (max-width: 991px){
	.top_screen_slider_block{
		height: calc(100vh - 50px);
	}
}

@media (max-width: 767px){
	.top_screen_slider .slide::before{
		height: 140px;
	}
	.top_screen_slider .nav_block{
		bottom: 75px;
	}
	.top_screen_slider .nav_block .cnt_block{
		font-size: 1.8em;
	}
}

@media (max-height: 900px){
	.top_screen_slider .slide .text_block{
		padding-top: 100px;
	}
}

@media (max-height: 700px){
	.top_screen_slider .slide .text_block{
		padding-top: 90px;
	}
}

@media (max-height: 530px){
	.top_screen_slider_block, .top_screen_slider, .top_screen_slider .slide_wrapper, .top_screen_slider .slide{
		height: 530px;
	}
	.top_screen_slider{
		position: relative;
	}
	.top_screen_slider .slide .text_block{
		height: 310px;
		padding-top: 40px;
	}
}

@media (max-height: 530px) and (max-width: 530px){
	.top_screen_slider{
		position: relative;
	}
}
/*END .top_screen_slider_block*/

/*BEGIN #footer*/
#footer{
	position: relative;
	background: #fff;
}
#footer .grey_block{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 350px;
	background: #f8f8f8;
}
#footer_inner{
	position: relative;
	width: 100%;
	max-width: 1030px;
	margin: auto;
	padding: 0 15px;
	min-height: 530px;
}
#footer_inner a{
	position: relative;
	
	-webkit-transition: opacity 0.1s ease-in-out;
	transition: opacity 0.1s ease-in-out;
}
#footer_inner .part_1{
	position: absolute;
	bottom: 0;
	left: 15px;
	width: 260px;
	height: 310px;
}
#footer_logo{
	display: block;
}
#footer_inner .part_1 .text_type_1{
	margin-top: 30px;
	margin-bottom: 30px;
	color: #003a65;
}
#footer_inner .part_1 .phone_link{
	display: inline-block;
	padding-left: 30px;
	
	font-family: "GillSans-Regular";
	font-size: 1.4em;
	color: #003a65 !important;
	line-height: 27px;
}
#footer_inner .part_1 .phone_link::before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 17px;
	height: 27px;
	background: url(../img/general/phone.svg) no-repeat 0 0;
	background-size: 17px 27px;
}
#footer_inner .part_2{
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 476px;
	height: 425px;
	
	-webkit-transform: translateX(-238px);
	transform: translateX(-238px);
}
#footer_inner .part_2 .fridge{
	position: absolute;
	bottom: 0;
	left: 0;
}
#footer_inner .part_2 .service_links_block{
	position: absolute;
	bottom: 0;
	right: 0;
	width: 330px;
	height: 425px;
	padding: 45px 40px 70px 40px;
	background: #003a65;
	
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	
	-webkit-flex-flow: column wrap;
	-ms-flex-flow: column wrap;
	flex-flow: column wrap;
	
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
#footer_inner .part_2 .service_links_block a{
	display: block;
	width: 100%;
	height: 43px;
	line-height: 43px;
	padding-left: 70px;
	
	font-family: "Proxima Nova Regular";
	font-size: 1.6em;
	color: #fff !important;
	text-transform: uppercase;
	letter-spacing: 0.02em;
	
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}
#footer_inner .part_2 .service_links_block a::before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 43px;
	height: 43px;
}
#footer_inner .part_2 .service_links_block a:nth-child(1)::before{
	background: url(../img/general/footer_service_link_1.png) no-repeat 0 0;
}
#footer_inner .part_2 .service_links_block a:nth-child(2)::before{
	background: url(../img/general/footer_service_link_2.png) no-repeat 0 0;
}
#footer_inner .part_2 .service_links_block a:nth-child(3)::before{
	background: url(../img/general/footer_service_link_3.png) no-repeat 0 0;
}
#footer_inner .part_2 .service_links_block a:nth-child(4)::before{
	background: url(../img/general/footer_service_link_4.png) no-repeat 0 0;
}
#footer_inner .part_3{
	position: absolute;
	top: 190px;
	right: 15px;
	width: 185px;
}
#footer_menu ul{
	margin: 0;
}
#footer_menu li{
	list-style: none;
}
#footer_menu li{
	font-family: "GillSans-Regular";
	font-size: 1.4em;
	color: #313137;
	line-height: 27px;
}
#footer_menu li a{
	display: inline-block;
	margin-bottom: 12px;
	padding: 0 15px;
	line-height: 30px;
	color: inherit !important;
}	

@media (min-width: 1271px){
	#footer_inner a:not(.icon_vt):hover{
		opacity: 0.7;
	}
	#footer_inner .social_icons_block img{
		opacity: 0.7;
		
		-webkit-filter: grayscale(100%);
		filter: grayscale(100%);
		
		-webkit-transform: scale(1);
		transform: scale(1);
		
		-webkit-transition: all 0.1s ease-in-out;
		transition: all 0.1s ease-in-out;
	}
	#footer_inner .social_icons_block img:hover{
		opacity: 1;
		
		-webkit-filter: grayscale(0%);
		filter: grayscale(0%);
		
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}
}

@media (max-width: 991px){
	#footer .grey_block{
		display: none;
	}
	#footer_inner{
		min-height: 0;
		height: auto;
		padding: 80px 15px;
	}
	#footer_inner .part_1, #footer_inner .part_2, #footer_inner .part_3{
		position: relative;
		top: 0;
		bottom: auto;
		left: 0;
		width: 100%;
		height: auto;
		padding: 40px 0;
		text-align: center;
		
		-webkit-transform: none;
		transform: none;
	}
	#footer_inner .part_2 .fridge{
		display: none;
	}
	#footer_inner .part_2 .service_links_block{
		position: relative;
		margin: auto;
		text-align: left;
	}
	#footer_menu li{
		font-size: 1.6em;
	}
	#footer_inner hr{
		display: none;
	}
	#footer_inner .social_icons_block{
	    margin-top: 40px;
	}
}

@media (max-width: 767px){
	#footer_inner{
		padding: 40px 15px;
	}
	#footer_inner .part_1, #footer_inner .part_2, #footer_inner .part_3{
		padding: 30px 0;
	}
	#footer_inner .part_2 .service_links_block{
		width: 290px;
		height: 365px;
		padding: 25px 15px 50px 25px;
	}
}
/*END #footer*/

/*BEGIN #page_404*/
#page_404{
	min-height: calc(100vh - 570px);
	padding: 80px 15px 0 15px;
}
#page_404 .p_nothong_found{
	margin: 0;
	text-align: center;
}

@media (max-width: 991px){
	#page_404{
		min-height: 0;
		padding: 60px 15px 10px 15px;
	}
}
/*END #page_404*/

/*BEGIN .form_block*/
.form_block{
	position: relative;
	width: 100%;
	max-width: 584px;
	margin-left: auto;
	margin-right: auto;
}
.form_block::before{
	content: "";
	position: absolute;
	top: -2px;
	left: -50px;
	width: calc(100% + 100px);
	height: 2px;
	background: #d0d0d0;
	
	display: none; 
}
.form_block .switch_block{
	position: relative;
	width: 100%;
	height: 50px;
	background: #fff;
	overflow: hidden;
}
.form_block .switch_block .switch_btn, .form_block .switch_block .switch_btn *{
	cursor: pointer;
}
.form_block .switch_block .switch_btn.active, .form_block .switch_block .switch_btn.active *{
	cursor: default;
}
.form_block .switch_block .switch_btn{
	position: relative;	
	float: left;
	width: 50%;
	height: 50px;
}
.form_block .switch_block .switch_btn span{
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	line-height: 0;
	opacity: 0.6;
	
	font-family: "GillSans-Bold";
    font-size: 1.4em;
    color: #313137;
    white-space: nowrap;
    text-transform: uppercase;
    letter-spacing: 0.1em;
	text-align: center;
	
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: -moz-none;
    -o-user-select: none;
	
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	
	-webkit-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;
}
.form_block .switch_block .switch_btn.active span{
	opacity: 1;
}
.form_block .switch_block .blue_line{
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 6px;
	background: #003a65;
}
.form_block .switch_block[data-active=active_left] .blue_line{
	width: 50%;
	left: 0;
	
	-webkit-transition: width 0.3s ease-out 0.3s, left 0.3s ease-out;
	transition: width 0.3s ease-out 0.3s, left 0.3s ease-out;
}
.form_block .switch_block[data-active=active_right] .blue_line{
	width: 100%;
	left: 50%;
	
	-webkit-transition: width 0.3s ease-out, left 0.3s ease-out 0.3s;
	transition: width 0.3s ease-out, left 0.3s ease-out 0.3s;
}
.form_block form{
	position: relative;
	padding: 42px 125px 60px 125px;
	overflow: hidden;
}
.form_block form::before{
	content: "";
	position: absolute;
	top: -18px;
	left: 50%;
	width: 30px;
	height: 30px;
	background: #fff;
	margin-left: -15px;
	pointer-events: none;
	
	-webkit-border-radius: 100%;
	border-radius: 100%;
}
.field_checkout{
	display: none;
}
.field_wrapper{
    position: relative;
    width: 100%;
    margin-bottom: 20px;
}
.field_wrapper .field{
    position: relative;
    width: 100%;
    min-height: 50px;
    padding: 0 15px;
    outline: none !important;
    border: 0;
    background: #fff;

	font-family: "GillSans-Regular";
    font-size: 1.6em;
    color: #313137;
    letter-spacing: 0.01em;
}
.textarea_wrapper{
	height: 196px;
}
.field_wrapper .field.field_textarea{
	resize: none;
	height: 196px;
	padding: 10px 15px;
}
.field_wrapper.img_file_wrapper{
	height: 50px;
}
.field_checkout, .file_input{
    display: none !important;
}
.file_input_button{
	cursor: pointer;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
    height: 50px;
    font-family: "GillSans-Regular";
	
    line-height: 50px;
    font-size: 1.6em;
    color: #313137;
    letter-spacing: 0.01em;
	white-space: nowrap;
	
    -webkit-transition: background-color 0.1s ease-in-out;
    transition: background-color 0.1s ease-in-out;
}
.field.file_input_button{
	margin-bottom: 0;
	background-color: #e1e1e1;
	background-image: url(../img/general/file_arrow.png);
	background-repeat: no-repeat;
	background-position: 17px 15px;
	padding-left: 50px;
}
.field_wrapper.warning .field.file_input_button{
	background-color: #ffcece;
}
.field_wrapper.success .field.file_input_button{
	background-color: #e3f1ca;
}
.simple_form_go, .simple_form_go *{
	-webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: -moz-none;
    -o-user-select: none;
}
.simple_form_go{
	position: relative;
	width: 100%;
	height: 50px;
	line-height: 50px;
	background: #003a65;
	cursor: pointer;
	
	font-family: "GillSans-Bold";
    font-size: 1.6em;
    color: #fff;
    letter-spacing: 0.1em;
	text-transform: uppercase;
	text-align: center;
	
	-webkit-transition: color 0.3s ease-out;
	transition: color 0.3s ease-out;
}
.simple_form_go div{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 0;
	background: #fff;
	
	-webkit-transition: height 0.3s ease-out;
	transition: height 0.3s ease-out;
}
.simple_form_go span{
	position: relative;
}
.field_wrapper .alarm{
	position: absolute;
	bottom: -16px;
	right: 1px;
	margin: 0;
	opacity: 0;
	
	font-family: "GillSans-Regular";
    font-size: 1.4em;
    color: #fff;
    letter-spacing: 0.01em;
    line-height: 1em;
	
	-webkit-transition: opacity 0.1s ease-in-out;
	transition: opacity 0.1s ease-in-out;
}
.field_wrapper.warning .alarm{
	opacity: 1;
}

@media (min-width: 1271px){
	.form_block .switch_block .switch_btn:hover span{
		opacity: 1;
	}
	.simple_form_go:hover{
		color: #003a65;
	}
	.simple_form_go:hover div{
		height: 100%;
	}
}

@media (max-width: 767px){
	.form_block::before{
		display: none;
	}
	.form_block .switch_block .switch_btn{
		-webkit-transition: background 0.3s ease-in-out;
		transition: background 0.3s ease-in-out;
	}
	.form_block .switch_block .switch_btn span{
		font-size: 1.2em;
		letter-spacing: 0.02em;
	}
	.form_block .switch_block .switch_btn.active{
		background: #f8f8f8;
	}
	.form_block .switch_block .blue_line{
		z-index: 1;
		height: 4px;
		pointer-events: none;
	}
	.form_block form::before{
		display: none;
	}
	.form_block form{
		background: none !important;
		margin-top: 20px;
		padding: 0;
	}
	.field_wrapper .field{
		border: 1px solid #003a65;
	}
	.field_wrapper .field.file_input_button{
		border: 0;
	}
	.field_wrapper .alarm{
		color: red;
	}
}

@media (max-width: 320px){
	.field_wrapper .field.file_input_button{
		padding-left: 40px;
		background-position: 11px 15px;
		letter-spacing: 0;
	}
}
/*END .form_block*/

/*BEGIN #page_main_screen_1*/
#page_main_screen_1 .slide.first{
	background: url(../img/page_main/top_slider_slide_1.jpg) no-repeat 50% 50%;
	background-size: cover;
}
#page_main_screen_1 .slide.second{
	background: url(../img/page_main/top_slider_slide_2.jpg) no-repeat 50% 50%;
	background-size: cover;
}
#page_main_screen_1 .slide.third{
	background: url(../img/page_main/top_slider_slide_3.jpg) no-repeat 50% 50%;
	background-size: cover;
}
#page_main_screen_1 .slide.first h1{
	margin: 0;
	font-family: "GillSans-Light";
	font-size: 4.8em;
	white-space: nowrap;
}
#page_main_screen_1 .slide.first h1 span{
	letter-spacing: 0.06em;
}
#page_main_screen_1 .slide.first p{
	margin-top: 20px;
	font-family: "GillSans-Light";
	font-size: 3em;
}
#page_main_screen_1 .slide.first p span{
	padding: 0 3px;
}
#page_main_screen_1 .slide.second p:nth-child(1){
	font-family: "GillSans-Light";
	font-size: 3em;
}
#page_main_screen_1 .slide.second p:nth-child(2){
	font-family: "GillSans-Light";
	font-size: 4.8em;
	text-transform: uppercase;
	letter-spacing: 0.06em;
}
#page_main_screen_1 .side_decor_text.rotated > span{
	margin-left: 10px;
}

@media (max-height: 900px){
	#page_main_screen_1 .slide.first p{
		margin-top: 8px;
	}
}

@media (max-height: 700px){
	#page_main_screen_1 .slide.second p:nth-child(1){
		margin-bottom: 0;
	}
}

@media (max-width: 767px){
	/*#page_main_screen_1_inner .relative_content_part{
		padding: 60px 15px;
	}*/
	#page_main_screen_1 .slide.first h1, #page_main_screen_1 .slide.second p:nth-child(2){
		font-size: 2.8em;
	}
	#page_main_screen_1 .slide.first p, #page_main_screen_1 .slide.second p:nth-child(1){
		font-size: 1.8em;
	}
	#page_main_screen_1 .slide.second p:nth-child(1){
		padding: 0;
	}
	#page_main_screen_1 .slide.first p{
		margin-top: 8px;
	}
}
/*END #page_main_screen_1*/

/*BEGIN #page_main_screen_2*/
#page_main_screen_2{
	padding-bottom: 140px;
}
#page_main_screen_2_inner{
	width: 100%;
	max-width: 1000px;
	margin: auto;
	height: 565px;
}
#page_main_screen_2_inner .part{
	height: 100%;
}
#page_main_screen_2_inner .part_left{
	background: #f8f8f8;
	padding: 118px 15px 0 15px;
}
#regulator{
	position: relative;
	width: 330px;
	height: 330px;
	margin: auto;
	overflow: hidden;
}
#regulator .regulator_scale, #regulator .regulator_point{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#regulator .regulator_scale{
	background: url(../img/page_main/regulator_scale.png) no-repeat 50% 50%;
	background-size: 100% 100%;
}
#regulator .regulator_point{
	background: url(../img/page_main/regulator_point.png) no-repeat 50% 50%;
	background-size: 100% 100%;
	
	-webkit-transform: rotate(34deg);
	transform: rotate(34deg);
	
	-webkit-transition: 3s ease;
	transition: 3s ease;
}
#regulator.draw .regulator_point{
	-webkit-transform: rotate(324deg);
	transform: rotate(324deg);
}
#page_main_screen_2_inner .part_right{
	padding-top: 80px;
}
#page_main_screen_2_inner .part_right .text_type_1{
	margin-bottom: 40px;
}
#page_main_screen_2_inner .part_right .text_type_2:nth-child(2){
	margin-bottom: 15px;
}
#page_main_screen_2_inner .part_right .text_type_2:nth-child(2) .line, #page_main_screen_2_inner .part_right .text_type_2:nth-child(3) .line{
	display: inline-block;
	height: 1px;
	margin: 0 5px;
	background: #313137;
	
	-webkit-transform: translateY(-3px);
	transform: translateY(-3px);
}
#page_main_screen_2_inner .part_right .text_type_2:nth-child(2) .line_ru{
	width: 269px;
}
#page_main_screen_2_inner .part_right .text_type_2:nth-child(3) .line_ru{
	width: 10px;
}
#page_main_screen_2_inner .part_right .text_type_2:nth-child(2) .line_ua{
	width: 269px;
}
#page_main_screen_2_inner .part_right .text_type_2:nth-child(3) .line_ua{
	width: 87px;
}
#page_main_screen_2_inner .part_right .text_type_2:nth-child(3) .sel{
	background: #003a65;
	color: #fff;
	padding: 0 3px 2px 3px;
}
#page_main_screen_2 .blue_dots{
	bottom: 55px;
	left: 50%;
	margin-left: -90px;
}
#page_main_screen_2 .text_parallax{
	top: 0;
	right: 0;
}

@media (max-width: 1030px){
	#page_main_screen_2_inner .part_right{
		padding-right: 15px;
	}
}

@media (max-width: 991px){
	#page_main_screen_2{
		padding-bottom: 0;
	}
	#page_main_screen_2_inner{
		height: auto;
	}
	#page_main_screen_2_inner .relative_content_part{
		padding: 100px 15px;
	}
	#page_main_screen_2_inner .part{
		height: auto;
	}
	#page_main_screen_2_inner .part_right .detailed_link{
		margin-left: auto;
		margin-right: auto;
	}
	#page_main_screen_2_inner .part_right .text_type_2:nth-child(2){
		margin-bottom: 0;
	}
	#page_main_screen_2_inner .part_right .text_type_2 .line{
		width: 17px !important;
	}
	#page_main_screen_2_inner .part_right .text_type_2:nth-child(3) .sel{
		background: none;
		color: inherit;
		padding: 0;
	}
}

@media (max-width: 767px){
	#page_main_screen_2_inner .relative_content_part{
		padding: 60px 15px;
	}
	#regulator{
		width: 290px;
		height: 290px;
	}
}
/*END #page_main_screen_2*/

/*BEGIN #page_main_screen_3*/
#page_main_screen_3{
	height: 757px;
	background: #f8f8f8 url(../img/page_main/page_main_screen_3_bg.jpg) no-repeat 50% 50%;
}
#page_main_screen_3_inner{
	position: relative;
	padding: 0 15px;
}
#page_main_screen_3_inner .part_left{
    padding-top: 100px;
}
#page_main_screen_3 .text_parallax{
	top: -100px;
	left: 0;
}
#page_main_screen_3 .side_link_block{
	height: 315px;
	background: url(../img/page_main/page_main_side_link_block_1.jpg) no-repeat 0 0;
}
#page_main_screen_3 .blue_dots{
	top: 505px;
    left: 145px;
}
#page_main_screen_3_inner .relative_content_part.part_left > img{
	display: none;
}

@media (max-width: 1270px){
	#page_main_screen_3{
		background-position: 0 0;
	}
}

@media (max-width: 991px){
	#page_main_screen_3{
		height: auto;
		background: #f8f8f8;
	}
	#page_main_screen_3_inner .relative_content_part.part_left{
		padding-top: 0;
		padding-bottom: 100px;
	}
	#page_main_screen_3_inner .relative_content_part.part_left > img{
		display: block;
		width: 100%;
		height: auto;
		margin-bottom: 15px;
	}
	#page_main_screen_3_inner .part_left .detailed_link{
		margin-left: auto;
		margin-right: auto;
	}
	#page_main_screen_3_inner .part_right{
		display: none;
	}
}

@media (max-width: 767px){
	#page_main_screen_3_inner .relative_content_part.part_left{
		padding-bottom: 60px;
	}
}
/*END #page_main_screen_3*/

/*END #page_main_screen_4*/
#page_main_screen_4{
	z-index: 1;
	height: 400px;
}
#page_main_screen_4_inner{
	position: relative;
	padding: 0 15px;
}
#page_main_screen_4 .side_link_block{
    height: 406px;
	margin-top: 40px;
    background: url(../img/page_main/page_main_side_link_block_2.jpg) no-repeat 0 0;
}
#page_main_screen_4_inner .part_left{
    padding: 80px 80px 0 15px;
}
#page_main_screen_4_inner .part_left .text_type_3{
	text-align: right;
}
#page_main_screen_4_inner .decor_element_1{
	z-index: -1;
	position: absolute;
	top: 0;
	right: 15px;
	width: 440px;
	height: 10px;
    background: #003a65;
}
#page_main_screen_4_inner .decor_element_2{
	z-index: -1;
	position: absolute;
	top: 55px;
	right: 15px;
	width: 0;
	height: 245px;
    background: #f8f8f8;
	
	-webkit-transition: 2s ease;
    transition: 2s ease;
}
#page_main_screen_4_inner .decor_element_2.draw{
	width: 50%;
	width: calc(50% - 60px);
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none){
    #page_main_screen_4_inner .decor_element_2.draw{
		width:  50%;
	}
}

@supports (-ms-ime-align:auto){
	#page_main_screen_4_inner .decor_element_2.draw{
		width:  50%;
	}
}

@media (max-width: 1270px){
	#page_main_screen_4_inner .part_left{
		padding-right: 15px;
	}
	#page_main_screen_4 .side_link_block{
		margin-top: 30px;
	}
	#page_main_screen_4_inner .decor_element_2.draw{
		width: 440px;
	}
}

@media (max-width: 991px){
	#page_main_screen_4{
		height: auto;
	}
	#page_main_screen_4_inner .part_left{
		padding: 75px 0 20px 0;
	}
	#page_main_screen_4_inner .part_left .text_type_3{
		text-align: center;
	}
	#page_main_screen_4_inner .part_right{
		padding-bottom: 60px;
	}
	#page_main_screen_4_inner .decor_element_1, #page_main_screen_4_inner .decor_element_2{
		display: none;
	}
}

@media (max-width: 767px){
	#page_main_screen_4_inner .part_left{
		padding-top: 70px;
	}
}
/*END #page_main_screen_4*/

/*END #page_main_screen_5*/
#page_main_screen_5{
	height: 738px;
	background: #f8f8f8 url(../img/page_main/page_main_screen_5_bg.jpg) no-repeat 50% 50%;
}
#page_main_screen_5_inner{
	position: relative;
	padding: 0 15px;
}
#page_main_screen_5_inner .part_left{
    padding-top: 100px;
}
#page_main_screen_5 .text_parallax{
	top: -300px;
	left: 0;
}
#page_main_screen_5 .blue_dots{
	top: 470px;
    left: 145px;
}
#page_main_screen_5 .small_brands_img{
	position: absolute;
    top: 446px;
    left: 160px;
	pointer-events: none;
}
#page_main_screen_5_inner .relative_content_part.part_left > img:nth-child(1){
	display: none;
}

@media (max-width: 991px){
	#page_main_screen_5{
		height: auto;
		background: #f8f8f8;
	}
	#page_main_screen_5_inner .relative_content_part.part_left{
		padding-top: 0;
		padding-bottom: 100px;
	}
	#page_main_screen_5_inner .relative_content_part.part_left > img:nth-child(1){
		display: block;
		width: 100%;
		height: auto;
		margin-top: 20px;
		margin-bottom: 50px;
	}
	#page_main_screen_5_inner .part_left .detailed_link{
		margin-left: auto;
		margin-right: auto;
	}
	#page_main_screen_5 .small_brands_img{
		display: none;
	}
}

@media (max-width: 767px){
	#page_main_screen_5_inner .relative_content_part.part_left{
		padding-bottom: 60px;
	}
	#page_main_screen_5_inner .relative_content_part.part_left > img:nth-child(1){
		margin-top: 30px;
		margin-bottom: 40px;
	}
}
/*END #page_main_screen_5*/

/*BEGIN #page_services_screen_1*/
#page_services_screen_1 .slide.first{
    background: url(../img/page_services/page_services_screen_1_bg.jpg) no-repeat 50% 50%;
    background-size: cover;
}
#page_services_screen_1.top_screen_slider_block .blue_lines_block{
	background: #003a65;
}
#page_services_screen_1.top_screen_slider_block .blue_lines_block::before, #page_services_screen_1.top_screen_slider_block .blue_lines_block::after{
	display: none;
}
#page_services_screen_1 .line{
	display: inline-block;
    width: 165px;
    height: 1px;
    margin: 0 5px;
    background: #313137;

    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
}
#page_services_screen_1 .slide.first h1{
    margin: 0;
    font-family: "GillSans-Light";
    font-size: 4.8em;
}
#page_services_screen_1 .white_rect{
	width: 100%;
	max-width: 520px;
	height: 60px;
	background: #fff;
	margin: 25px auto 0;
	padding-top: 16px;
}

@media (max-width: 767px){
	#page_services_screen_1 .slide.first h1{
		font-size: 2.8em;
	}
	#page_services_screen_1 .line{
		width: 17px;
	}
	#page_services_screen_1 .white_rect{
		margin: 20px auto 0;
	}
}

@media (max-width: 600px){
	#page_services_screen_1 .white_rect{
		height: auto;
		margin: 13px auto 0;
		padding-top: 0;
		background: none;
	}
}
/*END #page_services_screen_1*/

/*BEGIN .service_screen*/
.service_screen{
	z-index: 1;
	position: relative;
	background: #fff;
}
.service_screen .grey_block{
	position: absolute;
	top: 0;
	width: 50%;
	height: 100%;
	background: #f8f8f8;
}
.service_screen.left_content .grey_block{
	left: 0;
}
.service_screen.right_content .grey_block{
	right: 0;
}
.service_screen .container{
	position: relative;
}
.service_screen .numbers{
	position: absolute;
    top: 42px;
	display: block;
	width: 90px;

    font-family: "GillSans-Bold";
    font-size: 1.4em;
    color: #d0d0d0;
}
.service_screen.left_content .numbers{
	left: 0;
	padding-left: 15px;
	text-align: left;
}
.service_screen.right_content .numbers{
	right: 0;
	padding-right: 15px;
	text-align: right;
}
.service_screen .text_block{
	z-index: 1;
	position: absolute;
	top: 38px;
	width: 416px;
}
.service_screen.left_content .text_block{
	left: 102px;
}
.service_screen.right_content .text_block{
	right: 102px;
}
.service_screen .text_block .decor_element{
	width: 100%;
	height: 10px;
	margin-top: 5px;
	background: #003a65;
}
.service_screen .text_block .text_type_2{
	margin-top: 25px;
}
.service_screen .img_block{
	position: absolute;
	top: 0;
	width: 50%;
	padding: 38px 15px 0 15px;
}
.service_screen.left_content .img_block{
	right: 0;
}
.service_screen.right_content .img_block{
	left: 0;
}
.service_screen .img_block img{
	position: relative;
	display: block;
	margin: auto;
}
.service_screen .img_block .grey_decor{
	position: absolute;
    top: 55px;
    width: 0;
    height: 245px;
    background: #f8f8f8;
	
    -webkit-transition: 2s ease;
    transition: 2s ease;
}
.service_screen .img_block .grey_decor.draw{
	width: 100%;
}
.service_screen.left_content .img_block .grey_decor{
	left: 0;
}
.service_screen.right_content .img_block .grey_decor{
	right: 0;
}
.service_nav_block{
	height: 30px;
	text-align: center;
	white-space: nowrap;
}
.service_nav_block span{
	position: relative;
	display: inline-block;
	height: 30px;
	line-height: 30px;
	cursor: pointer;
	margin-left: -3px;
	padding: 0 10px;
	
	font-family: "GillSans-Bold";
	font-size: 1.04em;
	color: #003a65;
	text-transform: uppercase;
	letter-spacing: 0.16em;
}
.service_nav_block span::before{
	content: "";
	position: absolute;
	bottom: 8px;
	left: 10px;
	width: 100%;
	width: calc(100% - 20px);
	height: 1px;
	background: #003a65;
	opacity: 0;
	pointer-events: none;
	
	-webkit-transition: opacity 0.1s ease-in-out;
	transition: opacity 0.1s ease-in-out;
}
.service_nav_block span:first-child{
	padding-left: 0;
}
.service_nav_block span:last-child{
	padding-right: 0;
}
.service_nav_block span:first-child::before{
	left: 0;
	width: 100%;
	width: calc(100% - 10px);
}
.service_nav_block span:last-child::before{
	left: 10px;
	width: 100%;
	width: calc(100% - 10px);
}
.service_nav_block span.current::before{
	opacity: 1;
}
.service_nav_block span::after{
	content: "";
	position: absolute;
	top: 9px;
	right: 0;
	width: 1px;
	height: 10px;
	background: #003a65;
	pointer-events: none;
}
.service_nav_block span:last-child::after{
	display: none;
}

@media (min-width: 1271px){
	.service_nav_block span:hover::before{
		opacity: 1;
	}
}

@media (max-width: 1100px){
	.service_screen .grey_block{
		width: 56%;
	}
	.service_screen .img_block img{
		width: 300px;
		height: auto;
	}
}

@media (max-width: 991px){
	.service_screen .grey_block, .service_screen .img_block .grey_decor, .service_screen .after_dots_img, .service_screen .text_block .decor_element{
		display: none;
	}
	.service_screen{
		height: auto !important;
		padding-top: 100px;
	}
	.service_screen .numbers{
		position: static;
		display: block;
		width: auto;
		height: auto;
		margin-bottom: 15px;
		padding: 0 !important;
		
		font-family: "GillSans-Regular";
		font-size: 2.5em;
		color: #313137;
		line-height: 1.4em;
		text-align: center !important;
	}
	.service_screen .text_block{
		position: static;
		width: 100%;
		max-width: 500px;
		margin: auto;
		text-align: center;
	}
	.service_screen .text_block .text_type_3{
		margin-top: 30px;
	}
	.service_screen .text_block .text_type_2{
		margin-top: 32px;
	}
	.service_screen .img_block{
		position: static;
		width: 100%;
		margin: auto;
		padding: 40px 0 0 0;
	}
	.service_screen .img_block img{
		width: 100%;
		max-width: 330px;
	}
	.psc_after{
		display: none;
	}
}

@media (max-width: 767px){
	.service_screen{
		padding-top: 60px;
		padding-bottom: 20px;
	}
	.service_screen .numbers{
		font-size: 1.6em;
	}
	.service_screen .img_block{
		padding-top: 35px;
	}
}

@media (max-width: 600px){
	.service_nav_block span{
		padding: 0 5px;
		font-size: 0.88em;
		letter-spacing: 0;
	}
	.service_nav_block span::before{
		left: 5px;
		width: 100%;
		width: calc(100% - 10px);
	}
	.service_nav_block span:first-child::before{
		left: 0;
		width: 100%;
		width: calc(100% - 5px);
	}
	.service_nav_block span:last-child::before{
		left: 5px;
		width: 100%;
		width: calc(100% - 5px);
	}
}
/*END .service_screen*/

/*BEGIN #page_services_screen_2*/
#page_services_screen_2{
	height: 500px;
}
.page_services_screen_2_after{
	position: relative;
	width: 100%;
	height: 110px;
	background: #fff;
}
#page_services_screen_2 .container .blue_dots{
	top: 409px;
	left: 50%;
	
	-webkit-transform: translateX(-90px);
	transform: translateX(-90px);
}
#page_services_screen_2 .container .after_dots_img{
	position: absolute;
	top: 424px;
	left: 50%;
	margin-left: -75px;
	pointer-events: none;
}

@media (max-width: 1250px){
	#page_services_screen_2 .container .after_dots_img{
		top: 426px;
	}
}
/*END #page_services_screen_2*/

/*BEGIN #page_services_screen_3*/
#page_services_screen_3{
	height: 566px;
}
.page_services_screen_3_after{
	position: relative;
	width: 100%;
	height: 90px;
	background: #fff;
}
#page_services_screen_3 .container .blue_dots{
	top: 438px;
	left: 50%;
	
	-webkit-transform: translateX(-180px);
	transform: translateX(-180px);
}
#page_services_screen_3 .container .after_dots_img{
	position: absolute;
	top: 451px;
	left: 50%;
	margin-left: -165px;
	pointer-events: none;
}

@media (max-width: 1250px){
	#page_services_screen_3 .container .blue_dots{
		-webkit-transform: translateX(-180px);
		transform: translateX(-255px);
	}
	#page_services_screen_3 .container .after_dots_img{
		top: 376px;
		margin-left: -238px;
	}
}

@media (max-width: 991px){
	#page_services_screen_3 p .sd{
		display: none;
	}
}
/*END #page_services_screen_3*/

/*BEGIN #page_services_screen_4*/
#page_services_screen_4{
	height: 510px;
}
.page_services_screen_4_after{
	position: relative;
	width: 100%;
	height: 90px;
	background: #fff;
}
#page_services_screen_4 .container .blue_dots{
	top: 419px;
	left: 50%;
	
	-webkit-transform: translateX(-90px);
	transform: translateX(-90px);
}
#page_services_screen_4 .container .after_dots_img{
	position: absolute;
	top: 434px;
	left: 50%;
	margin-left: -75px;
	pointer-events: none;
}
#page_services_screen_4 .grey{
	opacity: 0.6;
}
#page_services_screen_4 .shop_link{
	position: relative;
	display: inline-block;
	margin: 7px 0;
	padding-left: 28px;

	font-family: "GillSans-Regular";
    font-size: 1.6em;
    color: #313137;
    letter-spacing: 0.01em;
    line-height: 1.3em;
	
	-webkit-transition: opacity 0.1s ease-in-out;
	transition: opacity 0.1s ease-in-out;
}
#page_services_screen_4 .shop_link:last-child{
	margin-bottom: 10px;
}
#page_services_screen_4 .shop_link::before{
	content: "";
	position: absolute;
	top: 3px;
	left: 0;
	width: 17px;
	height: 16px;
	
	background: url(../img/general/chain_link.svg) no-repeat 0 0;
	background-size: 17px 16px;
}
#page_services_screen_4 .shop_link span{
	border-bottom: 1px solid #313137;
}

@media (min-width: 1271px){
	#page_services_screen_4 .shop_link:hover{
		opacity: 1;
	}
}

@media (max-width: 991px){
	#page_services_screen_4 .shop_link{
		padding-left: 0;
	}
	#page_services_screen_4 .shop_link::before{
		display: none;
	}
}
/*END #page_services_screen_4*/

/*BEGIN #page_cooperation_screen_1*/
#page_cooperation_screen_1 .slide.first{
    background: url(../img/page_cooperation/page_cooperation_screen_1_bg.jpg) no-repeat 50% 50%;
    background-size: cover;
}
#page_cooperation_screen_1 .line{
	display: inline-block;
    width: 165px;
    height: 1px;
    margin: 0 5px;
    background: #313137;

    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
}
#page_cooperation_screen_1 .slide.first h1{
    margin: 20px 0 0 0;
    font-family: "GillSans-Light";
    font-size: 4.8em;
}

@media (max-height: 900px){
	#page_cooperation_screen_1 .slide.first h1{
		margin: 0;
	}
}

@media (max-width: 767px){
	#page_cooperation_screen_1 .slide.first h1{
		font-size: 2.8em;
	}
	#page_cooperation_screen_1 .line{
		width: 17px;
	}
}
/*END #page_cooperation_screen_1*/

/*BEGIN #page_cooperation_screen_2*/
#page_cooperation_screen_2_inner{
	position: relative;
	height: 640px;
	padding: 0 15px;
}
#page_cooperation_screen_2_inner .part_right{
	padding-top: 100px;
}
#page_cooperation_screen_2 .text_parallax{
	top: 0;
	left: 0;
}
#page_cooperation_screen_2 .blue_dots{
    top: 385px;
    left: 90px;
}

@media (max-width: 1200px){
	#page_cooperation_screen_2_inner br{
		display: none;
	}
}

@media (max-width: 991px){
	#page_cooperation_screen_2_inner{
		height: auto;
	}
	#page_cooperation_screen_2_inner .text_block{
		width: 100%;
		max-width: 460px;
		margin-left: auto;
		margin-right: auto;
	}
}

@media (max-width: 767px){
	#page_cooperation_screen_2_inner .part_right{
		padding-top: 60px;
	}
}
/*END #page_cooperation_screen_2*/

/*BEGIN #page_cooperation_screen_3*/
#page_cooperation_screen_3_inner{
	position: relative;
	height: 450px;
	padding: 0 15px;
}
#page_cooperation_screen_3_inner .part_left{
	padding-top: 100px;
}
#page_cooperation_screen_3 .text_parallax{
	top: -115px;
	left: 0;
}

@media (max-width: 991px){
	#page_cooperation_screen_3{
		padding-bottom: 100px;
	}
	#page_cooperation_screen_3_inner{
		height: auto;
	}
	#page_cooperation_screen_3_inner p .sd{
		display: none;
	}
}

@media (max-width: 767px){
	#page_cooperation_screen_3{
		padding-bottom: 60px;
	}
	#page_cooperation_screen_3_inner .part_left{
		padding-top: 70px;
	}
}
/*END #page_cooperation_screen_3*/

/*BEGIN #page_cooperation_screen_4*/
#page_cooperation_screen_4{
	background: #f8f8f8;
	padding: 100px 0;
}
#page_cooperation_screen_4_inner{
	position: relative;
	padding: 0 15px;
}
#page_cooperation_screen_4_inner .text_parallax{
    top: -275px;
    left: 15px;
}
#page_cooperation_screen_4_inner .realization_block{
	width: 100%;
	max-width: 1036px;
	margin: 100px auto 0;
	
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	
	-webkit-justify-content: left;
	justify-content: left;
}
#page_cooperation_screen_4_inner .realization_part{
	position: relative;
	width: 33%;
	min-height: 106px;
	margin-bottom: 80px;
	padding: 0 15px;
}
#page_cooperation_screen_4_inner .realization_part::before{
	content: "";
	display: block;
	top: 0;
	left: 0;
	width: 78px;
	height: 78px;
	margin-bottom: 20px;
}	
#page_cooperation_screen_4_inner .realization_part:last-child,
#page_cooperation_screen_4_inner .realization_part:nth-last-child(2),
#page_cooperation_screen_4_inner .realization_part:nth-last-child(3){
	margin-bottom: 0;
}
#page_cooperation_screen_4_inner .realization_part:nth-child(1)::before{
	background: url(../img/page_cooperation/realization_part_1.png) no-repeat 0 0 / 78px 78px;
}
#page_cooperation_screen_4_inner .realization_part:nth-child(2)::before{
	background: url(../img/page_cooperation/realization_part_2.png) no-repeat 0 0 / 78px 78px;
}
#page_cooperation_screen_4_inner .realization_part:nth-child(3)::before{
	background: url(../img/page_cooperation/realization_part_3.png) no-repeat 0 0 / 78px 78px;
}
#page_cooperation_screen_4_inner .realization_part:nth-child(4)::before{
	background: url(../img/page_cooperation/realization_part_4.png) no-repeat 0 0 / 78px 78px;
}
#page_cooperation_screen_4_inner .realization_part:nth-child(5)::before{
	background: url(../img/page_cooperation/realization_part_5.png) no-repeat 0 0 / 78px 78px;
}
#page_cooperation_screen_4_inner .realization_part:nth-child(6)::before{
	background: url(../img/page_cooperation/realization_part_6.png) no-repeat 0 0 / 78px 78px;
}
#page_cooperation_screen_4_inner .realization_part:nth-child(7)::before{
	background: url(../img/page_cooperation/realization_part_7.png) no-repeat 0 0 / 78px 78px;
}
#page_cooperation_screen_4_inner .realization_part:nth-child(8)::before{
	background: url(../img/page_cooperation/realization_part_8.png) no-repeat 0 0 / 78px 78px;
}
#page_cooperation_screen_4_inner .realization_part:nth-child(9)::before{
	background: url(../img/page_cooperation/realization_part_9.png) no-repeat 0 0 / 78px 78px;
}
#page_cooperation_screen_4_inner .realization_part p:nth-child(1){
	margin-bottom: 5px;
	
	font-family: "GillSans-Bold";
    font-size: 2.2em;
    color: #313137;
	line-height: 1.3em;
	letter-spacing: 0.01em;
}
#page_cooperation_screen_4_inner .realization_part p:nth-child(2){
	line-height: 1.4em;
}

@media (max-width: 991px){
	#page_cooperation_screen_4_inner .realization_block{
		display: block;
		margin-top: 80px;
	}
	#page_cooperation_screen_4_inner .realization_part{
		width: 100%;
		padding: 0;
		text-align: center;
	}
	#page_cooperation_screen_4_inner .realization_part, 
	#page_cooperation_screen_4_inner .realization_part:nth-last-child(2),
	#page_cooperation_screen_4_inner .realization_part:nth-last-child(3){
		margin-bottom: 80px
	}
	#page_cooperation_screen_4_inner .realization_part::before{
		position: static;
		display: block;
		margin: 0 auto 18px;
	}
	#page_cooperation_screen_4_inner .realization_part p:nth-child(1){
		line-height: 1.5em;
	}
	#page_cooperation_screen_4_inner .realization_part:last-child p .nowrap{
		white-space: normal;
	}
}

@media (max-width: 767px){
	#page_cooperation_screen_4{
		padding: 70px 0;
	}
	#page_cooperation_screen_4_inner .realization_block{
		margin-top: 70px;
	}
	#page_cooperation_screen_4_inner .realization_part p:nth-child(1){
		font-size: 2em;
	}
}
/*END #page_cooperation_screen_4*/

/*END #page_cooperation_screen_5*/
#page_cooperation_screen_5{
	position: relative;
	padding-top: 100px;
	padding-bottom: 30px;
}
#page_cooperation_screen_5 .grey_block{
	position: absolute;
	top: 430px;
	left: 0;
	width: 100%;
	height: 520px;
	background: #f8f8f8;
}
#page_cooperation_screen_5 .grey_block .line{
	position: absolute;
	top: 50%;
	width: calc(50% - 500px);
	height: 1px;
	background: #313137;
}
#page_cooperation_screen_5 .grey_block .line.line_left{
	left: 0;
}
#page_cooperation_screen_5 .grey_block .line.line_right{
	right: 0;
}
#page_cooperation_screen_5 .grey_block .side_decor_text{
	top: 50%;
	margin-top: -8px;
	   
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}
#page_cooperation_screen_5 .grey_block .side_decor_text.left{
	left: calc(50% - 450px);
}
#page_cooperation_screen_5 .grey_block .side_decor_text.right{
	right: calc(50% - 500px);
}
#page_cooperation_screen_5_inner{
	position: relative;
	padding: 0 15px;
}
#page_cooperation_screen_5_inner > h2{
	margin: 0;
	text-align: center;
}
#page_cooperation_screen_5_inner > p:nth-child(2){
	margin: 50px 0 0 0;
	text-align: center;
}
#page_cooperation_screen_5_inner .grey{
    opacity: 0.6;
}
#page_cooperation_screen_5_inner .form_block{
	margin-top: 60px;
}
#page_cooperation_screen_5_inner .form_block form{
	background: url(../img/page_cooperation/page_cooperation_form_block.jpg) no-repeat 0 0 / 100% 100%;
}

@media (max-width: 767px){
	#page_cooperation_screen_5{
		padding-top: 70px;
		padding-bottom: 60px;
	}
	#page_cooperation_screen_5 .grey_block{
		display: none;
	}
	#page_cooperation_screen_5_inner > p:nth-child(2){
		margin: 30px 0 0 0;
	}
	#page_cooperation_screen_5_inner > p:nth-child(2) br{
		display: none;
	}
}
/*END #page_cooperation_screen_5*/

/*BEGIN #category_projects_content*/
#category_projects_content{
	min-height: calc(100vh - 660px);
}
#category_projects_content .p_nothong_found{
	margin-top: 60px;
	text-align: center;
}
.category_projects_block{
	z-index: 1;
	position: relative;
	clear: both;
	margin-top: 50px;
	padding: 60px 0;
	overflow: hidden;
}
.category_projects_block_inner{
	background: #f8f8f8;
}
.category_projects_block_inner_content{
	min-height: 408px;
}
.category_projects_block_inner_content .part{
	float: left;
	position: relative;
	width: 50%;
	min-height: 408px;
}
.category_projects_block_inner_content .part_left{
	padding: 40px 15px 70px 110px;
}
.category_projects_block_inner_content .part_left .title.text_type_3{
	color: #003a65;
}
.category_projects_block_inner_content .part_left .title.text_type_3 a{
	display: block;
	color: inherit !important;
	
	-webkit-transition: opacity 0.1s ease-in-out;
	transition: opacity 0.1s ease-in-out;
}
.category_projects_block_inner_content .part_left .staff{
	margin-top: 35px;
}
.category_projects_block_inner_content .part_left .staff .staff_title{
	margin-top: 23px;
    margin-bottom: 3px;
	
	font-family: "GillSans-Bold";
    font-size: 1.6em;
    color: #444444;
    letter-spacing: 0.01em;
    line-height: 1.4em;
}
.category_projects_block_inner_content .part_left .staff .text_type_2{
	color: #444444;
}
.category_projects_block_inner_content .part_left .side_decor_text{
	top: calc(50% + 40px);
	left: 15px;
	width: 128px;
}
.category_projects_block_inner_content .part_right{
	height: 100%;
}
.category_projects_thumb{
	position: absolute;
	top: 50%;
	right: 0;
	width: 100%;
	
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.category_projects_thumb > img{
	width: 100%;
	height: auto;
}
.category_projects_block_inner_content .part_right .side_link_block{
	right: 0;
	width: 100%;
	height: 100%;
	margin: 0 !important;
	padding: 130px;
	
	-webkit-transition: 0.6s ease 0.3s;
	transition: 0.6s ease 0.3s;
}
.category_projects_block_inner_content .part_right .side_link_block .blue_rect{
	background: rgba(0,58,101,0.6);
}
#post_navigation *{
	-webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: -moz-none;
    -o-user-select: none;
}
#post_navigation{
	clear: both;
	width: 100%;
	max-width: 960px;
	margin: 30px auto 0;
	text-align: center;
}
#post_navigation .pagination{
	margin: 40px auto 50px;
}
#post_navigation .pagination h2{
	margin: 0;
}
#post_navigation .nav-links{
	font-family: "GillSans-Bold";
	font-size: 2em;
	color: #003a65;
	line-height: 31px;
}
#post_navigation .nav-links .current, #post_navigation .nav-links a{
	display: inline-block;
	padding: 0 10px;
	color: inherit !important;
}
#post_navigation .nav-links a{
	-webkit-transition: opacity 0.1s ease-in-out;
	transition: opacity 0.1s ease-in-out;
}
#post_navigation .nav-links .current{
	background: #003a65;
	color: #fff !important;
}
#post_navigation .nav-links .current, #post_navigation .nav-links .dots{
	cursor: default;
}
#post_navigation .nav-links .prev, #post_navigation .nav-links .next{
    font-size: 1.3em;
}

@media (min-width: 1271px){
	.category_projects_block_inner_content .part_right .side_link_block:hover{
		padding: 30px;
		
		-webkit-transition: 0.6s ease 0.3s;
		transition: 0.6s ease 0.3s;
	}
	.category_projects_block_inner_content .part_left .title.text_type_3 a:hover, #post_navigation .nav-links a:hover{
		opacity: 0.6;
	}
}

@media (max-width: 1270px){
	.category_projects_block{
		margin-top: 0;
	}
	.category_projects_block_inner_content .part_right .side_link_block{
		padding: 70px;
		
		-webkit-transition: none;
		transition: none;
	}
}

@media (max-width: 1030px){
	.category_projects_block_inner_content .part_left{
		padding-left: 0;
	}
}

@media (max-width: 991px){
	#category_projects_content{
		min-height: 0;
	}
	.category_projects_block{
		padding: 60px 0 40px 0;
	}
	.category_projects_block_inner{
		padding-bottom: 15px;
	}
	.category_projects_block_inner_content{
		display: block;
		min-height: 0;
	}
	.category_projects_block_inner_content .part{
		float: none;
		width: 100%;
		min-height: 0;
	}
	.category_projects_thumb{
		position: relative;
	}
	
	.category_projects_block_inner_content .part_left{
		padding: 40px 0;
	}
	.category_projects_thumb{
		-webkit-transform: none;
		transform: none;
	}
	.category_projects_block_inner_content .part_right .side_link_block{
		position: absolute;
		height: 100% !important;
	}
}

@media (max-width: 767px){
	.category_projects_block_inner_content .part_left{
		padding-bottom: 30px;
	}
	.category_projects_block_inner_content .part_left .title.text_type_3{
		line-height: 1.5em;
	}
	.category_projects_block_inner_content .part_left .staff{
		margin-top: 30px;
	}
	.category_projects_block_inner_content .part_left .staff .staff_title{
		margin-top: 20px;
		font-family: "GillSans-Regular";
		color: #313137;
	}
	.category_projects_block_inner_content .part_left .staff .text_type_2{
		color: #313137;
		opacity: 0.6;
	}
	#post_navigation .pagination{
		margin: 30px auto 50px;
	}
}

@media (max-width: 500px){
	.category_projects_block{
		padding: 60px 0 10px 0;
	}
	.category_projects_block_inner_content .part_right .side_link_block{
		padding: 30px;
	}
}
/*END #category_projects_content*/

/*BEGIN #category_news_content*/
#category_news_content{
	min-height: calc(100vh - 710px);
}
#category_news_content.promotions_screen{
	min-height: calc(100vh - 680px);
}
#category_news_content .p_nothong_found{
	margin-top: 60px;
	padding: 0 15px;
	text-align: center;
}
#category_news_wrapper{
	width: 100%;
	max-width: 1030px;
	margin: auto;
	padding: 0 15px;
}
.category_news_margin_block{
	height: 50px;
}
.category_news_block{
	clear: both;
	min-height: 320px;
}
.category_news_block .part{
	position: relative;
	display: inline-block
}
.category_news_block .part_left{
	float: left;
	width: 41%;
	padding-left: 50px;
}
.category_news_block .part_right{
	float: right;
	width: 59%;
	padding-left: 50px;
}
.category_news_block .date_block{
	position: absolute;
	top: 0;
	left: 0;
	width: 50px;
	height: 100%;
	background: #003a65;
}
.category_news_block .date_block span{
	position: absolute;
	top: 100%;
	left: 0;
	display: block;
	width: 100%;
	min-width: 269px;
	height: 50px;
	line-height: 50px;
	
	font-family: "GillSans-Bold";
	font-size: 1.6em;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	letter-spacing: 0.2em;
	
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	
	-webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: -moz-none;
    -o-user-select: none;
}
.category_news_block .category_news_thumb{
	position: relative;
}
.category_news_block .category_news_thumb img{
	width: 100%;
	height: auto;
}
.category_news_block .category_news_thumb a{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	
	-webkit-transition: background-color 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out;
}
.category_news_block .part_right .content_block{
	padding-top: 25px;
	border-top: 1px solid #003a65;
}
.category_news_block .title.text_type_1{
	color: #003a65;
	line-height: 1.3em;
}
.category_news_block .title.text_type_1 a{
	display: block;
	color: inherit !important;
	
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}
.category_news_block .category_news_excerpt{
	margin-top: 20px;
}
.category_news_block .category_news_excerpt p{
	font-family: "GillSans-Regular";
    font-size: 1.6em;
    color: #313137;
    letter-spacing: 0.01em;
    line-height: 1.6em;
}

@media (min-width: 1271px){
	.category_news_block .title.text_type_1 a:hover, #post_navigation .nav-links a:hover{
		opacity: 0.6;
	}
	.category_news_block .category_news_thumb a:hover{
		background: rgba(0,58,101,0.2);
	}
}

@media (max-width: 1030px){
	.category_news_block .date_block span{
		min-width: 267px;
	}
}

@media (max-width: 991px){
	.category_news_margin_block{
		height: 60px;
	}
	.category_news_block{
		min-height: 0;
	}
	.category_news_block .part_left, .category_news_block .part_right{
		float: none;
		width: 100%;
		padding-left: 0;
		padding-right: 0;
	}
	.category_news_block .date_block{
		position: static;
		width: auto;
		height: auto;
		background: none;
	}
	.category_news_block .date_block span{
		position: static;
		width: auto;
		min-width: auto;
		height: auto;
		line-height: 15px;
		margin: 10px 0 25px 0;
		
		font-family: "GillSans-Regular";
		color: #989898;
		text-align: left;
		
		-webkit-transform: none;
		transform: none;
	}
	.category_news_block .part_right .content_block{
		padding-top: 0;
		border: 0;
	}
	.category_news_block .category_news_excerpt{
		margin-top: 15px;
	}
}

@media (max-width: 767px){
	.category_news_block .title.text_type_1{
		font-size: 2.56em;
		line-height: 1.4em;
	}
}
/*END #category_news_content*/

/*BEGIN #single_project_content_wrapper*/
#single_project_content_wrapper{
	width: 100%;
	max-width: 1030px;
	margin: auto;
	padding: 45px 15px;
}
#single_project_content_wrapper h1.text_type_3{
	margin: 0;
}
#single_project_content_wrapper .staff{
	margin: 35px 0 40px 0;
}
#single_project_content_wrapper .staff .text_type_1{
	font-size: 2.56em;
}
#single_project_content_wrapper .staff .staff_title{
	margin-bottom: 5px;
}
#single_project_content_wrapper .staff .text_type_1:not(.staff_title){
	margin-bottom: 15px;
	opacity: 0.6;
}
#single_project_content img{
	display: block;
	width: 100%;
	height: auto;
	margin-top: 15px;
	margin-bottom: 15px;
}
#single_project_content iframe{
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
}
#single_project_content p, #single_project_content ul{
	font-family: "GillSans-Regular";
    font-size: 1.6em;
    color: #313137;
    letter-spacing: 0.01em;
    line-height: 1.8em;
}
#single_project_content a{
	color: #003a65 !important;
	border-bottom: 1px solid #003a65;
	
	-webkit-transition: opacity 0.1s ease-in-out;
	transition: opacity 0.1s ease-in-out;
}
#single_pag_wrap{
    z-index: 1;
    position: relative;
    height: 26px;
    margin: 40px 0 0 0;
}
#single_pag_wrap .single_pag{
	margin-bottom: 0;
}
#single_pag_wrap .single_pag a{
	padding: 6px 0 3px 0;
	color: #003a65 !important;
	border-bottom: 1px solid #003a65;
	line-height: 30px;
	
	-webkit-transition: opacity 0.1s ease-in-out;
	transition: opacity 0.1s ease-in-out;
}
.single_pag_prev{
    float: left;
}
.single_pag_next{
    float: right;
    text-align: right;
}
.fb_iframe_widget{
	z-index: 2;
    position: relative;
    display: block !important;
	margin-top: 30px;
}

@media (min-width: 1271px){
	#single_project_content a:hover, #single_pag_wrap .single_pag a:hover{
		opacity: 0.6;
	}
}

@media (max-width: 991px){
	#single_project_content_wrapper{
		padding: 40px 15px;
	}
}

@media (max-width: 767px){
	#single_project_content_wrapper {
		padding: 35px 15px;
	}
	#single_project_content_wrapper .staff{
		margin: 30px 0 30px 0;
	}
	#single_project_content_wrapper .staff .text_type_1{
		font-size: 1.6em;
	}
	.fb_iframe_widget{
		margin-top: 15px;
	}
	#single_pag_wrap{
		margin: 30px 0 0 0;
	}
}

@media (max-width: 500px){
	#single_pag_wrap .single_pag.text_type_2{
		font-size: 1.5em;
	}
}
/*END #single_project_content_wrapper*/

/*BEGIN #single_new_content_wrapper*/
#single_new_content_wrapper{
	width: 100%;
	max-width: 1030px;
	margin: auto;
	padding: 45px 15px;
}
#single_new_content_wrapper h1.text_type_3{
	margin: 0;
}
#single_new_content_wrapper .date_block{
	margin: 35px 0 43px 0;
}
#single_new_content_wrapper .date_block .text_type_1{
	font-size: 2.56em;
}
#single_new_content_wrapper .date_block .text_type_1{
	margin-bottom: 15px;
	opacity: 0.6;
}
#single_new_content img{
	display: block;
	width: 100%;
	height: auto;
	margin-top: 15px;
	margin-bottom: 15px;
}
#single_new_content iframe{
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
}
#single_new_content p, #single_new_content ul{
	font-family: "GillSans-Regular";
    font-size: 1.6em;
    color: #313137;
    letter-spacing: 0.01em;
    line-height: 1.8em;
}
#single_new_content a{
	color: #003a65 !important;
	border-bottom: 1px solid #003a65;
	
	-webkit-transition: opacity 0.1s ease-in-out;
	transition: opacity 0.1s ease-in-out;
}
#single_pag_wrap{
    z-index: 1;
    position: relative;
    height: 26px;
    margin: 40px 0 0 0;
}
#single_pag_wrap .single_pag{
	margin-bottom: 0;
}
#single_pag_wrap .single_pag a{
	padding: 6px 0 3px 0;
	color: #003a65 !important;
	border-bottom: 1px solid #003a65;
	line-height: 30px;
	
	-webkit-transition: opacity 0.1s ease-in-out;
	transition: opacity 0.1s ease-in-out;
}
.single_pag_prev{
    float: left;
}
.single_pag_next{
    float: right;
    text-align: right;
}
.fb_iframe_widget{
	z-index: 2;
    position: relative;
    display: block !important;
	margin-top: 30px;
}

@media (min-width: 1271px){
	#single_new_content a:hover, #single_pag_wrap .single_pag a:hover{
		opacity: 0.6;
	}
}

@media (max-width: 991px){
	#single_new_content_wrapper{
		padding: 40px 15px;
	}
	#single_new_content_wrapper .date_block{
		margin: 20px 0 28px 0;
	}
}

@media (max-width: 767px){
	#single_new_content_wrapper {
		padding: 35px 15px;
	}
	#single_new_content_wrapper .date_block{
		margin: 10px 0 20px 0;
	}
	#single_new_content_wrapper .date_block .text_type_1{
		font-size: 1.6em;
	}
	.fb_iframe_widget{
		margin-top: 15px;
	}
	#single_pag_wrap{
		margin: 30px 0 0 0;
	}
}

@media (max-width: 500px){
	#single_pag_wrap .single_pag.text_type_2{
		font-size: 1.5em;
	}
}
/*END #single_new_content_wrapper*/

/*BEGIN #page_brands_screen_1*/
#page_brands_screen_1 .slide.first{
    background: url(../img/page_brands/page_brands_screen_1_bg.jpg) no-repeat 50% 50%;
    background-size: cover;
}
#page_brands_screen_1 .line{
	display: inline-block;
    width: 165px;
    height: 1px;
    margin: 0 5px;
    background: #313137;

    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
}
#page_brands_screen_1 .slide.first h1{
    margin: 0;
    font-family: "GillSans-Light";
    font-size: 4.8em;
}

@media (max-width: 767px){
	#page_brands_screen_1 .slide.first h1{
		font-size: 2.8em;
	}
	#page_brands_screen_1 .line{
		width: 17px;
	}
}

@media (max-height: 800px){
	#page_brands_screen_1 .slide.first{
		background-position: 50% 30%;
	}
}
/*END #page_brands_screen_1*/

/*BEGIN #page_brands_screen_2*/
#page_brands_screen_2{
	padding-bottom: 70px;
}
#page_brands_screen_2_inner{
	position: relative;
	height: 640px;
	padding: 0 15px;
}
#page_brands_screen_2_inner .part_right{
	padding-top: 100px;
}
#page_brands_screen_2 .text_parallax{
	top: 0;
	left: 0;
}
#page_brands_screen_2_inner .text_block p:nth-child(2){
	margin-top: 20px;
}
#page_brands_screen_2 .blue_dots{
    top: 458px;
    left: 90px;
}

@media (max-width: 1200px){
	#page_brands_screen_2_inner br{
		display: none;
	}
}

@media (max-width: 991px){
	#page_brands_screen_2_inner{
		height: auto;
	}
	#page_brands_screen_2_inner .text_block{
		width: 100%;
		max-width: 460px;
		margin-left: auto;
		margin-right: auto;
	}
}

@media (max-width: 767px){
	#page_brands_screen_2_inner .part_right{
		padding-top: 60px;
	}
}
/*END #page_brands_screen_2*/

/*BEGIN #page_brands_screen_3*/
#page_brands_screen_3{
	height: 781px;
	background: url(../img/page_brands/page_brands_screen_3_bg.jpg) no-repeat 50% 0;
	background-size: cover;
}
#page_brands_screen_3_inner{
	position: relative;
	width: 100%;
	max-width: 1000px;
	margin: auto;
	height: 100%;
}
#page_brands_screen_3_inner > img:nth-child(1){
	position: absolute;
	bottom: 15px;
	left: 0;
}
#page_brands_screen_3_inner .part_left{
	z-index: 1;
    padding-top: 69px;
}
#page_brands_screen_3_inner .part_left > p{
    padding-right: 30px;
	text-align: right;
}
#page_brands_screen_3_inner .part_left > p:nth-child(1){
	margin-bottom: 0;
}
#brands_switch_block{
	position: absolute;
	top: 411px;
	right: 0;
	width: 420px;
	height: 250px;
	background: url(../img/page_brands/brands_switch_block_bg.png) no-repeat 0 0;
}
#brands_switch_block .brands_switch_btn, #brands_switch_block .brands_switch_btn *{
	cursor: pointer !important;
	
	-webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: -moz-none;
    -o-user-select: none;
}
#brands_switch_block .brands_switch_btn{
	position: relative;
	height: 50%;
	opacity: 0.6;
	
	-webkit-transition: opacity 0.3s ease-in-out; 
	transition: opacity 0.3s ease-in-out; 
}
#brands_switch_block .brands_switch_btn.active{
	opacity: 1;
}
#brands_switch_block .brands_switch_btn .numbers{
	position: absolute;
	top: 20px;
	right: 180px;
    font-family: "GillSans-Bold";
    font-size: 1.4em;
    color: #003a65;
	text-align: right;
}
#brands_switch_block .brands_switch_btn .btn_text{
	position: absolute;
	top: 45px;
	right: 176px;
    font-family: "GillSans-Bold";
    font-size: 2.56em;
    color: #003a65;
	text-align: right;
	text-transform: uppercase;
	letter-spacing: 0.2em;
}
#brands_switch_block .brands_switch_btn .white_round{
	position: absolute;
	top: 50%;
    right: 90px;
	width: 80px;
	height: 80px;
	background: #fff;
	
	-webkit-border-radius: 100%;
	border-radius: 100%;
	
	-webkit-transform: translateY(-40px);
	transform: translateY(-40px);
}
#brands_switch_block .brands_switch_btn .white_round .blue_round{
	position: absolute;
	top: 50%;
    left: 50%;
	width: 46px;
	height: 46px;
	background: #003a65;
	
	-webkit-border-radius: 100%;
	border-radius: 100%;
	
	-webkit-transform: translate(-23px, -23px) scale(0.7);
	transform: translate(-23px, -23px) scale(0.7);
	
	-webkit-transition: transform 0.3s ease-in-out; 
	transition: transform 0.3s ease-in-out; 
}
#brands_switch_block .brands_switch_btn .white_round .blue_round::after{
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 20px;
	height: 20px;
	background: url(../img/page_brands/plus.svg) no-repeat 0 0;
	background-size: 20px 20px;
	
	-webkit-transform: translate(-10px, -10px);
	transform: translate(-10px, -10px);
}
#brands_switch_block .brands_switch_btn .white_round .line{
	position: absolute;
	top: 50%;
	left: 65px;
    width: 0;
	height: 2px;
	margin-top: -1px;
	background: #003a65;
	opacity: 0;
	
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#brands_switch_block .brands_switch_btn .white_round .line::after{
	content: "";
	position: absolute;
	top: -2px;
	right: -2px;
	width: 6px;
	height: 6px;
	background: #003a65;
	
	-webkit-border-radius: 100%;
	border-radius: 100%;
}
#brands_switch_block .brands_switch_btn.active .white_round .line{
		width: 106px;
		opacity: 1;
}
.brands_chosen_content{
	z-index: 0;
	position: absolute;
	opacity: 0;
	
	-webkit-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;
}
.brands_chosen_content.active{
	z-index: 1;
	opacity: 1;
}
#page_brands_screen_3_inner .part_right .brands_wood{
	z-index: 1;
	position: relative;
	width: 100%;
	height: 186px;
	background: url(../img/page_brands/brands_wood.jpg) no-repeat 0 0;
}
#page_brands_screen_3_inner .part_right .brands_wood::after{
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	width: 190px;
	height: 205px;
	background: #fff;
	
	-webkit-box-shadow: 3px 3px 3px rgba(0,0,0,0.2);
	box-shadow: 3px 3px 3px rgba(0,0,0,0.2);
	
	-webkit-transform: translateX(-80px);
	transform: translateX(-80px);
}
#page_brands_screen_3_inner .part_right .brands_wood .content_icon{
	top: 0;
	left: 50%;
	width: 190px;
	height: 205px;
	
	-webkit-transform: translateX(-80px);
	transform: translateX(-80px);
}
#page_brands_screen_3_inner .part_right .brands_wood .content_icon.furniture_icon{
	background: url(../img/page_brands/furniture_icon.jpg) no-repeat 0 0;
}
#page_brands_screen_3_inner .part_right .brands_wood  .technics_icon{
	background: url(../img/page_brands/technics_icon.jpg) no-repeat 0 0;
}
#page_brands_screen_3_inner .part_right .white_block{
	z-index: 0;
	position: relative;
	width: 100%;
	height: 520px;
	background: #fff;
}
#page_brands_screen_3_inner .part_right .white_block .white_block_content{
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 63px 45px 63px 45px;
	
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	
	-webkit-align-items: center;
	align-items: center;
}
#page_brands_screen_3_inner .part_right .white_block .white_block_content a{
	position: relative;
}
#page_brands_screen_3_inner .part_right .white_block .white_block_content a:nth-child(odd){
	z-index: 1;
}
#page_brands_screen_3_inner .part_right .white_block .white_block_content a:nth-child(odd)::after{
	content: "";
	position: absolute;
	top: 50%;
	right: -7px;
	width: 14px;
	height: 18px;
	background: url(../img/page_brands/slash.png) no-repeat 0 0;
	pointer-events: none;
	
	-webkit-transform: translateY(-9px);
	transform: translateY(-9px);
}
#page_brands_screen_3_inner .part_right .white_block .white_block_content a img{
	-webkit-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;
}

@media (min-width: 1271px){
	#brands_switch_block .brands_switch_btn:hover, #brands_switch_block .brands_switch_btn.active{
		opacity: 1;
	}
	#page_brands_screen_3_inner .part_right .white_block .white_block_content a img:hover{
		opacity: 0.6;
	}
	#brands_switch_block .brands_switch_btn:hover .blue_round, #brands_switch_block .brands_switch_btn.active .blue_round{
		-webkit-transform: translate(-23px, -23px);
		transform: translate(-23px, -23px);
	}
}

@media (max-width: 1040px){
	#page_brands_screen_3_inner .part_right .white_block .white_block_content{
		padding: 63px 30px 63px 45px;
	}
}

@media (max-width: 991px){
	#page_brands_screen_3{
		height: auto;
		padding: 100px 0 60px 0;
	}
	#page_brands_screen_3_inner .part_left{
		padding: 0 15px;
	}
	#page_brands_screen_3_inner .part_left > p{
		padding-right: 0;
		text-align: center;
	}
	#page_brands_screen_3_inner > img:nth-child(1), #page_brands_screen_3_inner .part_right .brands_wood{
		display: none;
	}
	#brands_switch_block{
		position: static;
		width: 100%;
		max-width: 330px;
		height: auto;
		margin: 50px auto 0;
		background: transparent;
	}
	#brands_switch_block .brands_switch_btn{
		height: 60px;
		margin-bottom: 5px;
		background: #fff;
		text-align: center;
		opacity: 1 !important;
	}
	#brands_switch_block .brands_switch_btn .btn_text{
		position: static;
		width: 100%;
		line-height: 60px;
		color: #d0d0d0;
		letter-spacing: 0.01em;
		
		-webkit-transition: color 0.3s ease-in-out;
		transition: color 0.3s ease-in-out;
	}
	#brands_switch_block .brands_switch_btn.active .btn_text{
		color: #003a65;
	}
	#page_brands_screen_3_inner .part_right{
		padding: 0 15px;
	}
	#brands_switch_block .brands_switch_btn .numbers, #brands_switch_block .brands_switch_btn .white_round, #brands_switch_block .brands_switch_btn .white_round .line{
		display: none;
	}
	#page_brands_screen_3_inner .part_right .white_block{
		width: 100%;
		max-width: 330px;
		height: 680px;
		margin: 0 auto;
	}
	#page_brands_screen_3_inner .part_right .white_block .white_block_content{
		display: block;
		text-align: center;
	}
	#page_brands_screen_3_inner .part_right .white_block .white_block_content.furniture_logos{
		padding: 15px 15px 0 15px;
	}
	#page_brands_screen_3_inner .part_right .white_block .white_block_content.technics_logos{
		padding: 72px 15px 0 15px;
	}
	#page_brands_screen_3_inner .part_right .white_block .white_block_content a:nth-child(odd)::after{
		display: none;
	}
}

@media (max-width: 767px){
	#page_brands_screen_3{
		padding: 60px 0;
	}
}
/*END #page_brands_screen_3*/

/*BEGIN #page_contacts_screen_1*/
#page_contacts_screen_1 .slide.first{
    background: url(../img/page_contacts/page_contacts_screen_1_bg.jpg) no-repeat 50% 50%;
    background-size: cover;
}
#page_contacts_screen_1.top_screen_slider_block .blue_lines_block{
	background: #003a65;
}
#page_contacts_screen_1.top_screen_slider_block .blue_lines_block::before, #page_contacts_screen_1.top_screen_slider_block .blue_lines_block::after{
	display: none;
}
#page_contacts_screen_1 .line{
	display: inline-block;
    width: 165px;
    height: 1px;
    margin: 0 5px;
    background: #313137;

    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
}
#page_contacts_screen_1 .slide.first h1{
    margin: 0;
    font-family: "GillSans-Light";
    font-size: 4.8em;
}

@media (max-width: 991px){
	#page_contacts_screen_1 .slide.first{
		background: url(../img/page_contacts/page_contacts_screen_1_bg_device.jpg) no-repeat 50% 50%;
		background-size: cover;
	}
}

@media (max-width: 767px){
	#page_contacts_screen_1 .slide.first h1{
		font-size: 2.8em;
	}
	#page_contacts_screen_1 .line{
		width: 17px;
	}
}

@media (max-height: 800px){
	#page_contacts_screen_1 .slide.first{
		background-position: 50% 30%;
	}
}
/*END #page_contacts_screen_1*/

/*BEGIN #page_contacts_screen_2*/
#page_contacts_screen_2_inner{
	width: 100%;
	max-width: 1030px;
	margin: auto;
	padding: 0 15px;
}
#page_contacts_screen_2_inner > div{
	position: relative;
}
#page_contacts_screen_2_inner .h_part{
	padding-bottom: 90px;
}
#page_contacts_screen_2_inner .h_part:nth-child(1){
	padding-top: 100px;
}
#page_contacts_screen_2_inner .h_part:nth-child(3){
	padding-top: 30px;
}
#page_contacts_screen_2_inner .h_part:nth-child(1) .text_parallax{
    top: 0;
    left: 0;
}
#page_contacts_screen_2_inner .h_part:nth-child(3) .text_parallax{
    top: -300px;
    left: 0;
}
#page_contacts_screen_2_inner .contacts_wrapper{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
#page_contacts_screen_2_inner .contacts_block{
	width: 370px;
	margin-bottom: 100px;
}
#page_contacts_screen_2_inner .contacts_block .text_type_1.title{
	margin-bottom: 25px;
	font-family: "GillSans-Regular";
	font-size: 2.56em;
}
#page_contacts_screen_2_inner .contacts_block .part{
	position: relative;
	margin-bottom: 13px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 40px;
	
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#page_contacts_screen_2_inner .contacts_block:last-child:last-child, #page_contacts_screen_2_inner .contacts_block:last-child .part:last-child{
	margin-bottom: 0;
}
#page_contacts_screen_2_inner .contacts_block .part::before{
	content: "";
	position: absolute;
	top: 5px;
	left: 0;
}
#page_contacts_screen_2_inner .contacts_block .part::after{
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	width: calc(100% - 40px);
	height: 1px;
	background: #d0d0d0;
}
#page_contacts_screen_2_inner .contacts_block .part.address{
	min-height: 100px;
}
#page_contacts_screen_2_inner .contacts_block .part.address::before{
	width: 22px;
	height: 27px;
	background: url(../img/page_contacts/icon_address.svg) no-repeat 0 0 / 22px 27px;
}
#page_contacts_screen_2_inner .contacts_block .part.phone{
	min-height: 128px;
}
#page_contacts_screen_2_inner .contacts_block .part.phone::before{
	width: 17px;
	height: 27px;
	background: url(../img/page_contacts/icon_phone.svg) no-repeat 0 0 / 17px 27px;
}
#page_contacts_screen_2_inner .contacts_block .part.email{
	min-height: 71px;
}
#page_contacts_screen_2_inner .contacts_block .part.email::before{
	width: 25px;
	height: 25px;
	background: url(../img/page_contacts/icon_email.svg) no-repeat 0 0 / 25px 25px;
}
#page_contacts_screen_2_inner .contacts_block .part.schedule{
	min-height: 128px;
	margin-bottom: 0;
}
#page_contacts_screen_2_inner .contacts_block .part.schedule::before{
	width: 24px;
	height: 24px;
	background: url(../img/page_contacts/icon_schedule.svg) no-repeat 0 0 / 24px 24px;
}
#page_contacts_screen_2_inner .contacts_block .part.schedule::after{
	display: none;
}
#page_contacts_screen_2_inner .contacts_block .part .text_type_2.part_name{
	margin-bottom: 7px;
	text-transform: uppercase;
	line-height: 1em;
	letter-spacing: 0.05em;
}
#page_contacts_screen_2_inner .contacts_block .part .text_type_2.part_content{
	color: #989898;
}
#page_contacts_screen_2_inner .contacts_block .part .text_type_2.part_content a{
	display: block;
	color: inherit;
	
	-webkit-transition: color 0.1s ease-in-out;
	transition: color 0.1s ease-in-out;
}
#page_contacts_screen_2_inner .contacts_block .part_link{
	position: relative;
	display: block;
	width: 100%;
	height: 54px;
	background: #fff;
	border: 1px solid #d0d0d0;
	
	font-family: "GillSans-Regular";
	font-size: 1.6em;
	letter-spacing: 0.01em;
	
	-webkit-transition: 0.1s ease-in-out;
    transition: 0.1s ease-in-out;
}
#page_contacts_screen_2_inner .contacts_block .part_link .text{
	position: absolute;
	top: 50%;
	left: 50%;
	
	color: #989898;
	text-align: center;
	line-height: 0px;
	white-space: nowrap;
	
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	
	-webkit-transition: color 0.1s ease-in-out;
	transition: color 0.1s ease-in-out;
}
#page_contacts_screen_2_inner .contacts_block .part_link .text::before{
	content: "";
    position: absolute;
	top: -7px;
    left: -24px;
    width: 17px;
    height: 16px;
    background: url(../img/general/chain_link.svg) no-repeat 0 0;
    background-size: 17px 16px;
	opacity: 1;
	
	-webkit-transition: opacity 0.1s ease-in-out;
	transition: opacity 0.1s ease-in-out;
}
#page_contacts_screen_2_inner .contacts_block .part_link .text::after{
	content: "";
    position: absolute;
	top: -7px;
    left: -24px;
    width: 17px;
    height: 16px;
    background: url(../img/general/chain_link_white.svg) no-repeat 0 0;
    background-size: 17px 16px;
	opacity: 0;
	
	-webkit-transition: opacity 0.1s ease-in-out;
	transition: opacity 0.1s ease-in-out;
}

@media (min-width: 1271px){
	#page_contacts_screen_2_inner .contacts_block .part .text_type_2.part_content a:hover{
		color: #003a65;
	}
	#page_contacts_screen_2_inner .contacts_block .part_link:hover{
		background: #003a65;
		border-color: #003a65;
	}
	#page_contacts_screen_2_inner .contacts_block .part_link:hover .text{
		color: #fff;
	}
	#page_contacts_screen_2_inner .contacts_block .part_link:hover .text::before{
		opacity: 0;
	}
	#page_contacts_screen_2_inner .contacts_block .part_link:hover .text::after{
		opacity: 1;
	}
}

@media (max-width: 991px){
	#page_contacts_screen_2_inner .h_part:nth-child(3){
		padding-top: 0;
	}
	#page_contacts_screen_2_inner .contacts_block{
		width: 330px;
	}
	#page_contacts_screen_2_inner .contacts_block .text_type_1.title{
		font-size: 2.3em;
	}
}

@media (max-width: 767px){
	#page_contacts_screen_2{
		padding-bottom: 50px;
	}
	#page_contacts_screen_2_inner .contacts_wrapper{
		display: block;
	}
	#page_contacts_screen_2_inner .h_part{
		padding-bottom: 60px;
	}
	#page_contacts_screen_2_inner .h_part:nth-child(1), #page_contacts_screen_2_inner .h_part:nth-child(3){
		padding-top: 70px;
	}
	#page_contacts_screen_2_inner .contacts_block{
		width: 100%;
		max-width: 330px;
		margin-bottom: 80px;
		margin-left: auto;
		margin-right: auto;
	}
	#page_contacts_screen_2_inner .contacts_block .part{
		min-height: 0 !important;
	}
	#page_contacts_screen_2_inner .contacts_block .part br{
		display: none;
	}
	#page_contacts_screen_2_inner .contacts_block .text_type_1.title{
		font-size: 2em;
	}
}
/*END #page_contacts_screen_2*/

/*BEGIN #page_about_us_screen_1*/
#page_about_us_screen_1 .slide.first{
    background: url(../img/page_about_us/page_about_us_screen_1_bg.jpg) no-repeat 50% 50%;
    background-size: cover;
}
#page_about_us_screen_1.top_screen_slider_block .blue_lines_block{
    background: #003a65;
}
#page_about_us_screen_1 .slide.first h1{
    margin: 20px 0 0 0;
    font-family: "GillSans-Light";
    font-size: 4.8em;
}
#page_about_us_screen_1 .line{
    display: inline-block;
    width: 165px;
    height: 1px;
    margin: 0 5px;
    background: #313137;
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
}

@media (max-width: 767px){
	#page_about_us_screen_1 .slide.first h1{
		font-size: 2.8em;
	}
	#page_about_us_screen_1 .line{
		width: 17px;
	}
}
/*END #page_about_us_screen_1*/

/*BEGIN #page_about_us_screen_2*/
#page_about_us_screen_2_inner{
	padding: 80px 15px;
}
#page_about_us_screen_2_inner h2{
	margin: 0;
	text-align: center;
}
#page_about_us_screen_2_inner .ideas_block{
	position: relative;
	height: 560px;
	width: 100%;
	max-width: 1001px;
	margin: 45px auto 0;
	background: url(../img/page_about_us/ideas_block.png) no-repeat 0 0;
}
#page_about_us_screen_2_inner .ideas_block .part{
	position: absolute;
	height: 60px;
}
#page_about_us_screen_2_inner .ideas_block .part:nth-child(1){
	top: 61px;
    left: 25px;
}
#page_about_us_screen_2_inner .ideas_block .part:nth-child(2){
	top: 171px;
    left: 122px;
}
#page_about_us_screen_2_inner .ideas_block .part:nth-child(3){
	top: 280px;
    left: 237px;
}
#page_about_us_screen_2_inner .ideas_block .part:nth-child(4){
	top: 390px;
    left: 344px;
}
#page_about_us_screen_2_inner .ideas_block .part:nth-child(5){
	top: 500px;
    left: 459px;
}
#page_about_us_screen_2_inner .ideas_block .part p:nth-child(1){
	position: absolute;
	top: 0;
	left: 0;
	width: 100px;
	margin: 0;
	
	font-family: "GillSans-Bold";
    font-size: 8.1em;
	color: #003a65;
	text-align: right;
	line-height: 0.8em;
	letter-spacing: -0.05em;
}
#page_about_us_screen_2_inner .ideas_block .part p:nth-child(2){
	position: absolute;
	top: 20px;
	left: 115px;
	margin: 0;
	white-space: nowrap;
}
#page_about_us_screen_2_inner .ideas_block .part p:nth-child(2) .b{
	font-family: "GillSans-Bold";
}
#page_about_us_screen_2_inner .ideas_block .part:nth-child(1) p:nth-child(2){
	left: 103px;
}

@media (max-width: 991px){
	#page_about_us_screen_2{
		background: #f8f8f8;
	}
	#page_about_us_screen_2_inner .ideas_block{
		height: auto;
		background: none;
		margin-top: 70px;
	}
	#page_about_us_screen_2_inner .ideas_block .part{
		position: static;
		height: auto;
		margin-bottom: 60px;
	}
	#page_about_us_screen_2_inner .ideas_block .part:last-child{
		margin-bottom: 0;
	}
	#page_about_us_screen_2_inner .ideas_block .part p:nth-child(1){
		position: static;
		width: auto;
		font-size: 3.6em;
		text-align: center;
	}
	#page_about_us_screen_2_inner .ideas_block .part p:nth-child(2){
		position: static;
		margin-top: 20px;
		white-space: normal;
		text-align: center;
	}
	#page_about_us_screen_2_inner .ideas_block .part p.text_type_2:nth-child(2){
		font-size: 2em;
	}
}

@media (max-width: 767px){
	#page_about_us_screen_2_inner{
		padding: 80px 15px 75px 15px;
	}
}
/*END #page_about_us_screen_2*/


/*BEGIN #page_about_us_screen_3*/
#page_about_us_screen_3_inner{
	position: relative;
	height: 450px;
	padding: 0 15px;
}
#page_about_us_screen_3_inner .part_right{
	padding-top: 100px;
}
#page_about_us_screen_3_inner .text_parallax{
	top: -148px;
	left: 0;
}

@media (max-width: 1200px){
	#page_about_us_screen_3_inner br{
		display: none;
	}
}

@media (max-width: 991px){
	#page_about_us_screen_3_inner{
		height: auto;
	}
	#page_about_us_screen_3_inner .text_block{
		width: 100%;
		max-width: 460px;
		margin-left: auto;
		margin-right: auto;
	}
}

@media (max-width: 767px){
	#page_about_us_screen_3_inner .part_right{
		padding-top: 60px;
	}
}
/*END #page_about_us_screen_3*/

/*BEGIN #page_about_us_screen_4*/
#page_about_us_screen_4{
	background: #f8f8f8;
}
#page_about_us_screen_4_inner{
	position: relative;
	height: 660px;
	padding: 0 15px;
}
#page_about_us_screen_4_inner .part_left{
	padding-top: 100px;
	padding-right: 15px;
}
#page_about_us_screen_4_inner .text_parallax{
	top: -220px;
	left: 0;
}
#page_about_us_screen_4_inner .part_left .text_type_2{
	margin-bottom: 25px;
}
#page_about_us_screen_4_inner .part_left .text_type_2:last-child{
	margin-bottom: 0;
}

@media (max-width: 1200px){
	
}

@media (max-width: 991px){
	#page_about_us_screen_4{
		background: #fff;
	}
	#page_about_us_screen_4_inner{
		height: auto;
	}
	#page_about_us_screen_4_inner .part_left{
		padding-right: 0;
	}
	#page_about_us_screen_4_inner .part_left p .sd{
		display: none;
	}
	#page_about_us_screen_4_inner .text_block{
		width: 100%;
		max-width: 460px;
		margin-left: auto;
		margin-right: auto;
	}
	#page_about_us_screen_4_inner br{
		display: none;
	}
}

@media (max-width: 767px){
	#page_about_us_screen_4_inner .part_left{
		padding-top: 60px;
	}
}
/*END #page_about_us_screen_4*/

/*BEGIN #page_about_us_screen_5*/
#page_about_us_screen_5_inner{
	position: relative;
	height: 655px;
	padding: 0 15px;
}
#page_about_us_screen_5_inner .part_right{
	padding-top: 100px;
}
#page_about_us_screen_5_inner .text_parallax{
	top: -330px;
	left: 0;
}
#page_about_us_screen_5_inner .part_right .text_type_2{
	margin-top: 25px;
}
#page_about_us_screen_5_inner .blue_dots{
    bottom: 38px;
    left: 50%;
    margin-left: -127px;
}

@media (max-width: 1200px){
	#page_about_us_screen_5_inner br{
		display: none;
	}
}

@media (max-width: 991px){
	#page_about_us_screen_5_inner{
		height: auto;
		padding-bottom: 15px;
	}
	#page_about_us_screen_5_inner .part_right .text_type_3{
		font-size: 2em;
	}
	#page_about_us_screen_5_inner .text_block{
		width: 100%;
		max-width: 460px;
		margin-left: auto;
		margin-right: auto;
	}
}

@media (max-width: 767px){
	#page_about_us_screen_5_inner .part_right{
		padding-top: 60px;
	}
}
/*END #page_about_us_screen_5*/

/*BEGIN #page_about_us_screen_6*/
#page_about_us_screen_6{
	height: 757px;
	background: #f8f8f8 url(../img/page_about_us/page_about_us_screen_6_bg.jpg) no-repeat 50% 50%;
}
#page_about_us_screen_6_inner{
	position: relative;
	padding: 0 15px;
}
#page_about_us_screen_6_inner .part_left{
    padding-top: 100px;
}
#page_about_us_screen_6 .text_parallax{
	top: -435px;
	left: 0;
}
#page_about_us_screen_6_inner .part_left .text_type_2{
	margin-bottom: 20px;
}
#page_about_us_screen_6_inner .part_left .text_type_2:last-of-type{
	margin-bottom: 0;
}
#page_about_us_screen_6 .side_link_block{
	height: 315px;
	background: url(../img/page_about_us/page_about_us_side_link_block_1.jpg) no-repeat 0 0;
}
#page_about_us_screen_6 .blue_dots{
    top: 570px;
    left: 94px;
	width: 140px;
	height: 140px;
}
#page_about_us_screen_6_inner .relative_content_part.part_left > img{
	display: none;
}

@media (max-width: 1270px){
	#page_about_us_screen_6{
		background-position: 0 0;
	}
}

@media (max-width: 991px){
	#page_about_us_screen_6{
		height: auto;
		background: #f8f8f8;
	}
	#page_about_us_screen_6_inner .relative_content_part.part_left{
		padding-top: 0;
		padding-bottom: 70px;
	}
	#page_about_us_screen_6_inner .relative_content_part.part_left .sd{
		display: none;
	}
	#page_about_us_screen_6_inner .relative_content_part.part_left > img{
		display: block;
		width: 100%;
		height: auto;
		margin-bottom: 65px;
	}
	#page_about_us_screen_6_inner .part_left .detailed_link{
		margin-left: auto;
		margin-right: auto;
	}
	#page_about_us_screen_6_inner .part_right{
		display: none;
	}
}

@media (max-width: 767px){
	#page_about_us_screen_6_inner .relative_content_part.part_left{
		padding-bottom: 60px;
	}
	#page_about_us_screen_6_inner .relative_content_part.part_left > img{
		margin-bottom: 55px;
	}
}
/*END #page_about_us_screen_6*/

/*BEGIN #page_tamplate_brand_screen_1*/
.page_tamplate_brand_screen_1{
    position: relative;
	height: 100vh;
	max-height: 520px;
}
.page_tamplate_brand_screen_1.eggersmann{
	background: #f8f8f8 url(../img/page_tamplate_brand/eggersmann/screen_1_bg.jpg) no-repeat 50% 0;
}
.page_tamplate_brand_screen_1.gutmann{
	background: #f8f8f8 url(../img/page_tamplate_brand/gutmann/screen_1_bg.jpg) no-repeat 50% 0;
}
.page_tamplate_brand_screen_1.lechner{
	background: #f8f8f8 url(../img/page_tamplate_brand/lechner/screen_1_bg.jpg) no-repeat 50% 0;
}
.page_tamplate_brand_screen_1.leicht{
	background: #f8f8f8 url(../img/page_tamplate_brand/leicht/screen_1_bg.jpg) no-repeat 50% 0;
}
.page_tamplate_brand_screen_1.nobilia{
	background: #f8f8f8 url(../img/page_tamplate_brand/nobilia/screen_1_bg.jpg) no-repeat 50% 0;
}
.page_tamplate_brand_screen_1.sachsen-kuchen{
	background: #f8f8f8 url(../img/page_tamplate_brand/sachsen-kuchen/screen_1_bg.jpg) no-repeat 50% 0;
}
.page_tamplate_brand_screen_1.bosch{
	background: #f8f8f8 url(../img/page_tamplate_brand/bosch/screen_1_bg.jpg) no-repeat 50% 0;
}
.page_tamplate_brand_screen_1.gaggenau{
	background: #f8f8f8 url(../img/page_tamplate_brand/gaggenau/screen_1_bg.jpg) no-repeat 50% 0;
}
.page_tamplate_brand_screen_1.siemens{
	background: #f8f8f8 url(../img/page_tamplate_brand/siemens/screen_1_bg.jpg) no-repeat 50% 0;
}
.page_tamplate_brand_screen_1 .logo_block{
	position: absolute;
	bottom: 0;
	right: calc(50%);
	margin-left: -85px;	
	width: 500px;
	height: 100px;
	background: #fff;
	
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	
	-webkit-justify-content: space-around;
	justify-content: space-around;
	
	-webkit-align-items: center;
	align-items: center;
}
.page_tamplate_brand_screen_1 .logo_block img{
	margin: auto;
	width: auto;
	max-width: 260px;
	height: auto;
}

@media (max-width: 991px){
	.page_tamplate_brand_screen_1 .logo_block{
		right: auto;
		left: 50%;
		width: 290px;
		margin-left: 0;
		
		-webkit-transform: translateX(-145px);
		transform: translateX(-145px);
	}
}
/*END #page_tamplate_brand_screen_1*/

/*BEGIN .page_tamplate_brand_screen_2*/
.page_tamplate_brand_screen_2{
	background: #fff;
}
.page_tamplate_brand_screen_2_inner{
	position: relative;
	height: 650px;
}
.page_tamplate_brand_screen_2_inner .blue_dots{
    top: 323px;
	left: 315px;
}
.page_tamplate_brand_screen_2_inner .page_tamplate_brand_screen_small_img{
	top: 374px;
	left: 90px;
}


@media (max-width: 991px){
	.page_tamplate_brand_screen_2{
		padding-top: 20px;
		padding-bottom: 30px;
	}
	.page_tamplate_brand_screen_2_inner{
		height: auto;
	}
}

@media (max-width: 767px){
	.page_tamplate_brand_screen_2{
		padding-top: 20px;
	}
}
/*END .page_tamplate_brand_screen_2*/

/*BEGIN .page_tamplate_brand_screen_3*/
.page_tamplate_brand_screen_3{
	background: #f8f8f8;
}
.page_tamplate_brand_screen_3_inner{
	position: relative;
	height: 650px;
}
.page_tamplate_brand_screen_3_inner .blue_dots{
    top: 323px;
	left: 115px;
}
.page_tamplate_brand_screen_3_inner .page_tamplate_brand_screen_small_img{
	top: 374px;
	left: 380px;
}

@media (min-width: 992px) and (max-width: 1270px){
	.page_tamplate_brand_screen_3_inner .blue_dots{
		left: calc(100% - 500px);
	}
	.page_tamplate_brand_screen_3_inner .page_tamplate_brand_screen_small_img{
		left: calc(100% - 245px);
	}
}

@media (max-width: 991px){
	.page_tamplate_brand_screen_3{
		padding-top: 20px;
		padding-bottom: 30px;
	}
	.page_tamplate_brand_screen_3_inner{
		height: auto;
	}
}

@media (max-width: 767px){
	.page_tamplate_brand_screen_3{
		padding-top: 20px;
	}
}
/*END .page_tamplate_brand_screen_3*/

/*BEGIN .page_tamplate_brand_screen_4*/
.page_tamplate_brand_screen_4{
	padding: 65px 15px;
}
.page_tamplate_brand_screen_4.eggersmann{
	background: url(../img/page_tamplate_brand/eggersmann/screen_3_bg.jpg) no-repeat 50% 0;
}
.page_tamplate_brand_screen_4.gutmann{
	background: url(../img/page_tamplate_brand/gutmann/screen_3_bg.jpg) no-repeat 50% 0;
}
.page_tamplate_brand_screen_4.lechner{
	background: url(../img/page_tamplate_brand/lechner/screen_3_bg.jpg) no-repeat 50% 0;
}
.page_tamplate_brand_screen_4.leicht{
	background: url(../img/page_tamplate_brand/leicht/screen_3_bg.jpg) no-repeat 50% 0;
}
.page_tamplate_brand_screen_4.nobilia{
	background: url(../img/page_tamplate_brand/nobilia/screen_3_bg.jpg) no-repeat 50% 0;
}
.page_tamplate_brand_screen_4.sachsen-kuchen{
	background: url(../img/page_tamplate_brand/sachsen-kuchen/screen_3_bg.jpg) no-repeat 50% 0;
}
.page_tamplate_brand_screen_4.bosch{
	background: url(../img/page_tamplate_brand/bosch/screen_3_bg.jpg) no-repeat 50% 0;
}
.page_tamplate_brand_screen_4.gaggenau{
	background: url(../img/page_tamplate_brand/gaggenau/screen_3_bg.jpg) no-repeat 50% 0;
}
.page_tamplate_brand_screen_4.siemens{
	background: url(../img/page_tamplate_brand/siemens/screen_3_bg.jpg) no-repeat 50% 0;
}
.page_tamplate_brand_screen_4_inner{
	position: relative;
	width: 100%;
	max-width: 1180px;
	height: 450px;
	margin: auto;
	background: rgba(255,255,255,0.6);
	padding: 0 15px;
	
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	
	-webkit-justify-content: space-around;
	justify-content: space-around;
	
	-webkit-align-items: center;
	align-items: center;
}
.page_tamplate_brand_screen_4_inner .text_block{
	margin: auto;
	color: #313137;
	text-align: center;
}
.page_tamplate_brand_screen_4_inner .text_block .title{
	margin: 0 0 10px 0;
	font-family: "GillSans-Bold";
	font-size: 3.6rem;
}
.page_tamplate_brand_screen_4_inner .text_block p:nth-child(2){
	font-family: "GillSans-Regular";
	font-size: 2.4rem;
}

@media (max-width: 767px){
	.page_tamplate_brand_screen_4{
		padding: 15px 15px;
	}
	.page_tamplate_brand_screen_4_inner{
		height: auto;
		padding: 45px 15px;
	}
	.page_tamplate_brand_screen_4_inner .text_block .title{
		font-size: 2.4rem;
	}
	.page_tamplate_brand_screen_4_inner .text_block p:nth-child(2){
		font-size: 1.8rem;
	}
}
/*END .page_tamplate_brand_screen_4*/

/*BEGIN .page_tamplate_brand_screen_5*/
.page_tamplate_brand_screen_5{
	background: #fff;
}
.page_tamplate_brand_screen_5_inner{
	position: relative;
	height: 650px;
}
.page_tamplate_brand_screen_5_inner .blue_dots{
    top: 323px;
	left: 315px;
}
.page_tamplate_brand_screen_5_inner .page_tamplate_brand_screen_small_img{
	top: 374px;
	left: 90px;
}


@media (max-width: 991px){
	.page_tamplate_brand_screen_5{
		padding-top: 20px;
		padding-bottom: 30px;
	}
	.page_tamplate_brand_screen_5_inner{
		height: auto;
	}
}

@media (max-width: 767px){
	.page_tamplate_brand_screen_5{
		padding-top: 20px;
	}
}
/*END .page_tamplate_brand_screen_5*/

/*BEGIN .page_tamplate_brand_screen_6*/
@media (max-width: 991px){
	.page_tamplate_brand_screen_6{
		padding-bottom: 20px;
	}
}
/*END .page_tamplate_brand_screen_6*/


/*BEGIN #page_actions_screen_1*/
#page_actions_screen_1 .slide.first{
    background: url(../img/page_actions/page_actions_screen_1_bg.jpg) no-repeat 50% 50%;
    background-size: cover;
}
#page_actions_screen_1.top_screen_slider_block .blue_lines_block{
	background: #003a65;
}
#page_actions_screen_1.top_screen_slider_block .blue_lines_block::before, #page_actions_screen_1.top_screen_slider_block .blue_lines_block::after{
	display: none;
}
#page_actions_screen_1 .line{
	display: inline-block;
    width: 165px;
    height: 1px;
    margin: 0 5px;
    background: #313137;

    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
}
#page_actions_screen_1 .slide.first h1{
    margin: 0;
    font-family: "GillSans-Light";
    font-size: 4.8em;
}
#page_actions_screen_1 .white_rect{
	width: 100%;
	max-width: 520px;
	height: 60px;
	background: #fff;
	margin: 25px auto 0;
	padding-top: 16px;
}

@media (max-width: 767px){
	#page_actions_screen_1 .slide.first h1{
		font-size: 2.8em;
	}
	#page_actions_screen_1 .line{
		width: 17px;
	}
	#page_actions_screen_1 .white_rect{
		margin: 20px auto 0;
	}
}

@media (max-width: 600px){
	#page_actions_screen_1 .white_rect{
		height: auto;
		margin: 13px auto 0;
		padding-top: 0;
		background: none;
	}
}
/*END #page_actions_screen_1*/

/*BEGIN .actions_screen*/
.actions_screen{
	z-index: 1;
	position: relative;
	background: #fff;
}
.actions_screen .grey_block{
	position: absolute;
	top: 0;
	width: 50%;
	height: 100%;
	background: #f8f8f8;
}
.actions_screen.left_content .grey_block{
	left: 0;
}
.actions_screen.right_content .grey_block{
	right: 0;
}
.actions_screen .container{
	position: relative;
}
.actions_screen .numbers{
	position: absolute;
    top: 42px;
	display: block;
	width: 90px;

    font-family: "GillSans-Bold";
    font-size: 1.4em;
    color: #d0d0d0;
}
.actions_screen.left_content .numbers{
	left: 0;
	padding-left: 15px;
	text-align: left;
}
.actions_screen.right_content .numbers{
	right: 0;
	padding-right: 15px;
	text-align: right;
}
.actions_screen .text_block{
	z-index: 1;
	position: absolute;
	top: 38px;
	width: 416px;
}
.actions_screen.left_content .text_block{
	left: 102px;
}
.actions_screen.right_content .text_block{
	right: 102px;
}
.actions_screen .text_block .decor_element{
	width: 100%;
	height: 10px;
	margin-top: 5px;
	background: #003a65;
}
.actions_screen .text_block .text_type_2{
	margin-top: 25px;
}
.actions_screen .img_block{
	position: absolute;
	top: 0;
	width: 50%;
	padding: 38px 15px 0 15px;
}
.actions_screen.left_content .img_block{
	right: 0;
}
.actions_screen.right_content .img_block{
	left: 0;
}
.actions_screen .img_block img{
	position: relative;
	display: block;
	margin: auto;
}
.actions_screen .img_block .grey_decor{
	position: absolute;
    top: 55px;
    width: 0;
    height: 245px;
    background: #f8f8f8;
	
    -webkit-transition: 2s ease;
    transition: 2s ease;
}
.actions_screen .img_block .grey_decor.draw{
	width: 100%;
}
.actions_screen.left_content .img_block .grey_decor{
	left: 0;
}
.actions_screen.right_content .img_block .grey_decor{
	right: 0;
}
.actions_nav_block{
	height: 30px;
	text-align: center;
	white-space: nowrap;
}
.actions_nav_block span{
	position: relative;
	display: inline-block;
	height: 30px;
	line-height: 30px;
	cursor: pointer;
	margin-left: -3px;
	padding: 0 10px;
	
	font-family: "GillSans-Bold";
	font-size: 1.04em;
	color: #003a65;
	text-transform: uppercase;
	letter-spacing: 0.16em;
}
.actions_nav_block span::before{
	content: "";
	position: absolute;
	bottom: 8px;
	left: 10px;
	width: 100%;
	width: calc(100% - 20px);
	height: 1px;
	background: #003a65;
	opacity: 0;
	pointer-events: none;
	
	-webkit-transition: opacity 0.1s ease-in-out;
	transition: opacity 0.1s ease-in-out;
}
.actions_nav_block span:first-child{
	padding-left: 0;
}
.actions_nav_block span:last-child{
	padding-right: 0;
}
.actions_nav_block span:first-child::before{
	left: 0;
	width: 100%;
	width: calc(100% - 10px);
}
.actions_nav_block span:last-child::before{
	left: 10px;
	width: 100%;
	width: calc(100% - 10px);
}
.actions_nav_block span.current::before{
	opacity: 1;
}
.actions_nav_block span::after{
	content: "";
	position: absolute;
	top: 9px;
	right: 0;
	width: 1px;
	height: 10px;
	background: #003a65;
	pointer-events: none;
}
.actions_nav_block span:last-child::after{
	display: none;
}

@media (min-width: 1271px){
	.actions_nav_block span:hover::before{
		opacity: 1;
	}
}

@media (max-width: 1100px){
	.actions_screen .grey_block{
		width: 56%;
	}
	.actions_screen .img_block img{
		width: 300px;
		height: auto;
	}
}

@media (max-width: 991px){
	.actions_screen .grey_block, .actions_screen .img_block .grey_decor, .actions_screen .after_dots_img, .actions_screen .text_block .decor_element{
		display: none;
	}
	.actions_screen{
		height: auto !important;
		padding-top: 100px;
	}
	.actions_screen .numbers{
		position: static;
		display: block;
		width: auto;
		height: auto;
		margin-bottom: 15px;
		padding: 0 !important;
		
		font-family: "GillSans-Regular";
		font-size: 2.5em;
		color: #313137;
		line-height: 1.4em;
		text-align: center !important;
	}
	.actions_screen .text_block{
		position: static;
		width: 100%;
		max-width: 500px;
		margin: auto;
		text-align: center;
	}
	.actions_screen .text_block .text_type_3{
		margin-top: 30px;
	}
	.actions_screen .text_block .text_type_2{
		margin-top: 32px;
	}
	.actions_screen .img_block{
		position: static;
		width: 100%;
		margin: auto;
		padding: 40px 0 0 0;
	}
	.actions_screen .img_block img{
		width: 100%;
		max-width: 330px;
	}
	.psc_after{
		display: none;
	}
}

@media (max-width: 767px){
	.actions_screen{
		padding-top: 60px;
		padding-bottom: 20px;
	}
	.actions_screen .numbers{
		font-size: 1.6em;
	}
	.actions_screen .img_block{
		padding-top: 35px;
	}
}

@media (max-width: 600px){
	.actions_nav_block span{
		padding: 0 5px;
		font-size: 0.88em;
		letter-spacing: 0;
	}
	.actions_nav_block span::before{
		left: 5px;
		width: 100%;
		width: calc(100% - 10px);
	}
	.actions_nav_block span:first-child::before{
		left: 0;
		width: 100%;
		width: calc(100% - 5px);
	}
	.actions_nav_block span:last-child::before{
		left: 5px;
		width: 100%;
		width: calc(100% - 5px);
	}
}
/*END .actions_screen*/

/*BEGIN #page_actions_screen_2*/
#page_actions_screen_2{
	height: 500px;
}
.page_actions_screen_2_after{
	position: relative;
	width: 100%;
	height: 110px;
	background: #fff;
}
#page_actions_screen_2 .container .blue_dots{
	top: 409px;
	left: 50%;
	
	-webkit-transform: translateX(-90px);
	transform: translateX(-90px);
}
#page_actions_screen_2 .container .after_dots_img{
	position: absolute;
	top: 424px;
	left: 50%;
	margin-left: -75px;
	pointer-events: none;
}

@media (max-width: 1250px){
	#page_actions_screen_2 .container .after_dots_img{
		top: 426px;
	}
}
/*END #page_actions_screen_2*/

/*BEGIN #page_actions_screen_3*/
#page_actions_screen_3{
	height: 566px;
}
.page_actions_screen_3_after{
	position: relative;
	width: 100%;
	height: 90px;
	background: #fff;
}
#page_actions_screen_3 .container .blue_dots{
	top: 438px;
	left: 50%;
	
	-webkit-transform: translateX(-180px);
	transform: translateX(-180px);
}
#page_actions_screen_3 .container .after_dots_img{
	position: absolute;
	top: 451px;
	left: 50%;
	margin-left: -165px;
	pointer-events: none;
}

@media (max-width: 1250px){
	#page_actions_screen_3 .container .blue_dots{
		-webkit-transform: translateX(-180px);
		transform: translateX(-255px);
	}
	#page_actions_screen_3 .container .after_dots_img{
		top: 376px;
		margin-left: -238px;
	}
}

@media (max-width: 991px){
	#page_actions_screen_3 p .sd{
		display: none;
	}
}
/*END #page_actions_screen_3*/

/*BEGIN #page_actions_screen_4*/
#page_services_screen_4{
	height: 510px;
}
.page_actions_screen_4_after{
	position: relative;
	width: 100%;
	height: 90px;
	background: #fff;
}
#page_actions_screen_4 .container .blue_dots{
	top: 419px;
	left: 50%;
	
	-webkit-transform: translateX(-90px);
	transform: translateX(-90px);
}
#page_actions_screen_4 .container .after_dots_img{
	position: absolute;
	top: 434px;
	left: 50%;
	margin-left: -75px;
	pointer-events: none;
}
#page_actions_screen_4 .grey{
	opacity: 0.6;
}
#page_actions_screen_4 .shop_link{
	position: relative;
	display: inline-block;
	margin: 7px 0;
	padding-left: 28px;

	font-family: "GillSans-Regular";
    font-size: 1.6em;
    color: #313137;
    letter-spacing: 0.01em;
    line-height: 1.3em;
	
	-webkit-transition: opacity 0.1s ease-in-out;
	transition: opacity 0.1s ease-in-out;
}
#page_actions_screen_4 .shop_link:last-child{
	margin-bottom: 10px;
}
#page_actions_screen_4 .shop_link::before{
	content: "";
	position: absolute;
	top: 3px;
	left: 0;
	width: 17px;
	height: 16px;
	
	background: url(../img/general/chain_link.svg) no-repeat 0 0;
	background-size: 17px 16px;
}
#page_actions_screen_4 .shop_link span{
	border-bottom: 1px solid #313137;
}

@media (min-width: 1271px){
	#page_actions_screen_4 .shop_link:hover{
		opacity: 1;
	}
}

@media (max-width: 991px){
	#page_actions_screen_4 .shop_link{
		padding-left: 0;
	}
	#page_actions_screen_4 .shop_link::before{
		display: none;
	}
}
/*END #page_actions_screen_4*/

/* #social_icons*/
.social_icons_block{
    height: 40px;
}
.icon_vt img{
    display: inline-block;
	margin: 0 2px;
    height: 40px;
    width: 40px;
}
.icon_vt a:first-child img{
	margin-left: 0;
}
.icon_vt a:last-child img{
	margin-right: 0;
}
/* #END social_icons*/