@charset "utf-8";
/*CSS3*/

/*
Developer company: LLC "Akona"
Template developer: Elesin Alexander
*/

:root {
	/*site ratio*/
	--r: 20px;

	/*header size*/
	--header-height: var(--js-header-height, 0px);

	/*margins*/
	--m1: var(--r);
	--m2: calc(var(--r) * 10/20);
	--m3: calc(var(--r) * 30/20);
	--m4: calc(var(--r) * 24/20);

	--m-df: calc(var(--r) * 10);

	/*site-paddings*/
	--content-offset-top: 0px;
	--content-offset-bottom: 0px;
	--site-padding: 30px;

	/*typography*/
	--lh: 1.29;
	--fs: 20px;
	--fs14: calc(var(--fs) * 14/20);
	--fs16: calc(var(--fs) * 16/20);
	--fs18: calc(var(--fs) * 18/20);
	--fs24: calc(var(--fs) * 24/20);

	/*inputs*/
	--input-height: 55px;
	--btn-height: 40px;


	/*other*/
	--site-container: calc(var(--r) * 1200/20);
	--main-color: #488DF5;

	--aside-width: 354px;
}

@font-face {
	font-family: Roboto;
	font-display: swap;
	src: local("☺");
	src: url("../fonts/roboto-regular.woff2") format("woff2"),
		url("../fonts/roboto-regular.woff") format("woff"),
		url("../fonts/roboto-regular.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: Geometria;
	font-display: swap;
	src: local("☺");
	src: url("../fonts/subset-Geometria.woff2") format("woff2"),
		url("../fonts/subset-Geometria.woff") format("woff"),
		url("../fonts/subset-Geometria.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: Geometria;
	font-display: swap;
	src: local("☺");
	src: url("../fonts/subset-Geometria-Bold.woff2") format("woff2"),
		url("../fonts/subset-Geometria-Bold.woff") format("woff"),
		url("../fonts/subset-Geometria-Bold.ttf") format("truetype");
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: Geometria;
	font-display: swap;
	src: local("☺");
	src: url("../fonts/subset-Geometria-Medium.woff2") format("woff2"),
		url("../fonts/subset-Geometria-Medium.woff") format("woff"),
		url("../fonts/subset-Geometria-Medium.ttf") format("truetype");
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: icomoon;
	font-display: swap;
	src: local("☺");
	src: url("../fonts/icomoon.woff") format("woff"),
		url("../fonts/icomoon.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}



[class^="icon-"],
[class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: 'icomoon' !important;
	speak: never;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-arr-r:before {
	content: "\e900";
}

.icon-arr-l:before {
	content: "\e901";
}

.icon-arr-t:before {
	content: "\e902";
}

.icon-arr-b:before {
	content: "\e903";
}

.icon-email:before {
	content: "\e904";
}

.icon-search:before {
	content: "\e905";
}

.icon-tel:before {
	content: "\e906";
}


html body .m1 {
	margin-bottom: var(--m1);
}

html body .m2 {
	margin-bottom: var(--m2);
}

html body .m3 {
	margin-bottom: var(--m3);
}

html body .m4 {
	margin-bottom: var(--m4);
}

html {
	font-family: sans-serif;
	/* 1 */
	-ms-text-size-adjust: 100%;
	/* 2 */
	-webkit-text-size-adjust: 100%;
	/* 2 */
	font-size: 10px;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	/* 1 */
	vertical-align: baseline;
	/* 2 */
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	/* 1 */
	font: inherit;
	/* 2 */
	margin: 0;
	/* 3 */
	border-radius: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
}

input[type="checkbox"],
input[type="radio"] {
	-webkit-appearance: textfield;
	-moz-appearance: textfield;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],

/* 1 */

input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	/* 2 */
	cursor: pointer;
	/* 3 */
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
	border-radius: 0;
}

input[type="checkbox"],
input[type="radio"] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	/* 1 */
	padding: 0;
	/* 2 */
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
	/* 1 */
	-webkit-box-sizing: content-box;
	/* 2 */
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

input[type='password'] {
	font-family: Verdana;
	letter-spacing: 0.125em;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
	min-width: 0;
}

legend {
	border: 0;
	/* 1 */
	padding: 0;
	/* 2 */
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	outline: none;
	-webkit-tap-highlight-color: transparent;
	-webkit-overflow-scrolling: touch;
}

a {
	text-decoration: underline;
	text-underline-offset: 0.1em;
	text-decoration-thickness: 1px;
	color: #617296;

}

a:hover {
	text-decoration: none;
}


img {
	max-width: 100%;
	width: auto;
	height: auto;
	border: 0;
}

.row:after,
.clearfix:after {
	content: ' ';
	display: table;
	clear: both;
}

.container {
	width: auto;
	margin: 0 auto;
	padding: 0 var(--site-padding);
	max-width: 100%;
}

.btn {
	/*	iOS reset style*/
	-webkit-appearance: none;
	border-radius: 0;
	border: 0;
	min-height: var(--btn-height);
	text-align: center;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-left: calc(var(--r) * 15/20);
	padding-right: calc(var(--r) * 15/20);
	border-radius: 10px;
	background-color: var(--main-color);
	color: white;
	font-size: var(--fs14);
	font-style: normal;
	font-weight: 500;
	-webkit-box-shadow: inset 0 0 0 2px var(--main-color);
	box-shadow: inset 0 0 0 2px var(--main-color);
	-webkit-transition: background-color 300ms, color 300ms;
	transition: background-color 300ms, color 300ms;
	text-decoration: none;
}

.btn:hover {
	text-decoration: none;
}

.btn55 {
	min-height: calc(var(--btn-height) * 1.38);
	padding-left: calc(var(--r) * 20/20);
	padding-right: calc(var(--r) * 20/20);
	font-size: var(--fs16);
}

.btn45 {
	min-height: calc(var(--btn-height) * 1.13);
	padding-left: calc(var(--r) * 20/20);
	padding-right: calc(var(--r) * 20/20);
	font-size: var(--fs16);
}

.btn35 {
	min-height: calc(var(--btn-height) / 1.14);
	padding-left: calc(var(--r) * 10/20);
	padding-right: calc(var(--r) * 10/20);
	font-size: 13px;
}

.btn:hover {
	background-color: transparent;
	color: var(--main-color);
}

.text-center {
	text-align: center;
}

.text-right {
	text-align: right;
}

.text-left {
	text-align: left;
}

.slider-load {
	opacity: 0;
	-webkit-transition: opacity 300ms;
	transition: opacity 300ms;
}

.slider-load.slick-initialized {
	opacity: 1;
}

.slider-load:not(.slick-slider) {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
}

.slider-load:not(.slick-slider) > * {
	width: 100%;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

ul.custom {
	display: block;
	margin: 0;
	padding: 0;
}

ul.custom > li {
	display: block;
	list-style: none;
}

input[type="radio"],
input[type="checkbox"] {
	width: auto;
	height: auto;
	margin: auto;
	padding: auto;
}

html body input[type="checkbox"],
html body input[type="radio"] {
	width: auto;
	height: auto;
	padding: 0;
}

body {
	background-color: #F7F7F7;
	font-family: Geometria, sans-serif;
	line-height: 1;
	min-width: 320px;
	font-size: var(--fs16);
	line-height: var(--lh);
	color: #0E0E0E;
}

.site-wrapper {
	min-height: 100vh;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-left: var(--site-padding);
	padding-right: var(--site-padding);

}

.main-wr {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.aside {
	width: calc(var(--aside-width) + var(--site-padding));
	-ms-flex-negative: 0;
	flex-shrink: 0;
	position: relative;
	background-color: white;
	margin-left: calc(-1 * var(--site-padding));
	padding-left: var(--site-padding);
	padding-right: var(--site-padding);
	position: relative;
	z-index: 2;
	padding-top: calc(var(--r) * 20/20);
	padding-bottom: calc(var(--r) * 20/20);
}

.aside:before {
	content: ' ';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: -1000px;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
	z-index: -1;
	background-color: transparent;
	pointer-events: none;
}

.content {
	--content-padding: calc(var(--site-padding) / 1.5);
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	width: 1%;
	padding-left: var(--content-padding);
}

body.compensate-for-scrollbar {
	overflow: hidden;
	overflow-y: visible;
}

body.compensate-for-scrollbar {
	margin-right: 0px;
}



::-webkit-input-placeholder {
	opacity: 1;
	-webkit-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
	color: #777;
}

::-moz-placeholder {
	opacity: 1;
	-webkit-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
	color: #777;
}

:-moz-placeholder {
	opacity: 1;
	-webkit-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
	color: #777;
}

:-ms-input-placeholder {
	opacity: 1;
	-webkit-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
	color: #777;
}

:focus::-webkit-input-placeholder {
	opacity: 0;
	-webkit-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}

:focus::-moz-placeholder {
	opacity: 0;
	-webkit-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}

:focus:-moz-placeholder {
	opacity: 0;
	-webkit-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}

:focus:-ms-input-placeholder {
	opacity: 0;
	-webkit-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}





.logo {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	text-decoration: none;
	width: 168px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-decoration: none;
	color: #0D224D;
}

.logo:hover {
	text-decoration: none;
}

.logo-img {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 29.5%;
	margin-right: 6.6%;
}

.logo-img svg {
	width: 100%;
	height: 100%;
	display: block;
}

.logo-img img {
	width: 100%;
}

.logo-text {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	width: 1%;
	-ms-flex-item-align: center;
	align-self: center;
	padding-top: 1%;
}

.logo-text svg {
	display: block;
	margin-bottom: 2%;
	width: 100%;
	height: auto;
}

.logo-sub-text {
	display: block;
	color: #737373;
	font-family: Roboto;
	font-size: 12px;
	line-height: 1;
}

.header {
	position: relative;
	z-index: 120;
	margin-bottom: 1px;
}

.header:before {
	content: ' ';
	background-color: white;
	top: 0;
	left: calc(-1 * var(--site-padding));
	right: calc(-1 * var(--site-padding));
	height: 100%;
	position: absolute;
	z-index: -1;
	border-bottom: 1px solid #E2E2E2;
}

.h-flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-top: calc(var(--r) * 8/20);
	padding-bottom: calc(var(--r) * 8/20);
}

.h-col-l {
	width: var(--aside-width);
	-ms-flex-negative: 0;
	flex-shrink: 0;
	position: relative;
}

.h-col-shadow {
	position: absolute;
	top: -100px;
	bottom: calc(-1 * (var(--r) * 8/20));
	left: -100px;
	right: -15px;
	z-index: -1;
	/*	background-color: red;*/
	overflow: hidden;
}

.h-col-shadow:before {
	content: ' ';
	top: -50px;
	bottom: -50px;
	left: 0;
	right: 15px;
	position: absolute;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
}

.h-col-c {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	width: 1%;
}

.h-col-r {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	position: relative;
}

.h-col-r:before {
	content: ' ';
	position: absolute;
	left: 0;
	width: 1px;
	top: calc(var(--r) * 5/20);
	bottom: calc(var(--r) * 5/20);
	background-color: #E2E2E2;
}

.h-flex > * {
	padding: 0 var(--site-padding);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.h-flex > *:first-child {
	padding-left: 0;
}

.h-flex > *:last-child {
	padding-right: 0;
}


.footer {
	background-color: white;
	margin-top: var(--site-padding);
	margin-left: calc(-1 * var(--site-padding));
	margin-right: calc(-1 * var(--site-padding));
	padding: var(--site-padding);
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
}


p {
	margin: 0 0 var(--m1) 0;
}

.df-section {
	background-color: #FFF;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
	padding: calc(var(--r) * 40/20);
}

.df-section {
	margin-top: calc(var(--r) * 20/20);
}

.df-section > *:last-child {
	margin-bottom: 0;
}

.df-section.no-inside-padding {
	padding: 0;
}

.main-map {
	height: calc(var(--r) * 845/20);
	background-color: grey;
	position: relative;
}

.map-loader {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity 300ms, visibility 300ms;
	transition: opacity 300ms, visibility 300ms;
}

.main-map.loading .map-loader {
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity 300ms 1s, visibility 300ms 1s;
	transition: opacity 300ms 1s, visibility 300ms 1s;
}

.map-loader:before {
	content: ' ';
	display: block;
	background: transparent;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: calc(var(--r) * 10/20) solid var(--main-color);
	border-bottom-color: transparent;
	border-radius: 50%;
	opacity: .7;
	padding: 0;
	width: calc(var(--r) * 110/20);
	height: calc(var(--r) * 110/20);
	z-index: 1;
	-webkit-animation: rotate 1s linear infinite;
	animation: rotate 1s linear infinite;
}

@-webkit-keyframes rotate {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes rotate {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.map-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.5);
	z-index: 1;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity 300ms, visibility 300ms;
	transition: opacity 300ms, visibility 300ms;
}

.main-map.loading .map-overlay {
	-webkit-transition: opacity 300ms 1s, visibility 300ms 1s !important;
	transition: opacity 300ms 1s, visibility 300ms 1s !important;
}

.main-map.loading .map-overlay,
.main-map.not-selected .map-overlay {
	opacity: 1;
	visibility: visible;
}

.map-msg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 3;
	padding: calc(var(--r) * 20/20) calc(var(--r) * 14/20);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity 300ms, visibility 300ms;
	transition: opacity 300ms, visibility 300ms;
}

.main-map.not-selected .map-msg {
	opacity: 1;
	visibility: visible;
}


.map-start-msg {
	width: 205px;
	background-color: white;
	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
	border-radius: 6px;
	position: relative;
	padding: calc(var(--r) * 12/20) calc(var(--r) * 15/20);
	background-color: white;
	font-size: 13px;
	font-style: normal;
	font-weight: 500;
	color: black;
}

.map-start-msg:before,
.map-start-msg:after {
	content: ' ';
	position: absolute;
	left: 0;
	top: 50%;
	width: 16px;
	height: 16px;
	border-radius: 0 0 0 5px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	margin-top: -8px;
	margin-left: -8px;
}

.map-start-msg:after {
	background-color: inherit;
}

.map-start-msg:before {
	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
	z-index: -1;
	-webkit-box-shadow: ;
	box-shadow:
}

.h-contacts-wr {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-left: calc(-1 * (var(--r) * 157/20));
}

.h-contact-item {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	text-decoration: none;
	font-weight: 700;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-left: calc(var(--r) * 157/20);
	margin-top: calc(var(--r) * 5/20);
	margin-bottom: calc(var(--r) * 5/20);
	color: inherit;
}

.h-contact-item:hover {
	text-decoration: none;
}

.h-contact-item i {
	font-size: 1.7em;
	color: var(--main-color);
	margin-right: 0.48em;
}

.h-contact-item i.icon-email:before {
	font-size: 0.8em;
}


.h-contact-item .icon-tel {
	margin-bottom: -0.2em;
}

.user {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	text-decoration: none;
	min-width: 300px;
	color: inherit;
}

.user:hover {
	text-decoration: none;
}

.user-logo {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 49px;
	height: 49px;
	background-color: white;
	border-radius: 50%;
	background-image: url('../img/user-def.svg');
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	-webkit-box-shadow: inset 0 0 1px 2px black;
	box-shadow: inset 0 0 1px 2px black;
	overflow: hidden;
}

.user-main {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	width: 1%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding-left: calc(var(--r) * 15/20);
	line-height: 1;
}

.user-name {
	font-size: var(--fs18);
	font-weight: 500;
	-webkit-transition: color 300ms;
	transition: color 300ms;
}

.user-company {
	color: #797979;
	font-size: var(--fs14);
	font-weight: 400;
	-webkit-text-decoration-style: dotted;
	text-decoration-style: dotted;
	text-decoration-thickness: 2px;
	color: #617296;
}

.user-company:hover {
	-webkit-text-decoration-style: dotted;
	text-decoration-style: dotted;
	text-decoration-thickness: 2px;
}

.user-name + .user-company {
	margin-top: calc(var(--r) * 5/20);
}

.search-form-wr {
	padding-left: var(--site-padding);
	margin-left: calc(-1 * var(--content-padding));
	position: relative;
	-webkit-box-shadow: 0px 0 15px 0 rgba(0, 0, 0, 0.15);
	box-shadow: 0px 0 15px 0 rgba(0, 0, 0, 0.15);
	background-color: white;
	margin-right: calc(-1 * var(--site-padding));
	padding-right: var(--site-padding);
	padding-top: calc(var(--site-padding) / 2);
	padding-bottom: calc(var(--site-padding) / 2);

}

.search-form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}


.search-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: calc(var(--input-height) / 1.222);
	background-color: #ECEEF2;
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 0 1px transparent;
	box-shadow: inset 0 0 0 1px transparent;
	-webkit-transition: -webkit-box-shadow 300ms;
	transition: -webkit-box-shadow 300ms;
	transition: box-shadow 300ms;
	transition: box-shadow 300ms, -webkit-box-shadow 300ms;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	width: 1%;
}

.search-inner.parsley-error {
	-webkit-box-shadow: inset 0 0 0 1px red;
	box-shadow: inset 0 0 0 1px red;
}

.search-form input {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	width: 1%;
	padding: 0;
	border: none;
	background-color: transparent;
	padding-left: calc(var(--r) * 20/20);
	font-size: 14px;
	font-weight: 400;
}

.search-form button {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	padding: 0;
	background-color: transparent;
	border: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 16px;
	padding-left: calc(var(--r) * 20/20);
	padding-right: calc(var(--r) * 20/20);
	-webkit-transition: color 300ms;
	transition: color 300ms;
	color: #617296;
}

.search-form button:hover {
	color: var(--main-color);
}

.as-inner > *:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

.as-box {
	border-bottom: 1px solid #E2E2E2;
	padding-bottom: calc(var(--r) * 19/20);
	margin-bottom: calc(var(--r) * 19/20);
}


.as-title {
	font-size: var(--fs16);
	font-style: normal;
	font-weight: 500;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	text-decoration: none;
	color: inherit;
}

.as-title:hover {
	text-decoration: none;
}

.as-title span {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	width: 1%;
}

.as-title i {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	font-size: 0.45em;
	margin-top: 1em;
	-webkit-transition: color 300ms;
	transition: color 300ms;
	margin-left: calc(var(--r) * 15/20);
}

.as-title i:before {
	position: relative;
	display: block;
	-webkit-transform: scale(1, -1);
	transform: scale(1, -1);
	-webkit-transition: -webkit-transform 300ms;
	transition: -webkit-transform 300ms;
	transition: transform 300ms;
	transition: transform 300ms, -webkit-transform 300ms;
}

.as-box.accordion-container-js.open .as-title i:before {
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
}

.as-title:hover i {
	color: var(--main-color);
}

.tg-wr {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -5px;
	margin-top: -7px;
}

.tg-item {
	position: relative;
	display: block;
	margin-left: 5px;
	margin-top: 7px;
	cursor: pointer;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.tg-item input {
	position: absolute;
	top: 0;
	left: 0;
	visibility: hidden;
}

.tg-item-btn {
	border-radius: 7px;
	background-color: #FFF;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15), inset 0 0 0 1px transparent;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15), inset 0 0 0 1px transparent;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	padding: calc(var(--r) * 9/20) calc(var(--r) * 12/20);
	font-size: 13px;
	font-style: normal;
	font-weight: 500;
	line-height: 1.3;
	-webkit-transition: background-color 300ms, color 300ms, -webkit-box-shadow 300ms;
	transition: background-color 300ms, color 300ms, -webkit-box-shadow 300ms;
	transition: box-shadow 300ms, background-color 300ms, color 300ms;
	transition: box-shadow 300ms, background-color 300ms, color 300ms, -webkit-box-shadow 300ms;
}

.tg-item input:checked + .tg-item-btn {
	background-color: var(--main-color);
	color: white;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0), inset 0 0 0 1px var(--main-color);
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0), inset 0 0 0 1px var(--main-color);
}

html body .tg-item:hover .tg-item-btn {
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15), inset 0 0 0 1px var(--main-color);
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15), inset 0 0 0 1px var(--main-color);
}

