/*!
Theme Name: Walder
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: walder
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.

Walder 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/
*/

:root {
	--container: 1600px;
	--gap: 24px;
	--radius: 10px;
	--shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
	--admin-bar: 32px;

	--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: #2F2F2F;
	--white: #FFFFFF;
	--red: #98001B;
	--grey: #606060;
	--light: #F7F7F7;
}
*, ::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: 'Inter', sans-serif;
	line-height: 1.5;
	color: var(--black);
	background: var(--white);
}
a {
	color: var(--red);
	transition: .5s;
}
a:hover {
	text-decoration: none;
}
img {
	margin: 0;
	vertical-align: middle;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	transition: .5s;
}
.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: 'Inter', serif;
	font-weight: 700;
	margin: calc(var(--gap) * 1.333) 0 var(--gap);
	line-height: 1.2;
}
h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
	margin-top: 0;
}
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 var(--gap);
}
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: 700;
}
blockquote {
	font-style: italic;
}
.form-fields {
	display: flex;
	flex-wrap: wrap;
	margin: 0 calc(var(--gap) / 1.2 / -2) calc(var(--gap) / -1.2);
}
.form-field {
	flex: 0 0 100%;
	max-width: 100%;
	padding: 0 calc(var(--gap) / 1.2 / 2);
	margin-bottom: calc(var(--gap) / 1.2);
}
.form-field-50 {
	flex: 0 0 50%;
	max-width: 50%;
}
::-webkit-input-placeholder {
	color: var(--grey);
}
::-moz-placeholder {
	color: var(--grey);
}
:-ms-input-placeholder {
	color: var(--grey);
}
:-moz-placeholder {
	color: var(--grey);
}
input[type="text"],
input[type="email"],
input[type="tel"],
select,
textarea {
	font-size: var(--text-size);
	font-weight: 400;
	font-family: 'Inter', sans-serif;
	line-height: 1.5;
	width: 100%;
	background: var(--white);
	border: 1px solid #BEBDBD;
	color: var(--black);
	-moz-border-radius: var(--radius);
	-webkit-border-radius: var(--radius);
	border-radius: var(--radius);
	padding: calc(var(--gap) / 2) calc(var(--gap) / 1.5);
	height: 52px;
	outline: none;
	transition: .5s;
}
textarea {
	height: 120px;
	resize: vertical;
}
select {
	-moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
	cursor: pointer;
	background-image: url(images/arrow-select.svg);
	background-repeat: no-repeat;
	background-position: calc(100% - var(--gap) / 2.5) center;
	background-size: 24px;
	padding-right: calc(var(--gap) * 1.5);
}
.form-field-button.center {
	text-align: center;
}
.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: var(--gap) 0 0;
	padding: calc(var(--gap) / 2) calc(var(--gap) / 1.5);
}
.form-field-policy {
	font-size: var(--text-size-sm);
	line-height: 1.2;
}
.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: 32px;
	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: var(--white);
	border: 1px solid #BEBDBD;
	width: 20px;
	height: 20px;
	outline: 0;
	padding: 0px;
	margin: 0;
	margin-right: 0;
	-moz-border-radius: calc(var(--radius) / 2);
	-webkit-border-radius: calc(var(--radius) / 2);
	border-radius: calc(var(--radius) / 2);
	position: absolute;
	left: 0;
	top: 0;
	cursor: pointer;
	transition: .25s;
}
.wpcf7-acceptance input[type="checkbox"]:checked:after {
	content: '';
    width: 6px;
    height: 11px;
    border-bottom: 1px solid var(--black);
    border-right: 1px solid var(--black);
    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: calc(var(--gap) * 3.333);
	padding-bottom: calc(var(--gap) * 3.333);
	z-index: 1;
}
.section-sm {
	position: relative;
	padding-top: calc(var(--gap) * 2.667);
	padding-bottom: calc(var(--gap) * 2.667);
	z-index: 1;
}
.section-lg {
	position: relative;
	padding-top: calc(var(--gap) * 4);
	padding-bottom: calc(var(--gap) * 4);
	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-light {
	background: var(--light);
}
.w-100 {
	width: 100%;
}


.heading {
	position: relative;
	margin-bottom: calc(var(--gap) * 1.667);
}
.heading.white {
	color: var(--white);
}
.heading.flex {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: var(--gap);
}
.heading.center {
	text-align: center;
}
.heading h2 {
	font-size: var(--h1-size);
	text-transform: uppercase;
	margin: 0 0 calc(var(--gap) / 2);
}
.heading h2:last-child,
.heading.flex h2 {
	margin-bottom: 0;
}
.heading p {
	color: var(--grey);
}
.heading.white p {
	color: var(--white);
}
.heading.flex p {
	text-align: right;
}


.btn {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: calc(var(--gap) / 3);
	text-align: center;
	font-size: var(--text-size);
	font-family: 'Inter', sans-serif;
	font-weight: 600;
	line-height: 1.5;
	border: 1px solid transparent;
	padding: calc(var(--gap) / 2) calc(var(--gap) * 1.25);
	-moz-border-radius: var(--radius);
	-webkit-border-radius: var(--radius);
	border-radius: var(--radius);
	outline: none;
	min-width: 240px;
	min-height: 52px;
	cursor: pointer;
	text-decoration: none;
	z-index: 1;
	transition: .5s;
}
.btn-icon-left:before,
.btn-icon-right:after {
	content: '';
	flex: 0 0 24px;
	max-width: 24px;
	width: 24px;
	height: 24px;
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	transition: .5s;
}
.btn-primary {
	background-color: var(--red);
	border-color: var(--red);
	color: var(--white);
}
.btn-primary:hover {
	background-color: var(--black);
	border-color: var(--black);
	color: var(--white);
}
.btn-primary:before,
.btn-primary:after {
	background-color: var(--white);
}
.btn-outline-primary {
	background-color: transparent;
	border-color: var(--grey);
	color: var(--black);
}
.btn-outline-primary:hover {
	background-color: var(--grey);
	border-color: var(--grey);
	color: var(--white);
}
.btn-outline-primary:before,
.btn-outline-primary:after {
	background-color: var(--black);
}
.btn-outline-primary:hover:before,
.btn-outline-primary:hover:after {
	background-color: var(--white);
}
.btn-outline-secondary {
	background-color: transparent;
	border-color: #777777;
	color: var(--white);
}
.btn-outline-secondary:hover {
	background-color: #777777;
	border-color: #777777;
	color: var(--white);
}
.btn-outline-secondary:before,
.btn-outline-secondary:after {
	background-color: var(--white);
}
.btn.btn-link {
	font-weight: 400;
	padding: 0;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	color: var(--black);
	min-width: inherit;
	min-height: inherit;
}
.btn.btn-link.white {
	color: var(--white);
}
.btn.btn-link.red {
	color: var(--red);
}
.btn.btn-link:hover,
.btn.btn-link.white:hover {
	color: var(--red);
}
.btn.btn-link.red:hover {
	color: var(--black);
}
.btn.btn-link:before,
.btn.btn-link:after {
	background-color: var(--black);
}
.btn.btn-link.white:before,
.btn.btn-link.white:after {
	background-color: var(--white);
}
.btn.btn-link.red:before,
.btn.btn-link.red:after {
	background-color: var(--red);
}
.btn.btn-link:hover:before,
.btn.btn-link:hover:after,
.btn.btn-link.white:hover:before,
.btn.btn-link.white:hover:after {
	background-color: var(--red);
}
.btn.btn-link.red:hover:before,
.btn.btn-link.red:hover:after {
	background-color: var(--black);
}
.btn-icon-download:before,
.btn-icon-download:after {
	-webkit-mask-image: url(images/download.svg);
	mask-image: url(images/download.svg);
}
.btn-icon-arrowRight:before,
.btn-icon-arrowRight:after {
	-webkit-mask-image: url(images/arrow-right.svg);
	mask-image: url(images/arrow-right.svg);
}


.swiper-pagination {
	position: relative !important;
	bottom: auto !important;
	top: auto !important;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: calc(var(--gap) * 1.667);
	gap: calc(var(--gap) / 3);
}
.swiper-pagination-bullet {
	flex: 0 0 15px;
	max-width: 15px;
	width: 15px !important;
	height: 5px !important;
	background: #CFCFCF !important;
	margin: 0 !important;
	opacity: 1 !important;
	-moz-border-radius: var(--radius) !important;
	-webkit-border-radius: var(--radius) !important;
	border-radius: var(--radius) !important;
	transition: .5s;
}
.swiper-pagination-bullet:hover,
.swiper-pagination-bullet-active {
	background: var(--red) !important;
}
.swiper-pagination-bullet-active {
	flex: 0 0 20px;
	max-width: 20px;
	width: 20px !important;
}


button.swiper-navigation {
	position: absolute;
	top: 50%;
	width: 40px;
	height: 40px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	border: none;
	background: var(--black);
	box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.15);
	display: flex;
	align-items: center;
	justify-content: center;
	outline: none;
	padding: 0;
	cursor: pointer;
	transform: translateY(-50%);
	opacity: 0;
	transition: .5s;
	z-index: 3;
}
button.swiper-navigation.white {
	background: #F0F0F0;
}
*:hover > button.swiper-navigation {
	opacity: 1;
}
button.swiper-navigation:hover,
button.swiper-navigation.white:hover {
	background: var(--red);
}
button.swiper-navigation:disabled {
	background: var(--black);
	opacity: 0;
	cursor: no-drop;
}
button.swiper-navigation.white:disabled {
	background: #F0F0F0;
}
button.swiper-navigation.prev {
	left: -20px;
}
button.swiper-navigation.next {
	right: -20px;
}
button.swiper-navigation: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: var(--white);
    flex: 0 0 28px;
    max-width: 28px;
    width: 28px;
    height: 28px;
    transition: .5s;
}
button.swiper-navigation.white:before {
	background-color: var(--black);
}
button.swiper-navigation.white:hover:before {
	background-color: var(--white);
}
button.swiper-navigation.prev:before {
	transform: scale(-1, 1);
}
button.swiper-navigation:disabled:before {
	background-color: var(--white);
}
button.swiper-navigation.white:disabled:before {
	background-color: var(--black);
}


