/*!
Theme Name: Tepli Vikna
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: teplivikna
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.

Tepli Vikna 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=Comfortaa:wght@300;400;500;600;700&display=swap');

:root {
	--container: 1200px;
   --gap: 24px;

	--text-size: 18px;
	--text-size-sm: 16px;
	--h1-size: 64px;
	--h2-size: 48px;
	--h3-size: 24px;
	--h4-size: 20px;
	--h5-size: 18px;
	--h6-size: 16px;

	--white: #FAFAFA;
	--orange: #FE5826;
	--dark: #012C3D;
	--blue: #78BDC4;
	--grey: #B5B5B5;
	--light: #F7F8F3;
	--text-color: #325462;
}

*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	margin: 0;
	padding: 0;
	font-size: var(--text-size);
	font-weight: 400;
	font-family: 'Comfortaa', cursive;
	line-height: 1.5;
	color: var(--text-color);
	background: var(--white);
}
a {
	color: var(--text-color);
	text-decoration: none;
	transition: .25s;
}
img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	margin: 0;
	vertical-align: middle;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0 0 var(--gap);
	font-weight: 700;
	line-height: 1.125;
}
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;
}
ul,
ol {
	padding-left: 20px;
}
ul li::marker,
ol li::marker {
	color: var(--orange);
	font-weight: bold;
}

iframe {
	max-width: 100%;
}
.form-fields {
	display: flex;
	flex-wrap: wrap;
	margin: 0 calc(var(--gap) / -2) -16px;
}
.form-field {
	position: relative;
	margin: 0 0 16px;
	padding: 0 calc(var(--gap) / 2);
}
.form-fields .form-field {
	flex: 0 0 calc(100% / 3);
	max-width: calc(100% / 3);
}
.form-field-btn .btn {
	width: 100%;
}
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="search"] {
	font-size: var(--text-size);
	color: var(--text-color);
	font-weight: 500;
	border: 1px solid var(--light);
	background: var(--light);
	border-radius: 2px;
	width: 100%;
	outline: none;
	padding: 10.5px 15px;
	line-height: 1.5;
	transition: .25s;
}
input[type="text"]:hover,
input[type="email"]:hover,
input[type="tel"]:hover,
input[type="search"]:hover {
	border-color: var(--text-color);
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="search"]:focus {
	border-color: var(--dark);
}
.form-field-policy {
	position: relative;
	margin-top: 10px;
	font-size: 12px;
	color: var(--dark);
	font-weight: 600;
	line-height: 1.125;
	width: calc(100% + 20px);
}
.wpcf7-spinner {
	position: absolute;
	right: 0;
}
.wpcf7-not-valid-tip {
	font-size: 14px;
}
.wpcf7 form .wpcf7-response-output {
	font-size: var(--text-size-sm);
	text-align: center;
	margin: var(--gap) 0 0;
}


.container {
	width: 100%;
	max-width: var(--container);
	margin-left: auto;
	margin-right: auto;
}


.section {
	position: relative;
	padding-top: 150px;
	padding-bottom: 150px;
	z-index: 1;
}
.section-md {
	position: relative;
	padding-top: 135px;
	padding-bottom: 135px;
	z-index: 1;
}
.section-sm {
	position: relative;
	padding-top: 100px;
	padding-bottom: 100px;
	z-index: 1;
}
.heading {
	position: relative;
	text-align: center;
	margin-bottom: 60px;
}
.heading > h2 {
	font-size: var(--h2-size);
	font-weight: 700;
	color: var(--dark);
	margin-bottom: 24px;
}
.heading > h2:last-child {
	margin-bottom: 0;
}
.heading-description {
	position: relative;
	max-width: 690px;
	margin: 0 auto;
}
.heading-description a {
	display: inline-block;
}
.heading-description a:hover {
	text-decoration: underline;
	text-decoration-style: dashed;
	text-underline-offset: 5px;
}
.heading-description-lg {
	max-width: 880px;
}

.height-100 {
	height: 100%;
}
.bg-cover img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.pt-0 {
	padding-top: 0 !important;
}
.pb-0 {
	padding-bottom: 0 !important;
}



.btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: var(--text-size);
	font-weight: 700;
	letter-spacing: .05em;
	background: transparent;
	border: 1px solid transparent;
	border-radius: 2px;
	line-height: 1;
	padding: 15px 30px;
	text-transform: uppercase;
	outline: none;
	box-shadow: none;
	cursor: pointer;
	transition: .25s;
}
.btn-primary {
	background-color: rgba(254, 88, 38, 0.90);
	border-color: rgba(254, 88, 38, 0.90);
	color: var(--white);
}
.btn-primary:hover {
	background-color: var(--orange);
	border-color: var(--orange);
	color: var(--white);
}
.btn-primary:focus {
	background-color: var(--orange);
	border-color: var(--orange);
	color: var(--dark);
}
.btn-outline-primary {
	border-color: var(--orange);
	color: var(--orange);
}
.btn-outline-primary:hover {
	background-color: rgba(254, 88, 38, 0.20);
	border-color: var(--orange);
	color: var(--dark);
}
.btn-outline-primary:focus {
	background-color: var(--orange);
	border-color: var(--orange);
	color: var(--white);
}
.btn-outline-secondary {
	border-color: var(--white);
	color: var(--white);
}
.btn-outline-secondary:hover {
	background-color: var(--white);
	border-color: var(--white);
	color: var(--dark);
}
.btn-outline-secondary:focus {
	background-color: var(--white);
	border-color: var(--white);
	color: var(--orange);
}
.btn-link {
	font-size: var(--h3-size);
	font-weight: 400;
	text-transform: inherit;
	padding: 0;
	text-decoration: underline;
	text-underline-offset: 10px;
	text-decoration-style: dashed;
	color: var(--dark);
}
.btn-link:hover {
	color: var(--orange);
	text-decoration-color: var(--dark);
}
.btn-link:focus {
	color: var(--orange);
	text-decoration-color: var(--orange);
}
.btn-link-2 {
	font-size: var(--h3-size);
	padding: 0;
	text-decoration: underline;
	text-underline-offset: 10px;
	text-decoration-style: dashed;
	color: var(--orange);
	text-decoration-color: var(--dark);
	opacity: .9;
}
.btn-link-2:hover {
	color: var(--orange);
	text-decoration-color: var(--dark);
	opacity: 1;
}
.btn-link-2:focus {
	color: var(--dark);
	text-decoration-color: var(--dark);
}

.soc-links {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	align-items: center;
}
.soc-links li {
	margin-left: 40px;
}
.soc-links li:first-child {
	margin-left: 0;
}
.soc-links li.soc-mobile {
	display: none;
}
.soc-links li a {
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.soc-links li svg {
	flex: 0 0 100%;
	max-width: 100%;
	height: 100%;
}
.soc-links li path {
	fill: var(--dark);
	transition: .25s;
}
.soc-links.white li path {
	fill: var(--white);
}
.soc-links li a:hover path {
	fill: var(--orange);
}



.modal {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1055;
	display: none;
	width: 100%;
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	outline: 0;
	/*transition: opacity .15s linear;*/
}
body.modal-open {
	overflow: hidden;
	padding-right: 12px;
}
.modal-dialog {
	position: relative;
	width: auto;
	max-width: 560px;
	margin: 1.75rem auto;
	pointer-events: none;
	display: flex;
	align-items: center;
	min-height: calc(100% - 3.5rem);
	/*transition: transform .3s ease-out;*/
}
.modal-dialog.modal-lg {
	max-width: 1040px;
}
.modal-content {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100%;
	pointer-events: auto;
	background-color: #e0eeef;
	background-clip: padding-box;
	outline: 0;
	border-radius: 2px;
	padding: calc(var(--gap) * 2);
	overflow: hidden;
}
.modal-backdrop {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1050;
	width: 100vw;
	height: 100vh;
	background-color: var(--dark);
	opacity: 0;
	z-index: -1;
}
.modal-backdrop.show {
	opacity: .6;
	z-index: 1049;
}
.modal-title {
	position: relative;
	text-align: center;
	font-weight: 700;
	font-size: var(--h3-size);
	color: var(--dark);
	text-transform: uppercase;
	margin-bottom: 30px;
}
.modal-close {
	position: absolute;
	-webkit-mask-size: 20px;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-image: url(images/cancel.svg);
	mask-image: url(images/cancel.svg);
	background-color: var(--dark);
	width: 28px;
	height: 28px;
	top: 15px;
	right: 15px;
	border: none;
	cursor: pointer;
	padding: 0;
	transition: .25s;
	z-index: 9;
}
.modal-close:hover {
	background-color: var(--orange);
}
.modal-body {
	position: relative;
}


