/*!
Theme Name: PW Construction
Theme URI: http://underscores.me/
Author: MX-Studio
Author URI: https://www.mx-studio.pl/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: pwconstruction
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

PW Construction is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap');

:root {
	--container: 1180px;

	--text-size: 16px;
	--text-size-sm: 14px;
	--text-size-esm: 12px;
	--h1-size: 45px;
	--h2-size: 30px;
	--h3-size: 24px;
	--h4-size: 20px;
	--h5-size: 18px;
	--h6-size: 16px;

	--text-color: #292929;
	--heading-color: #1E1E1E;
	--brown: #DFB471;
	--white: #ffffff;
	--beige: #FAF7F2;
	--grey: #878787;
}
*, ::after, ::before {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	margin: 0;
	padding: 0;
	font-size: var(--text-size);
	font-weight: 300;
	font-family: 'Poppins', sans-serif;
	line-height: 1.45;
	color: var(--text-color);
	background: var(--white);
}
a {
	color: var(--black);
	transition: .5s;
}
a:hover {
	color: var(--brown);
}
img {
	margin: 0;
	vertical-align: middle;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}
.bg-cover {
	position: relative;
}
.bg-cover img,
.bg-cover video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.bg-cover span {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	margin: 0 0 16px;
	line-height: 1.12;
}
h1 {
	font-size: var(--h1-size);
}
h2 {
	font-size: var(--h2-size);
}
h3 {
	font-size: var(--h3-size);
}
h4 {
	font-size: var(--h4-size);
}
h5 {
	font-size: var(--h5-size);
}
h6 {
	font-size: var(--h6-size);
}
p, ul, ol, blockquote {
	margin: 0 0 16px;
}
h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child, p:last-child, ul:last-child, ol:last-child, blockquote:last-child {
	margin-bottom: 0;
}
iframe {
	max-width: 100%;
}
.form-fields {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -3px -6px;
}
.form-field {
	position: relative;
	flex: 0 0 100%;
	max-width: 100%;
	padding: 0 3px;
	margin-bottom: 6px;
}
.form-field-50 {
	flex: 0 0 50%;
	max-width: 50%;
}
.form-field-label {
	font-weight: 500;
	line-height: 1.2;
}
::-webkit-input-placeholder {
	color: #A8A8A8;
}
::-moz-placeholder {
	color: #A8A8A8;
}
:-ms-input-placeholder {
	color: #A8A8A8;
}
:-moz-placeholder {
	color: #A8A8A8;
}
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"],
select,
textarea {
	font-size: var(--text-size);
	font-weight: 300;
	font-family: 'Poppins', sans-serif;
	line-height: 1.5;
	width: 100%;
	background: transparent;
	border: none;
	border-bottom: 1px solid #E8E1D7;
	color: var(--black);
	padding: 12px 0;
	min-height: 50px;
	outline: none;
	transition: .5s;
}
textarea {
	height: 110px;
	resize: vertical;
}
select {
	cursor: pointer;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="password"]:focus,
select:focus,
textarea:focus {
	border-color: var(--brown);
}
.form-field-button.center {
	text-align: center;
}
.wpcf7-spinner {
	position: absolute;
	right: 0;
	top: 0;
}
.wpcf7-not-valid-tip {
	font-weight: 300;
	margin-top: 2px;
	font-size: var(--text-size-esm);
}
.wpcf7 form .wpcf7-response-output {
	margin: 20px 0 0;
	padding: 10px 15px;
	font-size: var(--text-size-sm);
	font-weight: 300;
}
.form-field-policy {
	line-height: 1.35;
	font-weight: 400;
	color: #D0CAC1;
	font-size: var(--text-size-esm);
	margin: 12px 0 16px;
}
.form-field-policy a {
	text-decoration: underline;
	color: var(--text-color);
}
.form-field-policy a:hover {
	color: var(--black);
}
.wpcf7-acceptance {
	display: block;
	cursor: pointer;
}
.wpcf7-acceptance .wpcf7-list-item {
	margin-left: 0;
	display: block;
}
.wpcf7-acceptance .wpcf7-list-item-label {
	display: block;
	padding-left: 30px;
	cursor: pointer;
}
.wpcf7-acceptance label {
	position: relative;
	display: inline-block;
}
.wpcf7-acceptance input[type="checkbox"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none;
	display: inline-block;
	vertical-align: middle;
	background: transparent;
	border: 1px solid var(--brown);
	width: 20px;
	height: 20px;
	outline: 0;
	padding: 0px;
	margin: 0;
	margin-right: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	position: absolute;
	left: 0;
	top: 0;
	cursor: pointer;
	transition: .5s;
}
.wpcf7-acceptance input[type="checkbox"]:checked:after {
	content: '';
    width: 6px;
    height: 11px;
    border-bottom: 2px solid var(--brown);
    border-right: 2px solid var(--brown);
    display: block;
    position: absolute;
    top: 2px;
    left: 6px;
    transform: rotate(45deg);
}

.screen-reader-text {
	display: none;
}
.container {
	width: 100%;
	max-width: var(--container);
	margin-left: auto;
	margin-right: auto;
}
.section {
	position: relative;
	padding-top: 90px;
	padding-bottom: 90px;
	z-index: 1;
}
.pt-0 {
	padding-top: 0 !important;
}
.pb-0 {
	padding-bottom: 0 !important;
}
.mt-0 {
	margin-top: 0 !important;
}
.mb-0 {
	margin-bottom: 0 !important;
}
@media (min-width: 992px) {
	.hide-lg {
		display: none !important;
	}
}
.bg-beige {
	background: var(--beige);
}
.bg-brown {
	background: var(--brown);
}
.overflow-section {
	overflow: hidden;
}


.heading {
	position: relative;
	margin-bottom: 32px;
	color: var(--brown);
}
.heading.center {
	text-align: center;
}
.heading.white {
	color: var(--white);
}
.heading h2 {
	font-size: var(--h1-size);
	line-height: 1.22;
	text-transform: uppercase;
}
.heading h2:after {
	content: '';
	display: block;
	margin-top: 12px;
	width: 73px;
	height: 1px;
	background: var(--brown);
}
.heading.center h2:after {
	margin-left: auto;
	margin-right: auto;
}
.heading h3 {
	font-size: var(--h2-size);
	line-height: 1.33;
	text-transform: uppercase;
}
.heading p {
	font-size: var(--h3-size);
	font-weight: 400;
	color: var(--heading-color);
}
.heading.white p {
	color: var(--white);
}


.btn {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: var(--text-size);
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	line-height: 1.5;
	border: 1px solid transparent;
	padding: 12px 24px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	border-radius: 25px;
	outline: none;
	min-width: 170px;
	min-height: 50px;
	text-decoration: none;
	cursor: pointer;
	transition: .5s;
}
.btn-lg {
	font-size: var(--h5-size);
	padding: 20px 40px 18px;
	-moz-border-radius: 35px;
	-webkit-border-radius: 35px;
	border-radius: 35px;
	min-width: 268px;
	min-height: 70px;
}
.btn-primary {
	background-color: var(--brown);
	border-color: var(--brown);
	color: var(--white);
}
.btn-primary:hover {
	background-color: var(--heading-color);
	border-color: var(--heading-color);
	color: var(--white);
}

/*
.owl-dots {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 40px;
	z-index: 9;
}
.owl-dots button {
	flex: 0 0 6px;
	max-width: 6px;
	width: 6px;
	height: 6px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	margin-right: 8px;
	transition: .5s;
}
.owl-carousel.white .owl-dots button {
	background: var(--white) !important;
}
.owl-dots button:last-child {
	margin-right: 0;
}
.owl-dots button:hover {
	opacity: .8;
}
.owl-dots button.active {
	flex: 0 0 32px;
	max-width: 32px;
	width: 32px;
}*/

