/*
Theme Name: Meyt
*/

html, body{
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	font-size: 20px;
	color: #ffffff;
	line-height: 1.3;
	background: #111111;
	min-width: 320px;
}
@media screen and (max-width: 1380px){
	html, body{
		font-size: 16px;
	}
}
@media screen and (max-width: 580px){
	html, body{
		font-size: 14px;
	}
}
body{
	overflow-y: scroll;
}
html, body, A, input, select, textarea{
	font-family: 'JetBrains Mono NL', Arial, Tahoma, Geneva, Kalimati, sans-serif;
}
A{
	text-decoration: none;
	color: #ffffff;
	transition: all 0.25s ease 0s;
	outline: none;
}
A:hover{
	text-decoration: underline;
}
p{ margin: 0 0 20px 0; padding: 0; }
p:last-child{ margin: 0; }
*{ -webkit-tap-highlight-color: transparent; }
img, object, iframe, svg{ border: 0; vertical-align: top; }
svg path, svg circle, svg line{ transition: all 0.25s ease 0s; }
header, nav, menu, main, aside, address, section, article, footer, figure, figcaption{ display: block; }
form, figure, menu{ margin: 0; padding: 0; }
fieldset{ margin: 0; padding: 0; border: 0; position: relative; }
input[type="text"], input[type="password"], input[type="email"], input[type="tel"], input[type="number"], select, textarea{
	width: 100%;
	height: 34px;
	margin: 0;
	padding: 0;
	font-size: 16px;
	color: #ffffff;
	border: 0;
	border-bottom: 1px solid #ffffff;
	background: none;
	box-sizing: border-box;
	transition: border 0.25s ease 0s;
	outline: none;
}
select{
	padding: 0 10px;
}
textarea{
	height: 165px;
	padding: 12px 14px;
	resize: vertical;
}
/*.has-error input[type="text"], .has-error input[type="password"], .has-error input[type="email"], .has-error input[type="tel"], .has-error input[type="number"], .has-error select, .has-error textarea{*/
/*	border-color: #fc4a46 !important;*/
/*}*/
.help-block:not(:empty){
	position: absolute;
	padding: 10px 0 0 0;
	font-size: 18px;
	color: #c33124;
	font-style: italic;
}
@media screen and (max-width: 980px){
	.help-block:not(:empty){
		font-size: inherit;
	}
}
::-webkit-input-placeholder{
	color: #8b8b8b;
	opacity: 1;
}
::-moz-placeholder{
	color: #8b8b8b;
	opacity: 1;
}
:-ms-input-placeholder{
	color: #8b8b8b;
	opacity: 1;
}
:-moz-placeholder{
	color: #8b8b8b;
	opacity: 1;
}
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button{
	-webkit-appearance: none;
	margin: 0;
}
input[type="number"]{
	-moz-appearance: textfield;
}
input[type="submit"], input[type="reset"], input[type="button"]{ border: 0; }
input[type="image"], input[type="button"], input[type="submit"], label{ cursor: pointer; }
table{ width: 100%; border-collapse: collapse; border-spacing: 0; border: 0; }
input[type="checkbox"], input[type="radio"]{ height: auto; margin: 0 5px 0 0; padding: 0; position: relative; top: 2px; }
.clear, .hr{ clear: both; height: 0; font-size: 0; line-height: 0; overflow: hidden; }
.clearfix:before, .clearfix:after{ content: "."; display: block; height: 0; visibility: hidden; }
.clearfix:after{ clear: both; }
.flexible{ overflow: hidden; }
.text_center{ text-align: center !important; }
.nice_check, .nice_radio{
	display: none;
}
label{
	position: relative;
}
label:before{
	position: absolute;
	content: "";
}
.nice_check + label{
	padding: 0 0 0 30px;
}
.nice_check + label:before{
	top: 5px;
	left: 0;
	width: 17px;
	height: 14px;
	background: url("./assets/images/checkbox.svg") left bottom no-repeat;
	background-size: cover !important;
}
@media screen and (max-width: 1380px){
	.nice_check + label:before{
		top: 3px;
	}
}
@media screen and (max-width: 580px){
	.nice_check + label:before{
		top: 1px;
	}
}
.nice_radio + label{
	padding: 0 0 0 30px;
}
.nice_radio + label:before{
	top: 5px;
	left: 0;
	width: 17px;
	height: 14px;
	background: url("./assets/images/checkbox.svg") left top no-repeat;
	background-size: cover !important;
}
.nice_check:checked + label:before, .nice_radio:checked + label:before{
	background-position: left top !important;
}
@font-face{
	font-family: 'JetBrains Mono NL';
	src: local('JetBrains Mono NL Regular'), local('JetBrainsMonoNL-Regular'),
		url('assets/fonts/JetBrainsMonoNL-Regular.woff2') format('woff2'),
		url('assets/fonts/JetBrainsMonoNL-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face{
	font-family: 'JetBrains Mono';
	src: local('JetBrains Mono Italic'), local('JetBrainsMono-Italic'),
		url('assets/fonts/JetBrainsMono-Italic.woff2') format('woff2'),
		url('assets/fonts/JetBrainsMono-Italic.woff') format('woff');
	font-weight: normal;
	font-style: italic;
	font-display: swap;
}
@font-face{
	font-family: 'JetBrains Mono NL';
	src: local('JetBrains Mono NL Bold'), local('JetBrainsMonoNL-Bold'),
		url('assets/fonts/JetBrainsMonoNL-Bold.woff2') format('woff2'),
		url('assets/fonts/JetBrainsMonoNL-Bold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

/* ----- mobile_panel ----- */
.body_mobile_panel{
	overflow-x: hidden;
	transition: all 0.25s ease 0s;
	position: relative;
}
.body_mobile_panel.open{
	overflow: hidden;
}
.mobile_panel{
	display: none;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	font-size: 18px;
	line-height: 1;
	background: #111111;
	z-index: 15;
}
.mobile_panel_inn{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 22px 20px;
	overflow-y: auto;
}
.button_close_mobile_panel{
	position: absolute;
	top: 21px;
	right: 20px;
	width: 20px;
	height: 20px;
	background: url("./assets/images/button_close.svg") center center no-repeat;
	background-size: cover !important;
	z-index: 5;
}
.button_close_mobile_panel:hover{
	transform: rotate(360deg);
}
.block_language_mobile_panel{
	display: flex;
	flex-direction: row;
    justify-content: flex-start;
	margin: 0 0 64px 0;
	padding: 0;
	list-style: none;
}
.block_language_mobile_panel a{
	display: inline-block; vertical-align: top;
	text-decoration: none !important;
	padding: 0 6px;
}
.block_language_mobile_panel a:hover, .block_language_mobile_panel .active{
	color: #000000;
	background: #ffffff;
}
.menu_mobile_panel ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
.menu_mobile_panel li{
	margin: 0 0 30px 0;
	text-transform: uppercase;
}
.menu_mobile_panel li:nth-last-child(2){
	margin: 0 0 126px 0;
}
.menu_mobile_panel a{
	text-decoration: none !important;
	position: relative;
}
.menu_mobile_panel a:before{
	position: absolute;
	top: 100%;
	left: 0;
	content: "";
	width: 100%;
	border-bottom: 1px solid currentColor;
	transform-origin: 100% 50%;
	transform: scale3d(0, 1, 1);
	transition: transform 0.3s;
}
.menu_mobile_panel .active a:before, .menu_mobile_panel a:hover:before{
	transform-origin: 0% 50%;
	transform: scale3d(1, 1, 1);
}
.block_socials_mobile_panel{
	margin: 0;
	padding: 0;
	font-size: 0;
	list-style: none;
}
.block_socials_mobile_panel li{
	display: inline-block; vertical-align: top;
}
.block_socials_mobile_panel li:not(:last-child){
	margin: 0 20px 0 0;
}
.block_socials_mobile_panel a{
	display: block;
	width: 30px;
	height: 30px;
	background-size: 30px 30px !important;
}
.block_socials_mobile_panel a:hover{
	transform: rotate(360deg);
}

/* ----- all ----- */
.all{
	overflow: hidden;
}

/* ----- header ----- */
.header{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	padding: 50px 0 15px 0;
	font-size: 18px;
	text-transform: uppercase;
	background: #111111;
	transition: all 0.25s ease 0s;
	z-index: 3;
}
@media screen and (max-width: 1380px){
	.header{
		padding: 30px 0 15px 0;
		font-size: 16px;
	}
}
@media screen and (max-width: 980px){
	.header{
		padding: 15px 0;
	}
}
.header.sticky{
	padding: 15px 0;
	box-shadow: 0 4px 10px rgba(152,163,173,.2);
}
.header_center{
	max-width: 1770px;
	margin: 0 auto;
	padding: 0 20px;
}
.logo:not(.small){
	display: block;
	width: 170px;
	height: 46px;
	margin: 0 auto 35px auto;
}
@media screen and (max-width: 1380px){
	.logo:not(.small){
		width: 150px;
		height: 41px;
		margin: 0 auto 30px auto;
	}
}
@media screen and (max-width: 980px){
	.logo:not(.small){
		display: none;
	}
}
.header.sticky .logo:not(.small){
	width: 0;
	height: 0;
	margin: 0 auto;
}
.logo img{
	width: 100%;
}
.header_bottom{
	display: flex;
	justify-content: space-between;
	align-items: center;
	min-height: 32px;
}
.block_logo_socials{
	display: flex;
	align-items: center;
	width: 302px;
}
@media screen and (max-width: 1380px){
	.block_logo_socials{
		width: 266px;
	}
}
@media screen and (max-width: 1180px){
	.block_logo_socials{
		width: 236px;
	}
}
@media screen and (max-width: 980px){
	.block_logo_socials{
		width: 100px;
	}
}
.logo.small{
	display: block;
	width: 0;
	height: 0;
	margin: 0;
}
@media screen and (max-width: 980px){
	.logo.small{
		width: 73px !important;
		height: auto !important;
		margin: 0 !important;
	}
}
.header.sticky .logo.small{
	width: 113px;
	height: auto;
	margin: 0 86px 0 0;
}
@media screen and (max-width: 1380px){
	.header.sticky .logo.small{
		margin: 0 50px 0 0;
	}
}
@media screen and (max-width: 1180px){
	.header.sticky .logo.small{
		width: 90px;
		margin: 0 42px 0 0;
	}
}
.block_socials_header{
	margin: 0;
	padding: 0;
	font-size: 0;
	list-style: none;
}
@media screen and (max-width: 980px){
	.block_socials_header{
		display: none;
	}
}
.block_socials_header li{
	display: inline-block; vertical-align: top;
}
.block_socials_header li:not(:last-child){
	margin: 0 14px 0 0;
}
.block_socials_header a{
	display: block;
	width: 25px;
	height: 25px;
	background-size: 25px 25px !important;
}
.block_socials_header a:hover{
	transform: rotate(360deg);
}
.ico_socials_tt{
	background: url("./assets/images/ico_socials_tt.svg") left top no-repeat;
}
.ico_socials_fb{
	background: url("./assets/images/ico_socials_fb.svg") left top no-repeat;
}
.ico_socials_inst{
	background: url("./assets/images/ico_socials_inst.svg") left top no-repeat;
}
@media screen and (max-width: 980px){
	.menu{
		display: none;
	}
}
.menu ul{
	display: flex;
	margin: 0;
	padding: 0;
	list-style: none;
}
.header_bottom > .menu li:nth-child(2){
	/*padding: 0 125px 0 140px;*/
}
@media screen and (max-width: 1380px){
	.header_bottom > .menu li:nth-child(2){
		/*padding: 0 85px 0 100px;*/
	}
}
@media screen and (max-width: 1180px){
	.header_bottom > .menu li:nth-child(2){
		/*padding: 0 65px 0 80px;*/
	}
}
.menu a{
	text-decoration: none !important;
	position: relative;
}
.menu a:before{
	position: absolute;
	top: 100%;
	left: 0;
	content: "";
	width: 100%;
	border-bottom: 1px solid currentColor;
	transform-origin: 100% 50%;
	transform: scale3d(0, 1, 1);
	transition: transform 0.3s;
}
.menu .active a:before, .menu a:hover:before{
	transform-origin: 0% 50%;
	transform: scale3d(1, 1, 1);
}
.block_lang_contacts{
	display: flex;
	align-items: center;
	width: 302px;
}
@media screen and (max-width: 1380px){
	.block_lang_contacts{
		width: 266px;
	}
}
@media screen and (max-width: 1180px){
	.block_lang_contacts{
		width: 236px;
	}
}
@media screen and (max-width: 980px){
	.block_lang_contacts{
		width: 100px;
	}
}
.block_language{
	display: flex;
	margin: 0;
	padding: 0;
	list-style: none;
}
@media screen and (max-width: 980px){
	.block_language{
		display: none;
	}
}
.block_language li{
	line-height: 1;
}
.block_language a{
	display: inline-block; vertical-align: top;
	text-decoration: none !important;
	padding: 0 6px;
	position: relative;
}
.block_language a:hover, .block_language .active{
	color: #000000;
}
.block_language a:before{
	position: absolute;
	top: 0;
	bottom: -1px;
	left: 0;
	right: 0;
	content: "";
	transition: all 0.25s ease 0s;
	z-index: -1;
}
@media screen and (max-width: 980px){
	.block_language a:before{
		bottom: 0;
	}
}
.block_language a:hover:before, .block_language .active:before{
	background: #ffffff;
}
.block_lang_contacts .menu{
	margin: 0 0 0 auto;
}
.button_menu_mobile{
	display: none;
	margin: 0 0 0 auto;
	cursor: pointer;
}
@media screen and (max-width: 980px){
	.button_menu_mobile{
		display: block;
	}
}
.button_menu_mobile .ico_container{
	width: 20px;
	height: 20px;
	position: relative;
}
.button_menu_mobile .line{
	position: absolute;
	left: 0;
	right: 0;
	height: 2px;
	background: #ffffff;
	transform: translate3d(0,0,0);
	transition: all 300ms cubic-bezier(0.215,.61,.355,1);
}
.button_menu_mobile .line_1{
	top: 0;
	opacity: 1;
	transition-delay: 210ms;
}
.button_menu_mobile .line_2{
	top: 9px;
	transition-delay: 140ms;
}
.button_menu_mobile .line_3{
	top: 18px;
	transition-delay: 70ms;
}
.button_menu_mobile .line_4{
	top: 27px;
	opacity: 0;
	transition-delay: 0ms;
}
.button_menu_mobile:hover .line{
	transform: translate3d(0,-9px,0);
}
.button_menu_mobile:hover .line_1{
	opacity: 0;
	transition-delay: 0ms;
}
.button_menu_mobile:hover .line_2{
	transition-delay: 70ms;
}
.button_menu_mobile:hover .line_3{
	transition-delay: 140ms;
}
.button_menu_mobile:hover .line_4{
	opacity: 1;
	transition-delay: 210ms;
}

/* ----- content ----- */
.content{
	max-width: 1770px;
	margin: 0 auto;
	padding: 178px 20px 0 20px;
	transition: all 0.25s ease 0s;
	position: relative;
	z-index: 1;
}
@media screen and (max-width: 1380px){
	.content{
		padding: 148px 20px 0 20px;
	}
}
@media screen and (max-width: 980px){
	.content{
		padding: 50px 20px 0 20px !important;
	}
}
.content.sticky{
	padding: 164px 20px 0 20px;
}
.item_viewport.hidden{
	opacity: 0;
	transition: opacity .75s ease 0s;
}
.item_viewport.visible{
	opacity: 1;
}
.item_viewport.hidden .top_to_bottom, .item_viewport.hidden .bottom_to_top, .item_viewport.hidden .left_to_right, .item_viewport.hidden .right_to_left{
	opacity: 0;
	transition: opacity .75s ease 0s, transform .75s ease 0s;
}
.item_viewport.hidden .top_to_bottom{
	transform: translate(0, -50px);
}
.item_viewport.hidden .bottom_to_top{
	transform: translate(0, 50px);
}
.item_viewport.hidden .left_to_right{
	transform: translate(-50px, 0);
}
.item_viewport.hidden .right_to_left{
	transform: translate(50px, 0);
}
.item_viewport.hidden .right_to_left.pc30{
	transform: translate(30%, 0);
}
.item_viewport.visible .top_to_bottom, .item_viewport.visible .bottom_to_top, .item_viewport.visible .left_to_right, .item_viewport.visible .right_to_left{
	transform: none !important;
	opacity: 1;
}
.item_viewport.hidden .top_to_bottom[data-delay], .item_viewport.hidden .bottom_to_top[data-delay], .item_viewport.hidden .left_to_right[data-delay], .item_viewport.hidden .right_to_left[data-delay]{
	transition-delay: calc(.1s * var(--i)) !important;
}
.block_about{
	display: flex;
	align-items: center;
	min-height: 650px;
	margin: 0 0 236px 0;
	padding: 60px 0;
	position: relative;
	box-sizing: border-box;
}
@media screen and (max-width: 1380px){
	.block_about{
		margin: 0 0 128px 0;
	}
}
@media screen and (max-width: 980px){
	.block_about{
		flex-direction: column;
		min-height: auto;
		padding: 0;
	}
}
.block_about.grayscale{
	margin: 0 0 150px 0;
}
.block_about .bg{
	position: absolute;
	top: 0;
	bottom: 0;
	left: -75px;
	right: -75px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover !important;
	z-index: 1;
}
@media screen and (max-width: 980px){
	.block_about .bg{
		position: relative;
		left: 0;
		right: 0;
		width: calc(100% + 20px*2);
		height: 360px;
		margin: 0 -20px 32px -20px;
	}
}
.block_about.grayscale .bg{
	filter: grayscale(1);
	transition: all 0.25s ease 0s;
}
.block_about.grayscale:hover .bg{
	filter: grayscale(0);
}
.block_about_content{
	width: 100%;
	max-width: calc(870px + 75px);
	margin: 0 0 0 -75px;
	padding: 66px 100px 67px 20px;
	color: #eaeaea;
	background: rgba(0,0,0,.7);
	backdrop-filter: blur(20px);
	box-sizing: border-box;
	position: relative;
	z-index: 2;
}
@media screen and (max-width: 1770px){
	.block_about_content{
		max-width: calc(870px + 20px);
		margin: 0 0 0 -20px;
	}
}
@media screen and (max-width: 1380px){
	.block_about_content{
		padding: 50px 50px 55px 20px;
	}
}
@media screen and (max-width: 980px){
	.block_about_content{
		max-width: 564px;
		margin: 0 auto;
		padding: 0;
		background: none;
	}
}
h3{
	margin: 0 0 36px 0;
	font-size: 36px;
	line-height: normal;
	text-transform: uppercase;
}
@media screen and (max-width: 980px){
	h3{
		margin: 0 0 16px 0;
	}
}
@media screen and (max-width: 580px){
	h3{
		font-size: 24px;
	}
}
.block_about_content h3{
	max-width: 670px;
	margin-left: auto;
}
@media screen and (max-width: 1380px){
	.block_about_content h3{
		max-width: 100%;
	}
}
.block_about_content .description{
	max-width: 670px;
	margin: 0 0 0 auto;
}
@media screen and (max-width: 1380px){
	.block_about_content .description{
		max-width: 100%;
	}
}
@media screen and (max-width: 980px){
	.block_about_content .description{
		text-align: justify;
	}
}
.block_we_make{
	margin: 0 0 246px 0;
}
@media screen and (max-width: 1380px){
	.block_we_make{
		margin: 0 0 128px 0;
	}
}
@media screen and (max-width: 580px){
	.block_we_make{
		margin: 0 0 96px 0;
	}
}
.marquee{
	margin: 0 -70px;
	white-space: nowrap;
}
@media screen and (max-width: 1810px){
	.marquee{
		margin: 0 -20px;
	}
}
h1, h2{
	margin: 0 0 25px 0;
	font-family: 'Oswald';
	font-size: 80px;
	color: #ffffff;
	line-height: normal;
	text-transform: uppercase;
}
@media screen and (max-width: 1380px){
	h1, h2{
		font-size: 64px;
	}
}
@media screen and (max-width: 980px){
	h1, h2{
		margin: 0 0 16px 0;
	}
}
@media screen and (max-width: 580px){
	h1, h2{
		font-size: 35px;
	}
}
h2 noindex{
	-webkit-text-fill-color: #111111;
	-webkit-text-stroke-width: 2px;
	-webkit-text-stroke-color: #ffffff;
}
@media screen and (max-width: 580px){
	h2 noindex{
		-webkit-text-stroke-width: 1px;
	}
}
.block_we_make_inn{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px;
}
@media screen and (max-width: 980px){
	.block_we_make_inn{
		margin: 0 -6px;
	}
}
@media screen and (max-width: 580px){
	.block_we_make_inn{
		flex-wrap: wrap;
	}
}
.block_we_make_item{
	width: calc(33.33% - 15px*2);
	margin: 0 15px;
	text-decoration: none !important;
	position: relative;
}
@media screen and (max-width: 980px){
	.block_we_make_item{
		width: calc(33.33% - 6px*2);
		margin: 0 6px;
	}
}
@media screen and (max-width: 580px){
	.block_we_make_item{
		width: calc(100% - 6px*2);
		margin: 0 6px 32px 6px;
	}
}
.block_we_make_item u{
	display: block;
	width: 100%;
	margin: 0 0 23px 0;
	text-decoration: none;
	transition: all 0.25s ease 0s;
	position: relative;
	overflow: hidden;
}
@media screen and (max-width: 980px){
	.block_we_make_item u{
		margin: 0 0 16px 0;
	}
}
.block_we_make_item u:before{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	content: "";
	border-bottom: 1px solid #111111;
	z-index: 5;
}
.block_we_make_item u img{
	width: 100%;
	transition: all 0.25s ease 0s;
	position: relative;
	z-index: 1;
}
.block_we_make_item:hover u img{
	transform: scale(1.1);
}
.block_we_make_item u span{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 20px;
	font-size: 18px;
	background: rgba(0,0,0,.7);
	backdrop-filter: blur(20px);
	transition: all 0.25s ease 0s;
	opacity: 0;
	z-index: 2;
}
@media screen and (max-width: 1180px){
	.block_we_make_item u span{
		top: 0;
		overflow: auto;
	}
}
@media screen and (max-width: 980px){
	.block_we_make_item u span{
		display: none !important;
	}
}
.block_we_make_item:hover u span{
	opacity: 1;
}
.block_we_make_item strong{
	display: block;
	font-size: 36px;
	font-weight: bold;
	text-transform: uppercase;
}
@media screen and (max-width: 1380px){
	.block_we_make_item strong{
		font-size: 26px;
	}
}
@media screen and (max-width: 980px){
	.block_we_make_item strong{
		padding: 0 48px 0 0;
		font-size: 18px;
		background: url("./assets/images/arrow_right_long.svg") right center no-repeat;
		background-size: 34px auto !important;
	}
}
.block_we_are_vr{
	display: flex;
	margin: 0 0 228px 0;
}
@media screen and (max-width: 1380px){
	.block_we_are_vr{
		margin: 0 0 128px 0;
	}
}
@media screen and (max-width: 980px){
	.block_we_are_vr{
		flex-wrap: wrap;
	}
}
.block_we_are_vr_content{
	width: 34.067%;
	padding: 0 30px 0 0;
	box-sizing: border-box;
}
@media screen and (max-width: 1180px){
	.block_we_are_vr_content{
		width: 44.067%;
	}
}
@media screen and (max-width: 980px){
	.block_we_are_vr_content{
		width: 100%;
		max-width: 564px;
		margin: 0 auto;
		padding: 0;
		order: 2;
	}
}
.block_we_are_vr_img{
	width: 65.933%;
	min-height: 25em;
}
@media screen and (max-width: 1180px){
	.block_we_are_vr_img{
		width: 55.933%;
	}
}
@media screen and (max-width: 980px){
	.block_we_are_vr_img{
		width: 100%;
		margin: 0 0 32px 0;
		order: 1;
	}
}
.block_we_are_vr_content h3{
	margin: 0 0 84px 0;
	position: relative;
}
@media screen and (max-width: 1180px){
	.block_we_are_vr_content h3{
		margin: 0 0 36px 0;
	}
}
@media screen and (max-width: 980px){
	.block_we_are_vr_content h3{
		margin: 0 0 16px 0;
	}
}
.block_we_are_vr_content h3:before{
	position: absolute;
	top: 100%;
	left: 0;
	content: "";
	width: 70px;
	padding: 35px 0 0 0;
	border-bottom: 1px solid #ffffff;
}
@media screen and (max-width: 1180px){
	.block_we_are_vr_content h3:before{
		display: none;
	}
}
.block_we_are_vr_content .description{
	max-width: 470px;
}
@media screen and (max-width: 980px){
	.block_we_are_vr_content .description{
		max-width: 100%;
		text-align: justify;
	}
}
.block_we_are_vr_content .description strong{
	text-transform: uppercase;
}
.block_we_are_vr_img .img{
	height: 100%;
	margin: 0 -75px 0 0;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover !important;
}
@media screen and (max-width: 980px){
	.block_we_are_vr_img .img{
		height: 360px;
		margin: 0 -20px;
		background-position: center center;
		background-size: cover !important;
	}
}
@media screen and (max-width: 580px){
	.block_we_are_vr_img .img{
		height: 250px;
	}
}
.block_our_team{
	margin: 0 0 236px 0;
}
@media screen and (max-width: 1380px){
	.block_our_team{
		margin: 0 0 128px 0;
	}
}
.block_our_team_slider{
	margin: 0 -30px 123px 0 !important;
}
@media screen and (max-width: 1880px){
	.block_our_team_slider{
		margin: 0 20px 123px 50px !important;
	}
}
@media screen and (max-width: 1280px){
	.block_our_team_slider{
		margin: 0 10px 123px 40px !important;
	}
}
@media screen and (max-width: 980px){
	.block_our_team_slider{
		margin: 0 0 100px 0 !important;
	}
}
.block_our_team_slider:before{
	position: absolute;
	top: 0;
	bottom: 0;
	left: calc(100% - 30px);
	content: "";
	width: 30px;
	background: #111111;
	z-index: 10;
}
@media screen and (max-width: 980px){
	.block_our_team_slider:before{
		display: none;
	}
}
.block_our_team_slider .item{
	display: block !important;
	max-width: calc(270px + 30px);
	width: auto !important;
	margin: 0 30px 0 0;
	text-align: right;
}
@media screen and (max-width: 980px){
	.block_our_team_slider .item{
		max-width: calc(270px + 10px*2);
		padding: 0 10px;
		margin: 0 auto;
		text-align: left;
	}
}
.block_our_team_slider .item u{
	display: block;
	margin: 0 0 11px 0;
	position: relative;
}
.block_our_team_slider .item u img{
	width: 100%;
	position: relative;
	z-index: 1;
}
@media screen and (max-width: 980px){
    .block_our_team_slider .item u img {
        height: auto!important;
    }
}
.block_our_team_slider .item u .description_desktop{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: flex;
	padding: 2px 0;
	font-size: 16px;/*18px*/
	font-style: normal;
	background: #111111;
	transition: all 0.25s ease 0s;
	opacity: 0;
	overflow: auto;
	z-index: 2;
}
@media screen and (max-width: 980px){
	.block_our_team_slider .item u .description_desktop{
		display: none !important;
	}
}
.block_our_team_slider .item:hover u .description_desktop{
	opacity: 1;
}
.block_our_team_slider .item strong{
	display: block;
	margin: 0 0 4px 0;
	font-size: 18px;
}
.block_our_team_slider .item span{
	display: block;
	font-size: 16px;
}
.block_our_team_slider .item .description_mobile{
	display: none;
	padding: 12px 0 0 0;
	text-align: justify;
}
@media screen and (max-width: 980px){
	.block_our_team_slider .item .description_mobile{
		display: block;
	}
}
.slick-arrow{
	top: calc(50% - 30px) !important;
	width: 22px !important;
	height: 42px !important;
	font-size: 0 !important;
	z-index: 11 !important;
	transition: all 0.25s ease 0s;
}
@media screen and (max-width: 1280px){
	.slick-arrow{
		width: 16px !important;
		height: 31px !important;
	}
}
.block_our_team.item_viewport.hidden .slick-arrow{
	opacity: 0 !important;
	transition-delay: 2s !important;
}
@media screen and (max-width: 1280px){
	.block_our_team.item_viewport.hidden .slick-arrow{
		transition-delay: 1.5s !important;
	}
}
.block_furniture_projects.item_viewport.hidden .slick-arrow{
	opacity: 0 !important;
	transition-delay: 1.5s !important;
}
.block_our_team.item_viewport.visible .slick-arrow, .block_furniture_projects.item_viewport.visible .slick-arrow{
	opacity: 1 !important;
}
.block_our_team.item_viewport.hidden .slick-arrow.slick-prev, .block_furniture_projects.item_viewport.hidden .slick-arrow.slick-prev{
	margin-right: -29px !important;
}
.block_our_team.item_viewport.hidden .slick-arrow.slick-next, .block_furniture_projects.item_viewport.hidden .slick-arrow.slick-next{
	margin-left: -29px !important;
}
.block_our_team.item_viewport.visible .slick-arrow.slick-prev, .block_furniture_projects.item_viewport.visible .slick-arrow.slick-prev{
	margin-right: 0 !important;
}
.block_our_team.item_viewport.visible .slick-arrow.slick-next, .block_furniture_projects.item_viewport.visible .slick-arrow.slick-next{
	margin-left: 0 !important;
}
.slick-arrow:before{
	display: none !important;
}
.slick-arrow.slick-prev{
	left: auto !important;
	right: calc(100% + 25px) !important;
	background: url("./assets/images/arrow_left.svg") left center no-repeat !important;
	background-size: 22px auto !important;
}
@media screen and (max-width: 1280px){
	.slick-arrow.slick-prev{
		background-size: 16px auto !important;
	}
}
.slick-arrow.slick-next{
	left: calc(100% - 5px) !important;
	right: auto !important;
	background: url("./assets/images/arrow_right.svg") left center no-repeat !important;
	background-size: 22px auto !important;
}
@media screen and (max-width: 1280px){
	.slick-arrow.slick-next{
		background-size: 16px auto !important;
	}
}
.slick-arrow.slick-prev:hover, .slick-arrow.slick-next:hover{
	opacity: .75;
}
.slick-arrow.slick-prev.slick-disabled, .slick-arrow.slick-next.slick-disabled{
	opacity: .3;
}
.slick-dots{
	top: calc(100% + 25px);
	bottom: 0 !important;
}
.slick-dots li{
	width: 0 !important;
	margin: 0 !important;
	transform: scale(0);
	transition: all 0.25s ease 0s;
}
.slick-dots li.siblings_2{
	width: 30px !important;
	transform: scale(.5);
}
.slick-dots li.siblings_1{
	width: 30px !important;
	transform: scale(1);
}
.slick-dots li.slick-active{
	width: 30px !important;
	transform: scale(1.3);
}
.slick-dots li button{
	transition: all 0.25s ease 0s;
}
.slick-dots li button:before{
	color: #ffffff !important;
}
.block_our_team .description{
	max-width: 1570px;
	margin: 0 auto;
	text-align: center;
}
@media screen and (max-width: 980px){
	.block_our_team .description{
		max-width: 564px;
		text-align: justify;
	}
}
.block_our_clients{
	margin: 0 0 190px 0;
}
@media screen and (max-width: 1380px){
	.block_our_clients{
		margin: 0 0 128px 0;
	}
}
.block_our_clients h2{
	margin: 0 0 106px 0;
}
@media screen and (max-width: 1380px){
	.block_our_clients h2{
		margin: 0 0 60px 0;
	}
}
@media screen and (max-width: 980px){
	.block_our_clients h2{
		margin: 0 0 32px 0;
	}
}
.block_our_clients_slider{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	font-size: 0;
}
@media screen and (max-width: 980px){
	.block_our_clients_slider{
		margin: 0 -20px;
	}
}
.block_our_clients_slider .img{
	width: 11.111%;
	margin: 0 0 64px 0;
	text-align: center;
}
@media screen and (max-width: 1380px){
	.block_our_clients_slider .img{
		margin: 0 0 50px 0;
	}
}
@media screen and (max-width: 980px){
	.block_our_clients_slider .img{
		width: auto;
		margin: 0;
		padding: 0 20px;
	}
}
.block_our_clients_slider .img img{
	max-width: 100%;
	max-height: 100%;
	filter: brightness(0) contrast(3) invert(1) saturate(0);
	transition: all 0.25s ease 0s;
}
.block_our_clients_slider .img img:hover{
	filter: none;
}
.block_our_clients_slider .slick-track, .block_our_clients_slider .slick-track *{
	display: flex !important;
	justify-content: center;
	align-items: center;
}
.block_our_clients_slider .slick-slide .img img:hover{
	filter: brightness(0) contrast(3) invert(1) saturate(0);
}
.block_our_clients_slider .slick-slide.slick-current.slick-active + .slick-slide.slick-active .img img{
	filter: none;
}

/* ----- footer ----- */
.footer{
	max-width: 1370px;
	margin: 0 auto;
	padding: 65px 0 125px 0;
	border-top: 1px solid #ffffff;
	position: relative;
	z-index: 2;
}
@media screen and (max-width: 1420px){
	.footer{
		padding: 65px 20px 125px 20px;
	}
}
@media screen and (max-width: 1380px){
	.footer{
		padding: 50px 20px;
	}
}
@media screen and (max-width: 980px){
	.footer{
		border-top: 0;
		padding: 0 20px 50px 20px;
	}
}
.footer a:not(.block_socials_footer_mobile a, .button){
	text-decoration: none !important;
	position: relative;
}
.footer a:not(.block_socials_footer_mobile a, .button):before{
	position: absolute;
	top: 100%;
	left: 0;
	content: "";
	width: 100%;
	border-bottom: 1px solid currentColor;
	transform-origin: 100% 50%;
	transform: scale3d(0, 1, 1);
	transition: transform 0.3s;
}
.footer a:not(.block_socials_footer_mobile a, .button):hover:before{
	transform-origin: 0% 50%;
	transform: scale3d(1, 1, 1);
}
.block_socials_footer_mobile{
	display: none;
	margin: 0 0 32px 0;
	padding: 0;
	text-align: center;
	font-size: 0;
	list-style: none;
}
@media screen and (max-width: 980px){
	.block_socials_footer_mobile{
		display: block;
	}
}
.block_socials_footer_mobile li{
	display: inline-block; vertical-align: top;
}
.block_socials_footer_mobile li:not(:last-child){
	margin: 0 32px 0 0;
}
.block_socials_footer_mobile a{
	display: block;
	width: 30px;
	height: 30px;
	background-size: 30px 30px !important;
}
.block_socials_footer_mobile a:hover{
	transform: rotate(360deg);
}
.footer_top{
	display: flex;
	justify-content: space-between;
	margin: 0 0 70px 0;
}
@media screen and (max-width: 1380px){
	.footer_top{
		margin: 0 0 50px 0;
	}
}
@media screen and (max-width: 980px){
	.footer_top{
		justify-content: center;
	}
}
.footer .col:first-child, .footer .col:last-child{
	width: 268px;
}
@media screen and (max-width: 1380px){
	.footer .col:first-child, .footer .col:last-child{
		width: 178px;
	}
}
@media screen and (max-width: 980px){
	.footer .col:first-child, .footer .col:last-child{
		display: none;
	}
}
.block_socials_footer{
	margin: 0;
	padding: 5px 0 0 0;
	list-style: none;
}
.block_socials_footer li:not(:last-child){
	padding: 0 0 10px 0;
}
.button{
	display: inline-block; vertical-align: top;
	padding: 11px 52px;
	text-decoration: none !important;
	text-transform: uppercase;
	border: 1px solid #ffffff;
	background: #111111;
}
.button-load-more{
	display: flex;
    align-items: center;
    justify-content: center;
	padding: 11px 52px;
	text-decoration: none !important;
	text-transform: uppercase;
	border: 1px solid #ffffff;
	background: #111111;
	height: 20px;
	cursor: pointer;
}
.block-btn_load_more{
	display: flex;
    justify-content: center;
    margin-top: 20px;
}
.button-load-more:hover{
	color: #111111;
	background-color: white;
}
.button-load-more:active{
	color: #111111;
	background-color: #e9e9e9;
}

@media screen and (max-width: 980px){
	.footer .button{
		padding: 6px 34px;
		font-size: 14px;
	}
}
.button:hover{
	color: #111111;
	background: #ffffff;
}
.block_address{
	font-style: normal;
}
.block_address ul{
	margin: 0;
	padding: 5px 0 0 0;
	list-style: none;
}
.block_address li:not(:last-child){
	padding: 0 0 10px 0;
}
.block_copy{
	text-align: center;
	font-size: 14px;
}

/* ----- 404 ----- */
.block_404{
	display: flex;
	max-width: 1546px;
	margin: 0 auto;
	padding: 128px 0;
}
@media screen and (max-width: 980px){
	.block_404{
		flex-wrap: wrap;
		flex-direction: column;
		padding: 28px 0 128px 0;
	}
}
.block_404 img{
	width: 100%;
}
.block_404_left{
	width: 54.721%;
}
@media screen and (max-width: 980px){
	.block_404_left{
		width: 100%;
		max-width: 440px;
		margin: 0 auto 40px auto;
	}
}
.block_404_right{
	display: flex;
	flex-direction: column;
	width: 42.561%;
	margin: 0 0 0 auto;
}
@media screen and (max-width: 980px){
	.block_404_right{
		width: 100%;
		max-width: 340px;
		margin: 0 auto;
	}
}
.block_404_title{
	display: flex;
	align-items: center;
	margin: 0 0 60px 0;
	line-height: 1;
	font-weight: bold;
	text-transform: uppercase;
}
@media screen and (max-width: 980px){
	.block_404_title{
		margin: 0 0 40px 0;
	}
}
.block_404_title .title_404{
	max-width: 250px;
	min-width: 250px;
	margin: 0 45px 0 0;
}
@media screen and (max-width: 980px){
	.block_404_title .title_404{
		max-width: 180px;
		min-width: 180px;
		margin: 0 25px 0 0;
	}
}
.block_404_title .title{
	max-width: 110px;
	font-size: 36px;
	color: #111111;
	text-shadow: -1px -1px 0 #ffffff, 1px -1px 0 #ffffff, -1px 1px 0 #ffffff, 1px 1px 0 #ffffff;
}
@media screen and (max-width: 980px){
	.block_404_title .title{
		font-size: 26px;
	}
}
.block_404_right .description{
	max-width: 470px;
	margin: 0 0 60px 0;
	text-align: justify;
	flex-grow: 1;
}
@media screen and (max-width: 980px){
	.block_404_right .description{
		margin: 0 0 40px 0;
	}
}
@media screen and (max-width: 980px){
	.block_404_right .button{
		display: block;
		text-align: center;
	}
}

/* ----- inner_projects_gallery ----- */
.block_projects_gallery{
	margin: 0 0 200px 0;
	padding: 20px 0 0 0;
}
@media screen and (max-width: 1380px){
	.block_projects_gallery{
		margin: 0 0 100px 0;
	}
}
.block_projects_gallery h2{
	margin: 0 0 74px 0;
}
@media screen and (max-width: 1380px){
	.block_projects_gallery h2{
		margin: 0 0 50px 0;
	}
}
@media screen and (max-width: 980px){
	.block_projects_gallery h2{
		margin: 0 0 30px 0;
	}
}
.block_sorting_filter{
	display: flex;
	justify-content: space-between;
	align-items: center;
	min-height: 40px;
	margin: 0 0 82px 0;
	position: relative;
	z-index: 3;
}
@media screen and (max-width: 1380px){
	.block_sorting_filter{
		margin: 0 0 32px 0;
	}
}
@media screen and (max-width: 980px){
	.block_sorting_filter{
		min-height: auto;
	}
}
.block_sorting_filter_left{
	padding: 0 20px 0 0;
	font-size: 0;
}
@media screen and (max-width: 980px){
	.block_sorting_filter_left{
		display: none;
	}
}
.block_sorting_filter_right{
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 20px;
}
@media screen and (max-width: 1380px){
	.block_sorting_filter_right{
		font-size: 16px;
	}
}
@media screen and (max-width: 980px){
	.block_sorting_filter_right{
		width: 100%;
		font-size: 14px;
	}
}
.block_active_filters .active_filter{
	display: inline-block; vertical-align: top;
	margin: 5px 10px 5px 0;
	padding: 1px 30px 1px 10px;
	text-decoration: none !important;
	font-size: 20px;
	border: 1px solid #ffffff;
	position: relative;
	cursor: default;
}
@media screen and (max-width: 1380px){
	.block_active_filters .active_filter{
		padding: 2px 30px 2px 10px;
		font-size: 16px;
	}
}
.block_active_filters .active_filter.reset{
	color: #c33124;
	border: 1px solid #c33124;
	cursor: pointer;
}
.block_active_filters .active_filter .close{
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 30px;
	background: url("./assets/images/button_close.svg") center center no-repeat;
	background-size: 15px auto !important;
	transition: all 0.25s ease 0s;
	cursor: pointer;
}
.block_active_filters .active_filter.reset .close{
	background: url("./assets/images/button_close_red.svg") center center no-repeat;
}
.block_active_filters .active_filter .close:hover{
	transform: rotate(360deg);
}
.block_sorting{
	padding: 0 0 0 40px;
	white-space: nowrap;
	position: relative;
}
.block_sorting:before{
	position: absolute;
	top: 50%;
	left: 0;
	content: "";
	width: 31px;
	height: 20px;
	background: url("./assets/images/ico_sorting.svg") left top no-repeat;
	background-size: auto 100% !important;
	transform: translateY(-50%);
}
.block_sorting u{
	text-decoration: none;
}
@media screen and (max-width: 580px){
	.block_sorting u{
		display: none;
	}
}
.block_sorting .sorting{
	display: inline-block; vertical-align: top;
	margin: 0 138px 0 0;
	padding: 0 27px 0 0;
	text-transform: lowercase;
	background: url("./assets/images/select.svg") right center no-repeat;
	background-size: auto 13px !important;
	position: relative;
	cursor: pointer;
}
@media screen and (max-width: 1380px){
	.block_sorting .sorting{
		margin: 0 50px 0 0;
	}
}
@media screen and (max-width: 980px){
	.block_sorting .sorting{
		margin: 0 20px 0 0;
	}
}
@media screen and (max-width: 580px){
	.block_sorting .sorting{
		padding: 0;
		background: none;
	}
}
.block_sorting .sorting span{
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
@media screen and (max-width: 580px){
	.block_sorting .sorting span{
		max-width: 145px;
	}
}
.block_sorting .sorting .sorting_popup{
	display: none;
	position: absolute;
	top: calc(100% + 6px);
	left: -20px;
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 18px;
	white-space: nowrap;
	background: #111111;
}
@media screen and (max-width: 1380px){
	.block_sorting .sorting .sorting_popup{
		font-size: 16px;
	}
}
@media screen and (max-width: 980px){
	.block_sorting .sorting .sorting_popup{
		font-size: 14px;
	}
}
.block_sorting .sorting .sorting_popup a{
	display: block;
	padding: 9px 46px 9px 20px;
	text-decoration: none !important;
}
.block_sorting .sorting .sorting_popup .active a, .block_sorting .sorting .sorting_popup a:hover{
	color: #000000;
	background: #c4c4c4;
}
.filter{
	display: flex;
    justify-content: flex-end;
}
.button_filter{
	padding: 10px;
	position: relative;
	cursor: pointer;
	justify-content: center;
    margin: 1em 0 1em 0;
    width: 8%;
	
}
.button_filter:before{
	position: absolute;
	top: 70%;
	right: 0;
	content: "";
	width: 25px;
	height: 20px;
	background: url("./assets/images/ico_filter.svg") left top no-repeat;
	background-size: auto 55% !important;
	transform: translateY(-50%);
	padding: 10px;
}
@media screen and (max-width: 1550px){
	.button_filter{
		width: 9%;
	}
}
@media screen and (max-width: 1040px){
	.button_filter{
		width: 10%;
	}
}
@media screen and (max-width: 950px){
	.button_filter{
		width: 11%;
	}
	.button_filter:before{
		background-size: auto 40% !important;
		top:80%;
	}
}
@media screen and (max-width: 870px){
	.button_filter{
		width: 12%;	
	}
}
@media screen and (max-width: 769px){
	.button_filter{
		width: 15%;
	}
}
@media screen and (max-width: 645px){
	.button_filter{
		width: 18%;
	}
}
@media screen and (max-width: 425px){
	.button_filter{
		width: 25%;
	}
}
@media screen and (max-width: 375px){
	.button_filter{
		width: 30%;	
	}
}






.block_projects_gallery_inn{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px;
}
@media screen and (max-width: 980px){
	.block_projects_gallery_inn{
		margin: 0 -6px;
	}
}
@media screen and (max-width: 580px){
	.block_projects_gallery_inn{
		margin: 0 -26px;
	}
}
.block_projects_gallery_item{
	width: calc(33.33% - 15px*2);
	margin: 0 15px 40px 15px;
	text-decoration: none !important;
	position: relative;
	z-index: 1;
}
@media screen and (max-width: 980px){
	.block_projects_gallery_item{
		width: calc(33.33% - 6px*2);
		margin: 0 6px 32px 6px;
	}
}
@media screen and (max-width: 580px){
	.block_projects_gallery_item{
		width: calc(100% - 6px*2);
	}
}
.block_projects_gallery_item u{
	display: block;
	width: 100%;
	margin: 0 0 8px 0;
	text-decoration: none;
	transition: all 0.25s ease 0s;
	position: relative;
	overflow: hidden;
}
@media screen and (max-width: 980px){
	.block_projects_gallery_item u{
		margin: 0 0 10px 0;
	}
}
.block_projects_gallery_item u img{
	width: 100%;
	transition: all 0.25s ease 0s;
	position: relative;
	z-index: 1;
}
.block_projects_gallery_item:hover u img{
	transform: scale(1.1);
}
.block_projects_gallery_item u span{
	position: absolute;
	bottom: -3%!important;
	left: 0;
	right: 0;
	padding: 20px;
	font-size: 18px;
	background: rgba(0,0,0,.7);
	backdrop-filter: blur(20px);
	transition: all 0.25s ease 0s;
	opacity: 0;
	z-index: 2;
}
@media screen and (max-width: 1180px){
	.block_projects_gallery_item u span{
		top: 0;
		overflow: auto;
		bottom: -3%!important;
	}
}
@media screen and (max-width: 980px){
	.block_projects_gallery_item u span{
		display: none !important;
	}
}
.block_projects_gallery_item:hover u span{
	opacity: 1;
}
.block_projects_gallery_item strong{
	display: block;
	margin: 0 0 4px 0;
	font-size: 24px;
	font-weight: bold;
	text-transform: uppercase;
}
@media screen and (max-width: 980px){
	.block_projects_gallery_item strong{
		font-size: 18px;
	}
}
@media screen and (max-width: 580px){
	.block_projects_gallery_item strong{
		padding: 0 20px;
	}
}
.block_projects_gallery_item i{
	display: block;
	font-size: 14px;
	font-style: normal;
}
@media screen and (max-width: 580px){
	.block_projects_gallery_item i{
		padding: 0 20px;
	}
}

/* ----- filter ----- */
.overlay_filter{
	display: none;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	cursor: pointer;
	z-index: 14;
}
.filter_panel{
	position: fixed;
	top: 0;
	bottom: 0;
	right: -100%;
	display: flex;
	flex-direction: column;
	width: 33.57%;
	padding: 0 40px;
	background: #111111;
	box-shadow: 0 4px 10px rgba(152,163,173,.2);
	visibility: hidden;
	transition: all 0.6s ease 0s;
	box-sizing: border-box;
	z-index: 15;
}
@media screen and (max-width: 1180px){
	.filter_panel{
		width: 380px;
		padding: 0 20px;
	}
}
@media screen and (max-width: 440px){
	.filter_panel{
		/* width: 280px; */
		width: 300px;
	}
}
.filter_panel.open{
	right: 0;
	visibility: visible;
}
.filter_panel_header{
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 70px;
	border-bottom: 1px solid #ffffff;
}
@media screen and (max-width: 980px){
	.filter_panel_header{
		font-size: 14px;
	}
}
.filter_panel_content{
	flex-grow: 1;
	padding: 30px 0 0 0;
	overflow: auto;
}
.filter_panel_bottom{
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 70px;
	border-top: 1px solid #ffffff;
}
@media screen and (max-width: 980px){
	.filter_panel_bottom{
		font-size: 14px;
	}
}
.filter_panel_header .title{
	padding: 0 0 0 42px;
	position: relative;
}
@media screen and (max-width: 1380px){
	.filter_panel_header .title{
		padding: 0 0 0 35px;
	}
}
.filter_panel_header .title:before{
	position: absolute;
	top: 50%;
	left: 0;
	content: "";
	width: 32px;
	height: 25px;
	background: url("./assets/images/ico_filter.svg") left top no-repeat;
	background-size: auto 100% !important;
	transform: translateY(-50%);
}
@media screen and (max-width: 1380px){
	.filter_panel_header .title:before{
		width: 25px;
		height: 20px;
	}
}
.filter_panel_content .title{
	margin: 0 0 28px 0;
	font-size: 24px;
	font-weight: 700;
	text-transform: uppercase;
}
@media screen and (max-width: 980px){
	.filter_panel_content .title{
		font-size: 20px;
	}
}
.filter_panel_content ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
.filter_panel_content ul:not(:last-child){
	margin: 0 0 58px 0;
}
.filter_panel_content li:not(:last-child){
	margin: 0 0 22px 0;
}
.filter_panel_bottom .button_done{
	padding: 0 0 0 30px;
	text-decoration: none !important;
	position: relative;
}
@media screen and (max-width: 980px){
	.filter_panel_bottom .button_done{
		padding: 0 0 0 26px;
	}
}
.filter_panel_bottom .button_done:before{
	position: absolute;
	top: 50%;
	left: 0;
	content: "";
	width: 20px;
	height: 20px;
	background: url("./assets/images/ico_ok.svg") center center no-repeat;
	background-size: 20px auto !important;
	transform: translateY(-50%);
	transition: all 0.25s ease 0s;
	z-index: 5;
}
@media screen and (max-width: 980px){
	.filter_panel_bottom .button_done:before{
		width: 16px;
		background-size: 16px auto !important;
	}
}
.filter_panel_bottom .button_done:hover:before{
	transform: translateY(-50%) rotate(360deg);
}

/* ----- inner_project ----- */
.block_project{
	margin: 0 0 200px 0;
}
@media screen and (max-width: 980px){
	.block_project{
		margin: 0 0 100px 0;
	}
}
.block_project_bg{
	height: 600px;
	margin: 0 -75px 40px -75px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover !important;
}
@media screen and (max-width: 1770px){
	.block_project_bg{
		margin: 0 -20px 40px -20px;
	}
}
@media screen and (max-width: 1380px){
	.block_project_bg{
		height: 460px;
	}
}
@media screen and (max-width: 980px){
	.block_project_bg{
		height: 360px;
	}
}
.block_project_info{
	max-width: 1200px;
	margin: 0 0 128px 0;
}
@media screen and (max-width: 980px){
	.block_project_info{
		max-width: 564px;
		margin: 0 auto 64px auto;
	}
}
@media screen and (max-width: 580px){
	.block_project_info{
		margin: 0 auto 48px auto;
	}
}
.block_project_info h3{
	margin: 0 0 10px 0;
	font-size: 44px;
}
@media screen and (max-width: 1380px){
	.block_project_info h3{
		font-size: 35px;
	}
}
.block_project_info .subtitle{
	margin: 0 0 35px 0;
	font-size: 36px;
}
@media screen and (max-width: 1380px){
	.block_project_info .subtitle{
		font-size: 20px;
	}
}
@media screen and (max-width: 980px){
	.block_project_info .subtitle{
		margin: 0 0 30px 0;
		font-size: inherit;
	}
}
.block_project_info_icons{
	display: inline-block; vertical-align: top;
	margin: 0 0 35px 0;
	padding: 0 0 35px 0;
	font-size: 0;
	border-bottom: 1px solid #ffffff;
}
@media screen and (max-width: 980px){
	.block_project_info_icons{
		display: block;
		margin: 0 0 20px 0;
		padding: 0 0 30px 0;
	}
}
.block_project_info_icons .ico{
	display: inline-block; vertical-align: top;
	padding: 0 0 0 50px;
	font-size: 20px;
	position: relative;
}
@media screen and (max-width: 980px){
	.block_project_info_icons .ico{
		display: block;
		font-size: 16px;
	}
}
@media screen and (max-width: 580px){
	.block_project_info_icons .ico{
		font-size: 14px;
	}
}
.block_project_info_icons .ico:not(:last-child){
	margin: 0 65px 0 0;
}
@media screen and (max-width: 980px){
	.block_project_info_icons .ico:not(:last-child){
		margin: 0 0 28px 0;
	}
}
.block_project_info_icons .ico:before{
	position: absolute;
	top: 50%;
	left: 0;
	content: "";
	width: 34px;
	height: 30px;
	background-position: left top;
	background-repeat: no-repeat;
	background-size: auto 100% !important;
	transform: translateY(-50%);
}
.ico_project_square:before{
	background-image: url("./assets/images/ico_project_square.svg");
}
.ico_project_year:before{
	background-image: url("./assets/images/ico_project_year.svg");
}
.ico_project_location:before{
	background-image: url("./assets/images/ico_project_location.svg");
}
@media screen and (max-width: 980px){
	.block_project_info .description{
		text-align: justify;
	}
}
.block_project_gallery{
	margin: 0 0 60px 0;
}
@media screen and (max-width: 580px){
	.block_project_gallery{
		margin: 0 0 48px 0;
	}
}
.block_project_gallery + .block_project_gallery{
	margin-top: -30px;
}
@media screen and (max-width: 1280px){
	.block_project_gallery + .block_project_gallery{
		margin-top: -40px;
	}
}
@media screen and (max-width: 1100px){
	.block_project_gallery.block_project_gallery_type_1 + .block_project_gallery{
		margin-top: 0 !important;
	}
}
@media screen and (max-width: 980px){
	.block_project_gallery + .block_project_gallery{
		margin-top: -48px;
	}
}
@media screen and (max-width: 580px){
	.block_project_gallery + .block_project_gallery{
		margin-top: -38px;
	}
}
.block_project_gallery .img[data-fancybox]{
	cursor: pointer;
}
.block_project_gallery img{
	width: 100%;
}
.block_project_gallery_type_1{
	display: flex;
	position: relative;
}
.block_project_gallery_type_1 .col:nth-child(1){
	display: flex;
	flex-direction: column;
	width: 54.802%;
}
@media screen and (max-width: 1100px){
	.block_project_gallery_type_1 .col:nth-child(1){
		width: 100%;
		position: relative;
		z-index: 2;
	}
}
.block_project_gallery_type_1 .col:nth-child(2){
	width: 43.502%;
	margin: 0 0 0 auto;
}
@media screen and (max-width: 1100px){
	.block_project_gallery_type_1 .col:nth-child(2){
		position: absolute;
		top: 0;
		right: 0;
		width: 27.545%;
		z-index: 1;
	}
}
@media screen and (max-width: 480px){
	.block_project_gallery_type_1 .col:nth-child(2){
		display: none;
	}
}
.block_project_gallery_type_1 .col:nth-child(1) .img{
	flex-grow: 1;
}
@media screen and (max-width: 1100px){
	.block_project_gallery_type_1 .col:nth-child(1) .img{
		width: 71.181%;
		margin: 0 0 60px 0;
	}
}
@media screen and (max-width: 580px){
	.block_project_gallery_type_1 .col:nth-child(1) .img{
		margin: 0 0 48px 0;
	}
}
@media screen and (max-width: 480px){
	.block_project_gallery_type_1 .col:nth-child(1) .img{
		width: 100%;
		margin: 0 0 10px 0;
	}
}
.block_project_gallery_type_1 .col:nth-child(1) .img_mobile{
	display: none;
}
@media screen and (max-width: 480px){
	.block_project_gallery_type_1 .col:nth-child(1) .img_mobile{
		display: block;
	}
	.block_project_gallery_type_1 .col:nth-child(1) .img_mobile:not(:last-child){
		margin: 0 0 48px 0;
	}
}
.block_project_gallery_type_1 .description{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 48.660%;
	padding: 0 20px;
	box-sizing: border-box;
}
@media screen and (max-width: 1100px){
	.block_project_gallery_type_1 .description{
		height: auto;
		padding: 0;
	}
}
.block_project_gallery_type_1 .description .txt{
	max-width: 670px;
	margin: 0 auto;
}
@media screen and (max-width: 1100px){
	.block_project_gallery_type_1 .description .txt{
		max-width: 900px;
	}
}
@media screen and (max-width: 980px){
	.block_project_gallery_type_1 .description .txt{
		max-width: 564px;
		margin: 0 auto;
	}
}
.block_project_gallery_type_2{
	display: flex;
}
@media screen and (max-width: 480px){
	.block_project_gallery_type_2{
		flex-wrap: wrap;
	}
	.block_project_gallery_type_2 .img{
		margin: 0 0 10px 0;
	}
}
.block_project_gallery_type_2 .col:nth-child(1){
	width: 43.502%;
}
@media screen and (max-width: 480px){
	.block_project_gallery_type_2 .col:nth-child(1){
		width: 100%;
	}
}
.block_project_gallery_type_2 .col:nth-child(2){
	display: flex;
	flex-direction: column;
	width: 54.802%;
	margin: 0 0 0 auto;
}
@media screen and (max-width: 480px){
	.block_project_gallery_type_2 .col:nth-child(2){
		width: 100%;
	}
	.block_project_gallery_type_2 .col:nth-child(2) .img:last-child{
		margin: 0;
	}
}
.block_project_gallery_type_2 .col:nth-child(2) .img:first-child{
	flex-grow: 1;
}
.block_project_description{
	max-width: 1170px;
	margin: 0 auto 60px auto;
}
@media screen and (max-width: 980px){
	.block_project_description{
		max-width: 564px;
		text-align: justify;
	}
}
@media screen and (max-width: 580px){
	.block_project_description{
		margin: 0 auto 48px auto;
	}
}
.block_project_gallery_type_3{
	display: flex;
}
@media screen and (max-width: 480px){
	.block_project_gallery_type_3{
		flex-wrap: wrap;
	}
}
.block_project_gallery_type_3 .img:nth-child(1){
	width: 32.203%;
}
@media screen and (max-width: 480px){
	.block_project_gallery_type_3 .img:nth-child(1){
		width: 100%;
		margin: 0 0 10px 0;
	}
}
.block_project_gallery_type_3 .img:nth-child(2){
	width: 66.101%;
	margin: 0 0 0 auto;
}
@media screen and (max-width: 480px){
	.block_project_gallery_type_3 .img:nth-child(2){
		width: 100%;
	}
}
.block_project_gallery_type_4{
	display: flex;
	justify-content: space-between;
}
@media screen and (max-width: 480px){
	.block_project_gallery_type_4{
		flex-wrap: wrap;
	}
}
.block_project_gallery_type_4 .img{
	width: 49.152%;
}
@media screen and (max-width: 480px){
	.block_project_gallery_type_4 .img{
		width: 100%;
	}
	.block_project_gallery_type_4 .img:not(:last-child){
		margin: 0 0 10px 0;
	}
}
.block_project_gallery_type_5{
	display: flex;
	justify-content: space-between;
}
@media screen and (max-width: 480px){
	.block_project_gallery_type_5{
		flex-wrap: wrap;
	}
}
.block_project_gallery_type_5 .img{
	width: 32.203%;
}
@media screen and (max-width: 480px){
	.block_project_gallery_type_5 .img{
		width: 100%;
	}
	.block_project_gallery_type_5 .img:not(:last-child){
		margin: 0 0 10px 0;
	}
}
.block_project_gallery_type_6{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0;
}
@media screen and (max-width: 580px){
	.block_project_gallery_type_6{
		margin: 0 -25px 38px -25px;
	}
}
.block_project_gallery_type_6 .img{
	width: 15.254%;
	margin: 0 0 60px 0;
}
@media screen and (max-width: 580px){
	.block_project_gallery_type_6 .img{
		width: calc(33.33% - 5px*2);
		margin: 0 5px 10px 5px;
	}
}
.block_project_gallery_type_7{
	display: flex;
	justify-content: space-between;
}
@media screen and (max-width: 580px){
	.block_project_gallery_type_7{
		flex-wrap: wrap;
		margin-left: -5px;
		margin-right: -5px;
	}
}
.block_project_gallery_type_7 .img{
	width: 15.254%;
}
@media screen and (max-width: 580px){
	.block_project_gallery_type_7 .img{
		width: calc(50% - 5px*2);
		margin: 0 5px;
	}
	.block_project_gallery_type_7 .img:not(:last-child){
		margin-bottom: 10px;
	}
}
.block_project_gallery_type_7 .img:last-child{
	width: 32.203%;
}
@media screen and (max-width: 580px){
	.block_project_gallery_type_7 .img:last-child{
		width: 100%;
	}
}
.block_project_gallery_type_8{
	display: flex;
	justify-content: space-between;
}
@media screen and (max-width: 980px){
	.block_project_gallery_type_8{
		flex-wrap: wrap;
	}
}
.block_project_gallery_type_8 .img{
	width: 49.152%;
}
@media screen and (max-width: 980px){
	.block_project_gallery_type_8 .img{
		width: 100%;
	}
	.block_project_gallery_type_8 .img:not(:last-child){
		margin: 0 0 10px 0;
	}
}
.block_project_gallery_type_8 .description{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 49.152%;
	padding: 0 20px;
	box-sizing: border-box;
}
@media screen and (max-width: 980px){
	.block_project_gallery_type_8 .description{
		width: 100%;
		margin: 0 0 60px 0;
		padding: 60px 0 0 0;
	}
}
@media screen and (max-width: 580px){
	.block_project_gallery_type_8 .description{
		margin: 0 0 48px 0;
		padding: 48px 0 0 0;
	}
}
.block_project_gallery_type_8 .description .txt{
	max-width: 670px;
	margin: 0 auto;
}
@media screen and (max-width: 980px){
	.block_project_gallery_type_8 .description .txt{
		max-width: 564px;
	}
}
.block_project_controls{
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 480px;
	margin: 0 auto;
	padding: 30px 25px 0 25px;
}
@media screen and (max-width: 980px){
	.block_project_controls{
		padding: 0 25px;
	}
}
.block_project_controls a{
	text-decoration: none !important;
	position: relative;
}
.block_project_controls a.arrow_left{
	padding: 0 0 0 40px;
}
@media screen and (max-width: 980px){
	.block_project_controls a.arrow_left{
		padding: 0 0 0 30px;
	}
}
.block_project_controls a.arrow_right{
	padding: 0 40px 0 0;
}
@media screen and (max-width: 980px){
	.block_project_controls a.arrow_right{
		padding: 0 30px 0 0;
	}
}
.block_project_controls a:before{
	position: absolute;
	top: 50%;
	content: "";
	width: 16px;
	height: 31px;
	background-size: 100% auto !important;
	transform: translateY(-50%);
	transition: all 0.25s ease 0s;
}
@media screen and (max-width: 980px){
	.block_project_controls a:before{
		width: 12px;
		height: 23px;
	}
}
.block_project_controls a.arrow_left:before{
	left: 0;
	background: url("./assets/images/arrow_left.svg") left center no-repeat;
}
.block_project_controls a.arrow_right:before{
	right: 0;
	background: url("./assets/images/arrow_right.svg") left center no-repeat;
}
.block_project_controls a:hover:before{
	opacity: .75;
}
.fancybox__backdrop{
	backdrop-filter: blur(20px);
	background: rgba(17,17,17,.95) !important;
}

/* ----- inner_contacts ----- */
.block_contacts{
	margin: 0 0 200px 0;
	padding: 20px 0 0 0;
}
@media screen and (max-width: 1380px){
	.block_contacts{
		margin: 0 0 128px 0;
	}
}
.block_contacts_map{
	margin: 0 0 128px 0;
	padding: 100px 0;
	position: relative;
}
@media screen and (max-width: 980px){
	.block_contacts_map{
		display: flex;
		flex-direction: column;
		margin: 0 0 64px 0;
		padding: 20px 0 0 0;
	}
}
.block_contacts_map .map{
	position: absolute;
	top: 0;
	bottom: 0;
	left: -75px;
	right: -75px;
	z-index: 1;
}
@media screen and (max-width: 1810px){
	.block_contacts_map .map{
		left: -20px;
		right: -20px;
	}
}
@media screen and (max-width: 980px){
	.block_contacts_map .map{
		position: relative;
		left: 0;
		right: 0;
		height: 360px;
		margin: 0 -20px;
		order: 2;
	}
}
.block_contacts_map .map iframe{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	filter: grayscale(100%) invert(1) contrast(.5);
}
.block_contacts_map_content{
	max-width: calc(770px + 75px);
	margin: 0 -75px 0 auto;
	padding: 34px 100px 34px 20px;
	background: rgba(0,0,0,.7);
	backdrop-filter: blur(3px);
	box-sizing: border-box;
	position: relative;
	z-index: 2;
}
@media screen and (max-width: 1770px){
	.block_contacts_map_content{
		max-width: calc(770px + 20px);
		margin: 0 -20px 0 auto;
	}
}
@media screen and (max-width: 1380px){
	.block_contacts_map_content{
		padding: 50px 50px 55px 20px;
	}
}
@media screen and (max-width: 980px){
	.block_contacts_map_content{
		max-width: 564px;
		margin: 0 auto 40px auto;
		padding: 0;
		background: none;
		order: 1;
	}
}
.block_contacts_map_content h3{
	max-width: 570px;
	margin: 0 0 54px auto;
	position: relative;
}
@media screen and (max-width: 1380px){
	.block_contacts_map_content h3{
		max-width: 100%;
	}
}
@media screen and (max-width: 1180px){
	.block_contacts_map_content h3{
		margin: 0 0 36px 0;
	}
}
@media screen and (max-width: 980px){
	.block_contacts_map_content h3{
		margin: 0 0 16px 0;
	}
}
.block_contacts_map_content h3:before{
	position: absolute;
	top: 100%;
	left: 0;
	content: "";
	width: 70px;
	padding: 20px 0 0 0;
	border-bottom: 1px solid #ffffff;
}
@media screen and (max-width: 1180px){
	.block_contacts_map_content h3:before{
		display: none;
	}
}
.block_contacts_map_content .description{
	max-width: 570px;
	margin: 0 0 0 auto;
	line-height: 1.8;
	font-style: normal;
}
@media screen and (max-width: 1380px){
	.block_contacts_map_content .description{
		max-width: 100%;
		font-size: 18px;
	}
}
@media screen and (max-width: 980px){
	.block_contacts_map_content .description{
		text-align: justify;
	}
}
.block_contacts_map_content .description p{
	margin: 0;
}
.block_contacts_map_content .description p:not(:last-child){
	margin: 0 0 35px 0;
}
@media screen and (max-width: 980px){
	.block_contacts_map_content .description p:not(:last-child){
		margin: 0 0 20px 0;
	}
}
.block_contacts_form{
	max-width: 570px;
	margin: 0 auto;
}
.block_contacts_form h3{
	margin: 0 0 60px 0;
	font-size: 30px;
}
@media screen and (max-width: 580px){
	.block_contacts_form h3{
		margin: 0 0 30px 0;
		font-size: 24px;
	}
}
.block_contacts_form .form_group{
	margin: 0 0 60px 0;
}
.block_contacts_form .form_group > label{
	text-transform: uppercase;
}
.block_contacts_form .ul_ch{
	margin: 0;
	padding: 24px 0 0 0;
	list-style: none;
}
.block_contacts_form .ul_ch li:not(:last-child){
	margin: 0 0 26px 0;
}
.block_contacts_form .button{
	display: block;
	text-align: center;
}

/* ----- inner_contacts_response ----- */
.block_contacts_response{
	display: flex;
	max-width: 1370px;
	margin: 0 auto;
	padding: 128px 0;
}
@media screen and (max-width: 980px){
	.block_contacts_response{
		flex-wrap: wrap;
		flex-direction: column;
		padding: 28px 0 128px 0;
	}
}
.block_contacts_response img{
	width: 100%;
}
.block_contacts_response_left{
	width: 48.905%;
}
@media screen and (max-width: 980px){
	.block_contacts_response_left{
		width: 100%;
		max-width: 440px;
		margin: 0 auto 40px auto;
	}
}
.block_contacts_response_right{
	display: flex;
	flex-direction: column;
	width: 41.605%;
	margin: 0 0 0 auto;
}
@media screen and (max-width: 980px){
	.block_contacts_response_right{
		width: 100%;
		max-width: 340px;
		margin: 0 auto;
	}
}
.block_contacts_response_title{
	display: flex;
	align-items: center;
	margin: 0 0 60px 0;
	line-height: 1;
	font-weight: bold;
	text-transform: uppercase;
}
@media screen and (max-width: 980px){
	.block_contacts_response_title{
		margin: 0 0 40px 0;
	}
}
@media screen and (max-width: 359px){
	.block_contacts_response_title{
		margin-left: -25px;
		transform: scale(.85);
	}
}
.block_contacts_response_title .title_big{
	font-size: 140px;
	font-weight: bold;
}
@media screen and (max-width: 980px){
	.block_contacts_response_title .title_big{
		font-size: 78px;
	}
}
.block_contacts_response_title .title_big:first-child{
	margin: 0 20px 0 0;
}
@media screen and (max-width: 980px){
	.block_contacts_response_title .title_big:first-child{
		margin: 0 15px 0 0;
	}
}
.block_contacts_response_title .title{
	max-width: 240px;
	font-size: 36px;
	color: #111111;
	text-shadow: -1px -1px 0 #ffffff, 1px -1px 0 #ffffff, -1px 1px 0 #ffffff, 1px 1px 0 #ffffff;
}
@media screen and (max-width: 980px){
	.block_contacts_response_title .title{
		font-size: 20px;
	}
}
.block_contacts_response_right .description{
	max-width: 470px;
	margin: 0 0 60px 0;
	text-align: justify;
	flex-grow: 1;
}
@media screen and (max-width: 980px){
	.block_contacts_response_right .description{
		margin: 0 0 40px 0;
	}
}
@media screen and (max-width: 980px){
	.block_contacts_response_right .button{
		display: block;
		text-align: center;
	}
}

/* ----- inner_furniture ----- */
.block_furniture{
	margin: 0 0 50px 0;
	padding: 20px 0 0 0;
}
@media screen and (max-width: 1380px){
	.block_furniture{
		margin: 0;
	}
}
.block_furniture_options{
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	max-width: 1570px;
	margin: 0 auto 150px auto;
}
.block_furniture_options_left{
	width: 47.133%;
	margin: 0 0 50px 0;
	font-size: 24px;
	line-height: 1.5;
	text-transform: uppercase;
}
@media screen and (max-width: 1380px){
	.block_furniture_options_left{
		font-size: 20px;
	}
}
@media screen and (max-width: 980px){
	.block_furniture_options_left{
		width: 100%;
		max-width: 564px;
		margin: 0 auto;
		font-size: 18px;
	}
}
.block_furniture_options_right{
	width: 50.955%;
	margin: 0 0 50px auto;
	position: relative;
}
@media screen and (max-width: 980px){
	.block_furniture_options_right{
		width: 100%;
		max-width: 564px;
		margin: 0 auto 70px auto;
	}
}
@media screen and (max-width: 580px){
	.block_furniture_options_right{
		margin: 0 auto 50px auto;
	}
}
.block_furniture_options_left ul{
	max-width: 580px;
	margin: 0;
	padding: 12px 0 0 0;
	list-style: none;
}
.block_furniture_options_left li{
	padding: 0 0 0 100px;
	transition: color 0.25s ease 0s;
	position: relative;
}
@media screen and (max-width: 1380px){
	.block_furniture_options_left li{
		padding: 0 0 0 78px;
	}
}
@media screen and (max-width: 980px){
	.block_furniture_options_left li{
		margin: 0 0 70px 0 !important;
	}
}
@media screen and (max-width: 580px){
	.block_furniture_options_left li{
		margin: 0 0 50px 0 !important;
		padding: 0 0 0 68px;
	}
}
.block_furniture_options_left li:not(:last-child){
	margin: 0 0 95px 0;
}
.block_furniture_options_left .ico_options_1:hover{
	color: #fff500;
}
.block_furniture_options_left .ico_options_2:hover{
	color: #0038ff;
}
.block_furniture_options_left .ico_options_3:hover{
	color: #ff0000;
}
.block_furniture_options_left .ico_options_4:hover{
	color: #00f0ff;
}
.block_furniture_options_left li:before, .block_furniture_options_left li:after{
	position: absolute;
	top: 50%;
	left: 0;
	content: "";
	width: 50px;
	height: 60px;
	background-color: #111111;
	background-position: center center;
	background-repeat: no-repeat;
	transform: translateY(-50%);
	transition: all 0.25s ease 0s;
}
.block_furniture_options_left li:before{
	z-index: 1;
}
.block_furniture_options_left li:after{
	opacity: 0;
	z-index: 2;
}
.block_furniture_options_left .ico_options_1:before{
	background-image: url("./assets/images/ico_options_1.svg");
	background-size: auto 100% !important;
}
.block_furniture_options_left .ico_options_2:before{
	background-image: url("./assets/images/ico_options_2.svg");
	background-size: auto 50px !important;
}
.block_furniture_options_left .ico_options_3:before{
	background-image: url("./assets/images/ico_options_3.svg");
	background-size: auto 50px !important;
}
.block_furniture_options_left .ico_options_4:before{
	background-image: url("./assets/images/ico_options_4.svg");
	background-size: 100% auto !important;
}
.block_furniture_options_left .ico_options_1:after{
	background-image: url("./assets/images/ico_options_1_hover.svg");
	background-size: auto 100% !important;
}
.block_furniture_options_left .ico_options_2:after{
	background-image: url("./assets/images/ico_options_2_hover.svg");
	background-size: auto 50px !important;
}
.block_furniture_options_left .ico_options_3:after{
	background-image: url("./assets/images/ico_options_3_hover.svg");
	background-size: auto 50px !important;
}
.block_furniture_options_left .ico_options_4:after{
	background-image: url("./assets/images/ico_options_4_hover.svg");
	background-size: 100% auto !important;
}
.block_furniture_options_left li:hover:before{
	opacity: 0;
}
.block_furniture_options_left li:hover:after{
	opacity: 1;
}
.block_furniture_options_right img{
	width: 100%;
	position: relative;
	z-index: 1;
}
.block_furniture_options_right .hover{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: -175px;
	background-position: left top;
	background-repeat: no-repeat;
	background-size: auto 100% !important;
	opacity: 0;
	transition: all 1s ease 0s;
	z-index: 2;
}
.block_furniture_options_right:hover .hover{
	opacity: 1;
}
.block_furniture_options_description{
	width: 47.133%;
}
@media screen and (max-width: 980px){
	.block_furniture_options_description{
		width: 100%;
		max-width: 564px;
		margin: 0 auto;
		text-align: justify;
	}
}
.block_furniture_projects{
	margin: 0 0 150px 0;
}
@media screen and (max-width: 980px){
	.block_furniture_projects h3{
		max-width: 564px;
		margin-left: auto;
		margin-right: auto;
	}
}
.block_furniture_projects_slider{
	margin: 0 -30px 0 0 !important;
}
@media screen and (max-width: 1880px){
	.block_furniture_projects_slider{
		margin: 0 20px 0 50px !important;
	}
}
@media screen and (max-width: 1280px){
	.block_furniture_projects_slider{
		margin: 0 10px 0 40px !important;
	}
}
@media screen and (max-width: 980px){
	.block_furniture_projects_slider{
		margin: 0 -6px !important;
	}
}
.block_furniture_projects_slider:before{
	position: absolute;
	top: 0;
	bottom: 0;
	left: calc(100% - 30px);
	content: "";
	width: 30px;
	background: #111111;
	z-index: 10;
}
@media screen and (max-width: 980px){
	.block_furniture_projects_slider:before{
		left: calc(100% - 6px);
	}
	.block_furniture_projects_slider:after{
		position: absolute;
		top: 0;
		bottom: 0;
		right: calc(100% - 6px);
		content: "";
		width: 30px;
		background: #111111;
		z-index: 10;
	}
}
.block_furniture_projects_slider .item{
	width: calc(100% - 30px) !important;
	max-width: 570px;
	margin: 0 30px 0 0 !important;
	text-decoration: none !important;
	position: relative;
	z-index: 1;
}
@media screen and (max-width: 980px){
	.block_furniture_projects_slider .item{
		width: calc(100% - 6px*2) !important;
		margin: 0 6px !important;
	}
}
.block_furniture_projects_slider .item u{
	display: block;
	width: 100%;
	margin: 0 0 8px 0;
	text-decoration: none;
	transition: all 0.25s ease 0s;
	position: relative;
	overflow: hidden;
}
@media screen and (max-width: 980px){
	.block_furniture_projects_slider .item u{
		margin: 0 0 10px 0;
	}
}
.block_furniture_projects_slider .item u img{
    height: 100%;
	width: 100%;
	transition: all 0.25s ease 0s;
	position: relative;
	z-index: 1;
}
.block_furniture_projects_slider .item:hover u img{
	transform: scale(1.1);
}
.block_furniture_projects_slider .item u span{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 20px;
	font-size: 18px;
	background: rgba(0,0,0,.7);
	backdrop-filter: blur(20px);
	transition: all 0.25s ease 0s;
	opacity: 0;
	z-index: 2;
}
@media screen and (max-width: 1180px){
	.block_furniture_projects_slider .item u span{
		top: 0;
		overflow: auto;
	}
}
@media screen and (max-width: 980px){
	.block_furniture_projects_slider .item u span{
		display: none !important;
	}
}
.block_furniture_projects_slider .item:hover u span{
	opacity: 1;
}
.block_furniture_projects_slider .item strong{
	display: block;
	margin: 0 0 4px 0;
	font-size: 24px;
	font-weight: bold;
	text-transform: uppercase;
}
@media screen and (max-width: 980px){
	.block_furniture_projects_slider .item strong{
		font-size: 18px;
	}
}
.block_furniture_projects_slider .item i{
	display: block;
	font-size: 14px;
	font-style: normal;
}
.block_furniture_info{
	margin: 0 0 150px 0;
	padding: 22px 0;
	background: rgba(255, 255, 255, 0.03);
	backdrop-filter: blur(20px);
	position: relative;
}
.block_furniture_info:before, .block_furniture_info:after{
	position: absolute;
	top: 0;
	bottom: 0;
	content: "";
	width: 9999px;
	background: rgba(255, 255, 255, 0.03);
	backdrop-filter: blur(20px);
}
.block_furniture_info:before{
	left: 100%;
}
.block_furniture_info:after{
	right: 100%;
}
.block_furniture_info .description{
	max-width: 1170px;
	margin: 0 auto;
	padding: 0 100px;
	text-align: center;
	position: relative;
}
@media screen and (max-width: 980px){
	.block_furniture_info .description{
		max-width: 564px;
		padding: 0 80px;
	}
}
@media screen and (max-width: 580px){
	.block_furniture_info .description{
		padding: 35px 0 10px 0;
	}
}
.block_furniture_info .description:before, .block_furniture_info .description:after{
	position: absolute;
	top: 50%;
	content: "* * *";
	margin: 0 50px;
	letter-spacing: -.58em;
	transform: translateY(-50%);
	opacity: 0;
	transition: all 0.5s ease 0.75s;
}
.block_furniture_info.visible .description:before, .block_furniture_info.visible .description:after{
	margin: 0;
	letter-spacing: normal;
	opacity: 1;
}
.block_furniture_info .description:before{
	left: 0;
}
@media screen and (max-width: 580px){
	.block_furniture_info .description:before{
		top: 0;
		right: 0;
		text-align: center;
		transform: translateY(0);
	}
}
.block_furniture_info .description:after{
	right: 0;
}
@media screen and (max-width: 580px){
	.block_furniture_info .description:after{
		display: none;
	}
}
.block_definitely_needed{
	margin: 0 0 150px 0;
}
@media screen and (max-width: 980px){
	.block_definitely_needed h3{
		max-width: 564px;
		margin-left: auto;
		margin-right: auto;
	}
}
.block_definitely_needed ul{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px;
	padding: 35px 0 0 0;
	font-size: 24px;
	line-height: 1.5;
	text-transform: uppercase;
	list-style: none;
}
@media screen and (max-width: 1380px){
	.block_definitely_needed ul{
		font-size: 20px;
	}
}
@media screen and (max-width: 980px){
	.block_definitely_needed ul{
		font-size: 18px;
	}
}
@media screen and (max-width: 680px){
	.block_definitely_needed ul{
		max-width: 564px;
		margin-left: auto;
		margin-right: auto;
	}
}
.block_definitely_needed li{
	width: calc(33.33% - 15px*2);
	margin: 0 15px;
	padding: 0 0 0 86px;
	position: relative;
	box-sizing: border-box;
}
@media screen and (max-width: 1380px){
	.block_definitely_needed li{
		padding: 0 0 0 65px;
	}
}
@media screen and (max-width: 980px){
	.block_definitely_needed li{
		padding: 0 0 0 50px;
	}
}
@media screen and (max-width: 680px){
	.block_definitely_needed li{
		width: 100%;
		margin: 0;
		padding: 0 0 0 40px;
	}
	.block_definitely_needed li:not(:last-child){
		margin: 0 0 40px 0;
	}
}
.block_definitely_needed span{
	position: absolute;
	top: 0;
	left: 0;
	font-family: 'Oswald';
	font-size: 80px;
	color: #111111;
	line-height: 1;
	font-weight: bold;
	text-shadow: -1px -1px 0 #ffffff, 1px -1px 0 #ffffff, -1px 1px 0 #ffffff, 1px 1px 0 #ffffff;
	transition: all 0.25s ease 0s;
}
@media screen and (max-width: 1380px){
	.block_definitely_needed span{
		font-size: 70px;
	}
}
@media screen and (max-width: 980px){
	.block_definitely_needed span{
		font-size: 64px;
	}
}
@media screen and (max-width: 580px){
	.block_definitely_needed span{
		font-size: 35px;
		line-height: 1.2;
	}
}
.block_definitely_needed li:hover span{
	color: #ffffff;
}
.block_materials{
	margin: 0 0 100px 0;
}
@media screen and (max-width: 980px){
	.block_materials h3{
		max-width: 564px;
		margin-left: auto;
		margin-right: auto;
	}
}
.block_materials_inn{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px;
}
.block_materials_inn .item{
	width: calc(16.666% - 15px*2);
	margin: 0 15px 50px 15px;
}
@media screen and (max-width: 980px){
	.block_materials_inn .item{
		width: calc(25% - 5px*2);
		margin: 0 5px 50px 5px;
	}
}
@media screen and (max-width: 780px){
	.block_materials_inn .item{
		width: calc(33.33% - 5px*2);
	}
}
@media screen and (max-width: 580px){
	.block_materials_inn .item{
		width: calc(50% - 5px*2);
		margin: 0 5px 20px 5px;
	}
}
.block_materials_inn .item img{
	display: block;
	width: 100%;
	max-width: 270px;
	margin: 0 0 18px 0;
}
.block_materials.item_viewport.hidden .item img{
	filter: grayscale(0);
	transition: filter 0.25s ease calc(calc(.1s * var(--i)) + 0.75s);
}
.block_materials.item_viewport.visible .item img{
	filter: grayscale(1);
}
.block_materials.item_viewport.visible.loaded .item img{
	transition: filter 0.25s ease 0s !important;
}
.block_materials.item_viewport.visible .item:hover img{
	filter: grayscale(0);
}
.block_materials_inn .description{
	width: calc(33.33% - 15px*2);
	margin: 0 15px 50px 15px;
}
@media screen and (max-width: 980px){
	.block_materials_inn .description{
		width: calc(50% - 5px*2);
		margin: 0 5px 50px 5px;
	}
}
@media screen and (max-width: 780px){
	.block_materials_inn .description{
		width: 100%;
		max-width: 564px;
		margin: 0 auto 50px auto;
		text-align: justify;
	}
}
@media screen and (max-width: 580px){
	.block_materials_inn .description{
		padding: 20px 0 0 0;
	}
}
.block_technologies{
	margin: 0 auto 110px auto;
}
@media screen and (max-width: 980px){
	.block_technologies h3{
		max-width: 564px;
		margin-left: auto;
		margin-right: auto;
	}
}
.block_technologies_inn{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px;
}
@media screen and (max-width: 980px){
	.block_technologies_inn{
		margin: 0 -5px;
	}
}
@media screen and (max-width: 580px){
	.block_technologies_inn{
		max-width: 370px;
		margin: 0 auto;
	}
}
.block_technologies_inn .item{
	width: calc(22.222% - 15px*2);
	margin: 0 15px;
}
@media screen and (max-width: 980px){
	.block_technologies_inn .item{
		width: calc(25% - 5px*2) !important;
		margin: 0 5px;
		text-align: justify;
	}
}
@media screen and (max-width: 580px){
	.block_technologies_inn .item{
		width: 100% !important;
		margin: 0 0 30px 0;
	}
}
.block_technologies_inn .item:nth-child(2n){
	width: calc(27.777% - 15px*2);
}
.block_technologies_inn .item img{
	display: block;
	width: 100%;
	max-width: 370px;
	margin: 0 0 30px 0;
}
@media screen and (max-width: 980px){
	.block_technologies_inn .item img{
		margin: 0 0 18px 0;
	}
}
.block_technologies_inn .item:nth-child(2n) img{
	max-width: 470px;
}
.block_20_years{
	margin: 0 0 150px 0 !important;
}
.block_terms_of_production{
	margin: 0 0 150px 0;
}
@media screen and (max-width: 980px){
	.block_terms_of_production{
		max-width: 564px;
		margin-left: auto;
		margin-right: auto;
	}
}
.block_terms_of_production_inn{
	display: flex;
	flex-wrap: wrap;
	padding: 50px 0;
	background: rgba(255, 255, 255, 0.05);
	backdrop-filter: blur(20px);
	position: relative;
}
@media screen and (max-width: 980px){
	.block_terms_of_production_inn{
		padding: 30px 0;
	}
}
.block_terms_of_production_inn:before, .block_terms_of_production_inn:after{
	position: absolute;
	top: 0;
	bottom: 0;
	content: "";
	width: 9999px;
	background: rgba(255, 255, 255, 0.05);
	backdrop-filter: blur(20px);
}
.block_terms_of_production_inn:before{
	left: 100%;
}
.block_terms_of_production_inn:after{
	right: 100%;
}
.block_terms_of_production_inn .description{
	width: 46.892%;
	padding: 0 30px 0 0;
	box-sizing: border-box;
}
@media screen and (max-width: 980px){
	.block_terms_of_production_inn .description{
		width: 100%;
		padding: 0;
		text-align: justify;
		order: 1;
	}
}
.block_terms_of_production_inn .info{
	position: relative;
	box-sizing: border-box;
}
@media screen and (max-width: 980px){
	.block_terms_of_production_inn .info{
		width: 50% !important;
		margin: 0 0 50px 0;
	}
}
@media screen and (max-width: 580px){
	.block_terms_of_production_inn .info{
		width: 100% !important;
		margin: 0 0 30px 0;
	}
}
.block_terms_of_production_inn .info:before{
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	width: 50px;
	height: 50px;
	background-position: left center;
	background-repeat: no-repeat;
	background-size: auto 100% !important;
}
@media screen and (max-width: 580px){
	.block_terms_of_production_inn .info:before{
		width: 30px;
		height: 30px;
	}
}
.block_terms_of_production_inn .info.ico_terms_of_production_1{
	width: 27.683%;
	padding: 0 50px 0 70px;
}
@media screen and (max-width: 980px){
	.block_terms_of_production_inn .info.ico_terms_of_production_1{
		padding: 0 20px 0 60px;
	}
}
@media screen and (max-width: 580px){
	.block_terms_of_production_inn .info.ico_terms_of_production_1{
		padding: 0 0 0 50px;
	}
}
.block_terms_of_production_inn .info.ico_terms_of_production_2{
	width: 25.423%;
	padding: 0 0 0 80px;
}
@media screen and (max-width: 980px){
	.block_terms_of_production_inn .info.ico_terms_of_production_2{
		padding: 0 0 0 70px;
	}
}
@media screen and (max-width: 580px){
	.block_terms_of_production_inn .info.ico_terms_of_production_2{
		padding: 0 0 0 50px;
	}
}
.block_terms_of_production_inn .info.ico_terms_of_production_1:before{
	background-image: url("./assets/images/ico_terms_of_production_1.svg");
}
.block_terms_of_production_inn .info.ico_terms_of_production_2:before{
	background-image: url("./assets/images/ico_terms_of_production_2.svg");
}
.block_terms_of_production_inn .info strong{
	text-transform: uppercase;
}

/* ----- inner_construction ----- */
.block_construction{
	margin: 0 0 50px 0;
	padding: 20px 0 0 0;
}
@media screen and (max-width: 1380px){
	.block_construction{
		margin: 0;
	}
}
.block_transparent_and_clear{
	display: flex;
	align-items: center;
	max-width: 1570px;
	margin: 0 auto 145px auto;
}
@media screen and (max-width: 980px){
	.block_transparent_and_clear{
		flex-wrap: wrap;
		margin: 0 auto 100px auto;
	}
}
.block_transparent_and_clear_img{
	width: 42.675%;
	position: relative;
}
@media screen and (max-width: 980px){
	.block_transparent_and_clear_img{
		width: 100%;
		max-width: 380px;
		margin: 0 auto 32px auto !important;
	}
}
.block_transparent_and_clear_content{
	width: 42.675%;
	margin: 0 0 0 auto;
}
@media screen and (max-width: 980px){
	.block_transparent_and_clear_content{
		width: 100%;
		max-width: 564px;
		margin: 0 auto !important;
		order: 1;
	}
}
.block_transparent_and_clear_img img{
	width: 100%;
	position: relative;
	z-index: 1;
}
.block_transparent_and_clear_img .hover{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-position: left top;
	background-repeat: no-repeat;
	background-size: auto 100% !important;
	opacity: 0;
	transition: all 1s ease 0s;
	z-index: 2;
}
.block_transparent_and_clear_img:hover .hover{
	opacity: 1;
}
.block_transparent_and_clear_content h3{
	margin: 0 0 84px 0;
	position: relative;
}
@media screen and (max-width: 1180px){
	.block_transparent_and_clear_content h3{
		margin: 0 0 36px 0;
	}
}
@media screen and (max-width: 980px){
	.block_transparent_and_clear_content h3{
		margin: 0 0 16px 0;
	}
}
.block_transparent_and_clear_content h3:before{
	position: absolute;
	top: 100%;
	left: 0;
	content: "";
	width: 70px;
	padding: 35px 0 0 0;
	border-bottom: 1px solid #ffffff;
}
@media screen and (max-width: 1180px){
	.block_transparent_and_clear_content h3:before{
		display: none;
	}
}
@media screen and (max-width: 980px){
	.block_transparent_and_clear_content .description{
		text-align: justify;
	}
}
.block_transparent_and_clear.block_openness .block_transparent_and_clear_content{
	margin: 0;
}
.block_transparent_and_clear.block_openness .block_transparent_and_clear_img{
	margin: 0 0 0 auto;
}
.block_we_can_do{
	margin: 0 0 100px 0;
}
@media screen and (max-width: 980px){
	.block_we_can_do h3{
		max-width: 564px;
		margin-left: auto;
		margin-right: auto;
	}
}
.block_we_can_do_inn{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px;
}
.block_we_can_do_inn .item{
	width: calc(33.33% - 15px*2);
	margin: 0 15px 20px 15px;
	font-size: 24px;
	line-height: 1.6;
	text-transform: uppercase;
}
@media screen and (max-width: 1380px){
	.block_we_can_do_inn .item{
		font-size: 20px;
	}
}
@media screen and (max-width: 980px){
	.block_we_can_do_inn .item{
		width: calc(50% - 10px*2);
		margin: 0 10px 20px 10px;
		font-size: 18px;
	}
}
@media screen and (max-width: 580px){
	.block_we_can_do_inn .item{
		width: calc(100% - 10px*2);
	}
}
.block_we_can_do_inn .item img{
	display: block;
	width: 100%;
	margin: 0 0 14px 0;
	filter: grayscale(1);
	transition: all 0.25s ease 0s;
}
.block_we_can_do_inn .item:hover img{
	filter: grayscale(0);
}

/* Custom styles for elements css in WordPress */

	/* custom checkbox styling for plugin contact form 7 WordPress checkbox in page CONTACTS*/

		span.wpcf7-list-item {
			display: inline-block;
			margin: 0;
		}
		.wpcf7 .wpcf7-list-item {
			display: block;
			margin-bottom: 10px;
		}
		.wpcf7-checkbox label {
			position: relative;
			cursor: pointer;
		}
		.wpcf7-checkbox input[type=checkbox] {
			position: absolute;
			visibility: hidden;
			width: 30px;
			height: 30px;
			top: 0;
			left: 0;
		}	
		.wpcf7-checkbox input[type=checkbox] + span:before {
			display: block;
			position: absolute;
			content: '';
			border-radius: 0;
			top: 7px;
			left: 0;
			width: 17px;
			height: 12px;
			background-size: cover!important;
			background: url("./assets/images/checkbox.svg") left bottom no-repeat;
		}
		.wpcf7-list-item-label {
			margin-left: 30px;
			display: inline-block;
		}
		.wpcf7-checkbox input[type=checkbox]:checked + span:before {
			background-position: left top !important;
		}


		.wpcf7-form p:empty { display: none; }  /* -  removed autogenerate p */
		.wpcf7-response-output{ display: none;  }

		@media screen and (max-width: 1380px){
			.nice_check + label:before{
				top: 3px;
			}
		}
		@media screen and (max-width: 580px){
			.nice_check + label:before{
				top: 1px;
			}
		}

		/* custom SEND_BUTTON_OF_RORM styling for contact form 7 checkbox */

		.wpcf7-submit[type="submit"] {
			background: transparent;
			text-transform: uppercase;
			border: 1px solid #ffffff;
			color: #ffffff;
			display: block;
			width: 100%;
			font-size: 16px;
		}
		.wpcf7-submit[type="submit"]:hover{
			color: #111111;
			background: #ffffff;
		}

	/* custom help_block contact form */
	.wpcf7-not-valid-tip:not(:empty){
			/* position: absolute; */
			position: relative;
			padding: 10px 0 0 0;
			font-size: 18px;
			color: #c33124;
			font-style: italic;
		
	}
	@media screen and (max-width: 980px){
		.wpcf7-not-valid-tip:not(:empty){
			font-size: inherit;
		}
	}

	.screen-reader-response ul{
		display:none!important;
	}

	.screen-reader-response p{
		position: relative;
			padding: 10px 0 0 0;
			font-size: 18px;
			color: #c33124;
			font-style: italic;
	}


	/* styles special for icons switchers languages for WordPress */
		#menu-desktop-switcher-languages{
			display: flex;
			flex-direction: row;
			padding-left: 0;
		}
		.lang-item{
			display: block;
			list-style: none;
		}
		.block_language a, .block_language .active{
			color: black;
		}
		.not-active a{
			color: white!important;
		}
		.lang-item.not-active a:hover{
			color: black!important;
		}
		.block_language .active{
			background: white;
		}
		.block_language_mobile_panel .active a{
			background: white;
			color: black;
		}

		/* desktop list menu */
		.menu-item-78, .menu-item-80, .menu-item-81, .menu-item-84{
			background: none!important;
		}
		.active-lang.menu-item-600-en a, .active-lang.menu-item-600-uk {
			background: #ffffff!important;
			color: black!important;
		}

		/* mobile list menu */
		.menu-item-85, .menu-item-86, .menu-item-87, .menu-item-88{
			background: none!important;
		}
		.active-lang.menu-item-602-en a, .active-lang.menu-item-602-uk a{
			background: #ffffff!important;
			color: black!important;
		}



/* page_builder-plugin */


.column-info .wppb-builder-addons{
	display: flex;
    flex-direction: row;
	justify-content: flex-start;
}

@media screen and (max-width: 654px) {
	.column-info{
		border-bottom: none;
		padding-bottom:0px
	} 

	.column-info-bottom{
		border-bottom: 1px solid #ffffff;
		padding-bottom: 35px;
	}
}














/* filter design page*/

.module-theme-filter {
    margin-top: 100px;
}
.module-theme-filter .icon {
    width: auto;
    height: auto;
}
.module-theme-filter .form-control, .module-theme-filter .form-wrap__input {
    margin: 0;
}
.module-theme-filter .dropdown a {
    color: #888a8c !important;
    font-size: 16px;
}
.module-theme-filter .dropdown {
    padding: 0;
}
.module-theme-filter .filter-count.topic {
    color: inherit;
    font-size: inherit; 
    font-weight: inherit;
    padding: 0;
 vertical-align:inherit;
 display: initial;
}
.module-theme-filter .btn-group-vertical .btn {
    font-size: 18px;
}
.module-theme-filter .navbar .navbar-space-between {
    height: 48px;
}
.module-theme-filter .navbar-space-between {
    display: flex;
}
.module-theme-filter .module-filter-layout-desktop .navbar .navbar-wrapper .filter-block.items-count {
    padding: 0 30px;
}
.module-theme-filter .filter-block.visible {
    display: block;
}
.module-theme-filter .filter-block {
    display: none;
}
.module-theme-filter .items-found {
    font-weight: bold;
    line-height: 48px;
}
.module-theme-filter .navbar .filter-block.search {
    background-color: #d0d4d8;
    margin-right: 30px;
    width: 350px;
}
.module-theme-filter .module-search-form {
    height: 100%;
    width: 100%;
}
.module-search-form {
    display: inline-block;
    text-align: left;
    cursor: text;
}
.module-theme-filter .module-search-form .search-form-track {
    border-bottom: 0;
    height: 100%;
}
.module-search-form .search-form-track {
    position: relative;
    height: 39px;
    padding: 0;
    border-bottom: 1px solid #c3c3c3;
    overflow: hidden;
}
.module-theme-filter .module-search-form .search-form-track button {
    height: 100%;
    position: absolute;
    top: 0;
    width: 38px;
    /* height: 38px; */
    padding: 0;
    color: #000;
    font-size: 18px;
    background: none;
    border: none;
}
.input-group-addon {
    margin-bottom: 0;
}
.icon-search:before, .main-filters .search_input_wrap .search_input:after {
    content: "";
    font-family: "Hege_Icons";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    font-size: 20px;
    position: relative;
    /* top: 3px; */
    line-height: 1px;
}
 .icon-close {
    display: block;
    font-size: 12px;
    position: absolute;
    top: 50%;
    right: 12px;
/*     transform: translateY(-50%); */
}
.icon.icon-close:before  {
    content: "";
    font-family: "Hege_Icons";
    right: 0;
/*     font-size: 12px; */
    font-weight: bold;
    position: absolute;
	    text-transform: none;
	    line-height: 1px;
    -webkit-font-smoothing: antialiased;
	speak: none;
    pointer-events: none;
    transition: opacity cubic-bezier(0.38, 0.04, 0.35, 0.96) 600ms;
    
      

}


button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;

}

.icon-close:before {
    content: "";
}
.module-theme-filter .tab {
    color: #006ead;
}
.module-theme-filter .filter-toggle {
    display: inline-block;
    
    font-size: 16px;
    line-height: 24px;
    top: auto;
    padding: 12px 16px;
    position: relative;
}
.module-theme-filter .navbar-space-between .filter-toggle:before {
    content: "";
    font-family: "Hege_Icons";
    margin-right: 8px;
    speak: none;
    top: 3px;
    line-height: 1px;
    font-size: 20px;
}
.module-theme-filter .foldable-content-main .filter-toggle:after {
    content: "";
    font-family: "Hege_Icons";
    font-size: 16px;
    color: #006ead;
    font-weight: 600;
    position: absolute;
    left: 18px;
}
.icon-list-view:before {
    content: "";
}
.module-theme-filter .module-filter-layout-desktop .navbar .navbar-wrapper .filter-block.sort-type {
    width: 40%;
}
.module-theme-filter .filter-block.sort-type {
    display: none;
}
/* .module-theme-filter .filter-block.visible {
    display: block;
}
.module-theme-filter .filter-block {
    display: none;
} */

.module-theme-filter .input-group {
    background-color: #d0d4d8;
}
/* .input-group {
    position: relative;
    display: table;
    border-collapse: separate;
} */


/* .input-group-addon, .input-group-btn, .input-group .form-control {
    display: table-cell;
} */
.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
}

select, select.form-control {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    -moz-appearance: none;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxOS4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjI0cHgiDQoJIGhlaWdodD0iMjRweCIgdmlld0JveD0iMCAwIDI0IDI0IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAyNCAyNCIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8cGF0dGVybiAgeD0iLTMwOCIgeT0iLTM3NiIgd2lkdGg9IjIiIGhlaWdodD0iMiIgcGF0dGVyblVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgaWQ9Ik5ldWVzX011c3RlcmZlbGRfMSIgdmlld0JveD0iMSAtMiAyIDIiIG92ZXJmbG93PSJ2aXNpYmxlIj4NCgk8Zz4NCgkJPHBvbHlnb24gZmlsbD0ibm9uZSIgcG9pbnRzPSIxLC0yIDMsLTIgMywwIDEsMCAJCSIvPg0KCQk8Zz4NCgkJCTxwb2x5Z29uIG9wYWNpdHk9IjAuMiIgcG9pbnRzPSIyLDAgMywwIDMsLTEgMiwtMSAJCQkiLz4NCgkJPC9nPg0KCQk8Zz4NCgkJCTxwb2x5Z29uIG9wYWNpdHk9IjAuMiIgcG9pbnRzPSIyLDAgMywwIDMsLTEgMiwtMSAJCQkiLz4NCgkJCTxwb2x5Z29uIG9wYWNpdHk9IjAuNSIgcG9pbnRzPSIxLDAgMiwwIDIsLTEgMSwtMSAJCQkiLz4NCgkJPC9nPg0KCQk8Zz4NCgkJCTxwb2x5Z29uIG9wYWNpdHk9IjAuMiIgcG9pbnRzPSIyLDAgMywwIDMsLTEgMiwtMSAJCQkiLz4NCgkJCTxwb2x5Z29uIG9wYWNpdHk9IjAuNSIgcG9pbnRzPSIzLC0yIDIsLTIgMiwtMSAzLC0xIAkJCSIvPg0KCQk8L2c+DQoJCTxnPg0KCQkJPHBvbHlnb24gb3BhY2l0eT0iMC41IiBwb2ludHM9IjEsMCAyLDAgMiwtMSAxLC0xIAkJCSIvPg0KCQkJPHBvbHlnb24gb3BhY2l0eT0iMC4yIiBwb2ludHM9IjAsMCAxLDAgMSwtMSAwLC0xIAkJCSIvPg0KCQkJPHBvbHlnb24gb3BhY2l0eT0iMC41IiBwb2ludHM9IjMsLTIgMiwtMiAyLC0xIDMsLTEgCQkJIi8+DQoJCQk8cG9seWdvbiBvcGFjaXR5PSIwLjIiIHBvaW50cz0iMiwtMiAzLC0yIDMsLTMgMiwtMyAJCQkiLz4NCgkJCTxwb2x5Z29uIG9wYWNpdHk9IjAuNSIgcG9pbnRzPSIxLC0yIDAsLTIgMCwtMSAxLC0xIAkJCSIvPg0KCQkJPHBvbHlnb24gb3BhY2l0eT0iMC4yIiBwb2ludHM9IjIsLTIgMSwtMiAxLC0xIDIsLTEgCQkJIi8+DQoJCQk8cG9seWdvbiBvcGFjaXR5PSIwLjUiIHBvaW50cz0iMSwtMiAyLC0yIDIsLTMgMSwtMyAJCQkiLz4NCgkJCTxwb2x5Z29uIG9wYWNpdHk9IjAuMiIgcG9pbnRzPSIwLC0yIDEsLTIgMSwtMyAwLC0zIAkJCSIvPg0KCQkJPHBvbHlnb24gb3BhY2l0eT0iMC4yIiBwb2ludHM9IjIsMCAzLDAgMywtMSAyLC0xIAkJCSIvPg0KCQk8L2c+DQoJPC9nPg0KPC9wYXR0ZXJuPg0KPGcgaWQ9IkdyaWQiIGRpc3BsYXk9Im5vbmUiPg0KCQ0KCQk8cmVjdCBpZD0iX3gzMV9waXhlbF9ncmlkXzFfIiB4PSItMzYiIHk9Ii0zNiIgZGlzcGxheT0iaW5saW5lIiBvcGFjaXR5PSIwLjUiIGZpbGw9InVybCgjTmV1ZXNfTXVzdGVyZmVsZF8xKSIgd2lkdGg9Ijk2IiBoZWlnaHQ9Ijk2Ii8+DQoJPGcgZGlzcGxheT0iaW5saW5lIj4NCgkJPGcgb3BhY2l0eT0iMC4yIj4NCgkJCTxwYXRoIGZpbGw9IiNGRjAwMDAiIGQ9Ik01Mi0yOHY4MGgtODB2LTgwSDUyIE02MC0zNmgtOTZ2OTZoOTZWLTM2TDYwLTM2eiIvPg0KCQk8L2c+DQoJCTxnIG9wYWNpdHk9IjAuMiI+DQoJCQk8cGF0aCBmaWxsPSIjMDBGRjAwIiBkPSJNNTEtMTl2NjJoLTc4di02Mkg1MSBNNTItMjBoLTgwdjY0aDgwVi0yMEw1Mi0yMHoiLz4NCgkJPC9nPg0KCQk8ZyBvcGFjaXR5PSIwLjIiPg0KCQkJPHBhdGggZmlsbD0iIzAwMDBGRiIgZD0iTTQzLTE5djYyaC02MnYtNjJINDMgTTQ0LTIwaC02NHY2NGg2NFYtMjBMNDQtMjB6Ii8+DQoJCTwvZz4NCgkJPGcgb3BhY2l0eT0iMC4yIj4NCgkJCTxwYXRoIGZpbGw9IiMwMEZGMDAiIGQ9Ik00My0yN3Y3OGgtNjJ2LTc4SDQzIE00NC0yOGgtNjR2ODBoNjRWLTI4TDQ0LTI4eiIvPg0KCQk8L2c+DQoJCTxnIG9wYWNpdHk9IjAuMiI+DQoJCQk8cGF0aCBmaWxsPSIjMDAwMEZGIiBkPSJNMzEtN3YzOEgtN1YtN0gzMSBNMzItOEgtOHY0MGg0MFYtOEwzMi04eiIvPg0KCQk8L2c+DQoJCTxnIG9wYWNpdHk9IjAuMiI+DQoJCQk8cGF0aCBmaWxsPSIjRkYwMDAwIiBkPSJNMTItMjdjMjEuNSwwLDM5LDE3LjUsMzksMzlTMzMuNSw1MSwxMiw1MXMtMzktMTcuNS0zOS0zOVMtOS41LTI3LDEyLTI3IE0xMi0yOGMtMjIuMSwwLTQwLDE3LjktNDAsNDANCgkJCQlzMTcuOSw0MCw0MCw0MHM0MC0xNy45LDQwLTQwUzM0LjEtMjgsMTItMjhMMTItMjh6Ii8+DQoJCTwvZz4NCgk8L2c+DQo8L2c+DQo8ZyBpZD0iSWNvbnMiPg0KCTxnPg0KCQk8cG9seWdvbiBwb2ludHM9IjAuNiw4LjcgMTIsMjAuMSAyMy40LDguNyAyMi40LDcuNyAxMiwxOC4xIDEuNiw3LjcgCQkiLz4NCgk8L2c+DQo8L2c+DQo8ZyBpZD0iVGl0bGVzIiBkaXNwbGF5PSJub25lIj4NCgk8dGV4dCB0cmFuc2Zvcm09Im1hdHJpeCgxIDAgMCAxIC0zNiAtNDcuMTI5OSkiIGRpc3BsYXk9ImlubGluZSIgZm9udC1mYW1pbHk9IidCb3NjaFNhbnMtTGlnaHQnIiBmb250LXNpemU9IjZweCI+ZG93biAvIHNlZSBtb3JlPC90ZXh0Pg0KPC9nPg0KPC9zdmc+DQo=');
    background-position: right 15px top 17px;
    background-repeat: no-repeat;
    background-size: 15px;
}
.bs-select-hidden {
    display: none !important;
}


/* .input-group-addon, .input-group-btn, .input-group .form-control {
    display: table-cell;
} */
.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
}


