/*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: #141315;
   
	-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 FONTS*/
@font-face{
	font-family: "RFDewi-Black";
	src: url("../fonts/RFDewi-Black.eot");
	src: local("☺"), url("../fonts/RFDewi-Black.woff") format("woff"), 
	url("../fonts/RFDewi-Black.ttf") format("truetype"),
	url("../fonts/RFDewi-Black.svg") format("svg");
	font-weight: normal;
	font-style: normal;
}
@font-face{
	font-family: "RFDewi-Bold";
	src: url("../fonts/RFDewi-Bold.eot");
	src: local("☺"), url("../fonts/RFDewi-Bold.woff") format("woff"), 
	url("../fonts/RFDewi-Bold.ttf") format("truetype"), 
	url("../fonts/RFDewi-Bold.svg") format("svg");
	font-weight: normal;
	font-style: normal;
}
@font-face{
	font-family: "RFDewiExpanded-BlackItalic";
	src: url("../fonts/RFDewiExpanded-BlackItalic.eot");
	src: local("☺"), url("../fonts/RFDewiExpanded-BlackItalic.woff") format("woff"), 
	url("../fonts/RFDewiExpanded-BlackItalic.ttf") format("truetype"), 
	url("../fonts/RFDewiExpanded-BlackItalic.svg") format("svg");
	font-weight: normal;
	font-style: normal;
}
@font-face{
	font-family: "RFDewiExpanded-LightItalic";
	src: url("../fonts/RFDewiExpanded-LightItalic.eot");
	src: local("☺"), url("../fonts/RFDewiExpanded-LightItalic.woff") format("woff"), 
	url("../fonts/RFDewiExpanded-LightItalic.ttf") format("truetype"), 
	url("../fonts/RFDewiExpanded-LightItalic.svg") format("svg");
	font-weight: normal;
	font-style: normal;
}
@font-face{
	font-family: "RFDewi-Regular";
	src: url("../fonts/RFDewi-Regular.eot");
	src: local("☺"), url("../fonts/RFDewi-Regular.woff") format("woff"), 
	url("../fonts/RFDewi-Regular.ttf") format("truetype"), 
	url("../fonts/RFDewi-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;
	
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
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: #141315; }
p::selection      { color: #fff;  background: #141315; }
a::-moz-selection { color: #fff;  background: #141315; }
a::selection      { color: #fff;  background: #141315; }
li::-moz-selection { color: #fff;  background: #141315; }
li::selection      { color: #fff;  background: #141315; }
span::-moz-selection { color: #fff;  background: #141315; }
span::selection      { color: #fff;  background: #141315; }
h1::-moz-selection { color: #fff;  background: #141315; }
h1::selection      { color: #fff;  background: #141315; }
h2::-moz-selection { color: #fff;  background: #141315; }
h2::selection      { color: #fff;  background: #141315; }
h3::-moz-selection { color: #fff;  background: #141315; }
h3::selection      { color: #fff;  background: #141315; }
h3::-moz-selection { color: #fff;  background: #141315; }
h3::selection      { color: #fff;  background: #141315; }
td::-moz-selection { color: #fff;  background: #141315; }
td::selection      { color: #fff;  background: #141315; }
input::-moz-selection { color: #fff !important;  background: #141315; }
input::selection      { color: #fff !important;  background: #141315; }
textarea::-moz-selection { color: #fff !important;  background: #141315; }
textarea::selection      { color: #fff !important;  background: #141315; }

::-webkit-input-placeholder{color: #7e858d;}
::-moz-placeholder{color: #7e858d;}
:-ms-input-placeholder{color: #7e858d;} 
:-o-input-placeholder{color: #7e858d;} 

html, body{
	overflow-x: hidden;
}
html{
	font-size: 10px;
}
body{
	position: relative;
	background: url(../img/general/body_bg.png) no-repeat 50% 0 / cover fixed;
	
	font-family: "RFDewi-Regular";
	font-size: 1em;
	color: #141315;
	line-height: normal;
}
textarea{
	-webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
	vertical-align: top;
}
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="button"],
input[type="submit"],
input[type="tel"],
select{
    -webkit-appearance: none !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}
p, h1, h2, h3, h4, span, strong{
	cursor: default;
	font-weight: normal;
}
a{
	text-decoration: none !important;
	outline: none !important;
	color: inherit;
}
a:hover, a:focus{
	color: inherit;
}
button{
	outline: none !important;
}
.container{
	z-index: 1;
	position: relative;
	width: 100%;
	max-width: 1280px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px;
}
.clear{
	clear: both;
}
.nowrap{
	white-space: nowrap;
}
#facebook-jssdk-iframe{
	position: fixed;
	bottom: 10vh;
}

@media (min-width: 1251px){
	body::-webkit-scrollbar{
		width: 10px;
	}
	body::-webkit-scrollbar-track{
		background: #F2F2F2;
	}
	body::-webkit-scrollbar-thumb{
	   background: #141315; 
	}
}

@media (max-width: 991px){
	html.menu_is_open, body.menu_is_open{
		overflow-y: hidden;
	}
}
/*END GENERAL SETTINGS*/

/*BEGIN GENERAL ELEMENTS*/
#memory{
	display: none;
}
.oe, .navigation_btn{
	cursor: pointer;
}
.screen_relative,
.element_relative{
	position: relative;
}
.screen_black{
	background: #141315;
}
.full_screen{
	height: 100vh;
	min-height: 530px;
}
.middle_element{
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.full_width_img{
	display: block;
	width: 100%;
	height: auto;
}
.align_center{
	text-align: center;
}
.animated_element{
	will-change: transform;
}
.animated_element.fade_in_simple{
	-webkit-transition: opacity 0.9s ease;
	transition: opacity 0.9s ease;
}
.animated_element.fade_in_simple.prepare{
	opacity: 0;
	
	-webkit-transition: all 0s;
	transition: all 0s;
}
.animated_element.fade_in_from_top,
.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_top.prepare{
	opacity: 0;
	
	-webkit-transform: translateY(-70px);
	transform: translateY(-70px);
	
	-webkit-transition: all 0s;
	transition: all 0s;
}
.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;
}
.animated_element.fade_in_from_scale{
	-webkit-transform: scale(1);
	transform: scale(1);
	
	-webkit-transition: opacity 0.9s ease, transform 0.9s ease;
	transition: opacity 0.9s ease, transform 0.9s ease;
}
.animated_element.fade_in_from_scale.prepare{
	opacity: 0;
	
	-webkit-transform: scale(0);
	transform: scale(0);
	
	-webkit-transition: all 0s;
	transition: all 0s;
}
.translate_effect{
	display: block;
}
.translate_effect_target{
	opacity: 0;
}
.padding_type_1{
	padding-top: 70px;
}
.oe, .navigation_btn{
	cursor: pointer;
}
.skew{
	-webkit-transform: skew(-9.5deg);
    transform: skew(-9.5deg);
}
.btn_type_1{
	position: relative;
    display: block;
	width: 216px;
	height: 56px;
	border: 2px solid #AA2526;
	cursor: pointer;
	
	font-family: "RFDewiExpanded-BlackItalic";
	font-size: 1.2rem;
	text-align: center;
	text-transform: uppercase;
    line-height: 55px;
    letter-spacing: 0.1em;
}
.btn_type_1.red{
	background: #AA2526;
	color: #fff;
}
.btn_type_1.transparent{
	background: transparent;
	color: #AA2526;
}
.title_block{
	position: relative;
	margin-bottom: 60px;
	padding-right: 245px;
}
.title_block.np{
	padding-right: 0;
}
.title_block > *:not(.decor_text){
	position: relative;
	z-index: 1;
}
.title_block .btn_type_1_wrapper{
	position: absolute;
	top: 21px;
	right: 15px;
}
.title_block .decor_text{
	position: absolute;
	top: -82px;
	left: 50%;
	width: 100vw;
	height: auto;
	
	font-family: "RFDewiExpanded-BlackItalic";
	font-size: 26rem;
	color: #F2F2F2;
	text-align: center;
	text-transform: uppercase;
	line-height: 1em;
	
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.title_block .decor_text.opacity_05{
	opacity: 0.05;
}
.parallax_decor{
	height: 85px;
}
.parallax_decor_1_uk{
	background: url(../img/general/parallax_decor_1_uk.svg) repeat-x 0 0 / auto 100%;
}
.parallax_decor_1_ru{
	background: url(../img/general/parallax_decor_1_ru.svg) repeat-x 0 0 / auto 100%;
}
.parallax_decor_1_en{
	background: url(../img/general/parallax_decor_1_en.svg) repeat-x 0 0 / auto 100%;
}
.parallax_decor_2_uk{
	background: url(../img/general/parallax_decor_2_uk.svg) repeat-x 0 0 / auto 100%;
}
.parallax_decor_2_ru{
	background: url(../img/general/parallax_decor_2_ru.svg) repeat-x 0 0 / auto 100%;
}
.parallax_decor_2_en{
	background: url(../img/general/parallax_decor_2_en.svg) repeat-x 0 0 / auto 100%;
}
.parallax_decor_3{
	background: url(../img/general/parallax_decor_3.svg) repeat-x 0 0 / auto 100%;
}
.cam{
	width: 30px;
	height: 31px;
	background: url(../img/general/cam.svg) no-repeat 0 0 / 100% 100%;
}
.the_content a *{
	cursor: pointer;
}
.tmp_img_block img{
	display: block;
	width: 100%;
	height: auto;
}

@media (min-width: 1251px){
	.oe{
		-webkit-transition: opacity 0.2s ease-in-out;
		transition: opacity 0.2s ease-in-out;
	}
	.oe:hover{
		opacity: 0.7;
	}
	.btn_type_1{
		-webkit-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
	}
	.btn_type_1:hover{
		background: #fff;
		color: #AA2526;
	}
}

@media (min-width: 992px){
	.p_l_70{
		padding-left: 70px;
	}
}

@media (max-width: 991px){
	.title_block{
		padding-right: 0; 
	}
	.title_block .title_type_1{
		margin-bottom: 30px;
	}
	.title_block .btn_type_1_wrapper{
		position: relative;
		top: 0;
		right: auto;
	}
	.title_block .decor_text{
		display: none;
	}
	.parallax_decor{
		height: 20px;
	}
	.translate_effect{
		-webkit-transform: none !important;
		transform: none !important;
	}
}
/*END GENERAL ELEMENTS*/

/*BEGIN TEXT*/
*{
	font-weight: normal;
}
.text_caps{
	text-transform: uppercase;
}
.text_red{
	color: #AA2526;
}
.text_grey{
	color: #828282;
}
.text_white{
	color: #fff;
}
.text_type_small{
	font-family: "RFDewiExpanded-BlackItalic";
	font-size: 1.2rem;
	letter-spacing: 0.1em;
}
.text_type_small_simple{
	font-size: 1.2rem;
	letter-spacing: 0.1em;
}
.title_type_1{
	font-family: "RFDewiExpanded-BlackItalic";
	font-size: 4.8rem;
}
.title_type_1_2{
	font-family: "RFDewiExpanded-BlackItalic";
	font-size: 4.8rem;
}
.title_type_2{
	font-family: "RFDewiExpanded-BlackItalic";
	font-size: 3.6rem;
}
.title_type_3{
	font-family: "RFDewiExpanded-BlackItalic";
	font-size: 2.4rem;
}
.title_type_4{
	font-family: "RFDewiExpanded-BlackItalic";
	font-size: 6.4rem;
}
.text_type_1{
	font-size: 2.2rem;
}
.text_type_2{
	font-size: 1.8rem;
}
.text_type_3{
	font-family: "RFDewiExpanded-LightItalic";
	font-size: 1.8rem;
	line-height: 1.6em;
}
.text_bold{
	font-family: "RFDewi-Bold";
}
.text_light_italic{
	font-family: "RFDewiExpanded-LightItalic";
}
.text_lh_1{
	line-height: 1em;
}
.text_lh_17{
	line-height: 1.7em;
}

@media (max-width: 991px){
	.title_type_1{
		font-size: 3.6rem;
	}
	.title_type_1_2,
	.title_type_4{
		font-size: 2.4rem;
	}
	.title_type_2,
	.title_type_3{
		font-size: 1.8rem;
	}
	.text_type_1,
	.text_type_2,
	.text_type_3{
		font-size: 1.6rem;
	}
}
/*END TEXT*/

/*BEGIN MARGINS*/
.mb_5{
	margin-bottom: 10px;
}
.mb_10{
	margin-bottom: 10px;
}
.mb_15{
	margin-bottom: 15px;
}
.mb_20{
	margin-bottom: 20px;
}
.mb_25{
	margin-bottom: 25px;
}
.mb_60{
	margin-bottom: 60px;
}
/*END MARGINS*/

/*BEGIN #top_menu*/
#top_menu{
	z-index: 10;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 70px;
}
#top_menu .top_menu_inner{
	position: relative;
	max-width: 1250px;
	height: 70px;
	margin: auto;
}
#top_menu .top_menu_inner::before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #141315;
	
	-webkit-transform: skew(-9.5deg);
	transform: skew(-9.5deg);
	
	-webkit-box-shadow: 0 0 30px rgba(170, 37, 38, 0.4);
	box-shadow: 0 0 30px rgba(170, 37, 38, 0.4);
}
#top_menu .top_menu_inner a{
	display: block;
	
	font-family: "RFDewiExpanded-BlackItalic";
	font-size: 1.2rem;
	text-transform: uppercase;
	line-height: 30px;
	letter-spacing: 0.1em;
}
#top_menu .main_logo{
	position: absolute;
	top: 20px;
	left: 20px;
	width: 167px;
    height: 29px;
}
#top_menu #sandwich{
	display: none;
}
#top_menu .inner_elements{
	position: absolute;
	top: 20px;
	right: 15px;
}
#top_menu .inner_elements .lang_block{
	list-style: none;
}
#top_menu .inner_elements .lang_block li{
	display: inline-block;
}
#top_menu .inner_elements .lang_block li.current-lang{
	display: none;
}
#top_menu .inner_elements .lang_block a{
	padding: 0 8px;
	color: #AA2526 !important;
}
#top_menu .menu *{
	-webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
}
#top_menu .menu{
	margin: auto;
	padding: 20px 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: center;
	justify-content: center;
	
	list-style: none;
}
#top_menu .menu li{
	position: relative;
	height: 30px;
}
#top_menu .menu li::before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 100%;
	background: #AA2526;
	
	-webkit-transform: skew(-9.5deg);
    transform: skew(-9.5deg);
}
#top_menu .menu li a{
	z-index: 1;
	position: relative;
	display: block;
	padding: 0 15px;
	color: #fff;
}
#top_menu .menu li.current-menu-item::before,
#top_menu .menu li.current-menu-parent::before{
	width: calc(100% - 2px);
}
#top_menu li.current-menu-item a,
#top_menu li.current-menu-parent a{
	color: #141315;
}
.menu_margin_block{
	height: 70px;
}

@media (min-width: 1251px){
	#top_menu .inner_elements .lang_block a{
		-webkit-transition: opacity 0.2s ease-in-out;
		transition: opacity 0.2s ease-in-out;
	}
	#top_menu .menu li::before{
		-webkit-transition: width 0.2s ease-in-out;
		transition: width 0.2s ease-in-out;
	}
	#top_menu .menu li a{
		-webkit-transition: color 0.2s ease-in-out;
		transition: color 0.2s ease-in-out;
	}
	#top_menu .menu li:hover::before{
		width: calc(100% - 2px);
	}
	#top_menu .menu li:hover a{
		color: #141315;
	}
	#top_menu .inner_elements .lang_block a:hover{
		opacity: 0.7;
	}
}

@media (max-width: 1250px){
	#top_menu{
	    background: #141315;
	}
	#top_menu .top_menu_inner::before{
		display: none;
	}
}

