

/* Start:/local/templates/tmp2022/components/bitrix/menu/top_menu/style.css?16970945055248*/
.top-menu,
.top-menu ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.top-menu {
	font-size: 0;
	line-height: 0;
	padding-top: 3px;
}
.top-menu-arr {
	display: none;
}
/*-- level 1 ------------*/
.top-menu > li {
	display: inline-block;
}
.top-menu > li > a {
	display: inline-block;
	padding: 0 17px 0 12px;
	text-transform: uppercase;
	font-size: 24px;
	line-height: 46px;
	font-weight: 600;
	color: #333;
}
.top-menu > li:hover > a {
	color: #fff;
	background: #249291;
}

.top-menu .top-menu__item--sel {
	color: #fff;
	background: #249291;
}

/*-- level 2 ------------*/
.top-menu .top-menu__lev2-wrap {
	display: none;
	padding: 30px 0 0;
	transition: 1s;
	position: absolute;
	left: 0;
	right: 0;
	text-align: left;
	z-index: 10001;
}
.top-menu .container {
	display: flex;
	padding: 0 205px;
}
.top-menu > li.show .top-menu__lev2-wrap {
	display: block;
	position: absolute;
	padding-top: 10px;
	-webkit-box-shadow: 4px 80px 80px 0px rgba(255, 255, 255, 1);
	-moz-box-shadow: 4px 80px 80px 0px rgba(255, 255, 255, 1);
	box-shadow: 4px 80px 80px 0px rgba(255, 255, 255, 1);
}
.main-page .top-menu > li.show .top-menu__lev2-wrap {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	text-align: left;
}
.top-menu__lev2-wrap-in {
	border-top: solid 1px #f3f6f8;
	background: #fff;
}
.top-menu__level2-title {
	width: 320px;
	min-width: 320px;
	padding-top: 35px;
	line-height: 18px;
	font-weight: 600;
	text-transform: uppercase;
}
.top-menu__level2-title span {
	display: block;
	margin-bottom: 40px;
	font-size: 28px;
}
.top-menu__level2-title a {
	font-size: 18px;
	color: #6C6C6C;
}
.top-menu__level2-title a svg {
	width: 14px;
	height: 11px;
	margin-left: 7px;
}
.top-menu .top-menu__lev2 {
	width: 420px;
	min-width: 420px;
	padding: 30px;
	background: #f3f6f8;
}
.top-menu__lev2 > li {
	position: relative;
	margin-bottom: 8px;
}
.top-menu__lev2 > li:before {
	position: absolute;
	left: 0;
	right: 0;
	bottom: -5px;
	border-bottom: solid 1px #e6e7e8;
	content: "";
	opacity: 0.5;
}
.top-menu__lev2 > li > a {
	position: relative;
	font-size: 20px;
	line-height: 24px;
	font-weight: 400;
	color: #000;
}
.top-menu__lev2 > li > a:hover {
	color: #249291;
}
.top-menu .top-menu__lev2-wrap ul ul {
	display: none;
}
.top-menu .parent svg {
	width: 7px;
	height: 11px;
	margin-left: 10px;
}

/*-- level 3 ------------*/
.top-menu ul.top-menu__lev3 {
	padding: 30px 0;
}
.top-menu__lev3 a {
	display: block;
	padding: 10px 30px;
	font-size: 16px;
	line-height: 22px;
	color: #000;
}
.top-menu__lev3 a:hover {
	background: #f3f6f8;
}

@media(max-width: 1880px) {
	.top-menu > li > a {
		font-size: 20px;
	}
}
@media(max-width: 1800px) {
	.top-menu > li > a {
		font-size: 18px;
	}
}
@media(max-width: 1700px) {
	.top-menu {
		box-sizing: border-box;
		max-width: 1680px;
		margin: 0 auto;
		padding: 0;
	}
	.top-menu .container {
		padding-left: 78px;
		padding-right: 40px;
	}
	.top-menu .top-menu__lev2-wrap {
		padding-top: 0;
	}
	.top-menu > li > a {
		padding-left: 12px;
		padding-right: 12px;
	}
}

@media(max-width: 1600px) {
	.top-menu > li > a {
		font-size: 16px;
	}
}

@media(max-width: 1500px) {
	.top-menu > li > a {
		font-size: 12px;
	}
}


@media(max-width: 1440px) {
	.top-menu {
		padding: 0 48px;
	}
	.top-menu > li > a {
		font-size: 18px;
	}
}