.form-control, .input-group-addon {
    border-left: 0;
    border-right: 0;
    border-top: 0;
    border-bottom: 1px solid #e9e9e9;
    padding: 5px 10px;
    font-size: 14px;
    height: 42px;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.input-group.date {
    flex-wrap: nowrap;
}
.icon-calendar:before {
    content: "";
    font-family: "Hege_Icons";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    font-size: 20px;
    position: relative;
    top: 3px;
    line-height: 1px;
}

.form-control {
    display: block;
    width: 100%;
    height: 42px;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 1.66666666;
    color: #000;
    background-color: #fff;
    background-image: none;
    border: 1px solid #E1E1E2;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
}

.module-theme-filter .module-filter-layout-desktop .bootstrap-select.sort-type {
    height: 48px;
}
.input-group .dropdown {
    width: 100%;
}
.module-theme-filter .input-group .bootstrap-select, .module-theme-filter .input-group .dropdown-toggle, .module-theme-filter .input-group .dropdown-toggle:before {
    background-color: #d0d4d8;
}

.input-group .form-control.bootstrap-select {
    position: static;
}
.module-theme-filter .module-filter-layout-desktop .bootstrap-select.sort-type .btn {
    color: #000;
    height: 48px;
}

/* .bootstrap-select .dropdown-menu {
    width: 100%;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    border-bottom: 0;
    margin-top: 0;
    margin-left: -1px;
    padding: 0;
    display: block;
    height: 0;
    max-height: none;
    min-height: 0 !important;
    overflow: hidden;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 16px;
    text-align: left;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,0.15);
    border-radius: 0px;
    -webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    background-clip: padding-box;
} */
.dropdown-menu.period-menu {
    width: 100%;
    text-align: center;
}
#dropdownMenuButton1 {
    width: 100%;
    height: 100%;
}
.module-theme-filter .foldable-content {
    background-color: #eff1f2;
    /* height: 0; */
    overflow: hidden;
    position: relative;
    /* transition: height .6s ease-in-out; */
}

