/*!
Theme Name: Kovger
Theme URI: http://underscores.me/
Author: WEBTOP
Author URI: https://web24.pro/
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: kovger
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.

Kovger 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=Raleway:ital,wght@0,100..900;1,100..900&display=swap');

:root {
	--container: 1316px;

	--text-size: 16px;
	--text-size-sm: 14px;

	--h1-size: 32px;
	--h2-size: 28px;
	--h3-size: 24px;
	--h4-size: 22px;
	--h5-size: 20px;
	--h6-size: 18px;
	
	--black: #000000;
	--white: #FFFFFF;
	--blue: #1C4D80;
	--blue-2: #082F58;
	--grey: #F7F8F8;
}
*, ::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: 400;
	font-family: 'Raleway', sans-serif;
	line-height: 1.35;
	color: var(--black);
	background: var(--white);
	font-variant-numeric: lining-nums;
}
a {
	text-decoration: none;
	color: var(--blue);
	transition: .25s;
}
a:hover {
	color: var(--blue-2);
}
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: 'Raleway', sans-serif;
	font-weight: 600;
	margin: 0 0 20px;
	line-height: 1.2;
}
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 20px;
}
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%;
}
strong {
	font-weight: 600;
}

.form-row {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: -20px;
}
.form-col {
	flex: 0 0 100%;
	max-width: 100%;
	margin-bottom: 20px;
}
.form-col-50 {
	flex: 0 0 calc(50% - 15px);
	max-width: calc(50% - 15px);
}
.form-field {
	position: relative;
	margin-bottom: 20px;
}
.form-field:last-child {
	margin-bottom: 0;
}
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"],
select,
textarea {
	font-size: 16px;
	font-weight: 400;
	font-family: 'Raleway', sans-serif;
	line-height: 1.5;
	width: 100%;
	background: var(--white);
	border: 1px solid #CECDCD;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	color: var(--black);
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	padding: 12px 20px;
	height: 50px;
	outline: none;
	transition: .25s;
}
textarea {
	height: 121px;
	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(--blue);
}
.wpcf7-spinner {
	position: absolute;
	right: 0;
	top: 0;
}
.wpcf7-not-valid-tip {
	margin-top: 4px;
	font-size: var(--text-size-sm);
}
.wpcf7 form .wpcf7-response-output {
	margin: 20px 0 0;
	padding: 10px 15px;
	font-size: var(--text-size-sm);
	text-align: center;
}
.form-field-button {
	text-align: center;
}


.screen-reader-text {
	display: none;
}
.container {
	width: 100%;
	max-width: var(--container);
	margin-left: auto;
	margin-right: auto;
}
.section {
	position: relative;
	padding-top: 100px;
	padding-bottom: 100px;
	z-index: 1;
}
.section-md {
	position: relative;
	padding-top: 80px;
	padding-bottom: 80px;
	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;
	}
}

.heading {
	position: relative;
	margin-bottom: 50px;
}
.heading.center {
	text-align: center;
}
.heading.white {
	color: var(--white);
}
.heading h1,
.heading h2 {
	font-size: var(--h1-size);
	font-weight: 400;
	text-transform: uppercase;
}
.heading p {
	color: var(--blue);
	font-weight: 500;
}
.heading.white p {
	color: var(--white);
}

.btn {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 16px;
	font-family: 'Raleway', sans-serif;
	font-weight: 500;
	line-height: 1.5;
	border: 1px solid transparent;
	padding: 12px 20px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	outline: none;
	min-width: 215px;
	min-height: 50px;
	cursor: pointer;
	transition: .25s;
}
.btn-primary {
	background-color: var(--blue);
	border-color: var(--blue);
	color: var(--white);
}
.btn-primary:hover {
	background-color: var(--blue-2);
	border-color: var(--blue-2);
	color: var(--white);
}
.btn-secondary {
	background-color: var(--white);
	border-color: var(--white);
	color: var(--black);
}
.btn-secondary:hover {
	background-color: var(--grey);
	border-color: var(--grey);
	color: var(--black);
}
.btn.btn-link {
	min-width: auto;
    min-height: 24px;
    padding: 0;
    color: var(--blue);
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	border: none;
	font-size: var(--text-size);
}
.btn.btn-link:hover {
	color: var(--blue-2);
}


.owl-dots {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 30px;
	z-index: 9;
}
.owl-dots button {
	flex: 0 0 18px;
	max-width: 18px;
	width: 18px;
	height: 18px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	margin-right: 30px;
	background: #D9D9D9 !important;
	transition: .25s;
}
.owl-dots button:last-child {
	margin-right: 0;
}
.owl-dots button:hover,
.owl-dots button.active {
	background: var(--blue) !important;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25) !important;
}


.owl-nav {
	position: absolute;
	width: 100%;
	top: calc(50% - 25px);
	z-index: 9;
}
.owl-nav button {
	position: absolute;
	width: 50px;
	height: 50px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	background: var(--grey) !important;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: .25s;
}
.owl-nav button:hover {
	background: var(--blue-2) !important;
}
.owl-nav button.owl-prev {
	left: 15px;
}
.owl-nav button.owl-next {
	right: 15px;
}
.owl-nav button:before {
	content: '';
	-webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-image: url(images/arrow-down-long.svg);
    mask-image: url(images/arrow-down-long.svg);
    background-color: var(--black);
    flex: 0 0 14px;
    max-width: 14px;
    width: 14px;
    height: 14px;
    transition: .25s;
    z-index: 1;
}
.owl-nav button.owl-prev:before {
	transform: rotate(90deg);
}
.owl-nav button.owl-next:before {
	transform: rotate(-90deg);
}
.owl-nav button:hover:before {
	background-color: var(--white);
}


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



.modal-mobile {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -9999;
	opacity: 0;
	transition: .25s;
}
.modal-mobile.show {
	z-index: 9999;
	opacity: 1;
}
.modal-mobile-bg {
	background: rgb(0 0 0 / 45%);
	position: absolute;
	opacity: 0;
	transition: .25s;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}
.modal-mobile.show .modal-mobile-bg {
	opacity: 1;
}
.modal-mobile-wrap {
	position: relative;
	background: var(--white);
	height: 100%;
	width: 100%;
	transform: translateX(100%);
	transition: .25s;
	overflow: auto;
	display: flex;
	flex-direction: column;
	z-index: 1;
}
.modal-mobile.show .modal-mobile-wrap {
	transform: translateX(0);
}
.modal-mobile-header {
	position: relative;
	background: var(--blue);
	padding: 7px 0;
	z-index: 50;
}
.modal-mobile-header-wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.modal-mobile-close {
	-webkit-mask-image: url(images/close.svg);
	mask-image: url(images/close.svg);
	-webkit-mask-size: 28px;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	background-color: var(--white);
	flex: 0 0 40px;
	max-width: 40px;
	width: 40px;
	height: 40px;
	border: none;
	padding: 0;
	outline: none !important;
	cursor: pointer;
	transition: .25s;
}
.modal-mobile-close:hover {
	background-color: var(--grey);
}
.modal-mobile-body {
	position: relative;
	padding: 40px 0;
	flex: auto;
	z-index: 2;
}
.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(--grey);
}
.mobile-menu > li:last-child {
	border-bottom: 0;
}
.mobile-menu li a {
	order: 1;
	font-size: var(--h6-size);
	flex: 0 0 100%;
	max-width: 100%;
	position: relative;
	font-weight: 500;
	display: block;
	padding: 13px 0;
	z-index: 1;
}
.mobile-menu li.menu-item-has-children > a {
	flex: 0 0 calc(100% - 32px);
	max-width: calc(100% - 32px);
}
.mobile-menu li:hover > a,
.mobile-menu li.current-menu-item > a {
	color: var(--green);
}
.mobile-menu-chevrone {
	order: 2;
	-webkit-mask-size: 24px;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-image: url(images/arrow-down.svg);
	mask-image: url(images/arrow-down.svg);
	background-color: var(--black);
	flex: 0 0 32px;
	max-width: 32px;
	width: 32px;
	height: 32px;
	cursor: pointer;
	transition: .25s;
}
.mobile-menu li.menu-item-has-children:hover > .mobile-menu-chevrone {
	background-color: var(--blue);
}
.mobile-menu li.menu-item-has-children.active > .mobile-menu-chevrone {
	background-color: var(--blue-2);
	transform: rotate(180deg);
}
.mobile-menu ul {
	flex: 0 0 100%;
	max-width: 100%;
	display: none;
	order: 3;
	margin: 0;
	padding: 0 0 10px 20px;
	list-style: none;
	z-index: 9;
}
.mobile-menu ul li a {
	padding: 10px 0;
}
.modal-mobile-footer {
	position: relative;
	background: var(--grey);
	padding: 40px 0;
	z-index: 1;
}
.modal-mobile-logo {
	margin-bottom: 24px;
}
.mobile-soc {
	justify-content: center;
	margin-top: 24px;
}


.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: 520px;
	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: 30px;
	-moz-border-radius: 16px;
	-webkit-border-radius: 16px;
	border-radius: 16px;
	overflow: hidden;
	z-index: 1;
}
.modal-backdrop {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1050;
	width: 100vw;
	height: 100vh;
	background-color: #000000;
	opacity: 0;
	z-index: -1;
}
.modal-backdrop.show {
	opacity: .7;
	z-index: 1049;
}
.modal-title {
	font-size: var(--h4-size);
	font-weight: 600;
	line-height: 1.2;
	margin-bottom: 30px;
	text-align: center;
}
.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: var(--black);
	opacity: .25;
	width: 34px;
	height: 34px;
	top: 12px;
	right: 12px;
	border: none;
	cursor: pointer;
	padding: 0;
	transition: .25s;
	z-index: 9;
}
.modal-close:hover {
	background-color: var(--blue-2);
	opacity: 1;
}


.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;
	z-index: 92;
}
.header:before {
	content: '';
	background: var(--white);
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
	backdrop-filter: blur(10px);
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
}
.header-wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 80px;
	padding: 4px 0;
}
.header-logo {
	display: flex;
	align-items: center;
}
.header-logo a {
	margin-right: 20px;
}
.header-logo a:last-child {
	margin-right: 0;
}
.header-logo img {
	max-height: 72px;
}

.header-nav {
	position: relative;
	border-top: 1px solid #D9D9D9;
	padding: 10px 0;
	height: 60px;
	display: flex;
	align-items: center;
}
.main-menu {
	flex: auto;
	max-width: 100%;
	display: flex;
	align-items: center;
	margin: 0 50px 0 0;
	padding: 0;
	list-style: none;
}
.main-menu > li {
	position: relative;
	margin-right: 60px;
	z-index: 1;
}
.main-menu > li:last-child {
	margin-right: 0;
}
.main-menu > li > a {
	display: flex;
	align-items: center;
	color: var(--black);
	font-weight: 500;
}
.main-menu > li:hover > a,
.main-menu > li.current-menu-item > a {
	color: var(--blue-2);
}
.main-menu > li.menu-item-has-children > a:after {
	content: '';
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-image: url(images/arrow-down.svg);
	mask-image: url(images/arrow-down.svg);
	background-color: var(--black);
	flex: 0 0 24px;
	max-width: 24px;
	width: 24px;
	height: 24px;
	margin-left: 2px;
	transition: .25s;
}
.main-menu > li.menu-item-has-children:hover > a:after,
.main-menu > li.current-menu-item > a:after {
	background-color: var(--blue-2);
}
.main-menu > li.menu-item-has-children:hover > a:after {
	transform: rotate(180deg);
}
.main-menu > li > ul {
	display: none;
	position: absolute;
	top: 100%;
	left: -20px;
	margin: 0;
	padding: 24px 0px 10px;
	width: 260px;
	list-style: none;
	z-index: 1;
}
.main-menu > li:hover > ul {
	display: block;
}
.main-menu > li > ul:before {
	content: '';
	background: var(--white);
	box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.15);
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	position: absolute;
	width: 100%;
	height: calc(100% - 14px);
	bottom: 0;
	left: 0;
	z-index: -1;
}
.main-menu > li > ul > li {
	padding: 0 20px;
}
.main-menu > li > ul > li > a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 10px 0;
	border-bottom: 1px solid var(--grey);
	font-weight: 500;
	color: var(--black);
}
.main-menu > li > ul > li:last-child > a {
	border-bottom: none;
}
.main-menu > li > ul > li:hover > a {
	color: var(--blue-2);
}
.header-phone {
	margin: 0 50px 0 0;
	display: flex;
	align-items: center;
	font-weight: 500;
	flex: 0 0 auto;
}
.header-phone:before {
	content: '';
	-webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-image: url(images/phone.svg);
    mask-image: url(images/phone.svg);
    background-color: var(--blue);
	flex: 0 0 25px;
	max-width: 25px;
	width: 25px;
	height: 25px;
	margin-right: 10px;
}
.header-phone a {
	color: var(--black);
}
.header-phone a:hover {
	color: var(--blue-2);
}
.lang-menu {
	margin: 0;
	padding: 0;
	list-style: none;
}
.lang-menu > li {
	position: relative;
}
.lang-menu > li > a {
	position: relative;
	color: var(--black);
	background: var(--grey);
	text-transform: uppercase;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 40px;
	padding: 5px 8px 5px 10px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	z-index: 1;
}
.lang-menu > li > a:hover {
	color: var(--blue-2);
}
.lang-menu > li.menu-item-has-children > a:after{
	content: '';
	-webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-image: url(images/arrow-down.svg);
    mask-image: url(images/arrow-down.svg);
    background-color: var(--black);
	flex: 0 0 24px;
	max-width: 24px;
	width: 24px;
	height: 24px;
	margin-left: 2px;
	margin-top: -2px;
	transition: .25s;
}
.lang-menu > li.active > a:after {
	transform: rotate(-180deg);
}
.lang-menu > li > a:hover:after {
	background-color: var(--blue-2);
}
.lang-menu ul {
	display: none;
	position: absolute;
	top: 100%;
	right: 0px;
	width: 100%;
	border-top: none;
	background: var(--grey);
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	margin: 0;
	padding: 0 10px;
	list-style: none;
	z-index: 9;
}
.lang-menu ul li {
	position: relative;
	text-align: center;
	border-bottom: 1px solid #f1f1f1;
	z-index: 1;
}
.lang-menu ul li:last-child {
	border-bottom: none;
}
.lang-menu ul li a {
	text-transform: uppercase;
	color: var(--black);
	display: flex;
	align-items: center;
	height: 40px;
}
.lang-menu ul li a:hover {
	color: var(--blue-2);
}

.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: 25px;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	background-color: var(--black);
	border-radius: 0;
	border: none;
	padding: 0;
	outline: none !important;
	cursor: pointer;
	transition: .25s;
}
.header-toggle button:hover {
	background-color: var(--blue-2);
}


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


.footer {
	position: relative;
	background: rgba(242,243,244,.62);
	z-index: 1;
}
.footer-wrap {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px -40px;
	padding: 60px 0;
}
.footer-widget {
	flex: 0 0 25%;
	max-width: 25%;
	margin: 0 0 40px;
	padding: 0 15px;
}
.footer-widget-title {
	font-weight: 600;
	margin-bottom: 24px;
}
.footer-logo {
	display: flex;
	align-items: center;
	margin-bottom: 30px;
}
.footer-logo a {
	margin-right: 14px;
}
.footer-logo a:last-child {
	margin-right: 0;
}
.footer-logo img {
	max-height: 72px;
}
.footer-company {
	font-weight: 300;
	margin-bottom: 30px;
}
.footer-menu {
	padding-left: 20px;
}
.footer-menu li {
	margin-bottom: 8px;
}
.footer-menu li:last-child {
	margin-bottom: 0;
}
.footer-menu li a {
	color: var(--black);
}
.footer-menu li a:hover {
	color: var(--blue-2);
}
.footer-menu ul {
	display: none;
}
.footer-contacts p {
	display: flex;
	margin-bottom: 10px;
	line-height: 1.4;
}
.footer-contacts p:last-child {
	margin-bottom: 0;
}
.footer-contacts p:before {
	content: '';
	-webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    background-color: var(--blue);
	flex: 0 0 25px;
	max-width: 25px;
	width: 25px;
	height: 25px;
	margin-right: 10px;
	margin-top: -2px;
}
.footer-contacts p.address:before {
	-webkit-mask-image: url(images/pin.svg);
    mask-image: url(images/pin.svg);
}
.footer-contacts p.phone:before {
	-webkit-mask-image: url(images/phone.svg);
    mask-image: url(images/phone.svg);
}
.footer-contacts p.e-mail:before {
	-webkit-mask-image: url(images/mail.svg);
    mask-image: url(images/mail.svg);
}
.footer-contacts p.schedule:before {
	-webkit-mask-image: url(images/clock.svg);
    mask-image: url(images/clock.svg);
}
.footer-contacts p a {
	color: var(--black);
}
.footer-contacts p a:hover {
	color: var(--blue-2);
}

.copyright {
	position: relative;
	border-top: 1px solid#D9D9D9;
	padding: 18px 0;
	font-size: var(--text-size-sm);
	font-weight: 300;
	text-align: center;
	z-index: 1;
}
.copyright a {
	color: var(--black);
}
.copyright a:hover {
	color: var(--blue-2);
}



.page-header {
	position: relative;
	padding: 20px 0 60px;
	z-index: 1;
}
#breadcrumbs {
	margin-bottom: 40px;
	color: #7E7E7E;
	font-weight: 500;
}
#breadcrumbs:last-child {
	margin-bottom: 0;
}
#breadcrumbs a {
	color: #7E7E7E;
}
#breadcrumbs a:hover {
	color: var(--blue-2);
}
.page-title {
	font-weight: 400;
	text-transform: uppercase;
	text-align: center;
}
.page-header-description {
	text-align: center;
	font-weight: 500;
	color: var(--blue);
}

.error-404-number {
	font-size: calc(var(--h1-size) * 8);
	font-weight: 600;
	color: var(--blue-2);
	text-align: center;
	line-height: 1;
	margin-bottom: 30px;
}
.error-404-button {
	text-align: center;
}



.hero-section {
	position: relative;
	padding: 30px 0 60px;
	z-index: 1;
}
.hero-el-1 {
	position: absolute;
	background: url(images/el-1.svg) no-repeat center;
	background-size: contain;
	width: 364px;
	height: 510px;
	top: -1px;
	left: calc((100% - var(--container)) / 2 - 196px);
	opacity: .25;
	z-index: -1;
}
.hero-el-2 {
	position: absolute;
	background: url(images/el-2.svg) no-repeat center;
	background-size: contain;
	width: 146px;
	height: 146px;
	top: -1px;
	right: calc((100% - var(--container)) / 2 - 87px);
	z-index: -1;
}
.hero-el-3 {
	position: absolute;
	background: url(images/el-3.svg) no-repeat center;
	background-size: contain;
	width: 236px;
	height: 118px;
	bottom: -1px;
	right: calc((100% - var(--container)) / 2 - 161px);
	z-index: -1;
}
.hero-wrap {
	min-height: calc(var(--container) / 2);
}
.heroSlider-item {
	position: relative;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	height: calc(var(--container) / 2);
	overflow: hidden;
	z-index: 1;
}
.hero-video {
	position: relative;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	overflow: hidden;
	height: calc(var(--container) / 1.8);
	min-height: 320px;
	z-index: 1;
}
.hero-video a {
	position: relative;
	display: block;
	height: 100%;
	z-index: 1;
}
.hero-video a:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: var(--black);
	opacity: .28;
	z-index: 1;
}
.hero-video a:after {
	content: '';
	background: url(images/play.svg) no-repeat center;
	background-size: contain;
	position: absolute;
	width: 200px;
	height: 200px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: .25s;
	z-index: 2;
}
.hero-video a:hover:after {
	opacity: .8;
}
.hero-button {
	text-align: center;
	margin: 50px 0 0;
}


.categories-section {
	background: var(--blue-2);
	color: var(--white);
}
.categories-button {
	position: relative;
	margin-top: 40px;
	text-align: center;
	z-index: 2;
}





.products-items {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px -40px;
}
.products-item {
	margin: 0 0 40px;
	padding: 0 15px;
}
.products-items.columns-4 .products-item {
	flex: 0 0 calc(100% / 4);
	max-width: calc(100% / 4);
}
.products-items.columns-3 .products-item {
	flex: 0 0 calc(100% / 3);
	max-width: calc(100% / 3);
}
.products-items.columns-2 .products-item {
	flex: 0 0 calc(100% / 2);
	max-width: calc(100% / 2);
}
.products-items.columns-1 .products-item {
	flex: 0 0 calc(100% / 1);
	max-width: calc(100% / 1);
}



.category-item a {
	position: relative;
	display: block;
	max-width: 250px;
	margin: 0 auto;
	z-index: 1;
}
.category-item__image {
	width: 100%;
	height: 250px;
	margin-bottom: 30px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	overflow: hidden;
}
.category-item__image img {
	transition: .5s;
}
.category-item a:hover .category-item__image img {
	transform: scale(1.1);
}
.woocommerce-loop-category__title {
	font-size: var(--h4-size);
	text-align: center;
	color: var(--white);
	font-weight: 400;
}
.archiveProducts-body .woocommerce-loop-category__title {
	color: var(--blue);
}
.woocommerce-loop-category__title mark {
	display: none;
}


.products-item__wrap {
	position: relative;
	z-index: 1;
}
.products-item__image {
	position: relative;
	height: calc((var(--container) - 3 * 30px) / 4);
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	overflow: hidden;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 1;
}
.products-item__image img {
	max-height: calc((var(--container) - 3 * 30px) / 4);
}
.woocommerce-loop-product__title {
	height: 80px;
	padding: 15px 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	font-size: var(--text-size);
	font-weight: 600;
	color: var(--black);
	text-transform: uppercase;
	margin-bottom: 0;
}
.woocommerce-loop-product__title:hover {
	color: var(--blue-2);
}
.products-item__button {
	text-align: center;
}
/*
.products-item__wrap {
	position: relative;
	height: 100%;
	border: 1px solid var(--grey);
	background: var(--white);
	z-index: 1;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding-bottom: 20px;
}
.woocommerce-loop-product__link {
	flex: auto;
	display: flex;
	flex-direction: column;
}
.products-item__image {
	position: relative;
	padding: 10px;
	margin-bottom: 5px;
	flex: 0 0 calc((var(--container) - 3 * 20px) / 4 / 1.246);
	max-height: calc((var(--container) - 3 * 20px) / 4 / 1.246);
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 1;
}
.products-item__image img {
	width: auto !important;
	max-height: calc((var(--container) - 3 * 20px) / 4 / 1.246 - 20px);
}
.badge-promotion {
	position: absolute;
  top: 10px;
  left: 10px;
  font-size: var(--text-size-sm);
  font-weight: 600;
  background: var(--red);
  color: var(--white);
  padding: 2px 18px;
  z-index: 2;
}
.products-item__soldout {
	position: absolute;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	background: rgba(255, 255, 255, .9);
	color: var(--red);
	z-index: 1;
}
.woocommerce-loop-product__title {
	font-size: var(--text-size);
	line-height: 1.5;
	font-weight: 400;
	color: var(--black);
	text-align: center;
	margin-bottom: 15px;
	overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  padding: 0 15px;
}
.woocommerce-loop-product__title:hover {
	color: var(--red);
}
.products-item__price {
	font-size: var(--h5-size);
	font-weight: 600;
	text-align: center;
	line-height: 1.2;
}
.products-item__price ins {
	text-decoration: none;
	font-weight: 600;
}
.products-item__price del {
	font-size: var(--text-size);
	font-weight: 400;
	color: var(--grey);
	margin-right: 10px;
}
.products-item__action {
	position: relative;
	margin-top: 15px;
	text-align: center;
	display: flex;
	align-items: center;
	flex-direction: column;
}
.products-item__action .btn {
	transition: 0s;
	width: 100%;
	max-width: 200px;
	padding-left: 10px;
	padding-right: 10px;
}
.products-item__action .btn.added {
	font-size: 0;
}
.products-item__action .btn.loading {
	font-size: 0;
}
.products-item__action .btn.loading:after {
	content: '';
	-webkit-mask-size: 24px;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-image: url(images/loading.svg);
	mask-image: url(images/loading.svg);
	background-color: var(--white);
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
}
.products-item__action .btn.added:before {
	content: 'В кошику';
	font-size: 16px;
}
.added_to_cart {
	display: none !important;
}*/