@media (max-width: 1023px){
	#top_menu .menu li a{
		padding: 0 10px;
	}
}

@media (max-width: 991px){
	#top_menu,
	#top_menu .top_menu_inner{
		height: 50px;
	}
	#top_menu .main_logo{
		top: 10px;
		left: 15px;
	}
	#top_menu .inner_elements{
		top: 0;
		right: 64px;
	}
	#top_menu #sandwich, #top_menu #sandwich *{
		cursor: pointer;
	}
	#top_menu #sandwich{
		z-index: 2;
		position: absolute;
		display: block;
		top: 0;
		right: 10px;
		display: block;
		height: 50px;
		padding: 15px 5px;
	}
	#top_menu #sandwich::after{
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	#top_menu #sandwich .inner{
		position: relative;
		width: 30px;
		height: 20px;
	}
	#top_menu #sandwich .inner div{
		position: absolute;
		left: 0;
		width: 30px;
		height: 2px;
		background: #AA2526;
	}
	#top_menu #sandwich .inner div:nth-child(1){
		top: 0;
		
		-webkit-transition: top 0.2s 0.2s ease, transform 0.2s ease, background 0.4s ease;
		transition: top 0.2s 0.2s ease, transform 0.2s ease, background 0.4s ease;
	}
	#top_menu #sandwich .inner div:nth-child(2){
		top: 9px;
		
		-webkit-transition: opacity 0.2s 0.2s ease;
		transition: opacity 0.2s 0.2s ease;
	}
	#top_menu #sandwich .inner div:nth-child(3){
		bottom: 0;
		
		-webkit-transition: bottom 0.2s 0.2s ease, transform 0.2s ease, background 0.4s ease;
		transition: bottom 0.2s 0.2s ease, transform 0.2s ease, background 0.4s ease;
	}
	#top_menu.active #sandwich .inner div{
		background: #fff;
	}
	#top_menu.active #sandwich .inner div:nth-child(1){
		top: 9px;
		
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		
		-webkit-transition: top 0.2s ease, transform 0.2s 0.2s ease, background 0.4s ease;
		transition: top 0.2s ease, transform 0.2s 0.2s ease, background 0.4s ease;
	}
	#top_menu.active #sandwich .inner div:nth-child(2){
		opacity: 0;
		
		-webkit-transition: opacity 0.2s cubic-bezier(0.76,0.16,0.33,0.95, background 0.4s ease);
		transition: opacity 0.2s ease, background 0.4s ease;
	}
	#top_menu.active #sandwich .inner div:nth-child(3){
		bottom: 9px; 
		
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		
		-webkit-transition: bottom 0.2s ease, transform 0.2s 0.2s ease, background 0.4s ease;
		transition: bottom 0.2s ease, transform 0.2s 0.2s ease, background 0.4s ease;
	}
	#top_menu .menu_nav{
		z-index: 1;
		position: absolute;
		top: 0;
		left: -100vw;
		width: calc(100vw - 60px);
		height: calc(100vh + 51px);
		background: #fff;
		overflow-y: auto;
		
		-webkit-transition: left 0.4s ease-out;
		transition: left 0.4s ease-out;	
	}
	#top_menu.active .menu_nav{
		left: 0;
	}
	#top_menu .menu_nav::-webkit-scrollbar{
		width: 4px;
	}
	#top_menu .menu_nav::-webkit-scrollbar-track{
		background: #F2F2F2;
	}
	#top_menu .menu_nav::-webkit-scrollbar-thumb{
	   background: #141315; 
	}
	#top_menu .menu_nav .menu_nav_inner{
		display: block;
		width: 100%;
		height: auto;
		overflow-y: hidden;
		padding-bottom: 101px;
	}
	#top_menu .top_menu_inner a{
		line-height: 50px;
	}
	#top_menu .menu{
		display: block;
		padding: 0;
	}
	#top_menu .menu li{
		height: 50px;
		line-height: 50px;
	}
	#top_menu .menu li a{
		padding: 0 15px;
		color: #141315;
	}
	#top_menu li.current-menu-item a,
	#top_menu li.current-menu-parent a{
		color: #AA2526;
	}
	#top_menu .menu li::before{
		display: none;
	}
	#top_menu .menu_cover{
		position: absolute;
		top: 0;
		left: -100%;
		width: 100%;
		height: 100vh;
		height: calc(100vh + 51px);
		background: rgba(0,0,0,0.5);
		display: block;
		opacity: 0;
		
		-webkit-transition: left 0s 0.4s, opacity 0.4s ease-out;
		transition: left 0s 0.4s, opacity 0.4s ease-out;
	}
	#top_menu.active .menu_cover{
		left: 0;
		opacity: 1;
		
		-webkit-transition: left 0s, opacity 0.4s ease-in-out;
		transition: left 0s, opacity 0.4s ease-in-out;
	}
	.menu_margin_block{
		height: 50px;
	}
}