.cr-wr {
	display: block;
	margin-top: calc(-1 * (var(--r) * 15/20));
}

.cr {
	display: inline-block;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: pointer;
	position: relative;
}

.cr input {
	position: absolute;
	width: 20px;
	height: 20px;
	top: 0;
	left: 0;
	z-index: -1;
	visibility: hidden;
}

.cr-ps {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.cr-icon {
	width: 30px;
	height: 30px;
	position: relative;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: calc(var(--r) * 15/20);
	border: 1px solid #E2E2E2;
	background-color: #FFF;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: border-color 300ms;
	transition: border-color 300ms;
}

.cr:hover .cr-icon {
	border-color: var(--main-color);
}

.cr-icon:before {
	content: ' ';
	width: 8px;
	height: 8px;
	background-color: var(--main-color);
	opacity: 0;
	-webkit-transition: opacity 300ms;
	transition: opacity 300ms;
}

.cr input[type="radio"] + .cr-ps .cr-icon,
.cr input[type="radio"] + .cr-ps .cr-icon:before {
	border-radius: 50%;
}

.cr-text {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	width: 1%;
	-ms-flex-item-align: center;
	align-self: center;
}

.cr input:checked + .cr-ps .cr-icon:before {
	opacity: 1;
}


.cr-wr .cr {
	display: block;
	margin-top: calc(var(--r) * 15/20);
}

.as-box-scroll {
	padding-top: 1px;
	padding-bottom: 1px;
	max-height: 214px;
	overflow: hidden;
	overflow-y: auto;
}

.as-main {
	margin-top: calc(var(--r) * 16/20);
}

.as-box > .as-main:first-child {
	margin-top: 0;
}

.as-box-scroll::-webkit-scrollbar {
	width: 3px;
}

.as-box-scroll::-webkit-scrollbar-track {
	-webkit-box-shadow: none;
	box-shadow: none;
	background-color: #E2E2E2;
}

.as-box-scroll::-webkit-scrollbar-thumb {
	background-color: #0E0E0E;
	outline: none;
}

body .scrollbar-thumb {
	width: 3px;
	border-radius: 0;
	background: #0E0E0E;
	cursor: pointer;
}

body .scrollbar-track-y {
	width: 3px;
	background: #E2E2E2;
	z-index: 2;
}

[data-scrollbar="true"] {
	margin-right: 0;
	padding-right: 3px;
}

[data-scrollbar].scroll-active:before,
[data-scrollbar].scroll-active:after {
	content: ' ';
	position: absolute;
	left: 0;
	width: 100%;
	height: 10px;
	-webkit-transition: opacity 200ms;
	transition: opacity 200ms;
	z-index: 1;
	pointer-events: none;
}

[data-scrollbar]:before {
	top: 0;
	opacity: 0;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 1)), to(rgba(255, 255, 255, 0)));
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
}