@media(max-width: 1024px) {
	.top-menu {
		padding: 0;
		border-top: solid 1px #E2E4E7;
	}
	.top-menu .top-menu-arr {
		transition: all 0.3s linear;
	}
	.top-menu > li {
		position: relative;
		display: block;
	}
	.top-menu > li > a {
		position: relative;
		display: block;
		margin-top: -1px;
		padding: 13px 20px 13px 0;
		font-size: 20px;
		line-height: normal;
		border-top: solid 1px #E2E4E7;
		border-bottom: solid 1px #E2E4E7;
	}
	.top-menu > li:hover > a {
		color: #249291;
		background: none;
	}
	.top-menu-arr {
		display: block;
		width: 12px;
		height: 7px;
		position: absolute;
		top: 50%;
		right: 26px;
		margin-top: -3px;
	}
	.top-menu-arr svg {
		display: block;
	}
	/*level2*/

	.top-menu .container {
		display: block;
		padding: 25px 0 0 20px;
	}
	.top-menu .top-menu__lev2 {
		width: 100%;
		min-width: 0;
		padding: 0;
		background: transparent;
	}
	.top-menu__level2-title {
		display: none;
	}
	.top-menu > li > .top-menu__lev2-wrap {
		position: relative;
		left: auto;
		right: auto;
		transition: auto;
		padding-top: 0;
	}
	.top-menu__lev2-wrap-in {
		padding-bottom: 0;
		background: none;
	}
	.top-menu__lev2 > li {
		margin-bottom: 24px;
	}
	.top-menu__lev2 > li:before {
		display: none;
	}
	.top-menu__lev2 > li > a {
		position: relative;
		display: block;
		padding:5px 45px 5px 0;
		font-size: 14px;
		line-height: 17px;
		font-weight: 600;
		text-transform: uppercase;
		border-bottom: solid 1px #E2E4E7;
	}
	.top-menu__lev2 > li > a:hover {
		color: #249291;
	}
	/*level 3*/
	.top-menu .top-menu__lev2-wrap ul ul {
		padding: 30px 45px 0 0;
	}

	.top-menu > li.active > a {
		color: #249291;
	}
	.top-menu .active > a > .top-menu-arr {
		transform: rotate(180deg);
	}
	.top-menu .parent svg {
		position: absolute;
		top: 50%;
		right: 26px;
		width: 10px;
		height: 13px;
		margin-left: 0;
		margin-top: -5px;
		transform: rotate(90deg);
	}
	.top-menu .active > .parent svg {
		transform: rotate(-90deg);
	}

}
/* End */


/* Start:/local/templates/tmp2022/components/bitrix/menu/bottom_menu/style.css?16970945052337*/
.bottom-menu,
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.bottom-menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.bottom-menu > li {
    width: 27.33%;
    margin-top: 47px;
}
.bottom-menu .bottom-menu__col2 {
    width: 63.66%;
}
/*level1*/
.bottom-menu > li > span {
    display: block;
    padding-bottom: 2px;
    border-bottom: 1px solid #E2E4E7;
}
.bottom-menu > li > span > a {
    font-size: 18px;
    line-height: 24px;
    color: #249291;
    text-transform: uppercase;
    font-weight: 600;
}
/*level2*/
.bottom-menu__col2 > ul {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
    column-gap: 85px;
}
.bottom-menu ul {
    margin-top: 25px;
}
.bottom-menu ul li {
    margin-bottom: 15px;
    line-height: 16px;
}
.bottom-menu ul li a {
    font-size: 16px;
    line-height: 18px;
    color: #000;
}
.bottom-menu ul li a:hover {
    color: #249291;
}
/*singles list*/
.bottom-menu__single-list ul {
    margin-top: 0;
}
.bottom-menu .bottom-menu__single-list li {
    display: block;
    padding: 5px 0;
    margin-bottom: 60px;
    border-bottom: 1px solid #E2E4E7;
}
.bottom-menu .bottom-menu__single-list ul a {
    font-size: 18px;
    line-height: 28px;
    color: #249291;
    text-transform: uppercase;
    font-weight: 600;
}