@media (max-width: 350px){
	#top_menu .main_logo {
		top: 13px;
		width: 130px;
		height: 22px;
	}
}
/*END #top_menu*/

/*BEGIN FORM SETTINGS*/
.field_checkout{
	display: none;
}
.field_wrapper{
	position: relative;
	width: 100%;
	margin-bottom: 30px;
}
.field_wrapper .field, .field_wrapper .span_placeholder{
	width: 100%;
	height: 56px;
	line-height: 56px;
	padding: 0 10px;
	background: transparent;
	border: 0;
	
	font-family: "RFDewi-Regular";
	font-size: 1.8rem;
	color: #141315;
	letter-spacing: 0.05em;
	
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
}
.field_wrapper .field{
	outline: none !important;
	border-bottom: 1px solid #141315;
	
	-webkit-transition: border-color 0.1s ease-in-out, color 0.1s ease-in-out;
	transition: border-color 0.1s ease-in-out, color 0.1s ease-in-out;
}
.field_wrapper .span_placeholder{
	position: absolute;
    top: 0;
    left: 0;
	cursor: text;
	pointer-events: none;
}
.field_wrapper.active .span_placeholder{
	top: -20px;
	height: 20px;
	line-height: 20px;
	font-size: 1.4rem;
	color: #141315;
}
.field_wrapper.warning .span_placeholder{
	color: #AA2526;
}
.field_wrapper .field_line{
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	width: 0;
	height: 3px;
	background: #141315;
	
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
}
.field_wrapper .field_line.active{
	width: 100%;
}
.field_wrapper .field_line.success_input{
	width: 100% !important;
}
.textarea_wrapper{
	height: 40px;
	
	-webkit-transition: height 0.1s ease-out;
    transition: height 0.1s ease-out;
}
.field_wrapper textarea.field, .field_wrapper .textarea_cover{
	padding-top: 8px;
	padding-bottom: 6px;
    line-height: 1.8em;
    white-space: pre-wrap;
    word-wrap: break-word;
	
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.field_wrapper textarea.field{
    height: 56px;
    resize: none;
    overflow: hidden;
	
	-webkit-transition: height 0.1s ease-out;
    transition: height 0.1s ease-out;
}
.field_wrapper .field.textarea_cover{
    min-height: 56px;
    height: auto;
    display: none;
}
.form_go, .form_go *, .span_placeholder{
	-webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
	cursor: pointer;
}
.field_wrapper .alarm{
	position: absolute;
	opacity: 0;
	margin: 0;
	bottom: -20px;
	right: 0;
	
	font-family: "RFDewi-Regular";
	font-size: 1.4rem;
	color: #AA2526;
	letter-spacing: 0.01em;
	
	-webkit-transition: opacity 0.2s ease-in-out;
	transition: opacity 0.2s ease-in-out;
}
.field_wrapper.warning .field{
	border-color: #AA2526;
	color: #AA2526;
}
.field_wrapper.warning .alarm{
	opacity: 1;
}
.form_subscribe{
	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;
}
.form_subscribe .field_block{
	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;
	
	width: calc(100% - 230px);
}
.form_subscribe .field_block .field_wrapper{
	width: calc(50% - 64px);
	margin-right: 64px;
}

@media (max-width: 991px){
	.form_subscribe,
	.form_subscribe .field_block{
		display: block;
	}
	.form_subscribe .field_block,
	.form_subscribe .field_block .field_wrapper{
		width: 100%;
	}
}
/*END FORM SETTINGS*/

/*BEGIN #thanx_popup*/
#thanx_popup{
	z-index: 201;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	height: calc(100vh + 1px);
	display: none;
}
.thanx_popup_cover{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
	
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
.thanx_popup_inner{
	position: absolute;
    top: 50%;
    left: 50%;
    width: calc(100% - 30px);
    max-width: 880px;
	height: auto;
	max-height: calc(100vh - 70px);
    margin: auto;
	background: #fff;
	padding: 60px 15px;
	
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.thanx_popup_close{
    position: absolute;
    top: -45px;
    right: -5px;
    width: 40px;
    height: 40px;
    padding: 5px;
    cursor: pointer;
	
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
.thanx_popup_info{
	text-align: center;
}
.thanx_popup_info p:nth-child(1){
	margin-bottom: 20px;
	
	font-family: "RFDewi-Black";
	font-size: 7.2rem;
	color: #32aadc;
	text-transform: uppercase;
	letter-spacing: 0.004em;
}
.thanx_popup_info p:nth-child(2), .thanx_popup_info p:nth-child(3){
	font-family: "RFDewi-Regular";
	font-size: 2.56rem;
	letter-spacing: 0.04em;
	line-height: 1.3em;
}
.thanx_popup_info p:nth-child(2){
	margin-bottom: 20px;
}

@media (max-width: 767px){
	.thanx_popup_info p:nth-child(1){
		margin-bottom: 16px;
		font-size: 4.6rem;
	}
	.thanx_popup_info p:nth-child(2), .thanx_popup_info p:nth-child(3){
		font-size: 2rem;
	}
	.thanx_popup_info p:nth-child(2){
		margin-bottom: 16px;
	}
}

@media (max-height: 400px){
	.thanx_popup_inner{
		padding: 15px;
	}
}
/*END #thanx_popup*/

/*BEGIN .page_main_hidden_slides*/
.page_main_hidden_slides{
	display: none;
}
/*END .page_main_hidden_slides*/

/*BEGIN .page_main_slider*/
.page_main_slider{
	z-index: 2;
	position: relative;
	height: 100vh;
}
.page_main_slider .slider_wrapper,
.page_main_slider .slide{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.page_main_slider .slide{
	z-index: 0;
	opacity: 0;
	
	-webkit-transition: opacity 0.2s ease-in-out 0.2s;
	transition: opacity 0.2s ease-in-out 0.2s;
}
.page_main_slider .slide.active{
	z-index: 1;
	opacity: 1;
	
	-webkit-transition: opacity 0.2s ease-in-out;
	transition: opacity 0.2s ease-in-out;
}
.page_main_slider .slide img{
	position: absolute;
	top: 0;
	left: 50%;
	height: 100%;
	width: auto;
	
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.page_main_slider .bullets{
	z-index: 2;
	position: absolute;
	bottom: 30px;
	left: 50%;
	
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.page_main_slider .bullets .slider_bullet{
	display: inline-block;
	width: 28px;
	height: 6px;
	background: #fff;
	
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.page_main_slider .bullets .slider_bullet:not(:last-child){
	margin-right: 15px;
}
.page_main_slider .bullets .slider_bullet.active{
	background: #AA2526;
}
.page_main_slider .btn_type_1{
	z-index: 2;
	position: absolute;
	bottom: 65px;
	left: 50%;
	margin-left: -112px;
}

@media (max-width: 991px){
	.page_main_slider{
		height: calc(34vh + 50px);
		margin-top: 50px;
		margin-bottom: 86px;
		/*height: auto;
		padding-bottom: 51.6%;*/
	}
	.page_main_slider .bullets{
		bottom: 20px;
	}
	.page_main_slider .btn_type_1{
		bottom: -70px;
	}
}
/*END .page_main_slider*/

/*BEGIN .page_main_screen_2*/
.page_main_screen_2{
	padding-bottom: 24px;
}

@media (max-width: 991px){
	.page_main_screen_2{
		padding-bottom: 0;
	}
}
/*END .page_main_screen_2*/

/*BEGIN .page_main_screen_4*/
@media (max-width: 991px){
	.page_main_screen_4{
		padding-top: 14px;
	}
}
/*END .page_main_screen_4*/

/*BEGIN #post_navigation*/
#post_navigation *{
	-webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: -moz-none;
    -o-user-select: none;
}
#post_navigation{
	margin: auto;
	text-align: center;
}
#post_navigation .pagination h2{
	margin: 0;
}
#post_navigation .nav-links{
    font-size: 1.6rem;
}
#post_navigation .nav-links .current, #post_navigation .nav-links a{
	display: inline-block;
	width: 30px;
	height: 30px;
	margin-left: -3px;
	
	color: inherit !important;
	line-height: 28px;
	text-align: center;
	
	-webkit-transform: skew(-9.5deg);
    transform: skew(-9.5deg);
}
#post_navigation .nav-links .current{
	position: relative;
	background: #AA2526;
	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{
	position: relative;
	top: 2px;
	font-size: 2.4rem;
}

@media (min-width: 1251px){
	#post_navigation .nav-links a{
		-webkit-transition: opacity 0.2s ease-in-out;
		transition: opacity 0.2s ease-in-out;
	}
	#post_navigation .nav-links a:hover{
		opacity: 0.7;
	}
}

