/*
Theme Name: Montaco
Theme URI: https://montaco.md/
Author: Taranov Denys
Version: 1.0.0
*/
body {
	font-size: 16px;
	line-height: 24px;
	font-family: 'Montserrat', sans-serif;
	background: #05131B;
	color: #fff;
}
/* header */
.header {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	z-index: 100;
	padding: 15px 0;
}
.customize-support .header {
	top: 46px;
}
.header .logotype {
	display: block;
	width: 40px;
	float: left;
}
.logotype-full {
	display: none;
}
.header .menu {
	display: none;
}
.header .btn {
	display: none;
}
.header .menu-toggler {
	float: right;
	width: 40px;
	cursor: pointer;
}
.header .menu-toggler .menu-line {
	background: #ffffff;
	height: 1.5px;
	margin: 16px 0;
}
.dropdown-navigation {
	background: #05131b;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1000;
	display: none;
}
.desktop-view {
	display: none !important;
}
.mobile-view {
	height: 100%;
    overflow-y: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
    overflow: -moz-scrollbars-none;
}
.mobile-view::-webkit-scrollbar { 
	display: none;  /* Safari and Chrome */
}
.mobile-view .logotype {
	width: 190px;
	display: block;
	float: left;
	margin: 10px 0 0 10px;
} 
.active-dropmenu {
	overflow: hidden;
}
.close-menu-icon {
	background: #11212B;	
	width: 80px;
	height: 80px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	float: right;
}
.close-menu-icon img {
	width: 30px;
	height: 30px;
	cursor: pointer;
}
.mobile-navigation-columns {
	display: flex;
	align-items: stretch;
    min-height: 100%;
	clear: both;
}
.mobile-navigation-content-column {
	flex: 1 0;
}
.mobile-navigation-panel {
	flex: 0 0 80px;
	background: #11212B;
}
.mobile-navigation-panel .nav-tabs .nav-item .nav-link {
	height: 80px;
	width: 80px;
	border-radius: 0;
	border: none;	
}
.mobile-navigation-panel .nav-tabs {
	border: none;
}
.mobile-navigation-panel .nav-tabs .nav-item .nav-link img {
	opacity: .7;
}
.mobile-navigation-panel .nav-tabs .nav-item .nav-link.active {
	background: #05131B;
	outline: none;
	border: none;
}
.mobile-navigation-panel .nav-tabs .nav-item .nav-link.active img {
	opacity: 1;
}
.mobile-navigation-content-column .tab-content {
	padding: 38px 20px 20px 20px;
}
.mobile-navigation-content-column .menu {
	margin: 0;
	padding: 0;
	list-style: none;
}
.mobile-navigation-content-column .menu > li {
	font-weight: 500;
	font-size: 22px;
	line-height: 26px;
	letter-spacing: -0.01em;
	margin-bottom: 40px;
	position: relative;	
}
.parent-nav {
	cursor: pointer;
	margin-left: 40px;
}
.mobile-navigation-content-column .menu > li > a {
	color: #fff;
	text-decoration: none;
	position: relative;
	display: inline-block;
}
.mobile-navigation-content-column .menu > li.menu-item-has-children a:after {
	content: '';
	background: #fff;
	height: 1.5px;
	width: 30px;
	display: block;
	position: absolute;
	left: 0;
	top: 40px;
}
.mobile-navigation-content-column .menu > li > .sub-menu {
	list-style: none;
	margin: 40px 0 0 0;
	padding: 0;
	display: none;
}
.mobile-navigation-content-column .menu > li > .sub-menu li {
	font-weight: 400;
	font-size: 18px;
	line-height: 20px;
	margin-bottom: 28px;
}
.mobile-navigation-content-column .menu > li > .sub-menu li a {
	color: #fff;
	text-decoration: none;
}
.mobile-navigation-content-column .address-title,
.mobile-navigation-content-column .workhours h5 {
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: #DB233A;
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 40px;
	font-weight: 700;
}
.mobile-navigation-content-column .address-line,
.mobile-navigation-content-column .hours > div {
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 40px;
	letter-spacing: -0.01em;
}
.mobile-navigation-content-column .address-line a {
	color: #fff;
	text-decoration: none;
}
.mobile-navigation-content-column .hours > div strong {
	text-transform: uppercase;
	font-weight: 400;
}
.mobile-navigation-content-column .hours > div span,
.mobile-navigation-content-column .address-line strong {
	display: block;
	font-size: 24px;
	font-weight: 400;
	margin-top: 10px;
}
.socials-item {
	margin-bottom: 28px;
}
.socials-item a {
	height: 48px;
	width: 48px;
	border-radius: 50%;
	display: inline-block;
	background: #fff;
	text-align: center;
	line-height: 48px;
	font-size: 27px;
	color: #000;
}
.socials-item span {
	margin-left: 10px;
}
.mobile-navigation-content-column .langs-switcher {
	display: block;
}
.mobile-navigation-content-column .langs-switcher li {
	margin-bottom: 40px;
}
.mobile-navigation-content-column .langs-switcher li.current-lang:after {
	right: auto;
	width: 26px;
}
/* header responsive */
@media (min-width: 783px) {
	.customize-support .header {
		top: 32px;
	}
}
@media (min-width: 992px) {
	.desktop-view {
		height: 100%;
		overflow-y: auto;
		-ms-overflow-style: none;  /* Internet Explorer 10+ */
		scrollbar-width: none;  /* Firefox */
		overflow: -moz-scrollbars-none;
		display: block !important;
	}
	.desktop-view::-webkit-scrollbar { 
		display: none;  /* Safari and Chrome */
	}
	.dropdown-navigation-columns {
		display: flex;
		align-items: stretch;
		min-height: 100%;
	}
	.dropdown-navigation-columns .navigation-contacts-column {
		flex: 0 0 50%;
		background: #11212B;
		padding: 40px 0;
	}
	.dropdown-navigation-columns .navigation-contacts-column .navigation-address-block {
		padding: 0 10%;
		margin-bottom: 66px;
	}
	.dropdown-navigation-columns .navigation-contacts-column .navigation-address-block .logotype {
		width: 320px;
		display: block;
		margin-bottom: 45px;
	}
	.dropdown-navigation-columns .navigation-menu-column {
		flex: 0 0 50%;
		position: relative;
	}
	.address-title {
		color: #DB233A;
		text-transform: uppercase;
		margin-bottom: 48px;
		font-weight: 700;
	}
	.address-line {
		text-transform: uppercase;
		margin-bottom: 40px;
		font-weight: 500;
	}
	.address-line a {
		color: #fff;
		text-decoration: none;
	}
	.dropdown-navigation .workhours {
		padding: 15px 10%;
		display: flex;
		align-items: center;
		position: relative;
		text-transform: uppercase;
		margin-bottom: 0;
	}
	.dropdown-navigation .workhours:before {
		content: '';
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 62%;
		height: 1.5px;
		background: rgba(255, 255, 255, .2);
	}
	.dropdown-navigation .workhours:after {
		content: '';
		display: block;
		position: absolute;
		bottom: 0;
		right: 0;
		width: 62%;
		height: 1.5px;
		background: rgba(255, 255, 255, .2);
	}
	.dropdown-navigation .workhours h5 {
		font-weight: 700;
		color: #db233a;
		padding-right: 44px;
	}
	.dropdown-navigation .workhours .hours strong {
		font-weight: 500;
		padding-right: 18px;
	}
	.dropdown-navigation .workhours .hours > div {
		display: flex;
		justify-content: space-between;
	}
	.dropdown-navigation .workhours .hours > div:first-of-type {
		margin-bottom: 8px;
	}
	.social-buttons-block {
		padding: 44px 10% 0 10%;
	}
	.social-buttons-block .social-buttons {
		margin-top: 0;
		text-align: left;
	}
	.social-buttons-block .social-buttons a {
		margin-bottom: 0;
	}
	.social-buttons-block .social-buttons a:first-of-type {
		margin-left: 0;
	}
	.navigation-menu-column {
		position: relative;
		padding: 60px 40px 100px 20px;
	}	
	.close-menu-icon {
		width: 80px;
		height: 80px;
		position: absolute;
		top: 0;
		right: 0;
		background: #0a1b25;
	}
	.navigation-menu-column .menu {
		font-size: 26px;
		line-height: 32px;
		list-style: none;	
		margin: 0;
		padding: 0 90px 0 0;
	}
	.navigation-menu-column .menu > li {
		margin-bottom: 20px;
		position: relative;
		padding-left: 60%;
	}
	.navigation-menu-column .menu > li:hover {
		z-index: 300;
	}
	.navigation-menu-column .menu > li > a {
		color: #fff;
		text-decoration: none;
		-webkit-transition: all .5s;
		-moz-transition: all .5s;
		-ms-transition: all .5s;
		-o-transition: all .5s;
		transition: all .5s;
	}
	.navigation-menu-column .menu > li > a:hover {
		color: #db233a;
	}
	.navigation-menu-column .menu > li .sub-menu {
		font-size: 16px;
		line-height: 24px;
		list-style: none;
		position: absolute;
		z-index: 40;
		top: 0;
		left: 0;
		width: 60%;
		text-align: right;
		padding: 0 30px 0 0;
		opacity: 0;
		-webkit-transition: opacity .5s;
		-moz-transition: opacity .5s;
		-ms-transition: opacity .5s;
		-o-transition: opacity .5s;
		transition: opacity .5s;		
	}
	.navigation-menu-column .menu > li:hover .sub-menu {
		opacity: 1;
		
	}
	.navigation-menu-column .menu > li .sub-menu li {		
		position: relative;
		text-transform: uppercase;
	}
	.navigation-menu-column .menu > li .sub-menu:after {
		content: '';
		width: 10px;
		height: 1.5px;
		background: #fff;
		position: absolute;
		right: 10px;
		top: 18px;
	}
	.navigation-menu-column .menu > li .sub-menu li a {
		text-decoration: none;
		color: #fff;
		-webkit-transition: all .5s;
		-moz-transition: all .5s;
		-ms-transition: all .5s;
		-o-transition: all .5s;
		transition: all .5s;
		display: inline-block;
		padding: 9px 0;
	}
	.navigation-menu-column .menu > li .sub-menu li a:hover {
		color: #db233a;
	}
	.navigation-menu-column .langs-switcher {
		position: absolute;
		right: 40px;
		bottom: 44px;
	}
	.mobile-view {
		display: none !important;
	}
}
@media (min-width: 1200px) {
	.header {
		padding: 20px 0;
	}
	.header .logotype {
		width: 252px;
	}
	.home .header .logotype {
		width: 70px;
	}
	.only-logo {
		display: none;
	}
	.logotype-full {
		display: block;
	} 
	.home .logotype-full {
		display: none;
	}
	.home .only-logo {
		display: block;
	}
	.header .menu-toggler {
		margin: 17px 5px 0 50px;
	}
	.header .menu {
		display: flex;
		float: right;
		list-style: none;
		margin: 32px 0 0 0;
	}
	.header .menu li {
		font-size: 16px;
		line-height: 22px;
		text-transform: uppercase;
		margin: 0 15px;
		font-weight: 700;
	}
	.header .menu li a {
		color: #fff;
		text-decoration: none;
		-webkit-transition: all .5s;
		-moz-transition: all .5s;
		-ms-transition: all .5s;
		-o-transition: all .5s;
		transition: all .5s;
	}
	.header .menu li a:hover,
	.header .menu li.current-menu-item a,
	.header .menu li.current-page-ancestor a,
	.single-project .header li.menu-item-type-post_type_archive.menu-item-object-project a {
		color: #db233a;
	}
	.header .btn {
		display: inline-block;
		float: right;
		margin: 23px 0 0 20px;
	}
	.dropdown-navigation-columns .navigation-contacts-column .navigation-address-block {
		padding: 0 10%;
	}
	.social-buttons-block {
		padding: 44px 15% 0 15%;
	}
	.dropdown-navigation .workhours {
		padding: 15px 15%;
	}
}
@media (min-width: 1400px) {
	.close-menu-icon {
		width: 110px;
		height: 110px;
	}
	.navigation-menu-column .menu {
		font-size: 32px;
		line-height: 40px;
	}
	.navigation-menu-column .menu > li .sub-menu {
		padding: 0 78px 0 0;
	}
	.navigation-menu-column .menu > li .sub-menu:after {
		width: 30px;
		right: 24px;
	}
}
/* content */
.top-slider-section {
	background: url(images/top-slider-section-bg.jpg) no-repeat center;	
	background-size: cover;
	padding-top: 90px;	
	margin-bottom: 40px;
}
.top-slide-thumbnail {
	width: 100%;
	display: block;
	object-fit: cover;
	height: 380px;
}
#carouselHome .carousel-item {
	padding-bottom: 74px;
}
#carouselHome .carousel-item:after {
	content: '';
	display: block;
	background: linear-gradient(90deg, rgba(65, 73, 109, 0.2) 38.02%, rgba(65, 73, 109, 0) 100%);
	position: absolute;
	top: 0;
	right: 0;
	bottom: 74px;
	left: 0;
}
.carousel-text-layer {
	position: absolute;
	top: 18px;
	left: 18px;
	right: 18px;
	z-index: 1;
}
.carousel-text-layer .carousel-text {
	font-size: 21px;
    line-height: 30px;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
	letter-spacing: -0.02em;
	max-width: 230px;
}
.top-slider-section .carousel-item .btn.arrow-forward {
	position: absolute;
	bottom: 0;
	left: 50%;
	z-index: 20;
	margin-left: -121px;
} 
.lang-ru .top-slider-section .carousel-item .btn.arrow-forward {
	margin-left: -106px;
}
.carousel-counter {
	width: 104px;
	height: 120px;
	display: block;
	background: url(images/polygon-1.svg);
	background-size: 100%;
	position: absolute;
	bottom: 37px;
	right: 152px;
	z-index: 1;
	display: none;
}
.carousel-counter:before {
	content: '';
	display: block;
	position: absolute;
	width: 67px;
	height: 65px;
	top: 0;
	right: 0;
	background: url(images/subtract.svg) no-repeat;
	background-size: 100%;
}
.carousel-counter .slide-numbers {	
	color: #fff;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.carousel-counter .slide-numbers .slide-number {
	font-size: 32px;
	line-height: 39px;
	position: absolute;
	right: 47px;
	top: 45px;
}
.carousel-counter .slide-numbers .slides-quantity {
	font-weight: 300;
	font-size: 16px;
	line-height: 20px;
	position: absolute;
	left: 62px;
    top: 35px;
}
.top-carousel-buttons {
	position: absolute;
	right: 20px;
	bottom: 124px;
	width: 110px;
	height: 48px;
}
.top-carousel-buttons .carousel-control-prev,
.top-carousel-buttons .carousel-control-next {
	opacity: 1;
	width: 48px;
	height: 48px;
	background: #fff;
}
.top-carousel-buttons .carousel-control-prev:hover,
.top-carousel-buttons .carousel-control-next:hover {
	background: #db233a;
}
.top-carousel-buttons .carousel-control-prev .carousel-control-prev-icon {
	background: url(images/arrow-prev-hover.svg) no-repeat center; 
	background-size: 100%;
	width: 1rem;
	height: 1rem;
}
.top-carousel-buttons .carousel-control-prev:hover .carousel-control-prev-icon {
	background: url(images/arrow-prev.svg) no-repeat center; 
	background-size: 100%;
}
.top-carousel-buttons .carousel-control-next .carousel-control-next-icon {
	background: url(images/arrow-next-hover.svg) no-repeat center; 
	width: 1rem;
	height: 1rem;
}
.top-carousel-buttons .carousel-control-next:hover .carousel-control-next-icon {
	background: url(images/arrow-next.svg) no-repeat center; 
	width: 1rem;
	height: 1rem;
}
.langs-switcher {
	padding: 0;
	margin: 0;
	font-size: 16px;
	line-height: 20px;
	font-weight: 700;
	text-transform: uppercase;
	list-style: none;
	display: flex;
	color: #fff;
} 
.langs-switcher li.wpml-ls-item {
	margin-right: 21px;
	opacity: .4;
	position: relative;
}
.langs-switcher li.wpml-ls-current-language {
	opacity: 1;
}
.langs-switcher li.wpml-ls-current-language:after {
	content: '';
	height: 1.5px;
	background: #DB233A;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -4px;
	display: block;
}
.langs-switcher li a {
	color: #fff;	
	text-decoration: none;
	padding: 0;
}
.top-slider-section .langs-switcher {
	display: none;
}
.section-title {
	font-weight: 700;
	font-size: 16px;
	line-height: 1;
	letter-spacing: .2em;
	position: relative;
	padding: 11px 0 0 18px;
	text-transform: uppercase;	
}
.section-title span {
	position: relative;
	background: #05131B;
	z-index: 1;
	display: inline-block;
	padding: 5px 0 10px;
}
.section-title.color-secondary {
	color: #DB233A;
}
.section-title:before {
	content: '';
	display: block;
	width: 35px;
	height: 35px;
	background: url(images/polygon-3.svg) center no-repeat;
	background-size: 100%;
	position: absolute;
	left: 0;
	top: 0;	
}
.section-title.color-secondary:before {
	background: url(images/polygon-2.svg) center no-repeat;
	background-size: 100%;
}
.top-slider-section-bottom-part {
	position: relative;
	top: -90px;
}
.brand-wrapper {
	text-align: center;
}
.brand-wrapper .text-logotype {
	width: 100%;
	max-width: 220px;
}
.about-section {
	padding: 40px 0;
}
.about-section .section-content {
	font-size: 16px;
	line-height: 24px;
	max-width: 744px;
}
.about-section .section-content p {
	margin-bottom: 20px;
}
.about-section .section-title {
	margin-bottom: 20px;
}
.our-services-section {
	padding: 40px 0;
}
.our-services-section .section-title {
	margin-bottom: 20px;
}
.services-list {
	margin-bottom: 110px;
	overflow: hidden;
}
.services-list  .service-item-wrapper {
	padding: 0 15%;
}
.services-list .service-item {
	padding-top: 100%;
	position: relative;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
}

