/*!
Theme Name: Ulyana Galipchak
Theme URI: http://underscores.me/
Author: Ihor Tryhuk
Author URI: https://tryhuk.pp.ua/
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: ulyanagalipchak
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.

Ulyana Galipchak 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@1,14..32,900&family=Montserrat:wght@100..900&display=swap');

@font-face {
	font-family: 'Lato';
	src: url('fonts/Lato-Regular.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Lato';
	src: url('fonts/Lato-Medium.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Lato';
	src: url('fonts/Lato-Semibold.ttf') format('truetype');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Lato';
	src: url('fonts/Lato-Bold.ttf') format('truetype');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Lato';
	src: url('fonts/Lato-Heavy.ttf') format('truetype');
	font-weight: 800;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Lato';
	src: url('fonts/Lato-Black.ttf') format('truetype');
	font-weight: 900;
	font-style: normal;
	font-display: swap;
}

:root {
	--container: 1080px;

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

	--black: #010B13;
	--blue: #4B92DB;
	--white: #FFFFFF;
	--blue-light: #EBF8FF;
	--green: #A6CF71;
	--green-light: #E8F6D8;
}
*, ::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: 'Lato';
	line-height: 1.35;
	color: var(--black);
	background: var(--white);
}
a {
	text-decoration: none;
	color: var(--black);
	transition: .3s ease-out;
}
a:hover {
	color: var(--blue);
}
img {
	margin: 0;
	vertical-align: middle;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}
.bg-cover {
	position: relative;
}
.bg-cover img,
.bg-cover video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
img[data-lazyloaded]{
   opacity: 0;
}
img.litespeed-loaded{
	-webkit-transition: opacity .5s linear 0.2s;
	-moz-transition: opacity .5s linear 0.2s;
	transition: opacity .5s linear 0.2s;
	opacity: 1;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Lato';
	font-weight: 700;
	margin: 0 0 16px;
	line-height: 1;
}
h1 {
	font-size: var(--h1-size);
}
h2 {
	font-size: var(--h2-size);
}
h3 {
	font-size: var(--h3-size);
}
h4 {
	font-size: var(--h4-size);
}
h5 {
	font-size: var(--h5-size);
}
h6 {
	font-size: var(--h6-size);
}
p, ul, ol, blockquote {
	margin: 0 0 16px;
}
h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child, p:last-child, ul:last-child, ol:last-child, blockquote:last-child {
	margin-bottom: 0;
}
iframe {
	max-width: 100%;
}
.form-fields {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -8px -16px;
}
.form-field {
	position: relative;
	flex: 0 0 100%;
	max-width: 100%;
	padding: 0 8px;
	margin-bottom: 16px;
}
.form-field-50 {
	flex: 0 0 50%;
	max-width: 50%;
}
.form-field > label {
	width: 100%;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	padding: 0px 4px 2px;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.5;
}
.form-field > label span {
	color: var(--white);
	background: #98CAFD;
	font-size: 8px;
	font-weight: 800;
	line-height: 1.2;
	text-transform: uppercase;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	padding: 3px 6px 2px;
	margin-left: 8px;
}
::-webkit-input-placeholder {
	color: #D1D1D1;
}
::-moz-placeholder {
	color: #D1D1D1;
}
:-ms-input-placeholder {
	color: #D1D1D1;
}
:-moz-placeholder {
	color: #D1D1D1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"],
select,
textarea {
	font-size: var(--text-size);
	font-weight: 400;
	font-family: 'Lato';
	line-height: 1.5;
	width: 100%;
	background: var(--white);
	border: 1px solid var(--blue);
	color: var(--black);
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	padding: 10px 12px;
	height: 46px;
	outline: none;
	transition: .5s;
}
textarea {
	height: 114px;
	resize: vertical;
}
select {
	cursor: pointer;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="password"]:focus,
select:focus,
textarea:focus {
	border-width: 2px;
}
input[type="text"].wpcf7-not-valid,
input[type="email"].wpcf7-not-valid,
input[type="tel"].wpcf7-not-valid,
input[type="password"].wpcf7-not-valid,
select.wpcf7-not-valid,
textarea.wpcf7-not-valid {
	border-color: #E36464;
}
.form-field-button .btn {
	box-shadow: none;
}
.form-field-button.center {
	text-align: center;
}
.wpcf7-spinner {
	position: absolute;
	right: 0;
	top: 0;
}
.wpcf7-not-valid-tip {
	margin-top: 4px;
	font-size: 12px;
	padding: 0 2px;
	line-height: 1.2;
	color: #E36464;
}
.wpcf7 form .wpcf7-response-output {
	margin: 24px 0 0;
	padding: 10px 16px;
}
.form-field-policy {
	color: var(--black);
	margin-bottom: 24px;
}
.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: 28px;
	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 var(--blue);
	width: 20px;
	height: 20px;
	outline: 0;
	padding: 0px;
	margin: 0;
	margin-right: 0;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	position: absolute;
	left: 0;
	top: calc(50% - 10px - 1px);
	cursor: pointer;
	transition: .5s;
}
.wpcf7-acceptance input[type="checkbox"]:checked:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background: var(--white) url(images/checked-form.svg) no-repeat center;
	background-size: 20px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.grecaptcha-badge {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal !important;
}

.screen-reader-text {
	display: none;
}
.container {
	width: 100%;
	max-width: var(--container);
	margin-left: auto;
	margin-right: auto;
}
.container-full {
	width: 100%;
	padding-left: 16px;
	padding-right: 16px;
}
.section {
	position: relative;
	padding-top: 64px;
	padding-bottom: 64px;
	z-index: 1;
}
.section-sm {
	position: relative;
	padding-top: 48px;
	padding-bottom: 48px;
	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;
}
.show-lg {
	display: none !important;
}
@media (min-width: 992px) {
	.hide-lg {
		display: none !important;
	}
	.show-lg {
		display: block !important;
	}
}

.heading {
	position: relative;
	margin-bottom: 32px;
}
.heading.center {
	text-align: center;
}
.heading h2 {
	font-size: var(--h1-size);
	text-transform: uppercase;
	color: var(--blue);
	font-weight: 900;
}


.btn {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: var(--text-size);
	font-family: 'Montserrat', serif;
	font-weight: 700;
	line-height: 1.5;
	border: none;
	padding: 12px 40px;
	-moz-border-radius: 31px;
	-webkit-border-radius: 31px;
	border-radius: 31px;
	outline: none;
	min-width: 240px;
	min-height: 62px;
	cursor: pointer;
	box-shadow: 0px 96px 38px rgba(75, 146, 219, 0.01), 0px 54px 32px rgba(75, 146, 219, 0.05), 0px 24px 24px rgba(75, 146, 219, 0.09), 0px 6px 13px rgba(75, 146, 219, 0.1);
	transition: .5s ease-out;
}
.btn-sm {
	padding: 12px 32px;
	min-width: inherit;
	min-height: 54px;
	-moz-border-radius: 27px;
	-webkit-border-radius: 27px;
	border-radius: 27px;
}
.btn-primary {
	background-color: var(--green);
	color: var(--white);
}
.btn-primary:hover {
	background-color: #86B65C;
	color: var(--white);
}

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

.owl-nav {
	position: relative;
	display: flex;
	align-items: center;
	z-index: 9;
}
.owl-nav button {
	position: relative;
	flex: 0 0 34px;
	max-width: 34px;
	width: 34px;
	height: 34px;
	margin-right: 30px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: var(--grey-light) !important;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: .3s;
}
.owl-nav button:last-child {
	margin-right: 0;
}
.owl-nav button:before {
	content: '';
	-webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-image: url(images/arrow-up.svg);
    mask-image: url(images/arrow-up.svg);
    background-color: var(--grey);
    flex: 0 0 24px;
    max-width: 24px;
    width: 24px;
    height: 24px;
    transform: rotate(-90deg);
    transition: .3s;
    z-index: 1;
}
.owl-nav button.owl-prev:before {
	transform: rotate(-90deg);
}
.owl-nav button.owl-next:before {
	transform: rotate(90deg);
}
.owl-nav button:hover:before {
	background-color: var(--black);
}
*/