.advantages-wrap {
	margin: 0 auto;
	max-width: 860px;
}
.advantages-items {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px -50px;
}
.advantages-item {
	flex: 0 0 25%;
	max-width: 25%;
	margin: 0 0 50px;
	padding: 0 15px;
}
.advantages-item__wrap {
	position: relative;
	text-align: center;
	z-index: 1;
}
.advantages-item__image {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 80px;
	height: 80px;
	margin: 0 auto 30px;
}
.advantages-item__image img {
	max-height: 80px;
}
.advantages-item p {
	font-weight: 500;
}



.banners-section {
	background: url(images/bg-image-1.jpg) no-repeat center;
	background-size: cover;
}
.banners-items {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -20px -40px;
}
.banners-item {
	flex: 0 0 50%;
	max-width: 50%;
	margin: 0 0 40px;
	padding: 0 20px;
}
.banners-item__wrap {
	position: relative;
	height: 100%;
	min-height: 330px;
	z-index: 1;
}
.banners-item__image {
	position: absolute;
	top: 40px;
	left: 0;
	background: var(--white);
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	border-radius: 25px;
	overflow: hidden;
	width: 180px;
	height: 180px;
	z-index: 2;
}
.banners-item__info {
	position: relative;
	margin-left: 90px;
	height: 100%;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	overflow: hidden;
	padding: 60px 60px 30px 140px;
	z-index: 1;
}
.banners-item__bg {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
}
.banners-item__bg:after {
	content: '';
	background: var(--blue);
	opacity: .8;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
}
.banners-item__title {
	font-size: var(--h2-size);
	font-weight: 600;
	color: var(--white);
}
.banners-item__text {
	color: var(--white);
	margin-bottom: 40px;
}
.banners-item__text:last-child {
	margin-bottom: 0;
}
.banners-item__button {
	text-align: right;
}
.banners-item__button a {
	position: relative;
	width: 50px;
	height: 50px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: var(--white);
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	z-index: 1;
}
.banners-item__button a:hover {
	background-color: var(--grey);
}
.banners-item__button a:before {
	content: '';
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-image: url(images/arrow-down-long.svg);
	mask-image: url(images/arrow-down-long.svg);
	background-color: var(--black);
	flex: 0 0 17px;
	max-width: 17px;
	width: 17px;
	height: 17px;
	transition: .25s;
}
.banners-button {
	position: relative;
	text-align: center;
	margin-top: 50px;
	z-index: 1;
}