.owl-nav {
	position: relative;
	display: flex;
	align-items: center;
	z-index: 9;
}
.owl-nav button {
	position: relative;
	flex: 0 0 72px;
	max-width: 72px;
	width: 72px;
	height: 72px;
	margin-right: 8px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: var(--brown) !important;
	display: flex;
	align-items: center;
	justify-content: center;
	border: none;
	outline: none;
	padding: 0;
	cursor: pointer;
	transition: .5s;
}
.owl-nav button:hover {
	background: var(--heading-color) !important;
}
.owl-nav button:last-child {
	margin-right: 0;
}
.owl-nav button:disabled,
.owl-nav button[disabled],
.owl-nav button.disabled {
	opacity: .15;
	cursor: not-allowed;
}
.owl-nav button:before {
	content: '';
	-webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-image: url(images/arrow-right.svg);
    mask-image: url(images/arrow-right.svg);
    background-color: #f0f0f0;
    flex: 0 0 26px;
    max-width: 26px;
    width: 26px;
    height: 30px;
    transition: .5s;
    z-index: 1;
}
.owl-nav button.owl-prev:before {
	transform: rotate(-180deg);
}

/*
.soc-links {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	align-items: center;
}
.soc-links li {
	margin-right: 20px;
}
.soc-links li:last-child {
	margin-right: 0;
}
.soc-links li a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	background: var(--green);
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
.soc-links li a:hover {
	background: var(--green-2);
}
.soc-links li a svg {
	max-height: 24px;
	max-width: 24px;
}
.soc-links li a path {
	fill: var(--white);
	transition: .5s;
}
*/


.modal-mobile {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -9999;
	opacity: 0;
	transition: .5s;
}
.modal-mobile.show {
	z-index: 9999;
	opacity: 1;
}
.modal-mobile-bg {
	background: #1e1e1e;
	position: absolute;
	opacity: 0;
	transition: .5s;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}
