html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
	padding: 0;
	margin: 0;
}

.clearfix:after {
	visibility: hidden;
	display: block;
	content: ' ';
	height: 0;
	font-size: 0;
	clear: both;
}

html * {
	max-height: 1000000px;
}

img {
	max-width: 100%;
	height: auto;
}

@font-face {
	font-family: 'proxima_nova_condensedblack';
	src: url('../fonts/proxima_nova_condensed_black-webfont.eot');
	src: url('../fonts/proxima_nova_condensed_black-webfont.eot?#iefix') format('embedded-opentype'),
		url('../fonts/proxima_nova_condensed_black-webfont.woff2') format('woff2'),
		url('../fonts/proxima_nova_condensed_black-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'proxima_nova_condensedbold';
	src: url('../fonts/proxima_nova_condensed_bold-webfont.eot');
	src: url('../fonts/proxima_nova_condensed_bold-webfont.eot?#iefix') format('embedded-opentype'),
		url('../fonts/proxima_nova_condensed_bold-webfont.woff2') format('woff2'),
		url('../fonts/proxima_nova_condensed_bold-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'proxima_nova_condensedRgIt';
	src: url('../fonts/proxima_nova_condensed_regular_italic-webfont.eot');
	src: url('../fonts/proxima_nova_condensed_regular_italic-webfont.eot?#iefix') format('embedded-opentype'),
		url('../fonts/proxima_nova_condensed_regular_italic-webfont.woff2') format('woff2'),
		url('../fonts/proxima_nova_condensed_regular_italic-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'proxima_nova_condensedregular';
	src: url('../fonts/proxima_nova_condensed_regular-webfont.eot');
	src: url('../fonts/proxima_nova_condensed_regular-webfont.eot?#iefix') format('embedded-opentype'),
		url('../fonts/proxima_nova_condensed_regular-webfont.woff2') format('woff2'),
		url('../fonts/proxima_nova_condensed_regular-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'proxima_nova_condensedregular';
	src: url('../fonts/proximanovacond-regular-webfont.eot');
	src: url('../fonts/proximanovacond-regular-webfont.eot?#iefix') format('embedded-opentype'),
		url('../fonts/proximanovacond-regular-webfont.woff2') format('woff2'),
		url('../fonts/proximanovacond-regular-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Proxima Nova Condensed';
	src: url('../fonts/Proxima Nova Condensed Regular.otf');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Proxima Nova Condensed';
	src: url('../fonts/Proxima Nova Condensed Regular Italic.otf');
	font-weight: normal;
	font-style: italic;
}

@font-face {
	font-family: 'Proxima Nova Condensed';
	src: url('../fonts/Proxima Nova Condensed Bold.otf');
	font-weight: 600;
	font-style: normal;
}

@font-face {
	font-family: 'Proxima Nova Condensed';
	src: url('../fonts/Proxima Nova Condensed Black.otf');
	font-weight: 800;
	font-style: normal;
}

body {
	font-size: 16px;
	line-height: 1.4;
	background: #fff;
	/*    font-family: "Proxima Nova Consended", sans-serif; */
	font-family: 'Poppins', sans-serif;
}

body.home {
	margin-top: 41px;
}

a[href^='http']:empty::before {
	content: attr(href);
}

a {
	transition: 0.25s;
}

.container {
	max-width: 1160px;
	margin: 0 auto;
	padding: 0 15px;
}

.container_big {
	max-width: 1400px;
	margin: 0 auto;
}

.container_small {
	max-width: 1090px;
	margin: 0 auto;
	padding: 0 15px;
}

.header_top {
	background-color: #f2c94c;
	font-size: 11px;
	padding: 8px 0px 9px;
	position: relative;
	background-image: url('../images/head_bg.jpg');
	background-size: contain;
}

.header_top_search input[type='text'] {
	border-radius: 60px;
	-webkit-appearance: none;
	border: none;
	font-size: 11px;
	height: 24px;
	width: 205px;
	line-height: 24px;
	padding: 0px 13px;
	padding-right: 30px;
}

.header_top_search {
	position: relative;
	display: inline-block;
}

.header_top_search input[type='submit'] {
	position: absolute;
	right: 0;
	top: 0;
	border: none;
	-webkit-appearance: none;
	height: 100%;
	width: 32px;
	border-radius: 0 60px 60px 0;
	background: url('../images/search.svg');
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: 11px;
}

.header_top_menu {
	list-style: none;
	display: flex;
	align-items: center;
}

.header_top_menu a {
	color: #000;
	text-decoration: none;
}

.header_top_menu li {
	margin-right: 36px;
}

.header_top_menu a:hover {
	color: #fff;
}

.header_top_search input[type='text']:focus {
	outline: none;
	background: #fbfbfb;
}

.header_bottom_menu a {
	font-family: 'proxima_nova_condensedregular';
	color: #000;
	font-size: 16px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	text-decoration: none;
	padding: 10px 0;
	display: block;
}

.header_bottom_menu ul {
	display: flex;
	list-style: none;
	justify-content: space-between;
	width: 100%;
}

.page-template-page_main .header_bottom {
	border-bottom: none;
}

.header_bottom {
	background: #fff;
	border-bottom: 2px solid #ebebeb;
}

.header_bottom_menu li {
	position: relative;
	padding: 16px 0;
	margin: 0 5px;
}

.header_bottom_menu li:last-child {
	margin-right: 0;
}

.header_top:before {
	background-image: url(../images/head_bg.png);
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	mix-blend-mode: overlay;
	background-repeat: no-repeat;
	background-size: cover;
}

.header_bottom_menu li.current-menu-item:after {
	content: '';
	width: 100%;
	display: block;
	position: absolute;
	bottom: 0;
	background: #f2c94c;
	height: 4px;
}

.header_bottom_menu a:hover {
	opacity: 0.5;
}

.header_top_search input[type='submit']:hover {
	opacity: 0.5;
}

a.logo_top {
	width: 300px;
	font-size: 0;
}

.header_top .container {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.header_bottom .container {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.breadcrumbs {
	background: linear-gradient(171.15deg,
			#ffffff -39.67%,
			rgba(255, 255, 255, 0) 110.87%),
		#e4e4e4;
	color: #828282;
	padding: 12px 0px;
}

.breadcrumbs a {
	color: #828282;
	text-decoration: none;
}

.breadcrumbs ul {
	display: flex;
	list-style: none;
	font-size: 11px;
}

.breadcrumbs li:after {
	content: '';
	display: block;
	width: 22px;
	margin: 0 12px;
	background: url('../images/arrow_breadcrumb.svg');
	height: 10px;
	background-repeat: no-repeat;
	background-position: 0 50%;
	background-size: contain;
}

.breadcrumbs li {
	display: flex;
	align-items: center;
}

.breadcrumbs li:last-child:after {
	display: none;
}

.breadcrumbs a:hover {
	color: #f2c94c;
}

footer.main_footer {
	font-size: 14px;
	padding: 21px 0;
	border-top: 1px solid #e0e0e0;
}

footer.main_footer .container {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.main_footer_left {
	display: flex;
	align-items: center;
}

.main_footer_menu ul {
	display: flex;
	align-items: center;
	list-style: none;
}

.footer_copyright {
	margin-right: 25px;
	color: #bdbdbd;
}

a.footer_in_link:hover {
	opacity: 0.5;
}

.main_footer_menu a {
	text-decoration: none;
	color: #000;
	display: flex;
	justify-content: center;
	align-items: center;
}

.main_footer_menu li {
	margin-left: 30px;
}

.main_footer_menu a:hover {
	opacity: 0.5;
}

h1.main_title {
	font-family: 'proxima_nova_condensedregular';
	font-size: 60px;
	line-height: 58px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	margin: 40px 0;
	font-weight: normal;
}

section.main_content_question {
	margin: 50px 0;
}

.quote_form form {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	height: auto;
	align-items: flex-start;
}

.quote_form_item {
	width: 100%;
	margin-bottom: 27px;
}

.quote_form_item_4 {
	width: 23.5%;
}

.quote_form_item_2 {
	width: 49%;
}

.quote_form_item label {
	display: block;
	color: #828282;
	font-size: 12px;
	margin-bottom: 7px;
	font-weight: 600;
}

.quote_form_item input[type='text'],
.quote_form_item input[type='tel'],
.quote_form_item input[type='email'],
.quote_form_item input[type='url'],
.quote_form_item textarea {
	width: 100%;
	-webkit-appearance: none;
	border-radius: 0;
	border: 1px solid rgba(0, 0, 0, 0.1);
	padding: 9px 10px;
	font-size: 12px;
	background: #fff;
}

.quote_form_item input[type='url']:focus {
	outline: none;
	border-color: #c4c4c4;
}

.quote_form {
	padding: 44px;
	background: linear-gradient(180deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%),
		linear-gradient(162.18deg, #fdfdfd -14.29%, rgba(255, 255, 255, 0) 110.02%),
		#f4f4f4;
	margin-bottom: 115px;
}

label.files_icon {
	position: absolute;
	right: 10px;
	bottom: 10px;
	padding: 5px;
	display: flex;
	align-items: center;
}

.quote_form_item_relative {
	position: relative;
}

label.files_icon input {
	opacity: 0;
	/* z-index: -1; */
	width: 1px;
}

label.files_icon span {
	font-size: 12px;
	margin-right: 12px;
	font-weight: normal;
}

label.files_icon img {
	margin-bottom: 2px;
}

.quote_form_btn {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 14px;
	background: #f2c94c;
	border: 2px solid #f2c94c;
	color: #fff;
	padding: 13px 71px;
	line-height: 1;
}

.quote_form_btn:hover {
	background: transparent;
	color: #f2c94c;
}

label.files_icon:hover {
	color: #000;
}

.map_contact {
	background: #eaeaea;
	display: flex;
	align-items: center;
	text-align: center;
	justify-content: center;
	height: 600px;
}

.contact_info {
	margin-top: -290px;
	position: relative;
	z-index: 1;
}

.contact_info_item {
	background: linear-gradient(180deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%),
		linear-gradient(163.41deg, #fdfdfd -14.29%, rgba(255, 255, 255, 0) 110.02%),
		#f4f4f4;
	/* Gray 5 */
	border: 1px solid #e0e0e0;
	padding: 25px 25px 14px;
	width: 24%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
}

.contact_info_list {
	display: flex;
	justify-content: space-between;
	margin-top: 45px;
}

.main_content_contact_info_item_big {
	width: 49%;
	display: inline-block;
}

.contact_info_item_title {
	font-size: 18px;
	line-height: 21px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #333333;
	font-family: 'proxima_nova_condensedregular';
	margin-left: 10px;
	margin-bottom: 30px;
	font-weight: normal;
	margin-top: 0;
}

a.contact_info_item_link {
	font-size: 16px;
	line-height: 30px;
	color: #f2c94c;
	text-decoration: none;
}

a.contact_info_item_link:hover {
	color: #333;
}

.contact_info_list_left {
	font-size: 14px;
	line-height: 2;
}

.contact_info_list_right {
	text-align: right;
	font-size: 14px;
	color: #4f4f4f;
	line-height: 1.5;
}

.contact_info_list_inner {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}

img.contact_icon2 {
	height: 73px;
	margin-bottom: 25px;
}

img.contact_icon1 {
	height: 62px;
	margin-bottom: 20px;
}

.main_content_contact_info_item_big .contact_info_item_title {
	margin-bottom: 20px;
}

.question_form_2 {
	font-family: 'proxima_nova_condensedregular';
	font-size: 36px;
	line-height: 39px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	margin-bottom: 30px;
}

section.main_content_contact {
	margin-bottom: 65px;
}

.contact_info_list_right_item {
	margin-bottom: 15px;
}

.contact_info_list_right_item:last-child {
	margin-bottom: 0;
}

.contact_info_list_right_item span {
	display: block;
}

.quote_form_item textarea {
	line-height: 1.5;
}

.fix_link_block {
	position: fixed;
	right: 20px;
	background: #f2c94c;
	border-radius: 30.5px;
	font-size: 0;
	top: 50%;
	transform: translate(0, -50%);
	z-index: 100;
}

.fix_link_block a {
	display: block;
	padding: 13px 10px 8px;
	position: relative;
}

.fix_link_block a+a {
	padding: 8px 10px 13px;
}

.fix_link_block a:hover {
	opacity: 1;
}

.section_title {
	font-family: 'proxima_nova_condensedregular';
	font-size: 36px;
	text-align: center;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	line-height: normal;
}

.section_title:after {
	content: '';
	display: block;
	height: 2px;
	width: 69px;
	margin: 25px auto 40px;
	background: #f2c94c;
}

.applications_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.applications_item {
	width: calc(33.33% - 15px);
	margin-bottom: 22px;
	background-size: 0;
	position: relative;
	overflow: hidden;
}

.applications_title {
	position: absolute;
	top: 50%;
	right: 0;
	left: 0;
	transform: translate(0, -50%);
	font-family: 'proxima_nova_condensedregular';
	font-size: 24px;
	line-height: 1;
	text-align: center;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #fff;
}

.applications_item a {
	position: absolute;
	right: -70px;
	bottom: -70px;
	transition: 0.2s ease;
}

.applications_item>img {
	display: block;
	width: 100%;
}

.applications_item a span {
	border-radius: 50%;
	border: 1px solid #fff;
	display: block;
	width: 25px;
	height: 25px;
	text-align: center;
	line-height: 24px;
	z-index: 10;
	position: relative;
	margin: 8px 7px;
}

.applications_item a:before {
	content: '';
	display: block;
	right: -51px;
	bottom: -51px;
	background: #f2c94c;
	width: 102px;
	height: 102px;
	transform: rotate(45deg);
	position: absolute;
}

.applications_item a:hover {
	opacity: 0.85;
}

.applications_item:hover a {
	right: 0px;
	bottom: 0;
}

section.applications_section.retrofit_section {
	background: #f5f5f5;
	background-image: url('../images/bg0.png');
	background-size: cover;
	background-position: 50%;
}

.services_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.services_item {
	width: calc(100% / 3 - 10px);
	max-width: 290px;
	text-align: center;
}

.services_item img {
	width: 100%;
	display: block;
	margin-bottom: 23px;
}

.services_item a {
	display: block;
	color: #000;
	text-decoration: none;
}

span.services_item_title {
	font-family: 'proxima_nova_condensedregular';
	font-size: 18px;
	line-height: 20px;
	text-align: center;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.services_item a:hover {
	color: #f2c94c;
}

section.two_half_block {
	display: flex;
	flex-wrap: wrap;
	max-width: 1600px;
	margin: 0 auto;
}

img.two_half_block_image {
	width: 50%;
	height: auto;
	display: block;
	object-fit: cover;
	object-position: 50% 50%;
}

img#two_half_block_image {
	width: 50%;
	height: auto;
	display: block;
	object-fit: cover;
	object-position: 50% 50%;
}

.min-half #two_half_block_image {
	max-height: 300px;
}

.first-archive-half img#two_half_block_image {
	order: 2;
}

.two_half_block_info {
	width: 50%;
	position: relative;
	background: url('../images/image_bg_2.jpg');
	background-size: cover;
	background-position: 50% 50%;
	display: flex;
	min-height: 450px;
}

.section_title.two_half_block_info_title {
	text-align: left;
}

.section_title.two_half_block_info_title:after {
	margin: 20px 0 30px;
}

.two_half_block_info_text {
	font-size: 16px;
	line-height: 1.6;
	color: #4f4f4f;
	margin-bottom: 24px;
}

a.btn_two_half {
	font-style: normal;
	font-weight: 500;
	font-size: 11px;
	line-height: normal;
	text-transform: uppercase;
	color: #333;
	text-decoration: none;
	border: 2px solid #f2c94c;
	width: 130px;
	display: inline-block;
	text-align: center;
	padding: 7px;
}

.two_half_block_info_wrap {
	max-width: 450px;
	width: auto;
	margin-left: 60px;
	padding: 80px 20px 80px 0;
}

a.btn_two_half:hover {
	background: #f2c94c;
	color: #fff;
}

.section_ {
	padding: 50px 0 50px;
}

.type_section_list {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
}

.type_section_item {
	width: calc(100% / 2 - 10px);
	position: relative;
	margin-bottom: 20px;
}

.type_section_item::before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, .5);
}

.type_section_item>img {
	width: 100%;
	display: block;
	max-height: 483px;
	object-fit: cover;
	height: 483px;
}

.type_section_item_wrap {
	position: absolute;
	top: 50%;
	text-align: center;
	color: #fff;
	max-width: 350px;
	right: 0;
	left: 0;
	margin: auto;
	transform: translate(0, -50%);
	width: 350px;
}

.type_section_item_title {
	font-family: 'proxima_nova_condensedregular';
	font-size: 24px;
	line-height: 30px;
	text-align: center;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	max-width: 300px;
	margin: 0 auto 28px;
}

.type_section_item_text {
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: normal;
	text-align: center;
	margin-bottom: 25px;
}

a.type_section_item_btn {
	color: #fff;
	text-decoration: none;
	display: inline-block;
	border: 2px solid #f2c94c;
	font-style: normal;
	font-weight: 500;
	font-size: 12px;
	line-height: normal;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	width: 175px;
	padding: 11px 0px;
}

a.type_section_item_btn img {
	margin-left: 8px;
	display: inline-block;
	vertical-align: middle;
	transform: translate(0, -1px);
}

a.type_section_item_btn:hover {
	background: #f2c94c;
}

.main_banner_content__image_wrap:before {
	content: '';
	position: absolute;
	right: 0;
	left: 0;
	z-index: 0;
	top: 0;
	bottom: 0;
	background: #252525;
	opacity: 0.5;
}

.header_bottom_index {
	position: fixed;
	z-index: 10;
	color: #fff;
	right: 0;
	left: 0;
	top: 40px;
	background: transparent;
	-webkit-transition: 0.2s ease;
	-o-transition: 0.2s ease;
	transition: 0.2s ease;
}

.header_bottom_index a {
	color: #fff;
}

.main_banner_content {
	z-index: 1;
	text-align: center;
	color: #fff;
	padding: 0;
	position: relative;
}

a.main_banner_btn {
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	text-decoration: none;
	border: 2px solid #f2c94c;
	width: 198px;
	display: inline-block;
	padding: 18px 0px;
	line-height: 1;
}

a.main_banner_btn:hover {
	background: #f2c94c;
}

.main_banner_title {
	font-family: 'proxima_nova_condensedregular';
	font-size: 95px;
	line-height: 1;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 10px;
	max-width: 1170px;
	margin: 0 auto;
}

.main_banner_title:after {
	content: '';
	display: block;
	height: 2px;
	width: 69px;
	margin: 25px auto 40px;
	background: #f2c94c;
}

.main_banner_text {
	font-size: 18px;
	line-height: 30px;
	text-align: center;
	margin-bottom: 30px;
}

.header_mobile {
	display: none;
}

.mobile_modal_top {
	text-align: left;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px 0px;
}

.header_mobile_hamb_close span:before,
.header_mobile_hamb_close span:after {
	content: '';
	display: block;
	width: 18px;
	height: 1px;
	background: #fff;
	position: absolute;
}

.header_mobile_hamb_close {
	padding: 0px;
	position: relative;
	width: 22px;
	height: 22px;
	margin-bottom: -17px;
	margin-right: -5px;
}

.header_mobile_hamb_close span:after {
	transform: rotate(45deg);
}

.header_mobile_hamb_close span:before {
	transform: rotate(-45deg);
}

.mobile_modal_menu_1 {
	text-align: center;
}

.mobile_modal_menu_1 a {
	font-family: 'proxima_nova_condensedregular';
	font-size: 17px;
	line-height: normal;
	text-align: center;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #fff;
	text-decoration: none;
}

.mobile_modal_menu_1 li {
	margin-bottom: 19px;
}

.mobile_modal_menu_1 {
	margin-bottom: 45px;
}

.mobile_modal_menu_2 {
	text-align: center;
	margin-bottom: 40px;
}

.mobile_modal_menu_2 a {
	font-style: normal;
	font-weight: normal;
	font-size: 15px;
	line-height: normal;
	text-align: center;
	color: #fff;
	text-decoration: none;
}

.mobile_modal_menu_2 a:focus {
	color: #f2c94c;
}

.main-foot-banner-text a {
	font-size: 18px;
}

.mobile_modal_menu_2 li {
	margin-bottom: 17px;
}

.mobile_modal_search input[type='text'] {
	background: #ffffff;
	border-radius: 60px;
	border: none;
	-webkit-appearance: none;
	font-size: 11px;
	line-height: 32px;
	width: 100%;
	padding: 0px 15px 0px;
	padding-right: 32px;
}

.mobile_modal {
	display: none;
}

.mobile_modal_menu_1 ul,
.mobile_modal_menu_2 ul {
	list-style: none;
}

.mobile_modal_menu_1 ul,
.mobile_modal_menu_2 ul {
	list-style: none;
}

.mobile_modal_search {
	max-width: 290px;
	margin: 20px auto 40px;
	position: relative;
}

.mobile_modal_search input[type='submit'] {
	position: absolute;
	right: 5px;
	top: 0;
	border: none;
	-webkit-appearance: none;
	height: 100%;
	width: 32px;
	border-radius: 0 60px 60px 0;
	background: url(../images/search.svg);
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: 11px;
}

.mobile_modal_search input[type='text']:focus {
	outline: none;
	background: #fbfbfb;
}

.header_mobile .container {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.fixed_ {
	position: fixed;
	overflow: hidden;
	width: 100%;
}

.main-top-banner {
	padding-top: 210px;
	padding-bottom: 70px;
	background-size: cover;
	position: relative;
	max-height: 460px;
}

.el_tab h2 {
	padding: 20px 0;
	font-weight: 500;
	margin: 20px 0;
	display: block;
}

.main-banner-title h1 {
	letter-spacing: 0.05em;
	font-size: 60px;
	color: #fff;
	text-transform: uppercase;
	font-family: 'proxima_nova_condensedregular';
	position: relative;
	margin-bottom: 30px;
	font-weight: 600;
}

.main-banner-title h1:after {
	position: absolute;
	bottom: -10px;
	width: 70px;
	height: 2px;
	content: '';
	background-color: #f2c94c;
	left: 0;
}

.main-banner-description span {
	color: #fff;
	font-family: Poppins;
	font-size: 18px;
}

.main-foot-banner-description {
	padding: 60px 0 0;
}

.pt {
	padding-top: 140px;
}

.main-foot-banner-text {
	font-size: 18px;
	line-height: 1.75;
	color: #000;
}

.archive-items-title h2 {
	font-size: 36px;
	font-family: 'proxima_nova_condensedregular';
	line-height: 39px;
	text-transform: uppercase;
	color: #333333;
	letter-spacing: 0.05em;
	position: relative;
	margin-bottom: 90px;
}

.archive-items-title {
	text-align: center;
	max-width: 870px;
	margin: 0 auto;
}

.archive-items-title h2:after {
	position: absolute;
	content: '';
	height: 2px;
	width: 70px;
	top: 110px;
	background-color: #f2c94c;
	left: 50%;
	transform: translate(-50%, 0);
}

.archive-items-list {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
	margin-bottom: 100px;
	margin-left: -25px;
}

.archive-item {
	width: calc(33% - 22px);
	margin-bottom: 25px;
	overflow: hidden;
	max-height: 462px;
	border-bottom: 1px solid #e0e0e0;
	margin-left: 25px;
}

.archive-item-description {
	border: 1px solid #e0e0e0;
	margin-top: -7px;
	padding: 22px;
	min-height: 233px;
	position: relative;
}

.archive-item-title {
	font-family: 'proxima_nova_condensedregular';
	font-size: 18px;
	line-height: 20px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	font-weight: 500;
}

.archive-item-subtitle {
	font-weight: 500;
	font-size: 12px;
	line-height: 16px;
	margin-top: 10px;
}

.archive-list-ul li {
	font-size: 11px;
	line-height: 15px;
	margin-bottom: 10px;
	position: relative;
}

.archive-list-ul {
	margin-top: 15px;
}

.archive-list-ul ul {
	list-style: none;
	margin-left: 15px;
}

.archive-list-ul li:after {
	position: absolute;
	content: '';
	left: -10px;
	top: 5px;
	border-radius: 50%;
	width: 3px;
	height: 3px;
	background-color: #f2c94c;
}

.archive-item-description a {
	content: '';
	display: block;
	right: -51px;
	bottom: -51px;
	background: #f2c94c;
	width: 102px;
	height: 102px;
	transform: rotate(45deg);
	position: absolute;
}

.archive-item-description a span {
	border-radius: 50%;
	border: 1px solid #fff;
	display: block;
	width: 25px;
	height: 25px;
	text-align: center;
	line-height: 24px;
	z-index: 10;
	position: relative;
	margin: 40px 7px;
	transform: rotate(-45deg);
}

.archive-item-description a:hover {
	opacity: 0.7;
}

.last-archive-item .archive-item-description {
	cursor: pointer;
	position: absolute;
	color: #fff;
	top: 50%;
	border: none;
	text-align: center;
	transform: translate(0, -50%);
	display: flex;
	justify-content: center;
	align-items: center;
}

.archive-item.last-archive-item {
	position: relative;
}

.last-archive-item .archive-item-title span {
	font-size: 24px;
	letter-spacing: 0.15em;
	line-height: 32px;
}

.rtable {
	overflow-x: auto;
	white-space: nowrap;
	border-collapse: collapse;
	border-spacing: 0;
	color: #4f4f4f;
	width: 100%;
	max-width: 1052px;
	background-color: #fff;
}

.rtable th {
	text-align: left;
	text-transform: uppercase;
	background: #f2c94c;
	color: #fff;
	font-weight: 600;
	font-size: 12px;
	line-height: 16px;
}

.rtable th,
.rtable td {
	padding: 15px;
	border-bottom: 1px solid #d9d7ce;
	width: 12.5%;
}

.rtable--flip thead {
	display: flex;
	flex-shrink: 0;
}

.rtable--flip tbody {
	display: flex;
	position: relative;
	overflow-x: auto;
	overflow-y: hidden;
}

.rtable--flip tr {
	display: flex;
	flex-direction: column;

	flex-shrink: 0;
}

.rtable--flip td,
.rtable--flip th {
	display: block;
}

.rtable--flip td {
	background-image: none !important;
	border-left: 0;
}

.rtable--flip th:not(:last-child),
.rtable--flip td:not(:last-child) {
	border-bottom: 0;
}

.main-table-block {
	display: flex;
	justify-content: center;
}

td.strong {
	font-size: 12px;
	font-weight: 600;
}

.main-table-wrap {
	display: none;
	padding: 60px 0 100px;
	background-image: url('../images/arhcive-back.jpg');
	background-size: cover;
	margin-bottom: 100px;
}

.turbines-wrap {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
	height: 580px;
}

.left-turbines-content {
	width: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 580px;
}

.left-turbines-desc {
	max-width: 405px;
}

.right-turbines-image {
	width: 50%;
}

.left-turbines-title {
	font-size: 24px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.left-turbines-text {
	line-height: normal;
}

.second-turbines .left-turbines-content {
	order: 2;
}

.app_archive-section {
	background-image: url('../images/app-bg.jpg');
}

section.foot-links-section {
	margin-top: 70px;
}

.foot-links-description {
	max-width: 665px;
	margin: 20px auto 0;
	text-align: center;
	font-size: 14px;
}

.foot-links-container ul {
	list-style: none;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-top: 40px;
	margin: 0 auto;
	background-image: url('../images/linkbg.jpg');
	border-radius: 15px;
	background-size: cover;
	overflow: hidden;
}

.foot-links-container a {
	text-decoration: none;
	padding: 15px 20px;
	text-transform: uppercase;
	color: #000;
	display: block;
}

.foot-links-container {
	margin-top: 40px;
	text-align: center;
	margin-bottom: 80px;
}

.main-single-head .section_title {
	margin-top: 43px;
	text-align: left;
	font-size: 60px;
	margin-bottom: 0;
}

.main-single-head .section_title:after {
	margin: 25px 0 40px;
}

.single-slider-wrap {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}

.left-top-slider {
	width: 60%;
	font-size: 0;
}

.right-top-content {
	width: 40%;
}

.banner-head {
	padding: 15px;
	text-transform: uppercase;
	color: #fff;
	background-color: #f2c94c;
	font-size: 18px;
}

.right-top-banner {
	width: 250px;
	margin-left: 29px;
}

.banner-info {
	background: linear-gradient(180deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%),
		linear-gradient(141.46deg, #fdfdfd -14.29%, rgba(255, 255, 255, 0) 110.02%),
		#f4f4f4;
	padding: 22px;
	border: 1px solid #e0e0e0;
}

.banner-info ul {
	list-style: none;
}

.banner-info li {
	margin-bottom: 20px;
	font-size: 14px;
	line-height: normal;
	margin-left: 10px;
	max-width: 180px;
	position: relative;
}

.banner-info li:after {
	position: absolute;
	content: '';
	left: -10px;
	top: 9px;
	border-radius: 50%;
	width: 3px;
	height: 3px;
	background-color: #f2c94c;
}

.left-top-slider .slick-dots li.slick-active button:before {
	opacity: 0.75;
	color: transparent;
	background-image: url(../images/active.svg);
}

.left-top-slider .slick-dots li button:before {
	background-image: url(../images/unnactive.svg);
	background-position: center;
	background-repeat: no-repeat;
	color: transparent;
	opacity: 1;
}

.left-top-slider .slick-dots {
	bottom: -32px;
}

.top-slider-text {
	width: 60%;
	margin-top: 30px;
	font-size: 18px;
	line-height: 30px;
	margin-bottom: 95px;
}

.bot-selector ul {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	list-style: none;
}

.bot-selector li {
	margin-left: 60px;
}

.bot-selector li:first-child {
	margin-left: 0;
}

.bot-selector a {
	text-transform: uppercase;
	font-family: 'proxima_nova_condensedregular';
	font-size: 18px;
	line-height: 20px;
	letter-spacing: 0.1em;
	text-decoration: none;
	color: #828282;
	font-weight: 500;
	position: relative;
}

.bot-selector .active {
	color: #000;
}

.bot-selector {
	margin-bottom: 27px;
}

.bot-selector .active:after {
	position: absolute;
	width: 100%;
	content: '';
	height: 2px;
	background-color: #f2c94c;
	bottom: -27px;
	left: 0;
}

.bot-selector-table-wrap {
	background-image: url(../images/single-bg.jpg);
	padding-bottom: 135px;
}

.bot-selector-table {
	width: 70%;
}

.bot-table-body {
	width: 100%;
}

.bot-table-row {
	display: flex;
	justify-content: flex-start;
	background: linear-gradient(180deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%),
		linear-gradient(177.8deg, #fdfdfd -14.29%, rgba(255, 255, 255, 0) 110.02%),
		#f4f4f4;
}

.bot-table-cell {
	width: 50%;
	padding: 15px;
	font-size: 14px;
}

.bot-table-cell ul {
	list-style: none;
}

.bot-table-cell li {
	position: relative;
	margin-bottom: 5px;
}

.bot-table-cell li:after {
	position: absolute;
	content: '';
	left: -10px;
	top: 9px;
	border-radius: 50%;
	width: 3px;
	height: 3px;
	background-color: #f2c94c;
}

.bot-table-cell:last-child {
	font-weight: 600;
}

.bot-selector-container {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	padding-top: 30px;
}

.bot-selector-table-tip {
	width: 30%;
	margin-left: 35px;
}

hr.yellow-line {
	background: #f2c94c;
	width: 100px;
	height: 2px;
	border: none;
	margin-bottom: 25px;
	margin-right: 80px;
	margin-top: 15px;
}

.bot-selector-table-tip p {
	font-size: 14px;
	line-height: 25px;
	color: #828282;
	max-width: 235px;
}

.main-top-banner.main-single-head.about-head .section_title {
	font-weight: 600;
	margin-bottom: 40px;
	max-height: auto;
}

.main-single-head.about-head .section_title strong {
	color: #f2c94c;
	font-weight: 600;
}

.main-single-head.about-head .section_title:after {
	content: none;
}

.about-slider .bot-selector a {
	color: #000;
}

.about-slider .left-top-slider {
	width: 100%;
}

.main-top-banner.main-single-head.abbg {
	max-height: inherit;
}

.main-top-banner.main-single-head.abbg strong {
	color: #f2c94c;
	font-weight: 600;
}

.about-slider .slick-slide img {
	width: 100%;
}

.about-text-container strong {
	font-size: 18px;
	margin-bottom: 20px;
	display: block;
}

.about-slider .left-top-slider .slick-dots {
	bottom: -30px;
}

.about-slider .single-slider-wrap {
	display: block;
}

.about-slider-js .slick-dots li.slick-active button:before {
	opacity: 0.75;
	color: transparent;
	background-image: url(../images/active.svg);
}

.about-slider-js .slick-dots li button:before {
	background-image: url(../images/unnactive.svg);
	background-position: center;
	background-repeat: no-repeat;
	color: transparent;
	opacity: 1;
}

.about-slider .slick-prev,
.about-slider .slick-next {
	background-image: url(../images/arrow.svg);
	width: 35px;
	height: 35px;
}

.about-slider .slick-prev {
	left: -55px;
}

.about-slider .slick-next {
	right: -55px;
	transform: rotate(180deg);
}

.about-slider .slick-prev:before,
.about-slider .slick-next:before {
	color: transparent;
}

.about-slider .slick-prev:hover,
.about-slider .slick-prev:focus,
.about-slider .slick-next:hover,
.about-slider .slick-next:focus {
	background-image: url(../images/arrow.svg);
	opacity: 0.75;
}

.about-slider-js .slick-dots {
	bottom: -42px;
}

.slick-dotted.slick-slider.about-slider-js {
	margin-bottom: 75px;
}

.about-text-container span {
	font-size: 24px;
	margin-bottom: 40px;
	line-height: 1.5;
}

.about-text-container p {
	font-size: 18px;
	line-height: 1.7;
	color: #4f4f4f;
	margin-bottom: 20px;
}

.special-text-block {
	background: linear-gradient(180deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%),
		linear-gradient(172.46deg, #fdfdfd -14.29%, rgba(255, 255, 255, 0) 110.02%),
		#f4f4f4;
	/* Gray 5 */
	border: 1px solid #e0e0e0;
	box-sizing: border-box;
	/* 2 */
	box-shadow: 0px 41px 58px rgba(0, 0, 0, 0.058);
	display: block;
	margin-bottom: 40px;
}

.about-text-container .special-text-block p {
	color: #000000;
	margin-bottom: 0;
	position: relative;
}

.about-bot-photo img {
	width: 100%;
	object-fit: cover;
}

.about-bot-photo span {
	position: absolute;
	bottom: 6px;
	left: 0;
	margin-bottom: 0;
	color: #fff;
	width: 50%;
	height: 86px;
	background-color: #f2c94c;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding-left: 70px;
	font-size: 14px;
}

.about-bot-photo {
	position: relative;
}

.about-map-wrap {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.left-map-content {
	width: 50%;
}

.right-map-content {
	width: 50%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
}

.right-map-content span {
	font-size: 12px;
	line-height: 16px;
	color: #828282;
	max-width: 200px;
	margin-left: 20px;
}

.our-team {
	padding-top: 40px;
	padding-bottom: 124px;
	background-image: url(../images/single-bg.jpg);
}

.our-team-list {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
	margin-top: -25px;
	background: transparent;
}

.our-team-item {
	width: calc(100% / 3 - 12.5px);
	max-width: 340px;
	margin-top: 25px;
	box-shadow: 0px 41px 58px rgba(0, 0, 0, 0.058);
}

.team-name span {
	font-family: 'proxima_nova_condensedregular';
	font-size: 18px;
	line-height: 20px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #333333;
	font-weight: 600;
	margin-bottom: 10px;
}

.team-name {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	background-color: #fff;
	min-height: 111px;
}

.team-name p {
	font-size: 12px;
	line-height: 18px;
	color: #4f4f4f;
	max-width: 280px;
}

.special-text-parent {
	padding: 50px 90px;
}

.about-text-container .special-text-block p:before {
	position: absolute;
	height: 102%;
	width: 2px;
	content: '';
	background-color: #f2c94c;
	top: -3%;
	left: -90px;
}

.no-bg-block {
	background-image: none;
}

.first-archive-half img.two_half_block_image {
	order: 2;
}

.first-archive-half .two_half_block_info {
	order: 1;
}

.main-banner-title.page-title h1:after {
	bottom: -20px;
}

.page-list {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
	padding-bottom: 135px;
}

.page-item {
	width: calc(33% - 20px);
	max-width: 339px;
	margin-bottom: 20px;
	position: relative;
	overflow: hidden;
	margin-right: 20px;
}

.page-item-img img {
	max-height: 235px;
	min-height: 235px;
	width: 100%;
	object-fit: cover;
}

.page-item-text {
	text-align: left;
	min-height: 235px;
	background: linear-gradient(180deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%),
		linear-gradient(159.41deg, #fdfdfd -14.29%, rgba(255, 255, 255, 0) 110.02%),
		#f4f4f4;
	border: 1px solid #e0e0e0;
	box-sizing: border-box;
	margin-top: -7px;
	padding: 25px;
}

.page-item-text span {
	font-size: 18px;
	line-height: 20px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	display: block;
	font-weight: 500;
	margin-bottom: 20px;
}

.page-item-text p {
	font-size: 14px;
	color: #4f4f4f;
	padding: 0 25px;
	line-height: 1.65;
}

.empty-banner img {
	width: 100%;
	object-fit: cover;
}

.bb-wrap .page-item-text {
	background: none;
	border: none;
}

.bb-wrap .page-item-text span {
	padding-left: 0;
}

.bb-wrap .page-item-text p {
	padding-left: 0;
}

.archive-item-img img {
	width: 100%;
	min-height: 233px;
}

.right-turbines-image img {
	display: block;
}

.foot-links-container a:hover {
	background-color: #f2c94c;
	transition: 0.5s;
	color: #fff;
}

.left-top-slide {
	position: relative;
	max-height: 430px;
	overflow: hidden;
}

.plus_icon_single {
	display: block;
	right: -51px;
	bottom: -51px;
	background: #f2c94c;
	width: 102px;
	height: 102px;
	transform: rotate(45deg);
	position: absolute;
	transition: 0.25s 0.25s;
	right: -100px;
	bottom: -100px;
}

.plus_icon_single img {
	width: 22px;
}

.production_page_x__slide__inner:hover .plus_icon_single {
	right: -51px;
	bottom: -51px;
	transition: 0.25s;
}

.plus_icon_single span {
	display: block;
	width: 25px;
	height: 25px;
	text-align: center;
	line-height: 24px;
	z-index: 10;
	position: relative;
	margin: 40px 8px 0 8px;
	transform: rotate(45deg);
}

.single_default h1 {
	font-family: 'proxima_nova_condensedregular';
	font-size: 60px;
	line-height: 1.3;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #000000;
	margin: 20px 0 27px;
	font-weight: normal;
}

.single_default_text {
	font-family: Poppins;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 1.8;
	max-width: 900px;
}

.single_default_text p,
.single_default_text ul,
.single_default_text ol {
	margin-bottom: 27px;
}

.single_default_text ul,
.single_default_text ol {
	padding-left: 45px;
}

.single_default_text li {
	margin-bottom: 12px;
}

.single_default_text li:last-child {
	margin-bottom: 0;
}

.single_default {
	margin-bottom: 50px;
}

.quote_form_item_files {
	width: 100%;
	margin-bottom: 20px;
	border: 1px solid #eaeaea;
	padding: 20px 20px 5px;
	background: #fff;
	border-radius: 2px;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	position: relative;
}

.file_item img {
	text-align: center;
	width: 40px;
	opacity: 0.8;
	margin-bottom: 2px;
}

.file_item strong {
	display: block;
	font-weight: normal;
	font-size: 12px;
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.file_item {
	text-align: center;
	max-width: 70px;
	margin-right: 20px;
	margin-bottom: 20px;
}

.file_item:last-child {
	margin-right: 0;
}

.quote_form_item_files {
	display: none;
}

.quote_form_item_files_wrap {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-wrap: wrap;
}

.quote_form_item_files_close span {
	height: 32px;
	width: 32px;
	display: block;
}

.quote_form_item_files_close span:before,
.quote_form_item_files_close span:after {
	content: '';
	display: block;
	width: 18px;
	height: 1px;
	background: #000;
	position: absolute;
	transform-origin: 50%;
	margin: auto;
	right: 0;
	left: 0;
	bottom: 0;
	top: 0;
}

.quote_form_item_files_close span:after {
	transform: rotate(45deg);
}

.quote_form_item_files_close span:before {
	transform: rotate(-45deg);
}

.quote_form_item_files_close {
	position: absolute;
	right: 0px;
	background: #fff;
	z-index: 10;
	cursor: pointer;
	height: 32px;
	width: 32px;
	top: 0;
}

.not_found_search {
	background: #f3f3f3;
	padding: 20px 20px 1px;
}

.single_search_item {
	font-size: 15px;
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #e8e8e8;
}

.single_search_item h3 a {
	color: #ffc32f;
	text-decoration: none;
	font-weight: 600;
}

.single_search_item h3 a:hover {
	color: #000;
}

.single_search_item h3 {
	margin-bottom: 5px;
}

.main_banner_content_inner {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	transform: translate(0px, -50%);
}

.main_banner {
	position: relative;
}

.main_banner_content_wrap .slick-dots {
	position: absolute;
	bottom: 15px;
	z-index: 9;
}

.main_banner_content_wrap .slick-dots li button:before {
	background: white;
	content: '';
	border-radius: 50%;
	height: 10px;
	width: 10px;
	opacity: 0.5;
}

.main_banner_content_wrap .slick-dots li button {
	width: auto;
	margin: 0;
	padding: 0;
	height: auto;
}

.main_banner_content_wrap .slick-dots li {
	width: auto;
	margin: 0 15px;
}

.main_banner_content_wrap .slick-dots li.slick-active button:before {
	background: transparent;
	opacity: 1;
	box-shadow: 0 0 0 2px #fff;
}

.el_tab {
	display: none;
}

.page-item a {
	color: #000;
	text-decoration: none;
	position: absolute;
	right: -70px;
	bottom: -70px;
	transition: 0.2s ease;
	opacity: 0;
}

header.header_main {
	position: fixed;
	z-index: 102;
	right: 0;
	left: 0;
	top: 0;
}

.admin-bar header.header_main {
	top: 32px;
}

.admin-bar .header_bottom_index {
	top: 73px;
	z-index: 100;
}

.slick-dotted.slick-slider.main_banner_content_wrap {
	margin-top: 0px;
}

body {
	margin-top: 117px;
}

.index_header_scroll_active {
	background: #22282c;
}

.not_404 {
	margin: 200px 0;
	text-align: center;
}

.not_found_404 {
	font-size: 55px;
}

.not_found_404 span {
	display: block;
	margin-bottom: -20px;
}

.not_found_404 strong {
	font-size: 120px;
}

.download-list {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
}

.download-item {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
}

.download-item img {
	width: 30px;
}

.download-item a {
	text-decoration: none;
	color: #000;
	margin-top: 5px;
}

.download-item:hover a {
	color: #f2c94c;
	transition: 0.3s;
}

.main_top_banner--dark:before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #000;
	content: '';
	opacity: 0.5;
	z-index: 0;
}

.main-banner-description {
	color: #fff;
	z-index: 5;
	position: relative;
}

span.fix_link_block_text {
	font-size: 13px;
	position: absolute;
	color: #fff;
	background: #f2c94c;
	right: 18px;
	width: 0;
	text-align: center;
	border-radius: 20px;
	top: 50%;
	transform: translate(0, -50%);
	line-height: 1;
	white-space: nowrap;
	overflow: hidden;
	padding: 7px 0px 8px;
	transition: 0.3s 0.3s;
	z-index: -1;
}

.fix_link_block a:hover span {
	right: 36px;
	width: 106px;
	padding: 7px 10px 8px;
	transition: 0.3s;
}

.fix_link_block a span:hover {
	color: #000;
}

.success_modalka {
	padding: 34px 30px 30px;
	text-align: center;
}

a.img_success_modal {
	display: block;
	max-width: 320px;
	margin-bottom: 15px;
	margin: 0 0 20px;
}

.right_modal_s {
	font-size: 15px;
	font-weight: 300;
}

.empty-banner img {
	max-height: 400px;
	object-fit: cover;
}

.empty-banner-img:before {
	position: absolute;
	top: 0;
	bottom: 5px;
	left: 0;
	right: 0;
	background-color: #000;
	content: '';
	opacity: 0.5;
	z-index: 1;
}

.empty-banner-img {
	position: relative;
	display: block;
	box-sizing: border-box;
	width: 100%;
}

.front-two-block {
	padding-bottom: 50px;
}

.no-pad {
	padding-bottom: 0;
}

.last-archive-item .archive-item-description a {
	bottom: -150px;
}

.four-items {
	width: calc(25% - 15px);
}

.archive-subtitle {
	padding: 10px 0;
	text-align: center;
	background-color: #f2c94c;
	color: #fff;
	font-size: 14px;
}

.archive-item-description.big-description a {
	bottom: -8px;
}

.min-half {
	max-height: 300px;
}

.min-half .two_half_block_image {
	max-height: 300px;
}

a.footer_in_link img {
	max-width: 80px;
	max-height: 50px;
}

.archive-description-block {
	background-image: url(../images/last-item.jpg);
	background-size: cover;
	background-position: center;
	width: calc(100% - 30px);
	max-height: 100px;
	text-align: center;
	padding-bottom: 20px;
	margin: 0 auto 25px;
	max-width: 1120px;
}

.archive-description-wrap {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.archive-description-wrap img {
	width: 30px;
	animation: downArrow 2.5s infinite;
}

.archive-description-wrap span {
	color: #fff;
	font-size: 20px;
	padding-top: 20px;
	margin-bottom: 10px;
}

.table-description-text {
	max-width: 1052px;
	margin: 0 auto;
	margin-top: 30px;
}

.about-text-container {
	margin-top: 40px;
}

.ab-title {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
}

.main-single-head .section_title.apt {
	position: relative;
	color: #fff;
}

.section_title.apt:after {
	background: #fff;
}

.fww {
	flex-wrap: wrap;
}

.main-footer-partners {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.left-top-slide img {
	max-height: 400px;
	width: 100%;
	object-fit: cover;
}

.footer-partners-item a {
	color: #ccc;
	text-decoration: none;
}

.footer-partners-item span {
	margin-right: 8px;
	display: inline-block;
	font-size: 11px;
}

.footer-partners-item a.footer_in_link img {
	max-width: 120px;
	display: inline-block;
	vertical-align: middle;
}

.about-text-container strong.map-strong {
	margin-bottom: 60px;
}

.full-size {
	width: 100%;
}

.footer-partners-item a.footer_in_link img.toray {
	margin-bottom: 7px;
	max-width: 140px;
}

.page-item-text ul {
	margin-left: 18px;
}

.page-item:hover a {
	right: 0;
	bottom: 0;
	opacity: 1;
}

.page-item a:before {
	content: '';
	display: block;
	right: -51px;
	bottom: -51px;
	background: #f2c94c;
	width: 102px;
	height: 102px;
	transform: rotate(45deg);
	position: absolute;
}

.page-item a:hover {
	opacity: 0.85;
}

.page-item a span {
	border-radius: 50%;
	border: 1px solid #fff;
	display: block;
	width: 25px;
	height: 25px;
	text-align: center;
	line-height: 24px;
	z-index: 10;
	position: relative;
	margin: 8px 7px;
}

.about-text-container img {
	margin-bottom: 20px;
	max-width: 100%;
	object-fit: cover;
	width: 100%;
}

.applications_item.retrofit_item img.arrow {
	min-height: auto;
}

.retrofit_list {
	padding-bottom: 80px;
}

.download-wrap h2 {
	padding: 40px 0;
	font-size: 36px;
}

.download-wrap .download-list {
	display: flex;
	flex-wrap: wrap;
}

.download-wrap .download-item {
	align-items: center;
	width: 100%;
	padding: 20px 0;
	flex-direction: row;
}

.footer-partners-item {
	display: inline-flex;
	align-items: flex-start;
	flex-wrap: wrap;
	width: 170px;
}

.footer-partners-item a.footer_in_link img.clever-foot {
	max-width: 90px;
}

.npb {
	padding-bottom: 0;
}

.archive-items-wrap {
	padding-top: 60px;
	margin-bottom: 40px;
}

.page-list-wrap {
	margin-top: 60px;
}

.about-text-container {
	margin-bottom: 60px;
}

a.logo_top_mobile img {
	width: 250px;
}

.search-section {
	padding: 140px 0;
}

.success_modalka_wrap {
	max-width: 450px;
	text-align: left;
}

.download-wrap .download-item img {
	margin-right: 16px;
}

.download-wrap .download-item a {
	margin-top: 0;
}

.last-stroke td {
	border-left: 1px solid #d9d7ce;
}

tr.last-stroke {
	border-right: 1px solid #d9d7ce;
}

.presentation_block {
	white-space: nowrap;
	font-size: 0;
	-ms-overflow-style: none;
	overflow: scroll;
	padding: 32px 10px 40px;
}

.presentation_block::-webkit-scrollbar {
	display: none;
}

.presentation_block a {
	display: inline-block;
}

.presentation_block a img {
	width: auto;
	height: 100%;
	max-width: 100%;
	display: block;
	max-height: 1500px;
	min-height: 500px;
	object-fit: contain;
}

.presentation_item {
	text-align: center;
}

.slick-slide:focus {
	outline: none;
}

.slick-slide a:focus {
	outline: none;
}

.presentation_block .slick-dots {
	bottom: -46px;
}

.presentation_block .slick-dots li button:before {
	border: 2px solid #fecb10;
	content: '';
	border-radius: 50%;
	opacity: 1;
	height: 15px;
	width: 15px;
	right: 0;
	margin: auto;
	left: 0;
}

.presentation_block .slick-dots li.slick-active button:before {
	background: #fecb10;

	box-shadow: 0 0 0 2px #fff;
}

.presentation_block .slick-arrow {
	color: #000;
	height: 100px;
	width: 50px;
	z-index: 101;
}

.presentation_block .slick-prev {
	left: 50px;
}

.presentation_block .slick-next {
	right: 50px;
	left: auto;
}

.presentation_block .slick-arrow:before {
	content: '';
	display: block;
	border: 4px solid #17181b;
	width: 25px;
	height: 25px;
	position: absolute;
	border-bottom: 0;
	border-right: 0;
	transform: rotate(-45deg) translate(12px, 12px);
	top: calc(50% - 13px);
}

.presentation_block .slick-next:before {
	transform: rotate(135deg) translate(-4px, -4px);
}

.presentation_block_wrap-btn {
	text-align: center;
	margin: 10px 0 30px;
}

a.presentation_block_btn {
	display: inline-block;
	border: 2px solid #fecb10;
	color: #000000;
	text-decoration: none;
	padding: 10px 55px;
}

a.presentation_block_btn:hover {
	background: #fecb10;
	color: #fff;
}

a.btn_standatr_to_presentation {
	display: inline-block;
	border: 2px solid #f2c94b;
	color: #161616;
	text-decoration: none;
	padding: 10px 55px;
	width: 100%;
	margin-top: 20px;
	font-size: 14px;
	text-align: center;
	max-width: 250px;
}

a.btn_standatr_to_presentation:hover {
	background: #f2c94b;
	color: #fff;
}



@keyframes downArrow {
	from {
		transform: translate(0, -5px);
		opacity: 1;
	}

	to {
		transform: translate(0, 10px);
		opacity: 0;
	}
}

.btn_company-overview_wrap {
	background-image: url(../images/last-item.jpg);
	background-size: cover;
	background-position: center;
	width: 100%;
	max-height: 100px;
	text-align: center;
	justify-content: space-between;
	display: flex;
	padding: 15px 30px;
	align-items: center;
	margin-top: -35px;
}

a.btn_company-overview_link {
	text-align: center;
	border: 2px solid #f2c94c;
	background: transparent;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	min-width: 200px;
	display: inline-block;
	padding: 9px;
	text-transform: uppercase;
}

.btn_company-overview_title {
	font-weight: 700;
	font-size: 27px;
	color: #fff;
}

a.btn_company-overview_link:hover {
	background: #f2c94c;
	color: #000;
}

p iframe {
	max-width: 100%;
}

.wp-video-shortcode video,
video.wp-video-shortcode {
	display: block;
	height: auto;
}

.main_banner_content__image {
	width: 100%;
	min-height: 600px;
	max-height: 600px;
	object-fit: cover;
}

.main_banner_content_wrap .slick-slide>div {
	font-size: 0;
}

.main_banner_content__image_wrap.noShadowBG:before {
	display: none;
}

.main-single-head.about-head {
	margin-bottom: 40px;
}

.header_bottom_menu {
	width: calc(100% - 370px);
}

.btn_mobile_menu {
	display: none;
}

body.home .btn_mobile_menu {
	filter: invert(1);
}

.page_list_x {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
	margin: 0 -20px 100px;
}

.page_item_x {
	width: calc(100% / 3 - 40px);
	position: relative;
	margin: 0 20px 45px;
}

.page_item_x__image img {
	max-height: 235px;
	min-height: 235px;
	width: 100%;
	object-fit: cover;
}

.page_item_x__info {
	padding: 0 20px;
	line-height: 1.5;
}

.page_item_x__image {
	margin-bottom: 25px;
	font-size: 0;
}

.page_item_x__title {
	font-size: 18px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	display: block;
	font-weight: 500;
	margin-bottom: 15px;
	line-height: 1.35;
}

.page_item_x__text {
	line-height: 1.7;
	font-size: 14px;
	color: #4f4f4f;
}

.page_item_x__text a {
	color: #f1ca4b;
}

.page_item_x__text a:hover {
	text-decoration: none;
	color: inherit;
}

.header_mobile_hamb {
	padding: 10px;
	font-size: 0;
	margin-right: -5px;
}

.half_block_x_info {
	position: relative;
	background: url(../images/image_bg_2.jpg);
	background-size: cover;
	background-position: 50% 50%;
	width: 50%;
	display: flex;
	align-items: center;
}

.half_block_x_image {
	width: 50%;
	height: auto;
	display: block;
	object-fit: cover;
	object-position: 50% 50%;
}

.half_block_x {
	display: flex;
	flex-wrap: wrap;
	max-width: 1600px;
	margin: 0 auto 40px;
}

.half_block_x_info__title {
	font-family: 'proxima_nova_condensedregular';
	font-size: 36px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	line-height: normal;
	margin-bottom: 12px;
}

.half_block_x_info__text {
	font-size: 15px;
	color: #4f4f4f;
	margin-bottom: 24px;
	line-height: 1.75;
	max-width: 500px;
}

.half_block_x_info__link {
	font-weight: 500;
	font-size: 13px;
	text-transform: uppercase;
	color: #333;
	text-decoration: none;
	border: 2px solid #f2c94c;
	display: inline-flex;
	text-align: center;
	padding: 10px 10px;
	line-height: 1;
	min-width: 145px;
	justify-content: center;
	align-items: center;
}

.half_block_x_info__link:hover {
	color: #000;
	background: #f2c94c;
}

.half_block_x_info__inner {
	padding: 35px 50px;
}

.half_block_x_image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.half_block_x_info__title:after {
	content: '';
	display: block;
	height: 2px;
	width: 69px;
	margin: 25px 0 25px;
	background: #f2c94c;
}

.main_footer_x_top_links img {
	width: 30px;
	height: 30px;
}

.main_footer_x_top_links {
	display: flex;
	align-items: center;
	margin: 0 -8px;
}

.main_footer_x_top_links a {
	margin: 0 8px;
	font-size: 0;
}

.main_footer_x_top_links a:hover {
	opacity: 0.5;
}

.footer_logo {
	width: 300px;
	font-size: 0;
	display: block;
	margin-right: 50px;
}

.main_footer_x_top {
	display: flex;
	align-items: center;
	margin-bottom: 40px;
}

.main_footer_x_top_info {
	display: flex;
	align-items: center;
	width: calc(100% - 300px - 50px);
}

footer.main_footer_x {
	font-size: 14px;
	padding: 40px 0 0;
	border-top: 1px solid #f3f3f3;
}

.main_footer_menus_title {
	font-weight: 700;
	margin-bottom: 8px;
}

.footer_menu_list {
	list-style: none;
}

.main_footer_menus_col {
	width: calc(100% / 4);
	padding-right: 25px;
}


.main_footer_menus {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin-top: 40px;
}

.main_footer_menus_item {
	margin-bottom: 18px;
}

.main_footer_menus_item:last-child {
	margin-bottom: 0;
}

.footer_menu_list li {
	margin-bottom: 3px;
}

.footer_menu_list li:last-child {
	margin-bottom: 0;
}

.footer_menu_list a {
	color: inherit;
	text-decoration: none;
}

.footer_menu_list a:hover {
	opacity: 0.5;
}

.main_footer_row_2 {
	border-top: 1px solid #eee;
	padding: 17px 0;
}

.main_footer_row {
	padding-bottom: 30px;
}

.main_footer_top_wrap {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.main_banner_title.main_banner_title--no_line:after {
	opacity: 0
}

.news_preview {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin: 0 0 35px;
}

.news_list {
	display: flex;
	flex-wrap: wrap;
}

.news_preview__image_inner {
	font-size: 0;
	position: relative;
	padding-top: 100%;
	transition: 0.25s;
}

.news_preview__image img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.news_preview__image {
	width: 250px;
}

.news_preview__info {
	width: calc(100% - 250px - 35px);
	margin-left: 35px;
}

.news_wrap {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}

.news_col {
	width: calc(100% - 355px);
}

.news_categories {
	width: 290px;
	margin-left: 65px;
	background: #f0f0f0;
	padding: 35px;
	position: sticky;
	top: 170px;
}

.news_categories_list ul {
	list-style: none;
}

.news_categories__title {
	font-weight: bold;
	font-size: 24px;
	margin-bottom: 13px;
}

.news_categories_list li {
	margin-bottom: 8px;
}

.news_categories_list a {
	color: inherit;
	text-decoration: none;
	font-size: 14px;
}

.news_categories_list li:last-child {
	margin-bottom: 0;
}

.news_categories_list a:hover {
	color: #f1ca4b;
}

.news_preview__text {
	font-size: 14px;
	line-height: 1.5;
	margin-bottom: 12px;
}

.news_preview__btn_more {
	display: inline-block;
	font-size: 12px;
	text-decoration: none;
	padding: 8px 20px;
	background: #f1ca4b;
	color: #000;
	line-height: 1;
}

.news_preview__date {
	background: #ececec;
	font-size: 12px;
	display: inline-block;
	padding: 7px 10px;
	line-height: 1;
	margin-bottom: 10px;
	font-style: it;
}

.news_preview__title {
	margin-bottom: 12px;
}

.news_preview__title a {
	color: inherit;
	text-decoration: none;
}

.news_preview__title a:hover {
	color: #f1ca4b;
}

.news_preview__btn_more:hover {
	background: #ddb84b;
}

.news_preview__image_inner:hover {
	transform: scale(0.975);
}

.main_title_x {
	font-family: 'proxima_nova_condensedregular';
	font-size: 60px;
	line-height: 1.3;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #000000;
	margin: 0 0 30px;
	font-weight: normal;
}

.main_content_x {
	margin: 35px 0;
}

.pagintation_block {
	margin: 25px 0;
}

.nav-links>* {
	color: inherit;
	text-decoration: none;
	padding: 2px 6px;
	line-height: 1;
	height: 30px;
	width: 30px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-right: 10px;
}

.nav-links>*:last-child {
	margin-right: 0;
}

.nav-links {
	font-size: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.nav-links a:hover {
	background: #0e0e0e;
	color: #fff;
}

.nav-links a {
	background: #f1ca4b;
}

.news_col .pagintation_block {
	margin: 35px 0 0;
}

.news_col .pagintation_block .container {
	padding: 0;
}

.news_preview:last-child {
	margin-bottom: 0;
}

.category_mobile {
	display: none;
}

.single_x_wrap {
	max-width: 100%;
}

.default_text {
	line-height: 1.5;
}

.default_text>* {
	margin-top: 0;
	margin-bottom: 20px;
}

.default_text>*:last-child {
	margin-bottom: 0;
}

.default_text ul,
.default_text ol {
	padding-left: 35px;
}

.default_text li {
	margin-bottom: 8px;
}

.default_text li:last-child {
	margin-bottom: 0;
}

.default_text hr {
	width: 100%;
	height: 1px;
	margin: 25px 0;
	border: none;
	background: #000;
}

.default_text a {
	color: #ffcc00;
}

.default_text a:hover {
	text-decoration: none;
	color: inherit;
}

.files__list_x__item>img {
	width: 30px;
	margin-right: 20px;
}

.files__list_x__item {
	display: flex;
	margin-bottom: 30px;
	flex-wrap: wrap;
	color: #000;
	text-decoration: none;
	font-size: 17px;
	line-height: 1.45;
	align-items: center;
}

.files__list_x__item:last-child {
	margin-bottom: 0;
}

.files__list_x__name {
	width: calc(100% - 50px);
}

.files__list_x__item:hover {
	color: #f2c94c;
}

.files__list_x {
	margin-bottom: 50px;
}

.empty-banner__dark {
	position: relative;
	font-size: 0;
}

.empty-banner__dark:before {
	position: absolute;
	top: 0;
	bottom: 5px;
	left: 0;
	right: 0;
	background-color: #000;
	content: '';
	opacity: 0.5;
	z-index: 1;
}

.retrofit_item_image__wrap {
	position: relative;
	font-size: 0;
	z-index: 0;
	height: 100%;
}

.retrofit_item_image__wrap:before {
	content: '';
	position: absolute;
	display: block;
	width: 100%;
	left: 0;
	z-index: 1;
	top: 0;
	height: 100%;
	background: #000;
	opacity: 0.45;
}

.retrofit_item_image__wrap img {
	min-height: 185px;
	object-fit: cover;
}

.production_list_x {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -10px;
}

.production_x_item {
	width: calc(100% / 3 - 30px);
	margin: 0 15px 20px;
	border: 1px solid #e0e0e0;
	overflow: hidden;
	position: relative;
	display: flex;
	flex-direction: column;
}

.production_x_item__add_title {
	font-weight: 600;
	padding: 10px 0;
	text-align: center;
	background-color: #f2c94c;
	font-size: 14px;
}

.production_x_info__title {
	font-family: 'proxima_nova_condensedregular';
	font-size: 18px;
	line-height: 1.25;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	font-weight: 500;
	margin-bottom: 15px;
}

.production_x_item__image {
	display: block;
}

.production_x_info {
	padding: 25px 25px 30px;
}

.production_x_text {
	line-height: 1.7;
	position: relative;
	font-size: 14px;
	color: #4f4f4f;
}



.production_x_text li {
	position: relative;
	margin-bottom: 12px;
}

.production_x_text li:last-child {
	margin-bottom: 0;
}

.production_x_link_more {
	display: block;
	background: #f2c94c;
	width: 2em;
	height: 2em;
	transform: rotate(45deg);
	position: absolute;
	right: -2em;
	bottom: -2em;
	font-size: 51px;
	transition: 0.25s;
}

.production_x_item:hover .production_x_link_more {
	right: -1em;
	bottom: -1em;
}

.production_x_link_more__inner {
	border-radius: 50%;
	border: 1px solid #fff;
	width: 25px;
	height: 25px;
	text-align: center;
	line-height: 24px;
	z-index: 10;
	position: relative;
	margin: 40px 7px;
	transform: rotate(-45deg);
	font-size: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.production_x_link_more:hover {
	opacity: 0.5;
}

.production_x_item__image__inner {
	position: relative;
	padding-top: 70%;
}

.production_x_item__image__inner img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
}

section.two_half_block--reserve {
	flex-direction: row-reverse;
}

section.mt50 {
	margin-top: 50px;
}

.production_page_x__top__text {
	background: linear-gradient(180deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%), linear-gradient(141.46deg, #fdfdfd -14.29%, rgba(255, 255, 255, 0) 110.02%), #f4f4f4;
	padding: 22px;
	border: 1px solid #e0e0e0;
	font-size: 13px;
	line-height: 1.4;
}

.production_page_x__top__info__title {
	padding: 15px;
	text-transform: uppercase;
	color: #fff;
	background-color: #f2c94c;
	font-size: 18px;
}

.production_page_x__top__info {
	width: 250px;
	margin-left: 30px;
}

.production_page_x__images {
	width: calc(100% - 250px - 30px);
	max-width: 750px;
}

.production_page_x__top_wrap {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 35px;
}

.production_page_x__slide {
	font-size: 0;
	position: relative;
}

.production_page_x__slide__inner {
	padding-top: 70%;
	position: relative;
	overflow: hidden;
}

.production_page_x__slide__inner>a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.production_page_x__slide__inner>a>img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 0.5s;
}

.production_page_x__text {
	max-width: 900px;
}

.production_page_x__top {
	margin-bottom: 45px;
}



.production_page_x__top__text li {
	margin-bottom: 15px;
	position: relative;
	margin-left: 10px;
}


.production_page_x__top__text li:last-child {
	margin-bottom: 0;
}

.production_page_x__slide__inner>a>img:hover {
	transform: scale(1.05);
	opacity: 0.75;
}

.plus_icon_single:hover {
	opacity: 0.75;
}

.production_page_x__tabs_list a {
	text-transform: uppercase;
	font-family: 'proxima_nova_condensedregular';
	font-size: 18px;
	line-height: 20px;
	letter-spacing: 0.1em;
	text-decoration: none;
	color: #828282;
	font-weight: 500;
	position: relative;
}

.production_page_x__tabs_list a:hover {
	color: #ffcc00;
}

.production_page_x__tabs_list ul {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
}

.production_page_x__tabs_list li {
	margin-right: 60px;
}

.production_page_x__tabs_list li:last-child {
	margin-right: 0;
}

.production_page_x__tabs {
	margin-bottom: 30px;
}

.production_page_x__tabs_list a.active:after {
	content: '';
	position: absolute;
	bottom: -25px;
	left: 0;
	width: 100%;
	display: block;
	height: 2px;
	background: #f1ca4b;
}

.production_page_x__tab_content {
	padding-top: 25px;
}

.product_tab__x__specification_top {
	width: 240px;
	font-size: 14px;
	line-height: 1.7;
	color: #828282;
}

.product_tab__x__specification_wrap {
	display: flex;
	flex-wrap: wrap;
}

.product_tab__x__specification_table {
	width: calc(100% - 290px);
	margin-right: 50px;
	max-width: 700px;
}

.product_tab__x__specification_td_1 {
	width: 50%;
	padding: 15px;
	font-size: 14px;
}

.product_tab__x__specification_td_2 {
	width: 50%;
	padding: 15px;
	font-size: 14px;
	font-weight: bold;
}

.product_tab__x__specification_td_2 ul {
	padding-left: 15px;
	margin: 5px 0;
}

.product_tab__x__specification_td_2 li {
	position: relative;
	margin-bottom: 7px;
}


.product_tab__x__specification_td_2 li:last-child {
	margin-bottom: 0;
}

.product_tab__x__title {
	font-size: 24px;
	margin: 0 0 25px;
	font-weight: 500;
	display: block;
}

.product_tab__x__post_list {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px;
}

.product_tab__x__post_item {
	width: calc(100% / 3 - 30px);
	margin: 0 15px 20px;
}

.product_tab__x__post_item__inner {
	padding-top: 70%;
	position: relative;
}

.product_tab__x__post_item__inner img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.product_tab__x__post_item__title {
	font-size: 18px;
	line-height: 1.35;
	text-transform: uppercase;
	font-weight: 500;
	margin-bottom: 15px;
}

.product_tab__x__post_item__info {
	padding: 20px;
}

.product_tab__x__post_item__text {
	font-size: 13px;
	color: #4f4f4f;
	line-height: 1.6;
}

.product_tab__x__post_item__text p {
	margin-bottom: 12px;
}

.product_tab__x__post_item__text p:last-child {
	margin-bottom: 0;
}

.product_tab__x__file_item {
	display: flex;
	margin-bottom: 15px;
	flex-wrap: wrap;
	color: #000;
	text-decoration: none;
	font-size: 17px;
	line-height: 1.45;
	align-items: center;
}

.product_tab__x__file_item:last-child {
	margin-bottom: 0;
}

.product_tab__x__file_item>img {
	width: 30px;
	margin-right: 20px;
}

.product_tab__x__file_name {
	width: calc(100% - 50px);
}

.product_tab__x__file_item:hover {
	color: #f2c94c;
}

.production_x_item.production_x_item--not_link {
	border: none;
}

.two_half_block_image_wrap {
	width: 50%;
	display: flex;
}

.two_half_block_image_wrap_inner img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.two_half_block_image_wrap_inner {
	position: relative;
	height: 100%;
	width: 100%;
}

.main_footer_x_bottom_info {
	display: flex;
	font-size: 13px;
}

.footer-partners-item.footer-partners-item-2 {
	justify-content: flex-end;
}


.main_footer_top_subscribe {
	width: calc(100% - 350px);
	justify-content: flex-end;
	display: flex;
}

.main_footer_top_subscribe_wrap {
	width: 100%;
	max-width: 400px;
}

.subscribe_form_preview {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

.subscribe_form_btn {
	font-weight: bold;
	text-transform: uppercase;
	color: #000;
	border: none;
	appearance: none;
	border-radius: 5px;
	padding: 12px 35px;
	line-height: 1;
	background: #e4e4e4;
	transition: 0.25s;
	margin-left: 15px;
	width: 150px;
	text-align: center;
}

.subscribe_form_btn:hover {
	background: #22292d;
	color: #fff;
}

.subscribe_form_mail_field {
	width: calc(100% - 165px);
	border-radius: 5px;
	border: 1px solid #ccc;
	padding: 7px 15px;
	line-height: 1;
	font-style: italic;
	font-size: 13px;
}

.production_x_text a {
	color: #f1ca4b;
}

.production_x_text a:hover {
	text-decoration: none;
	color: inherit;
}

.modal_subscribe {
	max-width: 750px;
	width: 100%;
	padding: 0;
}

.modal_subscribe__wrap {
	padding: 45px;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	max-width: 700px;
	margin: 0 auto;
}

.modal_subscribe__title {
	font-family: 'proxima_nova_condensedregular';
	font-size: 36px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	margin-bottom: 10px;
	text-align: center;
	line-height: 1.15;
}

.modal_subscribe__subtitle {
	font-size: 18px;
	max-width: 400px;
	text-align: center;
	line-height: 1.4;
	margin-bottom: 30px;
}

form.modal_subscribe__form {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.modal_subscribe__item {
	width: calc(100% / 2 - 10px);
	position: relative;
	margin-bottom: 20px;
}

.modal_subscribe__item>input {
	width: 100%;
	appearance: none;
	-webkit-appearance: none;
	padding: 12px 15px;
	border-radius: 2px;
	border: 1px solid #ccc;
	line-height: 1;
	font-size: 14px;
}

.required_subscribe {
	position: absolute;
	right: 10px;
	top: 40%;
	transform: translate(0, -50%);
	color: #000;
	font-weight: bold;
	pointer-events: none;
	opacity: 0.4;
}

.btn_modal_subscribe {
	width: 250px;
	margin: 0 auto;
	font-size: 16px;
	background: #f2c94c;
	border: none;
	padding: 15px;
	text-transform: uppercase;
	font-weight: bold;
	border-radius: 2px;
	transition: 0.25s;
}

.btn_modal_subscribe:hover {
	background: #000;
	color: #fff
}

.modal_subscribe__item--checkbox {
	margin-bottom: 25px;
	position: relative;
}

.modal_subscribe__item--checkbox label {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.modal_subscribe__item--checkbox__view {
	width: 30px;
	height: 30px;
	background: #f0f0f0;
	border-radius: 5px;
	margin-right: 18px;
	position: relative;
}

.modal_subscribe__item--checkbox__text {
	width: calc(100% - 30px - 18px);
	font-size: 13px;
}

.modal_subscribe__item--checkbox label input {
	opacity: 0;
	position: absolute;
	left: 0;
}

.modal_subscribe__item--checkbox label input:checked~.modal_subscribe__item--checkbox__view:before {
	content: '';
	position: absolute;
	width: 7px;
	height: 15px;
	border: 2px solid;
	border-top: 0;
	border-left: 0;
	transform: rotate(45deg);
	top: -3px;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}

.default_text:after {
	content: '';
	clear: both;
	display: block;
}

.alignleft {
	float: left;
	margin-right: 35px;
}

.alignright {
	float: right;
	margin-left: 35px;
}

.modal_subscribe__item>input:focus {
	outline: #f1ca4b;
}

.modal_subscribe__item--checkbox__text a {
	color: #f1ca4b;
}

.modal_subscribe__item--checkbox__text a:hover {
	color: inherit;
	text-decoration: none;
}

.modal_subscribe_success {
	max-width: 450px;
	width: 100%;
	padding: 0;
}

.modal_subscribe_success_wrap {
	padding: 40px 50px;
}

a.modal_subscribe_success__img {
	display: block;
	margin-bottom: 15px;
}

li::marker {
	color: #f1ca4b;
}

.production_x_text ul,
.production_x_text ol {
	padding-left: 15px;
}

a.modal_subscribe_success__img:focus {
	outline: none;
}

.our_team__list {
	display: flex;
	flex-wrap: wrap;
	margin: -25px -6px 0;
}

.our_team__item {
	width: calc(100% / 3 - 12px);
	margin: 0 6px;
	margin-top: 25px;
	box-shadow: 0px 41px 58px rgb(0 0 0 / 6%);
}

.single_x_wrap__date {
	margin-bottom: 20px;
	transform: translate(0, -10px);
}

.main_banner_content__mobile {
	display: none;
}