.about-el-1 {
	position: absolute;
	background: url(images/el-1.svg) no-repeat center;
	background-size: contain;
	width: 364px;
	height: 510px;
	top: -1px;
	left: calc((100% - var(--container)) / 2 - 124px);
	opacity: .5;
	z-index: -1;
}
.about-el-3 {
	position: absolute;
	background: url(images/el-3.svg) no-repeat center;
	background-size: contain;
	width: 212px;
	height: 106px;
	bottom: 66px;
	left: calc(50% - 222px);
	z-index: -1;
}
.about-wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.about-left {
	flex: 0 0 calc(50% - 15px);
	max-width: calc(50% - 15px);
}
.about-button {
	margin-top: 50px;
}
.about-right {
	flex: 0 0 calc(50% - 90px);
	max-width: calc(50% - 90px);
}
.about-image {
	position: relative;
	background: var(--white);
	border: 1px solid #CECDCD;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	overflow: hidden;
	padding: 40px;
	z-index: 1;
}



.portfolio-section {
	background: rgba(249, 249, 249, 0.53);
}
.portfolio-item {
	position: relative;
	height: calc((var(--container) - 3 * 30px) / 4);
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	overflow: hidden;
	margin: 0 4px 8px;
	z-index: 1;
}
.portfolio-item img {
	transition: .5s;
}
.portfolio-item a:hover img {
	transform: scale(1.05);
}
.portfolio-button {
	position: relative;
	margin-top: 40px;
	text-align: center;
	z-index: 2;
}