.soc-links {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	align-items: center;
	gap: calc(var(--gap) / 3);
}
.soc-links li.soc-mobile {
	display: none;
}
.soc-links li a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	background: #202020;
	border: 1px solid #4F4F4F;
	-moz-border-radius: var(--radius);
	-webkit-border-radius: var(--radius);
	border-radius: var(--radius);
}
.soc-links li a:hover {
	background: #4F4F4F;
}
.soc-links li a svg {
	flex: 0 0 24px;
	max-width: 24px;
	height: 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: rgb(0 0 0 / 45%);
	position: absolute;
	opacity: 0;
	transition: .5s;
	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%;
	max-width: 360px;
	margin-left: auto;
	transform: translateX(100%);
	display: flex;
	flex-direction: column;
	transition: .5s;
	overflow: auto;
	z-index: 1;
}
.modal-mobile.show .modal-mobile-wrap {
	transform: translateX(0);
}
.mobile-header {
	position: relative;
	padding: var(--gap);
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: var(--gap);
	height: calc(44px + var(--gap) * 2);
	z-index: 1;
}
.mobile-logo {
	max-width: 110px;
}
.mobile-logo img {
	max-height: 44px;
}
.modal-mobile-close {
	-webkit-mask-image: url(images/close.svg);
	mask-image: url(images/close.svg);
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	background-color: var(--black);
	flex: 0 0 32px;
	max-width: 32px;
	width: 32px;
	height: 32px;
	border: none;
	padding: 0;
	cursor: pointer;
	outline: none !important;
	transition: .5s;
}
.modal-mobile-close:hover {
	background-color: var(--red);
}
.mobile-body {
	flex: auto;
	padding: 0 var(--gap) var(--gap);
}
.mobile-menu {
	margin: 0;
	padding: 0;
	list-style: none;
	font-weight: 600;
	font-size: var(--h6-size);
}
.mobile-menu li {
	position: relative;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	z-index: 1;
}
.mobile-menu > li {
	border-bottom: 1px solid var(--light);
}
.mobile-menu > li:last-child {
	border-bottom: 0;
}
.mobile-menu li a {
	order: 1;
	flex: 0 0 100%;
	max-width: 100%;
	position: relative;
	display: block;
	padding: 10px 0;
	text-decoration: none;
	color: var(--black);
	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(--red);
}
.mobile-menu-toggle {
	order: 2;
	-webkit-mask-size: 12px;
	-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: .5s;
}
.mobile-menu li.menu-item-has-children:hover > .mobile-menu-toggle {
	background-color: var(--red);
}
.mobile-menu li.menu-item-has-children.active > .mobile-menu-toggle {
	background-color: var(--red);
	transform: rotate(180deg);
}
.mobile-menu ul {
	max-height: 0;
	overflow: hidden;
	flex: 0 0 100%;
	max-width: 100%;
	order: 3;
	margin: 0;
	padding: 0 0 0 20px;
	list-style: none;
	text-transform: none;
	z-index: 9;
}
.mobile-menu li.active > ul {
	max-height: 9999px !important;
	margin: 0 0 10px;
}
.mobile-footer {
	position: relative;
	padding: var(--gap);
	background: var(--black);
	color: var(--white);
	z-index: 1;
}
.mobile-footer a {
	color: var(--white);
	text-decoration: none;
}
.mobile-footer a:hover {
	color: var(--red);
}



.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: 480px;
	margin: 1.75rem auto;
	pointer-events: none;
	display: flex;
	align-items: center;
	min-height: calc(100% - 3.5rem);
}
.modal-dialog.modal-full {
	max-width: var(--container);
}
.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: calc(var(--gap) * 2) var(--gap) var(--gap);
	-moz-border-radius: calc(var(--radius) * 2);
	-webkit-border-radius: calc(var(--radius) * 2);
	border-radius: calc(var(--radius) * 2);
	overflow: hidden;
	z-index: 1;
}
.modal-backdrop {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1050;
	width: 100vw;
	height: 100vh;
	background-color: var(--black);
	opacity: 0;
	z-index: -1;
}
.modal-backdrop.show {
	opacity: .8;
	z-index: 1049;
}
.modal-title {
	font-size: var(--h4-size);
	color: var(--black);
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: calc(var(--gap) / 3);
}
.modal-description {
	text-align: center;
	color: var(--grey);
}
.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(--grey);
	width: 32px;
	height: 32px;
	top: 12px;
	right: 12px;
	border: none;
	cursor: pointer;
	padding: 0;
	transition: .5s;
	z-index: 9;
}
.modal-close:hover {
	background-color: var(--black);
}


.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 {
	clear: both;
	display: flex;
	flex-wrap: wrap;
	margin: calc(var(--gap) + 2px) calc(var(--gap) / -2) 2px;
}
.gallery:first-child {
	margin-top: 0;
}
.gallery:last-child {
	margin-bottom: calc(var(--gap) * -1);
}
.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
	margin: 0 0 var(--gap);
	padding: 0 calc(var(--gap) / 2);
}
.gallery-item > * {
	overflow: hidden;
	-moz-border-radius: calc(var(--radius) * 2);
	-webkit-border-radius: calc(var(--radius) * 2);
	border-radius: calc(var(--radius) * 2);
}
.gallery-columns-2 .gallery-item {
	flex: 0 0 calc(100% / 2);
	max-width: calc(100% / 2);
}
.gallery-columns-2 .gallery-item > * {
	height: calc((var(--container) - var(--gap)) / 2 / 1.4);
}
.gallery-columns-3 .gallery-item {
	flex: 0 0 calc(100% / 3);
	max-width: calc(100% / 3);
}
.gallery-columns-3 .gallery-item > * {
	height: calc((var(--container) - var(--gap) * 2) / 3 / 1.4);
}
.gallery-columns-4 .gallery-item {
	flex: 0 0 calc(100% / 4);
	max-width: calc(100% / 4);
}
.gallery-columns-4 .gallery-item > * {
	height: calc((var(--container) - var(--gap) * 3) / 4 / 1.4);
}
.gallery-columns-5 .gallery-item {
	flex: 0 0 calc(100% / 5);
	max-width: calc(100% / 5);
}
.gallery-columns-5 .gallery-item > * {
	height: calc((var(--container) - var(--gap) * 4) / 5 / 1.4);
}
.gallery-columns-6 .gallery-item {
	flex: 0 0 calc(100% / 6);
	max-width: calc(100% / 6);
}
.gallery-columns-6 .gallery-item > * {
	height: calc((var(--container) - var(--gap) * 5) / 6 / 1.4);
}
.gallery-columns-7 .gallery-item {
	flex: 0 0 calc(100% / 6);
	max-width: calc(100% / 6);
}
.gallery-columns-7 .gallery-item > * {
	height: calc((var(--container) - var(--gap) * 6) / 7 / 1.4);
}
.gallery-columns-8 .gallery-item {
	flex: 0 0 calc(100% / 8);
	max-width: calc(100% / 8);
}
.gallery-columns-8 .gallery-item > * {
	height: calc((var(--container) - var(--gap) * 7) / 8 / 1.4);
}
.gallery-columns-9 .gallery-item {
	flex: 0 0 calc(100% / 9);
	max-width: calc(100% / 9);
}
.gallery-columns-9 .gallery-item > * {
	height: calc((var(--container) - var(--gap) * 8) / 9 / 1.4);
}
.gallery-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transition: .5s;
}
.gallery-item a:hover img {
	transform: scale(1.08);
}
.gallery-caption {
	display: block;
	margin-top: calc(var(--gap) / 4);
	font-style: italic;
}
.alignleft {
	float: left;
	margin-right: calc(var(--gap) * 1.5);
	margin-bottom: var(--gap);
}
.alignright {
	float: right;
	margin-left: calc(var(--gap) * 1.5);
	margin-bottom: var(--gap);
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: var(--gap);
}




.menu-items {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	align-items: center;
	gap: var(--gap);
	font-weight: 600;
}
.menu-items li {
	position: relative;
	z-index: 1;
}
.menu-items li a {
	display: flex;
	align-items: center;
	gap: 2px;
	padding: 6px 0;
	color: var(--black);
	text-decoration: none;
}
.menu-items.white li a {
	color: var(--white);
}
.menu-items li a:hover,
.menu-items.white li a:hover,
.menu-items li.current-menu-item > a {
	color: var(--red);
}
.menu-items li.menu-item-has-children > a:after {
	content: '';
	flex: 0 0 16px;
	max-width: 16px;
	width: 16px;
	height: 16px;
	-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);
	transition: .5s;
}
.menu-items.white li.menu-item-has-children > a:after {
	background-color: var(--white);
}
.menu-items li.menu-item-has-children:hover > a:after {
	transform: rotate(180deg);
}
.menu-items li.menu-item-has-children > a:hover:after,
.menu-items li.current-menu-item.menu-item-has-children > a:after,
.menu-items.white li.menu-item-has-children > a:hover:after,
.menu-items.white li.current-menu-item.menu-item-has-children > a:after {
	background-color: var(--red);
}
.menu-items ul {
	position: absolute;
	top: 100%;
	left: calc(var(--gap) / -1.5);
	margin: 0;
	padding: calc(var(--gap) / 3) 0;
	list-style: none;
	background: var(--white);
	box-shadow: var(--shadow);
	width: max-content;
	max-width: 240px;
	transform: translateY(20px);
	opacity: 0;
	visibility: hidden;
	transition: .5s;
	z-index: -99;
}
.menu-items li:hover > ul {
	transform: translateY(0);
	opacity: 1;
	visibility: inherit;
	z-index: 1;
}
.menu-items > li:last-child > ul {
	left: auto;
	right: 0;
}
.menu-items ul li a,
.menu-items.white ul li a {
	padding: calc(var(--gap) / 3) calc(var(--gap) / 1.5);
	display: flex;
	align-items: center;
	justify-content: space-between;
	text-transform: none;
	color: var(--black);
}
.menu-items ul li a:hover,
.menu-items.white ul li a:hover {
	color: var(--red);
}
.menu-items ul li.menu-item-has-children > a:after,
.menu-items ul li.menu-item-has-children:hover > a:after {
	transform: rotate(-90deg);
}
.menu-items ul ul {
	top: calc(var(--gap) / 1.5);
	left: 100%;
}






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