.module-theme-filter .filter-container-content {
    padding-top: 50px;
    padding-bottom: 150px;
}
.module-theme-filter .foldable-content .filter-toggle {
    bottom: 24px;
    border: 1px solid #006ead;
    color: #006ead;
    left: 50%;
    line-height: 1.5;
    padding: 12px 16px 12px 46px;
    position: absolute;
    white-space: nowrap;
    transform: translate(-50%, 0);
    transition: color .5s linear;
    top:auto;
    font-size: 16px;
}
.module-theme-filter .filter-container-content .categories {
    border-right: 1px solid #b2b9c0;
}
.module-theme-filter .filter-block.visible {
    display: block;
}
.module-theme-filter .filter-toggle:hover {
    background-color: #b8d6ff;
    color: #005587;
    cursor: pointer;
}
.module-theme-filter .module-search-form .search-form-track input {
    border-bottom: 1px solid #000;
    font-size: 16px;
    height: 48px;
}
.module-search-form .search-form-input {
    width: 100%;
    height: 38px;
    line-height: 1;
    padding: 0 40px;
    font-size: 18px;
    background: none;
    border: none;
}
 input[type="search"], input[type="text"] {
    -webkit-appearance: none;
    -moz-appearance: none;
}
.icon-search:before, .main-filters .search_input_wrap .search_input:after {
    content: "";
    /* position: relative; */
    left: 0;
    /* position: absolute; */
    top: 0;
    width: 38px;
    height: 38px;
    padding: 0;
    color: #000;
    font-size: 18px;
    background: none;
    border: none;
}
.btn-reset-filter {
    color: #004975;
    background-color: #9dc9ff;
    cursor: pointer;
    display: block;
    font-size: 16px;
    line-height: 24px;
    padding: 12px 16px 12px 48px;
    transition: color .5s;
    top: auto;
    right: auto;
}
.module-theme-grid {
    margin-top: 80px;
}
.btn-reset-filter:before {
    content: "";
    font-family: 'Hege_Icons';
    font-size: 20px;
    left: 16px;
    position: absolute;
}
.module-theme-filter .filter-references li.reset-filter {
    display: block;
    margin-top: 24px;
}
.module-theme-filter .module-filter-references .reset-filter {
    background-color: transparent;
}
.module-theme-filter .module-filter-references.active .filter-references {
    margin-top: 20px;
    padding-bottom: 20px;
}
.module-theme-filter .filter-references {
    /* display: inline-block; */
    display: none;
    float: left;
    list-style: none;
    margin: -4px -4px 0 -4px;
    padding-right: 8px;

}
.list-unstyled {
    padding-left: 0;
    list-style: none;

}
.module-theme-filter .filter-references .filter-reference-label {
    padding: 4px 36px 4px 16px;
}
.module-theme-filter .filter-references li {
    background-color: #e0e2e5;
    border-radius: 30px;
    display: inline-block;
    margin: 4px;
    position: relative;

}
.module-theme-filter .filter-references li:hover:not(.reset-filter) {
    background-color: #c1c7cc;
}
.module-theme-filter .filter-references li:hover {
    cursor: pointer;
}
.btn-check:focus+.btn, .btn:focus {
    box-shadow: 0;
}
.filter-topics.btn-group-vertical {
    padding-left: 10px;
}