@media (max-width: 767px){
	#post_navigation .pagination{
		padding-bottom: 30px;
	}
}
/*END #post_navigation*/

/*BEGIN .category_events_wrapper*/
.category_events_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;
}
.category_events_wrapper .category_events_block{
	position: relative;
	width: 575px;
	max-width: calc(50% - 15px);
	margin-bottom: 56px;
}
.category_events_wrapper .category_events_block .category_thumb{
	position: relative;
	width: 100%;
	line-height: 0;
}
.category_events_wrapper .category_events_block .category_thumb img{
	width: 100%;
	height: auto;
}
.category_events_wrapper .category_events_block .category_thumb .cover{
	position: absolute;
	top: 0;
	left: 20px;
	width: 0;
	height: 100%;
	background: #AA2526 url(../img/general/arrow_right_1.svg) no-repeat 50% 50% / 17px 17px;
	overflow: hidden;
}
.category_events_wrapper .category_events_block a{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media (min-width: 1251px){
	.category_events_wrapper .category_events_block .category_thumb .cover{
		-webkit-transition: width 0.2s ease-in-out;
		transition: width 0.2s ease-in-out;
	}
	.category_events_wrapper .category_events_block:hover .category_thumb .cover{
		width: 50px;
	}
}

@media (max-width: 767px){
	.category_events_wrapper{
		display: block;
		max-width: 575px;
		margin-left: auto;
		margin-right: auto;
	}
	.category_events_wrapper .category_events_block{
		width: 100%;
		max-width: 100%;
	}
}
/*END .category_events_wrapper*/

/*BEGIN .category_events_screen_2*/
.category_events_screen_2{
	padding-bottom: 60px;
}
@media (min-width: 768px){
	.category_events_screen_2 .category_events_wrapper .category_events_block:first-child{
		width: 100%;
		max-width: 100%;
		margin-bottom: 90px;
	}
	.category_events_screen_2 .category_events_wrapper .category_events_block:first-child .category_thumb .cover{
		left: 44px;
	}
}

@media (max-width: 767px){
	.category_events_screen_2{
		padding-bottom: 24px;
	}
	.category_events_screen_2.padding_type_1{
		padding-top: 0;
	}
}
/*END .category_events_screen_2*/

/*BEGIN .category_news_wrapper*/
.category_news_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;
}
.category_news_wrapper .category_news_block{
	position: relative;
	width: 400px;
	max-width: calc(33.33% - 17px);
	margin-bottom: 56px;
}
.category_news_wrapper.pm .category_news_block:not(:nth-child(3n+3)),
.category_news_wrapper.pc .category_news_block:not(:nth-child(3n+4)){
	margin-right: 25px;
}
.category_news_wrapper.pc .category_news_block:first-child{
	margin-right: 0;
}
.category_news_wrapper .category_news_block .category_thumb{
	position: relative;
	width: 100%;
	line-height: 0;
}
.category_news_wrapper .category_news_block .category_thumb img{
	width: 100%;
	height: auto;
}
.category_news_wrapper .category_news_block .category_thumb .cover{
	position: absolute;
	top: 0;
	left: 14px;
	width: 0;
	height: 100%;
	background: #AA2526 url(../img/general/arrow_right_1.svg) no-repeat 50% 50% / 17px 17px;
	overflow: hidden;
}
.category_news_wrapper .category_news_block a{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.category_news_wrapper .category_news_block .text_part{
	padding-top: 8px;
}

@media (min-width: 1251px){
	.category_news_wrapper .category_news_block .category_thumb .cover{
		-webkit-transition: width 0.2s ease-in-out;
		transition: width 0.2s ease-in-out;
	}
	.category_news_wrapper .category_news_block:hover .category_thumb .cover{
		width: 50px;
	}
	.category_news_wrapper .category_news_block .text_part .text_type_1{
		-webkit-transition: color 0.2s ease-in-out;
		transition: color 0.2s ease-in-out;
	}
	.category_news_wrapper .category_news_block:hover .text_part .text_type_1{
		color: #AA2526;
	}
}

@media (max-width: 767px){
	.category_news_wrapper{
		display: block;
		max-width: 400px;
		margin-left: auto;
		margin-right: auto;
	}
	.category_news_wrapper .category_news_block{
		width: 100%;
		max-width: 100%;
	}
	.category_news_wrapper.pm .category_news_block:not(:nth-child(3n+3)),
	.category_news_wrapper.pc .category_news_block:not(:nth-child(3n+4)){
		margin-right: 25px;
	}
}
/*END .category_news_wrapper*/

/*BEGIN .category_news_screen_2*/
.category_news_screen_2{
	padding-bottom: 60px;
}

@media (min-width: 768px){
	.category_news_screen_2 .category_news_wrapper .category_news_block:first-child{
		width: 100%;
		max-width: 100%;
		margin-bottom: 90px;
	}
	.category_news_screen_2 .category_news_wrapper .category_news_block:first-child .category_thumb .cover{
		left: 44px;
	}
}

@media (min-width: 1250px){
	.category_news_wrapper.pc .category_news_block:first-child .text_part{
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		padding: 0 60px 50px 95px;
	}
	.category_news_wrapper.pc .category_news_block:first-child .text_part .text_type_1{
		font-family: "RFDewiExpanded-BlackItalic";
		font-size: 2.6rem;
		color: #fff;
		text-transform: uppercase;
	}
}

@media (max-width: 767px){
	.category_news_screen_2{
		padding-bottom: 24px;
	}
	.category_news_screen_2.padding_type_1{
		padding-top: 0;
	}
}
/*END .category_news_screen_2*/

/*BEGIN .category_media_wrapper*/
.category_media_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;
}
.category_media_wrapper .category_media_block{
	position: relative;
	width: 400px;
	max-width: calc(33.33% - 17px);
	margin-bottom: 56px;
}
.category_media_wrapper.pm .category_media_block:not(:nth-child(3n+3)),
.category_media_wrapper.pc .category_media_block:not(:nth-child(3n+4)){
	margin-right: 25px;
}
.category_media_wrapper.pc .category_media_block:first-child{
	margin-right: 0;
}
.category_media_wrapper .category_media_block .category_thumb{
	position: relative;
	width: 100%;
	line-height: 0;
}
.category_media_wrapper .category_media_block .category_thumb img{
	width: 100%;
	height: auto;
}
.category_media_wrapper .category_media_block .category_thumb .play_btn{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 64px;
	height: 64px;
	background: url(../img/general/play_btn.svg) no-repeat 0 0 / 100% 100%;
	
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.category_media_wrapper .category_media_block .category_thumb .cover{
	position: absolute;
	top: 0;
	left: 14px;
	width: 0;
	height: 100%;
	background: #AA2526 url(../img/general/arrow_right_1.svg) no-repeat 50% 50% / 17px 17px;
	overflow: hidden;
}
.category_media_wrapper .category_media_block .open_video{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	cursor: pointer;
}
.category_media_wrapper .category_media_block .text_part{
	padding-top: 8px;
}

@media (min-width: 1251px){
	.category_media_wrapper .category_media_block .category_thumb .cover{
		-webkit-transition: width 0.2s ease-in-out;
		transition: width 0.2s ease-in-out;
	}
	.category_media_wrapper .category_media_block:hover .category_thumb .cover{
		width: 50px;
	}
	.category_media_wrapper .category_media_block .text_part .text_type_1{
		-webkit-transition: color 0.2s ease-in-out;
		transition: color 0.2s ease-in-out;
	}
	.category_media_wrapper .category_media_block:hover .text_part .text_type_1{
		color: #AA2526;
	}
}

@media (max-width: 767px){
	.category_media_wrapper{
		display: block;
		max-width: 400px;
		margin-left: auto;
		margin-right: auto;
	}
	.category_media_wrapper .category_media_block{
		width: 100%;
		max-width: 100%;
	}
	.category_media_wrapper.pm .category_media_block:not(:nth-child(3n+3)),
	.category_media_wrapper.pc .category_media_block:not(:nth-child(3n+4)){
		margin-right: 0;
	}
}
/*END .category_media_wrapper*/

/*BEGIN .category_media_screen_2*/
.category_media_screen_2{
	padding-bottom: 60px;
}

@media (min-width: 768px){
	.category_media_screen_2 .category_media_wrapper .category_media_block:first-child{
		width: 100%;
		max-width: 100%;
		margin-bottom: 90px;
	}
	.category_media_screen_2 .category_media_wrapper .category_media_block:first-child .category_thumb .cover{
		left: 44px;
	}
}

@media (min-width: 1250px){
	.category_media_wrapper.pc .category_media_block:first-child .category_thumb .play_btn{
		width: 160px;
		height: 160px;
	}
	.category_media_wrapper.pc .category_media_block:first-child .text_part{
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		padding: 0 95px 30px 95px;
	}
	.category_media_wrapper.pc .category_media_block:first-child .text_part .text_type_1{
		font-family: "RFDewiExpanded-BlackItalic";
		font-size: 2.6rem;
		color: #fff;
		text-transform: uppercase;
	}
	.category_media_wrapper.pc .category_media_block:first-child .text_part .cam{
		display: none;
	}
}

@media (max-width: 767px){
	.category_media_screen_2{
		padding-bottom: 24px;
	}
	.category_media_screen_2.padding_type_1{
		padding-top: 0;
	}
}
/*END .category_media_screen_2*/

/*BEGIN .boxers_block*/
.boxers_block{
	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;
}
.boxers_block .part{
	position: relative;
	width: 33.33%;
	margin-bottom: 55px;
}
.boxers_block .part .thumb{
	line-height: 0;
}
.boxers_block .part .thumb img{
	max-width: 100%;
	height: auto;
}
.boxers_block .part .text_block{
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 0 65px 50px 55px;
}
.boxers_block .part .text_block .boxer_record{
	font-family: "RFDewiExpanded-BlackItalic";
	font-size: 1.6rem;
	letter-spacing: 0.1em;
}
.boxers_block .part .thumb .cover{
	z-index: 1;
	position: absolute;
	top: 0;
	left: 38px;
	width: 0;
	height: 100%;
	background: #AA2526 url(../img/general/arrow_right_1.svg) no-repeat 50% 50% / 17px 17px;
	overflow: hidden;
}
.boxers_block .part a{
	z-index: 2;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media (min-width: 992px){
	.boxers_block .part .text_block .title_type_3{
		font-size: 2.2rem;
	}
}

@media (min-width: 1251px){
	.boxers_block .part .thumb .cover{
		-webkit-transition: width 0.2s ease-in-out;
		transition: width 0.2s ease-in-out;
	}
	.boxers_block .part:hover .thumb .cover{
		width: 50px;
	}
}

@media (max-width: 991px){
	.boxers_block{
		display: block;
		max-width: 430px;
		margin-left: auto;
		margin-right: auto;
	}
	.boxers_block .part{
		width: 100%;
	}
	.boxers_block .part .text_block{
		padding: 0 65px 30px 35px;
	}
}
/*END .boxers_block*/

/*BEGIN .page_boxers_screen_2*/
.page_boxers_screen_2{
	padding-bottom: 60px;
}
/*END .page_boxers_screen_2*/

/*BEGIN .single_boxers_screen_1*/
.single_boxers_screen_1{
    position: relative;
    height: 100vh;
	margin-bottom: 110px;
}
.single_boxers_screen_1 .bg_img{
	display: none;
}
.single_boxers_screen_1 .container{
	padding-left: 100px;
}
.single_boxers_screen_1 .title_type_4{
	margin-bottom: 40px;
}
.single_boxers_screen_1 .title_type_4 span{
	position: relative;
	display: inline-block;
}
.single_boxers_screen_1 .title_type_4 span::before{
	content: "";
	z-index: -1;
	position: absolute;
	top: -15px;
	left: -50vw;
	width: calc(50vw + 100%);
	height: 100%;
	padding: 18px;
	background: #AA2526;
	
	-webkit-transform: skew(-9.5deg);
    transform: skew(-9.5deg);
}
.single_boxers_screen_1 .boxer_record{
	margin-bottom: 28px;
	font-family: "RFDewiExpanded-BlackItalic";
	font-size: 4.8rem;
	letter-spacing: 0.1em;
}
.single_boxers_screen_1 .boxer_additional_data{
	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;
	
	font-family: "RFDewiExpanded-BlackItalic";
	font-size: 1.2rem;
	letter-spacing: 0.1em;
	line-height: 1.3em;
}
.single_boxers_screen_1 .boxer_additional_data .part:nth-child(1){
	padding-right: 60px;
}

@media (min-width: 992px) and (max-height: 800px){
	.single_boxers_screen_1 .container{
		padding-top: 50px;
	}
}

@media (max-width: 991px){
	.single_boxers_screen_1{
		height: auto;
		margin-bottom: 70px;
		background: none !important;
	}
	.single_boxers_screen_1 .bg_img{
		display: block;
		max-width: 100%;
		height: auto;
		margin: 0 auto 45px;
	}
	.single_boxers_screen_1 .middle_element{
		position: static;
		
		-webkit-transform: none;
		transform: none;
	}
	.single_boxers_screen_1 .middle_element .text_white:not(.title_type_4){
		color: #141315;
	}
	.single_boxers_screen_1 .boxer_record,
	.single_boxers_screen_1 .title_type_4{
		font-size: 3.6rem;
	}
}

@media (max-width: 767px){
	.single_boxers_screen_1 .container{
		padding-left: 15px;
	}
	.single_boxers_screen_1 .boxer_record,
	.single_boxers_screen_1 .title_type_4{
		font-size: 2.4rem;
	}
}
/*END .single_boxers_screen_1*/

/*BEGIN .popup*/
.popup{
	z-index: 201;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	height: calc(100vh + 1px);
	display: none;
}
.popup .popup_cover{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
	
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
.popup .popup_inner{
	position: absolute;
    top: 50%;
    left: 50%;
    margin: auto;
	
	-webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
#info_popup .popup_inner{
	width: calc(100% - 30px);
    max-width: 880px;
	height: auto;
}
#video_popup .popup_inner{
	position: absolute;
    top: 50%;
    left: 50%;
    width: calc(100% - 30px);
	max-width: 854px;
	height: 480px;
	background: #484848;
	
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
#video_popup_info,
#video_popup_info iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.popup .popup_close{
    position: absolute;
    top: -45px;
	right: -5px;
    width: 40px;
    height: 40px;
    padding: 5px;
    cursor: pointer;
	background: url(../img/general/close_white.svg) no-repeat 50% 50% / 30px 30px;
	
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
#info_popup_info > .big_text_block{
	height: calc(100vh - 120px);
	overflow: hidden;
}
#info_popup_info > div{
	background: #fff;
}
#info_popup_info > div > div{
	height: 100%;
	padding: 115px 70px;
	overflow: auto;
}
#info_popup_info > div > div::-webkit-scrollbar{
	width: 6px;
}
#info_popup_info > div > div::-webkit-scrollbar-track{
	background: #F2F2F2;
}
#info_popup_info > div > div::-webkit-scrollbar-thumb{
   background: #141315; 
}
#info_popup_info > div p{
	line-height: 1.6em;
}
#thanx_popup .popup_inner{
	position: absolute;
    top: 50%;
    left: 50%;
    width: calc(100% - 30px);
    max-width: 880px;
	height: auto;
	max-height: calc(100vh - 70px);
    margin: auto;
	background: #fff;
	padding: 60px 15px;
	
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
#thanx_popup_info{
	text-align: center;
}
#thanx_popup_info{
	text-align: center;
}
#thanx_popup_info p:nth-child(1){
	margin-bottom: 15px;
	font-family: "RFDewi-Black";
	color: #AA2526;
	font-size: 3.6rem;
    line-height: 1.1em;
	text-transform: uppercase;
}
#thanx_popup_info p:nth-child(2), #thanx_popup_info p:nth-child(3){
	margin-bottom: 8px;
	font-size: 1.8rem;
}