.modal .form-fields {
	display: block;
	max-width: 420px;
	margin: 0 auto;
}
.modal .form-field {
	flex: 0 0 100%;
	max-width: 100%;
}
.form-field-policy {
	text-align: center;
}














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


.header {
	position: relative;
	z-index: 99;
}
.header:before {
	content: '';
	background: rgba(247, 248, 243, 0.70);
	backdrop-filter: blur(20px);
	-webkit-backdrop-filter: blur(20px);
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
}
.header-wrap {
	position: relative;
	height: 80px;
	display: flex;
	align-items: center;
}
.header-contacts-mobile {
	display: none;
	flex: 0 0 80px;
	max-width: 80px;
}
.header-contacts-mobile-item {
	margin-right: 16px;
}
.header-contacts-mobile-item:last-child {
	margin-right: 0;
}
.header-contacts-mobile-item > a {
	width: 32px;
	height: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid var(--orange);
	border-radius: 50%;
}
.header-contacts-mobile-item > a:hover,
.header-contacts-mobile-item.active > a {
	background-color: var(--orange);
}
.header-contacts-mobile-item > a:before {
	content: '';
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	background-color: var(--orange);
	flex: 0 0 24px;
	max-width: 24px;
	width: 24px;
	height: 24px;
	transition: .25s;
}
.header-contacts-mobile-item__phone > a:before {
	-webkit-mask-image: url(images/phone_in_talk.svg);
	mask-image: url(images/phone_in_talk.svg);
}
.header-contacts-mobile-item__messenger > a:before {
	-webkit-mask-image: url(images/chat.svg);
	mask-image: url(images/chat.svg);
}
.header-contacts-mobile-item > a:hover:before,
.header-contacts-mobile-item.active > a:before {
	background-color: var(--white);
}
.header-contacts-mobile-sub {
	display: none;
	position: absolute;
	top: 100%;
	left: calc((100vw - var(--container)) / -2);
	width: calc(100vw - 12px);
	padding: 16px calc((100vw - var(--container)) / 2);
	box-shadow: 0px 16px 40px 0px rgba(1, 44, 61, 0.10);
	z-index: 9;
}
.header-contacts-mobile-sub:before {
	content: '';
	background: rgba(247, 248, 243, 0.50);
	backdrop-filter: blur(5px);
	-webkit-backdrop-filter: blur(5px);
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
}
.header-contacts-mobile-sub p {
	margin-bottom: 12px;
	text-transform: uppercase;
	line-height: 1.125;
	color: var(--dark);
}
.header-contacts-mobile-sub p:last-child {
	margin-bottom: 0;
}
.header-contacts-mobile-sub p.schedule {
	font-size: var(--text-size-sm);
}
.header-contacts-mobile-sub p.phone {
	font-size: var(--h3-size);
	font-weight: 600;
}
.header-contacts-mobile-sub p a {
	color: var(--dark);
}
.header-contacts-mobile-sub p a:hover {
	color: var(--orange);
}
.header-contacts-mobile-item .soc-links li {
	margin-left: 24px;
}
.header-contacts-mobile-item .soc-links li:first-child {
	margin-left: 0;
}
.header-contacts-mobile-item .soc-links li a {
	width: 32px;
	height: 32px;
}