.modal-mobile.show .modal-mobile-bg {
	opacity: .85;
}
.modal-mobile-wrap {
	position: relative;
	background: var(--white);
	height: 100%;
	width: 100%;
	max-width: 360px;
	margin-left: auto;
	transform: translateX(100%);
	padding: 60px 20px 20px;
	transition: .5s;
	overflow: auto;
	z-index: 1;
}
.modal-mobile.show .modal-mobile-wrap {
	transform: translateX(0);
}
.modal-mobile-close {
	position: absolute;
	top: 15px;
	right: 15px;
	-webkit-mask-image: url(images/close.svg);
	mask-image: url(images/close.svg);
	-webkit-mask-size: 24px;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	background-color: var(--heading-color);
	width: 32px;
	height: 32px;
	border: none;
	padding: 0;
	cursor: pointer;
	outline: none !important;
	transition: .5s;
}
.modal-mobile-close:hover {
	background-color: var(--brown);
}
.mobile-phone {
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 600;
	color: var(--heading-color);
}
.mobile-phone a:first-child {
	flex: 0 0 auto;
	display: inline-block;
	padding-top: 4px;
	text-decoration: none;
}
.mobile-phone a.whatsapp {
	display: flex;
	flex: 0 0 20px;
	max-width: 20px;
	margin-left: 10px;
}
.mobile-menu {
	margin: 0;
	padding: 0;
	list-style: none;
}
.mobile-menu li {
	position: relative;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	z-index: 1;
}
.mobile-menu li:last-child {
	margin-bottom: 0;
}
.mobile-menu > li {
	border-bottom: 1px solid var(--beige);
}
.mobile-menu > li:last-child {
	border-bottom: 0;
}
.mobile-menu li a {
	order: 1;
	flex: 0 0 100%;
	max-width: 100%;
	position: relative;
	font-weight: 500;
	display: block;
	padding: 13px 0;
	text-decoration: none;
	z-index: 1;
}
.mobile-menu li:hover > a,
.mobile-menu li.current-menu-item > a {
	color: var(--brown);
}


.modal {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1055;
	display: none;
	width: 100%;
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	outline: 0;
}
.modal-dialog {
	position: relative;
	width: auto;
	max-width: 550px;
	margin: 1.75rem auto;
	pointer-events: none;
	display: flex;
	align-items: center;
	min-height: calc(100% - 3.5rem);
}
.modal-content {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100%;
	pointer-events: auto;
	background-color: var(--white);
	background-clip: padding-box;
	outline: 0;
	padding: 80px 50px 50px;
	overflow: hidden;
	z-index: 1;
}
.modal-backdrop {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1050;
	width: 100vw;
	height: 100vh;
	background-color: #1e1e1e;
	opacity: 0;
	z-index: -1;
}
.modal-backdrop.show {
	opacity: .85;
	z-index: 1049;
}
.modal-title {
	font-size: calc(var(--h2-size) / 1.1);
	font-weight: 500;
	line-height: 1.2;
	margin-bottom: 32px;
	text-align: center;
	text-transform: uppercase;
	color: var(--heading-color);
}
.modal-close {
	position: absolute;
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-image: url(images/close.svg);
	mask-image: url(images/close.svg);
	background-color: #D7D3C9;
	width: 24px;
	height: 24px;
	top: 32px;
	right: 32px;
	border: none;
	cursor: pointer;
	padding: 0;
	transition: .5s;
	z-index: 9;
}
.modal-close:hover {
	background-color: var(--heading-color);
}
.modal-form {
	max-width: 330px;
	margin-left: auto;
	margin-right: auto;
}
.modal-form .form-field-button {
	text-align: center;
}


.wp-caption {
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}
.wp-caption-text {
	text-align: center;
}
.gallery {
	display: flex;
	flex-wrap: wrap;
	margin: 26px -12px 2px;
}
.gallery:first-child {
	margin-top: 0;
}
.gallery:last-child {
	margin-bottom: -24px;
}
.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
	margin: 0 0 24px;
	padding: 0 12px;
}
.gallery-item * {
	height: 100%;
}
.gallery-item > * {
	overflow: hidden;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	border: 1px solid var(--grey-light);
}
.gallery-columns-2 .gallery-item {
	flex: 0 0 calc(100% / 2);
	max-width: calc(100% / 2);
}
.gallery-columns-3 .gallery-item {
	flex: 0 0 calc(100% / 3);
	max-width: calc(100% / 3);
}
.gallery-columns-4 .gallery-item {
	flex: 0 0 calc(100% / 4);
	max-width: calc(100% / 4);
}
.gallery-columns-5 .gallery-item {
	flex: 0 0 calc(100% / 5);
	max-width: calc(100% / 5);
}
.gallery-columns-6 .gallery-item {
	flex: 0 0 calc(100% / 6);
	max-width: calc(100% / 6);
}
.gallery-columns-7 .gallery-item {
	flex: 0 0 calc(100% / 6);
	max-width: calc(100% / 6);
}
.gallery-columns-8 .gallery-item {
	flex: 0 0 calc(100% / 8);
	max-width: calc(100% / 8);
}
.gallery-columns-9 .gallery-item {
	flex: 0 0 calc(100% / 9);
	max-width: calc(100% / 9);
}
.gallery-caption {
	display: block;
}
.alignleft {
	float: left;
	margin-right: 50px;
	margin-bottom: 20px;
}
.alignright {
	float: right;
	margin-left: 50px;
	margin-bottom: 20px;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}

.wrapper {
	position: relative;
	z-index: 1;
}