@media (max-width: 991px){
	#video_popup .popup_inner{
		height: auto;
		padding-bottom: 50%;
	}
	#video_popup_info{
		height: auto;
		padding-bottom: 56.2%;
	}
}

@media (max-width: 767px){
	#info_popup_info > div > div{
		height: 100%;
		padding: 30px 15px;
		overflow: auto;
	}
	.popup .popup_close{
		top: -45px;
		right: -5px;
		background: url(../img/general/close_white.svg) no-repeat 50% 50% / 30px 30px;
	}
}
/*END .popup*/

/*BEGIN .screen_footer*/
.screen_footer{
	position: relative;
	padding: 58px 0 45px 0;
	overflow-x: hidden;
}
.screen_footer .bg{
	position: absolute;
	top: 0;
	left: 0;
	width: calc(50vw + 576px);
	height: 100%;
	background: #141315 url(../img/general/screen_footer_bg.png) no-repeat 0 0 / cover;
}
.screen_footer .bg::before{
	content: "";
	position: absolute;
	top: 0;
	left: calc(-50vw + 2px);
	width: 50vw;
	height: 100%;
	background: #141315;
}
.screen_footer .container{
	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;
}
.screen_footer .container > .part:nth-child(1){
	width: calc(100% - 420px);
}
.screen_footer .container > .part:nth-child(2){
	width: 420px;
}
.screen_footer .container > .part:nth-child(3){
	width: 100%;
	margin-top: 85px;
}
.screen_footer .main_logo{
	width: 320px;
	height: 56px;
	margin-bottom: 68px;
}
.screen_footer .footer_content{
	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;
	
	padding-left: 106px;
}
.screen_footer .footer_content .part{
	width: 33.33%;
}
.screen_footer .footer_content a{
	color: #fff;
}
.screen_footer .footer_content .menu_list ul *{
	-webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
}
.screen_footer .footer_content .menu_list ul{
	list-style: none;	
}
.screen_footer .footer_content .menu_list ul li{
	margin-bottom: 10px;
}
.screen_footer .footer_content .menu_list ul li a{
	position: relative;
	display: inline-block;
	
	font-family: "RFDewiExpanded-BlackItalic";
    font-size: 1.2rem;
    text-transform: uppercase;
    line-height: 30px;
    letter-spacing: 0.1em;
}
.screen_footer .footer_content .menu_list ul li a::before{
	content: "";
	position: absolute;
	top: 50%;
	left: -105px;
	width: 0;
	height: 8px;
	margin-top: -3px;
	background: #AA2526;
	
	-webkit-transform: skew(-9.5deg);
    transform: skew(-9.5deg);
}
.screen_footer .footer_content .menu_list ul li.current-menu-item a,
.screen_footer .footer_content .menu_list ul li.current-menu-parent a{
	color: #AA2526;
}
.screen_footer .footer_content .menu_list ul li.current-menu-item a::before,
.screen_footer .footer_content .menu_list ul li.current-menu-parent a::before{
    width: 90px;
}
.screen_footer .footer_content .text_type_small{
	line-height: 30px;
}
.screen_footer .footer_content .part.corporate_data_block p{
	margin-bottom: 15px;
	font-size: 1.2rem;
}
.screen_footer .footer_content .part.corporate_data_block p a{
	display: inline-block;
	line-height: 30px;
}
.screen_footer .footer_content .part.corporate_data_block p a span{
	cursor: pointer;
}
.screen_footer .footer_content .part.parnters_block img{
	display: block;
}
.screen_footer .container > .part:nth-child(2) .subscribe_btn{
	width: 280px;
	margin-bottom: 35px;
	letter-spacing: 0.06em;
}
.screen_footer .container > .part:nth-child(2) .social_block a img{
	width: 71px;
	height: 56px;
}
.screen_footer .container > .part:nth-child(2) .social_block a:not(:last-child) img{
	margin-right: 34px;
}
.screen_footer .container > .part:nth-child(3) p{
	padding-left: 106px;
	line-height: 30px;
	letter-spacing: 0.1em;
}
.screen_footer .container > .part:nth-child(3) p br{
	display: none;
}
.screen_footer .container > .part:nth-child(3) p a{
	display: inline-block;
	color: #AA2526 !important;
	line-height: 30px;
}
.screen_footer .scroll_up{
	z-index: 3;
	position: absolute;
	bottom: 25px;
	right: 25px;
	width: 50px;
	height: 50px;
	background: url(../img/general/arrow_up_2.svg) no-repeat 50% 50% / 34px 36px;
}