.services-list  .owl-stage {
	padding: 50px 0;
}
.services-list .center .service-item {
	transform: scale(1.2);	
}
.service-item-text-layer {
	position: absolute;
	top: 8.5%;
	right: 8.5%;
	bottom: 8.5%;
	left: 8.5%;
	padding: 20px 10px;
	border: 1.5px solid #FFFFFF;
	opacity: 1;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
	z-index: 20;
}
.services-list-mobile .service-item-text-layer .btn.arrow-forward {
	left: 50%;
	margin-left: -76px;
	right: auto;
}
.service-item-text-layer .btn.arrow-forward {
	position: absolute;
    bottom: -15px;
    letter-spacing: 1px;
    font-size: 13px;
}
.service-item-text-layer h3 {
	text-align: center;
	margin-bottom: 16px;
}
.service-item-text-layer .services-points {
	font-size: 14px;
	line-height: 20px;
	list-style: none;
	padding-left: 5%;
}
.service-item-text-layer .services-points li {
	margin-bottom: 16px;
	position: relative;
	padding-left: 22px;
}
.service-item-text-layer .services-points li:before {
	content: '';
	display: block;
	position: absolute;
	top: 3px;
	left: 0;
	background: url('images/check-icon.svg') no-repeat center;
	background-size: 100%;
	height: 14px;
	width: 14px;
}
.services-list .center .service-item-text-layer {
	opacity: 1;
}
.services-list .service-item-title {
	position: absolute;
	transform: rotate(-90deg);
	text-transform: uppercase;
	top: 0;
	bottom: 0;
	left: 0;
	right: -137%;
	text-align: center;
	margin-bottom: 0;	
	z-index: 10;
}
.services-list .center+.owl-item .service-item-title {
	right: -35%;
}
.services-list .center .service-item-title {	
	display: none;
} 
.service-item:after {
	content: '';
	background: linear-gradient(0deg, rgba(5, 19, 27, 0.7), rgba(5, 19, 27, 0.7));
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	opacity: .7;
}
.services-list .center .service-item:after {
	opacity: .2;
}
.services-list .owl-nav {
	position: absolute;
	top: 45%;
	left: 0;
	right: 0;
	font-size: 30px;
}
.services-list .owl-nav .owl-prev {
	left: 21.5%;
	position: absolute;	
	width: 50px;
	height: 50px;
	box-sizing: border-box;
	border: 1.5px solid #ffffff !important;
	display: flex;
    align-items: center;
    justify-content: center;
}
.services-list  .owl-nav .owl-next {
	right: 21.5%;
	position: absolute;
	width: 50px;
	height: 50px;
	box-sizing: border-box;
	border: 1.5px solid #ffffff !important;
	display: flex;
    align-items: center;
    justify-content: center;
}
.services-list .owl-nav .owl-prev span,
.services-list  .owl-nav .owl-next span {
	font-size: 0;
	height: 13px;
	width: 7px;
	display: inline-block;
}
.services-list .owl-nav .owl-prev span {
	background: url(images/slider-arrow-prev.svg) no-repeat;
	background-size: 100%;
}
.services-list .owl-nav .owl-next span {
	background: url(images/slider-arrow-next.svg) no-repeat;
	background-size: 100%;
}
.service-info-icon {
	display: inline-block;
}
.service-info-thumbnail-wrapper {
	height: 36px;
	margin-bottom: 20px;
}
.services-info-list {
	margin-bottom: 40px;
}
.services-info-list:last-of-type {
	margin-bottom: 0;
}
.services-info-list .service-info .service-info-thumbnail {
	height: 100%;
	width: auto;
}
.services-info-list .service-info:nth-of-type(4n+2) .service-info-thumbnail{
	height: 67%;
}
.services-description.add-margins {
	margin: 80px 0 40px;
}
.services-description h4 {
	text-align: center;
	margin-top: 60px;
	padding: 0 20px;
}
.services-info-list {
	padding: 0 20px;
}
.services-info-list .service-info {
	flex: 0 0 50%;
	padding: 40px 0;
	position: relative;
}
.services-info-list .service-info:after {
	content: '';
	bottom: 0;
	left: 0;
	right: 0;
	position: absolute;
	display: block;
	height: 1.5px;
	background: #47545E;
}
.services-info-list h5 {
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: #DB233A;
	margin: 0 0 20px 0;
}
.service-info-text {
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 20px;
}
.services-list-mobile .service-item {
	padding-top: 107%;
	position: relative;
	margin-bottom: 40px;
	overflow: hidden;
}
.services-list-mobile .service-item-title {
	font-weight: 500;
	font-size: 26px;
	line-height: 30px;
	text-align: center;
	letter-spacing: -0.01em;
	text-transform: uppercase;
}
.reviews-section {
	padding-top: 40px;
	padding-bottom: 40px;
}
.reviews-section .section-title {
	margin-bottom: 20px;
}
#carouselReviews .carousel-item {
	padding-top: 20px;
	padding-bottom: 80px;
} 
.review-columns {
	position: relative;
}
.review-columns .text-review-column {
	position: relative;
	padding-top: 85px;
	padding-left: 20px;
	min-height: 346px;
}
.lang-ru .review-columns .text-review-column {
	min-height: 440px;
}
.text-review-column .review-text {
	font-size: 16px;	
	line-height: 24px;
	margin-bottom: 12px;
}
.text-review-column .review-author {
	font-size: 18px;
	line-height: 24px;
	color: #DB233A;
	margin-bottom: 8px;
}
.text-review-column .review-location {
	font-size: 16px;
	line-height: 24px;
	font-weight: 700;
	letter-spacing: 0.2em;
	text-transform: uppercase;	
	color: #DB233A;
}
.review-columns .text-review-column .quote-icons {
	position: absolute;
	left: 9%;
	top: 0;
}
.quote-icons {
	display: flex;
	justify-content: space-between;
	width: 60px;
}
.quote-icon {
	height: 50px;
	width: 25px;	
	background: url(images/quote-icon.svg) no-repeat;
	background-size: 100%;
}
.review-columns .image-review-column {
	position: relative;
}
.carousel-decorative-element {
	display: none;
}
.review-columns .image-review-column .btn.arrow-forward {
	position: absolute;
	left: 0;
	top: 40px;
	z-index: 50;
}
.image-review-thumbnail {
	padding-top: 97.5%;
	width: 97.5%;
	margin-top: 20px;
	margin-left: 20px;
	position: relative;
}
.image-review-thumbnail img {
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.carousel-buttons-block {
	left: 0;
	bottom: -20px;
	width: 240px;
	border-top: 1.5px solid #fff;
	height: 80px;
	position: absolute;
}
.carousel-buttons-block:before {
	content: '';
	background: #fff;
	width: 1.5px;
	height: 500px;
	display: block;
	position: absolute;
	left: 0;
	bottom: 80px;
}
#carouselReviews .carousel-control-prev {
	width: 120px;
	height: 80px;
	border: 1.5px solid #fff;	
	border-right-width: .75px;
	box-sizing: border-box;
	position: absolute;
	top: -1.5px;
	right: auto;
	left: 0;
	opacity: 1;
}
#carouselReviews .carousel-control-next {
	width: 120px;
	height: 80px;
	border: 1.5px solid #fff;
	box-sizing: border-box;	
	border-left-width: .75px;
	left: 120px;
	top: -1.5px;
	right: auto;
	opacity: 1;
	position: absolute;
}
#carouselReviews .carousel-control-prev:hover,
#carouselReviews .carousel-control-next:hover {
	background: #fff;
}
#carouselReviews .carousel-control-prev:after {
	content: '';
	display: block;
	background: #DB233A;
	height: 0;
	width: 1.5px;
	position: absolute;
	left: -1.5px;
	top: 0;
	-webkit-transition: height .5s;
	-moz-transition: height .5s;
	-ms-transition: height .5s;
	-o-transition: height .5s;
	transition: height .5s;
}
#carouselReviews .carousel-control-prev:hover:after {
	height: 39px;
}
#carouselReviews .carousel-control-next:after {
	content: '';
	display: block;
	background: #DB233A;
	height: 0;
	width: 1.5px;
	position: absolute;
	right: -1.5px;
	top: 0;
	-webkit-transition: height .5s;
	-moz-transition: height .5s;
	-ms-transition: height .5s;
	-o-transition: height .5s;
	transition: height .5s;
}
#carouselReviews .carousel-control-next:hover:after {
	height: 39px;
}
#carouselReviews .carousel-control-next-icon, 
#carouselReviews .carousel-control-prev-icon {
	height: 1rem;
	width: 1rem;
}
#carouselReviews .carousel-control-prev:hover .carousel-control-prev-icon {
	background-image: url('images/arrow-prev-hover.svg');
}
#carouselReviews .carousel-control-next:hover .carousel-control-next-icon {
	background-image: url('images/arrow-next-hover.svg');
}
.reviews-total-title {
	font-weight: 500;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0.3em;
	text-transform: uppercase;
	position: relative;
	margin-top: 80px;
	margin-bottom: 20px;
	text-align: center;
}
.reviews-total-title span {
	display: inline-block;
	position: relative;
	background: #05131B;	
}
.reviews-bottom-block {
	text-align: center;
}
.reviews-stats {
	text-align: center;
	font-weight: 500;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0.3em;
	text-transform: uppercase;
	margin-bottom: 30px;
}
.reviews-stars {
	margin-right: 15px;
}
.reviews-quantity {
	display: block;
	text-align: center;
	margin-top: 8px;
}
.bottom-title {
	font-size: 26px;
	line-height: 30px;
	text-align: center;
	letter-spacing: -0.02em;
	text-transform: uppercase;
	max-width: 563px;
	margin: 0 auto 38px;
}
.feedback-link {
	font-weight: 700;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: #DB233A;
	border-bottom: 1.5px solid #DB233A;
	display: inline-block;
	padding-bottom: 6px;
	text-decoration: none;
}
.feedback-link:hover {
	color: #DB233A;
	border-bottom-color: transparent;
}
.blog-section {
	padding: 40px 0;
	position: relative;
}
.blog-section .section-title {
	margin-bottom: 40px;
}
.styled-title {
	background: url(images/polygon-4.svg) no-repeat center;
	height: 180px;
	width: 180px;
	box-sizing: border-box;
	padding: 10px;
	font-weight: 700;
	font-size: 16px;
	line-height: 20px;
	text-align: center;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff !important;
	text-decoration: none;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.styled-title:hover {
	transform: scale(1.1);
}
.blog-section .styled-title,
.works-gallery-section .styled-title {
	margin: 0 auto 40px;
}
.works-gallery-section .styled-title {
	margin-bottom: 60px;
}
.blog-posts-mobile .blog-post {
	margin-bottom: 80px;
}
.blog-posts-carousel {
	padding-left: 18%;
}
.blog-post-thumbnail-wrapper {
	overflow: hidden;
	margin-bottom: 16px;
	position: relative;
	display: block;
}
.blog-post-thumbnail,
.gallery-carousel-thumbnail {
	height: 258px;
	display: block;
	object-fit: cover;
	width: 100%;
}
.blog-post-thumbnail-wrapper .btn.arrow-forward {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -20px 0 0 -65px;
}
.blog-post-info {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.blog-post-info .blog-post-date {
	font-weight: 500;
	font-size: 56px;
	line-height: 60px;
	position: relative;
	display: flex;
	justify-content: space-between;
	margin-bottom: 12px;
} 
.blog-post-info .blog-post-date sup {
	font-weight: 700;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: 0.2em;
}
.blog-post-info .blog-post-excerpt {	
	font-size: 20px;	
	line-height: 24px;
	flex: 0 0 100%;
}
.blog-post-info .blog-post-excerpt a {
	color: #fff;
	text-decoration: none;
}
.blog-post-info .blog-post-excerpt a:hover {
	text-decoration: none;
}
.blog-posts-carousel .owl-nav,
.gallery-carousel .owl-nav {
	top: 20%;
	left: 5%;
	position: absolute;
}
.blog-posts-carousel .owl-nav,
.gallery-carousel .owl-nav {
	height: 60px;
    width: 60px;
    border: 1.5px solid #fff;
    border-radius: 50%;	
}
.blog-posts-carousel .owl-nav:before,
.gallery-carousel .owl-nav:before {
	content: '';
    background: #fff;
    border-radius: 50%;
    width: 4px;
    height: 4px;
    margin: -2px 0 0 -2px;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
}
.blog-posts-carousel .owl-prev,
.gallery-carousel .owl-prev,
.gallery-carousel .owl-next, 
.blog-posts-carousel .owl-next  {
	position: absolute;
	top: 50%;
	margin-top: -19px;
}
.blog-posts-carousel .owl-prev,
.gallery-carousel  .owl-prev {
	left: -28px;
}
.blog-posts-carousel .owl-next,
.gallery-carousel .owl-next {
	right: -28px;
}
.blog-posts-carousel .owl-prev span,
.gallery-carousel .owl-prev span,
.blog-posts-carousel .owl-next span,
.gallery-carousel .owl-next span {
	font-size: 0;
	width: 25px;
    height: 32px;
	display: inline-block;
	-webkit-transition: transform .2s;
	-moz-transition: transform .2s;
	-ms-transition: transform .2s;
	-o-transition: transform .2s;
	transition: transform .2s;
}
.blog-posts-carousel .owl-prev:hover span,
.gallery-carousel .owl-prev:hover span,
.blog-posts-carousel .owl-next:hover span,
.gallery-carousel .owl-next:hover span {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}
.blog-posts-carousel .owl-prev span,
.gallery-carousel .owl-prev span {
	background: url(images/arrow-prev.svg) center no-repeat;	
}
.blog-posts-carousel .owl-next span,
.gallery-carousel .owl-next span {
	background: url(images/arrow-next.svg) center no-repeat;
}
.partners-section {
	background: #11212B;
	position: relative;
	padding: 16px 0;
}
.partners-section .title-column h2 {
	text-transform: uppercase;
	font-size: 32px;
	line-height: 40px;
	margin-bottom: 16px;
	text-align: center;
}
.partners-section .partners-column {
	padding-left: 267px;
	position: relative;
	z-index: 10;
}
.partners-section .partners-column .partners-carousel {
	padding-right: 270px;
}
.partners-section .owl-carousel .owl-stage-outer {
	position: relative;
}
.partners-carousel .owl-nav button.owl-prev {
	width: 120px;
	height: 100%;
	border: 1.5px solid #fff;	
	border-right-width: .75px;
	box-sizing: border-box;
	position: absolute;
	top: 0;
	right: 120px;
	left: auto;
	opacity: 1;
	display: flex;
    align-items: center;
    justify-content: center;
}
.partners-carousel .owl-nav button.owl-next {
	width: 120px;
	height: 100%;
	border: 1.5px solid #fff;
	box-sizing: border-box;	
	border-left-width: .75px;
	left: auto;
	top: 0;
	right: 0;
	opacity: 1;
	position: absolute;
	display: flex;
    align-items: center;
    justify-content: center;
}
.partners-carousel .owl-nav button.owl-prev:hover,
.partners-carousel .owl-nav button.owl-next:hover {
	background: #fff;
}
.partners-carousel .owl-nav .owl-prev span,
.partners-carousel .owl-nav .owl-next span {
	font-size: 0;
	height: 1rem;
	width: 1rem;
	display: inline-block;	
} 
.partners-carousel .owl-nav .owl-prev span {
    background-image: url(images/arrow-prev.svg);
}
.partners-carousel .owl-nav .owl-next span {
	 background-image: url(images/arrow-next.svg);
}
.partners-carousel .owl-nav .owl-prev:hover span {
    background-image: url(images/arrow-prev-hover.svg);
}
.partners-carousel .owl-nav .owl-next:hover span {
	background-image: url(images/arrow-next-hover.svg);
}
.partners-carousel .owl-nav .owl-prev:after {
	content: '';
	display: block;
	background: #DB233A;
	height: 0;
	width: 1.5px;
	position: absolute;
	left: -1.5px;
	top: -1.5px;
	-webkit-transition: height .5s;
	-moz-transition: height .5s;
	-ms-transition: height .5s;
	-o-transition: height .5s;
	transition: height .5s;
}
.partners-carousel .owl-nav .owl-prev:hover:after {
	height: 39px;
}
.partners-carousel .owl-nav .owl-next:after {
	content: '';
	display: block;
	background: #DB233A;
	height: 0;
	width: 1.5px;
	position: absolute;
	right: -1.5px;
	top: -1.5px;
	-webkit-transition: height .5s;
	-moz-transition: height .5s;
	-ms-transition: height .5s;
	-o-transition: height .5s;
	transition: height .5s;
}
.partners-carousel .owl-nav .owl-next:hover:after {
	height: 39px;
}
.partners-links {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 357px;
	margin: 0 auto 9px;
}
.partners-links a {
	flex: 0 0 30.3%;
	display: block;
	margin-bottom: 12px;
}
.partners-links a img {
	width: 100%;
}
.partners-section .link-wrapper {
	text-align: center;
	margin-bottom: 14px;
}
.top-banner {
	position: relative;
	margin-bottom: 40px;
}
.blog-template .top-banner {
	margin-bottom: 0;
}
.top-banner:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	background: rgba(5, 19, 27, 0.6);
}
.top-banner .image-layer {
	padding-top: 65%;
	background: #000;
}
.portfolio-details-template .top-banner .image-layer {
	padding-top: 95%;
}
.portfolio-details-template .top-banner .text-layer {
	top: 30%;
}
.portfolio-details-template .top-banner .image-layer,
.single-post .top-banner .image-layer,
.single-project .top-banner .image-layer {
	padding-top: 350px;
}
.single-post .top-banner .text-layer,
.single-project .top-banner .text-layer {
	top: 100px;
}
.top-banner .text-layer {
	position: absolute;
	left: 0;
	right: 0;
	top: 45%;
	color: #fff;
	z-index: 10;	
}
@keyframes decorAnimation {
  from {
    left: -100%
  }
  to {
	left: 0;
  }
}
.page-template-thank-template .top-banner .image-layer {
	padding-top: 567px;
}
.error404 .top-banner .image-layer {
	padding-top: 624px;
}
.page-template-thank-template .text-layer {
	top: 10%;
}
.error404 .text-layer {
	top: 8%;
}
.brand-logo {
	margin-top: 10px;
	width: 80px;
}
.top-banner .decor-element {
	position: absolute;
	top: -43px;
	width: 50%;
	animation-name: decorAnimation;
	animation-duration: 1s;
	z-index: 10;
	border-top: 1.5px solid #ffffff;
	display: none;
}
.top-banner .decor-element span {
	width: 18px;
	height: 20px;
	position: absolute;
	right: 0;
	top: -10px;
	right: -8px;
}
.top-banner .text-layer h1 {
	text-transform: uppercase;
	text-align: center;
}
.top-banner.left-oriented .text-layer h1 {
	text-align: left;
	max-width: 820px;
	font-weight: 500;
	font-size: 24px;
	line-height: 32px;
}
.single-post .top-banner .text-layer h1 {
	max-width: none;
}
.contact-page.top-banner .text-layer h1 {
	font-size: 18px;
	line-height: 24px;
	font-weight: 400;
}
.contact-page.top-banner .text-layer h1 .phone-caption {
	font-size: 30px;
	line-height: 32px;
	font-weight: 700;
	display: block;
}
.contact-page.top-banner .text-layer h1 .phone-caption a {
	color: #fff;
	text-decoration: none;
}
.description-section {
	padding: 40px 0;
}
.description-section .section-text-block {
	font-size: 16px;
	line-height: 24px;
	position: relative;
}
.description-section .section-text-block+.btn {
	margin-bottom: 60px;
}
.description-section .section-text-block:after {
	content: '';
    background: url(images/polygon-5.svg) no-repeat center;
	background-size: 100%;
    position: absolute;
    top: 3px;
    right: 0;
    width: 281px;
    height: 281px;
    z-index: -1;
}
.description-section .section-text-block p {
	margin-bottom: 20px;
}
.description-section .styled-title {
	margin-top: 38px;
}
.our-partners-section {
	padding-top: 40px;
    padding-bottom: 40px;
}
.our-partners-section .section-title {
	margin-bottom: 20px;
}
.our-partners-list {
	display: none;
}
.partner-item img {
	width: 100%;
}
.our-partners-list-mobile {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 -6px;
}
.our-partners-list-mobile .partner-item {
	flex: 0 0 33.3%;
	padding: 0 6px;
	margin-bottom: 12px;
}
.options-list .option-item {
	background: #192936;
	position: relative;
}
.options-list .option-item:before {
	content: '';
	height: 1.5px;
	background: #fff;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}
.options-list .option-item-slide {	
	width: 100%;
	height: 320px;
	object-fit: cover;
}
.thumbnails-contain .option-item-slide {
	background-size: contain !important;
}
.options-list .option-item .option-text-column {	
	font-size: 16px;
	line-height: 24px;
}
.options-list .option-item .option-text-column p:last-of-type {
	margin-bottom: 0;
}
.option-text-column-wrapper {
	padding: 20px 40px 20px 60px;
}
.options-list .option-item .accordion-item {
	background: none;
	border-radius: 0;
	border: none;
	color: #fff;
}
.options-list .option-item .accordion-item p {
	margin-bottom: 10px;
}
.options-list .option-item .accordion-item .accordion-button {
	background: none;
	border-radius: 0;
	box-shadow: none;
	color: #fff;
	padding: 0;
}
.options-list .option-item .accordion-item .accordion-body {
	padding: 0;
}
.options-list .option-item .accordion-item .accordion-button:after {
	display: none;
}
.options-list .option-item .option-text-column h5 {
	color: #db233a;
	text-transform: uppercase;
	position: relative;
	margin-bottom: 14px;
}
.options-list .option-item .option-text-column h5:before {
	content: '';
	display: block;
	height: 6px;
	width: 40px;
	background: #db233a;
	position: absolute;
	top: 7px;
	left: -60px;
}
.option-image-column {
	position: relative;
}
.select-options-block {
	margin-top: 40px;
	margin-bottom: 40px;
	background: #11212B;
	position: relative;
}
.option-image-column .btn {
	position: absolute;
    top: 20px;
    right: 0;
    -webkit-transition: opacity 1s;
    -moz-transition: opacity 1s;
    -ms-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s;
    z-index: 10;
	opacity: 0;
}
.option-item:hover .btn {
	opacity: 1;
}
.select-options-row.step-completed:before {
	content: '';
	display: block;
	height: 1.5px;
	position: absolute;
	left: 0;
	right: 0;
	background: rgba(255, 255, 255, 0.2);
}
.select-options-row.step-completed:first-of-type:before {
	display: none;
}
.carousel-arrows {
	width: 110px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
.option-item .carousel-arrows {
	position: absolute;
	bottom: 29px;
	right: 30px;
}
.carousel-arrows .carousel-control-next, 
.carousel-arrows .carousel-control-prev {
	position: static;
	opacity: 1;
	width: 25px;
	-webkit-transition: transform .2s;
	-moz-transition: transform .2s;
	-ms-transition: transform .2s;
	-o-transition: transform .2s;
	transition: transform .2s;
}
.carousel-arrows .carousel-control-next:hover, 
.carousel-arrows .carousel-control-prev:hover {
	transform: scale(1.2);
}
.carousel-arrows .arrows-decor-element {
	height: 60px;
	width: 60px;
	border: 1.5px solid #fff;
	border-radius: 50%;
	position: relative;
}
.carousel-arrows  .arrows-decor-element:before {
	content: '';
	background: #fff;
	border-radius: 50%;
	width: 4px;
	height: 4px;
	margin: -2px 0 0 -2px;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
}
.option-row-title {
	display: flex;
	align-items: center;
	padding-right: 20px;
}
.choose-step {
	font-weight: 700;
	font-size: 16px;
	line-height: 38px;
	letter-spacing: 0.2em;
	height: 40px;
	width: 40px;
	text-align: center;
	border-radius: 50%;
	border: 1px solid #fff;
	margin: 30px 14px 30px 20px;
}
.active-step .choose-step {
	background: #db233a;
	border-color: #db233a;
}
.select-options-row.inactive .option-row-title h3,
.select-options-row.inactive .options-content {
	display: none;
}
.step-completed .choose-step {
	background: #fff;
	color: #11212B;
}
.step-completed .option-row-title h3 {
	display: none;
}
.completed-step-block {
	display: none;
}
.step-completed .completed-step-block {
	display: flex;
	align-items: center;
	flex: 1 0 auto;
	position: relative;
}
.step-completed .completed-step-thumbnail {
	height: 80px;
	width: 80px;
	display: none;
}
.completed-type {
	font-weight: 700;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	padding-left: 34px;
	position: relative;
}
.completed-type:before {
	content: '';
	display: block;
	width: 20px;
	height: 20px;
	background: url(images/check-icon.svg) no-repeat center;
	background-size: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.modification-link {
	font-weight: 700;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: #DB233A;
	border-bottom: 1.5px solid #DB233A;
	display: none;
	padding-bottom: 4px;
	cursor: pointer;
	position: absolute;
	right: 6.5%;
}
.select-options-row.inactive {
	position: absolute;
	left: 0;
	width: 108px;
	height: 0;
	overflow: hidden;
}
.select-options-row.inactive.step-2 {
	top: 120px;
}
.select-options-row.inactive.step-3 {
	top: 240px;
}
.select-options-row.inactive.step-4 {
	top: 360px;
}
.select-options-row.inactive.step-5 {
	top: 480px;
}
.step-completed {
	background: #192936;
}
.step-completed .options-content {
	display: none;
}
.options-content {
	background: #192936;
	position: relative;
	clear: both;
}
.packages-block {
	padding: 40px 20px;
	position: relative;
}
.options-content:before {
	content: '';
	height: 1.5px;
	background: #fff;
	opacity: .2;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.options-content:after {
	content: '';
	width: 1.5px;
	height: 100%;
	min-height: 100px;
	background: #fff;
	opacity: .2;
	position: absolute;
	left: 0;
	top: -100px;
}
.packages-block .package {	
	flex: 0 0 30.5%;
	border: 1.5px solid #ffffff;
	position: relative;
	margin: 85px 0 142px 0;	
}
.packages-block .package:first-of-type {
	margin-left: 0;
}
.packages-block .package:last-of-type {
	margin-bottom: 60px;
} 
.packages-block .package  .package-wrapper {
	padding: 100px 5% 44px 5%;
}
.packages-block .package .package-thumbnail {
	position: absolute;
	width: 170px;
	height: 170px;
	left: 50%;
	margin-left: -80px;
	top: -95px;
	box-sizing: border-box;
	border-top: 10px solid transparent;
	border-right: 10px solid transparent;
}
.packages-block .package .package-thumbnail img {	
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	object-fit: cover;
}
.packages-block .package.active-package .package-thumbnail {
	border-color: #db233a;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.packages-block .package h4 {
	font-weight: 400;
	font-size: 26px;
	line-height: 30px;
	text-transform: none;
	margin-bottom: 20px;
}
.packages-block .button-wrapper {
	position: absolute;
	left: 0;
	right: 0;
	bottom: -20px;
	text-align: center;
}
.package-subtitle {
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 20px;
	text-transform: uppercase;
}
.package-list {
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	padding-left: 15px;
	margin-bottom: 20px;
	text-transform: uppercase;	
}
.add-include-caption {
	font-size: 16px;
	line-height: 20px;
	color: rgba(255, 255, 255, 0.6);
	margin-bottom: 20px;
}
.package-features-list {
	padding: 0;
	margin: 0;
	list-style: none;
	font-size: 16px;
	line-height: 24px;
}
.package-features-list li {
	margin-bottom: 18px;
	position: relative;	
	padding-left: 36px;
}
.package-features-list li:before {
	content: '';
    display: block;
    position: absolute;
    top: 3px;
    left: 0;
    background: url(images/check-icon.svg) no-repeat center;
    background-size: 100%;
    height: 16px;
    width: 16px;	
}
.packages-block .btn {
	padding-left: 18px;
	padding-right: 18px;
} 
.packages-block .btn.btn-selected {
	background: #DB233A !important;
	color: #fff !important;
	border-color: #DB233A !important;
	padding-right: 54px;
	position: relative;
}
.packages-block .btn.btn-selected:after {
	content: '';
	display: block;
	background: url(images/check-icon.svg) no-repeat center;
	height: 20px;
	width: 20px;
	position: absolute;
	top: 50%;
	right: 22px;
	margin-top: -10px;
}
.sizes-block {
	padding: 30px;
}
.size-item {
	display: flex;
	margin-bottom: 28px;
}
.check-wrapper {
	position: relative;
	display: flex;
	height: 20px;
}
.check-wrapper .checkbox {
	display: none;
}
.check-wrapper .checkbox + label {
	position: relative;
    padding: 0 0 0 20px;
    cursor: pointer;	
}
.check-wrapper .checkbox + label:before {
	content: '';
    position: absolute;
    top: 50%;
    margin-top: -8px;
    left: 0;
    width: 20px;
    height: 20px;
    border: 1.5px solid #47545E;
	border-radius: 1px;
    box-sizing: border-box;
    transition: .2s;
}
.check-wrapper .checkbox:checked + label:before {
	border-color: #fff;
}
.check-wrapper .checkbox + label:after {
	content: '';
    display: block;
	width: 14px;
	height: 14px;
	background: url(images/check-icon.svg) no-repeat center;
    background-size: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -5px 0 0 -7px;
    transition: .2s;
    opacity: 0;
}
.check-wrapper .checkbox:checked + label:after {
    opacity: 1;
}
.check-caption {
	margin-left: 24px;
	font-size: 16px;
	line-height: 20px;
	padding-top: 2px;
} 
.size-articul {
	margin-left: 29px;
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	color: rgba(255, 255, 255, 0.4);
	padding-top: 3px;
}
.steps-buttons .btn {
	max-width: 100%;
}
.steps-buttons {
	position: fixed;
	bottom: 20px;
	left: 20px;
	right: 20px;
	z-index: 500;
	text-align: center;
}
.steps-buttons .btn {
	width: 100%;
}
.steps-buttons .prev-step {
	position: relative;
	padding: 29px 24px 29px 45px;
	background: #192936;
}
.steps-buttons .next-step {
	position: relative;
	padding: 29px 45px 29px 19px;		
}
.steps-buttons .next-step:before,
.steps-buttons .final-step:before {
	content: '';
	display: block;
	position: absolute;
	height: 39px;
	width: 6px;
	background: #DB233A;
	top: -1px;
	right: -1px;
}
.steps-buttons .next-step:after {
	content: '';
	background: url(images/arrow-next-hover.svg) no-repeat;	
	position: absolute;
	top: 50%;
	margin-top: -8px;
	right: 20px;
	width: 16px;
	height: 16px;
}
.steps-buttons .prev-step:hover {
	background: #192936 !important;
}
.steps-buttons .prev-step:after {
	content: '';
	background: url(images/arrow-prev-step.svg) no-repeat;	
	position: absolute;
	top: 50%;
	margin-top: -8px;
	left: 20px;
	width: 16px;
	height: 16px;
}
.steps-buttons .final-step {
	padding: 29px 91px 29px 70px;
	position: relative;	
}
.steps-buttons .final-step:after {
	content: '';
	background: url(images/arrow-next-hover.svg) no-repeat;	
	position: absolute;
	top: 50%;
	margin-top: -8px;
	right: 70px;
	width: 16px;
	height: 16px;
}
.steps-buttons .steps-notification {
	color: #fff;
	margin-top: 10px;	
	text-align: center;
}
.steps-buttons .steps-notification span {
	display: inline-block;
	padding: 2px 10px;
	background: #192936;
}
.select-house-form {
	padding: 20px;
}
.house-forms-list .house-form-item {
	padding-top: 100%;
	border: 1.5px solid rgba(255, 255, 255, 0.2);
	position: relative;
	margin-bottom: 20px;
	cursor: pointer;
}
.house-forms-list .house-form-item.active-form-item {
	cursor: default;
}
.house-form-item-wrapper {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 20px;
}
.house-form-item-wrapper > * {
	max-width: 100%;
	max-height: 100%;
}
.house-form-item.active-form-item:before {
	content: '';
	display: block;
	width: 19px;
	height: 22px;
	position: absolute;
	top: 24px;
	right: 24px;
	background: url(images/check-icon.svg) no-repeat center;
    background-size: 100%;
}
.active-form-item .active-fill,
.selected-house-form .active-fill {
	fill: #db233a;
}
.active-form-item .active-stroke,
.selected-house-form .active-stroke {
	stroke: #db233a;	
}
.dimensions-form-wrapper {
	padding: 40px 20px 60px 20px;
}
.selected-house-form {
	border: 1.5px solid #FFFFFF;
	width: 240px;
	order: 2;
	padding: 20px 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto -1px;
	position: relative;
}
.selected-house-form > .selected-house-form-image-wrapper {
	flex: 0 0 100%;
	position: relative;
}
.selected-house-form img {
	width: 100%;
	height: auto;	
}
.dimensions-form .dimension-input-wrapper {	
	background: #11212B;
	border: 1.5px solid #ffffff;
	position: relative;
	padding: 27px 14px 27px 40px;
}
.dimensions-form.type-1 .dimension-a,
.dimensions-form.type-1 .dimension-b {
	display: block !important;
}
.dimensions-form.type-2 .dimension-a,
.dimensions-form.type-2 .dimension-b,
.dimensions-form.type-2 .dimension-c,
.dimensions-form.type-2 .dimension-d,
.dimensions-form.type-3 .dimension-a,
.dimensions-form.type-3 .dimension-b,
.dimensions-form.type-3 .dimension-c,
.dimensions-form.type-3 .dimension-d {
	display: block !important;
}
.dimensions-form.type-4 .dimension-a1,
.dimensions-form.type-4 .dimension-a2,
.dimensions-form.type-4 .dimension-b {
	display: block !important;
}
.dimension-input-caption {
	font-weight: 700;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	position: absolute;
	top: 14px;
	left: 18px;
}
.dimensions-form .dimension-input-wrapper input[type="number"] {
	background: none;
	font-weight: 700;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: #fff;
	text-align: center;
	padding: 20px 10px;
	width: 100%;
	box-sizing: border-box;
	border: none;
}
.dimensions-form .dimension-input-wrapper input[type="number"]:focus {
	border: none !important;
	outline: none !important;
}
.dimensions-form .dimension-input-wrapper input[type="number"]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #47545E;
}
.dimensions-form .dimension-input-wrapper input[type="number"]::-moz-placeholder { /* Firefox 19+ */
	color: #47545E;
}
.dimensions-form .dimension-input-wrapper input[type="number"]:-ms-input-placeholder { /* IE 10+ */
	color: #47545E;
}
.dimensions-form .dimension-input-wrapper input[type="number"]:-moz-placeholder { /* Firefox 18- */
	color: #47545E;
}
.dimensions-form .dimension-input-wrapper.file-input-wrapper {
	flex: 0 0 100%;
	background: #11212B;
	border: 1.5px solid #ffffff;
	position: relative;
	padding: 75px 20px;
}
.sendform-wrapper div.codedropz-upload-handler {
	background: #11212B;
    border: 1px solid #47545E;
	border-radius: 0;
	margin-bottom: 0;
}
.sendform-wrapper div.codedropz-upload-container {
	position: relative;
	padding: 26px 40px 61px;
}
.file-input-caption {
	font-weight: 700;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: #47545E;
	position: absolute;
	top: 24px;
	left: 18px;
	
}
.sendform-wrapper div.codedropz-btn-wrap {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;	
}
.cd-upload-btn {
	font-weight: 700;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: #db233a;	
	background: url(images/upload-icon.svg) no-repeat 20px center;
	background-size: 35px;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	text-align: left;
    padding-left: 70px;
    padding-top: 60px;
    padding-right: 15px;
}
.cd-upload-btn:hover {
	color: #db233a;
}
span.dnd-upload-counter {
	bottom: 9px;
}
div.codedropz-upload-inner h3 {
	padding-left: 30px;
	text-align: left;
	margin: 0;
}
.sendform-wrapper {
	padding: 20px 20px 30px 20px;
}
.sendform-wrapper .wpcf7 .wpcf7-form-control {
	padding: 20px;
	font-size: 20px;
	line-height: 1.2;
	font-weight: 400;
}
.sendform-wrapper .wpcf7 .wpcf7-form-control.wpcf7-submit {
	font-weight: 700;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	padding: 29px 20px;	
}
.wpcf7 form div.wpcf7-response-output {
	margin: 0;
}
.form-column .wpcf7-form {
	position: relative;
	padding-bottom: 100px;
}
.form-column .wpcf7 form div.wpcf7-response-output {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	font-size: 14px;
}
.submit-btn-wrapper {
	position: fixed;
	left: 20px;
	right: 20px;
	bottom: 20px;
	z-index: 500;
	text-align: center;
}
.submit-btn-wrapper .wpcf7-form-control.wpcf7-submit {
	max-width: 520px;
}
.sendform-wrapper .row {
    margin-left: -15px;
    margin-right: -15px;
}
.sendform-wrapper .row > * {
    padding-left: 15px;
    padding-right: 15px;
}
.works-gallery-section {
	padding: 40px 0;
	position: relative;	
}
.captcha-sample {
	margin-bottom: 20px;
}
.offers-list+.works-gallery-section {
	padding-top: 80px;
}
.works-gallery-section h2.section-title {
	margin-bottom: 40px;
}
.gallery-carousel {
	padding-left: 18%;
	margin-bottom: 60px;
}
.gallery-carousel-thumbnail-wrapper {
	margin-bottom: 20px;
	overflow: hidden;
	position: relative;
}
.gallery-carousel-thumbnail {	
	-webkit-transition: filter .2s;
    -moz-transition: filter .2s;
    -ms-transition: filter .2s;
    -o-transition: filter .2s;
    transition: filter .2s;
}
.gallery-carousel-thumbnail-wrapper:hover .gallery-carousel-thumbnail {
	filter: blur(16px);
}
.gallery-carousel-thumbnail-wrapper .btn.arrow-forward {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -20px 0 0 -65px;
	opacity: 0;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}
.gallery-carousel-thumbnail-wrapper:hover .btn.arrow-forward {
	opacity: 1;
}
.gallery-carousel-item h4 {
	position: relative;
	padding-bottom: 40px;	
}
.gallery-carousel-item h4:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 20px;
	width: 276px;
	height: 1.5px;
	background: #fff;
}
.single .downoad-form .container {
	width: 100%;
	padding: 0;
}
.contact-form-block {
	border: 1.5px solid #47545e;
	background: #11212B;
	max-width: 1016px;
	margin: 0 auto 80px;
	padding: 10px;	
}
.contact-form-block .form-image-column {
	flex: 0 0 44%;
	padding: 24px 20px 220px 20px;  
}
.form-image-column img {
	width: 60%;
	margin: 0 10px 27px 0;
}
.form-image-column-title {
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	text-transform: uppercase;
}
.contact-form-block .form-column {
	flex: 0 0 56%;
}
.contact-form-block .form-column .form-column-wrapper {
	padding: 20px 0;
}
.single .contact-form-block .form-image-column {
	flex: 0 0 50%;
}
.single .contact-form-block .form-column {
	flex: 0 0 50%;
}
.wpcf7-form-control-wrap {
	display: block;
	margin-bottom: 20px;
	position: relative;
	line-height: 0;
	font-size: 0;
}
.wpcf7-form-control {
	width: 100%;
	border-radius: 0;
	background: #11212B;
	border: 1px solid #47545E;
	color: #fff;
	font-size: 16px;
	line-height: 20px;
	font-weight: 700;
	padding: 20px;
	position: relative;
}
.wpcf7-form-control.wpcf7-select {
	-webkit-appearance: none;
	position: relative;
	background: url(images/arrow-down.png) no-repeat 96% center;
	background-size: 22px;
	color: #47545E;
}
.wpcf7-form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #47545E;
}
.wpcf7-form-control::-moz-placeholder { /* Firefox 19+ */
	color: #47545E;
}
.wpcf7-form-control:-ms-input-placeholder { /* IE 10+ */
	color: #47545E;
}
.wpcf7-form-control:-moz-placeholder { /* Firefox 18- */
	color: #47545E;
}
.contact-form-block .wpcf7-form-control,
.consult-form-block .wpcf7-form-control {
	padding-left: 69px;
}
.contact-form-block .wpcf7-form-control.wpcf7-text,
.consult-form .wpcf7-form-control.wpcf7-text,
.contact-sidebar .wpcf7-form-control.wpcf7-text {	
	background: url(images/username-icon.svg) no-repeat center #11212B;
	background-size: 14px 18px;
	background-position: 31px center;
}
.contact-sidebar .wpcf7-form-control.wpcf7-text {
	background-position: 15px center;
}
.contact-form-block .wpcf7-form-control.wpcf7-tel,
.consult-form .wpcf7-form-control.wpcf7-tel,
.contact-sidebar .wpcf7-form-control.wpcf7-tel {	
	background: url(images/phone-icon.svg) no-repeat center #11212B;
	background-size: 14px 14px;
	background-position: 31px center;
}
.contact-sidebar .wpcf7-form-control.wpcf7-tel {
	background-position: 15px center;
}
.contact-form-block .wpcf7-form-control.wpcf7-email,
.consult-form .wpcf7-form-control.wpcf7-email,
.contact-sidebar .wpcf7-form-control.wpcf7-email {	
	background: url(images/email-icon.svg) no-repeat center #11212B;
	background-size: 14px 10px;
	background-position: 31px center;
}
.contact-sidebar .wpcf7-form-control.wpcf7-email {	
	background-position: 15px center;
}
.contact-form-block .wpcf7-submit {
	background: url(images/download-icon.svg) no-repeat center left;
	background-size: 35px 36px;
	border: none;
	font-weight: 400;
	font-size: 30px;
	line-height: 32px;
	letter-spacing: -0.02em;
	text-transform: uppercase;
	color: #47545E;
	padding: 5px 0 30px 65px;
	width: auto;
}
.contact-sidebar .btn {
	padding-top: 18px;
	padding-bottom: 18px;
}
.submit-column {
	padding-top: 10px;
} 
.wpcf7-spinner {
	display: none !important;
}
.submit-block {	
	margin-top: 35px;
	position: relative;
}
.single .submit-block {
	margin-top: 20px;
}
.submit-block p {
	margin-bottom: 0;
}
.download-btn-caption{
	font-weight: 700;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: #DB233A;
	text-decoration: none;
	position: absolute;
	bottom: 0;
	left: 65px;
}
.download-btn-caption p {
	margin-bottom: 0;
}
.pum.pum-overlay {
	background: #000;
}
.popmake.pum-container, .pum-theme-default-theme .popmake.pum-container {
	padding: 20px 40px;
	background: #11212B;
}
.pum-content+.pum-close, .pum-theme-default-theme .pum-content+.pum-close {
	width: 40px !important;
	height: 40px !important;
	background: #DB233A !important;
	line-height: 26px !important;
}
.uacf7-multisetp-form h3 {
	margin-bottom: 20px;
	color: #fff;
	min-height: 60px;
}
.uacf7-multisetp-form p {
	margin-bottom: 0;
}
.pum-content.popmake-content .wpcf7-form-control.wpcf7-text,
.pum-content.popmake-content .wpcf7-form-control.wpcf7-email,
.pum-content.popmake-content .wpcf7-form-control.wpcf7-tel,
.pum-content.popmake-content .wpcf7-form-control.wpcf7-number {
	background: none;
	border: 1px solid #47545E;
	color: #fff;
}
.wpcf7-form-control.wpcf7-checkbox {
	display: inline-block;
	background: none;
	border: none !important;
	padding: 0;
	color: #fff;
}
.wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item {
	display: block;
	float: left;
	clear: both;
	margin-bottom: 20px;
	margin-left: 0;
	position: relative;
}
.wpcf7-form-control.wpcf7-checkbox {
	padding-bottom: 32px;
}
.pum-content.popmake-content .wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label {
	padding-left: 30px;
	position: relative;
}
.pum-content.popmake-content .wpcf7-checkbox .wpcf7-list-item input[type="checkbox"] {
	opacity: 0;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 100;
	width: 100%;
	display: block;
}
.pum-content.popmake-content .wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label:before {
	border: 2px solid #fff;
    height: 20px;
    width: 20px;
    display: inline-block;
	left: 0;
	top: 0;
    position: absolute;
}
.pum-content.popmake-content .wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label:after {
	content: '';
	position: absolute;
	top: 0;
    left: 3px;
	font-size: 24px;
	line-height: 20px;
	color: #fff;
}
.pum-content.popmake-content .wpcf7-checkbox .wpcf7-list-item input[type="checkbox"]:checked+.wpcf7-list-item-label:after {
	content: '\00D7';
}
.uacf7-next,
.uacf7-prev {
	font-size: 0;
	background: #DB233A;
	color: #fff;
	border: none;
	padding: 10px 20px;
	position: absolute;
	bottom: 0;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.uacf7-prev {
	left: 0;
	right: auto;
}
.uacf7-next {
	right: 0;
	left: auto;
}
.uacf7-next:hover,
.uacf7-prev:hover {
	color: #DB233A;
	background: #fff;
} 
.uacf7-next:before,
.uacf7-prev:before {
	font-size: 24px;
}
.lang-ro .uacf7-prev:before {
	content: 'Înapoi';	
}
.lang-ro .uacf7-next:before {
	content: 'Înainte';	
}
.lang-ru .uacf7-prev:before {
	content: 'Назад';
}
.lang-ru .uacf7-next:before {
	content: 'Вперед';
}
.pum-content.popmake-content .wpcf7-not-valid-tip {
	font-size: 16px;
	line-height: 32px;
}
.pum-content.popmake-content .wpcf7-checkbox+.wpcf7-not-valid-tip {	
	position: absolute;
	left: 0;
	bottom: 0;
}
.pum-content.popmake-content .wpcf7-form-control.wpcf7-submit {
	margin-bottom: 40px;
}
.pum-content.popmake-content .step-content {
	min-height: 400px;
	padding-bottom: 50px;
}
.pum-content.popmake-content .step-content.step-end {
	position: relative;
}
.pum-content.popmake-content .wpcf7-form-control.wpcf7-submit {
	position: absolute;
	bottom: 0;
	right: 0;
	margin-bottom: 0;
	width: auto;
    padding-top: 12px;
    padding-bottom: 12px;
}
.pum-content.popmake-content .wpcf7 form div.wpcf7-response-output {
	margin-top: 40px;
}
.owl-dots button.owl-dot {
	background: #47545E;
	height: 16px;
	width: 16px;
	border-radius: 50%;
	margin-left: 12px;
	margin-right: 12px;
}
.owl-dots button.owl-dot.active {
	background: #fff;
}

.characteristics-tabs-section {
	padding-bottom: 40px;
}
.characteristics-tabs-section .tab-content {
	margin-bottom: 80px;
}
.tabs-navigation,
.categories-navigation {
	background: #11212B;
	border-top: 1.5px solid #fff;
	border-bottom: 1.5px solid #fff;
	margin-bottom: 40px;
}
.tabs-navigation .nav-tabs,
.categories-navigation .categories-links {
	border-bottom: none;
}
.tabs-navigation .owl-stage-outer,
.categories-navigation .owl-stage-outer {
	border-left: 1.5px solid #fff;
	border-right: 1.5px solid #fff;
}
.tabs-navigation .nav-tabs .nav-link,
.categories-navigation .categories-links a {
	width: 100%;
	border-radius: 0;
	font-weight: 700;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	padding-top: 30px;
	padding-bottom: 30px;
	border: none;
	border-right: 1.5px solid #fff;
	color: #fff;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
	text-decoration: none;
	text-align: center;
}
.tabs-navigation .nav-tabs .nav-link.active,
.categories-navigation .categories-links a.current {
	color: #db233a;
	position: relative;
	background: #fff;
}
.tabs-navigation .nav-tabs .nav-link:after,
.categories-navigation .categories-links a:after {
	content: '';
	width: 6px;
	height: 0;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	background: #db233a;
	-webkit-transition: height .5s;
	-moz-transition: height .5s;
	-ms-transition: height .5s;
	-o-transition: height .5s;
	transition: height .5s;
}
.tabs-navigation .nav-tabs .nav-link.active:after,
.categories-navigation .categories-links a.current:after {
	height: 39px;
}
.tabs-navigation .container-fluid,
.categories-navigation .container-fluid {
	padding-left: 60px;
	padding-right: 60px;
}
.tabs-navigation .owl-nav,
.categories-navigation .owl-nav {
	position: absolute;
	top: 0;
	left: -60px;
	right: -60px;
}
.tabs-navigation .owl-nav .owl-prev,
.categories-navigation .owl-prev {
	position: absolute;
	top: 25px;
	left: 15px;
}
.tabs-navigation .owl-nav .owl-prev span,
.categories-navigation .owl-nav .owl-prev span {	
	display: block;
	height: 24px;
	width: 24px;
	background: url(images/arrow-prev.svg) no-repeat center;
	font-size: 0;
}
.tabs-navigation .owl-nav .owl-next,
.categories-navigation .owl-nav .owl-next {
	position: absolute;
	top: 25px;
	right: 15px;
}
.tabs-navigation .owl-nav .owl-next span,
.categories-navigation .owl-nav .owl-next span {	
	display: block;
	height: 24px;
	width: 24px;
	background: url(images/arrow-next.svg) no-repeat center;
	font-size: 0;
}
.tabs-navigation .owl-nav .disabled,
.categories-navigation .owl-nav .disabled {
	cursor: default !important;
	opacity: .2;
}
.tab-columns .tab-thumbnail-column .tab-thumbnail-wrapper {
	background: #192936;
	border: 1.5px solid #fff;
	padding: 48px;
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}
.tab-columns .tab-thumbnail-column .tab-thumbnail-wrapper img {
	width: 100%
}
.characteristics-tabs-section .accordion-item {
	background: none;
	border-radius: 0 !important;
	border: none;
	color: #fff;
	padding: 20px 0 20px 35px;
	position: relative;
}
.characteristics-tabs-section .accordion-item .accordion-body {
	padding: 24px 0 0 0;
}
.characteristics-tabs-section .accordion-item:first-of-type:before {
	content: '';
	height: 1.5px;
	background: rgba(255, 255, 255, .2);
	display: block;
	position: absolute;
	top: 0;
	left: -20px;
	width: 70%;
}
.characteristics-tabs-section .accordion-item:after {
	content: '';
	height: 1.5px;
	background: rgba(255, 255, 255, .2);
	display: block;
	position: absolute;
	bottom: 0;
	width: 70%;
}
.characteristics-tabs-section .accordion-item:nth-of-type(even):after {
	left: -20px;
}
.characteristics-tabs-section .accordion-item:nth-of-type(odd):after {
	right: -20px;
}
.characteristics-tabs-section .accordion-button {
	border-radius: 0;
	background: none;
	color: #db233a;
	font-weight: 400;
	font-size: 18px;
	line-height: 30px;
	text-transform: uppercase;
	box-shadow: none;
	position: relative;
	padding: 0;
}
.characteristics-tabs-section .accordion-button sup {
	font-weight: 700;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: 0.2em;
	position: absolute;
	top: 0;
	left: -33px;
}
.characteristics-tabs-section .accordion-button span {
	padding-right: 10px;
}
.characteristics-tabs-section .accordion-button.collapsed {
	color: #fff;
}
.characteristics-tabs-section .accordion-button:after {
	content: '\f107';
	font: var(--fa-font-solid);
	background: none;
	transform: rotate(0);
	font-size: 20px;	
}
.characteristics-tabs-section .accordion-button.collapsed:after {
	transform: rotate(-90deg);
}
.characteristics-tabs-section .accordion-button:focus {
	border: none;
	box-shadow: none;
}
.section-no-paddings {
	padding: 0 !important;
}
.section-small-padding {
	padding: 40px 0 !important;
}
.offers-list {
	padding-bottom: 40px;
}
.offers-section.section-no-paddings {
	margin-bottom: 40px;
}
.brand-info-section {
	padding: 40px 0;
}
.brand-info-section .contact-form-block {
	margin-bottom: 50px;
}
.brand-info-section h2 {
	margin-bottom: 40px;
}
.brand-info-section h4 {
	margin-bottom: 30px;
}
.fast-links-block {
	position: relative;
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom: 60px;
}
.fast-links-banner {
	width: 100%;
	object-fit: cover;
	height: 220px;
}
.links-block {
	background: #db233a;	
	box-sizing: border-box;
	padding: 24px;
	font-size: 18px;
	line-height: 24px;
	letter-spacing: -0.01em;
}
.links-block h4 {
	position: relative;
	margin-bottom: 40px;
	padding-right: 40px;
	display: inline-block;
}
.links-block h4:after {
	content: '';
	display: block;
	position: absolute;
	background: url(images/arrow-next.svg) no-repeat center;
	background-size: 100%;
	width: 20px;
	height: 20px;
	right: 0;
	top: 50%;
	margin-top: -10px;
}
.links-block h4 a {
	color: #fff;
	text-decoration: none;
}
.links-block h4:last-of-type {
	margin-bottom: 0;
}
.main-slider-column {
	box-sizing: border-box;
	position: relative;
}
.product-variations-block {
	position: relative;
	padding: 40px 0;
	margin: 40px 0;
}
.product-variations-block:before {
	content: '';
	height: 1.5px;
	background: #fff;
	display: block;
	width: 71.3%;
	top: 0;
	left: 0;
	position: absolute;
}
.variation-slide-thumbnail {
	height: 220px;
	object-fit: cover;
}
.bg-contain img.variation-slide-thumbnail {
	object-fit: contain;
	width: auto;
	max-width: 100%;
	margin: 0 auto;
}
.variation-slide h4 {
	font-size: 26px;
	line-height: 30px;
	font-weight: 400;
	margin-bottom: 40px;
}
.variation-thumbnail {
	padding-top: 100%;
	display: block;
}
.variation-slide {
	position: relative;
}
.variation-slide.video-presentation {
	height: 220px;
}
.variation-slide.video-presentation .video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
    height: 100%;
} 
.nav-slider {
	position: relative;
	font-size: 0;
	display: none;
}
.product-variations-nav-slider {
	margin: 20px auto 0;
}
.product-variations-nav-slider  .owl-dots {
	text-align: center;
	margin: 40px 0 0 0;
}
.more-items-block {
	text-align: center;
	font-weight: bold;
	font-size: 20px;
	position: absolute;
	bottom: 0;
	right: 0;
	top: 0;
	left: 0;
	display: none;
	background: rgba(17, 33, 43, 0.8);
	color: #fff;
}
.deals-section {
	padding: 40px 0;
}
.deals-section .deals-item h4 {
	margin-bottom: 40px;
}
.deals-section .deals-item h4 a {
	text-decoration: none;
	color: #fff;
}
.lang-ru .deals-section .deals-item h4 {
	letter-spacing: -1px;
} 
.deals-section .deals-item .btn {
	margin: -22px 0 0 10px;
}
.deals-item-thumbnail {
	width: 100%; 
	object-fit: cover;
	height: 380px;
}
.nav-links {
	text-align: center;
	margin: 40px 0;
	width: 100%;
}
.nav-links > * {
	font-weight: 700;
	font-size: 16px;
	line-height: 48px;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.3);
	border: 1px solid rgba(255, 255, 255, 0.3);
	border-radius: 50%;
	width: 50px;
	height: 50px;	
	margin: 0 29px;
	display: none;
}
.prev.page-numbers,
.next.page-numbers {
	display: inline-block;
}
.nav-links > a {
	text-decoration: none;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.nav-links > a:hover {
	color: #11212B;
	background: #fff;
}
.nav-links .current-page,
.nav-links .page-numbers.current {
	color: #05131B;
	border-color: #fff;
	background: #fff;
}
.prev.page-numbers:before {
	content: '\e801';
	font-family: "montaco-icons";
    font-style: normal;
    font-weight: normal;
    speak: never;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: 0.2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: 0.2em;
    -webkit-font-smoothing: antialiased;	
}
.next.page-numbers:before {
	content: '\e800';
	font-family: "montaco-icons";
    font-style: normal;
    font-weight: normal;
    speak: never;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: 0.2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: 0.2em;
    -webkit-font-smoothing: antialiased;
}
.deals-block-mobile .deals-item {
	padding: 40px 0;
	position: relative;
}
.backlink {
	color: #fff !important;
	font-size: 16px;
	line-height: 24px;
	text-decoration: none;
	text-transform: uppercase;
	display: inline-block;
	margin-bottom: 30px;
	font-weight: 700;
	letter-spacing: 0.2em;
}
.backlink .icon-arrow-left {
	margin-right: 20px;
	position: relative;
	left: 0;
	-webkit-transition: left .5s;
	-moz-transition: left .5s;
	-ms-transition: left .5s;
	-o-transition: left .5s;
	transition: left .5s;
}
.backlink:hover .icon-arrow-left {
	left: -5px;
}

.post-content blockquote {
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	padding-top: 82px;
	position: relative;
	padding-bottom: 20px;
	margin-bottom: 60px;
	border-bottom: 1.5px solid #fff;	
}
.post-content blockquote p {
	margin-bottom: 20px;
}
.post-content blockquote:before {
	content: '';
	display: block;
	width: 46px;
	height: 46px;
	position: absolute;
	top: 18px;
	left: 0;
	background: #DB233A;
	z-index: -1;
}
.post-content blockquote:after {
	content: '';
	display: block;
	background: url(images/quote-icon.svg) space;
	background-size: auto 100%;
	height: 40px;
	width: 46px;
	position: absolute;
	left: 10px;
	top: 0;
}	
.deal-information .services-info-list {
	margin-bottom: 40px;
}
.deal-bottom-information {
	max-width: 832px;
	margin: 0 auto 60px;
}
.post-content blockquote .quote-icons {
	position: absolute;
	top: 0;
	left: 12px;
}
.post-content figure {
	margin: 0;
}
.post-content ol li,
.post-content ul li {
	margin-bottom: 40px;
}

.consult-form .wpcf7-textarea {
	resize: none;
	padding: 14px;
	max-height: 277px;
}
.consult-form .btn {
	padding: 24px 20px;
	width: 100%;
	margin-top: 20px;
}
.portfolio-section {
	margin-top: -40px;
}
.portfolio-section .tabs-navigation {
	margin-bottom: 0;
}
.portfolio-section .tabs-navigation .nav-tabs .nav-link.active {
	font-weight: 700;
}
.map .acf-map {
    height: 400px;
}
.map-tooltip a { 
	font-weight: 700;
	text-decoration: none;
	color: #DB233A;
}
.portfolio {
	margin-bottom: 80px;
}
.portfolio-items-row {
	position: relative;
}
.portfolio-items-row .portfolio-item {
	margin-bottom: 40px;
}
.portfolio-items-row .portfolio-item h4 {
	margin-bottom: 30px;
}
.portfolio-items-row .portfolio-item .portfolio-item-wrapper {
	padding-top: 40px;	
}
.thumbnail-wrapper {
	position: relative;
}
.portfolio-item-thumbnail {
	padding-top: 76%;	
}
.portfolio-item-info {
	background: #11212B;
	padding: 20px 20px 90px 20px;
}
.portfolio-item-info .btn.arrow-forward {
	position: absolute;
	top: 20px;
	right: 0;
}
.portfolio-item-point {
	position: absolute;
	bottom: 0;
	left: 40px;
	right: 0;
	font-size: 18px;
	line-height: 24px;
	letter-spacing: -0.01em;
	border-top: 1.5px solid #ffffff;
	padding: 20px 20px 20px 0;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.pin-icon {
	margin: -5px 18px 0 0;
	width: 12px;
	height: 16px;
}
.map-point-text {
	font-size: 18px;
	line-height: 30px;
	letter-spacing: -0.01em;
	position: relative;
}
.decor-line {
	height: 1.5px;
	background: #fff;
	width: 78%;
	margin: 30px 0 10px 0;
}
.portfolio-item-section {
	padding: 0 0 40px;
}
.portfolio-item-section .product-variations-block {
	margin-top: 0;
	margin-bottom: 0;
}
.portfolio-item-section .product-variations-block:before {
	display: none;
}
.portfolio-item-section .backlink {
	margin: 0;
}
.portfolio-info-block {
	padding-top: 20px;
	position: relative;
}
.decor-line-element {
	height: 1.5px;
	background: #fff;
	position: absolute;
	right: 0;
	left: 20px;
	top: 0;
}
.block-info-text {
	max-width: 792px;
	letter-spacing: -0.01em;
	margin-bottom: 60px;	
}
.project-characteristics {
	list-style: none;
	padding-left: 20px;
	padding-right: 20px;
	margin: 0 0 60px 0;
}
.project-characteristics li {
	margin-bottom: 50px;
	display: flex;
	align-items: center;	
}
.project-characteristics li:last-of-type {
	margin-bottom: 0;
}
.project-characteristics li .img-wrapper {
	flex: 0 0 25%;
}
.project-characteristics li img {
	max-width: 30px;
}
.project-characteristics .characteristic-title {
	text-transform: uppercase;
	color: #DB233A;
	font-weight: 700;
	flex: 1 0 40%;
}
.portfolio-pics-slider-thumbnail {
	padding-top: 86%;
	position: relative;
}
.portfolio-pics-slider-thumbnail img {
	position: absolute;
	left: 0;
	top: 0;	
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.portfolio-pics-slider {
	margin-bottom: 60px;
}
.portfolio-pics-slider .owl-dots {
	text-align: center;
	padding-left: 20px;
	padding-right: 20px;
	margin-top: 20px;
}
.section-text {
	max-width: 792px;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: -0.01em;
}
.client-feedback-block {
	padding: 40px 0 80px;
}
.client-feedback-block h2 {
	margin-bottom: 40px;
}
.blockquote-block {
	max-width: 917px;
	margin: 0 auto;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: -0.01em;
	box-sizing: border-box;
	padding: 65px 0 0 0;
	position: relative;
}
.blockquote-block blockquote {
	margin-bottom: 10px;
	padding-bottom: 14px;
	position: relative;
}
.blockquote-block .quote-icons {
	position: absolute;
	left: 0;
	top: 0;
}
.client-name {
	color: #DB233A;
	margin-bottom: 10px;
	font-size: 18px;
}
.client-location {
	color: #DB233A;
	font-size: 16px;
	line-height: 24px;
	font-weight: 700;
}
.portfolio-item-map {
	margin-bottom: 60px;
}
.portfolio-item-map .acf-map {
    height: 396px;
}
.bloglist-section {
	padding: 40px 0;
	position: relative;
}
.bloglist .blog-post {
	margin-bottom: 80px;
}
.post-section {
	padding: 0 0 40px 0;
}
.article-excerpt {
	font-weight: 700;
}
.post-content {
	font-size: 18px;
}
.post-content h2 {
	text-transform: uppercase;
}
.post-content strong {
	font-weight: 600;
}
.post-content h1,
.post-content h2,
.post-content h3,
.post-content h4,
.post-content h5 {
	margin-bottom: 40px;
}
.post-content img {
	max-width: 100%;
	margin-bottom: 40px;
}
figure.wp-block-image figcaption {
	font-style: italic;
	margin-top: -20px;
	margin-bottom: 40px;
}
.post-content a {
	color: #db233a;
	text-decoration: none;
}
.post-content a:hover {
	text-decoration: none;
}
.post-content h3 {
	font-weight: bold;
}
.post-content h1 a,
.post-content h2 a,
.post-content h3 a,
.post-content h4 a,
.post-content h5 a {
	color: #fff;
}
.post-content .wp-block-columns {
	margin-bottom: 0;
}
.contact-sidebar h4 {
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 40px;
	color: #db233a;
}
.readmore-link {
	color: #db233a;
	font-weight: 700;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: 0.2em;
	text-decoration: none;
	position: relative;
	padding-bottom: 6px;
	display: inline-block;
	text-transform: uppercase;
}
.readmore-link:hover {
	color: #db233a;
}
.readmore-link:after {
	content: '';
	display: block;
	position: absolute;
	height: 1px;
	bottom: 0;
	left: 0;
	right: 0;
	background: #db233a;
}
.info-section+.avantages-block {
	padding-top: 0;
	margin-top: 0;
}
.fast-links-block.montaj-tpl {
	margin-top: 80px;
}
.fast-links-block.montaj-tpl h4 {
	margin-bottom: 24px;
}
.fast-links-block.montaj-tpl h4:after {
	display: none;
}
.consult-form-block+.reviews-section {
	margin-top: 40px;
}
.info-section-image-wrapper {
	text-align: center;
	margin-bottom: 50px;
}
.info-section-image-wrapper img {
	height: auto;
	width: 170px;
}
.download-link-block {
	padding: 40px 0;
	text-align: center;
	font-weight: 700;
	font-size: 30px;
}
.navigation-column {
	margin: 60px 0 0 0;
	padding: 0;
	list-style: none;	
}
.navigation-column li {
	text-align: center;
	font-weight: 700;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	border: 1.5px solid #fff;
	margin-bottom: 10px;
}
.navigation-column li a {
	display: block;
	color: #fff;
	text-decoration: none;
	padding-top: 30px;
	padding-bottom: 30px;
	position: relative;
	-webkit-transition: .5s all;
	-moz-transition: .5s all;
	-ms-transition: .5s all;
	-o-transition: .5s all;
	transition: .5s all;
}
.navigation-column li a:before {
	content: '';
	display: block;
	width: 6px;
	position: absolute;
	top: 0;
	right: 0;
	height: 0;
	background: #db233a;
	-webkit-transition: .2s all;
	-moz-transition: .2s all;
	-ms-transition: .2s all;
	-o-transition: .2s all;
	transition: .2s all;
}
.navigation-column li a:hover:before {
	height: 39px;
}
.navigation-column li a:hover {
	background: #fff;
	color: #db233a;
}
.error-thumbnail-wrapper {
	text-align: center;	
	margin-bottom: 14px;
}
.error-thumbnail-wrapper img {
	width: 100%;
	max-width: 290px;
}
.error-caption {
	font-size: 16px;
	line-height: 24px;
	font-weight: bold;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	text-align: center;
}
.contact-sidebar {
	display: none;
}
.variation-nav-thumbnail {
	display: inline-block;
	padding-top: 39%;
	width: 39%;
	margin-right: 24px;
	margin-bottom: 12px;
	position: relative;
}
.wp-block-buttons {
	margin-bottom: 40px;
} 
.brands-logos {
	flex-wrap: nowrap !important;
}
.workhours-block > p {
	display: none;
}
.consult-form-block {
	padding-bottom: 40px;
}
.consult-form {
	max-width: 1016px;
	background: #11212B;
	border: 1.5px solid #47545E;
	margin: 40px auto;
	box-sizing: border-box;
	padding: 10px 10px 40px 10px;
}
.consult-form-block h2 {
	margin-bottom: 40px;
	text-align: center;
	text-transform: uppercase;
}
.default-section {
	padding: 40px 0;
}
.default-section h2,
.default-section h3,
.default-section h4,
.default-section h5,
.default-section h6 {
	margin-bottom: 40px;
}
.default-section a {
	color: #db233a;
}
.ttshowcase_single_page_rating.ttshowcase_rating {
	margin-top: 40px;
	margin-bottom: 40px;
	font-size: 16px;
}
.ttshowcase_single_page_rating.ttshowcase_rating .fa-star {
	color: #00b67d;
	font-size: 16px;
	margin: 0 5px;
}
.ttshowcase_single_subtitle {
	font-weight: 700;
}

.tt_star_wrap {
	margin-bottom: 15px;
	display: block;
}
.tt_average_rating_box .fa-star, .tt_average_rating_box .fa-star-half-o, .tt_average_rating_box .fa-star-half, .tt_average_rating_box .fa-star-o,
.tt_rating > input:checked ~ label {
	color: #00b67d !important;
	font-size: 16px !important;
	margin: 0 5px;
}
.tt_rating > input:checked + label:hover, .tt_rating > input:checked + label:hover ~ label, .tt_rating > input:checked ~ label:hover, .tt_rating > input:checked ~ label:hover ~ label, .tt_rating > label:hover ~ input:checked ~ label {
	opacity: .8;
}
.tt_rating:not(:checked) > label {
	color: #5E6972 !important;
}
.tt_form_container {
	max-width: 1016px;
	margin: 0 auto !important;
	background: #11212B;
	border: 1.5px solid #47545E;
	box-sizing: border-box;
	padding: 28px 14px 28px 14px;
}
#ttshowcase_form.tt_simple {
	display: block;
	position: relative;
}
#ttshowcase_form.tt_simple .tt_testimonial_fieldset textarea {
	padding: 113px 34px 34px 34px !important;
	background: #192936;
	border: none;
	display: block;
	width: 100%;
	color: #fff;
	font-weight: bold;
}
.tt_simple fieldset {
	margin-bottom: 23px;
}
.tt_simple label {
	display: block !important;
	width: 100% !important;
	margin-bottom: 5px;
	font-weight: 500 !important;
}
.tt_simple input {
	display: block !important;
	width: 100% !important;
	background: #11212B;
    border: 1px solid #47545E;
	min-height: auto !important;
	color: #fff !important;
	font-weight: 700;
}
.tt_simple #tt_hp_email_mandatory {
	display: none !important;
}
.tt_simple input[type="text"] {
	padding: 20px 40px 20px 69px !important;
	color: #fff;
}
.tt_simple input[type="file"] {
	padding: 20px 31px !important;
}
.tt_simple input[type="text"] {
	background: url(images/username-icon.svg) no-repeat center #11212B;
    background-size: 14px 18px;
    background-position: 31px center;
}
.tt_simple input#_aditional_info_email {
	background: url(images/email-icon.svg) no-repeat center #11212B;
    background-size: 14px 10px;
    background-position: 31px center;
}
.tt_simple input[type="text"]::-webkit-input-placeholder,
.tt_simple textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #47545E;
}
.dimensions-form .dimension-input-wrapper input[type="text"]::-moz-placeholder { /* Firefox 19+ */
	color: #47545E;
}
.dimensions-form .dimension-input-wrapper input[type="text"]:-ms-input-placeholder { /* IE 10+ */
	color: #47545E;
}
.dimensions-form .dimension-input-wrapper input[type="text"]:-moz-placeholder { /* Firefox 18- */
	color: #47545E;
}
.tt_simple fieldset {
	padding: 0 !important;
}
.tt_simple textarea {
	resize: none;
}
#ttshowcase_form .tt_rating label {
	font-size: 20px !important;
	width: auto !important;
	margin: 0 20px 0 0;
}
.tt_simple .tt_rating > input {
	display: none !important;
	width: auto !important;
	margin: 0 5px;
	font-size: 14px;
}
.tt_simple .tt_rating_fieldset > label {
	display: none !important;
}
#ttshowcase_form.tt_simple .tt_rating_fieldset {
	z-index: 20;
	width: 200px;
	padding: 0;
	position: absolute;
	top: 48px;
	left: 30px;
	margin: 0;
}
.tt_form_button {
	font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    padding: 30px 40px;
	margin-top: 45px;
	display: block;
	width: 100%;
	border: none;
	background-image: url(images/arrow-right.svg) !important;
    background-color: #fff !important;
    background-repeat: no-repeat !important;
    background-size: 20px 12px !important;
    background-position: right 15px center !important;
	color: #db233a !important;
	text-transform: uppercase;
}
.ttshowcase_confirmation {
	text-align: center;
}
.archive-subtitle {
	font-size: 16px;
	text-align: center;
	letter-spacing: -0.02em;
	text-transform: uppercase;
}
.review-form-section {
	padding: 40px 0;
}
.reviews-list-section {
	padding: 40px 0;
}
.reviews-list-section h2 {
	margin-bottom: 40px;
}
.review-form-section h3 {
	text-align: center;
	margin-bottom: 50px;
}
.reviews-list .review-item {
	border: 1.5px solid #ffffff;
	margin-bottom: 24px;	
	position: relative;
}
.reviews-list .review-item .review-text-wrapper {
	padding: 24px;
}
.reviews-list .review-item.fullsize-item .review-thumbnail {
	padding-top: 280px;
}
.review-item .btn {
	position: absolute;
	top: 20px;
	right: 0;
}
.reviews-list .quote-icons {
	width: 45px;
	margin-bottom: 30px;
}
.reviews-list .review-item .quote-icon {
	width: 20px;
	height: 40px;
}
.review-item .review-rating {
	display: flex;
	align-items: center;
	margin-bottom: 24px;
}
.review-item .review-rating .stars-rating .fa-star {
	color: #00b67d;
	font-size: 12px;
	margin: 0 2px;
}
.rating-caption {
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: 0.3em;
	text-transform: uppercase;
	margin-left: 15px;
}
.testimonial-text {
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: -0.01em;
	margin-bottom: 24px;
}
.testimonial-title {
	font-weight: 400;
	font-size: 18px;
	line-height: 24px;
	letter-spacing: -0.01em;
	margin-bottom: 8px;
	color: #DB233A;
}
.project-date {
	font-weight: 700;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: 0.2em;
	text-transform: uppercase;
}
.additional-info {
	font-weight: 700;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: #DB233A;
	margin-bottom: 12px;
}
.offers-list .offer-item {
	padding-top: 69%;
	position: relative;
	overflow: hidden;
	color: #fff;
}
.offers-list .offer-item .offer-item-thumbnail {
	position: absolute;
	left: 0;
	top: 0;
	object-fit: cover;
	height: 100%;
	width: 100%;
}
.offers-list .offer-item:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(5, 19, 27, 0.1);
	z-index: 1;
}
.offers-list .offer-item h4 {
	position: absolute;
	left: 20px;
	bottom: 20px;
	right: 20px;
	margin-bottom: 0;
	z-index: 10;
}
.offers-list .offer-item .btn {
	position: absolute;
	top: 20px;
	right: 0;
	-webkit-transition: opacity 1s;
	-moz-transition: opacity 1s;
	-ms-transition: opacity 1s;
	-o-transition: opacity 1s;
	transition: opacity 1s;
	z-index: 10;
}
.offers-list .offer-item:hover .btn {
	opacity: 1;
}
.offer-item.no-item {
	background: #11212B;
	padding: 30px 0;
}
.offer-item.no-item:before {
	content: '';
	display: block;
	position: absolute;	
	background: #db233a;
	height: 6px;
	width: 40px;
	top: 50%;
	margin-top: -3px;
	left: 0;
}
.no-item-caption {
	color: #fff;
	position: relative;
	font-size: 16px;
	line-height: 24px;
	padding-left: 52px;
}
.offers-section {
	padding: 40px 0;
}
.offers-section a {
	color: #fff;
}
.offers-section .mobile-btn br {
	display: none;
}
.offers-section .section-text-block {
	font-size: 16px;
	line-height: 24px;
	position: relative;
}
.offers-section .section-text-block+.btn {
	margin-bottom: 60px;
}
.offers-section .section-text-block:after {
	content: '';
    background: url(images/polygon-5.svg) no-repeat center;
	background-size: 100%;
    position: absolute;
    top: 3px;
    right: 0;
    width: 281px;
    height: 281px;
    z-index: -1;
}
.offers-section .section-text-block p  {
	margin-bottom: 20px;
}
.offers-section .styled-title {
	margin-top: 38px;
}
.info-section {
	padding: 40px 0;
	background: #05131B;
	color: #fff;
}
.info-section .text-block {
	font-size: 16px;
	line-height: 24px;	
	position: relative;	
	padding-left: 12px;
	z-index: 5;
}
.info-section .text-block .text-block-content {	
	z-index: 100;
	position: relative;	
	display: inline-block;
	padding: 0 20px;
}
.info-section .text-block-content:before {
	content: '';
	width: 47px;
	height: 47px;
	display: block;
	position: absolute;
	background: url(images/polygon-2.svg) center no-repeat;
    background-size: 100%;
	top: -23px;
	left: -12px;
	z-index: -2;
}
.info-section .text-block-content:after {
	content: '';
	display: block;
	width: 33px;
	height: 61px;
	position: absolute;
	top: -5px;
	left: 12px;
	background: #05131b;
	z-index: -1;
}
.info-section .text-block-content .extended-content {
	display: none;
}
.gallery-thumbnail .btn.arrow-forward {
	position: absolute;
	top: 20px;
	right: 0;
}
.gallery-link-item {
	text-align: center;
}
.gallery-link-item a {
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0.2em;
	color: #db233a;
	text-transform: uppercase;
	font-weight: 700;
	text-decoration: none;
	border-bottom: 1.5px solid #db233a;
	padding-bottom: 6px;
	display: inline-block;
}
.gallery-link-item a:hover {
	border-color: transparent;
}
.gallery-section {
	padding: 80px 0;
}
.gallery-section h2 {
	margin-bottom: 40px;
}
.gallery-section .gallery-block .gallery-item {
	flex: 0 0 32%;
	position: relative;
	margin-bottom: 60px;
}
.gallery-section .gallery-block .gallery-item .btn {
	position: absolute;
	top: 10px;
	right: 0;
}
.gallery-section .gallery-block .gallery-item img {
	width: 100%;
	object-fit: cover;
	height: 392px;
}
.gallery-section .gallery-block .gallery-item .title-wrapper {
	border: 1.5px solid #47545E;
	padding: 28px;
}
.gallery-section .gallery-block .gallery-item .title-wrapper a {
	color: #fff;
	text-decoration: none;
}
.wp-block-yoast-faq-block {
	padding-top: 40px;
	padding-bottom: 40px;
} 
.wp-block-yoast-faq-block .schema-faq-question {
	cursor: pointer;
	display: block;
	font-size: 18px;
	background: #11212B;
	padding: 20px 50px 20px 20px;
	border-bottom: 1.5px solid #47545E;
	position: relative;
}
.wp-block-yoast-faq-block .schema-faq-question:after {
	content: '';
	background: url(images/arrow-next.svg) no-repeat;
	width: 20px;
	height: 20px;
	background-size: 100%;
	display: block;
	position: absolute;
	right: 20px;
	top: 50%;
	margin-top: -10px;
	-webkit-transition: transform .5s;
	-moz-transition: transform .5s;
	-o-transition: transform .5s;
	-ms-transition: transform .5s;
	transition: transform .5s;
}
.wp-block-yoast-faq-block .schema-faq-question.expanded-item:after {
	transform: rotate(90deg);
}
.wp-block-yoast-faq-block .schema-faq-answer {
	display: none;
	padding: 20px;
	margin: 0;
	background: #030E14;
	opacity: .8;
}
/* content responsive */
@media (max-width: 767px) {
	.mobile-full-width {
		width: 100% !important;
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	.bloglist-section .nav-links {
		margin-top: 0;
	}
	.article-thumbnail {
		height: 220px;
		object-fit: cover;
	}	
	.wp-block-columns .wp-block-image img {
		margin-bottom: 0;
	}
	.wp-block-image img {
		width: 100% !important;
	}
	.deals-item {
		padding: 60px 0 40px;
		position: relative;
	}
	.deals-item:before {
		content: '';
		display: block;
		height: 1.5px;
		width: 90%;
		top: 0;
		position: absolute;
		background: #fff;
	}
	.deals-item:nth-of-type(odd):before {
		left: -20px;
	}
	.deals-item:nth-of-type(even):before {
		right: -20px;
	}
	.next-step:disabled,
	.next-step:disabled+.steps-notification {
		display: none;
	}
}
@media (max-width: 650px) {
	.ttshowcase_form_wrap .tt_simple .tt_rating_fieldset label {
		width: auto !important;
	}
}
@media (min-width: 375px) {
	.services-list-mobile .service-item {
		padding-top: 100%;
	}
	.review-columns .text-review-column {
		min-height: 326px;
	}
	.lang-ru .review-columns .text-review-column {
		min-height: 380px;
	}	
}
@media (min-width: 414px) {
	.form-column .wpcf7 form div.wpcf7-response-output {
		font-size: 16px;
	}
	.review-columns .text-review-column {
		min-height: 280px;
	}
	.lang-ru .review-columns .text-review-column {
		min-height: 356px;
	}
	.services-list-mobile .service-item-text-layer .services-points {
		font-size: 16px;
		line-height: 24px;
	}
	.top-slider-section .carousel-item .btn.arrow-forward  {
		margin-left: -135px;
	}
	.lang-ru .top-slider-section .carousel-item .btn.arrow-forward {
		margin-left: -117px;
	}
	.characteristics-tabs-section .accordion-button {
		font-size: 26px;
	}
	.completed-type {
		font-size: 16px;
	}
	.dimensions-form .dimension-input-wrapper .custom-file-upload {
		background-size: 66px;
	}	
	.file-upload-notification {
		padding-left: 105px;
		max-width: 330px;
	}
	.top-banner .image-layer {
		padding-top: 56%;
	}	
	.archive-subtitle {
		font-size: 18px;
	}
	.cd-upload-btn {
		font-size: 16px;
	}
}
@media (min-width: 480px) {
	.portfolio-details-template .top-banner .image-layer,
	.single-post .top-banner .image-layer,
	.single-project .top-banner .image-layer {
		padding-top: 300px;
	}
	.services-list-mobile .service-item-text-layer {
		padding: 40px 20px 20px 20px;
	}
	.services-list-mobile .service-item-text-layer h3 {
		margin-bottom: 30px;
	}
	.services-list-mobile .service-item-text-layer .services-points {
		font-size: 20px;
		line-height: 30px;
		padding-left: 10%;
	}
	.services-list-mobile .service-item-text-layer .services-points li {
		margin-bottom: 20px;
		padding-left: 30px;
	}
	.services-list-mobile .service-item-text-layer .services-points li:before {
		top: 6px;
		height: 16px;
		width: 16px;
	}	
	.options-list .option-item-slide {
		height: 360px;
	}
	.steps-buttons .btn {
		width: auto;
	}
	.steps-buttons .prev-step {
		right: -4px;
	}
	.house-forms-list {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	} 
	.house-forms-list .house-form-item {
		flex: 0 0 48%;
		padding-top: 48%;
	}
	.offers-list {
		display: flex;
		flex-wrap: wrap;		
	}
	.offers-list .offer-item {
		flex: 0 0 50%;
		padding-top: 50%;
		padding-bottom: 0;
	}
	.no-item-caption {
		color: #fff;
		position: absolute;
		top: 107px;
		right: -6px;
		font-weight: 400;		
		letter-spacing: -0.01em;
		transform: rotate(90deg);
		padding-left: 0;
	}
	.offer-item.no-item:before {
		margin-top: 0;
		top: 0;
		left: auto;
		right: 52px;
		width: 6px;
		height: 40px;
	}
	.cd-upload-btn {
		padding-right: 20%;
	}
}
@media (min-width: 576px) {
	.carousel-text-layer .carousel-text {
		max-width: 54%;
	}
	.carousel-text-layer .carousel-text {
		font-size: 30px;
		line-height: 40px;
		max-width: 330px;
	}		
	.steps-buttons {
		padding: 0 13px 30px 13px;
	}
	.dimensions-form {
		flex: 0 0 48%;
		display: flex;
		flex-wrap: wrap;
		order: 1;
	}
	.dimensions-form .dimension-input-wrapper {
		flex: 0 0 50%;	
	}
	.dimensions-form .dimension-input-wrapper:nth-of-type(even) {
		border-left-color: transparent;
	}
	.our-partners-list-mobile .partner-item {
		flex: 0 0 25%;
	}	
}
@media (min-width: 768px) {	
	.portfolio-details-template .top-banner .image-layer,
	.single-post .top-banner .image-layer,
	.single-project .top-banner .image-layer {
		padding-top: 45%;
	}
	.top-banner .text-layer {
		top: 45%;
	}
	.top-banner.left-oriented .text-layer {
		top: 40%;
	}	
	.single-post .top-banner .text-layer,
	.single-project .top-banner .text-layer {
		top: 30%;
	}
	.page-template-thank-template .text-layer,
	.error404 .text-layer {
		top: 10%;
	}
	.services-list-mobile {
		display: none !important;
	}
	.service-item-text-layer {
		opacity: 0;
	}
	.service-item-text-layer .services-points li {
		margin-bottom: 10px;
	}
	.service-item-text-layer .btn.arrow-forward {
		margin-left: 0;
		right: 20px;
	}
	.services-description h4 {
		margin-left: 29%;
		margin-top: 0;
		margin-bottom: 0;
		position: relative;
		padding: 40px 20px 0 0;
		text-align: left;
	}
	.services-description h4:before {
		content: '';
		background: #47545E;
		height: 1.5px;
		display: block;
		position: absolute;
		top: 0;
		right: 0;
		left: 0;
	}
	.services-info-list:after {
		content: '';
		top: 110px;
		bottom: 0;
		left: 50%;
		position: absolute;
		display: block;
		width: 1.5px;
		background: #47545E;
	}
	.services-info-list {
		display: flex;
		flex-wrap: wrap;
		position: relative;
		padding: 0;
	}
	.services-info-list .service-info {
		flex: 0 0 50%;
		padding: 40px 8% 57px 9%;
		position: relative;
	}
	.services-info-list h5 {
		margin: 0 0 20px -35px;
	}	
	.services-info-list .service-info:nth-of-type(4n+2):after {
		right: 65%;
	}
	.services-info-list .service-info:nth-of-type(4n+3):after {
		left: 65%;
	}	
	.review-columns .text-review-column {
		width: 50%;
		box-sizing: border-box;
		padding: 98px 9.9% 119px 4.6%;
		min-height: 477px;
	}
	.lang-ru .review-columns .text-review-column {
		min-height: 560px;
	}
	.review-columns .image-review-column {
		position: absolute;
		left: 49.4%;
		right: 0;
		bottom: -60px;	
	}
	#carouselReviews .carousel-decorative-element {
		content: '';
		border: 1.5px solid #fff;
		left: 49.3%;		
		bottom: 0;
		width: 42%;
		position: absolute;
		display: block;
		z-index: -1;
	}
	.reviews-total-title:before {
		content: '';
		background: #fff;
		position: absolute;
		width: 1.5px;
		height: 85px;
		left: 91.16%;
		bottom: 50%;
	}
	.reviews-total-title:after {
		content: '';
		height: 1.5px;
		background: #fff;
		position: absolute;
		display: block;
		left: 0;
		top: 50%;
		z-index: -1;
		width: 91.3%;
	}	
	.carousel-buttons-block {
		bottom: 72px;
		width: 49.4%;
	}
	#carouselReviews .carousel-control-prev {		
		right: 120px;
		left: auto;
	}
	#carouselReviews .carousel-control-next {
		left: auto;
		right: 0;
	}
	.carousel-buttons-block:before {
		height: 292px;
	}
	.reviews-total-title {
		margin-top: 74px;
		margin-bottom: 41px;
		text-align: left;
		font-size: 16px;
	}
	.reviews-total-title span {
		padding-right: 22px;
	}
	.reviews-average-point {
		margin-right: 30px;
	}
	.reviews-quantity {
		display: inline-block;
		margin: 0;
	}	
	.reviews-stats {
		font-size: 16px;
	}
	.bottom-title {
		font-size: 36px;
		line-height: 56px;
	}
	.feedback-link {
		font-size: 16px;
	}
	.blog-posts-mobile {
		display: none !important;
	}
	.blog-section {
		padding: 80px 0;
	}
	.blog-section:after {
		content: '';
		background: url(images/polygon-5.svg) no-repeat center;
		background-size: 100%;
		position: absolute;
		top: 70px;
		left: 23.5%;
		width: 551px;
		height: 551px;
		z-index: -1;
	}
	.bloglist-section:after {
		content: '';
		background: url(images/polygon-5.svg) no-repeat center;
		background-size: 100%;
		position: absolute;
		top: 0;
		left: 11%;
		width: 444px;
		height: 444px;
		z-index: -1;
	}
	.blog-post-thumbnail,
	.gallery-carousel-thumbnail {		
		-webkit-transition: filter .2s;
		-moz-transition: filter .2s;
		-ms-transition: filter .2s;
		-o-transition: filter .2s;
		transition: filter .2s;
	}
	.blog-post-thumbnail-wrapper:hover .blog-post-thumbnail{
		filter: blur(16px);
	}
	.blog-post-thumbnail-wrapper .btn.arrow-forward {
		opacity: 0;
		-webkit-transition: all 1s;
		-moz-transition: all 1s;
		-ms-transition: all 1s;
		-o-transition: all 1s;
		transition: all 1s;
	}
	.blog-post-thumbnail-wrapper:hover .btn.arrow-forward {
		opacity: 1;
	}
	.blog-post-info .blog-post-date {
		flex: 0 0 39%;
		margin-bottom: 0;
	}	
	.blog-section .styled-title,
	.works-gallery-section .styled-title {
		margin: 0 0 40px 0;
	}
	.works-gallery-section .styled-title {
		display: none;
	}
	.partners-section {
		padding: 0;
	}
	.partners-section .title-column {	
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
	}
	.partners-section:after {
		content: '';
		display: block;
		height: 1.5px;
		background: #fff;
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
	}
	.partners-section .title-column .container {
		height: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.partners-section .title-column h2 {		
		margin-bottom: 0;
		padding-right: 30px;
	}
	.partners-section .link-wrapper {
		display: none !important;
	}
	.partners-section .title-column {
		width: 267px;
	}
	.our-partners-list-mobile .partner-item {
		flex: 0 0 15%;
	}
	.top-banner .image-layer {
		padding-top: 39%;
	}
	.page-template-thank-template .top-banner .image-layer {
		padding-top: 53%;
	}
	.error404 .top-banner .image-layer {
		padding-top: 63%;
	}	
	.description-section {
		padding-top: 40px;
	}	
	.description-section .section-text-block {
		margin-bottom: 40px;
	}	
	.description-section.section-text-block:after {
		transform: rotate(-30deg);		
	}
	.about-section .section-content {
		padding: 0 12px;
	}
	.about-section .btn {
		margin-left: 12px;
	}
	.options-list {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.options-list .option-item {
		flex: 0 0 49.1%;
		margin-bottom: 50px;
	}
	.works-gallery-section:after {
		content: '';
		background: url(images/polygon-5.svg) no-repeat center;
		background-size: 100%;
		position: absolute;
		top: 160px;
		left: 23.5%;
		width: 551px;
		height: 551px;
		z-index: -1;
	}
	.options-list {
		margin-top: 40px;
	}
	.options-list .option-item:nth-of-type(odd):after {
		content: '';
		width: 1.5px;
		background: #fff;
		display: block;
		position: absolute;
		top: -10px;
		right: -9px;
		height: 80px;
	}
	.options-list .option-item:nth-of-type(even):after {
		content: '';
		width: 1.5px;
		background: #fff;
		display: block;
		position: absolute;
		bottom: -10px;
		left: -9px;
		height: 80px;
	}
	.options-list .option-item:nth-of-type(odd):before {	
		top: -10px;
		left: auto;
		right: -8px;
		width: 70%;
	}
	.options-list .option-item:nth-of-type(even):before {	
		right: auto;
		top: auto;
		bottom: -10px;
		left: -8px;
		width: 70%;
	}
	.options-list .option-item {
		display: flex;
		justify-content: space-between;
		padding: 20px;
		align-items: flex-start; 
	}
	.options-list .option-item .option-text-column {		
		flex: 0 0 56%;
	}
	.options-list .option-item .option-text-column .option-text-column-wrapper {
		padding: 20px 6% 0 40px;
	}	
	.options-list .option-item .option-image-column {
		flex: 0 0 44%;
	}
	.contact-form-block .form-column .form-column-wrapper {
		padding: 40px 0 40px 10px;
	}
	.contact-form-block {
		display: flex;
		flex-wrap: wrap;	
	}
	.contact-form-block .form-image-column {
		padding: 24px 20px;  
	}		
	.form-image-column-content {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.form-image-column img {
		margin: 0 10px 0 0;
	}	
	.tab-columns {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.tab-columns .tab-thumbnail-column {
		flex: 0 0 40%;
	}
	.tab-columns .tab-accordion-column {
		flex: 0 0 58%;
	}
	.characteristics-tabs-section .accordion-button span {
		padding-right: 20px;
	}
	.characteristics-tabs-section .accordion-item:first-of-type:before {
		left: 0;
	}
	.characteristics-tabs-section .accordion-item:nth-of-type(even):after {
		left: 0;
	}
	.characteristics-tabs-section .accordion-item:nth-of-type(odd):after {
		right: 0;
	}
	.sizes-list {
		display: flex;
		flex-wrap: wrap;
	}
	.sizes-list .sizes-column {
		flex: 0 0 45%;
		padding-right: 20px;
	}
	.modification-link { 
		display: inline-block;
	}
	.step-completed .completed-step-thumbnail {
		display: block;
	}
	.completed-type {
		padding-left: 44px;
		margin-left: 24px;
	}
	.partners-section .partners-carousel-item {
		margin-top: 15px;
		margin-bottom: 15px;
	}
	.house-forms-list .house-form-item {
		flex: 0 0 23%;
		padding-top: 23%;
	}
	.fast-links-banner {
		height: auto;
	}
	.fast-links-block {
		padding-left: 0;
		padding-right: 0;
		padding-top: 120px;
	}
	.links-block {		
		position: absolute;
		top: 0;
		left: 0;
		width: 708px;
		padding: 8% 6%;
		font-size: 24px;
		line-height: 30px;
		letter-spacing: -0.01em;
	}
	.credit-tpl .links-block {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.credit-tpl .links-block p:last-of-type {
		margin-bottom: 0;
	}
	.product-variations-block:after {
		content: '';
		height: 1.5px;
		background: #fff;
		display: block;
		width: 71.3%;
		bottom: 0;
		right: 0;
		position: absolute;
	}
	.deals-block {
		display: block;
	}
	.deals-section .deals-items-row .deals-list {
		display: flex;
		flex-wrap: wrap;	
		margin: 0 -20px;
	}
	.deals-section .deals-items-row .deals-list .deals-item {
		flex: 0 0 49%;
		position: relative;
	}
	.deals-section .deals-items-row .deals-list .deals-item h4 {
		min-height: 77px;
		font-size: 18px;
	}
	.deals-section .deals-items-row .deals-list .deals-item .deals-item-wrapper {
		padding: 40px 30px 40px;
	}
	.deals-section .deals-items-row:first-of-type .deals-list .deals-item .deals-item-wrapper {
		padding: 20px 30px 40px;
	}	
	.top-banner.left-oriented .text-layer h1 {
		font-size: 42px;
		line-height: 50px;
	}			
	.nav-links > * {		
		display: inline-block;
	}
	.prev.page-numbers,
	.next.page-numbers {
		display: none;
	}
	.map-point-text {
		font-size: 24px;
		line-height: 30px;
	}
	.pin-icon {
		height: 22px;
		width: 16px;
	}
	.portfolio-details-template .top-banner .image-layer,
	.single-post .top-banner .image-layer {
		padding-top: 50%;
	}
	.portfolio-item-section {
		padding: 30px 0 60px;
	}
	.backlink {
		margin-bottom: 30px;
		margin-left: 20px;
	}	
	.top-banner {
		margin-bottom: 0;
	}
	.portfolio-item-section .product-variations-block {
		margin-bottom: 40px;
	}
	.portfolio-info-block {
		padding-top: 0;
	}
	.decor-line-element {
		display: none;
	}	
	.portfolio-item-map img {
		object-fit: fill;
		height: auto;
	}	
	.project-characteristics li img {
		max-width: 40px;
	}
	.blockquote-block:before {
		content: '';
		display: block;
		height: 1.5px;
		width: 70%;
		position: absolute;
		background: #fff;
		top: 0;
		right: 0;
	}
	.blockquote-block:after {
		content: '';
		display: block;
		width: 1.5px;
		height: 70%;
		position: absolute;
		background: #fff;
		bottom: 0;
		right: 0;
	}
	.blockquote-block .quote-icons {
		top: 60px;
	}
	.blockquote-block {
		padding: 157px 58px 0 0;
	}
	.blockquote-block blockquote {
		margin-bottom: 30px;
		padding-bottom: 0;
	}
	.blockquote-block blockquote:after {
		display: none;
	}
	.portfolio-items-row .portfolio-item {
		margin-bottom: 0;
	}
	.post-section {
		padding: 40px 0 0 0;
	}	
	.contact-page.top-banner .text-layer h1 {
		font-size: 28px;
		line-height: 40px;
	}
	.contact-page.top-banner .text-layer h1 .phone-caption {
		font-size: 50px;
		line-height: 60px;
	}	
	.sendform-block .sendform-wrapper  .captcha-sample {
		margin-bottom: 0;
	}	
	.navigation-column {
		display: flex;
		flex-wrap: wrap;
	}
	.navigation-column li {
		flex: 0 0 50%;
		margin-bottom: 20px;
	}
	.article-columns {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.variation-slide-thumbnail,
	.variation-slide.video-presentation {
		height: 320px;
	}
	.deals-section .deals-items-row {
		position: relative;
	}
	.deals-section .deals-items-row:after {
		content: '';
		display: block;
		height: 1.5px;
		width: 70%;
		background: #fff;
		position: absolute;
		bottom: 0;
	}
	.deals-section .deals-items-row:nth-of-type(odd):after {
		left: 0;
	}
	.deals-section .deals-items-row:nth-of-type(even):after {
		right: 0;
	}
	.deals-section .deals-items-row .deals-list .deals-item:before {
		content: '';
		display: block;
		width: 1.5px;
		position: absolute;
		left: -1px;
		top: 0;
		bottom: -62px;
		background: #fff;
	}
	.deals-section .deals-items-row .deals-list .deals-item:nth-child(3n+1):before {
		display: none;
	}
	.consult-form {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		padding: 28px;
	}
	.consult-form .form-l-column {
		flex: 0 0 44%;
	}
	.consult-form .form-r-column {
		flex: 0 0 56%;
	}	
	.consult-form .form-r-column .form-r-column-wrapper {
		padding: 64px 36px 64px 64px;
	}
	.consult-form .btn {
		margin-top: 45px;
	}
	.consult-form .btn {
		padding: 27px 20px;
	}
	.consult-form .wpcf7-textarea {
		padding: 130px 34px 34px 34px;
		max-height: none;
	}
	.reviews-list {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.reviews-list .review-item {
		flex: 0 0 49%;
	}
	.review-item .btn {
		top: 48px;
	}
	.reviews-list .review-item.fullsize-item .review-thumbnail {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 51%;
		padding: 0;
	}	
	.rating-caption {
		margin-left: 25px;
	}
	.tt_form_container {
		padding: 28px 64px 28px 28px;
	}
	#ttshowcase_form.tt_simple {
		padding-left: 52%;
	}
	#ttshowcase_form.tt_simple .tt_testimonial_fieldset {
		position: absolute;
		left: 0;
		top: 0;	
		width: 45.6%;
	}
	.offers-section {
		padding-top: 40px;
	}
	.offers-section .section-text-block {
		margin-bottom: 40px;
	}
	.offers-section .section-text-block:after {
		transform: rotate(-30deg);		
	}
	.info-section {
		padding: 80px 0;
	}
	#ttshowcase_form.tt_simple .tt_rating_fieldset {
		position: absolute;
		top: 34px;
		left: 34px;
	}	
}
@media (min-width: 992px) {
	.gallery-section .gallery-block {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.gallery-section .gallery-block .gallery-item .title-wrapper {
		display: flex;
		align-items: end;
		box-sizing: border-box;
		min-height: 218px;
	}
	.choose-package-title {
		padding: 33px 20px 26px 104px;
	}
	.choose-step {
		line-height: 48px;
		height: 50px;
		width: 50px;
	}
	.options-content:before {
		left: -46px;
		width: 70%;
	}
	.packages-block {
		display: flex;
		flex-wrap: wrap;		
	}
	.packages-block .package {
		margin-left: 20px;
		margin-bottom: 60px;
	}
	.packages-block .package .package-thumbnail {		
		left: -2px;
		margin: 0;
	}	
	.steps-buttons {
		padding: 0 40px 40px 40px;
		width: 95%;
		text-align: right;
	}
	.sendform-wrapper .wpcf7 {
		max-width: 95%;
	}
	.house-forms-list {
		width: 92.6%;
	} 
	.dimensions-form-wrapper {
		display: flex;
		align-items: center;
	}
	.selected-house-form {
		flex: 0 0 416px;
		margin: -27px 0;
	}
	.dimension-point {
		font-size: 16px;
		line-height: 20px;
	}	
	.dimensions-form .dimension-input-wrapper:nth-of-type(even) {
		border-right-color: transparent;
	}	
	.dimensions-form {
		flex: 0 0 54%;
	}
	.dimensions-form .dimension-input-wrapper.file-input-wrapper {
		border-right-color: transparent;
	}
	.portfolio-items-row .container {
		display: flex;
		flex-wrap: wrap;
		position: relative;
	}
	.portfolio-items-row:before {
		content: '';
		width: 1.5px;
		background: #fff;
		display: block;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 50%;
	}
	.portfolio-items-row:first-of-type:before {
		top: auto;
		height: 110px;
	}
	.portfolio-items-row:last-of-type:before {
		bottom: -33px;
	}
	.portfolio-items-row:after {
		content: '';
		height: 1.5px;
		width: 65%;
		background: #fff;
		display: block;
		position: absolute;
		bottom: 0;
	}
	.portfolio-items-row:nth-of-type(odd):after {
		right: 0;
	}
	.portfolio-items-row:nth-of-type(even):after {
		left: 0;
	}
	.portfolio-items-row .portfolio-item {
		flex: 0 0 50%;
	}
	.portfolio-items-row .portfolio-item .portfolio-item-wrapper {
		padding: 40px 0;	
	}
	.portfolio-items-row .portfolio-item:nth-of-type(odd) .portfolio-item-wrapper {
		padding-right: 34px;
	}
	.portfolio-items-row .portfolio-item:nth-of-type(even) .portfolio-item-wrapper {
		padding-left: 34px;
	}
	.portfolio h4 {
		min-height: 74px;	
		letter-spacing: -2px;
	}
	.nav-slider {
		padding-top: 100px;
		display: block;
	}
	.variation-slide h4 {		
		margin-bottom: 20px;
		min-height: 60px;
	}
	.main-slider-column {
		float: left;
		width: 67.65%;
		padding-right: 40px;
		margin-bottom: 25px;
	}
	.main-slider-column:after {
		content: '';
		background: #fff;
		display: block;
		width: 1.5px;
		top: -51px;
		bottom: -40px;
		right: 0;
		position: absolute;
	}
	.portfolio-item-section .main-slider-column:after {
		top: -94px;
	}	
	.main-slider-column .owl-nav {
		height: 60px;
		width: 60px;
		border: 1.5px solid #fff;
		border-radius: 50%;
		position: absolute;
		top: 5px;
		right: -142px;
	}
	.main-slider-column .owl-nav:before {
		content: '';
		background: #fff;
		border-radius: 50%;
		width: 4px;
		height: 4px;
		margin: -2px 0 0 -2px;
		display: block;
		position: absolute;
		top: 50%;
		left: 50%;
	}
	.main-slider-column .owl-nav .owl-prev,
	.main-slider-column .owl-nav .owl-next {
		position: absolute;
		top: 50%;
		margin-top: -19px;		
	}
	.main-slider-column .owl-nav .owl-prev {
		left: -28px;
	}
	.main-slider-column .owl-nav .owl-next {
		right: -28px;
	}
	.main-slider-column .owl-prev.disabled , 
	.main-slider-column .owl-next.disabled {
		cursor: default;
	}
	.main-slider-column .owl-prev span, 
	.main-slider-column .owl-next span {
		font-size: 0;
		width: 25px;
		height: 32px;
		display: inline-block;
		-webkit-transition: transform .2s;
		-moz-transition: transform .2s;
		-ms-transition: transform .2s;
		-o-transition: transform .2s;
		transition: transform .2s;
	}
	.main-slider-column .owl-prev span {
		background: url(images/arrow-prev.svg) center no-repeat;
	}
	.main-slider-column .owl-next span {
		background: url(images/arrow-next.svg) center no-repeat;
	}
	.main-slider-column .owl-prev:hover span, 
	.main-slider-column .owl-next:hover span {
		-webkit-transform: scale(1.2);
		-moz-transform: scale(1.2);
		-ms-transform: scale(1.2);
		-o-transform: scale(1.2);
		transform: scale(1.2);
	}
	.main-slider-column .owl-prev.disabled:hover span, 
	.main-slider-column .owl-next.disabled:hover span {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
	}
	.variation-slide-thumbnail,
	.variation-slide.video-presentation {
		height: 440px;
	}
	.product-variations-nav-slider.owl-carousel {
		display: none;
	}
	.nav-slider-column {		
		float: right;
		width: 30%;
	}
	.portfolio-details-template .nav-slider-column {
		margin-top: 10px;
	}
	.portfolio-details-template .main-slider-column .owl-nav {
		top: 5px;
	}
	.more-items-block {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	.portfolio-map-block {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		margin-bottom: 80px;
	}
	.portfolio-map-block .lcolumn {
		flex: 0 0 65%;
	}
	.portfolio-map-block .rcolumn {
		flex: 0 0 35%;
	}
	.project-characteristics {
		padding-left: 80px;
	}
	.project-characteristics .characteristic-title {
		flex: 1 0 40%;
	}
	.workhours {
		display: flex;
		align-items: center;
		margin-bottom: 65px;
	}
	.workhours h5 {
		margin-bottom: 0;
	}
	.workhours .hours > div {
		margin-bottom: 8px;
	}
	.page-template-thank-template .text-layer {
		top: 20%;
	}	
	.submit-btn-wrapper {
		position: static;
	}
	.offers-list .offer-item {
		flex: 1 1 25%;
		padding-top: 25%;
	}
	.offers-list .offer-item .btn {
		top: 20%;
	}
	.offers-list .offer-item:nth-of-type(even) h4 {
		left: 30px;
		bottom: auto;
		top: 30px;
		right: 30px;
	}
	.offers-list .offer-item:nth-of-type(4n+2) h4,
	.offers-list .offer-item:nth-of-type(4n+3) h4 {
		text-align: right;
	}
	.offers-list .offer-item:nth-of-type(even) .btn {
		position: absolute;
		top: auto;
		bottom: 20%;
		right: 0;
	}
	.offers-list .offer-item .btn {
		opacity: 0;
	}
	.bg-contain img.variation-slide-thumbnail {
		object-fit: contain;
		width: auto;
		max-width: 100%;
		margin: 0;
	}
	.steps-buttons .steps-notification {
		display: none;
	}
	.steps-buttons {
		position: static;
	}
	.deals-section .deals-items-row .deals-list .deals-item {
		flex: 0 0 33.333%;
		position: relative;
	}
	.contact-form-block {
		padding: 28px;
		margin-bottom: 120px;
	}
	.contact-form-block .form-column .form-column-wrapper {
		padding: 87px 36px 0px 64px;
	}
	.single .contact-form-block .form-column .form-column-wrapper {
		padding: 80px 0 0 28px;
	}
	.contact-form-block .wpcf7-submit {
		background-size: 65px 66px;
		font-size: 48px;
		line-height: 60px;
		padding-left: 105px;
	}
	.single .contact-form-block .wpcf7-submit {
		font-size: 36px;
		line-height: 48px;
		padding-left: 85px;
	}
	.download-btn-caption {
		left: 105px;
	}
	.single .download-btn-caption {
		left: 85px;
	}
}
@media (min-width: 1200px) {
	.single .contact-form-block .form-column .form-column-wrapper {
		padding: 0 0 0 28px;
	}
	.gallery-section h2 {
		margin-bottom: 80px;
	}
	.top-banner.left-oriented .text-layer h1 {
		font-size: 56px;
		line-height: 60px;
		padding-left: 85px;
	}
	.single-post .top-banner .text-layer h1 {
		font-weight: 400;
		font-size: 48px;
		line-height: 60px;
		letter-spacing: -0.02em;
		padding-right: 85px;
	}
	.about-us-content {
		font-size: 24px;
		line-height: 30px;
		letter-spacing: -0.01em;
	}
	.map-point-text {
		padding-left: 85px;	
	}
	.portfolio-item-section .backlink {
		margin-left: 85px;
	}
	.top-banner .text-layer {
		top: 50%;
	}
	.top-banner.left-oriented .text-layer {
		top: 30%;
	}
	.page-template-thank-template .text-layer {
		top: 25%;
	}
	.error404 .text-layer {
		top: 12%;
	}	
	.brand-logo {
		margin-top: 0;
		width: 140px;
	}
	.top-slider-section {
		padding-top: 172px;
		padding-bottom: 51px;
		margin-bottom: 0;
	}
	.carousel-text-layer .carousel-text {
		font-size: 64px;
		line-height: 70px;
		max-width: none;
	}
	#carouselHome .carousel-item {
		padding: 0 108px 20px;		
	}
	#carouselHome .carousel-item:after {
		top: 0;
		right: 108px;
		bottom: 20px;
		left: 108px;
	}
	.top-slider-section .carousel-item .btn.arrow-forward {
		padding-left: 20px;
		padding-right: 56px;
	}
	.top-slide-thumbnail {
		height: auto;
		object-fit: fill;
	}
	.carousel-text-layer {
		top: 0;
		bottom: 40px;
		left: 0;
		width: 100%;
		max-width: 680px;
		display: flex;
		align-items: center;
		z-index: 1;
	}
	.carousel-counter {
		display: block;
	}
	.top-slider-section .langs-switcher {
		display: flex;
	}
	.top-slider-section .carousel-item .btn.arrow-forward,
	.lang-ru .top-slider-section .carousel-item .btn.arrow-forward {
		left: 159px;
		margin-left: 0;
	}
	.top-slider-section-bottom-part {
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 34px 0 0 0;
		top: 0;
	}
	.brand-wrapper {
		flex: 0 0 39%;
	}
	.brand-wrapper .text-logotype {
		width: 100%;
		max-width: none;
	}
	.about-section {
		padding: 150px 0 100px;
		background: url(images/about-section-bg.svg) no-repeat bottom;
		background-size: contain;
		margin-bottom: 90px;
	}
	.about-section .section-title {
		margin-bottom: 53px;
	}
	.about-section .section-content {
		font-size: 28px;
		line-height: 40px;
		margin-bottom: 56px;
	}
	.about-section .section-content p {
		margin-bottom: 40px;
	}
	.our-services-section {
		padding-top: 59px;
		padding-bottom: 43px;
	}
	.our-services-section .section-title {
		margin-bottom: 80px;
	}
	.section-title {
		font-size: 16px;
		line-height: 20px;
		padding: 22px 0 0 31px;
	}
	.section-title:before {
		width: 60px;
		height: 60px;
	}
	.section-title span {
		padding: 8px 0 10px;
	}
	.service-item-text-layer {
		padding: 20px;
	}
	.service-item-text-layer h3 {
		margin-bottom: 10px;
	}
	.service-item-text-layer .services-points {
		font-size: 20px;
		line-height: 30px;
		padding-left: 13%;
	}
	.service-item-text-layer .services-points li {
		margin-bottom: 20px;
		padding-left: 30px;
	}
	.service-item-text-layer .services-points li:before {
		top: 6px;
		height: 16px;
		width: 16px;
	}
	.services-list .center .service-item h3 {
		font-size: 40px;
	} 
	.service-item-text-layer .btn.arrow-forward {
		right: 59px;
	}
	.service-info-text {
		font-size: 24px;
		line-height: 30px;
		margin-bottom: 44px;
	}	
	.reviews-section .section-title {
		margin-bottom: 73px;
	}
	.text-review-column .review-text {
		font-size: 24px;	
		line-height: 30px;
		margin-bottom: 20px;
	}
	.text-review-column .review-author {
		font-size: 24px;
		line-height: 30px;
	}
	.quote-icons,
	.post-content blockquote .quote-icons {
		width: 79px;
	}
	.quote-icon,
	.post-content blockquote .quote-icons .quote-icon {
		height: 66px;
		width: 33px;
	}
	.text-review-column .review-location {
		font-size: 16px;
	}
	.reviews-section {
		padding-bottom: 97px;
	}	
	.blog-post-info .blog-post-excerpt {	
		flex: 0 0 58%;
		font-size: 24px;	
		line-height: 30px;
	}
	.blog-post-thumbnail-wrapper .btn.arrow-forward {
		margin: -20px 0 0 -84px;
	}
	.description-section {
		padding: 160px 0 50px;
	}	
	.description-section .section-text-block {
		font-size: 32px;
		line-height: 40px;
	}	
	.description-section .section-text-block p {
		margin-bottom: 56px;
	}	
	.offers-section .section-text-block:after {
		width: 350px;
		height: 350px;
		right: -30.5%;
	}	
	.our-partners-section {
		padding-top: 48px;
		padding-bottom: 102px;
	}
	.top-banner+.our-partners-section {
		padding-top: 80px;
	}
	.our-partners-section .section-title:after {
		content: '';
		display: block;
		height: 1.5px;
		background: #fff;
		position: absolute;
		left: 30px;
		right: 0;
		bottom: 0;
		z-index: 30;
	} 
	.our-partners-list .list-row {
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-end;
		position: relative;
	}
	.our-partners-list .list-row .partner-item {
		border-bottom: 1.5px solid #374249;
		border-top: 1.5px solid #374249;
		border-left: 1.5px solid #374249;
		padding: 50px 25px;
		box-sizing: border-box;
		margin-top: -1.5px;
		position: relative;
	}
	.our-partners-list .list-row .partner-item:last-of-type {
		border-right: 1.5px solid #374249;
	}
	.our-partners-list .list-row:nth-of-type(2) .partner-item:first-of-type {
		border-top: 1.5px solid #374249;
	}
	
	.our-partners-list .list-row:nth-of-type(5) .partner-item:nth-of-type(1):after {
		content: '';
		display: block;
		position: absolute;
		height: 25%;
		background: #374249;
		right: -1.5px;
		bottom: -25%;
		width: 1.5px;
	}
	.our-partners-list .list-row:nth-of-type(5) .partner-item:nth-of-type(2):after {
		content: '';
		display: block;
		position: absolute;
		height: 50%;
		background: #374249;
		right: -1.5px;
		bottom: -50%;
		width: 1.5px;
	}
	.our-partners-list .list-row:nth-of-type(5) .partner-item:nth-of-type(3):after,
	.our-partners-list .list-row:nth-of-type(5) .partner-item:nth-of-type(4):after {
		content: '';
		display: block;
		position: absolute;
		height: 75%;
		background: #374249;
		right: -1.5px;
		bottom: -75%;
		width: 1.5px;
	}
	.fatade-style .our-partners-list .list-row:nth-of-type(2) .partner-item:nth-of-type(3):after {
		content: '';
		display: block;
		position: absolute;
		height: 20%;
		background: #374249;
		right: -1.5px;
		bottom: -20%;
		width: 1.5px;
	}
	.fatade-style .our-partners-list .list-row:nth-of-type(2) .partner-item:nth-of-type(4):after {
		content: '';
		display: block;
		position: absolute;
		height: 40%;
		background: #374249;
		right: -1.5px;
		bottom: -40%;
		width: 1.5px;
	}
	.fatade-style .our-partners-list .list-row:nth-of-type(2) .partner-item:nth-of-type(5):after {
		content: '';
		display: block;
		position: absolute;
		height: 60%;
		background: #374249;
		right: -1.5px;
		bottom: -60%;
		width: 1.5px;
	}
	.fatade-style .our-partners-list .list-row:nth-of-type(2) .partner-item:nth-of-type(6):after {
		content: '';
		display: block;
		position: absolute;
		height: 80%;
		background: #374249;
		right: -1.5px;
		bottom: -80%;
		width: 1.5px;
	}
	.fatade-style .our-partners-list .list-row:nth-of-type(2) .partner-item:nth-of-type(7):after {
		content: '';
		display: block;
		position: absolute;
		height: 100%;
		background: #374249;
		right: -1.5px;
		bottom: -100%;
		width: 1.5px;
	}
	.fatade-style .our-partners-list {
		margin-bottom: 100px;
	}
	.hidro-style .our-partners-list .list-row:nth-of-type(1) .partner-item:nth-of-type(1):after {
		content: '';
		display: block;
		position: absolute;
		height: 25%;
		background: #374249;
		left: -1.5px;
		bottom: -25%;
		width: 1.5px;
	}
	.hidro-style .our-partners-list .list-row:nth-of-type(1):after {
		content: '';
		display: block;
		position: absolute;
		background: #374249;
		height: 1.5px;
		left: 0;
		right: 0;
		bottom: 0;
	}
	.hidro-style .our-partners-list .list-row:nth-of-type(1) .partner-item:nth-of-type(5):before {
		content: '';
		display: block;
		position: absolute;
		height: 15%;
		background: #374249;
		left: -1.5px;
		bottom: -15%;
		width: 1.5px;
	}
	.hidro-style .our-partners-list .list-row:nth-of-type(1) .partner-item:nth-of-type(5):after {
		content: '';
		display: block;
		position: absolute;
		height: 15%;
		background: #374249;
		right: -1.5px;
		bottom: -15%;
		width: 1.5px;
	}
	.our-partners-list .list-row .partner-item img {
		height: 50px;
	}
	.our-partners-list-mobile {
		display: none !important;
	}
	.our-partners-section .section-title {
		margin-bottom: 0;
	}
	.our-partners-list {
		display: block;
	}	
	.options-list .option-item .option-text-column {		
		flex: 0 0 46%;
	}	
	.options-list .option-item .option-image-column {
		flex: 0 0 54%;
	}
	.options-list .option-item .option-text-column .option-text-column-wrapper {
		padding-top: 60px;
	}
	.choose-step {
		margin: 35px 29px;
	}
	.select-options-row.inactive {
		height: 120px;
		overflow: visible;
	}
	.select-options-row h3 {
		margin: 8px 0 0 104px;
	}
	.options-content {
		margin-left: 108px;
	}
	.select-options-block {
		margin-top: 60px;
		margin-bottom: 60px;
	}
	.packages-block {
		padding: 40px;		
	}
	.packages-block .package .package-thumbnail {
		width: 220px;
		height: 220px;
		border-top: 20px solid transparent;
		border-right: 20px solid transparent;
		top: -160px;
	}
	.packages-block .package {
		margin: 139px 0 40px 1.6%;
	}
	.packages-block .package:last-of-type {
		margin-bottom: 40px;
	}
	.packages-block .package h4 {
		font-size: 32px;
		line-height: 40px;
		margin-bottom: 32px;
	}	
	.packages-block .package  .package-wrapper {
		padding: 100px 10% 44px 15%;
	}	
	.select-house-form {
		padding: 40px;
	}	
	.tabs-navigation {		
		margin-bottom: 100px;
	}
	.portfolio-section .tabs-navigation {
		margin-bottom: 80px;
	}
	.characteristics-tabs-section .accordion-item {
		padding: 40px 0 28px 153px;
	}
	.characteristics-tabs-section .accordion-button sup {
		left: -46px;
	}	
	.sizes-block {
		padding: 52px 40px 52px 104px;
	}
	.offers-list+.works-gallery-section {
		padding-top: 120px;
	}	
	.house-forms-list {
		width: 94.7%;
	} 
	.house-forms-list .house-form-item {
		flex: 0 0 23%;
		padding-top: 23%;
	}
	.dimensions-form-wrapper {
		padding: 46px 40px 60px 40px;
	}	
	.selected-house-form {
		flex: 0 0 516px;
	}	
	.dimensions-form {
		flex: 0 0 48%;
	}
	.sendform-wrapper {
		padding: 40px;
	}
	.sendform-wrapper .wpcf7 .wpcf7-form-control {
		font-size: 32px;
		line-height: 40px;
		padding: 39px 40px;
	}
	.sendform-wrapper .wpcf7 .wpcf7-form-control.wpcf7-submit {
		padding: 49px 30%;
	}
	.sendform-wrapper .wpcf7 .wpcf7-form-control.wpcf7-submit.arrow-forward:before {
		right: 30%;
	} 
	.sendform-wrapper .wpcf7 .wpcf7-form-control.wpcf7-submit.arrow-forward:hover:before {
		right: 28%;
	}
	.offers-list {
		padding-bottom: 80px;
	}	
	.brand-info-section {
		padding: 80px 0;
	}	
	.brand-info-section h2 {
		margin-bottom: 60px;
	}	
	.links-block h4 {
		margin-bottom: 80px;
		font-size: 40px;
		line-height: 45px;
	}	
	.option-item .carousel-arrows {
		opacity: 0;
		-webkit-transition: opacity .5s;
		-moz-transition: opacity .5s;
		-ms-transition: opacity .5s;
		-o-transition: opacity .5s;
		transition: opacity .5s;
	}
	.option-item:hover .carousel-arrows {
		opacity: 1;
	}
	.blog-posts-carousel .owl-nav {
		left: 8%;
		position: absolute;
	}
	.top-carousel-buttons {
		right: -16px;
	}
	.product-variations-block {
		margin: 120px 0 80px;
		padding: 51px 0 16px;
	}
	.variation-slide h4 {
		font-size: 32px;
		line-height: 40px;
		min-height: 80px;
	}
	.product-variations-block {
		margin: 80px 0;
	}
	.deals-section .deals-items-row .deals-list .deals-item h4 {
		font-size: 26px;
		line-height: 30px;
	}
	.deals-section .deals-items-row .deals-list .deals-item .deals-item-wrapper {
		padding: 60px 30px 80px;
	}
	.deals-section .deals-items-row:first-of-type .deals-list .deals-item .deals-item-wrapper {
		padding: 20px 30px 80px;
	}
	.deals-section {
		padding: 60px 0;
	}
	.top-banner .decor-element {
		display: block;
	}
	.top-banner.left-oriented .decor-element {
		top: 22px;
		width: 7%;
	}
	.deal-information .services-info-list {
		margin-bottom: 80px;
	}
	.post-content blockquote {
		padding-top: 55px;
		padding-left: 120px;
		font-size: 18px;
	}
	.post-content blockquote:before {
		width: 76px;
		height: 76px;
	}
	.wpcf7-form-control {
		padding: 20px 40px;
	}
	.portfolio-section {
		margin-top: 0;
	}
	.portfolio-section .tabs-navigation {
		margin-bottom: 40px;
	}
	.map {
		margin-bottom: 80px;
	}
	.map img {
		object-fit: fill;
		height: auto;
	}	
	.portfolio h4 {
		font-size: 26px;
		line-height: 30px;
		min-height: 92px;
	}
	.portfolio-item-info {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		width: 50%;
		box-sizing: border-box;
		padding: 100px 20px 110px 40px;
		background: rgba(17, 33, 43, 0.8);
	}
	.decor-line {
		display: none;
	}
	.map-point-text {
		padding-top: 40px;
	}
	.portfolio-details-template .top-banner .image-layer,
	.single-post .top-banner .image-layer {
		padding-top: 39%;
	}	
	.portfolio-item-section .main-slider-column:after {
		top: -105px;
	}
	.block-info-text {
		font-size: 24px;
		line-height: 30px;
	}
	.portfolio-pics-slider {
		margin-bottom: 80px;
	}
	.section-text {
		font-size: 24px;
		line-height: 30px;
	}
	.client-feedback-block {
		padding: 60px 0 120px;
	}
	.client-feedback-block h2 {
		margin-bottom: 70px;
	}
	.blockquote-block {
		font-size: 24px;
		line-height: 30px;
	}
	.portfolio {
		margin-bottom: 120px;
	}
	.bloglist-section {
		padding: 40px 0 80px;
	}		
	.post-section {
		padding: 40px 0 80px 0;
	}
	.contact-page.top-banner .text-layer h1 {
		font-size: 48px;
		line-height: 60px;
	}
	.contact-page.top-banner .text-layer h1 .phone-caption {
		font-size: 80px;
		line-height: 90px;
	}

	.section-text-block {	
		font-size: 24px;
		line-height: 30px;
	}
	.sendform-block .sendform-wrapper {
		padding: 40px;
	}	
	.services-description.add-margins {
		margin: 80px 0;
	}
	.navigation-column {
		border: 1.5px solid #fff;
	}
	.navigation-column li {
		flex: 0 0 25%;
		margin-bottom: 0;
		border: none;
		border-left: 1.5px solid #fff;
	}
	.navigation-column li:first-of-type {
		border-left: none;
	}
	.error-thumbnail-wrapper  {
		margin-bottom: 44px;
	}
	.error-thumbnail-wrapper img {
		max-width: 700px;
	}
	.error404 .top-banner .image-layer {
		padding-top: 53%;
	}	
	.contact-sidebar h4 { 
		font-size: 26px;
		line-height: 34px;
	}
	.sidebar-contact-block {
		position: -webkit-sticky;
		position: sticky;
		top: 20px;			
	}
	.customize-support .sidebar-contact-block {
		top: 42px;
	}
	.article-columns .post-content {
		flex: 0 0 64%;
	}
	.article-columns .contact-sidebar {
		display: block;
		width: 330px;
	}
	.deals-block .nav-links {
		margin-top: 140px;
	}
	.default-section {
		padding: 80px 0;
	}
	.archive-subtitle {
		font-size: 36px;
		line-height: 56px;
	}
	.review-form-section {
		padding: 60px 0 50px;
	}
	.review-form-section h3 {
		font-size: 48px;
		line-height: 60px;
	}
	.reviews-list-section {
		padding: 80px 0;
	}
	.reviews-list-section h2 {
		margin-bottom: 105px;
	}
	.reviews-list .review-item .review-text-wrapper {
		padding: 48px;
	}
	.reviews-list .review-item .project-link {
		top: 48px;
	}
	.review-item .review-rating .stars-rating .fa-star {
		font-size: 16px;
		margin: 0 5px;
	}
	.testimonial-text {
		font-size: 24px;
		line-height: 30px;
	}
	.testimonial-title {
		font-size: 24px;
		line-height: 30px;
	}
	.offers-section {
		padding: 160px 0 50px;
	}
	.offers-section .section-text-block {
		font-size: 32px;
		line-height: 40px;
	}
	.offers-section .section-text-block p {
		margin-bottom: 56px;
	}
	.offers-section .section-text-block:after {
		width: 350px;
		height: 350px;
		right: -30.5%;
	}
	.info-section {
		padding: 103px 0 80px;
	}
	.info-section .text-block {
		font-size: 32px;
		line-height: 40px;
		text-align: center;
		max-width: 960px;
		margin: 0 auto;
		position: relative;
		padding-left: 0;
	}
	.info-section .text-block:before {
		width: 60px;
		height: 60px;
	}	
	.info-section .text-block:after {
		top: 0;
		left: 18px;
	}
	.cd-upload-btn {
		background: url(images/upload-icon.svg) no-repeat 39px center;
		background-size: 66px;
		padding-left: 125px;
	}
	div.codedropz-upload-inner h3 {
		padding-left: 85px;
	}
	.review-columns .text-review-column {
		min-height: 539px;
	}
	.lang-ru .review-columns .text-review-column {
		min-height: 600px;
	}
	.before-after-block {
		margin-bottom: 45px;
	}	
	.post-content blockquote:after {
		height: 66px;
		width: 77px;
		left: 20px;
	}
	.title-wrapper h3 {
		font-size: 26px;
	}
	.deals-item-thumbnail {
		height: 440px;
	}
	.wp-block-yoast-faq-block {		
		padding-bottom: 80px;
	}
	.uacf7-multisetp-form h3 {
		font-size: 26px;
		min-height: 80px;
	}
}
@media (min-width: 1400px) {
	.portfolio-details-template .top-banner .image-layer,
	.single-post .top-banner .image-layer,
	.single-project .top-banner .image-layer {
		padding-top: 40%;
	}
	.service-item-text-layer {
		padding: 40px 20px 20px 20px;
	}
	.service-item-text-layer h3 {
		margin-bottom: 30px;
	}
	.partners-section .partners-column {
		padding-left: 392px;
	}
	.partners-section .title-column {
		width: 392px;
	}
	.our-partners-list .list-row:nth-of-type(2) .partner-item:first-of-type:after {
		content: '';
		display: block;
		position: absolute;
		height: 1.5px;
		background: #374249;
		left: -50%;
		top: -1.5px;
		width: 50%;
	}
	.offers-list .offer-item h4 {
		left: 30px;
		bottom: 30px;
		right: 30px;
	}
	.offers-section .section-text-block:after {
		width: 500px;
		height: 500px;
	}
	.offers-list .offer-item h4 {
		font-size: 40px;
		line-height: 45px;
	}	
	.characteristics-tabs-section .accordion-button {
		font-size: 32px;
		line-height: 40px;
	}
	.sizes-list .sizes-column {
		flex: 0 0 30%;
	}
	.deals-section .deals-items-row .deals-list .deals-item h4 {
		font-size: 28px;
		line-height: 44px;
		min-height: 135px;
	}	
	.top-banner.left-oriented .decor-element {
		width: 9.5%;
	}
	.portfolio h4 {
		font-size: 30px;
		line-height: 36px;	
		min-height: 108px;
	}
	.portfolio-item-point {
		font-size: 24px;
		line-height: 30px;
	}
	.navigation-column {
		margin: 124px 0 0 0;
	}
	.offers-list .offer-item h4 {
		font-size: 26px;
		line-height: 30px;
	}
	.no-item-caption {
		top: 150px;
		right: -50px;
		font-size: 24px;
		line-height: 30px;
	}
}
@media (min-width: 1600px) {
	.top-banner.left-oriented .decor-element {
		width: 12%;
	}
	.blog-post-thumbnail,
	.gallery-carousel-thumbnail {
		height: 350px;
	}
}
/* footer */
.footer {
	background: #030E14;
	padding: 40px 0;
}
.footer .logotype {
	margin-bottom: 45px;
	display: inline-block;
}
.footer .logotype img {
	max-width: 226px;
}
.footer .map {
	margin-bottom: 30px;
}
.footer .map img {
	width: 100%;
}
.social-buttons {
	text-align: center;
	margin-top: 19px;
}
.social-buttons a {
	display: inline-block;
	border-radius: 50%;
	width: 48px;
	height: 48px;
	text-align: center;
	line-height: 48px;
	font-size: 30px;
	background: #fff;
	color: #000;
	margin: 0 14px 40px 14px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.social-buttons a:hover {
	background: #db233a;
	color: #fff;
}
.footer .langs-switcher {	
	justify-content: space-around;
	margin-bottom: 41px;
}
.styled-link {
	font-size: 15px;
	line-height: 20px;
	font-weight: 700;
	white-space: nowrap;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: #db233a;
	padding-bottom: 3px;
	border-bottom: 1.5px solid #db233a;
	text-decoration: none;
	display: inline-block;
}
.styled-link:hover {
	color: #db233a;
	border-bottom-color: transparent;
}
.footer h5 {
	letter-spacing: 0.2em;
	text-transform: uppercase;
	margin-bottom: 20px;
	min-height: 43px;
}
.footer h5 a {
	text-decoration: none;
	color: #fff;
}
.footer .footer-menu-column {
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 40px;
}
.footer .footer-menu-column:last-of-type {
	margin-bottom: 0;
}
.footer .footer-menu-column h5 {
	margin-bottom: 24px;
}
.footer .footer-menu-column .footer-address-block {
	opacity: .8;
}
.footer .footer-menu-column .footer-address-block a {
	color: #fff;
	text-decoration: none;
}
.footer .footer-menu-column .footer-address-block p {
	margin-bottom: 16px;
}
.footer .menu {
	margin: 0;
	padding: 0;
	opacity: .8;
	list-style: none;
}
.footer .menu li {	
	margin-bottom: 16px;
}
.lang-ru .footer .menu li {
	letter-spacing: -.5px;
}
.footer .menu li a {
	color: #fff;
	text-decoration: none;
}
.footer .menu li a:hover {
	text-decoration: underline;
}
.footer .acf-map {
	height: 332px;
}
.bottom-footer {
	background: #05131B;
	padding: 15px 0;
}
.bottom-footer .footer-caption {
	font-weight: 500;
	font-size: 12px;
	line-height: 1.5;
	opacity: .7;
	text-align: center;
}
.bottom-footer .footer-caption a {
	text-decoration: none;
	color: #fff;
}
.logo-column {
	text-align: center;
}
.show-portfolio-link {
	margin-bottom: 40px;
}
.otgs-development-site-front-end {
	display: none;
}
/* footer responsive */
@media (min-width: 768px) {
	.social-buttons a {
		width: 32px;
		height: 32px;
		line-height: 33px;
		font-size: 20px;
		margin: 0 9px 40px 9px;
	}
	.logo-column {
		text-align: left;
	}
	.footer .langs-switcher {
		justify-content: flex-start;
		margin-top: 23px;
	}	
}
@media (min-width: 992px) {
	.footer-menu-columns {
		display: flex;
		justify-content: space-between;	
	}
	.footer .footer-menu-column {
		margin-bottom: 0;
		padding: 0 10px;
	}
	.lang-ro .footer .footer-menu-column:nth-of-type(3) {
		padding-left: 30px;
	}
	.footer .footer-menu-column:first-of-type {
		padding-left: 0;
	}
	.footer .footer-menu-column:last-of-type {		
		padding-right: 0;
	}
	.lang-ro .footer .footer-menu-column:last-of-type {
		padding-left: 25px;
	}
}
@media (min-width: 1400px) {
	.footer .footer-menu-column {
		padding: 0 15px;
	}
}
/* common */
h1, h2, h3, h4, h5 {
	margin-bottom: 0;
}
h1 {
	font-weight: bold;
	font-size: 30px;
	line-height: 32px;
}
h2 {
	font-size: 26px;
	line-height: 30px;
	font-weight: 500;
}
h3 {
	font-weight: 400;
	font-size: 22px;
	line-height: 30px;
	letter-spacing: -0.01em;
	text-transform: uppercase;
}
h4 {
	font-size: 18px;
	line-height: 26px;
	text-transform: uppercase;	
}
h5 {
	font-weight: 700;
	font-size: 16px;
	line-height: 24px;
}
.btn,
.wp-block-button .wp-element-button {
	font-weight: 700;
	text-transform: uppercase;
	border-radius: 0;
	padding: 9px 10px;
	letter-spacing: 0.2em;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	font-size: 14px;
	line-height: 20px;
}
.btn:focus {
	box-shadow: none !important;
}
.btn-primary,
.wp-block-button .wp-element-button  {
	color: #fff;
	background: #db233a;
	border-color: #db233a;
}
.btn-primary:hover,
.wp-block-button .wp-element-button:hover  {
	color: #db233a !important;
	background: #fff !important;
	border-color: #fff !important;
}
.btn-secondary,
.btn-secondary:disabled,
.editor-btn-secondary .wp-element-button {
	background: #fff;
	color: #db233a;
	border-color: #fff;
}
.btn-secondary:hover,
.btn-secondary:hover:disabled,
.btn-secondary:focus,
.editor-btn-secondary .wp-element-button:hover {
	background: #db233a !important;
	color: #fff !important;
	border-color: #db233a !important;
}
.btn.arrow-forward {
	padding-right: 40px;
}
.btn-secondary.arrow-forward {
	position: relative;
}
.btn-secondary.arrow-forward:after {
	content: '\e803';
	font-family: "montaco-icons";
	font-style: normal;
	font-weight: normal;
	speak: never;
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -10px;
}
.btn-light {
	background: none;
	border: 1px solid #FFFFFF;
	color: #a3a9af;
}
.btn-light:hover {
	background: none !important;
	border: 1px solid #FFFFFF !important;
	color: #a3a9af !important;
}
.clear {
	clear: both;
}
.container,
.container-fluid {
	padding-left: 20px;
	padding-right: 20px;
}
.row {
	margin-left: -20px;
	margin-right: -20px;
}
.row > * {
	padding-left: 20px;
	padding-right: 20px;
}
p {
	margin-bottom: 40px;
}
a, a:hover {
	color: #DB233A;
}
.grecaptcha-badge { 
    visibility: hidden;
}
/* common responsive */
@media (min-width: 414px) {
	.btn,
	.wp-block-button .wp-element-button {
		font-size: 16px;
		line-height: 24px;
	}
	.btn-secondary.arrow-forward:after {
		margin-top: -12px;		
	}
}


@media (min-width: 768px) {
	h1 {
		font-size: 50px;
		line-height: 60px;
	}	
}
@media (min-width: 1200px) {	
	.btn.arrow-forward {
		padding-right: 56px;
		padding-left: 20px;
	}
	.btn.arrow-forward:before {
		right: 20px;
	}
	.btn.arrow-forward:hover:before {
		right: 15px;
	}
	h1 {
		font-size: 80px;
		line-height: 90px;
	}
	h2 {
		font-size: 40px;
		line-height: 45px;
	}
	h3 {
		font-size: 32px;
		line-height: 40px;
	}	
	h4 {
		font-size: 24px;
		line-height: 32px;
	}
	.styled-link {
		font-size: 16px;
	}	
	.social-buttons {
		text-align: right;
	}
	.social-buttons a {
		margin: 0 0 40px 18px;
	}
	.show-portfolio-link {
		margin-bottom: 0;
	}
}
@media (min-width: 1400px) {
	.container, .container-lg, 
	.container-md, .container-sm, 
	.container-xl, .container-xxl {
		max-width: 1270px;
	}
}