.feedback-el-2 {
	position: absolute;
	background: url(images/el-2.svg) no-repeat center;
	background-size: contain;
	width: 120px;
	height: 120px;
	top: 30px;
	left: calc((100% - var(--container)) / 2);
	z-index: -1;
}
.feedback-el-3 {
	position: absolute;
	background: url(images/el-3.svg) no-repeat center;
	background-size: contain;
	width: 249px;
	height: 124px;
	bottom: -1px;
	right: calc((100% - var(--container)) / 2);
	z-index: -1;
}
.feedback-form {
	max-width: 960px;
	margin: 0 auto;
}



.page-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.page-sidebar {
	flex: 0 0 calc(25% - 15px);
	max-width: calc(25% - 15px);
}
.widget {
	position: relative;
	margin-bottom: 40px;
}
.widget:last-child {
	margin-bottom: 0;
}
.widget-title {
	background: var(--blue);
	color: var(--white);
	padding: 15px;
	margin-bottom: 20px;
	font-size: var(--text-size);
	font-weight: 500;
	text-transform: uppercase;
	text-align: center;
}
.product-categories {
	margin: 0;
	padding: 0;
	list-style: none;
}
.product-categories li {
	margin-bottom: 20px;
}
.product-categories li:last-child {
	margin-bottom: 0;
}
.product-categories li a {
	display: block;
	border-left: 4px solid var(--blue);
	background: #F6F6F6;
	padding: 10px 16px;
	font-weight: 500;
	text-transform: uppercase;
	color: var(--black);
}
.product-categories li a:hover {
	background: var(--blue);
	color: var(--white);
}
.product-categories ul {
	padding-top: 6px;
	list-style: none;
	padding-left: 0;
	background: #F6F6F6;
}
.product-categories ul li {
	margin-bottom: 0px;
}
.product-categories ul li a {
	text-transform: none;
	border-left: 0;
	border-bottom: 1px solid var(--grey);
	padding-left: 32px;
}
.page-body {
	flex: 0 0 calc(75% - 15px);
	max-width: calc(75% - 15px);
}