.header-contacts {
	flex: 0 0 300px;
	max-width: 300px;
}
.header-contacts p {
	font-size: var(--h3-size);
	font-weight: 600;
	color: var(--dark);
	margin-bottom: 4px;
	line-height: 1.08;
}
.header-contacts span {
	display: block;
	font-size: 12px;
	line-height: 1.08;
	color: var(--dark);
}
.header-contacts a {
	color: var(--dark);
	text-decoration-color: var(--orange);
}
.header-contacts a:hover {
	text-decoration: underline;
	text-underline-offset: 5px;
	text-decoration-style: dashed;
	text-decoration-color: var(--orange);
}
.header-logo {
	flex: 0 0 calc(100% - 300px - 300px);
	max-width: calc(100% - 300px - 300px);
	padding: 0 30px;
	text-align: center;
}
.header-right {
	flex: 0 0 300px;
	max-width: 300px;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.header-lang {
	position: relative;
	margin-right: 32px;
}
.language-chooser {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	align-items: center;
}
.language-chooser li {
	position: relative;
	padding-right: 5px;
	margin-right: 5px;
}
.language-chooser li:last-child {
	margin-right: 0;
	padding-right: 0;
}
.language-chooser li:after {
	content: '';
	width: 2px;
	height: 16px;
	border-radius: 2px;
	background: var(--dark);
	position: absolute;
	right: -1px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
}
.language-chooser li:last-child:after {
	display: none;
}
.language-chooser li a {
	font-size: var(--text-size-sm);
	text-transform: uppercase;
	opacity: .7;
}
.language-chooser li a:hover,
.language-chooser li.active a {
	opacity: 1;
}
.language-chooser li.active a {
	font-weight: 700;
}
.header-city {
	position: relative;
	text-align: right;
}
.header-city p {
	margin-bottom: 0;
	font-size: var(--text-size-sm);
	font-weight: 700;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	color: var(--dark);
	line-height: 1.125;
}
.header-city p:before {
	content: '';
	background: url(images/home_pin.svg) no-repeat center;
	background-size: contain;
	flex: 0 0 24px;
	max-width: 24px;
	width: 24px;
	height: 24px;
	margin-right: 4px;
}
.header-city span {
	display: flex;
	justify-content: flex-end;
}
.header-city a {
	display: inline-block;
	color: var(--dark);
	padding: 0 0 3px;
	outline: none;
	font-size: 12px;
	line-height: 1.125;
	cursor: pointer;
	text-decoration: underline;
	text-decoration-style: dashed;
	text-underline-offset: 5px;
}
.header-city a:hover {
	color: var(--orange);
}
.header-toggle {
	flex: 0 0 80px;
	max-width: 80px;
	display: none;
	align-items: center;
	justify-content: flex-end;
}
.header-toggle button {
	flex: 0 0 32px;
	max-width: 32px;
	width: 32px;
	height: 32px;
	-webkit-mask-size: 24px;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-image: url(images/gamburger_menu.svg);
	mask-image: url(images/gamburger_menu.svg);
	background-color: var(--dark);
	border: none;
	padding: 0;
	outline: none;
	border-radius: 0;
	cursor: pointer;
	transition: .25s;
}
.header-toggle button:hover {
	background-color: var(--orange);
}


.main-navigation {
	position: sticky;
	top: 0;
	width: 100%;
	box-shadow: 0px 4px 4px 0px rgba(1, 44, 61, 0.05);
	z-index: 98;
}
.main-navigation:before {
	content: '';
	background: rgba(120, 189, 196, 0.20);
	backdrop-filter: blur(20px);
	-webkit-backdrop-filter: blur(20px);
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
}
.main-navigation-wrap {
	height: 80px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.main-menu {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	align-items: center;
}
.main-menu > li {
	position: relative;
	margin-right: 16px;
	display: flex;
	align-items: center;
}
.main-menu > li:last-child {
	margin-right: 0;
}
.main-menu > li > a {
	text-transform: uppercase;
	display: flex;
	align-items: center;
	font-weight: 600;
	font-size: var(--text-size-sm);
	text-transform: uppercase;
	padding: 7px 0;
	color: var(--dark);
}
.main-menu > li:hover > a,
.main-menu li.current-menu-item > a {
	color: var(--orange);
}
.main-menu ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	width: 240px;
	background: var(--white);
	box-shadow: 0px 16px 40px rgba(0, 0, 0, 0.10);
	margin: 0;
	padding: 15px 20px;
	list-style: none;
	z-index: 99;
}
.main-menu li:hover > ul {
	display: block;
}
.main-menu ul li {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 10px;
}
.main-menu ul li:last-child {
	margin-bottom: 0;
}
.main-menu ul li a {
	display: block;
	color: var(--dark);
	font-weight: 600;
	font-size: var(--text-size-sm);
	padding: 3px 0;
}
.main-menu ul li:hover > a {
	color: var(--orange);
}
.main-menu ul ul {
	top: -8px;
	left: 100%;
}







.main-content {
	position: relative;
	overflow: hidden;
	z-index: 1;
}
.page-template-page-city .main-content,
.page-template-page-service .main-content {
	margin-top: -160px;
}


.mainBlock-section {
	position: relative;
	padding: 200px 0 40px;
	min-height: 900px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	z-index: 2;
}
.mainBlock-image {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
}
.mainBlock-wrap {
	position: relative;
	max-width: 640px;
}
.mainBlock-before-heading {
	font-size: var(--h3-size);
	font-weight: 500;
	text-transform: uppercase;
	margin-bottom: 20px;
	color: var(--dark);
}
.mainBlock-heading {
	margin-bottom: 15px;
	color: var(--dark);
}
.mainBlock-content {
	font-size: var(--h3-size);
	color: var(--dark);
	margin-bottom: 40px;
	max-width: 600px;
}
.mainBlock-down {
	position: absolute;
	bottom: -20px;
	left: calc(50% - 20px);
	z-index: 9;
}
.mainBlock-down a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	background: var(--white);
	transform: rotate(45deg);
}
.mainBlock-down a:hover {
	background: var(--orange);
}
.mainBlock-down a:before {
	content: '';
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-image: url(images/arrow-down.svg);
	mask-image: url(images/arrow-down.svg);
	background-color: var(--dark);
	flex: 0 0 24px;
	max-width: 24px;
	width: 24px;
	height: 24px;
	transform: rotate(-45deg);
	transition: .25s;
}
.mainBlock-down a:hover:before {
	background-color: var(--white);
}