.header {
	position: sticky;
	top: 0;
	padding: 24px 0;
	background: var(--white);
	border-bottom: 1px solid var(--brown);
	z-index: 92;
}
.header-wrap {
	display: flex;
	align-items: center;
	height: 48px;	
}
.header-logo {
	margin-right: 20px;
}
.header-logo img {
	max-height: 48px;
}
.main-menu {
	flex: auto;
	max-width: 100%;
	margin: 0 20px 0 0;
	padding: 0;
	list-style: none;
	display: flex;
	align-items: center;
	justify-content: space-around;
}
.main-menu li {
	margin-right: 0;
}
.main-menu li:last-child {
	margin-right: 0;
}
.main-menu li a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 10px 18px 6px;
	min-height: 40px;
	text-decoration: none;
	text-transform: uppercase;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
}
.main-menu li a:hover {
	background: var(--brown);
	color: var(--white);
}
.header-phone {
	flex: 0 0 auto;
	margin: 0 20px 0 0;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 600;
	color: var(--heading-color);
}
.header-phone a:first-child {
	flex: 0 0 auto;
	display: inline-block;
	padding-top: 4px;
	text-decoration: none;
}
.header-phone a.whatsapp {
	display: flex;
	flex: 0 0 20px;
	max-width: 20px;
	margin-left: 10px;
}
.lang-menu {
	margin: 0;
	padding: 0;
	list-style: none;
}
.lang-menu > li {
	position: relative;
}
.lang-menu > li > a {
	position: relative;
	text-transform: uppercase;
	display: flex;
	align-items: center;
	width: 60px;
	height: 20px;
	text-decoration: none;
	font-weight: 400;
	padding-top: 4px;
	z-index: 1;
}
.lang-menu > li > a:hover {
	opacity: .8;
}
.lang-menu > li > a:before {
	content: '';
	background: url(images/world.svg) no-repeat center;
	background-size: contain;
	flex: 0 0 20px;
	max-width: 20px;
	height: 20px;
	margin-right: 6px;
	margin-top: -4px;
}
.lang-menu > li.menu-item-has-children > a:after{
	content: '';
	background: url(images/triangle-down.svg) no-repeat center;
	background-size: contain;
	flex: 0 0 10px;
	max-width: 10px;
	width: 10px;
	height: 10px;
	margin-left: auto;
	margin-top: -4px;
	transition: .5s;
}
.lang-menu > li.active > a:after {
	transform: rotate(-180deg);
}
.lang-menu ul {
	display: none;
	position: absolute;
	top: calc(100% + 10px);
	right: 0px;
	width: 100%;
	background: var(--beige);
	border: 1px solid var(--brown);
	margin: 0;
	padding: 0;
	list-style: none;
	z-index: 9;
}
.lang-menu ul li {
	position: relative;
	text-align: center;
	border-bottom: 1px solid var(--brown);
	z-index: 1;
}
.lang-menu ul li:last-child {
	border-bottom: none;
}
.lang-menu ul li a {
	text-transform: uppercase;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 30px;
	text-decoration: none;
}