@media(max-width: 1439px) {
    .bottom-menu > li,
    .bottom-menu .bottom-menu__col2 {
        width: 100%;
        margin: 0 0 10px;
    }
    .bottom-menu ul {
        display: none;
    }
    .bottom-menu > li {
        cursor: pointer;
    }
    .bottom-menu > li > span,
    .bottom-menu .bottom-menu__single-list li {
        padding: 0;
    }
    .bottom-menu > li > span > a,
    .bottom-menu .bottom-menu__single-list li a{
        display: block;
        padding: 4px 0;
    }
    .bottom-menu > li span,
    .bottom-menu__single-list a {
        transition: 0.3s linear;
    }
    .bottom-menu > li:hover > span,
    .bottom-menu__single-list li:hover a{
        padding-left: 10px;
    }
    .bottom-menu__single-list ul {
        display: block;
    }
    .bottom-menu .bottom-menu__single-list li {
        margin-bottom: 10px;
    }
}
@media(max-width: 768px) {
    .bottom-menu > li,
    .bottom-menu .bottom-menu__col2,
    .bottom-menu .bottom-menu__single-list li {
        margin-bottom: 17px;
    }
}
/* End */


/* Start:/local/templates/tmp2022/template_styles.css?176423084617088*/
@charset "utf-8";
/* CSS Document */

