/*!
Theme Name: Sluh Medicenter
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: sluhmedicenter
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.

Sluh Medicenter 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=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

:root {
	--container: 1316px;
	--gap: 30px;
	--radius: 5px;
	--shadow: 0px 5px 10px rgba(0, 0, 0, 0.25);

	--text-size: 16px;
	--text-size-sm: 14px;
	--h1-size: 40px;
	--h2-size: 32px;
	--h3-size: 28px;
	--h4-size: 24px;
	--h5-size: 21px;
	--h6-size: 18px;

	--black: #1D3349;
	--black-2: #0A1F33;
	--white: #FFFFFF;
	--blue: #04256A;
	--blue-light: #F0F5FF;
	--light: #F8FAFF;
}
*, ::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.375;
	color: var(--black);
	background: var(--white);
}
a {
	color: var(--blue);
	transition: .5s;
}
a:hover {
	text-decoration: none;
	color: var(--black);
}
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', sans-serif;
	font-weight: 600;
	margin: 0 0 calc(var(--gap) / 1.2);
	line-height: 1.2;
	color: var(--black-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 calc(var(--gap) / 1.2);
}
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-fields {
	display: flex;
	flex-wrap: wrap;
	margin: 0 calc(var(--gap) / -3) calc(var(--gap) / -1.5);
}
.form-field {
	flex: 0 0 100%;
	max-width: 100%;
	padding: 0 calc(var(--gap) / 3);
	margin-bottom: calc(var(--gap) / 1.5);
}
.form-field-50 {
	flex: 0 0 50%;
	max-width: 50%;
}
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"],
select,
textarea {
	font-size: var(--text-size);
	font-weight: 400;
	font-family: 'Inter', sans-serif;
	line-height: 1.5;
	width: 100%;
	background: var(--blue-light);
	border: none;
	color: var(--black);
	-moz-border-radius: var(--radius);
	-webkit-border-radius: var(--radius);
	border-radius: var(--radius);
	padding: calc(var(--gap) / 2) var(--gap);
	height: 50px;
	outline: none;
	transition: .5s;
}
textarea {
	height: 100px;
	resize: vertical;
}
select {
	cursor: pointer;
}
.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) var(--gap);
}
.form-field-policy {
	font-size: var(--text-size-sm);
	line-height: 1.15;
}
.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: 25px;
	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(--blue-light);
	border: 1px solid #41619F;
	width: 15px;
	height: 15px;
	outline: 0;
	padding: 0px;
	margin: 0;
	margin-right: 0;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	position: absolute;
	left: 0;
	top: 0;
	cursor: pointer;
	transition: .5s;
}
.wpcf7-acceptance input[type="checkbox"]:checked:after {
	content: '';
	width: 4px;
	height: 9px;
	border-bottom: 1px solid var(--black);
	border-right: 1px solid var(--black);
	display: block;
	position: absolute;
	top: 1px;
	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: 100px;
	padding-bottom: 100px;
	z-index: 1;
}
.section-sm {
	position: relative;
	padding-top: 60px;
	padding-bottom: 60px;
	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: calc(var(--gap) * 2);
}
.heading:last-child {
	margin-bottom: 0;
}
.heading.center {
	text-align: center;
}
.heading p:first-child {
	margin-bottom: calc(var(--gap) / 2);
}
.heading p:first-child strong {
	background: var(--blue-light);
	display: inline-block;
	padding: calc(var(--gap) / 3);
	font-size: var(--text-size-sm);
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.heading h2 {
	font-size: var(--h1-size);
}



.btn {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: var(--text-size);
	font-family: 'Inter', sans-serif;
	font-weight: 600;
	line-height: 1.5;
	border: none;
	padding: 10px 24px;
	-moz-border-radius: var(--radius);
	-webkit-border-radius: var(--radius);
	border-radius: var(--radius);
	outline: none;
	min-width: 216px;
	min-height: 50px;
	cursor: pointer;
	text-decoration: none;
	z-index: 1;
	transition: .5s;
}
.btn-primary {
	background-color: var(--blue);
	border-color: var(--blue);
	color: var(--white);
}
.btn-primary:hover {
	background-color: var(--black);
	border-color: var(--black);
	color: var(--white);
}

/*
.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.5);
	gap: 8px;
}
.swiper-pagination-bullet {
	flex: 0 0 20px;
	max-width: 20px;
	width: 20px !important;
	height: 10px !important;
	background: #E2E5F0 !important;
	margin: 0 !important;
	opacity: 1 !important;
	-moz-border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	border-radius: 0 !important;
	transform: skew(-25deg);
}
.swiper-pagination.white .swiper-pagination-bullet {
	background: #ffffff !important;
	opacity: .4 !important;
}
.swiper-pagination-bullet-active {
	background: #019658 !important;
}
.swiper-pagination.white .swiper-pagination-bullet-active {
	background: #ffffff !important;
	opacity: 1 !important;
}*/


.swiper-nav {
	display: flex;
	justify-content: center;
	gap: var(--gap);
}
.swiper-navigation {
	position: relative;
	flex: 0 0 60px;
	max-width:60px;
	width: 60px;
	height: 60px;
	margin-top: calc(var(--gap) * 1.333);
	-moz-border-radius: var(--radius);
	-webkit-border-radius: var(--radius);
	border-radius: var(--radius);
	border: none;
	background: rgba(188, 188, 188, 0.3);
	display: flex;
	align-items: center;
	justify-content: center;
	outline: none;
	padding: 0;
	cursor: pointer;
	transition: .5s;
}
.swiper-navigation:hover {
	background: var(--blue);
}
.swiper-navigation:disabled {
	background: rgba(188, 188, 188, 0.3);
	opacity: .15;
	cursor: no-drop;
}
.swiper-navigation:before {
	content: '';
	-webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-image: url(images/arrow.svg);
    mask-image: url(images/arrow.svg);
    background-color: var(--black);
    flex: 0 0 15px;
    max-width: 15px;
    width: 15px;
    height: 15px;
    transition: .5s;
}
.swiper-navigation:hover:before {
	background-color: var(--white);
}
.swiper-navigation.swiper-navigation-prev:before {
	transform: rotate(180deg);
}