.header-toggle {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.header-toggle button {
	flex: 0 0 36px;
	max-width: 36px;
	width: 36px;
	height: 36px;
	-webkit-mask-image: url(images/menu.svg);
	mask-image: url(images/menu.svg);
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	background-color: var(--brown);
	border-radius: 0;
	border: none;
	padding: 0;
	outline: none !important;
	cursor: pointer;
	transition: .5s;
}
.header-toggle button:hover {
	background-color: var(--heading-color);
}





.main {
	position: relative;
	overflow: hidden;
	z-index: 1;
}




.footer {
	position: relative;
	z-index: 1;
}
.footer-main {
	position: relative;
	border-top: 1px solid #E8E1D7;
	padding: 70px 0;
	z-index: 1;
}
.footer-wrap {
	display: flex;
	justify-content: space-between;
	margin: 0 -12px;
}
.footer-widget {
	position: relative;
	padding: 0 12px;
	z-index: 1;
}
.footer-widget.contacts {
	flex: 0 0 calc(100% / 3 * 2);
	max-width: calc(100% / 3 * 2);
}
.footer-widget-title {
	font-size: var(--h3-size);
	font-weight: 500;
	text-transform: uppercase;
	margin-bottom: 24px;
	color: var(--text-color);
}
.footer-contacts {
	display: flex;
	justify-content: space-between;
	margin: 0 -12px;
}
.footer-contacts-item {
	position: relative;
	padding: 0 12px;
}
.footer-contacts-label {
	font-size: var(--text-size-sm);
	color: var(--grey);
	margin-bottom: 8px;
}
.footer-contacts-value {
	color: var(--text-color);
}
.footer-contacts-value p {
	margin-bottom: 5px;
}
.footer-contacts-value p:last-child {
	margin-bottom: 0;
}
.footer-contacts-value a {
	color: var(--text-color);
	text-decoration: none;
}
.footer-contacts-value a:hover {
	color: var(--brown);
}
.footer-contacts-item.phone .footer-contacts-value {
	margin-top: -2px;
}
.footer-contacts-item.phone .footer-contacts-value p {
	font-weight: 400;
	font-size: var(--h5-size);
	line-height: calc(var(--text-size) * 1.45);
	display: flex;
	align-items: center;
}
.footer-contacts-item.phone .footer-contacts-value p a.whatsapp {
	display: flex;
	flex: 0 0 20px;
	max-width: 20px;
	margin-left: 10px;
}
.footer-menu {
	margin: 0;
	padding: 0;
	list-style: none;
	-moz-column-count: 2;
	-webkit-column-count: 2;
	column-count: 2;
}
.footer-menu li {
	page-break-inside: avoid;
	break-inside: avoid;
	margin-bottom: 5px;
}
.footer-menu li a {
	text-decoration: none;
}
.footer-bottom {
	position: relative;
	padding: 30px 0;
	border-top: 1px solid #E8E1D7;
	z-index: 1;
}
.footer-bottom-wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.footer-bottom p {
	margin: 0;
	font-size: var(--text-size-esm);
	color: var(--grey);
}
.footer-bottom p a {
	color: var(--brown);
	text-decoration: none;
}
.footer-bottom p a:hover {
	color: var(--heading-color);
}
.copyright {
	text-transform: uppercase;
}




.hero-section {
	min-height: calc(100vh - 97px);
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.hero-bg {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
}
.hero-bg:after {
	content: '';
	background: var(--heading-color);
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: .65;
	z-index: 1;
}
.hero-heading {
	font-size: calc(var(--h1-size) * 1.333);
	text-align: center;
	color: var(--white);
	text-transform: uppercase;
}
.hero-description {
	font-size: var(--h2-size);
	color: var(--white);
	font-weight: 400;
	text-align: center;
	margin-bottom: 60px;
}
.hero-button {
	text-align: center;
}



.about-wrap {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.about-left {
	flex: 0 0 calc(45% - 12px);
	max-width: calc(45% - 12px);
}
.about-images {
	display: flex;
	justify-content: space-between;
	padding-top: 32px;
}
.about-image {
	flex: 0 0 calc(50% - 4px);
	max-width: calc(50% - 4px);
	height: calc((((var(--container) * .45 - 12px)) * .5 - 4px) / .6467);
}
.about-image.image-2 {
	margin-top: 80px;
}
.about-right {
	flex: 0 0 calc(50% - 12px);
	max-width: calc(50% - 12px);
}
.about-content {
	text-align: justify;
}
.about-content.content-1 {
	font-weight: 400;
	margin-bottom: 16px;
	font-size: calc(var(--h4-size) * 1.1);
	color: var(--heading-color);
}
.about-content.content-2 {
	font-size: var(--h5-size);
}



.offer-contents {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0 -37px -35px;
}
.offer-content {
	flex: 0 0 calc(100% / 3);
	max-width: calc(100% / 3);
	margin: 0 0 35px;
	padding: 0 37px;
	text-align: justify;
	font-size: calc(var(--h4-size) * 1.1);
	color: var(--heading-color);
	font-weight: 400;
}
.offer-feedback {
	position: relative;
	margin: 40px auto 0;
	background: var(--beige);
	border: 1px solid var(--brown);
	max-width: 752px;
	padding: 45px 30px;
}
.offer-feedback-heading {
	font-size: var(--h2-size);
	font-weight: 500;
	line-height: 1.333;
	text-align: center;
	color: var(--heading-color);
	text-transform: uppercase;
}
.offer-feedback-button {
	text-align: center;
}



.servicesShort-items {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -5px -10px;
	padding-top: 40px;
}
.servicesShort-item {
	flex: 0 0 calc(100% / 4);
	max-width: calc(100% / 4);
	margin: 0 0 10px;
	padding: 0 5px;
	padding-top: 40px;
	margin-top: -40px;
}
.servicesShort-item:nth-child(2n+1) {
	padding-top: 0;
	padding-bottom: 40px;
}
.servicesShort-item__wrap {
	position: relative;
	height: 100%;
	min-height: calc((var(--container) - 10px * 3) / 4);
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	padding: 24px 28px;
	transition: .5s;
	z-index: 1;
}
.servicesShort-item__bg {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
}
.servicesShort-item__bg:after {
	content: '';
	background: var(--heading-color);
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: .65;
	z-index: 1;
}
.servicesShort-item__title {
	font-size: calc(var(--h4-size) * 1.1);
	line-height: 1.1;
	color: var(--white);
	text-align: right;
	font-weight: 400;
}



.services-items {
	position: relative;
}
.services-item {
	position: relative;
	z-index: 1;
}
.services-item__wrap {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row-reverse;
	transition: .5s;
	z-index: 1;
}
.services-item__bg {
	flex: 0 0 calc(100% / 3);
	max-width: calc(100% / 3);
	opacity: 0;
	transition: .5s;
}
.services-item__info:hover + .services-item__bg {
	opacity: 1;
}
.services-item__info {
	flex: 0 0 calc(100% / 3 * 2);
	max-width: calc(100% / 3 * 2);
	position: relative;
	display: flex;
	align-items: flex-start;
	padding: 42px 40px;
	border-bottom: 1px solid var(--brown);
	transition: .5s;
	z-index: 1;
}
.services-item:first-child .services-item__info {
	border-top: 1px solid var(--brown);
}
.services-item__info:hover {
	background: var(--beige);
}
.services-item__count {
	flex: 0 0 40px;
	max-width: 40px;
	margin-right: 30px;
	font-size: var(--h3-size);
	color: var(--heading-color);
	font-weight: 400;
	line-height: 1.1;
	transition: .5s;
}
.services-item__info:hover .services-item__count {
	color: var(--brown);
}
.services-item__title {
	flex: auto;
	font-size: calc(var(--h4-size) * 1.1);
	line-height: 1.1;
}





.advantages-bg {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
}
.advantages-bg:after {
	content: '';
	background: var(--heading-color);
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: .85;
	z-index: 1;
}
.advantages-items {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -20px -30px;
}
.advantages-item {
	flex: 0 0 calc((100% - 37%) / 3);
	max-width: calc((100% - 37%) / 3);
	margin: 0 0 30px;
	padding: 0 20px;
}
.advantages-item:nth-child(4n+1) {
	flex: 0 0 37%;
	max-width: 37%;
}
.advantages-item__wrap {
	position: relative;
	max-width: 280px;
	margin: 0 auto;
}
.advantages-item__image {
	display: flex;
	align-items: center;
	height: 64px;
	margin-bottom: 12px;
}
.advantages-item__image img {
	max-height: 64px;
}
.advantages-item__title {
	font-size: var(--h5-size);
	font-weight: 400;
	color: var(--white);
}





.career-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.career-left {
	flex: 0 0 calc(100% / 3 - 30px);
	max-width: calc(100% / 3 - 30px);
}
.career-right {
	flex: 0 0 calc(100% / 3 * 2 - 30px);
	max-width: calc(100% / 3 * 2 - 30px);
}
.career-items {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -4px -8px;
	padding-top: 70px;
}
.career-item {
	flex: 0 0 calc(100% / 3);
	max-width: calc(100% / 3);
	margin: 0 0 8px;
	padding: 0 4px;
	padding-top: 70px;
	margin-top: -70px;
}
.career-item:nth-child(2n+1) {
	padding-top: 0;
	padding-bottom: 70px;
}
.career-item__wrap {
	position: relative;
	height: 100%;
	transition: .5s;
	z-index: 1;
}
.career-item__image {
	position: relative;
	height: calc(((var(--container) / 3 * 2 - 30px) - 2 * 4px) / 3 / .6467);
	margin-bottom: 12px;
	z-index: 1;
}
.career-item__title {
	font-size: var(--h3-size);
	font-weight: 400;
	color: var(--heading-color);
	line-height: 1.15;
}




.projects-contents {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0 -30px -30px;
}
.projects-content {
	flex: 0 0 calc(100% / 2);
	max-width: calc(100% / 2);
	margin: 0 0 30px;
	padding: 0 30px;
	text-align: justify;
}
.projects-content.content-1 {
	font-size: var(--h3-size);
	font-weight: 400;
	color: var(--heading-color);
}
.projects-carousel {
	position: relative;
	margin-top: 42px;
	z-index: 1;
}
.projects-item__wrap {
	display: block;
	text-decoration: none;
}
.projects-item__bg {
	height: calc((var(--container) - 10px * 2) / 3 / 1.2);
}
.projects-item__info {
	position: relative;
	padding: 24px 28px;
	background: var(--brown);
	color: var(--white);
	opacity: 0;
	z-index: 1;
}
.owl-item.active .projects-item__info {
	opacity: 1;
}
.owl-item.active + .owl-item.active .projects-item__info {
	opacity: 0;
}
.projects-item__title {
	font-size: var(--h2-size);
	line-height: 1;
	margin-bottom: 10px;
	text-align: right;
	font-weight: 400;
}
.projects-item__location {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	font-size: var(--h5-size);
	font-weight: 400;
	line-height: 1.333;
}
.projects-item__location:before {
	content: '';
	background: url(images/location.svg) no-repeat center;
	background-size: contain;
	flex: 0 0 15px;
	max-width: 15px;
	width: 15px;
	height: 19px;
	margin-right: 10px;
}
.owl-projects-nav {
	position: absolute;
	top: calc((var(--container) - 10px * 2) / 3 / 1.2 + 30px);
	left: 50%;
	transform: translateX(-50%);
	z-index: 2;
}




.feedback-bg {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
}
.feedback-bg:after {
	content: '';
	background: var(--heading-color);
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: .85;
	z-index: 1;
}
.feedback-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.feedback-left {
	flex: 0 0 calc(50% - 15px);
	max-width: calc(50% - 15px);
}
.feedback-right {
	flex: 0 0 calc(50% - 15px);
	max-width: calc(50% - 15px);
	display: flex;
	justify-content: center;
}
.feedback-form {
	max-width: 330px;
	color: var(--white);
}
.feedback-form input,
.feedback-form textarea {
	color: var(--white);
}





.page-header {
	position: relative;
	padding: 40px 0;
}
.page-title {
	font-size: var(--h1-size);
	line-height: 1.22;
	text-transform: uppercase;
	color: var(--heading-color);
}
.page-title:after {
	content: '';
	display: block;
	margin-top: 12px;
	width: 73px;
	height: 1px;
	background: var(--brown);
}


.error-404-number {
	font-size: calc(var(--h1-size) * 5);
	font-weight: 500;
	color: var(--heading-color);
	line-height: 1;
	margin-bottom: 32px;
	text-align: center;
}
.error-404-button {
	text-align: center;
}



#back-to-top {
	display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 72px;
    height: 72px;
    background: var(--brown);
    border: none;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    cursor: pointer;
    padding: 0;
    outline: none;
    transition: .5s;
    z-index: 1000;
}
#back-to-top:hover {
	background: var(--heading-color);
}
#back-to-top:before {
	content: '';
	-webkit-mask-size: 30px;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-image: url(images/arrow-right.svg);
	mask-image: url(images/arrow-right.svg);
	background-color: #F0F0F0;
	transform: rotate(-90deg);
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
}