.about-section .heading {
	margin-bottom: 0 !important;
}


.advantages-section .heading > h2,
.advantages-section .heading-description {
	color: var(--white);
}
.advantages-image {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
}
.advantages-image:after {
	content: '';
	background: rgba(1, 44, 61, 0.70);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
}
.advantages-items {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: calc(var(--gap) * -1);
}
.advantages-item {
	position: relative;
	max-width: calc(100% / 3);
	margin-bottom: var(--gap);
}
.advantages-item__wrap {
	position: relative;
}
.advantages-item__image {
	position: relative;
	width: 60px;
	height: 60px;
	border: 1px solid var(--white);
	border-radius: 50%;
	margin-bottom: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.advantages-item__image img {
	max-height: 36px;
}
.advantages-item__title {
	font-size: var(--h3-size);
	font-weight: 700;
	color: var(--white);
	line-height: 1.125;
}
.advantages-item__text {
	color: var(--white);
	opacity: .8;
	max-width: 325px;
}





.form-section.dark,
.form-section.dark .heading > h2,
.form-section.dark .heading-description,
.form-section.dark .form-field-policy {
	color: var(--white);
}
.form-image {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
}
.form-image:after {
	content: '';
	background: rgba(247, 248, 243, 0.80);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
}
.form-section.dark .form-image:after {
	background: rgba(1, 44, 61, 0.70);
	backdrop-filter: blur(6.5px);
	-webkit-backdrop-filter: blur(6.5px);
}
.form-shortcode {
	max-width: 962px;
	margin: 0 auto;
}





.offers-items {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px -30px;
}
.offers-item {
	position: relative;
	margin: 0 0 30px;
	padding: 0 15px;
	flex: 0 0 calc(100% / 3);
	max-width: calc(100% / 3);
}
.offers-item__wrap {
	position: relative;
	background: var(--light);
	box-shadow: 0px 16px 40px 0px rgba(1, 44, 61, 0.10);
	border-radius: 2px;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	transition: .25s;
}
.offers-item__wrap:hover {
	background: #ffffff;
	box-shadow: 0px 16px 40px 0px rgba(1, 44, 61, 0.15);
}
.offers-item__image {
	position: relative;
	flex: 0 0 250px;
	max-height: 250px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}
.offers-item__image img {
	max-height: 250px;
}
.offers-item__badge {
	position: absolute;
    border-radius: 0px 20px 20px 0px;
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.10);
    overflow: hidden;
    padding: 8px;
    font-size: 10px;
    color: var(--white);
    bottom: 37px;
    left: 0;
    z-index: 2;
}
.offers-item__badge:before {
	content: '';
	background: rgba(1, 44, 61, 0.70);
	backdrop-filter: blur(20px);
	-webkit-backdrop-filter: blur(20px);
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
}
.offers-item__info {
	position: relative;
	padding: var(--gap) 16px;
	flex: auto;
	max-height: 100%;
	display: flex;
	flex-direction: column;
	z-index: 1;
}
.offers-item__title {
	font-size: var(--h3-size);
	font-weight: 700;
	color: var(--dark);
	line-height: 1.125;
}
.offers-item__text {
	flex: auto;
	max-height: 100%;
	margin-bottom: 40px;
}
.offers-item__button .btn {
	width: 100%;
}