.module-theme-filter-block-checklist input[type=checkbox]:checked+label::before {
    background: #007bc0;
}
.module-theme-filter-block-checklist label {
    position: relative;
    padding-left:33px;
    margin-bottom: 20px;
    cursor: pointer;
    font-size: 16px;
}
.module-theme-filter-block-period label::before , .module-theme-filter-block-period label::after {
    content: unset !important;
 

}
.module-theme-filter .module-filter-layout-desktop .period-column+div {
    clear: both;
}
.period-column {
    margin-bottom: 30px;
}
.input-group-addon.addon-icon {
    display: flex;
    align-items: center;
}
.module-theme-filter-block-period label {
    padding: 0;
    margin-bottom: 5px;
    font-weight: bold;
}

.module-theme-filter-block-checklist label:before {
    width: 20px;
    height: 20px;
    content: '';
    position: absolute;
    left: 3px;
    margin-top: 4px;
    background: #d0d4d8;
}
.filter-block.period .module-theme-filter-block-checklist label:before {
	content: none;

}
.filter-block.period .module-theme-filter-block-checklist label {
	padding-left: 0;
	font-weight: bold;
}

.module-theme-filter-block-checklist input[type=checkbox]:checked+label::after {
    opacity: 1;
}
.module-theme-filter-block-checklist input[type=checkbox] {
    display: none;
}
.filter-block-track > .filter-block {
    width: 100%;
}
.module-theme-filter-block-checklist label::after {
    font-family: "Hege_Icons";
    content: "";
    position: absolute;
    left: 5px;
    top: 5px;
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    color: #fff;
    font-weight: 300;
    font-size: 13px;
}