.soc-links.icon {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	align-items: center;
}
.soc-links.icon li {
	margin-right: 16px;
}
.soc-links.icon li:last-child {
	margin-right: 0;
}
.soc-links.icon li a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	background: var(--white);
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
.soc-links.icon li a:hover {
	background: var(--green-light);
}
.soc-links.icon li a svg {
	max-height: 20px;
	max-width: 20px;
}
.soc-links.icon li a path {
	fill: #182F45;
	transition: .3s;
}

.soc-links.button {
	margin: 0 0 -8px;
	padding: 0;
	list-style: none;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.soc-links.button li {
	margin-right: 8px;
	margin-bottom: 8px;
}
.soc-links.button li:last-child {
	margin-right: 0;
}
.soc-links.button li a {
	display: flex;
	align-items: center;
	justify-content: center;
	background: var(--blue-light);
	color: var(--blue);
	padding: 12px 24px 12px 16px;
	-moz-border-radius: 22px;
	-webkit-border-radius: 22px;
	border-radius: 22px;
	font-size: var(--text-size-sm);
	font-weight: 800;
	line-height: 1.25;
}
.soc-links.button li a:hover {
	background: var(--blue);
	color: var(--white);
}
.soc-links.button li a svg {
	flex: 0 0 20px;
	max-width: 20px;
	width: 20px;
	height: 20px;
	margin-right: 8px;
}
.soc-links.button li a path {
	fill: var(--blue);
	transition: .3s;
}
.soc-links.button li a:hover path {
	fill: var(--white);
}


/*
.modal-mobile {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -9999;
	opacity: 0;
	transition: .3s;
}
.modal-mobile.show {
	z-index: 9999;
	opacity: 1;
}
.modal-mobile-bg {
	background: rgb(0 0 0 / 45%);
	position: absolute;
	opacity: 0;
	transition: .3s;
	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 20px 20px;
	transition: .3s;
	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(--grey);
	width: 34px;
	height: 34px;
	border: none;
	padding: 0;
	outline: none !important;
	transition: .3s;
}
.modal-mobile-close:hover {
	background-color: var(--black);
}
.mobile-menu {
	margin: 0;
	padding: 0;
	list-style: none;
}
.mobile-menu li {
	position: relative;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	z-index: 1;
}
.mobile-menu li:last-child {
	margin-bottom: 0;
}
.mobile-menu > li {
	border-bottom: 1px solid var(--grey-light);
}
.mobile-menu > li:last-child {
	border-bottom: 0;
}
.mobile-menu li a {
	order: 1;
	font-size: var(--text-size-md);
	flex: 0 0 100%;
	max-width: 100%;
	position: relative;
	font-weight: 500;
	display: block;
	padding: 13px 0;
	z-index: 1;
}
.mobile-menu li.menu-item-has-children > a {
	flex: 0 0 calc(100% - 32px);
	max-width: calc(100% - 32px);
}
.mobile-menu li:hover > a,
.mobile-menu li.current-menu-item > a {
	color: var(--green);
}
.mobile-menu-chevrone {
	order: 2;
	-webkit-mask-size: 12px;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-image: url(images/arrow-up.svg);
	mask-image: url(images/arrow-up.svg);
	background-color: var(--black);
	flex: 0 0 32px;
	max-width: 32px;
	width: 32px;
	height: 32px;
	cursor: pointer;
	transform: rotate(180deg);
	transition: .3s;
}
.mobile-menu li.menu-item-has-children:hover > .mobile-menu-chevrone {
	background-color: var(--green);
}
.mobile-menu li.menu-item-has-children.active > .mobile-menu-chevrone {
	background-color: var(--green);
	transform: rotate(0deg);
}
.mobile-menu ul {
	flex: 0 0 100%;
	max-width: 100%;
	display: none;
	order: 3;
	margin: 0;
	padding: 0 0 0 20px;
	list-style: none;
	z-index: 9;
}
*/


.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: 640px;
	margin: 1.75rem auto;
	pointer-events: none;
	display: flex;
	align-items: center;
	min-height: calc(100% - 3.5rem);
}
.modal-content {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100%;
	pointer-events: auto;
	background-color: var(--white);
	box-shadow: 0px 229px 92px rgba(71, 71, 71, 0.01), 0px 129px 77px rgba(71, 71, 71, 0.05), 0px 57px 57px rgba(71, 71, 71, 0.09), 0px 14px 31px rgba(71, 71, 71, 0.1);
	background-clip: padding-box;
	outline: 0;
	padding: 32px;
	-moz-border-radius: 24px;
	-webkit-border-radius: 24px;
	border-radius: 24px;
	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: .7;
	z-index: 1049;
}
.modal-header {
	display: flex;
	justify-content: space-between;
	margin-bottom: 24px;
}
.modal-title {
	font-size: var(--h3-size);
	font-weight: 800;
	line-height: 1.33;
	margin-bottom: 0;
	color: var(--blue);
}
.modal-close {
	-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);
	flex: 0 0 32px;
	max-width: 32px;
	width: 32px;
	height: 32px;
	margin-left: 24px;
	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: 26px -12px 2px;
}
.gallery:first-child {
	margin-top: 0;
}
.gallery:last-child {
	margin-bottom: -24px;
}
.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
	margin: 0 0 24px;
	padding: 0 12px;
}
.gallery-item * {
	height: 100%;
}
.gallery-item > * {
	overflow: hidden;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	border: 1px solid var(--grey-light);
}
.gallery-columns-2 .gallery-item {
	flex: 0 0 calc(100% / 2);
	max-width: calc(100% / 2);
}
.gallery-columns-3 .gallery-item {
	flex: 0 0 calc(100% / 3);
	max-width: calc(100% / 3);
}
.gallery-columns-4 .gallery-item {
	flex: 0 0 calc(100% / 4);
	max-width: calc(100% / 4);
}
.gallery-columns-5 .gallery-item {
	flex: 0 0 calc(100% / 5);
	max-width: calc(100% / 5);
}
.gallery-columns-6 .gallery-item {
	flex: 0 0 calc(100% / 6);
	max-width: calc(100% / 6);
}
.gallery-columns-7 .gallery-item {
	flex: 0 0 calc(100% / 6);
	max-width: calc(100% / 6);
}
.gallery-columns-8 .gallery-item {
	flex: 0 0 calc(100% / 8);
	max-width: calc(100% / 8);
}
.gallery-columns-9 .gallery-item {
	flex: 0 0 calc(100% / 9);
	max-width: calc(100% / 9);
}
.gallery-caption {
	display: block;
}
.alignleft {
	float: left;
	margin-right: 50px;
	margin-bottom: 20px;
}
.alignright {
	float: right;
	margin-left: 50px;
	margin-bottom: 20px;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}

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