.topbar {
	position: sticky;
	top: 0;
	background: var(--black);
	color: var(--white);
	z-index: 93;
}
.topbar a {
	color: var(--white);
	text-decoration: none;
}
.topbar a:hover {
	color: var(--red);
}
.topbar-wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: var(--gap);
	height: 48px;
}
.topbar-advantages {
	flex: auto;
	display: flex;
	align-items: center;
	gap: var(--gap);
}
.topbar-advantages p {
	margin: 0;
	flex: 0 0 auto;
	display: flex;
	align-items: center;
	gap: calc(var(--gap) / 2.4);
}
.topbar-advantages p span {
	flex: 0 0 24px;
	max-width: 24px;
	width: 24px;
	height: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.topbar-advantages p span img {
	max-height: 24px;
}
.lang-menu {
	text-transform: uppercase;
}
.lang-menu ul li.current-lang {
	display: none;
}

.header {
	position: sticky;
	top: 0;
	padding: var(--gap) 0;
	background: var(--white);
	z-index: 92;
}
.admin-bar .header {
	top: var(--admin-bar);
}
.header.fixed {
	box-shadow: var(--shadow);
	z-index: 94;
}
.header-wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: calc(var(--gap) * 2);
	height: 52px;
}
.header-logo {
	max-width: 160px;
}
.header-logo img {
	max-height: 52px;
}
.main-menu {
	flex: auto;
	justify-content: space-evenly;
}
.header-phone {
	flex: 0 0 auto;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.header-phone a {
	font-weight: 600;
	text-decoration: none;
	color: var(--black);
}
.header-phone a:hover {
	color: var(--red);
}
.header-phone span {
	font-size: var(--text-size-sm);
	color: var(--grey);
}
.header-toggle {
	display: flex;
}
.header-toggle button {
	flex: 0 0 36px;
	max-width: 36px;
	width: 36px;
	height: 36px;
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-image: url(images/menu.svg);
	mask-image: url(images/menu.svg);
	background-color: var(--black);
	border: none;
	outline: none;
	padding: 0;
	cursor: pointer;
	transition: .5s;
}
.header-toggle button:hover {
	background-color: var(--red);
}


.footer {
	position: relative;
	background: var(--black);
	border-top: 2px solid var(--white);
	color: var(--white);
	z-index: 1;
}
.footer a:not(.btn) {
	color: var(--white);
	text-decoration: none;
}
.footer a:not(.btn):hover {
	color: var(--red);
}
.footer-wrap {
	padding: calc(var(--gap) * 2.667) 0;
	display: flex;
	justify-content: space-between;
	gap: var(--gap);
}
.footer-widget {
	max-width: 280px;
}
.footer-widget:first-child {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.footer-widget:last-child {
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.footer-widget-title {
	font-weight: 700;
	text-transform: uppercase;
}
.footer-logo {
	margin-bottom: var(--gap);
}
.footer-info {
	flex: auto;
}
.footer-menu,
.footer-contacts {
	padding: 0;
	list-style: none;
	display: flex;
	flex-direction: column;
	gap: calc(var(--gap) / 3);
}
.footer-menu ul {
	display: none;
}
.footer-callback {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: calc(var(--gap) / 2);
}
.footer-bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: var(--gap);
	font-size: var(--text-size-sm);
	padding: 0 0 calc(var(--gap) / 1.2);
}
.footer-bottom p {
	margin: 0;
}


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


.page-breadcrumbs {
	position: relative;
	background: var(--light);
	padding: calc(var(--gap) / 2) 0;
	color: var(--grey);
	z-index: 1;
}
.page-breadcrumbs a {
	color: var(--grey);
	text-decoration: none;
}
.page-breadcrumbs a:hover {
	color: var(--red);
}
.page-header {
	position: relative;
	padding: var(--gap) 0 calc(var(--gap) * 1.5);
}
.page-header.bg-light {
	padding-top: 0;
}
.page-title {
	font-size: calc(var(--h1-size) * 1.25);
	text-transform: uppercase;
}
.page-content img {
	-moz-border-radius: calc(var(--radius) * 2);
	-webkit-border-radius: calc(var(--radius) * 2);
	border-radius: calc(var(--radius) * 2);
}
.page-content ul img {
	margin: calc(var(--gap) / 3) 0;
}
.page-content p + ul,
.page-content p + ol {
	margin-top: calc(var(--gap) / -1.5);
}
.page-content hr {
	clear: both;
	display: block;
	border: none;
	margin: 0;
}

.error-404-number {
	font-size: calc(var(--h1-size) * 7);
	font-weight: 700;
	text-align: center;
	line-height: 1;
	color: var(--grey);
	opacity: .3;
}
.error-404-button {
	text-align: center;
}


.hero-section {
	z-index: 2;
}
.hero2-section {
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 660px;
}
.hero-bg {
	position: absolute;
	width: 100%;
	height: calc(100% - var(--gap) * 4);
	top: 0;
	left: 0;
	z-index: -1;
}
.hero-bg.full {
	height: 100%;
}
.hero-bg:after {
	content: '';
	background: linear-gradient(90deg, #F0F5FC 21.49%, rgba(240, 245, 252, 0.6) 55.69%, rgba(240, 245, 252, 0) 70.41%);
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
}
.hero-wrap {
	max-width: 860px;
}
.hero-heading {
	font-size: calc(var(--h1-size) * 2);
	text-transform: uppercase;
}
.hero-description {
	font-size: var(--h3-size);
	margin-bottom: calc(var(--gap) * 2.667);
}
.hero-advantages {
	display: flex;
	gap: calc(var(--gap) * 2);
	margin-bottom: calc(var(--gap) * 2.667);
}
.hero-advantages:last-child {
	margin-bottom: 0;
}
.hero-advantages-item {
	display: flex;
	align-items: center;
	gap: calc(var(--gap) / 2);
}
.hero-advantages-item__image {
	flex: 0 0 60px;
	max-width: 60px;
	width: 60px;
}
.hero-advantages-item__info {
	display: flex;
	flex-direction: column;
}
.hero-advantages-item__info span {
	font-size: var(--h4-size);
	line-height: 1.2;
	font-weight: 700;
	margin-bottom: calc(var(--gap) / 6);
}
.hero-buttons {
	display: flex;
	gap: var(--gap);
}



.selection-wrap {
	position: relative;
	background: var(--white);
	-moz-border-radius: calc(var(--radius) * 2);
	-webkit-border-radius: calc(var(--radius) * 2);
	border-radius: calc(var(--radius) * 2);
	box-shadow: var(--shadow);
	padding: calc(var(--gap) * 2);
	z-index: 1;
}
.selection-items {
	display: flex;
	flex-wrap: wrap;
	margin: 0 calc(var(--gap) / -2) calc(var(--gap) * -1);
}
.selection-item {
	flex: 0 0 25%;
	max-width: 25%;
	margin: 0 0 var(--gap);
	padding: 0 calc(var(--gap) / 2);
}
.selection-item__wrap {
	position: relative;
	height: 100%;
	min-height: 124px;
	box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.15);
	-moz-border-radius: var(--radius);
	-webkit-border-radius: var(--radius);
	border-radius: var(--radius);
	padding: calc(var(--gap) / 1.5);
	display: flex;
	align-items: center;
	justify-content: center;
	gap: calc(var(--gap) / 2);
	text-decoration: none;
	z-index: 1;
}
.selection-item__wrap:hover {
	box-shadow: 0px 0px 6px 0px rgba(152, 0, 27, 0.75);
}
.selection-item__image {
	flex: 0 0 60px;
	max-width: 60px;
	width: 60px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: var(--light);
	-moz-border-radius: var(--radius);
	-webkit-border-radius: var(--radius);
	border-radius: var(--radius);
}
.selection-item__image img {
	max-height: 60px;
}
.selection-item__info {
	color: var(--grey);
}
.selection-item__info span {
	font-size: var(--h4-size);
	font-weight: 700;
	display: block;
	color: var(--black);
	line-height: 1.2;
	margin-bottom: calc(var(--gap) / 6);
}



.products-items {
	display: flex;
	flex-wrap: wrap;
	margin: 0 calc(var(--gap) / -2) calc(var(--gap) * -1);
}
.products-item {
	flex: 0 0 calc(100% / 6);
	max-width: calc(100% / 6);
	margin: 0 0 var(--gap);
	padding: 0 calc(var(--gap) / 2);
}
.products-item__wrap {
	position: relative;
	height: 100%;
	display: flex;
	flex-direction: column;
	background: var(--white);
	-moz-border-radius: var(--radius);
	-webkit-border-radius: var(--radius);
	border-radius: var(--radius);
	z-index: 1;
}
.products-item__image {
	flex: 0 0 calc((var(--container) - var(--gap) * 5) / 6 / 1.222);
	max-height: calc((var(--container) - var(--gap) * 5) / 6 / 1.222);
	-moz-border-radius: var(--radius);
	-webkit-border-radius: var(--radius);
	border-radius: var(--radius);
	overflow: hidden;
}
.products-item__wrap:hover .products-item__image img {
	transform: scale(1.05);
}
.products-item__info {
	flex: auto;
	padding: calc(var(--gap) / 2);
	display: flex;
	flex-direction: column;
}
.products-item__title {
	font-size: var(--h6-size);
	margin-bottom: calc(var(--gap) / 6);
}
.products-item__title a {
	color: var(--black);
	text-decoration: none;
}
.products-item__title a:hover {
	color: var(--red);
}
.products-item__subtitle {
	font-weight: 500;
	margin-bottom: calc(var(--gap) / 2);
}
.products-item__description {
	flex: auto;
	color: var(--grey);
	margin-bottom: calc(var(--gap) / 2);
}





.complex-bg {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
}
.complex-bg:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: var(--black);
	opacity: .9;
	z-index: 1;
}
.complex-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: var(--gap);
	margin-bottom: calc(var(--gap) * 1.667);
}
.complex-counters {
	flex: auto;
	max-width: 520px;
	background: var(--black);
	border: 1px solid rgba(255, 255, 255, .3);
	-moz-border-radius: calc(var(--radius) * 2);
	-webkit-border-radius: calc(var(--radius) * 2);
	border-radius: calc(var(--radius) * 2);
	padding: var(--gap);
}
.complex-counters p {
	font-size: var(--h6-size);
	text-align: center;
	color: var(--white);
	text-transform: uppercase;
}
.complex-counters ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
	gap: var(--gap);
}
.complex-counters ul li {
	position: relative;
	flex: auto;
	max-width: calc(100% / 3);
	color: var(--white);
	text-align: center;
	font-size: var(--text-size-sm);
	padding: 0 calc(var(--gap) / 3);
	z-index: 1;
}
.complex-counters ul li:after {
	content: '';
	position: absolute;
	width: 1px;
	height: calc(100% - 20px);
	top: 10px;
	right: calc(var(--gap) / -2);
	background-color: var(--white);
	opacity: .3;
	z-index: 1;
}
.complex-counters ul li:last-child:after,
.complex-counters ul li:nth-child(3n):after {
	display: none;
}
.complex-counters ul li span {
	font-size: var(--h3-size);
	font-weight: 700;
	display: block;
}