[data-scrollbar]:after {
	bottom: 0;
	background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 1)), to(rgba(255, 255, 255, 0)));
	background-image: linear-gradient(to top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
}

[data-scrollbar].end:after {
	opacity: 0;
}

[data-scrollbar].start:before {
	opacity: 1;
}

.as-btn-wr {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin-left: calc(-1 * (var(--r) * 30/20));
}

.as-btn-wr > .link,
.as-btn-wr > * {
	margin-left: calc(var(--r) * 30/20);

}

.link {
	margin: 0;
	padding: 0;
	border: none;
	background-color: transparent;
	color: #617296;
	font-size: var(--fs16);
	font-weight: 400;
	text-align: center;
	text-decoration: underline;
	overflow: visible;
	padding-top: calc(var(--r) * 10/20);
	padding-bottom: calc(var(--r) * 10/20);
	white-space: normal;
}

.link:hover {
	text-decoration: none;
}

.map-cluster-text {
	color: white;
	border-radius: 50%;
	font-size: 13px;
	font-style: normal;
	font-weight: 700;
}


.baloon-inner {
	background-color: white;
	padding: calc(var(--r) * 15/20) calc(var(--r) * 8/20);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	font-family: Geometria;
	font-size: var(--fs16);
	max-width: calc(var(--r) * 308/20);
}