.header {
	position: fixed;
	top: 16px;
	left: 0;
	width: 100%;
	z-index: 92;
}
.header-wrap {
	position: relative;
	background: var(--white);
	display: flex;
	align-items: center;
	height: 66px;
	padding: 6px;
	-moz-border-radius: 35px;
	-webkit-border-radius: 35px;
	border-radius: 35px;
	box-shadow: 0px 98px 39px rgba(131, 151, 180, 0.01), 0px 55px 33px rgba(131, 151, 180, 0.05), 0px 24px 24px rgba(131, 151, 180, 0.09), 0px 6px 13px rgba(131, 151, 180, 0.1);
	z-index: 1;
}
.header-toggle {
	display: flex;
	align-items: center;
}
.header-toggle button {
	-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);
	flex: 0 0 32px;
	max-width: 32px;
	width: 32px;
	height: 32px;
	border: none;
	padding: 0;
	outline: none;
	cursor: pointer;
	transition: .5s;
}
.header-wrap.active .header-toggle button {
	-webkit-mask-image: url(images/close.svg);
	mask-image: url(images/close.svg);
}
.header-toggle button:hover {
	background-color: var(--blue);
}
.header-logo {
	margin-left: 26px;
	margin-right: 32px;
}
.header-logo img {
	max-height: 44px;
}
.main-nav {
	flex: auto;
	align-items: center;
}
@media (min-width: 992px) {
	.main-nav {
		display: flex !important;
	}
}
.main-menu {
	flex: auto;
	max-width: 100%;
	margin: 0 32px 0 0;
	padding: 0;
	list-style: none;
	display: flex;
	align-items: center;
}
.main-menu li {
	margin-right: 16px;
}
.main-menu li:last-child {
	margin-right: 0;
}
.main-menu li a {
	display: inline-block;
	padding: 8px;
	font-weight: 600;
}
.header-phone {
	flex: 0 0 auto;
	font-weight: 800;
	margin: 0 16px 0 0;
}
.header-phone a {
	display: inline-block;
	padding: 8px;
}
.header-button .btn {
	box-shadow: none;
}