.complex-items {
	display: flex;
	flex-wrap: wrap;
	margin: 0 calc(var(--gap) / -2);
}
.complex-item {
	flex: 0 0 calc(100% / 6);
	max-width: calc(100% / 6);
	margin: 0 0 var(--gap);
	padding: 0 calc(var(--gap) / 2);
}
.complex-item__wrap {
	position: relative;
	-moz-border-radius: calc(var(--radius) * 2);
	-webkit-border-radius: calc(var(--radius) * 2);
	border-radius: calc(var(--radius) * 2);
	height: 100%;
	display: flex;
	flex-direction: column;
	background: linear-gradient(90deg, #F7F7F7 0%, rgba(247, 247, 247, 0.9) 100%);
	overflow: hidden;
	padding: var(--gap);
	z-index: 1;
}
.complex-item__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: var(--gap);
	margin-bottom: calc(var(--gap) / 2);
}
.complex-item__count {
	flex: 0 0 35px;
	max-width: 35px;
	height: 35px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: var(--red);
	color: var(--white);
	font-size: var(--h6-size);
	font-weight: 700;
	text-align: center;
}
.complex-item__image {
	flex: 0 0 35px;
	max-width: 35px;
}
.complex-item__title {
	font-size: var(--h6-size);
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 calc(var(--gap) / 4);
}
.complex-item__description {
	color: var(--grey);
	flex: auto;
}
.complex-item__label {
	width: max-content;
	max-width: 100%;
	min-width: 164px;
	background: var(--red);
	color: var(--white);
	font-weight: 600;
	padding: calc(var(--gap) / 4) calc(var(--gap) / 2) calc(var(--gap) / 4) var(--gap);
	margin-left: calc(var(--gap) * -1);
	-moz-border-radius: 0 calc(var(--radius) * 2) calc(var(--radius) * 2) 0;
	-webkit-border-radius: 0 calc(var(--radius) * 2) calc(var(--radius) * 2) 0;
	border-radius: 0 calc(var(--radius) * 2) calc(var(--radius) * 2) 0;
}
.complexCheckList-items {
	display: flex;
	flex-wrap: wrap;
	margin: 0 calc(var(--gap) / -2) calc(var(--gap) * -1);
}
.complexCheckList-item {
	flex: 0 0 calc(100% / 3);
	max-width: calc(100% / 3);
	margin: 0 0 var(--gap);
	padding: 0 calc(var(--gap) / 2);
}
.complexCheckList-item__wrap {
	position: relative;
	height: 100%;
	background: rgba(21, 21, 21, 0.7);
	padding: var(--gap);
	-moz-border-radius: calc(var(--radius) * 2);
	-webkit-border-radius: calc(var(--radius) * 2);
	border-radius: calc(var(--radius) * 2);
	z-index: 1;
}
.complexCheckList-item__heading {
	font-size: var(--h4-size);
	color: var(--white);
	font-weight: 700;
	line-height: 1.2;
}
.complexCheckList-item__content {
	color: var(--white);
}
.complexCheckList-item__content ul {
	padding: 0;
	list-style: none;
	display: flex;
	flex-direction: column;
	gap: calc(var(--gap) / 2);
}
.complexCheckList-item__content ul li {
	position: relative;
	padding-left: 36px;
	z-index: 1;
}
.complexCheckList-item__content ul li:before {
	content: '';
	position: absolute;
	width: 24px;
	height: 24px;
	top: 0;
	left: 0;
	background: url(images/check-mark.svg) no-repeat center;
	background-size: contain;
	z-index: 1;
}
.complex-button {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: var(--gap);
	margin-top: calc(var(--gap) * 1.333);
}
.complex-caption {
	color: var(--white);
}