@media (min-width: 1251px){
	.screen_footer .footer_content .menu_list ul li a{
		-webkit-transition: color 0.2s ease-in-out;
		transition: color 0.2s ease-in-out;
	}
	.screen_footer .footer_content .menu_list ul li a:hover{
		color: #AA2526;
	}
	.screen_footer .footer_content .menu_list ul li a::before{
		-webkit-transition: width 0.2s ease-in-out;
		transition: width 0.2s ease-in-out;
	}
	.screen_footer .footer_content .menu_list ul li a:hover::before{
		width: 90px;
	}
	.screen_footer .scroll_up{
		-webkit-transition: background-position 0.2s ease-in-out, opacity 0.2s ease-in-out;
		transition: background-position 0.2s ease-in-out, opacity 0.2s ease-in-out;
	}
	.screen_footer .scroll_up:hover{
		background-position: 50% 0%;
		opacity: 0.7;
	}
}

@media (max-width: 1250px){
	.screen_footer .container > .part:nth-child(1){
		width: calc(100% - 300px);
	}
	.screen_footer .container > .part:nth-child(2){
		width: 300px;
	}
	.screen_footer .scroll_up{
		display: none;
	}
}

@media (max-width: 991px){
	.screen_footer{
		padding-bottom: 70px;
	}
	.screen_footer .container{
		display: block;
		text-align: center;
	}
	.screen_footer .container > .part:nth-child(1),
	.screen_footer .container > .part:nth-child(2),
	.screen_footer .container > .part:nth-child(3){
		width: 100%;
	}
	.screen_footer .container > .part:nth-child(1),
	.screen_footer .container > .part:nth-child(2){
		margin-bottom: 45px;
	}
	.screen_footer .footer_content{
		padding-left: 0;
	}
	.screen_footer .main_logo{
		width: 290px;
		height: 50px;
	}
	.screen_footer .footer_content .part.parnters_block img{
		display: block;
		margin: auto;
	}
	.screen_footer .container > .part:nth-child(2) .subscribe_btn{
		margin-left: auto;
		margin-right: auto;
	}
	.screen_footer .container > .part:nth-child(3){
		margin-top: 0;
	}
	.screen_footer .container > .part:nth-child(3) p{
		padding-left: 0;
	}
	.screen_footer .container > .part:nth-child(3) p br{
		display: inline;
	}
	.screen_footer .container > .part:nth-child(3) p .stick{
		display: none;
	}
	.screen_footer .footer_content .menu_list ul li a::before{
		display: none;
	}
}