.bl-content {
	margin-bottom: var(--m2);
	display: block;
	text-decoration: none;
	color: inherit;
	font-weight: 500;
}

.bl-content:hover {
	text-decoration: none;
}

.baloon-inner > *:last-child {
	margin-bottom: 0;
}

.btn-map-type,
.btn-directions {
	position: absolute;
	top: calc(var(--r) * 20/20);
	left: calc(var(--r) * 20/20);
	z-index: 4;
	border-radius: 7px;
	background: #FFF;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
	color: black;
	visibility: visible;
	opacity: 1;
	-webkit-transition: opacity 300ms, visibility 300ms, background-color 300ms, color 300ms;
	transition: opacity 300ms, visibility 300ms, background-color 300ms, color 300ms;
	white-space: nowrap;
}

.btn-map-type {
	left: calc(var(--r) * 210/20);
}

.main-map.not-selected .btn-map-type,
.main-map.not-selected .btn-directions {
	visibility: hidden;
	opacity: 0;
}

.btn-map-type:hover,
.btn-directions:hover {
	background-color: var(--main-color);
	color: white;
}

.btn-map-type > span:nth-child(2),
.btn-directions > span:nth-child(2) {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.btn-directions > span {
	-webkit-transition: opacity 300ms;
	transition: opacity 300ms;
}

.btn-map-type.active > span:nth-child(2),
.btn-map-type > span:nth-child(1),
.btn-directions.active > span:nth-child(2),
.btn-directions > span:nth-child(1) {
	opacity: 1;
}

.btn-map-type.active > span:nth-child(1),
.btn-map-type > span:nth-child(2),
.btn-directions.active > span:nth-child(1),
.btn-directions > span:nth-child(2) {
	opacity: 0;
}






.table-scroll {
	overflow: hidden;
	overflow-x: auto;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
}

table {
	width: 100%;
	background-color: white;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
	text-align: left;
}

.table-scroll table {
	-webkit-box-shadow: none;
	box-shadow: none;
}

thead td,
tr:not(:last-child) td {
	border-bottom: 1px solid #E2E2E2;
}

td {
	padding: calc(var(--r) * 12/20);
	height: calc(var(--r) * 65/20);
}

td:first-child {
	padding-left: calc(var(--r) * 30/20);
}

td:last-child {
	padding-right: calc(var(--r) * 30/20);
}

thead td {
	background-color: #F3F5F7;
	color: #617296;
	font-weight: 500;
	text-align: left;
}

table.type-2 tbody td:nth-child(1) {
	width: 35.5%;
}



.caption {
	font-size: var(--fs24);
	font-weight: 500;
	display: block;
	margin-bottom: calc(var(--r) * 19/20);
}

.td-btn {
	text-align: right;
	width: 1%;
}

.pagination {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: calc(var(--r) * 22/20);
	margin-bottom: var(--m1);
}

.pagination .btn {
	background-color: transparent;
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 0 2px #E2E2E2;
	box-shadow: inset 0 0 0 2px #E2E2E2;
	color: inherit;
	font-weight: 400;
}

.pagination .btn:hover {
	background-color: #E2E2E2;
}

.f-flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.f-col-r,
.f-col-l {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.f-col-c {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	width: 1%;
	padding-left: calc(var(--r) * 20/20);
	padding-right: calc(var(--r) * 20/20);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.f-col-r > * {
	margin-left: calc(var(--r) * 10/20);
}

.f-top {
	color: #797979;
	font-size: 14px;
	font-weight: 400;
}

.policy,
.f-bottom {
	font-size: var(--fs16);
	text-decoration: none;
	color: #0E0E0E;
	font-weight: 500;
}

.f-bottom {
	margin-top: calc(var(--r) * 4/20);
	display: block;
}

.policy:hover,
.f-bottom:hover {
	text-decoration: none;
}

.f-col-l .f-bottom {
	font-weight: 400;
	font-size: 14px;
	margin-top: 0;
}

.f-box-wr {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-left: calc(-1 * (var(--r) * 128/20));
}

.f-box-wr > * {
	margin-left: calc(var(--r) * 128/20);
}

.modal-wrapper {
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 130;
	background-color: rgba(0, 0, 0, 0);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	overflow: hidden;
	overflow-y: scroll;
	-webkit-transition: background-color 600ms;
	transition: background-color 600ms;
}

.modal-wrapper.ready {
	background-color: rgba(0, 0, 0, 0.80);
}

.modal-loader {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-left: -25px;
	margin-top: -25px;
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transition: -webkit-transform 200ms;
	transition: -webkit-transform 200ms;
	transition: transform 200ms;
	transition: transform 200ms, -webkit-transform 200ms;
}

.modal-wrapper.ajax-load .modal-loader {
	-webkit-transform: scale(1);
	transform: scale(1);
}

.modal-loader:before {
	content: ' ';
	display: block;
	background: transparent;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 5px solid #888;
	border-bottom-color: #fff;
	border-radius: 50%;
	opacity: .7;
	padding: 0;
	width: 50px;
	height: 50px;
	z-index: 1;
	-webkit-animation: rotate 1s linear infinite;
	animation: rotate 1s linear infinite;
}

@keyframes rotate {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}



.modal-wrapper .ajax-modal {
	width: calc(100% - var(--aside-width) - var(--site-padding) - (var(--site-padding) / 1.5));
	min-width: 78.9%;
	background-color: white;
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
	padding: calc(var(--r) * 70/20) calc(var(--r) * 30/20);
	-webkit-transition: -webkit-transform 600ms;
	transition: -webkit-transform 600ms;
	transition: transform 600ms;
	transition: transform 600ms, -webkit-transform 600ms;
	-webkit-box-shadow: 0 -200px 0 0 white, 0 200px 0 0 white;
	box-shadow: 0 -200px 0 0 white, 0 200px 0 0 white;
}

.modal-wrapper.loaded .ajax-modal {
	-webkit-transform: translate3d(0%, 0, 0);
	transform: translate3d(0%, 0, 0);
}




.close-modal-wr {
	visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity 600ms, visibility 600ms;
	transition: opacity 600ms, visibility 600ms;
}

.modal-wrapper.loaded .close-modal-wr {
	opacity: 1;
	visibility: visible;
}

.modal-wrapper hr {
	margin: 0;
	border: none;
	height: 1px;
	background-color: #E2E2E2;
}

html body .md-margin,
.item-box-wrapper {
	margin-bottom: calc(var(--r) * 49/20);
}

.item-box-wrapper > *:last-child {
	margin-bottom: 0;
}

.item-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	color: #0E0E0E;
	font-size: var(--fs16);
	font-weight: 500;
	padding: calc(var(--r) * 22/20) 0;
	border-bottom: 1px solid #E2E2E2;
}

.accordion-box {
	border-bottom: 1px solid #E2E2E2;
}

.itm-name {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: 15px;
	width: calc(var(--r) * 308/20);
}

.itm-name strong {
	font-size: 1.12em;
}

.itm-content {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	width: 1%;
}

.itm-col > *:last-child {
	margin-bottom: 0;
}

[data-column] {
	--itm-col-1: 32%;
	--itm-col-2: 23.5%;
	--itm-col-3: 18.6%;
	--itm-col-4: 1fr;
	display: grid;
	grid-gap: 19px 15px;
}

[data-column="1"] {
	grid-template-columns: var(--itm-col-4);
}

[data-column="2"] {
	grid-template-columns: var(--itm-col-1) var(--itm-col-4);
}

[data-column="3"] {
	grid-template-columns: var(--itm-col-1) var(--itm-col-2) var(--itm-col-4);
}

[data-column="4"] {
	grid-template-columns: var(--itm-col-1) var(--itm-col-2) var(--itm-col-3) var(--itm-col-4);
}

[data-column="1"] .itm-col.full {
	grid-column: 1/2;
}

[data-column="2"] .itm-col.full {
	grid-column: 1/3;
}

[data-column="3"] .itm-col.full {
	grid-column: 1/4;
}

[data-column="4"] .itm-col.full {
	grid-column: 1/5;
}




.sub-title {
	font-weight: 400;
	color: #797979;
	font-size: 14px;
	margin-top: 3px;
}

.no-link-style {
	text-decoration: none;
	color: inherit;
}

.no-link-style:hover {
	text-decoration: none;
}


.ajax-modal .caption {
	margin-bottom: calc(var(--r) * 24/20);
}

.ajax-modal > *:last-child {
	margin-bottom: 0;
}


.accordion-box .item-box {
	border-bottom: none;
}

.accordion-head {
	padding: 0;
	border: none;
	margin: 0;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background-color: transparent;
	padding: calc(var(--r) * 22/20) 0;
	color: var(--main-color);
	-webkit-transition: color 300ms;
	transition: color 300ms;
}

.accordion-head:hover {
	color: inherit;
}

.accordion-head .itm-name {
	font-size: var(--fs18);
	cursor: pointer;
	-webkit-transition: color 300ms;
	transition: color 300ms;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	width: 1%;
	text-align: left;
	font-weight: 500;
}

.accordion-box.open .accordion-head {
	color: inherit;
}

.accordion-hidden .itm-name {
	color: #797979;
}


.accordion-hidden .accordion-hidden-inner > .item-box:first-child {
	margin-top: calc(-1 * (var(--r) * 5/20));
}


.accordion-ico {
	position: relative;
	height: 20px;
	width: 20px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-webkit-transition: -webkit-transform 300ms;
	transition: -webkit-transform 300ms;
	transition: transform 300ms;
	transition: transform 300ms, -webkit-transform 300ms;
}

.accordion-box.open .accordion-ico {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.accordion-ico:before,
.accordion-ico:after {
	content: ' ';
	position: absolute;
	top: 50%;
	margin-top: -1px;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: currentColor;

}

.accordion-ico:after {
	left: 50%;
	margin-left: -1px;
	top: 0;
	height: 100%;
	width: 2px;
	margin-top: 0;
}

.modals-page {
	background-color: #E5E5E5;
	background-image: url('../img/modals-bg.jpg');
	background-position: center;
	background-size: cover;
}


body.modals-page .main-wr {
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	padding-top: var(--site-padding);
}

body.modals-page .content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-left: 0;
}

.modal {
	width: calc(var(--r) * 475/20);
	background-color: white;
	padding: calc(var(--r) * 60/20) calc(var(--r) * 50/20);
}

.m-caption {
	font-size: 2.8rem;
	font-weight: 500;
	line-height: 1.2;
	margin-bottom: calc(var(--r) * 21/20);
	display: block;
}

.m-subcaption {
	margin-bottom: calc(var(--r) * 31/20);
}

.f-item {
	margin-bottom: calc(var(--r) * 20/20);
}

.f-form > *:last-child {
	margin-bottom: 0;
}

.fc-component {
	--fComponent-select-padding-v: 5px;
	--fComponent-select-padding-h: calc(var(--r) * 20/20);
	--fComponent-font-size: 14px;
	--fComponent-input-height: var(--input-height);
	--fComponent-placeholder-color: #777777;
}

.fc-input {
	font-family: Geometria;
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 0 1px #E2E2E2;
	box-shadow: inset 0 0 0 1px #E2E2E2;
	color: black;
	-webkit-transition: -webkit-box-shadow 300ms;
	transition: -webkit-box-shadow 300ms;
	transition: box-shadow 300ms;
	transition: box-shadow 300ms, -webkit-box-shadow 300ms;
}

.fc-textarea .text-autosize-container,
.fc-textarea textarea,
.fc-input input {
	color: black;
	font-weight: 400;
}

.f-item.f-btn-wr {
	padding-top: calc(var(--r) * 10/20);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-left: calc(-1 * (var(--r) * 30/20));
	margin-top: calc(-1 * (var(--r) * 20/20));
}

.f-item.f-btn-wr > * {
	margin-left: calc(var(--r) * 30/20);
	margin-top: calc(var(--r) * 20/20);
}

.code-input {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-left: -10px;
	width: calc(var(--r) * 260/20);
	min-width: 240px;
}

.code-input > * {
	margin-left: 10px;
	width: auto;
	width: calc(25% - 10px);
	-ms-flex-negative: 0;
	flex-shrink: 0;
	height: var(--input-height);
	border-radius: 10px;
	border: 1px solid #D6D6D6;
	background: #FFF;
	padding: 5px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	-webkit-transition: border-color 300ms;
	transition: border-color 300ms;
}

.code-input > *.parsley-error {
	border-color: red;
}

.close-modal-wr {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	height: 0;
	margin-left: calc(-1 * (var(--r) * 30/20));
	position: relative;
}

.close-modal {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	color: white;
	text-decoration: none;
	line-height: 1;
	font-size: 38px;
	font-family: 'Times New Roman';
	position: absolute;
	right: 100%;
	top: 0;
	margin-right: 17px;
	margin-top: -3px;
	-webkit-transition: color 300ms;
	transition: color 300ms;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.close-modal:hover {
	text-decoration: none;
	color: var(--main-color);
}

.close-modal span {
	display: none;
	font-size: 12px;
	font-family: Geometria;
	font-weight: 500;
	margin-left: calc(var(--r) * 10/20);
	text-transform: uppercase;
	margin-top: 1px;
}

.fc-textarea textarea,
.fc-input.fc-placeholder-shift textarea {
	min-height: calc(var(--r) * 249/20);
}

.map-icon {
	width: 52px;
	height: 60px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-left: -26px;
	margin-top: -50px;
}

.modal {
	padding: calc(var(--r) * 60/20) calc(var(--r) * 50/20);
	background-color: white;
	width: 544px;
	max-width: 100%;
	overflow: visible;
}

.modal .baloon-inner {
	padding: 0;
	width: auto;
	max-width: none;
}

.fancybox-is-open .fancybox-bg {
	opacity: 0.8;
}

.fancybox-bg {
	background-color: black;
}

.fc-tabs,
.fc-tabs-content,
.fc-tabs-content-inner {
	width: 100%;
}


@media screen and (min-width: 768px) {

	.fancybox-slide--html .fancybox-close-small,
	.fancybox-close-small {
		padding: 0;
		right: auto;
		left: 100%;
		color: white;
		opacity: 1;
		top: -9px;
		margin-left: 10px;
		width: 32px;
		height: 32px;
	}

	.fancybox-slide--html {
		padding: 6px 52px;
	}
}

.m-caption.m0 {
	margin-bottom: calc(var(--r) * 6/20);
}

.fc-tabs {
	--tab-items-offset: 20px;
}

.tb-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-bottom: calc(var(--r) * 22/20);
}

.tb-title {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: calc(var(--r) * 21/20);
}

ul.fc-tabs-title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

ul.fc-tabs-title > li {
	margin-bottom: 10px;
}

ul.fc-tabs-title > li a {
	padding: 0;
	background-color: transparent;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	display: block;
	color: #617296;
}

.fancybox-slide {
	overflow-y: scroll;
}

ul.fc-tabs-title > li.active a {
	background-color: transparent;
}

.tb-content {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	width: 1%;
}

.fc-tabs-content {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.md-content {
	font-weight: 500;
	margin-bottom: calc(var(--r) * 3/20);
}

.md-title {
	font-size: 0.88em;
}

.md-box {
	margin-bottom: calc(var(--r) * 29/20);
}

.baloon-inner .m-subcaption {
	font-size: 1.2em;
	font-weight: 500;
	color: #3e3e3e;
}


@supports ((-webkit-text-decoration-color: transparent) or (text-decoration-color: transparent)) {

	ul.fc-tabs-title > li a:hover,
	ul.fc-tabs-title > li.active a,
	.link,
	a {
		text-decoration: underline;
		-webkit-text-decoration-color: currentColor;
		text-decoration-color: currentColor;
		text-underline-offset: 0.3em;
		-webkit-transition: -webkit-text-decoration-color 300ms;
		transition: -webkit-text-decoration-color 300ms;
		transition: text-decoration-color 300ms;
		transition: text-decoration-color 300ms, -webkit-text-decoration-color 300ms;
	}

	ul.fc-tabs-title > li a,
	.link:hover,
	a:hover {
		text-decoration: underline;
		-webkit-text-decoration-color: transparent;
		text-decoration-color: transparent;
		text-underline-offset: 0.3em;
	}


	.link:hover,
	.link {
		-webkit-text-decoration-style: dashed;
		text-decoration-style: dashed;
		text-underline-offset: 0.4em;
		text-decoration-thickness: 1px;
	}
}




@media screen and (max-width: 1799px) {
	.modal-wrapper .ajax-modal {
		min-width: 89%;
	}
}

@media screen and (max-width: 1599px) {
	:root {
		--r: 18px;
		--site-padding: 20px;
		--aside-width: 280px;
	}

	.main-map {
		height: calc(var(--r) * 660/20);
	}

	.df-section {
		padding: calc(var(--r) * 20/20);
	}

	.h-contacts-wr {
		margin-left: calc(-1 * (var(--r) * 50/20));
	}

	.h-contact-item {
		margin-left: calc(var(--r) * 50/20);
	}

	.modal {
		padding: calc(var(--r) * 45/20) calc(var(--r) * 35/20);
	}

	.btn-map-type {
		left: calc(var(--r) * 220/20);
	}
}

@media screen and (max-width: 1399px) {
	:root {
		--r: 14px;
		--site-padding: 15px;
		--aside-width: 260px;
		--btn-height: 35px;
		--fs: 18px;
		--input-height: 48px;
	}

	.main-map {
		height: calc(var(--r) * 590/20);
	}

	.df-section {
		padding: calc(var(--r) * 20/20);
	}

	table {
		--r: 10px;
	}

	.modal {
		width: calc(var(--r) * 500/20);
		padding: calc(var(--r) * 45/20) calc(var(--r) * 35/20);
	}

	.m-caption {
		font-size: 2.5rem;
	}

	.modal-wrapper .ajax-modal {
		min-width: calc(100% - 57px);
	}

	.btn-map-type {
		left: calc(var(--r) * 250/20);
	}
}

@media screen and (min-width: 1200px) {

	.as-box.as-close-box,
	.fltr-btn {
		display: none;
	}
}

@media screen and (max-width: 1199px) {
	.aside {
		position: fixed;
		z-index: 130;
		left: auto;
		margin-left: 0;
		top: 0;
		height: 100%;
		overflow: hidden;
		overflow-y: auto;
		right: 100%;
		-webkit-transition: -webkit-transform 600ms;
		transition: -webkit-transform 600ms;
		transition: transform 600ms;
		transition: transform 600ms, -webkit-transform 600ms;
	}

	.aside-open .aside {
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}

	.fltr-btn {
		margin-right: calc(var(--site-padding) / 2);
	}

	.aside:before {
		background-color: white;
		display: none;
	}

	.as-box-scroll {
		max-height: none;
	}

	.aside::-webkit-scrollbar {
		width: 3px;
	}

	.aside::-webkit-scrollbar-track {
		-webkit-box-shadow: none;
		box-shadow: none;
		background-color: #E2E2E2;
	}

	.aside::-webkit-scrollbar-thumb {
		background-color: #0E0E0E;
		outline: none;
	}

	.content {
		padding-left: 0;
	}

	.search-form-wr {
		margin-left: calc(-1 * var(--site-padding));
	}

	.h-col-r,
	.h-col-l {
		width: auto;
	}

	.user {
		min-width: 0;
	}

	.h-contact-item {
		margin-right: calc(var(--r) * 10/20);
	}

	.h-contacts-wr {
		margin-right: calc(-1 * (var(--r) * 10/20));
	}

	table {
		--r: 10px;
		font-size: 13px;
	}

	.as-close {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		width: 20px;
		text-decoration: none;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		font-size: 32px;
		line-height: 1;
		margin-left: auto;
		color: var(--main-color);
	}

	.as-close:hover {
		text-decoration: none;
	}

	.f-box-wr {
		margin-left: calc(-1 * (var(--r) * 20/20));
	}

	.f-box-wr > * {
		margin-left: calc(var(--r) * 20/20);
	}

	.h-contacts-wr {
		margin-left: calc(-1 * (var(--r) * 30/20));
	}

	.h-contact-item {
		margin-left: calc(var(--r) * 30/20);
	}

	.item-box {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.itm-name {
		width: 100%;

		margin-bottom: calc(var(--r) * 15/20);
	}

	.accordion-head .itm-name,
	.itm-name {
		font-size: 1.2em;
	}

	.accordion-head .itm-name {
		margin-bottom: 0;
	}

	.itm-content {
		width: 100%;
	}


	.map-start-msg:before,
	.map-start-msg:after {
		content: ' ';
		position: absolute;
		left: 22px;
		top: 0;
		width: 16px;
		height: 16px;
		border-radius: 5px 0 0 0;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		margin-top: -8px;
		margin-left: -8px;
	}

	table.type-2 tbody td:nth-child(1) {
		width: 50%;
	}

}

@media screen and (max-width: 991px) {
	.h-contact-item span {
		display: none;
	}

	.h-contact-item i {
		margin-right: 0;
	}

	.h-contacts-wr {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		margin-right: calc(-1 * (var(--r) * 30/20));
	}

	.h-contact-item {
		margin-right: calc(var(--r) * 30/20);
	}

	.cr-icon {
		width: 24px;
		height: 24px;
	}

	.f-flex {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.f-col-r {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
		width: 100%;
		margin-bottom: calc(var(--r) * 20/20);
	}

	.f-box-wr {
		width: 100%;
	}

	.f-box-wr > * {
		width: 50%;
	}

	.f-col-c,
	.f-col-l {
		width: 50%;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		padding-left: 0;
	}

	.h-contacts-wr {
		margin-left: calc(-1 * (var(--r) * 10/20));
	}

	.h-contact-item {
		margin-left: calc(var(--r) * 10/20);
	}

}

@media screen and (max-width: 767px) {
	.close-modal-wr {
		position: relative;
		padding-left: calc(var(--r) * 30/20);
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
	}

	.close-modal {
		position: relative;
		right: auto;
		left: 0;
		color: inherit;
		margin-right: 0;
		margin-top: 0;
		margin-bottom: 7px;
	}

	.close-modal span {
		display: block;
	}

	.modal-wrapper .ajax-modal {
		width: 100%;
	}

	[data-column] {
		display: block;
	}

	.itm-col {
		margin-bottom: calc(var(--r) * 15/20);
	}

	.itm-content > *:last-child {
		margin-bottom: 0;
	}

	.accordion-ico {
		height: 16px;
		width: 16px;
		margin-top: 0.2em;
	}
}

@media screen and (max-width: 629px) {
	.user {
		position: relative;
		text-align: right;
	}

	.user-main {
		position: absolute;
		top: 100%;
		right: 0;
		width: auto;
		background-color: white;
		-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
		box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
		padding: calc(var(--r) * 15/20);
		margin-top: 10px;
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
		-webkit-transform: translateY(-10px);
		transform: translateY(-10px);
		opacity: 0;
		visibility: hidden;
		-webkit-transition: opacity 300ms, visibility 300ms, -webkit-transform 300ms;
		transition: opacity 300ms, visibility 300ms, -webkit-transform 300ms;
		transition: transform 300ms, opacity 300ms, visibility 300ms;
		transition: transform 300ms, opacity 300ms, visibility 300ms, -webkit-transform 300ms;
	}

	.user:hover .user-main {
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
		opacity: 1;
		visibility: visible;
	}

	.user-main:before {
		content: ' ';
		position: absolute;
		bottom: 100%;
		left: 0;
		width: 100%;
		height: 20px;
		background-color: transparent;
	}

	.user-company,
	.user-name {
		white-space: nowrap;
		text-align: right;
	}

	.user-name {
		margin-bottom: calc(var(--r) * 5/20);
	}

	.td-btn {
		--btn-height: 26px;
	}

}

@media screen and (max-width: 479px) {
	:root {
		--site-padding: 10px;
	}

	.h-flex > * {
		padding-left: 10px;
		padding-right: 10px;
	}

	.h-contacts-wr {
		margin-right: calc(-1 * (var(--r) * 15/20));
	}

	.h-contact-item {
		margin-right: calc(var(--r) * 15/20);
	}

	.h-col-c {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.f-flex {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.f-flex > * {
		width: 100%;
		margin-bottom: 15px;
	}

	.f-flex > *:last-child {
		margin-bottom: 0;
	}

	.f-box-wr {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.f-box-wr > * {
		width: 100%;
		margin-bottom: 15px;
	}

	.f-col-c {
		margin-bottom: 0;
	}

	.h-col-shadow {
		display: none;
	}

	.modal {
		padding: calc(var(--r) * 35/20) calc(var(--r) * 25/20);
	}

	.modal-wrapper .ajax-modal {
		padding: calc(var(--r) * 60/20) calc(var(--r) * 15/20);
	}

	.close-modal {
		margin-bottom: 1px;
	}

	.accordion-head .itm-name,
	.itm-name {
		font-size: 1.1em;
	}

	.main-map {
		height: calc(var(--r) * 540/20);
	}

	.btn-map-type,
	.btn-directions {
		top: calc(var(--r) * 5/20);
		left: calc(var(--r) * 5/20);
	}

	.btn-map-type {
		left: calc(var(--r) * 220/20);
	}

	.btn-map-type:hover,
	.btn-directions:hover {
		background: #FFF;
		color: black;
	}

	.btn-map-type:active,
	.btn-directions:active {
		background-color: var(--main-color);
		color: white;
	}
}

@media screen and (max-width: 349px) {
	.logo-img {
		margin-right: 3.6%;
	}

	.logo {
		width: 148px;
	}

	.h-contacts-wr {
		margin-right: calc(-1 * (var(--r) * 14/20));
	}

	.h-contact-item {
		margin-right: calc(var(--r) * 14/20);
	}

	.h-col-l {
		padding-right: 0;
	}
}