.wc-block-components-notice-banner,
.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
	padding: 20px 24px;
	background: var(--grey);
	display: flex;
	align-items: center;
	margin-bottom: 20px !important;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}
.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
	display: block;
}
.woocommerce-message a,
.woocommerce-info a,
.woocommerce-error a {
	font-weight: 700;
}
.woocommerce-message a:hover,
.woocommerce-info a:hover,
.woocommerce-error a:hover {
	text-decoration: underline;
}
ul.woocommerce-error {
	list-style: none;
}
.wc-block-components-notice-banner svg {
	flex: 0 0 36px;
	max-width: 36px;
	margin-right: 20px;
}
.wc-block-components-notice-banner__content {
	position: relative;
	overflow: hidden;
	flex: auto;
	max-width: 100%;
}
.wc-block-components-notice-banner__content .button,
.woocommerce-message .button {
	float: right;
	text-decoration: underline;
	margin-left: 30px;
	margin-bottom: 0px;
}



.term-description {
	position: relative;
	margin-top: 50px;
}
.woocommerce-pagination,
.navigation.pagination{
	position: relative;
	margin-top: 50px;
	z-index: 1;
}
.woocommerce-pagination ul,
.navigation.pagination .nav-links {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	align-items: center;
	justify-content: center;
}
.woocommerce-pagination ul li,
.navigation.pagination .nav-links .page-numbers {
	margin-right: 10px;
}
.woocommerce-pagination ul li:last-child,
.navigation.pagination .nav-links .page-numbers:last-child {
	margin-right: 0;
}
.woocommerce-pagination ul li a,
.woocommerce-pagination ul li span,
.navigation.pagination .nav-links .page-numbers {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: var(--grey);
	color: var(--black);
}
.woocommerce-pagination ul li span.current,
.woocommerce-pagination ul li a:hover,
.navigation.pagination .nav-links .page-numbers:hover,
.navigation.pagination .nav-links .page-numbers.current {
	background: var(--blue-2);
	color: var(--white);
}
.woocommerce-pagination ul li a.prev,
.woocommerce-pagination ul li a.next,
.navigation.pagination .nav-links .page-numbers.prev,
.navigation.pagination .nav-links .page-numbers.next {
	font-size: 0;
}
.woocommerce-pagination ul li a.prev:before,
.woocommerce-pagination ul li a.next:before,
.navigation.pagination .nav-links .page-numbers.prev:before,
.navigation.pagination .nav-links .page-numbers.next:before {
	content: '';
	-webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-image: url(images/arrow-down-long.svg);
    mask-image: url(images/arrow-down-long.svg);
    background-color: var(--black);
    flex: 0 0 14px;
    max-width: 14px;
    height: 14px;
    transition: .25s;
}
.woocommerce-pagination ul li a.prev:before,
.navigation.pagination .nav-links .page-numbers.prev:before {
	transform: rotate(90deg);
}
.woocommerce-pagination ul li a.next:before,
.navigation.pagination .nav-links .page-numbers.next:before {
	transform: rotate(-90deg);
}
.woocommerce-pagination ul li a.prev:hover:before,
.woocommerce-pagination ul li a.next:hover:before,
.navigation.pagination .nav-links .page-numbers.prev:hover:before,
.navigation.pagination .nav-links .page-numbers.next:hover:before {
	background-color: var(--white);
}