.module-theme-actions .action-share.active+.share-links {
    max-height: 600px;
}
.module-theme-actions .action-share.active {
    color: #1eb2e7;
}
.module-theme-actions.theme-actions-icons-only .theme-action {
    padding: 5px;
    text-decoration: none;
}
.icon.icon-share {
    margin-right: 2px;
}
.icon-share:before {
    content: "";
    font-family: 'Hege_Icons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    font-size: 20px;
    position: relative;
    top: 3px;
    line-height: 1px;
    -webkit-font-smoothing: antialiased;
}
.module-theme-actions.theme-actions-icons-only .btn-text {
    display:none;
}
.module-theme-actions a>span {
vertical-align: initial;
}
.module-theme-actions {
    /* opacity: 0; */
    /* pointer-events: none; */
    transition: opacity 350ms;
    position: absolute;
    right: 20px;
    bottom: 20px;
    margin: 0;
    z-index: 1;
    
}
.module-theme-actions .share-links {
    height: auto;
    max-height: 0;
    top: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    z-index: 99;
    transition: max-height .5s ease-in-out;
}
.module-theme-actions .share-links ul {
    background-color: white;
    border: 1px solid #e6e6e6;
    margin-top: 14px;
    padding: 12px 18px;
    position: relative;

}
.module-theme-actions .share-links ul:before {
    z-index: 1;
}
.module-theme-actions .share-links ul:before, .module-theme-actions .share-links ul:after {
    content: '';
    display: block;
    position: absolute;
    top: -6px;
    left: 40px;
    width: 0;
    height: 0;
    border: 0 solid transparent;
    border-right-width: 8px;
    border-left-width: 8px;
    border-bottom: 6px solid #e6e6e6;
}
.module-theme-actions .action-share.active+.share-links li {
    opacity: 1;
}
.module-theme-actions.theme-actions-icons-only .share-links li {
    margin-bottom: 8px;
}
.module-theme-actions.theme-actions-icons-only .list-unstyled>li {
    display: inline-block;
    margin: 0;
}
.module-theme-actions .share-links li {
    display: list-item;
    margin-right: 0;
    margin-bottom: 8px;
    color: red;
    opacity: 0;
    transition: opacity .3s .1s ease-in-out;
}
.module-theme-actions .share-links ul li a {
    color: #2e3032;
    min-width: 120px;
    text-decoration: none;
}
.module-theme-actions .share-links li a {
    display: block;
    white-space: nowrap;
}