@media (max-width: 1279px) {
	:root {
		--container: 910px;

		--text-size: 15px;
		--text-size-sm: 14px;
		--text-size-esm: 12px;
		--h1-size: 36px;
		--h2-size: 24px;
		--h3-size: 20px;
		--h4-size: 18px;
		--h5-size: 16px;
		--h6-size: 15px;
	}
	.btn-lg {
		padding: 14px 24px;
		-moz-border-radius: 27px;
		-webkit-border-radius: 27px;
		border-radius: 27px;
		min-width: 220px;
		min-height: 54px;
	}
	.header-wrap {
		height: 36px;
	}
	.header-logo,
	.main-menu,
	.header-phone {
		margin-right: 16px;
	}
	.main-menu li a {
		padding: 10px 5px 6px;
	}
	.header-logo img {
		max-height: 36px;
		max-width: 120px;
	}
	.hero-section {
		min-height: calc(100vh - 86px);
	}
	.hero-description {
		margin-bottom: 40px;
	}
	.about-left {
    	flex: 0 0 calc(48% - 12px);
    	max-width: calc(48% - 12px);
	}
	.about-image {
		height: calc((((var(--container) * .48 - 12px)) * .5 - 4px) / .6467);
	}
	.about-content.content-1,
	.offer-content,
	.servicesShort-item__title,
	.services-item__title,
	.projects-content.content-1 {
		font-size: var(--h4-size);
	}
	.offer-contents {
		margin: 0 -20px -24px;
	}
	.offer-content {
		padding: 0 20px;
		margin-bottom: 24px;
	}
	.offer-feedback {
		padding: 36px 24px;
	}
	.footer-bottom {
		padding: 20px 0;
	}
	#back-to-top {
		width: 56px;
		height: 56px;
		bottom: 16px;
		right: 16px;
	}
	#back-to-top:before {
		-webkit-mask-size: 22px;
	}
	.owl-nav button {
		flex: 0 0 56px;
		max-width: 56px;
		width: 56px;
		height: 56px;
	}
	.owl-nav button:before {
		flex: 0 0 22px;
		max-width: 22px;
		width: 22px;
		height: 22px;
	}
}