.single-product .main:before,
.single-our-projects .main:before {
	content: '';
	position: absolute;
	background: url(images/el-1.svg) no-repeat center;
	background-size: contain;
	width: 364px;
	height: 510px;
	top: -1px;
	left: calc((100% - var(--container)) / 2 - 196px);
	opacity: .25;
	z-index: -1;
}
.singleProduct-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.singleProduct-image {
	flex: 0 0 calc(50% - 15px);
	max-width: calc(50% - 15px);
	text-align: center;
	margin-bottom: 30px;
}
.singleProduct-image img {
	max-height: calc(var(--container) / 2 - 15px);
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
}
.singleProduct-summary {
	flex: 0 0 calc(50% - 15px);
	max-width: calc(50% - 15px);
	display: flex;
	flex-direction: column;
	margin-bottom: 30px;
}
.singleProduct-title {
	font-size: var(--h2-size);
	font-weight: 600;
	padding-bottom: 10px;
	margin-bottom: 30px;
	text-transform: uppercase;
	border-bottom: 1px solid var(--blue);
}
.woocommerce-product-details__short-description {
	flex: auto;
	margin-bottom: 30px;
}

.singleProduct-gallery {
	flex: 0 0 100%;
	max-width: 100%;
	margin-bottom: 60px;
}
.singleProduct-gallery-items {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px -30px;
}
.singleProduct-gallery-item {
	flex: 0 0 calc(100% / 6);
	max-width: calc(100% / 6);
	margin: 0 0 30px;
	padding: 0 15px;
}
.singleProduct-gallery-item a {
	display: block;
	overflow: hidden;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	height: calc((var(--container) - 5 * 30px) / 6);
}
.singleProduct-gallery-item a img {
	transition: .5s;
}
.singleProduct-gallery-item a:hover img {
	transform: scale(1.05);
}

.singleProduct-content {
	position: relative;
	flex: 0 0 100%;
	max-width: 100%;
	margin-bottom: 60px;
}
.singleProduct-content:last-child {
	margin-bottom: 0;
}
.singleProduct-content table {
	width: 100%;
	border: none;
	border-collapse: collapse;
	display: table;
}
.singleProduct-content table:last-child {
	margin-bottom: 0 !important;
}
.singleProduct-content th {
	font-weight: 600;
	padding: 25px 15px;
	text-transform: uppercase;
	border: none;
}
.singleProduct-content td {
	border: none;
	border-bottom: 1px solid #D9D9D9;
	padding: 20px 15px;
	text-align: left;
}
.singleProduct-content td:first-child {
	padding-left: 0;
	width: 35%;
}
.singleProduct-content td:last-child {
	padding-right: 0;
}

.singleProduct-video {
	position: relative;
	flex: 0 0 100%;
	max-width: 100%;
}
.singleProduct-video iframe,
.singleProduct-video video {
	width: 100%;
	height: calc(var(--container) / 1.77);
}