.soc-links p {
	margin-bottom: calc(var(--gap) / 1.5);
}
.soc-links ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	align-items: center;
	gap: calc(var(--gap) / 2.4);
}
.soc-links li.soc-mobile {
	display: none;
}
.soc-links li a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	background: var(--blue);
	-moz-border-radius: var(--radius);
	-webkit-border-radius: var(--radius);
	border-radius: var(--radius);
}
.soc-links li a:hover {
	background: var(--black);
}
.soc-links li a svg {
	flex: 0 0 20px;
	max-width: 20px;
	height: 20px;
}
.soc-links li a path {
	fill: var(--white);
}

.soc-links-2 {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	border-left: 1px solid rgba(158, 158, 158, 0.2);
}
.soc-links-2 li {
	border-right: 1px solid rgba(158, 158, 158, 0.2);
}
.soc-links-2 li.soc-mobile {
	display: none;
}
@media(max-width: 991px) {
	.soc-links-2 li.soc-mobile {
		display: flex;
	}
	.soc-links-2 li.soc-desktop {
		display: none;
	}
}
.soc-links-2 li a {
	display: flex;
	align-items: center;
	gap: calc(var(--gap) / 3);
}
.soc-links-2 li.viber a {
	padding-right: calc(var(--gap) / 1.5);
}
.soc-links-2 li a:hover {
	background: var(--blue);
}
.soc-links-2 li a span {
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 65px;
	max-width: 65px;
	width: 65px;
	height: 55px;
}
.soc-links-2 li.viber a span {
	background: var(--blue);
}
.soc-links-2 li a svg {
	flex: 0 0 25px;
	max-width: 25px;
	height: 25px;
}
.soc-links-2 li a svg path {
	fill: var(--white);
}



.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%);
	padding: 60px var(--gap) var(--gap);
	transition: .5s;
	overflow: auto;
	z-index: 1;
}
.modal-mobile.show .modal-mobile-wrap {
	transform: translateX(0);
}
.modal-mobile-close {
	position: absolute;
	top: 15px;
	right: 15px;
	-webkit-mask-image: url(images/close.svg);
	mask-image: url(images/close.svg);
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	background-color: var(--black);
	width: 34px;
	height: 34px;
	border: none;
	padding: 0;
	outline: none !important;
	transition: .5s;
}
.modal-mobile-close:hover {
	background-color: var(--blue);
}
.mobile-menu {
	margin: 0;
	padding: 0;
	list-style: none;
	text-transform: uppercase;
}
.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 {
	font-weight: 600;
	display: block;
	padding: 10px 0;
	text-decoration: none;
	color: var(--black);
}
.mobile-menu li:hover > a,
.mobile-menu li.current-menu-item > a {
	color: var(--blue);
}
.mobile-button {
	margin-top: var(--gap);
}



.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: 420px;
	margin: 1.75rem auto;
	pointer-events: none;
	display: flex;
	align-items: center;
	min-height: calc(100% - 3.5rem);
}
.modal-dialog.modal-xl {
	max-width: var(--container);
}
.modal-content {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100%;
	pointer-events: auto;
	background-color: var(--white);
	outline: 0;
	padding: calc(var(--gap) * 2);
	-moz-border-radius: var(--white);
	-webkit-border-radius: var(--white);
	border-radius: var(--white);
	overflow: hidden;
	z-index: 1;
}
.modal-backdrop {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1050;
	width: 100vw;
	height: 100vh;
	background-color: #BCBCBC;
	opacity: 0;
	z-index: -1;
}
.modal-backdrop.show {
	opacity: .75;
	z-index: 1049;
}
.modal-title {
	font-size: var(--h3-size);
	font-weight: 600;
	margin-bottom: calc(var(--gap) * 1.333);
	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);
	width: 34px;
	height: 34px;
	top: var(--gap);
	right: var(--gap);
	border: none;
	cursor: pointer;
	padding: 0;
	transition: .5s;
	z-index: 9;
}
.modal-close:hover {
	background-color: var(--blue);
}



.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: 32px -15px 2px;
}
.gallery:first-child {
	margin-top: 0;
}
.gallery:last-child {
	margin-bottom: -30px;
}
.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
	margin: 0 0 24px;
	padding: 0 12px;
}
.gallery-item > * {
	overflow: hidden;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid var(--line);
}
.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) - 30px) / 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) - 30px * 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) - 30px * 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) - 30px * 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) - 30px * 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) - 30px * 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) - 30px * 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) - 30px * 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;
}
.alignleft {
	float: left;
	margin-right: 30px;
	margin-bottom: 20px;
}
.alignright {
	float: right;
	margin-left: 30px;
	margin-bottom: 20px;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}


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