.offers-button {
	position: relative;
	margin-top: 40px;
	text-align: center;
	z-index: 2;
}




.banner-image {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
}
.banner-wrap {
	position: relative;
	max-width: 86%;
	margin: 0 auto;
}
.banner-wrap.banner-wrap-lg {
	max-width: 100%;
}
.banner-content {
	position: relative;
	border-radius: 2px;
	box-shadow: 0px 16px 40px 0px rgba(0, 0, 0, 0.10);
	padding: 35px 45px;
	max-width: 420px;
	z-index: 1;
}
.banner-wrap.banner-wrap-lg .banner-content {
	max-width: 740px;
}
.banner-content:before {
	content: '';
	background: rgba(255, 255, 255, 0.70);
	backdrop-filter: blur(12.5px);
	-webkit-backdrop-filter: blur(12.5px);
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
}
.banner-content li {
	margin-bottom: 16px;
}
.banner-content li:last-child {
	margin-bottom: 0;
}



.soc-services {
	justify-content: center;
	margin-top: var(--gap);
}
.soc-services li {
	margin-left: 57px;
}

.services-items {
	position: relative;
	box-shadow: 0px 16px 40px rgba(0, 0, 0, 0.10);
	color: var(--dark);
	width: 100%;
	border-collapse: collapse;
}
.services-items tr:nth-child(2n+1) td {
	background: rgba(120, 189, 196, .1);
}
.services-items thead tr th {
	background: var(--dark);
	color: var(--white);
	text-transform: uppercase;
	text-align: left;
}
.services-items tr.services-item__subject td {
	font-size: var(--h4-size);
	background: rgba(1, 44, 61, .5);
	color: var(--white);
	font-weight: 700;
	text-align: left !important;
}
.services-items tr th:first-child,
.services-items tr td:first-child {
	padding: 15px var(--gap);
	margin-bottom: 0;
	line-height: 1.125;
}
.services-items tr th:last-child,
.services-items tr td:last-child {
	width: 280px;
	padding: 15px var(--gap);
	margin-bottom: 0;
	text-align: center;
	line-height: 1.125;
	font-weight: 700;
}