.pagePortfolio-blocks {
	position: relative;
}
.pagePortfolio-block {
	position: relative;
	margin-bottom: 40px;
}
.pagePortfolio-block:last-child {
	margin-bottom: 0;
}
.pagePortfolio-wrap {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
.pagePortfolio-block:nth-child(2n) .pagePortfolio-wrap {
	flex-direction: row-reverse;
}
.pagePortfolio-left,
.pagePortfolio-right {
	flex: 0 0 calc(50% - 15px);
	max-width: calc(50% - 15px);
}
.pagePortfolio-images,
.pagePortfolio-image {
	height: calc((var(--container) / 2 - 15px) / 1.5);
	min-height: 360px;
}
.pagePortfolio-image {
	overflow: hidden;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
}
.pagePortfolio-title {
	text-transform: uppercase;
	border-bottom: 1px solid var(--blue);
	padding-bottom: 10px;
	margin-bottom: 30px;
}
.pagePortfolio-content {
	line-height: 1.35;
}


.pageContacts-company-items {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: -30px;
}
.pageContacts-company-item {
	flex: 0 0 calc(50% - 15px);
	max-width: calc(50% - 15px);
	padding: 30px;
	background: var(--blue);
	color: var(--white);
	margin-bottom: 30px;
}
.pageContacts-contacts-items {
	position: relative;
}
.pageContacts-contacts-item {
	margin-bottom: 30px;
}
.pageContacts-contacts-item:last-child {
	margin-bottom: 0;
}
.pageContacts-contacts-item__content {
	font-size: var(--h5-size);
	margin-bottom: 20px;
}
.pageContacts-value {
	display: flex;
	margin-bottom: 10px;
	line-height: 1.4;
}
.pageContacts-value.address {
	margin-bottom: 30px;
}
.pageContacts-value:last-child {
	margin-bottom: 0;
}
.pageContacts-value:before {
	content: '';
	-webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    background-color: var(--white);
	flex: 0 0 25px;
	max-width: 25px;
	width: 25px;
	height: 25px;
	margin-right: 10px;
	margin-top: -2px;
}
.pageContacts-value.address:before {
	-webkit-mask-image: url(images/pin.svg);
    mask-image: url(images/pin.svg);
}
.pageContacts-value.phone:before {
	-webkit-mask-image: url(images/phone.svg);
    mask-image: url(images/phone.svg);
}
.pageContacts-value.e-mail:before {
	-webkit-mask-image: url(images/mail.svg);
    mask-image: url(images/mail.svg);
}
.pageContacts-value.schedule:before {
	-webkit-mask-image: url(images/clock.svg);
    mask-image: url(images/clock.svg);
}
.pageContacts-value a {
	color: var(--white);
}
.pageContacts-value a:hover {
	opacity: .7;
}
.pageContacts-map {
	position: relative;
	margin-bottom: 30px;
}
.pageContacts-map iframe {
	width: 100%;
	height: 300px;
}




.pageAluminum-content {
	font-weight: 500;
	margin-bottom: 60px;
}


.partners-section {
	background: var(--blue-2);
}
.partners-wrap {
	height: calc((var(--container) - 30px * 4) / 5);
}
.owl-partners .owl-stage-outer {
	display: flex;
	justify-content: center;
}
.partners-item {
	padding: 0 15px;
}
.partners-item__wrap {
	position: relative;
	background: var(--white);
	padding: 35px;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	height: calc((var(--container) - 30px * 4) / 5);
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 1;
}
.partners-item__wrap img {
	max-height: calc((var(--container) - 30px * 4) / 5 - 70px);
	width: auto !important;
}
.owl-partners .owl-dots button.active {
	background: var(--white) !important;
}





.post-type-archive .page-header,
.post-type-archive .page-content {
	background: rgba(242, 243, 244, 0.62);
}


.projects-items {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px -30px;
}
.projects-item {
	flex: 0 0 calc(100% / 3);
	max-width: calc(100% / 3);
	margin: 0 0 30px;
	padding: 0 15px;
}
.projects-item__wrap {
	position: relative;
	height: 100%;
	background: var(--white);
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	z-index: 1;
}
.projects-item__image {
	flex: 0 0 calc((var(--container) - 30px * 2) / 3 / 1.375);
	overflow: hidden;
}
.projects-item__image img {
	transition: .5s;
}
.projects-item__image a:hover img {
	transform: scale(1.05);
}
.projects-item__info {
	flex: auto;
	padding: 20px;
}
.projects-item__title {
	text-align: center;
	font-size: var(--text-size);
	font-weight: 600;
	margin-bottom: 16px;
	text-transform: uppercase;
}
.projects-item__title a {
	color: var(--black);
}
.projects-item__title a:hover {
	color: var(--blue);
}
.projects-item__more {
	text-align: center;
}




.singleProjects-wrap {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.singleProjects-left {
	flex: 0 0 calc(50% - 15px);
	max-width: calc(50% - 15px);
	margin-bottom: 30px;
}
.singleProjects-image {
	overflow: hidden;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
}
.singleProjects-image img {
	transition: .5s;
}
.singleProjects-image a:hover img {
	transform: scale(1.05);
}
.singleProjects-right {
	flex: 0 0 calc(50% - 15px);
	max-width: calc(50% - 15px);
	margin-bottom: 30px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.singleProjects-info {
	margin: 0;
	padding: 0;
	list-style: none;
}
.singleProjects-info li {
	position: relative;
	display: flex;
	align-items: flex-start;
	margin-bottom: 20px;
	font-weight: 500;
}
.singleProjects-info li:last-child {
	margin-bottom: 0;
}
.singleProjects-info li span:first-child {
	flex: 0 0 110px;
	max-width: 110px;
	margin-right: 20px;
	font-weight: 700;
	color: var(--blue);
}
.singleProjects-info li span:last-child {
	flex: auto;
}
.singleProjects-content {
	margin-top: 30px;
}
.singleProjects-bottom {
	flex: 0 0 100%;
	max-width: 100%;
}
.singleProjects-gallery-items {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px -30px;
}
.singleProjects-gallery-item {
	flex: 0 0 calc(100% / 3);
	max-width: calc(100% / 3);
	margin: 0 0 30px;
	padding: 0 15px;
}
.singleProjects-gallery-item__image {
	height: calc((var(--container) - 30px * 2) / 3 / 1.77);
	overflow: hidden;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
}
.singleProjects-gallery-item__image img {
	transition: .5s;
}
.singleProjects-gallery-item__image a:hover img {
	transform: scale(1.05);
}





@media (max-width: 1399px) {
	:root {
		--container: 1116px;

		--text-size: 16px;
		--text-size-sm: 14px;

		--h1-size: 32px;
		--h2-size: 28px;
		--h3-size: 24px;
		--h4-size: 22px;
		--h5-size: 20px;
		--h6-size: 18px;
	}
	.main-menu > li {
		margin-right: 30px;
	}
	.hero-video a:after {
		width: 140px;
		height: 140px;
	}
	.category-item a {
		max-width: 200px;
	}
	.category-item__image {
		height: 200px;
	}
}




@media (max-width: 1199px) {
	:root {
		--container: 916px;

		--text-size: 16px;
		--text-size-sm: 14px;

		--h1-size: 32px;
		--h2-size: 28px;
		--h3-size: 24px;
		--h4-size: 22px;
		--h5-size: 20px;
		--h6-size: 18px;
	}
	.heading {
		margin-bottom: 40px;
	}
	.owl-dots {
		margin-top: 16px;
	}
	.owl-dots button {
		margin-right: 16px;
	}
	.header-wrap {
		height: 64px;
	}
	.header-logo img {
	    max-height: 56px;
	}
	.main-menu {
		margin-right: 20px;
	}
	.main-menu > li {
		margin-right: 16px;
	}
	.header-phone {
		margin-right: 20px;
	}
	.category-item__image {
		margin-bottom: 20px;
	}
	.woocommerce-loop-category__title {
		font-size: var(--h5-size);
	}
	.advantages-item__image {
		width: 70px;
		height: 70px;
		margin-bottom: 20px;
	}
	.advantages-items {
		margin: 0 -12px -24px;
	}
	.advantages-item {
		margin-bottom: 24px;
		padding: 0 12px;
	}
	.banners-items {
		margin: 0 -15px -30px;
	}
	.banners-item {
		margin-bottom: 30px;
		padding: 0 15px;
	}
	.banners-item__wrap {
		min-height: 280px;
	}
	.banners-item__info {
		margin-left: 55px;
		padding: 25px 25px 25px 80px;
	}
	.banners-item__image {
		width: 110px;
		height: 110px;
		top: 24px;
	}
	.banners-item__text {
		margin-bottom: 24px;
	}
	.about-button,
	.banners-button {
		margin-top: 30px;
	}
	.portfolio-button {
		margin-top: 30px;
	}
	.page-header {
		padding: 16px 0 40px;
	}
	#breadcrumbs {
		margin-bottom: 24px;
	}
	.woocommerce-loop-product__title {
	    height: 59px;
	    padding: 12px 0;
	}
	.pageContacts-contacts-item__content {
		font-size: var(--h6-size);
	}
	.error-404-number {
		font-size: calc(var(--h1-size) * 6);
	}
	.footer-logo,
	.footer-company {
		margin-bottom: 20px;
	}


	.partners-wrap,
	.partners-item__wrap {
		height: calc((var(--container) - 30px * 3) / 4);
	}
	.partners-item__wrap {
		padding: 25px;
	}
	.partners-item__wrap img {
	    max-height: calc((var(--container) - 30px * 3) / 4 - 50px);
	}
}


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

		--text-size: 15px;
		--text-size-sm: 13px;

		--h1-size: 28px;
		--h2-size: 24px;
		--h3-size: 22px;
		--h4-size: 20px;
		--h5-size: 18px;
		--h6-size: 16px;
	}
	.hero-el-1,
	.hero-el-2,
	.hero-el-3,
	.about-el-1,
	.about-el-3,
	.feedback-el-2,
	.feedback-el-3,
	.single-product .main:before,
	.single-our-projects .main:before {
		display: none;
	}
	.section {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.section-md {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.heading h1, .heading h2 {
		margin-bottom: 15px;
	}
	.heading h1:last-child, .heading h2:last-child {
		margin-bottom: 0;
	}
	.header-nav,
	.header-soc {
		display: none;
	}
	.header-wrap {
        height: 60px;
        padding: 5px 0;
    }
    .header-logo {
    	margin-right: 16px;
    	flex: auto;
    }
    .header-logo a {
    	margin-right: 5px;
    }
    .header-logo img {
        max-height: 50px;
    }
    .lang-menu {
    	margin-right: 16px;
    }
    .hero-section {
    	padding: 15px 0 40px;
    }
    .hero-video a:after {
        width: 60px;
        height: 60px;
    }
	.hero-button {
		margin-top: 30px;
	}
    .products-items {
    	margin: 0 -15px -30px;
    }
    .products-item {
    	margin: 0 0 30px;
    	padding: 0 15px;
    }
    .products-items.columns-4 .products-item.category-item {
    	flex: 0 0 50%;
    	max-width: 50%;
    }
    .advantages-item {
    	flex: 0 0 50%;
    	max-width: 50%;
    }
    .banners-item {
    	flex: 0 0 100%;
    	max-width: 100%;
    }
    .banners-item__wrap {
        min-height: auto;
    }
    .banners-item__title {
    	font-size: var(--h5-size);
    	margin-bottom: 15px;
    }
    .about-wrap {
    	flex-direction: column-reverse;
    }
    .about-right {
    	margin-bottom: 30px;
    	flex: auto;
    	max-width: 100%;
    }
    .about-left {
    	flex: auto;
    	max-width: 100%;
    }
    .about-button {
    	text-align: center;
    }
    .portfolio-item {
    	height: calc((var(--container) - 2 * 15px) / 3);
    }
    .owl-dots button {
    	flex: 0 0 15px;
    	max-width: 15px;
    	width: 15px;
    	height: 15px;
    }
    .footer-wrap {
    	padding: 40px 0;
    	flex-direction: column;
    	align-items: center;
    	margin: 0 0 -40px;
    }
    .footer-widget {
    	flex: auto;
    	max-width: 100%;
    	text-align: center;
    }
    .footer-logo {
    	justify-content: center;
    }
    .footer-logo a {
    	margin-right: 5px;
    }
    .footer-logo img {
    	max-height: 50px;
    }
    .footer-soc {
    	justify-content: center;
    }
    .footer-menu,
    .footer-contacts {
    	display: flex;
    	flex-direction: column;
    	align-items: center;
    }
    .footer-contacts {
    	text-align: left;
    }
    .footer-widget-title {
    	font-size: var(--h6-size);
    	margin-bottom: 20px;
    }
    .page-sidebar {
    	display: none;
    }
    .page-body {
    	flex: 0 0 100%;
    	max-width: 100%;
    }
    .products-item__image {
	    height: calc((var(--container) - 2 * 30px) / 3);
	}
	.products-item__image img {
    	max-height: calc((var(--container) - 2 * 30px) / 3);
	}
	.singleProduct-image {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.singleProduct-image img {
		max-height: 320px;
	}
	.singleProduct-summary {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.singleProduct-title {
		margin-bottom: 20px;
	}
	.singleProduct-gallery-items {
		margin: 0 -10px -20px;
	}
	.singleProduct-gallery-item {
		flex: 0 0 calc(100% / 3);
		max-width: calc(100% / 3);
		margin: 0 0 20px;
		padding: 0 10px;
	}
	.singleProduct-gallery-item a {
		height: calc((var(--container) - 20px * 2) / 3);
	}
	.pagePortfolio-left, .pagePortfolio-right {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.pagePortfolio-left {
		margin-bottom: 20px;
	}
	.pagePortfolio-title {
		padding-bottom: 5px;
		margin-bottom: 20px;
	}
	.pageContacts-company-item {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.pageContacts-company-item {
		flex: 0 0 100%;
		max-width: 100%;
	}


	.projects-items {
		justify-content: center;
	}
	.projects-item {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.projects-item__image {
		flex: 0 0 calc((var(--container) - 30px) / 2 / 1.375);
	}
	.singleProjects-left,
	.singleProjects-right {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.singleProjects-gallery-item {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.singleProjects-gallery-item__image {
		height: calc((var(--container) - 30px) / 2 / 1.77);
	}
}


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

		--text-size: 15px;
		--text-size-sm: 13px;

		--h1-size: 28px;
		--h2-size: 24px;
		--h3-size: 22px;
		--h4-size: 20px;
		--h5-size: 18px;
		--h6-size: 16px;
	}
	.portfolio-item {
        height: calc((var(--container) - 15px) / 2);
    }
    .form-col-50 {
    	flex: 0 0 100%;
    	max-width: 100%;
    }
    .products-items {
    	margin: 0 -10px -30px;
    }
    .products-item {
    	margin: 0 0 30px;
    	padding: 0 10px;
    }
    .products-items.columns-3 .products-item {
    	flex: 0 0 50%;
    	max-width: 50%;
    }
    .products-item__image {
        height: calc((var(--container) - 20px) / 2);
    }
    .products-item__image img {
        max-height: calc((var(--container) - 20px) / 2);
    }
    .singleProduct-content td:first-child {
    	width: 50%;
    }

    .partners-wrap,
	.partners-item__wrap {
		height: calc((var(--container) - 20px * 2) / 3);
	}
	.partners-item {
		padding: 0 10px;
	}
	.partners-item__wrap {
		padding: 20px;
	}
	.partners-item__wrap img {
	    max-height: calc((var(--container) - 20px * 2) / 3 - 40px);
	}


	.projects-items {
		margin: 0 -10px -30px;
	}
	.projects-item {
		margin: 0 0 30px;
		padding: 0 10px;
	}

	.singleProjects-gallery-items {
		margin: 0 -10px -20px;
	}
	.singleProjects-gallery-item {
		margin: 0 0 20px;
		padding: 0 10px;
	}
	.singleProjects-info li {
		margin-bottom: 10px;
	}
	.singleProjects-gallery-item__image {
        height: calc((var(--container) - 20px) / 2 / 1.77);
    }
}


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

		--text-size: 15px;
		--text-size-sm: 13px;

		--h1-size: 28px;
		--h2-size: 24px;
		--h3-size: 22px;
		--h4-size: 20px;
		--h5-size: 18px;
		--h6-size: 16px;
	}
	.modal-dialog {
		max-width: 100%;
		margin-left: 15px;
		margin-right: 15px;
	}
	.btn {
		min-width: 150px;
	}
	.hero-section {
		padding-bottom: 30px;
	}
	.hero-button {
		margin-top: 20px;
	}
	.category-item a {
		max-width: 150px;
	}
	.category-item__image {
        height: 150px;
    }
    .banners-item__text {
    	font-size: var(--text-size-sm);
    }
    .singleProduct-gallery-item {
    	flex: 0 0 50%;
    	max-width: 50%;
    }
    .singleProduct-gallery-item a {
        height: calc((var(--container) - 20px) / 2);
    }

    .partners-wrap,
	.partners-item__wrap {
		height: calc((var(--container) - 20px) / 2);
	}
	.partners-item__wrap img {
	    max-height: calc((var(--container) - 20px) / 2 - 40px);
	}



	.projects-item__info {
		padding: 10px;
	}
	.projects-item__title {
		margin-bottom: 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%}