.topbar {
	position: relative;
	background: var(--black-2);
	color: var(--white);
	z-index: 1;
}
.topbar a {
	color: var(--white);
	text-decoration: none;
}
.topbar a:hover {
	color: var(--blue-light);
}
.topbar-wrap {
	display: flex;
	justify-content: space-between;
	height: 55px;
}
.topbar-contacts {
	display: flex;
	border-left: 1px solid rgba(158, 158, 158, 0.2);
}
.topbar-contacts p {
	margin: 0;
	border-right: 1px solid rgba(158, 158, 158, 0.2);
}
.topbar-contacts p .value {
	display: flex;
	align-items: center;
	gap: calc(var(--gap) / 3);
	height: 100%;
	padding: 5px calc(var(--gap) / 1.5);
}
.topbar-contacts p a.value:hover {
	background: var(--blue);
}
.topbar-contacts p .value:before {
	content: '';
	flex: 0 0 25px;
	max-width: 25px;
	width: 25px;
	height: 25px;
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	background-color: var(--white);
	transition: .5s;
}
.topbar-contacts p.address .value:before {
	-webkit-mask-image: url(images/location.svg);
	mask-image: url(images/location.svg);
}
.topbar-contacts p.phone .value:before {
	-webkit-mask-image: url(images/phone.svg);
	mask-image: url(images/phone.svg);
}



.header {
	position: sticky;
	top: 0;
	background: var(--white);
	box-shadow: var(--shadow);
	padding: calc(var(--gap) / 2) 0;
	z-index: 92;
}
.header-wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: calc(var(--gap) * 2);
	height: 80px;
}
.header-logo img {
	max-height: 80px;
}
.main-menu {
	flex: auto;
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	align-items: center;
	justify-content: space-around;
	gap: var(--gap);
	font-weight: 600;
}
.main-menu li a {
	display: block;
	padding: 5px 0;
	text-decoration: none;
	color: var(--black-2);
}
.main-menu li a:hover {
	color: var(--blue);
}
.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-2);
	border: none;
	outline: none;
	cursor: pointer;
	padding: 0;
	transition: .5s;
}
.header-toggle button:hover {
	background-color: var(--blue);
}




.footer {
	position: relative;
	background: var(--light);
	overflow: hidden;
	z-index: 1;
}
.contacts-wrap {
	display: flex;
	margin: 0 calc(var(--gap) / -2);
}
.contacts-info {
	flex: 0 0 27%;
	max-width: 27%;
	padding: 0 calc(var(--gap) / 2);
}
.contacts-logo,
.contacts-company {
	margin-bottom: var(--gap);
}
.contacts-list {
	margin: 0 0 calc(var(--gap) * 1.5);
	padding: 0;
	list-style: none;
	display: flex;
	flex-direction: column;
	gap: calc(var(--gap) / 2);
	font-weight: 600;
}
.contacts-list li {
	display: flex;
	align-items: center;
	gap: calc(var(--gap) / 3);
}
.contacts-list li.mobile {
	display: none;
}
@media(max-width: 991px) {
	.contacts-list li.mobile {
		display: flex;
	}
	.contacts-list li.desktop {
		display: none;
	}
}
.contacts-list li:before {
	content: '';
	flex: 0 0 25px;
	max-width: 25px;
	width: 25px;
	height: 25px;
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	background-color: var(--blue);
}
.contacts-list li.address:before {
	-webkit-mask-image: url(images/location.svg);
	mask-image: url(images/location.svg);
}
.contacts-list li.phone:before {
	-webkit-mask-image: url(images/phone.svg);
	mask-image: url(images/phone.svg);
}
.contacts-list li.viber:before {
	-webkit-mask-image: url(images/viber.svg);
	mask-image: url(images/viber.svg);
}
.contacts-list li a {
	text-decoration: none;
	color: var(--black);
}
.contacts-list li a:hover {
	color: var(--blue);
}
.contacts-video {
	position: relative;
	flex: 0 0 25%;
	max-width: 25%;
	padding: 0 calc(var(--gap) / 2);
	z-index: 1;
}
.contacts-video a {
	position: relative;
	display: block;
	z-index: 1;
}
.contacts-video span {
	position: absolute;
	width: 130px;
	height: 130px;
	left: 50%;
	top: 50%;
	background: rgba(10, 31, 51, 0.5);
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	transform: translate(-50%, -50%);
	transition: .5s;
	z-index: 1;
}
.contacts-video span:hover {
	background: rgba(10, 31, 51, 0.85);
}
.contacts-video span:before {
	content: '';
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-image: url(images/play.svg);
	mask-image: url(images/play.svg);
	background-color: var(--white);
	flex: 0 0 54px;
	max-width: 54px;
	height: 54px;
	margin-right: -10px;
}
.contacts-map {
	flex: 0 0 48%;
	max-width: 48%;
	padding: 0 calc(var(--gap) / 2);
}
.contacts-map iframe {
	max-width: none;
	width: calc((100vw - var(--container)) / 2 + 100%);
	height: 100%;
	min-height: 360px;
}

.footer-main {
	border-top: 1px solid #D9D9D9;
	padding: var(--gap) 0;
}
.footer-wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: var(--gap);
}
.footer-menu {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	align-items: center;
	gap: calc(var(--gap) * 2.333);
	font-weight: 600;
}
.footer-menu li a {
	display: block;
	padding: 5px 0;
	text-decoration: none;
	color: var(--black-2);
}
.footer-menu li a:hover {
	color: var(--blue);
}


.footer-middle {
	border-top: 1px solid #D9D9D9;
	padding: calc(var(--gap) / 1.5) 0;
}
.footer-middle-wrap {
	display: flex;
	justify-content: space-between;
	gap: var(--gap);
}
.bottom-menu {
	display: flex;
	flex-direction: column;
	gap: calc(var(--gap) / 2);
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: var(--text-size-sm);
}
.footer-legacy {
	font-size: var(--text-size-sm);
	text-align: right;
}


.footer-bottom {
	position: relative;
	background: var(--black);
	color: var(--white);
	padding: calc(var(--gap) / 3);
	z-index: 1;
}
.footer-bottom a {
	text-decoration: none;
	color: var(--white);
}
.footer-bottom a:hover {
	color: var(--blue-light);
}
.footer-bottom-wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: var(--gap);
}
.footer-bottom-wrap p {
	margin: 0;
	font-size: var(--text-size-sm);
}