.projects-bg {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
}
.projects-bg:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: var(--black);
	opacity: .9;
	z-index: 1;
}
.projects-carousel {
	position: relative;
	z-index: 1;
}
.projects-items {
	display: flex;
	flex-wrap: wrap;
	margin: 0 calc(var(--gap) / -2) calc(var(--gap) * -1);
}
.projects-item {
	flex: 0 0 25%;
	max-width: 25%;
	margin: 0 0 var(--gap);
	padding: 0 calc(var(--gap) / 2);
}
.projects-swiper .swiper-slide {
	height: auto;
}
.projects-item__wrap {
	position: relative;
	height: 100%;
	background: var(--white);
	-moz-border-radius: var(--radius);
	-webkit-border-radius: var(--radius);
	border-radius: var(--radius);
	display: flex;
	flex-direction: column;
	overflow: hidden;
	z-index: 1;
}
.projects-items .projects-item__wrap {
	box-shadow: var(--shadow);
}
.projects-item__image {
	-moz-border-radius: var(--radius);
	-webkit-border-radius: var(--radius);
	border-radius: var(--radius);
	flex: 0 0 calc((var(--container) - var(--gap) * 3) / 4 / 1.5);
	max-height: calc((var(--container) - var(--gap) * 3) / 4 / 1.5);
	overflow: hidden;
}
.projects-item__wrap:hover .projects-item__image img {
	transform: scale(1.05);
}
.projects-item__info {
	flex: auto;
	padding: var(--gap);
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.projects-item__title {
	font-size: var(--h6-size);
	line-height: 1.2;
	font-weight: 700;
	margin-bottom: calc(var(--gap) / 4);
}
.projects-item__title a {
	color: var(--black);
	text-decoration: none;
}
.projects-item__title a:hover {
	color: var(--red);
}
.projects-item__subtitle {
	margin-bottom: calc(var(--gap) / 1.5);
}
.projects-item__description {
	flex: auto;
	margin-bottom: calc(var(--gap) / 1.5);
	color: var(--grey);
}



.advantages-section {
	background: #F0F0F0;
}
.advantages-items {
	display: flex;
	flex-wrap: wrap;
	margin: 0 calc(var(--gap) / -2) calc(var(--gap) * -1);
}
.advantages-item {
	flex: 0 0 25%;
	max-width: 25%;
	margin: 0 0 var(--gap);
	padding: 0 calc(var(--gap) / 2);
}
.advantages-item__image {
	width: 80px;
	height: 80px;
	margin: 0 auto var(--gap);
	display: flex;
	align-items: center;
	justify-content: center;
}
.advantages-item__image img {
	max-height: 80px;
}
.advantages-item__title {
	text-align: center;
	font-size: var(--h6-size);
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: calc(var(--gap) / 2);
}
.advantages-item__text {
	color: var(--grey);
	text-align: center;
}




.steps-items {
	display: flex;
	flex-wrap: wrap;
	margin: 0 calc(var(--gap) / -2) calc(var(--gap) * -1);
}
.steps-item {
	flex: 0 0 calc(100% / 6);
	max-width: calc(100% / 6);
	margin: 0 0 var(--gap);
	padding: 0 calc(var(--gap) / 2);
}
.steps-item__wrap {
	position: relative;
	z-index: 1;
}
.steps-item__wrap:before {
	content: '';
	border-top: 1px dashed var(--grey);
	position: absolute;
	width: calc(100% - 36px);
	height: 1px;
	top: 17px;
	left: calc(50% + 30px);
	z-index: -2;
}
.steps-item__wrap:after {
	content: '';
	position: absolute;
	width: 8px;
	height: 8px;
	top: 13px;
	right: calc(var(--gap) / -2);
	background: var(--red);
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	z-index: -1;
}
.steps-item:last-child .steps-item__wrap:before,
.steps-item:last-child .steps-item__wrap:after,
.steps-item:nth-child(6n) .steps-item__wrap:before,
.steps-item:nth-child(6n) .steps-item__wrap:after {
	display: none;
}
.steps-item__count {
	width: 35px;
	height: 35px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: var(--red);
	color: var(--white);
	font-size: var(--h6-size);
	font-weight: 700;
	text-align: center;
	margin: 0 auto var(--gap);
}
.steps-item__title {
	text-align: center;
	font-size: var(--h6-size);
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: calc(var(--gap) / 2);
}
.steps-item__text {
	color: var(--grey);
	text-align: center;
}





.about-bg {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
}
.about-bg:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: linear-gradient(90deg, #202020 0%, #202020 23.83%, rgba(32, 32, 32, 0.3) 48.92%, #202020 76.05%, #202020 100%);
	z-index: 1;
}
.about-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: var(--gap);
	margin-bottom: calc(var(--gap) * 1.667);
}
.about-counters {
	flex: auto;
	max-width: 520px;
	background: var(--red);
	-moz-border-radius: calc(var(--radius) * 2);
	-webkit-border-radius: calc(var(--radius) * 2);
	border-radius: calc(var(--radius) * 2);
	padding: var(--gap);
}
.about-counters p {
	font-size: var(--h6-size);
	text-align: center;
	color: var(--white);
	text-transform: uppercase;
}
.about-counters ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
	gap: var(--gap);
}
.about-counters ul li {
	position: relative;
	flex: auto;
	max-width: calc(100% / 3);
	color: var(--white);
	text-align: center;
	font-size: var(--text-size-sm);
	padding: 0 calc(var(--gap) / 3);
	z-index: 1;
}
.about-counters ul li:after {
	content: '';
	position: absolute;
	width: 1px;
	height: calc(100% - 20px);
	top: 10px;
	right: calc(var(--gap) / -2);
	background-color: var(--white);
	opacity: .3;
	z-index: 1;
}
.about-counters ul li:last-child:after,
.about-counters ul li:nth-child(3n):after {
	display: none;
}
.about-counters ul li > span {
	font-size: var(--h3-size);
	font-weight: 700;
	display: block;
}
.about-items {
	display: flex;
	flex-wrap: wrap;
	margin: 0 calc(var(--gap) / -2);
}
.about-item {
	flex: 0 0 calc(100% / 6);
	max-width: calc(100% / 6);
	margin: 0 0 var(--gap);
	padding: 0 calc(var(--gap) / 2);
}
.about-item__wrap {
	position: relative;
	-moz-border-radius: calc(var(--radius) * 2);
	-webkit-border-radius: calc(var(--radius) * 2);
	border-radius: calc(var(--radius) * 2);
	height: 100%;
	display: flex;
	flex-direction: column;
	background: linear-gradient(90deg, #F7F7F7 0%, rgba(247, 247, 247, 0.9) 100%);
	overflow: hidden;
	padding: var(--gap);
	z-index: 1;
}
.about-item__image {
	flex: 0 0 35px;
	max-width: 35px;
	height: 35px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: calc(var(--gap) / 2);
}
.about-item__image img {
	max-height: 35px;
}
.about-item__title {
	font-size: var(--h6-size);
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 calc(var(--gap) / 3);
}
.about-item__description {
	color: var(--grey);
	flex: auto;
}



.map-wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: calc(var(--gap) * 1.5);
}
.map-info {
	position: relative;
	flex: 0 0 280px;
	max-width: 280px;
	background: var(--white);
	box-shadow: var(--shadow);
	-moz-border-radius: calc(var(--radius) * 2);
	-webkit-border-radius: calc(var(--radius) * 2);
	border-radius: calc(var(--radius) * 2);
	padding: var(--gap);
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
	min-height: 200px;
	z-index: 1;
}
.map-heading {
	font-size: var(--h5-size);
	font-weight: 700;
	line-height: 1.2;
}
.map-info .btn {
	min-height: auto;
}
.map-counters {
	display: flex;
	gap: calc(var(--gap) * 1.5);
}
.map-counters-item {
	text-align: center;
}
.map-counters-item__image {
	margin: 0 auto calc(var(--gap) / 6);
	width: 36px;
	height: 36px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.map-counters-item__image img {
	max-height: 36px;
}
.map-counters-item__value {
	font-size: var(--h1-size);
	font-weight: 700;
	line-height: 1.2;
	color: var(--red);
	margin-bottom: calc(var(--gap) / 6);
}



.feedback-section {
	background: var(--black);
}
.feedback-bg {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
}
.feedback-bg:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: linear-gradient(90deg, #202020 14.42%, rgba(32, 32, 32, 0.9) 22.6%, rgba(32, 32, 32, 0.2) 38.46%, #202020 60.1%, #202020 100%);
	z-index: 1;
}
.feedback-wrap {
	display: flex;
	justify-content: space-between;
	gap: var(--gap);
}
.feedback-left {
	flex: 0 0 calc(50% - var(--gap) / 2);
	max-width: 680px;
}
.feedback-right {
	flex: 0 0 calc(50% - var(--gap) / 2);
	max-width: calc(50% - var(--gap) / 2);
}
.feedback-content {
	color: var(--white);
	font-size: var(--h6-size);
}
.feedback-content ul {
	padding: 0;
	list-style: none;
	display: flex;
	flex-direction: column;
	gap: calc(var(--gap) / 2);
}
.feedback-content ul li {
	position: relative;
	padding-left: 36px;
	z-index: 1;
}
.feedback-content ul li:before {
	content: '';
	position: absolute;
	width: 24px;
	height: 24px;
	top: 0;
	left: 0;
	background: url(images/check-mark.svg) no-repeat center;
	background-size: contain;
	z-index: 1;
}
.feedback-form {
	background: var(--white);
	-moz-border-radius: calc(var(--radius) * 2);
	-webkit-border-radius: calc(var(--radius) * 2);
	border-radius: calc(var(--radius) * 2);
	padding: calc(var(--gap) * 1.333);
}



.info-content {
	margin-bottom: calc(var(--gap) * 3.333);
}
.info-content:last-child {
	margin-bottom: 0;
}
.info-advantages {
	display: flex;
	flex-wrap: wrap;
	margin: 0 calc(var(--gap) / -2) calc(var(--gap) * -1);
}
.info-advantages-item {
	flex: 0 0 25%;
	max-width: 25%;
	margin: 0 0 var(--gap);
	padding: 0 calc(var(--gap) / 2);
}
.info-advantages-item__wrap {
	position: relative;
	height: 100%;
	min-height: 124px;
	box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.15);
	-moz-border-radius: var(--radius);
	-webkit-border-radius: var(--radius);
	border-radius: var(--radius);
	padding: calc(var(--gap) / 1.5);
	display: flex;
	align-items: center;
	justify-content: center;
	gap: calc(var(--gap) / 2);
	text-decoration: none;
	z-index: 1;
}
.info-advantages-item__image {
	flex: 0 0 60px;
	max-width: 60px;
	width: 60px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.info-advantages-item__image img {
	max-height: 60px;
}
.info-advantages-item__info {
	color: var(--grey);
}
.info-advantages-item__info span {
	font-size: var(--h6-size);
	font-weight: 700;
	display: block;
	color: var(--black);
	line-height: 1.2;
	margin-bottom: calc(var(--gap) / 6);
}



.navigation.pagination {
	position: relative;
	margin-top: calc(var(--gap) * 1.5);
	z-index: 2;
}
.nav-links {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: center;
	gap: calc(var(--gap) / 3);
	margin: 0;
	padding: 0;
	list-style: none;
}
.nav-links .page-numbers {
	min-width: 44px;
	height: 44px;
	font-weight: 500;
	color: var(--black);
	border: 1px solid var(--light);
	background: var(--white);
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 10px;
	text-decoration: none;
	-moz-border-radius: var(--radius);
	-webkit-border-radius: var(--radius);
	border-radius: var(--radius);
}
.nav-links .page-numbers:hover,
.nav-links .page-numbers.current {
	background: var(--red);
	border-color: var(--red);
	color: var(--white);
}





.singleProduct-main.section {
	padding-top: calc(var(--gap) * 1.25);
}
.singleProduct-wrap {
	display: flex;
	align-items: center;
	gap: var(--gap);
}
.singleProduct-left {
	flex: 0 0 calc(33% - var(--gap) / 2);
	max-width: calc(33% - var(--gap) / 2);
}
.singleProduct-right {
	flex: 0 0 calc(67% - var(--gap) / 2);
	max-width: calc(67% - var(--gap) / 2);
}
.singleProduct-cat {
	font-weight: 600;
	color: var(--red);
}
.singleProduct-title {
	font-size: calc(var(--h1-size) * 2);
	text-transform: uppercase;
	font-weight: 700;
	line-height: 1.2;
	margin-top: 0;
}
.singleProduct-subtitle {
	font-size: var(--h6-size);
	font-weight: 700;
	margin-bottom: calc(var(--gap) * 1.333);
}
.singleProduct-subtitle:last-child {
	margin-bottom: 0;
}
.singleProduct-subtitle span {
	display: block;
	color: var(--red);
}
.singleProduct-content {
	margin-bottom: calc(var(--gap) * 2);
}
.singleProduct-content:last-child {
	margin-bottom: 0;
}
.singleProduct-content ul {
	padding: 0;
	list-style: none;
	display: flex;
	flex-direction: column;
	gap: calc(var(--gap) / 2);
}
.singleProduct-content ul li {
	position: relative;
	padding-left: 36px;
	z-index: 1;
}
.singleProduct-content ul li:before {
	content: '';
	position: absolute;
	width: 24px;
	height: 24px;
	top: 0;
	left: 0;
	background: url(images/check-mark.svg) no-repeat center;
	background-size: contain;
	z-index: 1;
}
.singleProduct-buttons {
	display: flex;
	gap: calc(var(--gap) / 2);
	margin-bottom: calc(var(--gap) * 2);
}
.singleProduct-buttons:last-child {
	margin-bottom: 0;
}
.singleProduct-buttons .btn {
	min-width: auto;
	flex: 1;
}
.singleProduct-pdfFile a {
	display: inline-flex;
	align-items: center;
	gap: calc(var(--gap) / 3);
	font-weight: 600;
	color: var(--black);
	text-decoration: none;
}
.singleProduct-pdfFile a:hover {
	color: var(--red);
}
.singleProduct-pdfFile a:before {
	content: '';
	background: url(images/pdf-file.svg) no-repeat center;
	background-size: contain;
	flex: 0 0 48px;
	max-width: 48px;
	width: 48px;
	height: 48px;
}

.singleProductImagesMain-swiper {
	margin-bottom: calc(var(--gap) / 2);
}
.singleProductImagesMain-item__image {
	position: relative;
	height: calc((var(--container) * .67 - var(--gap) / 2) / 1.75);
	-moz-border-radius: calc(var(--radius) * 2);
	-webkit-border-radius: calc(var(--radius) * 2);
	border-radius: calc(var(--radius) * 2);
	overflow: hidden;
	z-index: 1;
}
.singleProductImagesMain-swiper button.swiper-navigation.prev {
	left: calc(var(--gap) / 1.5);
}
.singleProductImagesMain-swiper button.swiper-navigation.next {
	right: calc(var(--gap) / 1.5);
}
.singleProductImagesOther-item__image {
	height: calc(((var(--container) * .67 - var(--gap) / 2) - var(--gap) / 2 * 4) / 5 / 1.75);
	-moz-border-radius: calc(var(--radius) * 2);
	-webkit-border-radius: calc(var(--radius) * 2);
	border-radius: calc(var(--radius) * 2);
	overflow: hidden;
	border: 3px solid transparent;
	cursor: pointer;
	transition: .5s;
}
.swiper-slide-thumb-active .singleProductImagesOther-item__image {
	border-color: var(--red);
}

.singleProductAdvantages-wrap {
	position: relative;
	background: var(--white);
	box-shadow: var(--shadow);
	-moz-border-radius: calc(var(--radius) * 2);
	-webkit-border-radius: calc(var(--radius) * 2);
	border-radius: calc(var(--radius) * 2);
	padding: calc(var(--gap) * 2);
	z-index: 1;
}
.singleProductAdvantages-items {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	gap: var(--gap);
}
.singleProductAdvantages-item {
	position: relative;
	flex: 0 0 auto;
	max-width: 100%;
}
.singleProductAdvantages-item__wrap {
	display: flex;
	align-items: center;
	gap: calc(var(--gap) / 2);
}
.singleProductAdvantages-item__image {
	flex: 0 0 64px;
	max-width: 64px;
	width: 64px;
	height: 64px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.singleProductAdvantages-item__image img {
	max-height: 64px;
}
.singleProductAdvantages-item__info {
	flex: auto;
}
.singleProductAdvantages-item__info span {
	font-size: calc(var(--h4-size));
	font-weight: 700;
	line-height: 1.2;
	color: var(--red);
	display: block;
	margin-bottom: calc(var(--gap) / 4);
}


.info-blocks {
	display: flex;
	justify-content: space-between;
	gap: var(--gap);
}
.info-block {
	position: relative;
	z-index: 1;
}
.info-block-heading {
	font-size: var(--h4-size);
	font-weight: 700;
	text-transform: uppercase;
	line-height: 1.2;
}
.info-characteristics {
	flex: auto;
	max-width: 100%;
}
.info-complete {
	flex: 0 0 24%;
	max-width: 24%;
}
.info-feedback {
	flex: 0 0 34%;
	max-width: 34%;
	-moz-border-radius: calc(var(--radius) * 2);
	-webkit-border-radius: calc(var(--radius) * 2);
	border-radius: calc(var(--radius) * 2);
	overflow: hidden;
	padding: calc(var(--gap) * 2);
	color: var(--white);
}
.info-feedback-bg {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
}
.info-feedback-bg:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: var(--black);
	opacity: .9;
	z-index: 1;
}
.info-feedback-heading {
	margin-top: 0;
	margin-bottom: calc(var(--gap) / 2);
	text-align: center;
}
.info-feedback-description {
	text-align: center;
	margin-bottom: calc(var(--gap) * 1.333);
}
.info-feedback-form .form-field-50 {
	flex: 0 0 100%;
	max-width: 100%;
}
.info-complete-content ul {
	padding: 0;
	list-style: none;
	display: flex;
	flex-direction: column;
	gap: calc(var(--gap) / 2);
}
.info-complete-content ul li {
	position: relative;
	padding-left: 36px;
	z-index: 1;
}
.info-complete-content ul li:before {
	content: '';
	position: absolute;
	width: 24px;
	height: 24px;
	top: 0;
	left: 0;
	background: url(images/check-mark.svg) no-repeat center;
	background-size: contain;
	z-index: 1;
}
.info-characteristics-content {
	position: relative;
	background: var(--light);
	-moz-border-radius: calc(var(--radius) * 2);
	-webkit-border-radius: calc(var(--radius) * 2);
	border-radius: calc(var(--radius) * 2);
	padding: var(--gap);
	z-index: 1;
}
.info-characteristics-content table {
	width: 100%;
	border-collapse: collapse;
	border: none;
}
.info-characteristics-content td {
	padding: calc(var(--gap) / 3);
	border-bottom: 1px solid #BEBDBD;
}
.info-characteristics-content tr:last-child td {
	border-bottom: none;
}
.info-characteristics-content td:first-child {
	padding-left: 0;
}
.info-characteristics-content td:last-child {
	padding-right: 0;
}
.info-characteristics-content strong {
	font-weight: 600;
}

.galleryBlock-carousel {
	position: relative;
	z-index: 1;
}
.galleryBlock-item__image {
	position: relative;
	-moz-border-radius: calc(var(--radius) * 2);
	-webkit-border-radius: calc(var(--radius) * 2);
	border-radius: calc(var(--radius) * 2);
	overflow: hidden;
	height: calc((var(--container) - var(--gap) * 3) / 4 / 1.65);
	z-index: 1;
}
.galleryBlock-item__image:hover img {
	transform: scale(1.05);
}


.additionalOptions-items {
	display: flex;
	flex-wrap: wrap;
	margin: 0 calc(var(--gap) / -2) calc(var(--gap) * -1);
}
.additionalOptions-item {
	flex: 0 0 25%;
	max-width: 25%;
	margin: 0 0 var(--gap);
	padding: 0 calc(var(--gap) / 2);
}
.additionalOptions-item__wrap {
	position: relative;
	height: 100%;
	min-height: 124px;
	background: var(--white);
	box-shadow: var(--shadow);
	-moz-border-radius: var(--radius);
	-webkit-border-radius: var(--radius);
	border-radius: var(--radius);
	display: flex;
	align-items: center;
	gap: calc(var(--gap) / 1.5);
	padding: calc(var(--gap) / 2);
	z-index: 1;
}
.additionalOptions-item__image {
	flex: 0 0 100px;
	max-width: 100px;
	width: 100px;
}
.additionalOptions-item__info {
	flex: auto;
	color: var(--grey);
}
.additionalOptions-item__info span {
	font-size: var(--h6-size);
	font-weight: 700;
	line-height: 1.2;
	display: block;
	color: var(--black);
	margin-bottom: calc(var(--gap) / 6);
}


.singleProject-wrap:after {
	content: '';
	display: block;
	clear: both;
}
.singleProject-image {
	float: left;
	max-width: 420px;
}
.singleProject-image img {
	-moz-border-radius: calc(var(--radius) * 2);
	-webkit-border-radius: calc(var(--radius) * 2);
	border-radius: calc(var(--radius) * 2);
}


.news-items {
	display: flex;
	flex-wrap: wrap;
	margin: 0 calc(var(--gap) / -2) calc(var(--gap) * -1);
}
.news-item {
	flex: 0 0 25%;
	max-width: 25%;
	margin: 0 0 var(--gap);
	padding: 0 calc(var(--gap) / 2);	
}
.news-item__wrap {
	position: relative;
	height: 100%;
	display: flex;
	flex-direction: column;
	-moz-border-radius: calc(var(--radius) * 2);
	-webkit-border-radius: calc(var(--radius) * 2);
	border-radius: calc(var(--radius) * 2);
	box-shadow: var(--shadow);
	background: var(--white);
	z-index: 1;
} 
.news-item__image {
	flex: 0 0 calc((var(--container) - var(--gap) * 3) / 4 / 1.5);
	max-height: calc((var(--container) - var(--gap) * 3) / 4 / 1.5);
	overflow: hidden;
	-moz-border-radius: calc(var(--radius) * 2);
	-webkit-border-radius: calc(var(--radius) * 2);
	border-radius: calc(var(--radius) * 2);
}
.news-item__wrap:hover .news-item__image img {
	transform: scale(1.05);
}
.news-item__info {
	flex: auto;
	padding: var(--gap);
	display: flex;
	flex-direction: column;
}
.news-item__date {
	font-size: var(--text-size-sm);
	color: var(--grey);
	margin-bottom: calc(var(--gap) / 4);
}
.news-item__title {
	flex: auto;
	font-size: var(--h6-size);
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 calc(var(--gap) / 2);
}
.news-item__title a {
	color: var(--black);
	text-decoration: none;
}
.news-item__title a:hover {
	color: var(--red);
}


.partners-items {
	display: flex;
	flex-wrap: wrap;
	margin: 0 calc(var(--gap) / -2) calc(var(--gap) * -1);
}
.partners-item {
	flex: 0 0 calc(100% / 6);
	max-width: calc(100% / 6);
	margin: 0 0 var(--gap);
	padding: 0 calc(var(--gap) / 2);
}
.partners-item__image {
	position: relative;
	height: calc((var(--container) - var(--gap) * 5) / 6);
	-moz-border-radius: calc(var(--radius) * 2);
	-webkit-border-radius: calc(var(--radius) * 2);
	border-radius: calc(var(--radius) * 2);
	padding: calc(var(--gap) / 2);
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #BEBDBD;
	transition: .5s;
	z-index: 1;
}
.partners-item__image:hover {
	border-color: var(--red);
}
.partners-item__image img {
	max-height: calc((var(--container) - var(--gap) * 5) / 6 - var(--gap));
}


.pageContacts-wrap {
	display: flex;
	gap: calc(var(--gap) * 2);
}
.pageContacts-left {
	flex: 0 0 calc(36% - var(--gap));
	max-width: calc(36% - var(--gap));
	background: var(--light);
	padding: var(--gap);
	-moz-border-radius: calc(var(--radius) * 2);
	-webkit-border-radius: calc(var(--radius) * 2);
	border-radius: calc(var(--radius) * 2);
}
.pageContacts-right {
	flex: auto;
	max-width: 100%;
}
.pageContacts-logo {
	max-width: 160px;
	margin: 0 auto var(--gap);
	margin-top: calc(var(--gap) / 2);
}
.pageContacts-info {
	display: flex;
	flex-direction: column;
	gap: calc(var(--gap) / 2);
	padding: 0;
	list-style: none;
}
.pageContacts-info li {
	display: flex;
	justify-content: space-between;
	gap: var(--gap);
	text-align: right;
	font-weight: 600;
	border-bottom: 1px solid #e9e9e9;
	padding-bottom: calc(var(--gap) / 2);
}
.pageContacts-info li:last-child {
	padding-bottom: 0;
	border-bottom: none;
}
.pageContacts-info li.address {
	justify-content: center;
	text-align: center;
}
.pageContacts-info li span {
	text-align: left;
	color: var(--grey);
	font-weight: 400;
}
.pageContacts-info li a {
	color: var(--black);
	text-decoration: none;
}
.pageContacts-info li a:hover {
	color: var(--red);
}
.pageContacts-soc {
	justify-content: center;
}



@media (max-width: 1699px) {
	:root {
		--container: 1320px;
		--gap: 24px;
		--radius: 10px;
		--shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
		--admin-bar: 32px;

		--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;
	}
	.btn {
		padding: calc(var(--gap) / 2) var(--gap);
		min-width: 210px;
	}
	.header-wrap {
		gap: var(--gap);
	}
	.menu-items {
		gap: calc(var(--gap) / 1.5);
	}
	.hero-heading,
	.singleProduct-title {
		font-size: calc(var(--h1-size) * 1.567);
	}
	.hero-description {
		font-size: var(--h4-size);
	}
	.hero-advantages-item__info span,
	.selection-item__info span,
	.singleProductAdvantages-item__info span,
	.complexCheckList-item__heading {
		font-size: var(--h5-size);
	}
	.products-item {
		flex: 0 0 25%;
		max-width: 25%;
	}
	.home .products-items {
		justify-content: center;
	}
	.products-item__image {
		flex: 0 0 calc((var(--container) - var(--gap) * 3) / 4 / 1.222);
		max-height: calc((var(--container) - var(--gap) * 3) / 4 / 1.222);
	}
	.complex-item,
	.about-item {
		flex: 0 0 calc(100% / 3);
		max-width: calc(100% / 3);
	}
	.advantages-item__image {
		width: 60px;
		height: 60px;
		margin-bottom: calc(var(--gap) / 1.5);
	}
	.advantages-item__image img {
		max-height: 60px;
	}

	.singleProduct-left {
		flex: 0 0 calc(40% - var(--gap) / 2);
		max-width: calc(40% - var(--gap) / 2);
	}
	.singleProduct-right {
		flex: 0 0 calc(60% - var(--gap) / 2);
		max-width: calc(60% - var(--gap) / 2);
	}
	.singleProductImagesMain-item__image {
		height: calc((var(--container) * .6 - var(--gap) / 2) / 1.75);
	}
	.singleProductImagesOther-item__image {
		height: calc(((var(--container) * .6 - var(--gap) / 2) - var(--gap) / 2 * 4) / 5 / 1.75);
	}
	.singleProductAdvantages-item__image {
		flex: 0 0 54px;
		max-width: 54px;
		width: 54px;
		height: 54px;
	}
	.singleProductAdvantages-item__image img {
		max-height: 54px;
	}
}



@media (max-width: 1399px) {
	:root {
		--container: 1120px;
		--gap: 20px;
		--radius: 8px;
		--shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
		--admin-bar: 32px;

		--text-size: 16px;
		--text-size-sm: 14px;
		--h1-size: 28px;
		--h2-size: 24px;
		--h3-size: 22px;
		--h4-size: 20px;
		--h5-size: 18px;
		--h6-size: 17px;
	}
	.header-button {
		display: none;
	}
	.hero-bg:after {
		background: linear-gradient(90deg, #F0F5FC 35%, rgba(240, 245, 252, 0.6) 70%, rgba(240, 245, 252, 0) 85%);
	}
	.hero-wrap {
		max-width: 680px;
	}
	.hero-advantages {
		gap: var(--gap);
	}
	.selection-item__wrap {
		min-height: 92px;
	}
	.hero-advantages-item__image,
	.selection-item__image,
	.info-advantages-item__image,
	.singleProductAdvantages-item__image {
		flex: 0 0 48px;
		max-width: 48px;
		width: 48px;
		height: 48px;
	}
	.hero-advantages-item__image img,
	.selection-item__image img,
	.info-advantages-item__image img,
	.singleProductAdvantages-item__image img {
		max-height: 48px;
	}
	.products-item__info {
		padding: calc(var(--gap) / 1.25);
	}
	.complex-counters,
	.about-counters {
		max-width: 490px;
	}
	.map-info {
		flex: 0 0 220px;
		max-width: 220px;
		min-height: 160px;
	}
	.singleProductImagesOther-item__image {
		height: calc(((var(--container) * .6 - var(--gap) / 2) - var(--gap) / 2 * 3) / 4 / 1.75);
	}
	.singleProductAdvantages-wrap {
		padding: calc(var(--gap) * 1.5);
	}
	.info-blocks {
		flex-wrap: wrap;
		gap: calc(var(--gap) * 2.667) var(--gap);
	}
	.info-characteristics {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.info-complete,
	.info-feedback {
		flex: 0 0 calc(50% - var(--gap) / 2);
		max-width: calc(50% - var(--gap) / 2);
	}
	.additionalOptions-item {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.gallery-columns-5 .gallery-item,
	.gallery-columns-6 .gallery-item,
	.gallery-columns-7 .gallery-item,
	.gallery-columns-8 .gallery-item,
	.gallery-columns-9 .gallery-item {
		flex: 0 0 calc(100% / 4);
		max-width: calc(100% / 4);
	}
	.gallery-columns-5 .gallery-item > *,
	.gallery-columns-6 .gallery-item > *,
	.gallery-columns-7 .gallery-item > *,
	.gallery-columns-8 .gallery-item > *,
	.gallery-columns-9 .gallery-item > * {
		height: calc((var(--container) - var(--gap) * 3) / 4 / 1.4);
	}
	.partners-item {
		flex: 0 0 calc(100% / 4);
		max-width: calc(100% / 4);
	}
	.partners-item__image {
		height: calc((var(--container) - var(--gap) * 3) / 4);
	}
	.partners-item__image img {
		max-height: calc((var(--container) - var(--gap) * 3) / 4 - var(--gap));
	}
	.pageContacts-left,
	.pageContacts-right {
		flex: 0 0 calc(50% - var(--gap));
		max-width: calc(50% - var(--gap));
	}
}



@media (max-width: 1199px) {
	:root {
		--container: 910px;
		--gap: 20px;
		--radius: 8px;
		--shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
		--admin-bar: 32px;

		--text-size: 15px;
		--text-size-sm: 14px;
		--h1-size: 28px;
		--h2-size: 24px;
		--h3-size: 22px;
		--h4-size: 20px;
		--h5-size: 18px;
		--h6-size: 16px;
	}
	.header-logo {
		max-width: 110px;
	}
	.selection-item {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.products-item,
	.projects-item,
	.news-item {
		flex: 0 0 calc(100% / 3);
		max-width: calc(100% / 3);
	}
	.products-item__image {
		flex: 0 0 calc((var(--container) - var(--gap) * 2) / 3 / 1.222);
		max-height: calc((var(--container) - var(--gap) * 2) / 3 / 1.222);
	}
	.complex-head,
	.about-head {
		flex-direction: column;
		align-items: center;
		text-align: center;
	}
	.complex-counters, .about-counters {
		max-width: 100%;
		width: 100%;
	}
	.projects-item__image,
	.news-item__image {
		flex: 0 0 calc((var(--container) - var(--gap) * 2) / 3 / 1.5);
		max-height: calc((var(--container) - var(--gap) * 2) / 3 / 1.5);
	}
	.map-wrap {
		flex-wrap: wrap;
	}
	.map-image {
		max-width: calc(100% - 220px - var(--gap) * 1.5);
	}
	.map-counters {
		flex: 0 0 100%;
		max-width: 100%;
		justify-content: center;
	}
	.footer-callback {
		max-width: 160px;
		text-align: center;
	}
	.footer-callback .btn {
		min-width: inherit;
		width: 100%;
	}
	.galleryBlock-item__image {
		height: calc((var(--container) - var(--gap) * 2) / 3 / 1.65);
	}
	.relatedProjects-section .projects-items,
	.relatedNews-section .news-items {
		justify-content: center;
	}
}



@media (max-width: 991px) {
	:root {
		--container: 690px;
		--gap: 20px;
		--radius: 8px;
		--shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
		--admin-bar: 32px;

		--text-size: 15px;
		--text-size-sm: 14px;
		--h1-size: 28px;
		--h2-size: 24px;
		--h3-size: 22px;
		--h4-size: 20px;
		--h5-size: 18px;
		--h6-size: 16px;
	}
	.btn-icon-left:before, .btn-icon-right:after {
		flex: 0 0 20px;
		max-width: 20px;
		width: 20px;
		height: 20px;
	}
	.topbar-advantages {
		display: none;
	}
	.header-phone {
		margin-left: auto;
	}
	.main-menu {
		display: none;
	}
	.header-wrap {
		height: 44px;
	}
	.header-logo img {
		max-height: 44px;
	}
	.hero-bg:after {
		background: linear-gradient(90deg, #F0F5FC 35%, rgba(240, 245, 252, 0.6) 100%);
	}
	.hero-wrap {
		max-width: 100%;
	}
	.hero-heading, .singleProduct-title {
		font-size: calc(var(--h1-size) * 1.333);
	}
	.hero-description {
		font-size: var(--h5-size);
	}
	.hero-description,
	.hero-advantages {
		margin-bottom: calc(var(--gap) * 1.5);
	}
	.hero-advantages {
		flex-wrap: wrap;
	}
	.hero-advantages-item {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.heading {
		margin-bottom: calc(var(--gap) * 1.5);
	}
	.heading.flex {
		flex-direction: column;
		align-items: flex-start;
		gap: calc(var(--gap) / 1.5);
	}
	.heading.flex p {
		text-align: left;
	}
	.heading p br {
		display: none;
	}
	.hero-advantages-item__info span, .selection-item__info span, .singleProductAdvantages-item__info span, .complexCheckList-item__heading {
        font-size: var(--h6-size);
    }
    .selection-item__wrap {
    	justify-content: flex-start;
    }
	.products-item, .projects-item, .news-item {
		flex: 0 0 calc(100% / 2);
		max-width: calc(100% / 2);
	}
	.products-item__image {
        flex: 0 0 calc((var(--container) - var(--gap)) / 2 / 1.222);
        max-height: calc((var(--container) - var(--gap)) / 2 / 1.222);
    }
    .complex-item, .about-item {
        flex: 0 0 calc(100% / 2);
        max-width: calc(100% / 2);
    }
    .complexCheckList-item {
    	flex: 0 0 100%;
    	max-width: 100%;
    }
    .complex-button {
    	flex-direction: column-reverse;
    }
    .complex-caption {
    	text-align: center;
    }
	.projects-item__image, .news-item__image {
		flex: 0 0 calc((var(--container) - var(--gap)) / 2 / 1.5);
		max-height: calc((var(--container) - var(--gap)) / 2 / 1.5);
	}
	.advantages-item {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.steps-item {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.steps-item:nth-child(2n) .steps-item__wrap:before,
	.steps-item:nth-child(2n) .steps-item__wrap:after {
		display: none;
	}
	.feedback-wrap {
		flex-direction: column;
		gap: calc(var(--gap) * 2);
	}
	.feedback-left,
	.feedback-right {
		flex: auto;
		max-width: 100%;
	}
	.footer-wrap {
		flex-wrap: wrap;
		gap: calc(var(--gap) * 1.5) var(--gap);
	}
	.footer-widget {
		flex: 0 0 calc(50% - var(--gap) / 2);
		max-width: calc(50% - var(--gap) / 2);
	}
	.footer-widget:first-child {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.footer-callback {
		max-width: 100%;
	}
	.footer-widget-title {
		margin-bottom: calc(var(--gap) / 1.5);
	}
	.footer-bottom {
		flex-direction: column;
		align-items: center;
		gap: calc(var(--gap) / 3);
		text-align: center;
	}
	.footer-logo {
		text-align: center;
	}
	.footer-info {
		text-align: center;
	}
	.footer-soc {
		justify-content: center;
	}
	.info-advantages-item {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.info-advantages-item__wrap {
		justify-content: flex-start;
		min-height: 92px;
	}
	.hero2-section {
		min-height: inherit;
	}
	.singleProduct-wrap {
		flex-direction: column;
	}
	.singleProduct-left,
	.singleProduct-right {
		flex: auto;
		max-width: 100%;
	}
	.singleProduct-content,
	.singleProduct-buttons {
		margin-bottom: calc(var(--gap) * 1.25);
	}
	.singleProductImagesMain-item__image {
        height: calc(var(--container) / 1.75);
    }
    .singleProductImagesOther-item__image {
        height: calc((var(--container) - var(--gap) / 2 * 2) / 3 / 1.75);
    }
    button.swiper-navigation {
    	opacity: 1;
    }
    .singleProductAdvantages-item {
    	flex: 0 0 100%;
    }
    .info-complete, .info-feedback {
    	flex: 0 0 100%;
    	max-width: 100%;
    }
    .galleryBlock-item__image {
        height: calc((var(--container) - var(--gap)) / 2 / 1.65);
    }
	.gallery-columns-3 .gallery-item,
	.gallery-columns-4 .gallery-item,
	.gallery-columns-5 .gallery-item,
	.gallery-columns-6 .gallery-item,
	.gallery-columns-7 .gallery-item,
	.gallery-columns-8 .gallery-item,
	.gallery-columns-9 .gallery-item {
		flex: 0 0 calc(100% / 2);
		max-width: calc(100% / 2);
	}
	.gallery-columns-3 .gallery-item > *,
	.gallery-columns-4 .gallery-item > *,
	.gallery-columns-5 .gallery-item > *,
	.gallery-columns-6 .gallery-item > *,
	.gallery-columns-7 .gallery-item > *,
	.gallery-columns-8 .gallery-item > *,
	.gallery-columns-9 .gallery-item > * {
		height: calc((var(--container) - var(--gap)) / 2 / 1.4);
	}
	.singleProject-image {
		float: none;
		max-width: 100%;
	}
	.alignleft,
	.aligncenter,
	.alignright {
		display: block;
		margin: 0 0 var(--gap);
		float: none;
	}
	.page-title {
		font-size: var(--h1-size);
	}
	.pageContacts-wrap {
		flex-direction: column;
		gap: var(--gap);
	}
	.pageContacts-left,
	.pageContacts-right {
		flex: auto;
		max-width: 100%;
	}
}



@media (max-width: 767px) {
	:root {
		--container: 510px;
		--gap: 20px;
		--radius: 8px;
		--shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
		--admin-bar: 46px;

		--text-size: 15px;
		--text-size-sm: 14px;
		--h1-size: 28px;
		--h2-size: 24px;
		--h3-size: 22px;
		--h4-size: 20px;
		--h5-size: 18px;
		--h6-size: 16px;
	}
	.selection-wrap {
		padding: var(--gap);
	}
	.selection-item,
	.info-advantages-item,
	.additionalOptions-item {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.map-counters {
		flex-wrap: wrap;
		gap: var(--gap);
	}
	.map-counters-item {
		flex: 0 0 calc(50% - var(--gap) / 2);
		max-width: calc(50% - var(--gap) / 2);
	}
	.map-image {
		z-index: -1;
	}
	.map-image img {
		width: calc(100% + 100px);
		margin-left: -100px;
		max-width: max-content;
	}
	.form-field-50 {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.partners-item {
		flex: 0 0 calc(100% / 2);
		max-width: calc(100% / 2);
	}
	.partners-item__image {
		height: calc((var(--container) - var(--gap)) / 2);
	}
	.partners-item__image img {
		max-height: calc((var(--container) - var(--gap)) / 2 - var(--gap));
	}
}



@media (max-width: 575px) {
	:root {
		--container: calc(100vw - var(--gap) * 2);
		--gap: 20px;
		--radius: 8px;
		--shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
		--admin-bar: 0px;

		--text-size: 15px;
		--text-size-sm: 14px;
		--h1-size: 28px;
		--h2-size: 24px;
		--h3-size: 22px;
		--h4-size: 20px;
		--h5-size: 18px;
		--h6-size: 16px;
	}
	.error-404-number {
		font-size: calc(var(--h1-size) * 5.5);
	}
	.hero-heading, .singleProduct-title {
        font-size: calc(var(--h1-size) * 1.167);
    }
    .hero-description {
    	font-size: var(--h6-size);
    }
    .hero-description br {
    	display: none;
    }
    .hero-buttons,
    .singleProduct-buttons {
    	flex-direction: column;
    	gap: calc(var(--gap) / 2);
    }
    .modal-dialog {
    	max-width: var(--container);
    }
    .products-item, .projects-item, .news-item {
    	flex: 0 0 100%;
    	max-width: 100%;
    }
	.products-item__image {
		flex: 0 0 calc(var(--container) / 1.222);
		max-height: calc(var(--container) / 1.222);
	}
	.complex-counters ul,
	.about-counters ul {
		flex-direction: column;
		align-items: center;
	}
	.complex-counters ul li:after,
	.about-counters ul li:after {
		display: none;
	}
	.complex-counters ul li,
	.about-counters ul li {
		max-width: 100%;
	}
	.complex-counters ul li br,
	.about-counters ul li br {
		display: none;
	}
	.complex-item__label {
		min-width: 140px;
	}
	.projects-item__image, .news-item__image {
		flex: 0 0 calc(var(--container) / 1.5);
		max-height: calc(var(--container) / 1.5);
	}
	.about-item {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.map-info {
        flex: 0 0 180px;
        max-width: 180px;
    }
    .map-image {
        max-width: calc(100% - 180px - var(--gap) * 1.5);
    }
    .info-feedback,
    .singleProductAdvantages-wrap {
    	padding: calc(var(--gap) * 1.5) var(--gap);
    }
}