@media (max-width: 767px){
	.screen_footer .footer_content{
		display: block;
	}
	.screen_footer .footer_content .part{
		width: 100%;
	}
	.screen_footer .footer_content .part:not(:last-child){
		margin-bottom: 45px;
	}
}
/*END .screen_footer*/

/*BEGIN .screen_footer_form*/
.screen_footer_form{
	display: none;
	padding-top: 30px;
}

@media (max-width: 991px){
	.screen_footer_form{
		padding-bottom: 30px;
	}
}
/*END .screen_footer_form*/

/*BEGIN .page_404*/
.page_404{
	display: table;
	width: 100%;
	height: 100vh;
}
.page_404 .text_block{
	display: table-cell;
	vertical-align: middle;
}
/*END .page_404*/

/*BEGIN .single_events_screen_1*/
.single_events_screen_1 img{
	width: 100%;
	height: auto;
}

@media (max-width: 1250px){
	.single_events_screen_1{
		padding-top: 50px;
	}
}
/*END .single_events_screen_1*/

/*BEGIN .single_events_screen_2*/
.single_events_screen_2{
	padding-bottom: 60px;
}
.single_events_screen_2 .the_content{
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 15px;
}
.single_events_screen_2 .the_content p{
	margin-bottom: 25px;
	font-size: 1.8rem;
	line-height: 1.6em;
}
.single_events_screen_2 .the_content img{
	width: 100%;
	height: auto;
	margin-bottom: 25px;
}
.single_events_screen_2 .the_content iframe{
	width: 100%;
}

@media (max-width: 991px){
	.single_events_screen_2 .the_content{
		padding-top: 0;
	}
	.single_events_screen_2 .the_content p{
		font-size: 1.6rem;
	}
}
/*END .single_events_screen_2*/

/*BEGIN .single_boxers_screen_1*/
.single_boxers_screen_1 img{
	width: 100%;
	height: auto;
}

@media (max-width: 1250px){
	.single_boxers_screen_1{
		padding-top: 50px;
	}
}
/*END .single_boxers_screen_1*/

/*BEGIN .single_news_screen_1*/
.single_news_screen_1 .big_thumb img{
	width: 100%;
	height: auto;
}
.back_link_block{
	padding: 25px 0;
}
.back_link_block a{
	position: relative;
	display: inline-block;
	line-height: 30px;
	padding-left: 30px;
	background: url(../img/general/arrow_left_2.svg) no-repeat 0 50% / 17px 17px;
	color: #AA2526 !important;
}

@media (max-width: 1250px){
	.single_news_screen_1{
		padding-top: 50px;
	}
}
/*END .single_news_screen_1*/

/*BEGIN .single_news_screen_2*/
.single_news_screen_2{
	padding-bottom: 60px;
}
.single_news_screen_2 .the_content{
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 15px;
}
.single_news_screen_2 .the_content p{
	margin-bottom: 25px;
	font-size: 1.8rem;
	line-height: 1.6em;
}
.single_news_screen_2 .the_content strong{
	font-family: "RFDewi-Bold";
}
.single_news_screen_2 .the_content img{
	width: 100%;
	height: auto;
	margin-bottom: 25px;
}
.single_news_screen_2 .the_content iframe{
	width: 100%;
}

@media (max-width: 991px){
	.single_news_screen_2 .title_type_1{
		font-size: 2.4rem;
	}
	.single_news_screen_2 .the_content{
		padding-top: 0;
	}
	.single_news_screen_2 .the_content p{
		font-size: 1.6rem;
	}
}
/*END .single_news_screen_2*/