.hero-section,
.hero-swiper {
	overflow: hidden;
}
.hero-item {
	min-height: 720px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.hero-item__bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}
.hero-item__bg:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: calc((100% - var(--container)) / 2 + var(--container) * .68);
	height: 100%;
	background: linear-gradient(90deg, #FFFFFF 0.2%, rgba(255, 255, 255, 0.7) 81.02%, rgba(255, 255, 255, 0) 100%);
	z-index: 1;
}
.hero-item__wrap {
	max-width: 55%;
	display: flex;
	flex-direction: column;
	gap: calc(var(--gap) * 2);
}
.hero-item__heading p:first-child {
	margin-bottom: calc(var(--gap) / 2);
}
.hero-item__heading p:first-child strong {
	background: var(--blue-light);
	display: inline-block;
	padding: calc(var(--gap) / 3);
	font-size: var(--text-size-sm);
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.hero-item__heading h1,
.hero-item__heading h2 {
	font-size: calc(var(--h1-size) * 1.5);
}
.hero-section .swiper-navigation {
	margin-top: 0;
	position: absolute;
	top: calc(50% - var(--gap));
	z-index: 9;
}
.hero-section .swiper-navigation.swiper-navigation-prev {
	left: calc((100vw - var(--container)) / 2 - 60px - var(--gap) * 2);
}
.hero-section .swiper-navigation.swiper-navigation-next {
	right: calc((100vw - var(--container)) / 2 - 60px - var(--gap) * 2);
}
.hero-section .swiper-navigation:before {
	background-color: var(--white);
}


.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__wrap {
	position: relative;
	display: flex;
	flex-direction: column;
	gap: calc(var(--gap) / 1.5);
	border: 1px solid rgba(158, 158, 158, 0.2);
	-moz-border-radius: var(--radius);
	-webkit-border-radius: var(--radius);
	border-radius: var(--radius);
	height: 100%;
	padding: var(--gap);
	z-index: 1;
}
.advantages-item__head {
	display: flex;
	align-items: center;
	gap: calc(var(--gap) / 1.5);
}
.advantages-item__image {
	flex: 0 0 80px;
	max-width: 80px;
	width: 80px;
}
.advantages-item__title {
	flex: auto;
	font-weight: 600;
}



.about-bg {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
}
.about-bg:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: calc((100% - var(--container)) / 2 + var(--container) * .58);
	height: 100%;
	background: linear-gradient(90.3deg, rgba(255, 255, 255, 0.1) 0.28%, #FFFFFF 99.77%);
	z-index: 1;
}
.about-wrap {
	max-width: calc(50% - var(--gap) / 2);
	margin-left: auto;
	display: flex;
	flex-direction: column;
	gap: calc(var(--gap) * 2);
}


.services-section {
	overflow: hidden;
}
.services-section:before {
	content: '';
	background: url(images/wave.png) no-repeat center;
	background-size: contain;
	position: absolute;
	width: 830px;
	height: 323px;
	top: 74px;
	right: calc((100vw - var(--container)) / 2 - 300px);
	z-index: -1;
}
.services-wrap {
	display: flex;
	gap: calc(var(--gap) * 1.667);
}
.services-left {
	flex: 0 0 calc(100% / 3 * 2 - var(--gap) * 1.667 / 2);
	max-width: calc(100% / 3 * 2 - var(--gap) * 1.667 / 2);
}
.services-right {
	flex: 0 0 calc(100% / 3 - var(--gap) * 1.667 / 2);
	max-width: calc(100% / 3 - var(--gap) * 1.667 / 2);
}
.services-images {
	display: flex;
	flex-wrap: wrap;
	gap: var(--gap);
}
.services-image {
	flex: 0 0 calc(50% - var(--gap) / 2);
	max-width: calc(50% - var(--gap) / 2);
	overflow: hidden;
	-moz-border-radius: var(--radius);
	-webkit-border-radius: var(--radius);
	border-radius: var(--radius);
	box-shadow: var(--shadow);
}
.services-image a:hover img {
	transform: scale(1.05);
}

.services-steps-items {
	padding-top: calc(var(--gap) / 2);
}
.services-steps-item {
	position: relative;
	display: flex;
	align-items: flex-start;
	gap: var(--gap);
	padding-bottom: calc(var(--gap) * 2.333);
	z-index: 1;
}
.services-steps-item:last-child {
	padding-bottom: 0;
}
.services-steps-item:before {
	content: '';
	background: #C8C7C7;
	position: absolute;
	width: 1px;
	height: calc(100% - 60px - 20px);
	top: 70px;
	left: 30px;
	z-index: 1;
}
.services-steps-item:last-child:before {
	display: none;
}
.services-steps-item__number {
	flex: 0 0 60px;
	max-width: 60px;
	width: 60px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: var(--blue);
	color: var(--white);
	font-size: var(--h2-size);
	font-weight: 600;
}
.services-steps-item__content {
	font-size: var(--h5-size);
	max-width: 300px;
}


.feedback-bg {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: .4;
	z-index: -1;
}
.feedback-form {
	position: relative;
	background: var(--white);
	padding: calc(var(--gap) * 2) calc(var(--gap) * 4);
	-moz-border-radius: var(--radius);
	-webkit-border-radius: var(--radius);
	border-radius: var(--radius);
	z-index: 1;
}


.products-section {
	overflow: hidden;
}
.products-section:before {
	content: '';
	background: url(images/wave.png) no-repeat center;
	background-size: contain;
	position: absolute;
	width: 830px;
	height: 323px;
	top: 32px;
	right: calc((100vw - var(--container)) / 2 - 300px);
	z-index: -1;
}
.products-items {
	display: flex;
	flex-direction: column;
	gap: calc(var(--gap) * 2);
}
.products-item {
	display: flex;
	gap: var(--gap);
}
.products-item:nth-child(2n) {
	flex-direction: row-reverse;
}
.products-item__image {
	flex: 0 0 calc(50% - var(--gap) / 2);
	max-width: calc(50% - var(--gap) / 2);
	min-height: calc((var(--container) - var(--gap)) / 2 / 1.69);
	overflow: hidden;
	box-shadow: var(--shadow);
	-moz-border-radius: var(--radius);
	-webkit-border-radius: var(--radius);
	border-radius: var(--radius);
}
.products-item__content {
	flex: 0 0 calc(50% - var(--gap) / 2);
	max-width: calc(50% - var(--gap) / 2);
	padding: calc(var(--gap) * 2) 0;
}



.reviews-section {
	overflow: hidden;
}
.reviews-wrap {
	position: relative;
	z-index: 1;
}
.reviews-wrap:before {
	content: '';
	position: absolute;
	background: var(--blue-light);
	width: calc(100% + 240px);
	height: 100%;
	top: 0;
	left: -120px;
	z-index: -2;
}
.reviews-wrap:after {
	content: '';
	background: url(images/wave.svg) no-repeat center;
	background-size: contain;
	position: absolute;
	width: 766px;
	height: 333px;
	top: 152px;
	left: -120px;
	z-index: -1;
}
.reviews-section .heading p:first-child strong {
	background: rgba(188, 188, 188, 0.2);
}
.reviews-swiper {
	overflow: hidden;
}
.reviews-swiper .swiper-slide {
	height: auto;
}
.reviews-item {
	height: 100%;
}
.reviews-item__wrap {
	position: relative;
	background: var(--white);
	border: 1px solid #E0E4EB;
	height: 100%;
	display: flex;
	flex-direction: column;
	gap: calc(var(--gap) / 1.35);
	padding: var(--gap) calc(var(--gap) * 1.333);
	min-height: 248px;
	z-index: 1;
}
.reviews-item__text {
	color: var(--black-2);
}
.reviews-item__name {
	color: var(--blue);
	font-weight: 600;
}



.faq-bg {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
}
.faq-wrap {
	max-width: 530px;
}
.faq-items {
	display: flex;
	flex-direction: column;
	gap: calc(var(--gap) / 1.5);
}
.faq-item {
	position: relative;
	background: rgba(255, 255, 255, .3);
	-moz-border-radius: var(--radius);
	-webkit-border-radius: var(--radius);
	border-radius: var(--radius);
	transition: .55s;
}
.faq-item__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: calc(var(--gap) / 1.5);
	font-weight: 600;
	padding: calc(var(--gap) / 2) var(--gap);
	background: var(--white);
	-moz-border-radius: var(--radius);
	-webkit-border-radius: var(--radius);
	border-radius: var(--radius);
	cursor: pointer;
	transition: .5s;
}
.active .faq-item__head {
	background: var(--blue-light);
}
.faq-item__toggle {
	flex: 0 0 15px;
	max-width: 15px;
	width: 15px;
	height: 15px;
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-image: url(images/arrow.svg);
	mask-image: url(images/arrow.svg);
	background-color: var(--black);
	transform: rotate(90deg);
	transition: .5s;
}
.active .faq-item__toggle {
	transform: rotate(-90deg);
}
.faq-item__body {
	padding: calc(var(--gap) / 1.5) var(--gap) var(--gap);
}