.info-section.bg-blue {
	background: rgba(120, 189, 196, .2);
}
.info-wrap {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.info-wrap.reverse {
	flex-direction: row-reverse;
}
.info-mobile {
	display: none;
}
.info-left,
.info-right {
	flex: 0 0 calc(50% - 16px);
	max-width: calc(50% - 16px);
}
.info-content {
	margin-bottom: 16px;
}
.info-content:last-child {
	margin-bottom: 0;
}
.info-content li {
	margin-bottom: 16px;
}
.info-content li:last-child {
	margin-bottom: 0;
}
.info-content a {
	color: var(--orange);
}
.info-images-vertical {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.info-images-vertical .info-image {
	position: relative;
	flex: 0 0 calc(50% - 20px);
	max-height: calc(50% - 20px);
}
.info-images-vertical .info-image img {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}



.cities-items {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	margin: 0 calc(var(--gap) / -2) calc(var(--gap) * -1);
}
.cities-item {
	position: relative;
	flex: 0 0 calc(100% / 5);
	max-width: calc(100% / 5);
	margin: 0 0 var(--gap);
	padding: 0 calc(var(--gap) / 2);
}
.cities-item__wrap {
	display: block;
	position: relative;
	background: var(--dark);
	height: calc((var(--container) - 4 * var(--gap)) / 5);
	box-shadow: 0px 16px 40px 0px rgba(1, 44, 61, 0.10);
	border-radius: 2px;
	overflow: hidden;
	z-index: 1;
	transition: .25s;
}
.cities-item__wrap:hover {
	box-shadow: 0px 16px 40px 0px rgba(1, 44, 61, 0.15);
}
.cities-item__image {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.cities-item__title {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 11.5px;
	color: var(--white);
	font-size: var(--h3-size);
	font-weight: 700;
	text-align: center;
	line-height: 1.125;
	z-index: 2;
}
.cities-item__title:before {
	content: '';
	background: rgba(255, 255, 255, 0.30);
	backdrop-filter: blur(15px);
	-webkit-backdrop-filter: blur(15px);
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
	transition: .25s;
}
.cities-item__wrap:hover .cities-item__title:before {
	opacity: 0;
}




.footer {
	position: relative;
	background: var(--dark);
	padding: 60px 0;
	z-index: 1;
}
.footer-wrap {
	display: flex;
	justify-content: space-between;
}
.footer-widget {
	position: relative;
}
.footer-widget-title {
	font-size: var(--text-size-sm);
	color: var(--white);
	text-transform: uppercase;
	font-weight: 700;
	line-height: 1.125;
	margin-bottom: 16px;
}
.footer-logo {
	margin-bottom: 14px;
}
.footer-schedule {
	font-size: var(--text-size-sm);
	color: var(--white);
	opacity: .8;
}
.footer-phone {
	position: relative;
	margin-bottom: 32px;
}
.footer-phone p {
	position: relative;
	margin-bottom: 12px;
	font-size: var(--h3-size);
	font-weight: 600;
	color: var(--white);
	line-height: 1.125;
}
.footer-phone p:last-child {
	margin-bottom: 0;
}
.footer-phone p a {
	color: var(--white);
}
.footer-phone p a:hover,
.footer-phone p a:focus {
	color: var(--orange);
}
.footer-map {
	max-width: 283px;
	height: 172px;
	margin-bottom: 40px;
}
.footer-map iframe {
	width: 100%;
	height: 100%;
}
.footer-button {
	margin-bottom: 18px;
}
.footer-button .btn {
	width: 100%;
}
.copyright {
	color: var(--grey);
	font-size: 10px;
	line-height: 1.125;
}
.footer-menu {
	margin: 0;
	padding: 0;
	list-style: none;
}
.footer-menu-2 {
	width: 180px;
}
.footer-menu li {
	position: relative;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom: 12px;
}
.footer-menu li:last-child {
	margin-bottom: 0;
}
.footer-menu li a {
	display: block;
	color: var(--white);
	opacity: .8;
	font-size: var(--text-size-sm);
	line-height: 1.125;
	max-width: 100%;
	order: 1;
}
.footer-menu li.menu-item-has-children > a {
	max-width: calc(100% - 24px - 8px);
}
.footer-menu li a:hover {
	color: var(--orange);
}
.footer-menu-chevrone {
	-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(--white);
	flex: 0 0 24px;
	max-width: 24px;
	width: 24px;
	height: 24px;
	margin-left: 8px;
	transition: .25s;
	cursor: pointer;
	order: 2;
	z-index: 1;
}
.footer-menu-chevrone:hover {
	background-color: var(--orange);
}
li.active > .footer-menu-chevrone {
	transform: rotate(180deg);
}
.footer-menu ul {
	display: none;
	order: 3;
	flex: 0 0 100%;
	max-width: 100%;
	margin: 10px 0 0;
	padding: 0 0 0 16px;
}



.modalCities-items {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -12px -12px;
	padding: 0;
	list-style: none;
}

.modalCities-items li {
	padding: 0 12px;
	margin-bottom: 12px;
	flex: 0 0 calc(100% / 3);
	max-width: calc(100% / 3);
}
.modalCities-items li p {
	display: flex;
	align-items: center;
	justify-content: center;
}
.modalCities-items li p:before {
	content: '';
    flex: 0 0 5px;
    max-width: 5px;
    width: 5px;
    height: 5px;
    background: var(--orange);
    border-radius: 50%;
    margin-right: 10px;
    margin-top: -3px;
}
.modalCities-items li a {
	color: var(--dark);
}
.modalCities-items li a:hover {
	color: var(--orange);
}





.reviews-items {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	margin: 0 -20px -40px;
}
.reviews-item {
	position: relative;
	flex: 0 0 calc(100% / 3);
	max-width: calc(100% / 3);
	margin: 0 0 40px;
	padding: 0 20px;
}
.reviews-item__wrap {
	position: relative;
	border-radius: 2px;
	background: var(--light);
	box-shadow: 0px 16px 40px 0px rgba(0, 0, 0, 0.10);
	overflow: hidden;
	padding: 30px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	z-index: 1;
}
.reviews-item__image {
	flex: 0 0 50px;
	max-width: 50px;
	height: 50px;
	border-radius: 50%;
	overflow: hidden;
	box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.25);
	margin-right: 15px;
}
.reviews-item__info {
	flex: 0 0 calc(100% - 50px - 15px);
	max-width: calc(100% - 50px - 15px);
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.reviews-item__name {
	font-size: var(--h5-size);
	color: #233D4E;
	margin-bottom: 4px;
	flex: 0 0 100%;
	max-width: 100%;
}
.reviews-item__star {
	display: inline-flex;
	align-items: center;
	margin-right: 8px;
}
.reviews-item__star span {
	position: relative;
	background: url(images/star.svg) no-repeat center;
	background-size: contain;
	flex: 0 0 17px;
	max-width: 17px;
	width: 17px;
	height: 17px;
}
.reviews-item__date {
	max-width: calc(100% - (17px * 5 + 8));
	color: #233D4E;
	font-size: 10px;
	line-height: 1.125;
}
.reviews-item__content {
	position: relative;
	margin-top: 16px;
	color: #233D4E;
	flex: 0 0 100%;
	max-width: 100%;
}
.link-more {
	margin-left: 5px;
	color: var(--orange);
	text-decoration: underline;
	text-underline-offset: 3px;
}
.link-more:hover {
	color: var(--dark);
}
.reviews-button {
	position: relative;
	margin-top: 80px;
	text-align: center;
	z-index: 2;
}



.page-wrapper {
	position: relative;
}
.page-header {
	position: relative;
	padding: 60px 0;
	text-align: center;
}
.page-title {
	font-size: var(--h2-size);
	text-transform: uppercase;
}
.error-404-number {
	font-size: calc(var(--h1-size) * 4);
	text-transform: uppercase;
	line-height: 1;
	text-align: center;
	color: var(--orange);
	font-weight: 700;
}




.modal-mobile {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -9999;
	opacity: 0;
  	transition: .25s;
}
.modal-mobile.show {
	z-index: 999;
	opacity: 1;
}
.modal-mobile-bg {
	background: rgba(250, 250, 250, 0.85);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
}
.modal-mobile-wrap {
	position: relative;
	height: 100%;
	width: 100%;
	transform: translateX(-100%);
	transition: .25s;
	overflow: auto;
	z-index: 1;
}
.modal-mobile-wrap:before {
	/*content: '';
	background: rgba(250, 250, 250, 0.85);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;*/
}
.modal-mobile.show .modal-mobile-wrap {
	transform: translateX(0);
}
.modal-mobile-header {
	position: relative;
	z-index: 1;
}
.modal-mobile-header-wrap {
	padding: 18px 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid rgba(1, 44, 61, .3);
}
.mobile-logo {
	position: relative;
}
.mobile-logo img {
	width: 100%;
	max-width: 110px;
}
.modal-mobile-close {
	-webkit-mask-image: url(images/cancel.svg);
	mask-image: url(images/cancel.svg);
	-webkit-mask-size: 14px;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	background-color: var(--dark);
	flex: 0 0 24px;
	max-width: 24px;
	width: 24px;
	height: 24px;
	border: none;
	padding: 0;
	cursor: pointer;
	outline: none !important;
	transition: .25s;
}
.modal-mobile-close:hover {
	background-color: var(--orange);
}
.modal-mobile-body {
	position: relative;
	padding: 40px 0 20px;
}
.mobile-menu {
	padding: 0;
	list-style: none;
	line-height: 1.125;
}
.mobile-menu li {
	position: relative;
	margin-bottom: var(--gap);
}
.mobile-menu li:last-child {
	margin-bottom: 0;
}
.mobile-menu li a {
	position: relative;
	color: var(--gap);
	font-size: 16px;
	font-weight: 600;
	color: var(--dark);
	text-transform: uppercase;
}
.mobile-menu li a:hover {
	color: var(--orange);
}
.mobile-menu ul {
	padding: 0 0 0 16px;
	list-style: none;
	margin: 12px 0 0;
}
.mobile-menu ul li {
	margin-bottom: 12px;
}
.mobile-menu ul li:last-child {
	margin-bottom: 0;
}
.mobile-menu ul li a {
	font-size: 14px;
	text-transform: inherit;
}








@media (max-width: 1249px) {
	:root {
		--container: 930px;
	   --gap: 24px;

		--text-size: 18px;
		--text-size-sm: 16px;
		--h1-size: 64px;
		--h2-size: 48px;
		--h3-size: 24px;
		--h4-size: 20px;
		--h5-size: 18px;
		--h6-size: 16px;
	}
	.main-menu > li {
		margin-right: 10px;
	}
	.main-menu > li > a,
	.main-menu ul li a {
		font-size: 14px;
	}
	.main-navigation-button .btn {
		font-size: 14px;
		padding-left: 10px;
		padding-right: 10px;
	}
	.banner-wrap {
		max-width: 100%;
	}
	.cities-item {
		flex: 0 0 calc(100% / 4);
		max-width: calc(100% / 4);
	}
	.cities-item__wrap {
		height: calc((var(--container) - 3 * var(--gap)) / 4);
	}
	.footer-menu {
		max-width: 200px;
	}
	.footer-phone p {
		font-size: var(--h4-size);
	}
	.soc-links li {
		margin-left: 30px;
	}
	.soc-links li a {
		width: 36px;
		height: 36px;
	}
}



@media (max-width: 991px) {
	:root {
		--container: 720px;
	   --gap: 24px;

		--text-size: 18px;
		--text-size-sm: 16px;
		--h1-size: 64px;
		--h2-size: 48px;
		--h3-size: 24px;
		--h4-size: 20px;
		--h5-size: 18px;
		--h6-size: 16px;
	}
	.form-fields {
		margin-bottom: calc(var(--gap) * -2);
	}
	.form-field {
		margin-bottom: var(--gap);
	}
	.form-fields .form-field {
		flex: 0 0 100%;
		max-width: 100%;
	}

	.soc-links li.soc-mobile {
		display: block;
	}
	.soc-links li.soc-desktop {
		display: none;
	}
	.header {
		position: sticky;
		top: 0;
		z-index: 99;
	}
	.header:before {
		backdrop-filter: blur(5px);
		-webkit-backdrop-filter: blur(5px);
	}
	.header-contacts,
	.header-right {
		display: none;
	}
	.header-contacts-mobile {
		display: flex;
	}
	.header-toggle {
		display: flex;
	}
	.header-logo {
		flex: 0 0 calc(100% - 80px - 80px);
		max-width: calc(100% - 80px - 80px);
		padding: 0 20px;
	}
	.main-navigation {
		display: none;
	}
	.mainBlock-section {
		padding: 120px 0 40px;
	}
	.page-template-page-city .main-content, .page-template-page-service .main-content {
		margin-top: -80px;
	}
	.mainBlock-image:after {
		content: '';
		background: linear-gradient(0deg, rgba(255, 255, 255, 0.50) 0%, rgba(255, 255, 255, 0.50) 100%);
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		z-index: 1;
	}
	.mainBlock-image img {
		object-position: 75% 50%;
	}
	.advantages-items {
		margin-bottom: -60px;
	}
	.advantages-item {
		flex: 0 0 100%;
		max-width: 100%;
		margin-bottom: 60px;
	}
	.advantages-item__text {
		max-width: 100%;
	}
	.form-section .heading {
		margin-bottom: 40px;
	}
	.offers-items {
		justify-content: center;
	}
	.offers-item {
		flex: 0 0 calc(100% / 2);
		max-width: calc(100% / 2);
	}
	.banner-content {
		padding: 30px;
	}
	.services-items tr th:last-child,
	.services-items tr td:last-child {
		width: 200px;
	}
	.info-mobile {
		display: block;
	}
	.info-desktop {
		display: none;
	}
	.info-left, .info-right {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.info-heading {
		margin-bottom: 32px;
	}
	.info-image {
		height: auto;
		margin: 0 0 32px;
	}
	.cities-item {
		flex: 0 0 calc(100% / 3);
		max-width: calc(100% / 3);
	}
	.cities-item__wrap {
		height: calc((var(--container) - 2 * var(--gap)) / 3);
	}
	.footer {
		padding: 80px 0 70px;
	}
	.footer-wrap {
		flex-wrap: wrap;
		margin-bottom: -70px;
		justify-content: space-between;
	}
	.footer-widget {
		position: relative;
		flex: 0 0 calc(50% - 15px);
		max-width: calc(50% - 15px);
		margin-bottom: 70px;
	}
	.footer-menu,
	.footer-map {
		max-width: 100%;
	}
	.info-content {
		margin-bottom: 32px;
	}
	.info-content:last-child {
		margin-bottom: 0;
	}
	.reviews-items {
		justify-content: center;
		margin-bottom: -32px;
	}
	.reviews-item {
		flex: 0 0 calc(100% / 2);
		max-width: calc(100% / 2);
		margin-bottom: 32px;
	}
	.language-chooser li a {
		font-size: 18px;
	}
	.language-chooser li:after {
		background: #b5b5b5;
		height: 20px;
		margin-top: -2px;
	}
	.language-chooser li {
		padding-right: 7px;
		margin-right: 7px;
	}
	.page-header {
		padding: 40px 0;
	}
	.error-404-number {
		font-size: calc(var(--h1-size) * 3);
	}
	.modalCities-items li {
		flex: 0 0 calc(100% / 2);
		max-width: calc(100% / 2);
	}
}



@media (max-width: 767px) {
	:root {
		--container: calc(100vw - 40px);
	   --gap: 24px;

		--text-size: 16px;
		--text-size-sm: 14px;
		--h1-size: 40px;
		--h2-size: 36px;
		--h3-size: 20px;
		--h4-size: 18px;
		--h5-size: 16px;
		--h6-size: 15px;
	}
	.btn-link {
		font-size: var(--text-size);
	}
	.section {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.heading {
		margin-bottom: 32px;
	}
	.header-wrap {
		height: 60px;
	}
	.page-template-page-city .main-content, .page-template-page-service .main-content {
    	margin-top: -60px;
	}
	.header-contacts-mobile-item {
		margin-right: 12px;
	}
	.mainBlock-section {
    	padding: 100px 0 40px;
    	min-height: 100vh;
    	height: 100%;
	}
	.mainBlock-wrap {
		max-width: 100%;
	}
	.mainBlock-before-heading,
	.mainBlock-content {
		font-size: var(--text-size);
		margin-bottom: var(--gap);
	}
	.mainBlock-heading {
		margin-bottom: var(--gap);
	}
	.mainBlock-content {
		max-width: 100%;
		margin-bottom: 40px;
	}
	.mainBlock-heading br,
	.mainBlock-content br {
		display: none;
	}
	.advantages-items {
		margin-bottom: -40px;
	}
	.advantages-item {
		margin-bottom: 40px;
	}
	.offers-item {
    	flex: 0 0 100%;
    	max-width: 100%;
	}
	.banner-section {
		padding-top: 0;
		padding-bottom: 150px;
	}
	.banner-image {
		height: 250px;
		bottom: 0;
		top: auto;
	}
	.banner-content {
		max-width: 100%;
	}
	.services-items tr th:first-child,
	.services-items tr td:first-child {
		padding: 12px 16px;
		font-size: var(--text-size-sm);
	}
	.services-items tr th:last-child,
	.services-items tr td:last-child {
		width: auto;
		min-width: 140px;
		padding: 12px 16px;
		font-size: var(--text-size-sm);
	}
	.services-section .heading {
		margin-bottom: 32px;
	}
	.info-heading,
	.info-image {
		margin-bottom: var(--gap);
	}
	.cities-item {
		flex: 0 0 calc(100% / 2);
		max-width: calc(100% / 2);
	}
	.cities-item__wrap {
		height: calc((var(--container) - var(--gap)) / 2);
	}
	.cities-item__title {
		font-size: var(--text-size);
	}
	.footer-wrap {
		margin-bottom: -30px;
	}
	.footer-widget {
		flex: 0 0 100%;
		max-width: 100%;
		margin-bottom: 30px;
	}
	.footer-logo {
		text-align: center;
		margin-bottom: 8px;
	}
	.footer-logo img {
		max-width: 203px;
	}
	.footer-schedule {
		text-align: center;
		padding-bottom: var(--gap);
		border-bottom: 1px solid rgba(247, 248, 243, .3);
	}
	.footer-phone {
		text-align: center;
	}
	.footer-phone p {
		font-size: 24px;
	}
	.footer-soc {
		justify-content: center;
		padding-bottom: var(--gap);
		border-bottom: 1px solid rgba(247, 248, 243, .3);
	}
	.footer-menu {
		padding-left: 16px;
	}
	.info-image {
		width: 100vw;
		margin-left: -20px;
	}
	.reviews-item {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.reviews-button {
		margin-top: 60px;
	}
	.cities-section .heading {
		margin-bottom: 40px;
	}
	.modal-title {
		margin-bottom: var(--gap);
	}
}


@media (max-width: 575px) {
	.modal-content {
		padding: calc(var(--gap) * 2) var(--gap) var(--gap);
	}
	.header-logo {
		padding: 0;
	}
	.mainBlock-button .btn {
		width: 100%;
	}
	.modalCities-items li {
		flex: 0 0 calc(100%);
		max-width: calc(100%);
	}
}