@media (max-width: 991px) {
	:root {
		--container: 690px;

		--text-size: 15px;
		--text-size-sm: 14px;
		--text-size-esm: 12px;
		--h1-size: 32px;
		--h2-size: 24px;
		--h3-size: 20px;
		--h4-size: 18px;
		--h5-size: 16px;
		--h6-size: 15px;
	}
	.section {
		padding-top: 70px;
		padding-bottom: 70px;
	}
	.heading {
		margin-bottom: 24px;
	}
	.heading h2:after {
		margin-top: 6px;
	}
	.header {
		padding: 16px;
	}
	.main-menu,
	.lang-menu {
		display: none;
	}
	.header-logo {
		flex: auto;
	}
	.header-logo img {
		max-width: 100%;
	}
	.hero-section {
        min-height: calc(100vh - 69px);
    }
	.hero-description {
		font-size: var(--h3-size);
		margin-bottom: 24px;
	}
	.about-content.content-1, .offer-content, .servicesShort-item__title, .services-item__title, .projects-content.content-1 {
        font-size: var(--h5-size);
    }
    .about-right {
    	flex: 0 0 100%;
    	max-width: 100%;
    	order: 1;
    	margin-bottom: 24px;
    }
    .about-left {
    	flex: 0 0 100%;
    	max-width: 100%;
    	order: 2;
    }
    .about-images {
    	padding-top: 0;
    }
	.about-image {
		height: calc((var(--container) * .5 - 4px) / .6467);
	}
	.about-image.image-2 {
		margin-top: 40px;
	}
	.offer-contents,
	.projects-contents {
		margin: 0;
	}
	.offer-content,
	.projects-content {
		flex: 0 0 100%;
		max-width: 100%;
		padding: 0;
		margin-bottom: 24px;
	}
	.offer-content:last-child,
	.projects-content:last-child {
		margin-bottom: 0;
	}
	.servicesShort-item {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.servicesShort-item__wrap {
		min-height: calc((var(--container) - 10px) / 2);
	}
	.services-item__bg {
		opacity: 1;
	}
	.services-item__info {
		padding: 24px;
	}
	.services-item__count {
		margin-right: 16px;
	}
	.advantages-items {
		margin: 0 -12px -24px;
	}
	.advantages-item,
	.advantages-item:nth-child(4n+1) {
		flex: 0 0 50%;
		max-width: 50%;
		margin: 0 0 24px;
		padding: 0 12px;
	}
	.advantages-item:nth-child(1) {
		flex: 0 0 100%;
		max-width: 100%;
		margin-bottom: 0 !important;
	}
	.advantages-item__wrap {
		max-width: 100%;
	}
	.career-left {
		flex: 0 0 100%;
		max-width: 100%;
		margin-bottom: 40px;
	}
	.career-right {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.career-items {
		padding-top: 40px;
	}
	.career-item {
		padding-top: 40px;
		margin-top: -40px;
	}
	.career-item:nth-child(2n+1) {
		padding-top: 0;
		padding-bottom: 40px;
	}
	.career-item__image {
		height: calc((var(--container) - 2 * 4px) / 3 / .6467);
	}
	.projects-item__info {
		padding: 16px 24px;
	}
	.projects-item__title {
		font-size: var(--h4-size);
		line-height: 1.15;
	}
	.projects-item__location {
		font-size: var(--h6-size);
	}
	.feedback-left {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.feedback-right {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.feedback-form {
		max-width: 100%;
	}
	.footer-main {
		padding: 50px 0;
	}
	.footer-wrap {
		margin: 0;
		flex-wrap: wrap;
	}
	.footer-widget {
		flex: 0 0 100% !important;
		max-width: 100% !important;
		margin-bottom: 24px;
		padding: 0;
	}
	.footer-widget:last-child {
		margin-bottom: 0;
	}
}





@media (max-width: 767px) {
	:root {
		--container: 510px;

		--text-size: 15px;
		--text-size-sm: 14px;
		--text-size-esm: 12px;
		--h1-size: 32px;
		--h2-size: 24px;
		--h3-size: 20px;
		--h4-size: 18px;
		--h5-size: 16px;
		--h6-size: 15px;
	}
	.heading br,
	.advantages-item__title br {
		display: none;
	}
	.owl-projects-nav {
		left: auto;
		right: 0;
		top: calc((var(--container) - 10px) / 2 / 1.2 + 30px);
	}
	.projects-item__bg {
    	height: calc((var(--container) - 10px) / 2 / 1.2);
	}
	.footer-contacts {
		flex-wrap: wrap;
	}
	.footer-contacts-item {
		flex: 0 0 100%;
		max-width: 100%;
		margin-bottom: 16px;
	}
	.footer-contacts-item:last-child {
		margin-bottom: 0;
	}
}



@media (max-width: 575px) {
	:root {
		--container: calc(100vw - 30px);

		--text-size: 15px;
		--text-size-sm: 14px;
		--text-size-esm: 12px;
		--h1-size: 28px;
		--h2-size: 22px;
		--h3-size: 20px;
		--h4-size: 18px;
		--h5-size: 16px;
		--h6-size: 15px;
	}
	.heading p {
		font-size: var(--h5-size);
	}
	.offer-feedback {
        padding: 24px 16px;
        margin-top: 24px;
    }
    .servicesShort-item__wrap {
    	padding: 16px 12px;
    }
    .services-item__info {
    	flex-wrap: wrap;
    }
    .services-item__count {
    	flex: 0 0 100%;
    	max-width: 100%;
    	margin-right: 0;
    	margin-bottom: 8px;
    }
	.footer-menu {
		-moz-column-count: 1;
		-webkit-column-count: 1;
		column-count: 1;
	}
	.services-item__title,
	.advantages-item__title {
		font-size: var(--h6-size);
	}
	.career-items {
		margin-bottom: -16px;
	}
	.career-item {
		flex: 0 0 100%;
		max-width: 100%;
		padding-top: 0 !important;
		padding-bottom: 0 !important;
		margin-top: 0 !important;
		margin-bottom: 16px;
	}
	.career-item__image {
        height: calc(var(--container) / .85);
    }
    .projects-carousel {
    	margin-top: 24px;
    }
    .owl-projects-nav {
    	position: relative;
    	top: 0;
    	right: 0;
    	left: 0;
    	transform: none;
    	margin-top: 16px;
    	justify-content: center;
    }
    .projects-item__bg {
        height: calc(var(--container) / 1.2);
    }
    .modal-dialog {
    	max-width: 100%;
    	margin-left: 15px;
    	margin-right: 15px;
    }
    .modal-content {
    	padding: 60px 24px 24px;
    }
    .modal-close {
    	width: 20px;
    	height: 20px;
    	top: 24px;
    	right: 24px;
    }
    .modal-title {
    	margin-bottom: 16px;
    }
    .page-header {
    	padding: 24px 0 36px;
    }
    .header-phone {
    	font-size: var(--text-size-sm);
    }
    .header-phone a.whatsapp {
    	flex: 0 0 16px;
    	max-width: 16px;
    	margin-left: 8px;
    }
}



/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}