.news-section {
	overflow: hidden;
}
.news-section:before {
	content: '';
	background: url(images/wave-2.svg) no-repeat center;
	background-size: contain;
	position: absolute;
	width: 723px;
	height: 325px;
	top: 174px;
	right: calc((100vw - var(--container)) / 2 - 320px);
	z-index: -1;
}
.news-swiper {
	margin: 0 -10px -15px;
	overflow: hidden;
}
.news-swiper .swiper-slide {
	height: auto;
}
.news-items {
	display: flex;
	flex-wrap: wrap;
	margin: 0 calc(var(--gap) / -2) calc(var(--gap) * -1);
}
.news-item {
	margin: 0 0 var(--gap);
	padding: 0 calc(var(--gap) / 2);
}
.news-items.columns-3 .news-item {
	flex: 0 0 calc(100% / 3);
	max-width: calc(100% / 3);
}
.news-items.columns-2 .news-item {
	flex: 0 0 50%;
	max-width: 50%;
}
.news-swiper .news-item,
.news-items.columns-1 .news-item {
	flex: 0 0 100%;
	max-width: 100%;
}
.news-swiper .news-item {
	height: 100%;
	margin-bottom: 0;
	padding: 0 10px 15px;
}
.news-item__wrap {
	position: relative;
	background: var(--blue-light);
	-moz-border-radius: var(--radius);
	-webkit-border-radius: var(--radius);
	border-radius: var(--radius);
	box-shadow: var(--shadow);
	height: 100%;
	padding: var(--gap);
	overflow: hidden;
	z-index: 1;
}
.news-item__image {
	height: calc(((var(--container) - var(--gap) * 2) / 3 - var(--gap) * 2) / 1.69);
	margin-bottom: calc(var(--gap) / 1.5);
	-moz-border-radius: var(--radius);
	-webkit-border-radius: var(--radius);
	border-radius: var(--radius);
	overflow: hidden;
}
.news-item__title {
	font-size: var(--h6-size);
	font-weight: 600;
	margin-bottom: calc(var(--gap) / 1.5);
}
.news-item__title a {
	color: var(--black-2);
	text-decoration: none;
}
.news-item__title a:hover {
	color: var(--blue);
}
.news-item__date {
	margin-bottom: calc(var(--gap) / 3);
	font-size: var(--text-size-sm);
	color: #41619F;
	display: flex;
	font-weight: 600;
	align-items: center;
	gap: calc(var(--gap) / 6);
}
.news-item__date:before {
	content: '';
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-image: url(images/date.svg);
	mask-image: url(images/date.svg);
	background-color: #41619F;
	flex: 0 0 12px;
	max-width: 12px;
	width: 12px;
	height: 12px;
}
.news-item__excerpt {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	margin-bottom: calc(var(--gap) / 1.5);
}
.news-item__more .btn {
	min-width: 155px;
}