.module-theme-actions .share-links ul li a:hover, .module-theme-actions .share-links ul li a:hover:before {
    color: #007bc0;
}
.module-theme-actions .share-links ul li a.icon-facebook-blank:before {
    margin-left: -4px;
    margin-right: 14px;
}
.module-theme-actions .share-links ul li a:before {
    color: #525f68;
    font-size: 18px;
    transition: color .5s linear;
}
.module-theme-actions li a:before {
    margin-right: 10px;
    text-decoration: none;
    font-family: "Hege_Icons";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    font-size: 20px;
    position: relative;
    top: 3px;
    line-height: 1px;
    -webkit-font-smoothing: antialiased;
}
#hege_post_container .newsroom-item-descr {
    position: relative;
}
.icon-facebook-blank:before {
    content: "";
}
.icon-twitter-blank:before {
    content: "";
}
.icon-google-blank:before {
    content: "";
}
.icon-xing-blank:before {
    content: "";
}
.icon-linkedin-blank:before {
    content: "";
}
.newsroom-img {
    height: 200px;
    display: block;

}
.newsroom-item-descr {
    font-size: 16px;
    line-height: 1.5;
    padding: 30px;
    background-color: #eff1f2;
}
.newsroom-item-date {
    font-size: 12px;
    line-height: 18px;
}
.newsroom-item-title {
    margin-bottom: 32px;
    margin-top: 8px;
    font-size: 24px;
    line-height: 34px;
    font-weight: bold;
}
@media (min-width: 480px) {
    .module-theme-filter .filter-references li.reset-filter {
        display: inline-block;
        margin-top: 4px;
    }
    .module-theme-actions .share-links {
        margin-left: -34px;
    }
    }
    