/*BEGIN .page_about_us_screen_1*/
.page_about_us_screen_1{
	z-index: 2;
}
.page_about_us_screen_1::before,
.page_about_us_screen_1::after{
	content: "";
	position: absolute;
	width: 50vw;
	height: calc(35vh + 310px);
	background: #AA2526;
	
	-webkit-transform: skew(-9.5deg);
    transform: skew(-9.5deg);
}
.page_about_us_screen_1::before{
	top: -310px;
	left: calc(50% + 190px);
}
.page_about_us_screen_1::after{
	bottom: -310px;
	right: calc(50% + 190px);
}
.page_about_us_screen_1 .decor_text{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background: url(../img/page_about_us/page_about_us_decor_text_1.png) no-repeat 50% 44% / 96% auto;
	
	-webkit-transition: transform 0.4s linear;
    transition: transform 0.4s linear;
}
.page_about_us_screen_1 .middle_element{
	z-index: 2;
}
.page_about_us_screen_1 .middle_element .img_block{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: auto;
	
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.page_about_us_screen_1 .middle_element .img_block img{
	width: 100%;
	height: auto;
	
	-webkit-transition: transform 0.4s linear;
    transition: transform 0.4s linear;
}
.page_about_us_screen_1 .bottom_element{
	z-index: 1;
	position: absolute;
	bottom: 50px;
	left: 50%;
	width: 160px;
	height: 50px;
	background: url(../img/general/arrow_down_2.svg) no-repeat 50% 100% / 22px 23px;
	text-align: center;
	
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

@media (min-width: 992px) and (max-height: 800px){
	.page_about_us_screen_1 .middle_element .img_block{
		margin-top: 35px;
	}
}

@media (max-width: 991px){
	.page_about_us_screen_1 .middle_element .img_block{
		width: 160%;
	}
	.page_about_us_screen_1::before{
		left: calc(50% + 170px);
	}
	.page_about_us_screen_1::after{
		right: calc(50% + 170px);
	}
}

@media (max-width: 767px){
	.page_about_us_screen_1 .decor_text{
		display: none;
	}
}

@media (max-height: 500px){
	.page_about_us_screen_1 .bottom_element{
		display: none;
	}
}
/*END .page_about_us_screen_1*/

/*BEGIN .page_about_us_screen_2*/
.page_about_us_screen_2 .main_logo{
	display: block;
	width: 290px;
    height: 50px;
	margin: 0 auto 56px; 
}
.page_about_us_screen_2 .info_block{
	max-width: 1030px;
	margin-left: auto;
	margin-right: auto;
}
.page_about_us_screen_2 .info_block img{
	max-width: 100%;
	height: auto;
}
.page_about_us_screen_2 .info_block p{
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.page_about_us_screen_2 .parallax_decor{
	z-index: 1;
	position: relative;
	top: -40px;
}

@media (max-width: 991px){
	.page_about_us_screen_2 .title_type_1_2{
		display: none;
	}
}

@media (max-width: 767px){
	.page_about_us_screen_2 .info_block p{
		position: static;
		margin: 60px 0;
		
		-webkit-transform: none;
		transform: none;
	}
	.page_about_us_screen_2 .info_block p br{
		display: none;
	}
	.page_about_us_screen_2 .parallax_decor{
		top: 0;
	}
}
/*END .page_about_us_screen_2*/

/*BEGIN .page_about_us_screen_3*/
.page_about_us_screen_3 .info_block{
	height: 595px;
}
.page_about_us_screen_3 .info_block img:nth-child(1){
	position: absolute;
	top: 0;
	right: 0;
}
.page_about_us_screen_3 .info_block img:nth-child(2){
	position: relative;
	left: -400px;
}
.page_about_us_screen_3 .info_block .text_block{
	position: absolute;
	top: 5px;
	left: calc(50% + 100px);
}
.page_about_us_screen_3 .info_block .text_block .title_type_2{
	margin-bottom: 107px;
}
.page_about_us_screen_3 .parallax_decor{
	z-index: 1;
	position: relative;
	top: -40px;
}

@media (max-width: 1120px){
	.page_about_us_screen_3 .info_block .text_block{
		left: 50%;
	}
	.page_about_us_screen_3 .info_block .text_block .title_type_2{
		margin-bottom: 45px;
	}
	.page_about_us_screen_3 .info_block .text_block .text_type_2 br{
		display: none;
	}
}

@media (max-width: 767px){
	.page_about_us_screen_3 .info_block{
		height: auto;
	}
	.page_about_us_screen_3 .info_block img:nth-child(1){
		display: none;
	}
	.page_about_us_screen_3 .info_block img:nth-child(2){
		position: static;
		max-width: 100%;
		height: auto;
		margin-bottom: 45px;
	}
	.page_about_us_screen_3 .info_block .text_block{
		position: static;
		margin-bottom: 45px;
	}
	.page_about_us_screen_3 .parallax_decor{
		top: 0;
	}
}
/*END .page_about_us_screen_3*/

/*BEGIN .page_about_us_screen_4*/
.page_about_us_screen_4 .info_block .text_block{
	z-index: 1;
	position: absolute;
	top: 0;
	left: calc(50% + 100px);
}
.page_about_us_screen_4 .info_block .content_img{
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}
.page_about_us_screen_4 .decor_text_img_block{
	z-index: 1;
	position: relative;
	margin: -10vw auto 0;
	
	-webkit-transition: transform 0.4s linear;
    transition: transform 0.4s linear;
}
.page_about_us_screen_4 .decor_text_img{
	position: relative;
	display: block;
	width: 100vw;
	max-width: 2286px;
	height: auto;
}

@media (min-width: 2400px){
	.page_about_us_screen_4 .decor_text_img{
		left: auto;
		margin: 0 auto;
	}
}

@media (max-width: 1024px){
	.page_about_us_screen_4 .info_block .text_block{
		position: static;
	}
	.page_about_us_screen_4 .info_block br{
		display: none;
	}
	.page_about_us_screen_4 .mb_15{
		margin-bottom: 25px;
	}
	.page_about_us_screen_4 .info_block .content_img{
		margin: 60px auto;
	}
	.page_about_us_screen_4 .decor_text_img{
		left: auto;
		width: 100%;
		margin: 0 auto;
	}
}
/*END .page_about_us_screen_4*/

/*BEGIN .page_about_us_screen_5*/
.page_about_us_screen_5 .decor_skew{
	position: absolute;
	top: 40px;
	right: 0;
	width: 1070px;
	height: 450px;
	background: #AA2526;
}
.page_about_us_screen_5 .info_block .text_block{
	z-index: 1;
	position: absolute;
	top: 0;
	left: calc(50% + 100px);
}
.page_about_us_screen_5 .info_block > img:nth-child(2){
    position: relative;
    left: -400px;
	margin-top: 75px;
}
.page_about_us_screen_5 .info_block .text_block > img:nth-child(2){
	margin-top: 124px;
}
.page_about_us_screen_5 .parallax_decor{
    z-index: 1;
    position: relative;
    top: -40px;
}

@media (max-width: 991px){
	.page_about_us_screen_5 .decor_skew{
		display: none;
	}
	.page_about_us_screen_5 .info_block br{
		display: none;
	}
	.page_about_us_screen_5 .info_block .text_block{
		position: static;
		margin-bottom: 45px;
	}
	.page_about_us_screen_5 .info_block > img:nth-child(2){
		position: static;
		max-width: 100%;
		height: auto;
		margin: 60px auto 60px;
	}
	.page_about_us_screen_5 .info_block .text_block > img:nth-child(2){
		display: none;
	}
	.page_about_us_screen_5 .parallax_decor{
		top: 0;
	}
}
/*END .page_about_us_screen_5*/

/*BEGIN .page_about_us_screen_6*/
.page_about_us_screen_6{
	height: 550px;
}
.page_about_us_screen_6 .info_block{
	z-index: 1;
}
.page_about_us_screen_6 .info_block .text_block{
	z-index: 1;
	position: absolute;
	top: 0;
	left: calc(50% + 100px);
}
.page_about_us_screen_6 .content_img{
	position: absolute;
	top: 260px;
	left: 50%;
	
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

@media (max-width: 1120px){
	.page_about_us_screen_6{
		height: auto;
		padding-bottom: 80px;
	}
	.page_about_us_screen_6 .info_block .text_block{
		position: static;
	}
	.page_about_us_screen_6 .info_block br{
		display: none;
	}
	.page_about_us_screen_6 .content_img{
		position: static;
		max-width: 100%;
		height: auto;
		margin: 60px auto 0;
		
		-webkit-transform: none;
		transform: none;
	}
}
/*END .page_about_us_screen_6*/

/*BEGIN .page_about_us_screen_7*/
.page_about_us_screen_7{
	padding-top: 270px;
}
.page_about_us_screen_7 .info_block{
	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;
	
	padding-top: 110px;
}
.page_about_us_screen_7 .info_block .part{
	width: 33.33%;
	padding-right: 45px;
}

@media (max-width: 1120px){
	.page_about_us_screen_7{
		padding-top: 70px;
	}
	.page_about_us_screen_7 .info_block{
		display: block;
		padding-top: 0;
	}
	.page_about_us_screen_7 .info_block .part{
		width: 100%;
		padding-right: 0;
	}
	.page_about_us_screen_7 .info_block .part:not(:last-child){
		margin-bottom: 60px;
	}
}
/*END .page_about_us_screen_7*/

/*BEGIN .page_about_us_screen_8*/
.page_about_us_screen_8{
	padding-top: 120px;
	padding-bottom: 70px;
}
.team_block{
	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;
}
.team_block .part{
	position: relative;
	width: 33.33%;
	margin-bottom: 55px;
}
.team_block .part .thumb img{
	max-width: 100%;
	height: auto;
}
.team_block .part .text_block{
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 0 65px 40px 55px;
}

@media (min-width: 992px){
	.team_block .part .text_block .title_type_3{
		font-size: 2.2rem;
	}
}

@media (max-width: 991px){
	.page_about_us_screen_8{
		padding-top: 70px;
	}
	.team_block{
		display: block;
		max-width: 430px;
		margin-left: auto;
		margin-right: auto;
	}
	.team_block .part{
		width: 100%;
	}
	.team_block .part:last-child{
		margin-bottom: 0;
	}
	.team_block .part .text_block{
		padding: 0 65px 30px 35px;
	}
}
/*END .page_about_us_screen_8*/

/*.category_thumb .cover{
	left: 0 !important;
	
	-webkit-transform: none !important;
	transform: none !important;
}*/