.page-header {
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 310px;
}
.page-header-bg {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
}
.page-header-bg:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #4A4949;
	opacity: .6;
	z-index: 1;
}
.page-breadcrumbs {
	color: var(--white);
	font-size: var(--text-size-sm);
	margin-bottom: calc(var(--gap) / 3);
}
.page-breadcrumbs a {
	color: var(--white);
	text-decoration: none;
}
.page-breadcrumbs a:hover {
	color: var(--blue-light);
}
.page-title {
	font-size: var(--h1-size);
	font-weight: 600;
	color: var(--white);
}
.page-body.section {
	padding-top: 60px;
}
.page-content img {
	-moz-border-radius: var(--radius);
	-webkit-border-radius: var(--radius);
	border-radius: var(--radius);
}

.error-404-number {
	margin-bottom: var(--gap);
	font-size: calc(var(--h1-size) * 6);
	font-weight: 600;
	color: var(--black-2);
	text-align: center;
	line-height: 1;
	opacity: .2;
}
.error-404-button {
	text-align: center;
}

.page-body-wrap {
	display: flex;
	gap: var(--gap);
}
.page-body-main {
	flex: 0 0 calc(100% / 3 * 2 - var(--gap) / 2);
	max-width: calc(100% / 3 * 2 - var(--gap) / 2);
}
.page-sidebar {
	flex: 0 0 calc(100% / 3 - var(--gap) / 2);
	max-width: calc(100% / 3 - var(--gap) / 2);
}