.footer {
	position: relative;
	background: #182F45;
	color: var(--white);
	padding: 48px 0;
	z-index: 1;
}
.footer-wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.footer-logo img {
	max-height: 44px;
}





.hero-section {
	background: radial-gradient(278.67% 627.01% at 63.82% 65.08%, #EBF8FF 0%, #4B92DB 100%), #F0F8FF;
}
.hero-section:before {
	content: '';
    background: url(images/hero-element.png) no-repeat center;
    background-size: contain;
    position: absolute;
    width: 124px;
    height: 108px;
    bottom: -17px;
    left: calc((100vw - var(--container)) / 2 - 124px - 24px);
    transform: rotate(10deg);
	/*filter: drop-shadow(0px 62px 25px rgba(93, 105, 79, 0.01)) drop-shadow(0px 35px 21px rgba(93, 105, 79, 0.05)) drop-shadow(0px 16px 16px rgba(93, 105, 79, 0.09)) drop-shadow(0px 4px 9px rgba(93, 105, 79, 0.1));
   */ z-index: -1;
}
.hero-wrap {
	display: flex;
	justify-content: space-between;
	height: 640px;
}
.hero-left {
	padding: 100px 0;
	flex: 0 0 calc(50% - 16px);
	max-width: calc(50% - 16px);
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.hero-heading {
	font-size: var(--h3-size);
	font-weight: 600;
	color: var(--blue);
	padding-left: 30px;
	margin-bottom: 48px;
}
.hero-heading span {
	font-size: calc(var(--h1-size) * 2);
	font-weight: 800;
	font-family: 'Montserrat', serif;
	text-transform: uppercase;
	display: block;
	margin-left: -30px;
}
.hero-description {
	margin-bottom: 16px;
}
.hero-right {
	flex: 0 0 calc(50% - 16px);
	max-width: calc(50% - 16px);
}
.hero-image {
	position: relative;
	height: 100%;
	z-index: 1;
}
.hero-image:before {
	content: '';
	position: absolute;
	width: 600px;
	height: 600px;
	background: radial-gradient(49.75% 49.42% at 43.07% 67.72%, #F0F8FF 0%, #AFDBF5 100%);
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	z-index: -1;
}
.hero-image-inner {
	width: 525px;
	height: 610px;
    position: absolute;
    bottom: -35px;
    left: 40px;
    z-index: 1;
}
.hero-image img {
	/*filter: drop-shadow(0px 254px 102px rgba(35, 49, 62, 0.01)) drop-shadow(0px 143px 86px rgba(35, 49, 62, 0.03)) drop-shadow(0px 64px 64px rgba(35, 49, 62, 0.04)) drop-shadow(0px 16px 35px rgba(35, 49, 62, 0.05));
*/}

.about-section {
	padding-top: 48px;
}
.about-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.about-left {
	flex: 0 0 calc(50% - 16px);
	max-width: calc(50% - 16px);
}
.about-content {
	font-size: var(--h5-size);
	margin-bottom: 32px;
}
.about-content > * {
	margin-bottom: 24px;
}
.about-content > *:last-child {
	margin-bottom: 0;
}
.about-advantages-heading {
	font-size: var(--h3-size);
	font-weight: 700;
	line-height: 1.2;
}
.about-advantages-item {
	margin-bottom: 8px;
	position: relative;
	background: var(--blue-light);
	-moz-border-radius: 24px;
	-webkit-border-radius: 24px;
	border-radius: 24px;
	padding: 24px;
}
.about-advantages-item:last-child {
	margin-bottom: 0;
}
.about-advantages-item__title {
	font-size: var(--h6-size);
	color: var(--blue);
	margin-bottom: 4px;
	font-weight: 800;
}
.about-right {
	flex: 0 0 calc(50% - 16px);
	max-width: calc(50% - 16px);
}
.about-image {
	position: relative;
	overflow: hidden;
	height: 100%;
	-moz-border-radius: 24px;
	-webkit-border-radius: 24px;
	border-radius: 24px;
	z-index: 1;
}
.about-image:before {
	content: '';
	background: linear-gradient(180deg, rgba(235, 248, 255, 0) 28.17%, rgba(130, 203, 243, 0.24) 72.67%, rgba(75, 146, 219, 0.72) 100%);
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
}
.about-image span {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
}
.about-button {
	position: absolute;
	left: 0;
	width: 100%;
	text-align: center;
	bottom: 64px;
	z-index: 2;
}


.main-section {
	overflow: hidden;
}


.problems-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.problems-left {
	flex: 0 0 calc(50% - 16px);
	max-width: calc(50% - 16px);
	padding-bottom: 74px;
}
.problems-heading {
	width: calc(100% + 150px);
}
.problems-content {
	margin-bottom: 16px;
}
.problems-content:last-child {
	margin-bottom: 0;
}
.problems-content ul {
	padding: 0;
	list-style: none;
}
.problems-content ul li {
	position: relative;
	padding-left: 24px;
	z-index: 1;
}
.problems-content ul li:before {
	content: '';
	position: absolute;
	width: 14px;
	height: 14px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: var(--blue);
	top: 4px;
	left: 4px;
	z-index: 1;
}
.problems-content li {
	margin-bottom: 8px;
}
.problems-content li:last-child {
	margin-bottom: 0;
}
.problems-items {
	position: relative;
	background: var(--blue-light);
	-moz-border-radius: 16px;
	-webkit-border-radius: 16px;
	border-radius: 16px;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 16px;
	z-index: 1;
}
.problems-item {
	position: relative;
	flex: 0 0 calc(50% - 32px);
	max-width: calc(50% - 32px);
	padding: 16px 24px 16px 8px;
	z-index: 1;
}
.problems-item:first-child:before {
	content: '';
	background: url(images/problems-counters-blue.svg) no-repeat left;
	background-size: contain;
	position: absolute;
	width: 64px;
	height: 100%;
	top: 0;
	left: calc(100% - 1px);
	z-index: -1;
}
.problems-item:first-child {
	background: var(--blue);
	color: var(--white);
	padding: 16px 8px 16px 24px;
}
.problems-item__value {
	font-size: var(--h1-size);
	font-weight: 800;
	line-height: 1.35;
	margin-bottom: 0;
	color: var(--blue);
}
.problems-item:first-child .problems-item__value {
	color: var(--white);
}
.problems-item__description {
	font-size: var(--text-size-sm);
}
.problems-right {
	flex: 0 0 calc(50% - 16px);
	max-width: calc(50% - 16px);
}
.problems-image {
	position: relative;
	height: 100%;
	text-align: center;
	z-index: 1;
}
.problems-image-inner {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
}
.problems-image img {
	width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center bottom;
	filter: drop-shadow(146px 138px 80px rgba(163, 189, 215, 0.01)) drop-shadow(82px 78px 68px rgba(163, 189, 215, 0.05)) drop-shadow(36px 34px 50px rgba(163, 189, 215, 0.09)) drop-shadow(9px 9px 28px rgba(163, 189, 215, 0.1));
}
.problems-feedback {
	position: relative;
	background: var(--green-light);
	-moz-border-radius: 24px;
	-webkit-border-radius: 24px;
	border-radius: 24px;
	padding: 32px;
	box-shadow: 0px 113px 45px rgba(216, 228, 201, 0.04), 0px 63px 38px rgba(216, 228, 201, 0.12), 0px 28px 28px rgba(216, 228, 201, 0.2), 0px 7px 15px rgba(216, 228, 201, 0.24);
	z-index: 1;
}
.problems-feedback-text {
	font-size: var(--h5-size);
	margin-bottom: 24px;
	text-align: center;
}
.problems-feedback-button {
	text-align: center;
}



.services-wrap {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.services-left {
	flex: 0 0 calc(35% - 16px);
	max-width: calc(35% - 16px);
}
.services-heading {
	position: sticky;
	top: 98px;
}
.services-right {
	flex: 0 0 calc(65% - 16px);
	max-width: calc(65% - 16px);
}
.services-block {
	position: relative;
	margin-bottom: 16px;
	padding: 24px;
	background: var(--blue-light);
	-moz-border-radius: 24px;
	-webkit-border-radius: 24px;
	border-radius: 24px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	z-index: 1;
}
.services-block:last-child {
	margin-bottom: 0;
}
.services-block__icon {
	flex: 0 0 64px;
	max-width: 64px;
	margin-right: 8px;
	margin-bottom: 24px;
}
.services-block__title {
	font-size: var(--h3-size);
	font-weight: 700;
	flex: 0 0 calc(100% - 64px - 8px);
	max-width: calc(100% - 64px - 8px);
	margin-bottom: 24px;
}
.services-item {
	position: relative;	
	margin-bottom: 16px;
	display: flex;
	align-items: center;
}
.services-item:last-child {
	margin-bottom: 0;
}
.services-item__icon {
	flex: 0 0 64px;
	max-width: 64px;
	margin-right: 8px;
}
.services-item__text {
	flex: 0 0 calc(100% - 64px - 8px);
	max-width: calc(100% - 64px - 8px);
}
.services-item__text strong {
	font-size: var(--h6-size);
	font-weight: 800;
	display: block;
	margin-bottom: 4px;
	color: var(--blue);
}
.services-bottom {
	position: relative;
	margin-top: 64px;
	background: var(--green-light);
	z-index: 1;
}
.services-bottom-wrap {
	display: flex;
	justify-content: space-between;
}
.services-bottom-image {
	position: relative;
	flex: 0 0 calc(35% - 16px - 40px);
	max-width: calc(35% - 16px - 40px);
	z-index: 1;
}
.services-bottom-image-inner {
	position: absolute;
	width: 450px;
	height: 630px;
	right: 0;
	bottom: 0;
	z-index: 1;
}
.services-bottom-image img {
	filter: drop-shadow(148px 141px 82px rgba(163, 189, 215, 0.01)) drop-shadow(83px 79px 69px rgba(163, 189, 215, 0.05)) drop-shadow(37px 35px 51px rgba(163, 189, 215, 0.09)) drop-shadow(9px 9px 28px rgba(163, 189, 215, 0.1));
}
.services-bottom-button {
	position: relative;
	flex: 0 0 calc(65% - 16px);
	max-width: calc(65% - 16px);
	z-index: 2;
}




.faq-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.faq-left {
	flex: 0 0 calc(32% - 16px);
	max-width: calc(32% - 16px);
}
.faq-heading {
	margin-bottom: 160px;
	position: sticky;
	top: 98px;
}
.faq-image {
	display: flex;
	justify-content: flex-end;
	padding-right: 20px;
	position: sticky;
	top: 270px;
}
.faq-image img {
	width: 760px;
	height: 760px;
	max-width: none;
	max-height: none;
	animation: rotateAnimation 20s infinite;
	filter: drop-shadow(0px 79px 32px rgba(216, 228, 201, 0.04)) drop-shadow(0px 45px 27px rgba(216, 228, 201, 0.12)) drop-shadow(0px 20px 20px rgba(216, 228, 201, 0.2)) drop-shadow(0px 5px 11px rgba(216, 228, 201, 0.24));
}
@keyframes rotateAnimation {
	0% {
		transform: rotate(0deg);
	}
	50% {
		transform: rotate(45deg);
	}
	100% {
		transform: rotate(0deg);
	}
}
.faq-right {
	flex: 0 0 calc(68% - 16px);
	max-width: calc(68% - 16px);
}
.faq-block {
	position: relative;
	margin-bottom: 32px;
}
.faq-block:last-child {
	margin-bottom: 0;
}
.faq-block__heading {
	position: relative;
	padding-left: 8px;
	font-size: var(--h3-size);
	font-weight: 700;
	line-height: 1.2;
	z-index: 1;
}
.faq-block__heading:before {
	content: '';
	position: absolute;
	width: 16px;
	height: 16px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: var(--blue);
	top: 7px;
	left: -16px;
	z-index: 1;
}
.faq-block__text-before,
.faq-block__text-after {
	padding-left: 8px;
}
.faq-items {
	margin-bottom: 16px;
	counter-reset: my-awesome-counter;
}
.faq-items:last-child {
	margin-bottom: 0;
}
.faq-item {
	position: relative;
	margin-bottom: 8px;
	padding: 20px 48px 20px 24px;
	background: var(--blue-light);
	-moz-border-radius: 16px;
	-webkit-border-radius: 16px;
	border-radius: 16px;
	min-height: 120px;
	z-index: 1;
}
.faq-item:last-child {
	margin-bottom: 0;
}
.faq-item.numbers {
	padding-right: 72px;
	counter-increment: my-awesome-counter;
}
.faq-item.plus,
.faq-item.checked {
	min-height: inherit;
	padding: 20px 48px 20px 16px;
}
.faq-item.numbers::before {
	content: counter(my-awesome-counter);
	font-family: 'Inter', serif;
	font-weight: 900;
	font-style: italic;
	color: var(--white);
	font-size: calc(var(--h1-size)* 2.25);
	position: absolute;
	right: 24px;
	bottom: -16px;
	line-height: 1;
	z-index: -1;
}
.faq-item__title {
	font-size: var(--h6-size);
	font-weight: 800;
	color: var(--blue);
	margin-bottom: 4px;
}
.faq-item__text {
	position: relative;
	font-size: var(--text-size-sm);
	z-index: 1;
}
.faq-item.plus .faq-item__text,
.faq-item.checked .faq-item__text {
	padding-left: 27px;
}
.faq-item.plus .faq-item__text:before {
	content: '';
	background: url(images/plus.svg) no-repeat center;
	background-size: contain;
	width: 19px;
	height: 19px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.faq-item.checked .faq-item__text:before {
	content: '';
	background: url(images/checked.svg) no-repeat center;
	background-size: contain;
	width: 19px;
	height: 19px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}







.reviews-contacts-section {
	overflow: hidden;
}
.reviews-item__wrap {
	position: relative;
	background: var(--white);
	box-shadow: 0px 87px 35px rgba(194, 213, 229, 0.02), 0px 49px 29px rgba(194, 213, 229, 0.08), 0px 22px 22px rgba(194, 213, 229, 0.14), 0px 5px 12px rgba(194, 213, 229, 0.16);
	-moz-border-radius: 24px;
	-webkit-border-radius: 24px;
	border-radius: 24px;
	padding: 24px 32px 64px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	z-index: 1;
}
.reviews-item__wrap:before {
	content: '';
	background: url(images/quote.svg) no-repeat center;
	background-size: contain;
	width: 92px;
	height: 64px;
	margin-bottom: 24px;
}
.reviews-item__text {
	width: 100%;
	margin-bottom: 24px;
}
.reviews-item__name {
	width: 100%;
	font-weight: 700;
	color: var(--blue);
}



.contacts-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.contacts-left {
	position: relative;
	flex: 0 0 calc(32% - 16px);
	max-width: calc(32% - 16px);
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.contacts-heading {
	position: sticky;
	top: 98px;
}
.contacts-info p {
	margin: 16px 8px 0;
}
.contacts-info p:first-child {
	margin-top: 0;
}
.contacts-info p a {
	display: inline-flex;
	align-items: center;
	padding: 8px;
	color: var(--black);
	text-decoration: none;
	font-weight: 600;
	line-height: 1.25;
}
.contacts-info p a:hover {
	color: var(--blue);
}
.contacts-info p a:before {
	content: '';
	flex: 0 0 20px;
	max-width: 20px;
	width: 20px;
	height: 20px;
	margin-right: 8px;
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	background-color: var(--blue);
}
.contacts-info p.phone a:before {
	-webkit-mask-image: url(images/phone.svg);
	mask-image: url(images/phone.svg);
}
.contacts-info p.email a:before {
	-webkit-mask-image: url(images/email.svg);
	mask-image: url(images/email.svg);
}
.soc-links.contacts-soc {
	margin-top: 24px;
}
.contacts-right {
	flex: 0 0 calc(68% - 16px);
	max-width: calc(68% - 16px);
}
.feedback {
	position: relative;
	background: linear-gradient(0deg, #FFFFFF, #FFFFFF), #F2FAFF;
	box-shadow: 0px 204px 82px rgba(194, 213, 229, 0.01), 0px 115px 69px rgba(194, 213, 229, 0.05), 0px 51px 51px rgba(194, 213, 229, 0.09), 0px 13px 28px rgba(194, 213, 229, 0.1);
	-moz-border-radius: 24px;
	-webkit-border-radius: 24px;
	border-radius: 24px;
	padding: 32px;
	z-index: 1;
}
.feedback-description {
	font-size: var(--h6-size);
	margin-bottom: 24px;
}




.page-header {
	position: relative;
	padding: 100px 0 32px;
}
.page-title {
	font-size: var(--h1-size);
	text-transform: uppercase;
	color: var(--blue);
	font-weight: 900;
}

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




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

		--text-size: 16px;
		--text-size-sm: 14px;
		--h1-size: 32px;
		--h2-size: 28px;
		--h3-size: 22px;
		--h4-size: 20px;
		--h5-size: 18px;
		--h6-size: 17px;
	}
	.header-button .btn {
		padding-left: 24px;
		padding-right: 24px;
		font-size: var(--text-size-sm);
	}
	.header-logo {
		margin-left: 16px;
		margin-right: 16px;
	}
	.main-menu {
		margin-right: 16px;
		font-size: var(--text-size-sm);
	}
	.main-menu li {
    	margin-right: 8px;
	}
	.header-phone {
		font-size: var(--text-size-sm);
	}
	.hero-wrap {
		height: 540px;
	}
	.hero-heading {
		padding-left: 0;
		margin-bottom: 32px;
	}
	.hero-heading span {
		margin-left: 0;
	}
	.hero-image:before {
		width: 500px;
		height: 500px;
	}
	.hero-image-inner {
		width: 430px;
		bottom: -30px;
		left: 35px;
		height: auto;
	}
	.hero-left {
		padding-bottom: 50px;
	}
	.about-content {
		font-size: var(--h6-size);
	}
	.problems-item {
		padding: 16px 16px 16px 0px;
	}
	.problems-item:first-child {
		padding: 16px 0px 16px 16px;
	}
	.reviews-item__wrap {
		padding: 24px 32px 48px;
	}
	.reviews-item__text {
		max-height: 246px;
		overflow: auto;
	}
}



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

		--text-size: 14px;
		--text-size-sm: 14px;
		--h1-size: 24px;
		--h2-size: 20px;
		--h3-size: 18px;
		--h4-size: 16px;
		--h5-size: 16px;
		--h6-size: 16px;
	}
	input[type="text"], input[type="email"], input[type="tel"], input[type="password"], select, textarea {
		height: 43px;
	}
	textarea {
		height: 114px;
	}
	.btn {
		min-height: 59px;
		-moz-border-radius: 30px;
		-webkit-border-radius: 30px;
		border-radius: 30px;
	}
	.btn-sm {
		min-height: 51px;
		-moz-border-radius: 26px;
		-webkit-border-radius: 26px;
		border-radius: 26px;
	}
	.section {
		position: relative;
		padding-top: 48px;
		padding-bottom: 48px;
		z-index: 1;
	}
	.section-sm {
		position: relative;
		padding-top: 32px;
		padding-bottom: 32px;
		z-index: 1;
	}
	.heading {
		margin-bottom: 24px;
	}
	.header-wrap {
		height: auto;
		min-height: 52px;
		flex-wrap: wrap;
		-moz-border-radius: 26px;
		-webkit-border-radius: 26px;
		border-radius: 26px;
	}
	.header-wrap.active {
		height: auto;
	}
	.header-toggle {
		margin-left: 10px;
		margin-right: 8px;
		order: 1;
	}
	.header-logo {
		flex: auto;
		max-width: calc(100% - 10px - 8px - 32px - 138px - 24px);
		margin-left: 0;
		margin-right: 24px;
		order: 2;
	}
	.header-logo img {
		max-height: 40px;
	}
	.header-button {
		order: 3;
	}
	.header-button .btn {
		width: 138px;
		padding: 9px 24px;
		min-height: 40px;
		-moz-border-radius: 20px;
		-webkit-border-radius: 20px;
		border-radius: 20px;
	}
	.main-nav {
		display: none;
		flex: 0 0 100%;
		max-width: 100%;
		order: 4;
		padding: 14px 8px 2px;
	}
	.main-menu {
		margin: 0;
		flex-direction: column;
	}
	.main-menu li {
		margin: 0 0 8px;
	}
	.main-menu li:last-child {
		margin-bottom: 0;
	}
	.header-phone {
		margin: 8px 0 0;
		text-align: center;
	}
	.hero-section:before {
		display: none;
	}
	.hero-wrap {
		position: relative;
		display: block;
	}
	.hero-right {
		position: absolute;
		max-width: 100%;
		width: 360px;
		height: 100%;
		bottom: 0;
		right: calc((100vw - var(--container)) / -2);
		z-index: -1;
	}
	.hero-image:before {
		width: 350px;
		height: 350px;
		top: auto;
		transform: none;
		bottom: 16px;
	}
	.hero-image-inner {
		width: 310px;
		bottom: -10px;
		left: 30px;
	}
	.hero-left {
		max-width: 100%;
		padding-bottom: 100px;
		justify-content: flex-start;
		height: 100%;
	}
	.hero-heading {
		font-size: 12px;
		flex: auto;
	}
	.hero-heading span {
		margin-bottom: 8px;
	}
	.hero-description {
		font-size: 12px;
	}
	.about-section {
		padding-top: 32px;
	}
	.about-left {
		flex: 0 0 100%;
		max-width: 100%;
		margin-bottom: 24px;
	}
	.about-content {
		font-size: var(--h3-size);
	}
	.about-content > * {
		margin-bottom: 16px;
	}
	.about-advantages-item {
		-moz-border-radius: 16px;
		-webkit-border-radius: 16px;
		border-radius: 16px;
	}
	.about-advantages-item__title {
		font-size: var(--h3-size);
	}
	.about-right {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.about-image {
		height: auto;
		-moz-border-radius: 16px;
		-webkit-border-radius: 16px;
		border-radius: 16px;
	}
	.about-image span {
		position: relative;
	}
	.problems-left {
		flex: 0 0 100%;
		max-width: 100%;
		padding-bottom: 0;
		margin-bottom: 16px;
	}
	.problems-heading {
		width: 100%;
	}
	.problems-content ul li:before {
		width: 12px;
		height: 12px;
		top: 3px;
		left: 6px;
	}
	.problems-items {
		display: block;
	}
	.problems-item,
	.problems-item:first-child {
		padding: 16px;
	}
	.problems-item {
		max-width: 100%;
		display: flex;
		align-items: center;
	}
	.problems-item__value {
		flex: 0 0 90px;
		max-width: 90px;
		margin-right: 16px;
		font-size: calc(var(--h2-size) * 2);
	}
	.problems-item__description {
		flex: auto;
	}
	.problems-item:first-child:before {
		background-image: url(images/problems-counters-blue-mobile.svg);
		width: 48px;
        height: 29px;
        left: 50%;
        top: calc(100% - 16px);
        transform: translateX(-50%);
	}
	.problems-content-2 {
		font-size: var(--h6-size);
	}
	.problems-right {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.problems-image {
		height: 354px;
	}
	.problems-image-inner {
		position: relative;
	}
	.problems-feedback {
		padding: 24px 16px;
		-moz-border-radius: 16px;
		-webkit-border-radius: 16px;
		border-radius: 16px;
	}
	.problems-feedback-text {
		font-size: var(--text-size);
		margin-bottom: 16px;
	}
	.services-left {
		flex: 0 0 100%;
		max-width: 100%;7
	}
	.services-right {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.services-block {
		-moz-border-radius: 16px;
		-webkit-border-radius: 16px;
		border-radius: 16px;
	}
	.services-block__icon,
	.services-item__icon {
		flex: 0 0 48px;
		max-width: 48px;
	}
	.services-block__title,
	.services-item__text {
		flex: 0 0 calc(100% - 48px - 8px);
		max-width: calc(100% - 48px - 8px);
	}
	.services-bottom {
		margin-top: 368px;
	}
	.services-bottom-wrap {
		display: block;
	}
	.services-bottom-image {
		max-width: 100%;
		text-align: center;
		position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
	}
	.services-bottom-image-inner {
		position: relative;
		width: 100%;
		height: 500px;
	}
	.services-bottom-image img {
		width: 100%;
		height: 100%;
		object-fit: contain;
		background-position: center bottom;
	}
	.services-bottom-button {
		padding: 48px 0;
		max-width: 100%;
		text-align: center;
	}

	.faq-left {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.faq-image {
		display: none;
	}
	.faq-right {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.faq-block__heading {
		padding-left: 4px;
		margin-bottom: 12px;
	}
	.faq-block__heading:before {
		width: 8px;
		height: 8px;
		top: 6px;
		left: -10px;
	}
	.faq-block__text-before, .faq-block__text-after {
		padding-left: 4px;
	}
	.faq-item {
		padding: 20px 24px;
		min-height: inherit;
	}
	.faq-item.numbers {
		padding-right: 48px;
	}
	.faq-item__title {
		margin-bottom: 8px;
	}
	.faq-item.numbers::before {
		font-size: calc(var(--h2-size) * 4);
		right: 16px;
		bottom: -12px;
	}
	.faq-item.plus .faq-item__text:before {
		top: -1px;
	}

	.reviews-item__wrap {
        padding: 24px 24px 32px;
		-moz-border-radius: 16px;
		-webkit-border-radius: 16px;
		border-radius: 16px;
    }
    .contacts-wrap {
    	flex-direction: column-reverse;
    }
    .contacts-right {
    	flex: auto;
    	max-width: 100%;
    	margin-bottom: 24px;
    }
    .feedback {
    	padding: 24px;
		-moz-border-radius: 16px;
		-webkit-border-radius: 16px;
		border-radius: 16px;
    }
    .feedback-description {
    	font-size: var(--text-size);
    }
    .form-field-button .btn {
    	width: 100%;
    }
    .contacts-left {
    	flex: auto;
    	max-width: 100%;
    }
    .soc-links.button {
    	margin: 0px -4px -8px;
    }
    .soc-links.button li {
    	flex: 0 0 50%;
    	max-width: 50%;
    	margin: 0 0 8px;
    	padding: 0 4px;
    }
    .soc-links.button li a {
   		width: 100%;
    }
    .soc-links.contacts-soc {
    	margin-top: 16px;
    }
    .contacts-section {
    	padding-bottom: 32px;
    }
}



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

		--text-size: 14px;
		--text-size-sm: 14px;
		--h1-size: 24px;
		--h2-size: 20px;
		--h3-size: 18px;
		--h4-size: 16px;
		--h5-size: 16px;
		--h6-size: 16px;
	}
	.modal-dialog {
		margin-right: 16px;
		margin-left: 16px;
		max-width: 100%;
	}
}



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

		--text-size: 14px;
		--text-size-sm: 14px;
		--h1-size: 24px;
		--h2-size: 20px;
		--h3-size: 18px;
		--h4-size: 16px;
		--h5-size: 16px;
		--h6-size: 16px;
	}
	.hero-heading {
		max-width: 180px;
	}
	.hero-right {
		right: calc((100vw - var(--container)) / -2 - 120px);
	}
	.hero-description {
		max-width: 160px;
	}
	.hero-description br {
		display: none;
	}
	.reviews-swiper .swiper-slide {
		width: calc(var(--container) - 32px);
	}
	.modal-content {
		padding: 32px 24px;
	}
	.reviews-item__text {
		max-height: 136px;
	}
}