@media (min-width: 992px) {

.module-theme-filter .filter-topics .btn {
    color: #006ead;
    outline: none;
    padding-left: 30px;
    padding-right: 10px;
    text-align: left;
}
.module-theme-filter .filter-block-track {
    position: relative;
}
.module-theme-filter .module-filter-layout-desktop>.container .filter-block {
    left: 120%;
    opacity: 0;
    padding-left: 12px;
    position: absolute;
    transition: opacity .4s .1s ease-in-out, left .2s linear;
    padding-top: 12px;
}
.module-theme-filter .module-filter-layout-desktop>.container .filter-block.active {
    opacity: 1;
    left: 0;
}
}
.module-theme-grid .themes-container {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 15px;
}
.themes-container .module-theme {

}
.module-theme-filter .foldable-content .filter-toggle:after {
	font-family: "Hege_Icons";
    font-size: 16px;
    color: #006ead;
    font-weight: 600;
    content: "\e93c";
    position: absolute;
    left: 18px;
}
@media (min-width: 1200px) {
.hidden-lg {
    display: none !important;
}

}


.attachment-design-post-img{
	width: 100%!important;
	height: 300px!important;
}

@media screen and (max-width: 1024px){
	.attachment-design-post-img{
		width: 100%!important;
		height: 240px!important;
	}
}
@media screen and (max-width: 890px){
	.attachment-design-post-img{
		width: 100%!important;
		height: 200px!important;
	}
}
@media screen and (max-width: 768px){
	.attachment-design-post-img{
		width: 100%!important;
		height: 170px!important;
	}
}
@media screen and (max-width: 579px){
	.attachment-design-post-img{
		width: 100%!important;
		height: 260px!important;
	}
}

.post-password-form{
    margin-top: 200px;
}

.wp-block-file__embed{
        height: 800px!important;
    padding-top: 150px!important;
}

/* WP Develop, correct header menu list */
.menu-center{
    width: 35%;
}

.menu-header-left-menu_ua-container, .menu-header-left-menu_en-container{
    width: 100%;
}

#menu-header-left-menu_ua, #menu-header-left-menu_en{
 justify-content: space-around;   
}

#menu-item-80, #menu-item-1143{
        width: 25%;
    text-align: left;
}
#menu-item-78, #menu-item-788{
        width: 50%;
    text-align: center;
}
#menu-item-81, #menu-item-787{
    
    width: 25%;
    text-align: right;

}

/*WP Page Builder*/
@media screen and (max-width: 768px){
    .wppb-text-block-content p{
        font-size: 10px!important;
    }
}