.navigation.pagination {
	position: relative;
	margin-top: calc(var(--gap) * 1.333);
	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.dots {
	padding: 0 10px;
}
.nav-links .page-numbers:not(.dots) {
	min-width: 46px;
	height: 46px;
	font-weight: 600;
	color: #959595;
	border: 1px solid #959595;
	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:not(.dots):hover,
.nav-links .page-numbers.current:not(.dots) {
	background: var(--blue);
	border-color: var(--blue);
	color: var(--white);
}



.widget-area {
	display: flex;
	flex-direction: column;
	gap: calc(var(--gap) * 1.333);
}
.widget {
	position: relative;
	background: rgba(240, 249, 255, 0.5);
	-moz-border-radius: var(--radius);
	-webkit-border-radius: var(--radius);
	border-radius: var(--radius);
	overflow: hidden;
	z-index: 1;
}
.widget-title {
	background: var(--blue);
	color: var(--white);
	font-size: var(--h6-size);
	font-weight: 600;
	text-transform: uppercase;
	text-align: center;
	padding: calc(var(--gap) / 2.4) var(--gap);
	margin: 0;
}
.widget_categories ul {
	margin: 0;
	padding: calc(var(--gap) / 1.5);
	list-style: none;
	display: flex;
	flex-direction: column;
	gap: calc(var(--gap) / 2);
	font-weight: 600;
	text-transform: uppercase;
}
.widget_categories ul li {
	position: relative;
	padding-left: 18px;
	z-index: 1;
}
.widget_categories ul li:before {
	content: '';
	position: absolute;
	width: 8px;
	height: 8px;
	background: var(--blue);
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	top: 6px;
	left: 0;
	z-index: 1;
}
.widget_categories ul li a {
	color: var(--black);
	text-decoration: none;
}
.widget_categories ul li a:hover,
.widget_categories ul li.current-cat a {
	color: #41619F;
}


.news-widget-list {
	margin: 0;
	padding: calc(var(--gap) / 1.5);
	list-style: none;
	display: flex;
	flex-direction: column;
	gap: calc(var(--gap) / 1.5);
}
.news-widget-list li {
	display: flex;
	gap: calc(var(--gap) / 1.5);
}
.news-widget-list-image {
	flex: 0 0 85px;
	max-width: 85px;
	height: 85px;
	-moz-border-radius: var(--radius);
	-webkit-border-radius: var(--radius);
	border-radius: var(--radius);
	overflow: hidden;
}
.news-widget-list-info {
	flex: auto;
}
.news-widget-list-date {
	margin-bottom: calc(var(--gap) / 3);
	font-size: var(--text-size-sm);
	color: #41619F;
	display: flex;
	font-weight: 600;
	align-items: center;
	gap: calc(var(--gap) / 6);
}
.news-widget-list-date:before {
	content: '';
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-image: url(images/date.svg);
	mask-image: url(images/date.svg);
	background-color: #41619F;
	flex: 0 0 12px;
	max-width: 12px;
	width: 12px;
	height: 12px;
}
.news-widget-list-title a {
	color: var(--black);
	text-decoration: none;
}
.news-widget-list-title a:hover {
	color: var(--blue);
}


.tagcloud {
	display: flex;
	flex-wrap: wrap;
	gap: calc(var(--gap) / 2);
	padding: calc(var(--gap) / 1.5) 0 0;
	background: var(--white);
}
.tagcloud a {
	background: var(--blue-light);
	color: #7A7A7A;
	font-size: var(--text-size-sm) !important;
	padding: calc(var(--gap) / 3) var(--gap);
	text-decoration: none;
}
.tagcloud a:hover {
	color: var(--white);
	background: var(--blue);
}

.singleNews-image {
	margin-bottom: calc(var(--gap) / 1.5);
}
.singleNews-image img {
	-moz-border-radius: var(--radius);
	-webkit-border-radius: var(--radius);
	border-radius: var(--radius);
}
.singleNews-date {
	margin-bottom: var(--gap);
	padding-bottom: calc(var(--gap) / 3);
	font-size: var(--text-size-sm);
	color: #41619F;
	display: flex;
	font-weight: 600;
	align-items: center;
	gap: calc(var(--gap) / 6);
	border-bottom: 1px solid #D9D9D9;
}
.singleNews-date:before {
	content: '';
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-image: url(images/date.svg);
	mask-image: url(images/date.svg);
	background-color: #41619F;
	flex: 0 0 12px;
	max-width: 12px;
	width: 12px;
	height: 12px;
}
.singleNews-button {
	margin-top: calc(var(--gap) * 2);
}




@media (max-width: 1399px) {
	:root {
		--container: 1116px;
		--gap: 30px;
		--radius: 5px;
		--shadow: 0px 5px 10px rgba(0, 0, 0, 0.25);

		--text-size: 16px;
		--text-size-sm: 14px;
		--h1-size: 34px;
		--h2-size: 28px;
		--h3-size: 24px;
		--h4-size: 22px;
		--h5-size: 20px;
		--h6-size: 18px;
	}
	.section {
		padding-top: 80px;
		padding-bottom: 80px;
	}
	.section-sm {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.btn {
		min-width: 180px;
	}
	.heading {
		margin-bottom: calc(var(--gap) * 1.333);
	}
	.topbar-wrap {
		height: 48px;
	}
	.topbar-contacts p .value {
		padding: 5px calc(var(--gap) / 2);
	}
	.soc-links-2 li.viber a {
		padding-right: calc(var(--gap) / 2);
	}
	.soc-links-2 li a span {
		flex: 0 0 56px;
		max-width: 56px;
		width: 56px;
		height: 48px;
	}
	.topbar-contacts p .value:before {
		flex: 0 0 20px;
		max-width: 20px;
		width: 20px;
		height: 20px;
	}
	.soc-links-2 li a svg {
		flex: 0 0 20px;
		max-width: 20px;
		height: 20px;
	}
	.header-wrap {
		height: 60px;
		gap: var(--gap);
	}
	.header-logo img {
		max-height: 60px;
	}
	.main-menu {
		gap: calc(var(--gap) / 1.5);
	}
	.hero-item {
		min-height: 600px;
	}
	.hero-item__wrap {
		gap: calc(var(--gap) * 1.333);
	}
	.hero-section .swiper-navigation.swiper-navigation-prev {
		left: calc((100vw - var(--container)) / 2 - 60px - var(--gap) * 1.333);
	}
	.hero-section .swiper-navigation.swiper-navigation-next {
		right: calc((100vw - var(--container)) / 2 - 60px - var(--gap) * 1.333);
	}
	.advantages-item__image {
		flex: 0 0 60px;
		max-width: 60px;
		width: 60px;
	}
	.advantages-item__image img {
		max-height: 60px;
	}
	.advantages-item__wrap {
		padding: calc(var(--gap) / 1.5);
	}
	.about-wrap,
	.products-items {
		gap: calc(var(--gap) * 1.333);
	}
	.services-steps-item {
		padding-bottom: calc(var(--gap) * 1.85);
	}
	.services-steps-item__content {
		font-size: var(--h6-size);
	}
	.reviews-item__wrap {
		padding: calc(var(--gap) / 1.65) var(--gap);
	}
	.news-item__wrap {
		padding: calc(var(--gap) / 1.5);
	}
	.news-item__image {
		height: calc(((var(--container) - var(--gap) * 2) / 3 - var(--gap) / 1.5 * 2) / 1.69);
	}
	.contacts-info {
		flex: 0 0 32%;
		max-width: 32%;
	}
	.contacts-map {
		flex: 0 0 43%;
		max-width: 43%;
	}
	.footer-menu {
		gap: calc(var(--gap) * 1.333);
	}
	.reviews-wrap:after {
		top: 120px;
	}
	.news-section:before {
		top: 130px;
	}
	.page-header {
		min-height: 200px;
	}
	.tagcloud a {
		padding: calc(var(--gap) / 3) calc(var(--gap) / 1.5);
	}
}




@media (max-width: 1199px) {
	:root {
		--container: 916px;
		--gap: 24px;
		--radius: 5px;
		--shadow: 0px 5px 10px rgba(0, 0, 0, 0.25);

		--text-size: 16px;
		--text-size-sm: 14px;
		--h1-size: 32px;
		--h2-size: 28px;
		--h3-size: 24px;
		--h4-size: 20px;
		--h5-size: 20px;
		--h6-size: 18px;
	}
	.topbar {
		font-size: var(--text-size-sm);
	} 
	.soc-links-2 li a span {
        flex: 0 0 48px;
        max-width: 48px;
        width: 48px;
    }
    .header-button {
    	display: none;
    }
    .main-menu {
    	justify-content: flex-end;
    	gap: var(--gap);
    }
    .hero-item {
    	min-height: 480px;
    }
    .hero-item__heading h1, .hero-item__heading h2 {
	    font-size: calc(var(--h1-size) * 1.25);
	}
	.advantages-item {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.services-steps-item__content {
		font-size: var(--text-size);
	}
	.feedback-form {
		padding: calc(var(--gap) * 2);
	}
	.reviews-item__wrap {
		min-height: 180px;
	}
	.contacts-list {
		margin-bottom: var(--gap);
	}
	.contacts-video span {
		width: 100px;
		height: 100px;
	}
	.contacts-video span:before {
		flex: 0 0 36px;
		max-width: 36px;
		height: 36px;
		margin-right: -5px;
	}
	.footer-menu {
		gap: var(--gap);
	}
	.page-header {
		min-height: auto;
	}
	.modal-title {
		margin-bottom: var(--gap);
	}
}




@media (max-width: 991px) {
	:root {
		--container: 696px;
		--gap: 24px;
		--radius: 5px;
		--shadow: 0px 5px 10px rgba(0, 0, 0, 0.25);

		--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;
	}
	.topbar {
		display: none;
	}
	.main-menu {
		display: none;
	}
	.header-logo {
		flex: auto;
	}
	.header-button {
		display: block;
	}
	.hero-item__bg:after {
		width: 100%;
		background: linear-gradient(90deg, #FFFFFF 0%, rgba(255, 255, 255, 0.5) 100%);
	}
	.hero-item__wrap {
		max-width: 100%;
	}
	.about-bg:after {
		width: 100%;
		background: linear-gradient(90deg, rgba(255, 255, 255, 0.6) 0%, #FFFFFF 100%);
	}
	.about-wrap {
		max-width: 100%;
	}
	.services-wrap {
		flex-direction: column-reverse;
	}
	.services-left,
	.services-right {
		flex: auto;
		max-width: 100%;
	}
	.services-steps-item__content {
		max-width: 100%;
	}
	.services-steps-item__number {
		flex: 0 0 48px;
		max-width: 48px;
		width: 48px;
		height: 48px;
		font-size: var(--h5-size);
	}
	.services-steps-item:before {
		top: 58px;
		left: 24px;
		height: calc(100% - 48px - 20px);
	}
	.products-items {
		gap: calc(var(--gap) * 2);
	}
	.products-item,
	.products-item:nth-child(2n) {
		flex-direction: column;
	}
	.products-item__image {
		flex: auto;
		max-width: 100%;
		min-height: calc(var(--container) / 1.69);
	}
	.products-item__content {
		padding: 0;
		flex: auto;
		max-width: 100%;
	}
	.swiper-navigation {
		flex: 0 0 48px;
		max-width: 48px;
		width: 48px;
		height: 48px;
	}
	.hero-section .swiper-navigation {
		top: auto;
		bottom: 10px;
	}
	.hero-section .swiper-navigation.swiper-navigation-prev {
		left: calc(50% - 48px - 10px);
	}
	.hero-section .swiper-navigation.swiper-navigation-next {
		right: calc(50% - 48px - 10px);
	}
	.faq-bg:after {
		content: '';
		position: absolute;
		width: 100%;
		height: 100%;
		background: linear-gradient(90deg, #FFFFFF 0%, rgba(255, 255, 255, 0.6) 80%, rgba(255, 255, 255, 0) 100%);
		top: 0;
		left: 0;
		z-index: 1;
	}
	.faq-wrap {
		max-width: 100%;
	}
	.news-item__image {
		height: calc(((var(--container) - var(--gap)) / 2 - var(--gap) / 1.5 * 2) / 1.69);
	}
	.contacts-wrap {
		flex-wrap: wrap;
	}
	.contacts-info {
		flex: 0 0 67%;
		max-width: 67%;
	}
	.contacts-video {
		flex: 0 0 33%;
		max-width: 33%;
	}
	.contacts-map {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.contacts-map iframe {
		width: 100vw;
		margin-left: calc((100vw - var(--container)) / -2);
	}
	.footer-wrap {
		flex-direction: column;
	}
	.footer-menu {
		flex-direction: column;
		gap: calc(var(--gap) / 2);
		text-align: center;
	}
	.footer-middle-wrap {
		flex-direction: column-reverse;
		align-items: center;
		text-align: center;
	}
	.footer-legacy {
		text-align: center;
	}
	.footer-bottom-wrap {
		flex-direction: column;
		text-align: center;
		gap: calc(var(--gap) / 6);
	}


	.page-body.section {
		padding-top: 40px;
	}
	.page-body-wrap {
		flex-direction: column;
		gap: calc(var(--gap) * 2);
	}
	.page-body-main,
	.page-sidebar {
		flex: auto;
		max-width: 100%;
	}
	.singleNews-button {
		margin-top: calc(var(--gap) * 1.5);
	}
}




@media (max-width: 767px) {
	:root {
		--container: 516px;
		--gap: 24px;
		--radius: 5px;
		--shadow: 0px 5px 10px rgba(0, 0, 0, 0.25);

		--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;
	}
	.hero-item__wrap {
		gap: var(--gap);
	}
	.form-field-50 {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.advantages-item {
		flex: 0 0 100%;
		max-width: 100%;
	}
}




@media (max-width: 575px) {
	:root {
		--container: calc(100vw - 40px);
		--gap: 20px;
		--radius: 5px;
		--shadow: 0px 5px 10px rgba(0, 0, 0, 0.25);

		--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;
	}
	.heading br {
		display: none;
	}
	.header-button {
		display: none;
	}
	.news-items.columns-3 .news-item,
	.news-items.columns-2 .news-item {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.news-item__image {
		height: calc((var(--container) - var(--gap) / 1.5 * 2) / 1.69);
	}
	.feedback-form {
		padding: var(--gap);
	}
	.contacts-info,
	.contacts-video {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.modal-content {
		padding: calc(var(--gap) * 2) var(--gap) var(--gap);
	}
	.modal-close {
		top: 10px;
		right: 10px;
	}
}