@font-face {
	font-family: 'Montserrat';
	src: url('/local/templates/tmp2022/fonts/Montserrat/Montserrat-Regular.eot');
	src: url('/local/templates/tmp2022/fonts/Montserrat/Montserrat-Regular.eot?#iefix') format('embedded-opentype'),
	url('/local/templates/tmp2022/fonts/Montserrat/Montserrat-Regular.woff2') format('woff2'),
	url('/local/templates/tmp2022/fonts/Montserrat/Montserrat-Regular.woff') format('woff'),
	url('/local/templates/tmp2022/fonts/Montserrat/Montserrat-Regular.ttf') format('truetype'),
	url('/local/templates/tmp2022/fonts/Montserrat/Montserrat-Regular.svg#Montserrat-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Montserrat';
	src: url('/local/templates/tmp2022/fonts/Montserrat/Montserrat-SemiBold.eot');
	src: url('/local/templates/tmp2022/fonts/Montserrat/Montserrat-SemiBold.eot?#iefix') format('embedded-opentype'),
	url('/local/templates/tmp2022/fonts/Montserrat/Montserrat-SemiBold.woff2') format('woff2'),
	url('/local/templates/tmp2022/fonts/Montserrat/Montserrat-SemiBold.woff') format('woff'),
	url('/local/templates/tmp2022/fonts/Montserrat/Montserrat-SemiBold.ttf') format('truetype'),
	url('/local/templates/tmp2022/fonts/Montserrat/Montserrat-SemiBold.svg#Montserrat-SemiBold') format('svg');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Montserrat';
	src: url('/local/templates/tmp2022/fonts/Montserrat/Montserrat-Bold.eot');
	src: url('/local/templates/tmp2022/fonts/Montserrat/Montserrat-Bold.eot?#iefix') format('embedded-opentype'),
	url('/local/templates/tmp2022/fonts/Montserrat/Montserrat-Bold.woff2') format('woff2'),
	url('/local/templates/tmp2022/fonts/Montserrat/Montserrat-Bold.woff') format('woff'),
	url('/local/templates/tmp2022/fonts/Montserrat/Montserrat-Bold.ttf') format('truetype'),
	url('/local/templates/tmp2022/fonts/Montserrat/Montserrat-Bold.svg#Montserrat-Bold') format('svg');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

html, body {
	margin:0;
	padding:0;
	position:relative;
	height:100% !important;
	min-width:320px;
	font:normal 22px/26px 'Montserrat', 'Times New Roman', Arial, Helvetica, sans-serif;
	color:#000;
	background: #ffffff;
}
.site-wrap {
	height:auto !important;
	height:100%;
	min-height:100%;
	width: 100%;
	overflow: hidden;
}
a {
	color: #333;
	text-decoration: none;
}
a:hover {
	color: #249291;
	text-decoration: none;
}
img {
	max-width: 100%;
	height: auto;
}
.container {
	max-width: 1680px;
	margin: 0 auto;
}
h1 {
	margin: 15px 0;
	font-size: 33px;
	line-height: 46px;
	font-weight: 600;
	color: #333;
	text-align: center;
	text-transform: uppercase;
}
h2 {
	font-size: 40px;
	line-height: 48px;
	font-weight: 600;
	color: #333;
}
h3 {
	font-size: 36px;
	line-height: 54px;
	font-weight: 600;
	color: #333;
}
h4 {
	font-size: 20px;
	line-height: 30px;
	font-weight: 600;
	color: #333;
}
h5 {
	font-size: 18px;
	line-height: 27px;
	font-weight: 600;
	color: #333;
}

table {	border: none; border-bottom: solid 1px #C1C2C6; font-size: 16px; line-height: 21px; text-align: center}
tr:hover {	background: #DFEEEF;}
tr:nth-child(odd) {	background: #F3F6F8;}
td { padding: 10px 15px; border: none; border-top: solid 1px #C1C2C6; }
th { padding: 20px 15px; border:none; color: #333; background: #DFEEEF; }

.table-t1 th:first-child,
.table-t1 td:first-child {
	min-width: 30px;
}
.table-t1 td:nth-child(3) {
	text-align: left;
}

.table-scroll {
	max-width: 100%;
	overflow-x: auto;
}

.sub-title {
	font-size: 18px;
	line-height: 27px;
	color: #249291;
}

.content-wrap ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.content-wrap ul li {
	position: relative;
	padding: 0 0 0 20px;
	margin: 0 0 10px;
}
.content-wrap ul li:before {
	position: absolute;
	left: 0;
	color: #249291;
	content: "●";
}

.btn {
	position: relative;
	overflow: hidden;
	transition: 1s all ease;
	display: inline-block;
	height: 50px;
	padding: 0 30px;
	font-size: 13px;
	line-height: 46px;
	font-weight: 600;
	text-transform: uppercase;
	color: #249291;
	border: solid 2px #249291;
	background: #fff;
}
.btn:hover {
	cursor: pointer;
	color: #fff;
	background: #249291;
}
.btn--orange {
	color: #F17E02;
	border-color: #F17E02;
}
.btn--orange:hover {
	color: #fff;
	background: #F17E02;
}
.btn--grey {
	color: #6C6C6C;
	border-color: #6C6C6C;
}
.btn--grey:hover {
	color: #fff;
	background: #6C6C6C;
}

.no-border {
	border: none;
}

/*animation*/
.svg-zoom svg,
.svg-left svg,
.svg-right svg,
.svg-bottom svg {
	transition: transform .2s;
}
.svg-zoom:hover svg { transform: scale(1.2); }
.svg-left:hover svg { transform: translateX(-10px); }
.svg-right:hover svg { transform: translateX(10px); }
.svg-bottom:hover svg { transform: translateY(5px); }

/* header =============================*/
header {
	position:relative;
	border: 1px solid rgba(193, 194, 198, 0.4);
}
.header__wrapper {
	display: flex;
	max-width: 100%;
	box-sizing: border-box;
	padding: 0 120px 20px;
}
.header__wrapper + .header__wrapper {
	height: 0;
	padding-bottom: 0;
}
.header__menu {
	width: 100%;
	margin: 0;
	text-align: center;
}
.header__logo {
	min-width: 120px;
	padding-top: 25px;
}
.header__logo a {
	display: flex;
	font-size: 17px;
	line-height: 19px;
	text-transform: uppercase;
	font-weight: 600;
	color: #30847F;
}
.header__logo .header__logo-text {
	display: none;
}
.header__logo-text {
	position: relative;
	top: 2px;
	width: 100%;
	display: inline-block;
	padding: 20px 15px 0 0;
	font-size: 19px;
	line-height: 19px;
	text-transform: uppercase;
	font-weight: 600;
	color: #30847F;
}
.header__logo a > svg {
	min-width: 112px;
	min-height: 112px;
	margin-left: -3px;
}
.header__logo-city {
	display: flex;
	margin: 6px 0 0 2px;
	align-items: center;
	color: #4F4C4C;
	font-size: 19px;
	font-weight: 600;
	letter-spacing: 0;
}
.header__logo-city svg {
	width: 11px;
	height: 12px;
	margin-right: 5px;
}

.header__data {
	width: 100%;
}
.header__top-line {
	display: flex;
	width: 100%;
	padding-top: 20px;
	align-items: center;
	justify-content: flex-end;
	-webkit-justify-content: flex-end;
}
.header__top-line .header__lang {
	margin: 0 25px 0 0;
	font-size: 18px;
	line-height: 48px;
	font-weight: 600;
	color: #249291;
}
.header__vision {
	min-width: 300px;
	margin-right: 15px;
	font-size: 18px;
	line-height: 21px;
}
.header__vision a {
	color: #6C6C6C;
}
.header__vision svg {
	position: relative;
	top: 3px;
	width: 27px;
	height: 19px;
	margin-right: 12px;
}
.header__lk a {
	display: inline-block;
	min-width: 270px;
	height: 50px;
	color: #fff;
	font-size: 13px;
	line-height: 50px;
	font-weight: 600;
	text-align: center;
	background: #249291;
}
.header__lk svg {
	position: relative;
	top: 4px;
	width: 18px;
	height: 21px;
	margin-right: 15px;
}
.header__bottom-line {
	margin-top: 22px;
	display: flex;
	justify-content: flex-end;
	-webkit-justify-content: flex-end;
}
.header__search {
	position: relative;
}

.header__reception .btn {
	box-sizing: border-box;
	min-width: 270px;
}

/*mobile menu button*/
.header__mobile-menu {
	display: none;
}
.header__mobile-menu button {
	padding: 0;
	border: none;
	background: none;
	width: 28px;
	text-indent: -1000px;
	cursor: pointer;
	overflow: hidden;
}

.header__mobile-menu button:before,
.header__mobile-menu button:after,
.header__mobile-menu button span {
	background: #249291;
	content: "";
	display: block;
	height: 3px;
	margin: 5px 0;
	transition: 0.3s;
}
.header__mobile-menu.open button:before {
	transform: translateY(8px) rotate(135deg);
}
.header__mobile-menu.open button:after {
	transform: translateY(-8px) rotate(-135deg);
}
.header__mobile-menu.open button span {
	transform: scale(0);
}
/*end mobile menu button*/

/*mobile menu*/
.mobile-menu {
	display: none;
}
.header__mobile-menu.open .mobile-menu {
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 20px 0 20px 25px;
	overflow: scroll;
	background: #f6feff;
	z-index: 10001;
}
.mobile-menu__top {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-right: 27px;
	margin-bottom: 25px;
}
.mobile-menu__top .mobile-menu__logo {
	min-width: 165px;
}
.mobile-menu__top .mobile-menu__logo a {
	display: flex;
	text-transform: uppercase;
	font-weight: 600;
	color: #30847F;
}
.mobile-menu__top .mobile-menu__logo-text {
	display: inline-block;
	padding: 10px 0 0 15px;
	font-size: 8px;
	line-height: 9px;
}
.mobile-menu__top .mobile-menu__logo a > svg {
	width: 48px;
	height: 48px;
	min-width: 48px;
	min-height: 48px;
	margin-left: -3px;
}
.mobile-menu__top .mobile-menu__logo-city {
	display: flex;
	margin: 2px 0 0 2px;
	align-items: center;
	color: #4F4C4C;
	font-size: 9px;
	font-weight: 600;
	letter-spacing: 0;
}
.mobile-menu__top .mobile-menu__logo-city svg {
	width: 7px;
	height: 8px;
	margin-right: 5px;
}

.mobile-menu__close a {
	display: flex;
	align-items: center;
	font-size: 14px;
	color: #249291;
}
.mobile-menu__close svg {
	margin-right: 8px;
}

.mobile-menu__links {
	display: flex;
	padding-right: 28px;
	margin-bottom: 30px;
}
.mobile-menu__lang {
	min-width: 83px;
	text-align: center;
}
.mobile-menu__lang a {
	display: block;
	width: 83px;
	height: 33px;
	border: 1px solid #E2E4E7;
	border-left: none;
	text-align: center;
	font-size: 18px;
	line-height: 33px;
	font-weight: 600;
	color: #249291;
}
.mobile-menu__lk {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 35px;
	font-size: 14px;
	line-height: 35px;
	color: #fff;
	text-align: center;
	background: #249291;
}
.mobile-menu__lk:hover {
	color: #fff;
	cursor: pointer;
}
.mobile-menu__lk svg {
	position: relative;
	top: -2px;
	margin-right: 15px;
}
.mobile-menu__soc {
	margin-top: 40px;
}
.mobile-menu__soc a {
	display: inline-block;
	margin-right: 20px;
}
/*map block*/
.map-block {
	display: flex;
}
.map-block__info,
.map-block__map {
	min-width: 50%;
}
.map-block__info {
	display: flex;
	justify-content: center;
	align-items: center;
	background: url("/local/templates/tmp2022/images/main_map.jpg") no-repeat 50% 50%;
	background-size: cover;
}
.map-block__info-in {
	max-width: 530px;
	padding: 20px 15px 0;
	color: #fff;
	text-align: justify;
	opacity: 1;
	background: rgba(94, 94, 94, 0.6);
}
.map-block__subtitle {
	font-size: 16px;
	line-height: 24px;
	color: #fff;
}
.map-block h2 {
	margin: 10px 0 45px;
	font-size: 33px;
	line-height: 60px;
	font-weight: 600;
	text-transform: uppercase;
	color: #fff;
}
.map-block__address-title {
	margin-bottom: 17px;
	font-size: 12px;
	line-height: 18px;
}
.map-block__address {
	margin-bottom: 35px;
	font-size: 20px;
	line-height: 24px;
	font-weight: bold;
}
.map-block__route {
	max-width: 530px;
	margin-bottom: 30px;
}
.map-block__route-title {
	margin-bottom: 17px;
	font-size: 20px;
	line-height: 28px;
	text-transform: uppercase;
}
main-map__route-list {
	margin: 0;
	padding: 0;
	list-style: none;
}
.map-block__route-list li {
	position: relative;
	padding-left: 25px;
	margin-bottom: 15px;
	font-size: 20px;
	line-height: 28px;
}
.map-block__route-list li:before {
	position: absolute;
	top: 5px;
	left: 0px;
	width: 8px;
	height: 8px;
	border-radius: 100%;
	background: #fff;
	content: "";
}

/* inner pages =============================*/
.content-wrap {
	box-sizing: border-box;
	padding: 35px 130px;
	text-align: justify;
}
.content-wrap a:hover {
	text-decoration: underline;
}

/* footer ===================================*/
.footer {
	background: #eef7f7 url("/local/templates/tmp2022/images/footer_bg.png");
}
.footer .container {
	display: flex;
	box-sizing: border-box;
	padding: 63px 100px 70px;
	justify-content: space-between;
}
.footer__data {
	display: flex;
	flex-wrap: wrap;
	align-content: space-between;
	max-width: 374px;
	width: 374px;
	padding: 47px 0 8px;
}
.footer__data-top {
	width: 100%;
	padding-top: 12px;
}
.footer__logo {
	min-width: 390px;
	margin-bottom: 35px;
}
.footer__logo a {
	display: flex;
	font-size: 12px;
	line-height: 14px;
	text-transform: uppercase;
	font-weight: 600;
}
.footer__logo-text {
	display: inline-block;
	padding: 5px 0 0 9px;
	color: #30847F;
}
.footer__logo a {
	font-size: 12px;
}
.footer__logo a > svg {
	width: 58px;
	height: 58px;
	margin-left: -3px;
}
.footer__logo-city {
	display: flex;
	margin: 2px 0 0 2px;
	align-items: center;
	color: #4F4C4C;
	font-size: 5px;
	font-weight: 600;
	letter-spacing: 0;
}
.footer__logo-city svg {
	width: 3px;
	height: 4px;
	margin-right: 2px;
}
.footer__cont {
	padding-right: 40px;
	margin-bottom: 40px;
	color: #000;
}
.footer__cont-title {
	margin-bottom: 12px;
	font-size: 16px;
	line-height: 22px;
	font-weight: 600;
	text-transform: uppercase;
}
.footer__cont-text {
	font-size: 16px;
	line-height: 22px;
}

.footer__data-bottom {
	width: 100%;
	margin-top: 30px;
}
.footer__soc {
	margin-top: -10px;
	width: 133px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.footer__counters {
	margin-bottom: 35px;
}
.footer__copyright {
	margin-bottom: 32px;
	font-size: 14px;
	line-height: 24px;
	color: #000;
}
.footer__privacy {
	margin-bottom: 25px;
	font-size: 14px;
	line-height: 24px;
}
.footer__privacy a {
	color: #000;
	text-decoration: underline;
}
.footer__dev {
	display: flex;
	align-items: center;
	font-size: 14px;
	line-height: 24px;
	color: #000;
}
.footer__dev svg {
	margin-left: 10px;
}
.footer__nav {
	width: 100%;
}

.de-fl-upScroll img {
	max-width: 60px;
}

/*Подвал языковой версии*/
.en-footer .footer__nav {
	width: 300px;
	max-width: 300px;
}
.en-footer .footer__data {
	max-width: 100%;
	width: 100%;
}
.en-footer .footer__data-top {
	column-count: 2;
}
.en-footer .footer__data-bottom {
	column-count: 2;
	margin-top: 70px;
}

@media(max-width: 1700px) {
	.header__vision {
		display: flex;
		min-width: 0;
		font-size: 0;
	}
}

@media(max-width: 1440px) {
	h1 {
		font-size: 34px;
		line-height: 46px;
	}
	h2 {
		font-size: 30px;
		line-height: 42px;
	}
	h3 {
		font-size: 28px;
		line-height: 34px;
	}
	h4 {
		font-size: 18px;
		line-height: 26px;
	}
	h5 {
		font-size: 16px;
		line-height: 22px;
	}

	.header__wrapper {
		padding-left: 60px;
		padding-right: 60px;
	}
	.header__vision {
		margin-right: 15px;
		padding-bottom: 0;
	}
	.header__vision svg {
		margin-right: 0;
	}
	.content-wrap,
	.footer .container {
		padding-left: 60px;
		padding-right: 60px;
	}
	.footer__data {
		padding-top: 0;
	}

	.map-block__info-in {
		padding-right: 0;
	}
	.map-block__route-title {
		font-size: 16px;
		line-height: 22px;
	}
	.map-block__route-list li {
		font-size: 16px;
		line-height: 22px;
	}
}

@media(max-width: 1024px) {
	.header__top-line,
	.header__lang {
		display: none;
	}
	.header__wrapper {
		padding: 0 25px 8px;
	}
	.header__logo {
		min-width: 190px;
		padding-top: 10px;
	}
	.header__logo a > svg {
		width: 60px;
		height: 60px;
		min-width: 60px;
		min-height: 60px;
	}
	.header__logo .header__logo-text {
		display: inline-block;
		font-size: 10px;
		line-height: 11px;
	}
	.header__logo .header__logo-text {
		padding: 3px 0 0 7px;
	}
	.header__logo-city {
		font-size: 5px;
		margin-top: 0;
	}
	.header__logo-city svg {
		width: 4px;
		height: 5px;
		margin-right: 2px;
	}
	.header__bottom-line {
		margin-top: 15px;
	}
	.top-search__btn svg {
		width: 28px;
		height: 28px;
	}
	.header__mobile-menu {
		display: block;
		margin-top: 10px;
		margin-left: 15px;
	}
	.header__reception {
		padding: 8px 24px;
		font-size: 0;
		line-height: 0;
		background: #249291;
	}
	.header__reception .btn {
		width: 100%;
		height: 36px;
		font-size: 12px;
		line-height: 36px;
		text-align: center;
		border: none;
		background: #fff;
	}
	.header__reception .btn:hover {
		color: #fff;
		background: #F17E02;
	}

	.map-block {
		display: block;
		margin-top: 0;
	}
	.map-block__info,
	.map-block__map {
		min-width: 100%;
	}

	.en-footer .footer__data {
		order: 2;
	}
	.en-footer .footer__nav {
		order: 1;
	}
	.en-footer .container {
		flex-wrap: wrap;
	}
}

@media(max-width: 768px) {
	h1 {
		font-size: 26px;
		line-height: 36px;
	}
	h2 {
		font-size: 24px;
		line-height: 34px;
	}
	h3 {
		font-size: 20px;
		line-height: 30px;
	}
	h4 {
		font-size: 16px;
		line-height: 22px;
	}
	h5 {
		font-size: 14px;
		line-height: 20px;
	}

	td, th {
		font-size: 14px;
		padding: 0 5px;
	}

	.map-block__info-in {
		padding: 40px 20px 10px;
	}
	.map-block h2 {
		margin-bottom: 30px;
		font-size: 22px;
		line-height: 33px;
	}
	.map-block__address {
		margin-bottom: 30px;
		font-size: 18px;
		line-height: 22px;
	}
	.map-block__route {
		margin-bottom: 35px;
	}
	.map-block .ymaps-map,
	.map-block div.bx-yandex-map{
		height: 580px !important;
	}

	.content-wrap,
	.footer .container {
		padding-left: 25px;
		padding-right: 25px;
	}
	.footer .container {
		display: block;
		padding-top: 40px;
		padding-bottom: 30px;
	}
	.footer__data {
		width: 100%;
		max-width: 100%;
	}
	.footer__logo {
		margin-bottom: 30px;
		padding-left: 3px;
	}
	.footer__cont {
		margin-bottom: 20px;
	}
	.footer__soc {
		width: 137px;
		margin-top: 0;
		margin-bottom: 30px;
	}
	.footer__soc .f-icon-ok svg {
		width: 22px;
		height: 30px;
	}
	.footer__soc .f-icon-vk svg {
		width: 30px;
		height: 16px;
	}
	.footer__soc .f-icon-tm svg {
		width: 30px;
		height: 25px;
	}
	.footer__data-bottom {
		margin-top: 0;
	}
	footer__counters {
		margin-bottom: 12px;
	}
	.footer__copyright {
		margin-bottom: 20px;
	}
	.footer__privacy {
		margin-bottom: 20px;
	}

	.en-footer .footer__data-top {
		column-count: 1;
	}
	.en-footer .footer__data-bottom {
		column-count: 1;
		margin-top: 10px;
	}
}
/*m.k.*/
/* End */


/* Start:/local/templates/tmp2022/css/en/main.css?16970945052831*/
body .main-container {
    max-width: 100%;
}
.main-cont--welcome {
    padding-top: 95px;
    margin-bottom: 45px;
}

@media(max-width: 1440px) {
    .main-cont--welcome {
        display: block;
    }
}
@media(max-width: 1024px) {
    .main-cont--welcome {
        padding-top: 35px;
    }
}
@media(max-width: 768px) {
    .main-cont--welcome {
        padding: 26px;
    }
}


/*welcome block*/
.welcome-block {
    margin-left: 40px;
    margin-right: 40px;
}
.welcome-block__top {
    padding: 70px 90px 30px 90px;
    color: #fff;
    background: #249291;
}
.welcome-block__title {
    font-size: 33px;
    line-height: 36px;
    font-weight: 600;
}
.welcome-block__body {
    display: flex;
    margin-top: 20px;
}
.welcome-block__text {
    margin-right: 0;
    padding-top: 40px;
    padding-right: 50px;
    font-size: 22px;
    line-height: 27px;
    text-align: justify;
}
.welcome-block__text p {
    margin: 0 0 25px;
}
.welcome-block__photo img {
    width: 400px;
    max-width: none;
}
.welcome-block__bottom {
    margin-top: 80px;
    padding-right: 40px;
}



@media(max-width: 1850px) {
    .welcome-block {
        margin-right: 230px;
    }
    .welcome-block__photo img {
        width: 325px;
        right: -185px;
    }
    .welcome-block__text {
        margin-right: -150px;
    }
}
@media(max-width: 1700px) {
    .welcome-block {
        max-width: 630px;
    }
}
@media(max-width: 1440px) {
    .welcome-block {
        max-width: 80%;
        margin-left: 0;
    }
}
@media(max-width: 1024px) {
    .welcome-block {
        max-width: 100%;
        margin-right: 0;
    }
    .welcome-block__body {
        margin-top: 50px;
    }
    .welcome-block__text {
        padding-top: 0;
        padding-right: 40px;
        margin-right: 0;
    }
    .welcome-block__top {
        padding: 70px 60px 50px;
    }
    .welcome-block__photo {
        min-width: 40%;
    }
    .welcome-block__photo img {
        right: 0;
        bottom: 0;
        max-width: 100%;
    }
    .welcome-block__bottom {
        padding: 0 10px 0 0;
    }
}
@media(max-width: 768px) {
    .welcome-block__top {
        padding: 33px 25px 0;
    }
    .welcome-block__title {
        font-size: 20px;
        line-height: 27px;
        text-align: center;
    }
    .welcome-block__text {
        padding-right: 0;
        font-size: 14px;
        line-height: 21px;
    }
    .welcome-block__text p {
        margin-bottom: 20px;
    }
    .welcome-block__body {
        display: block;
        margin-top: 20px;
        padding-bottom: 20px;
    }
    .welcome-block__photo {
        margin: 25px -25px 0;
        line-height: 0;
        text-align: center;
    }
    .welcome-block__bottom {
        max-width: 100%;
        padding: 0;
        margin: 30px 0 0;
        font-size: 16px;
        line-height: 24px;
    }
}

/* End */
/* /local/templates/tmp2022/components/bitrix/menu/top_menu/style.css?16970945055248 */
/* /local/templates/tmp2022/components/bitrix/menu/bottom_menu/style.css?16970945052337 */
/* /local/templates/tmp2022/template_styles.css?176423084617088 */
/* /local/templates/tmp2022/css/en/main.css?16970945052831 */
