

/* Start:/local/templates/arbelos/components/bitrix/system.auth.form/modal/style.css?1687507363349*/
.auth-success {
	color: green;
	text-align: center;
}

#feedback-modal { position: relative; }

#feedback-modal .close_fr {
	position: absolute;
	z-index: 10;
	right: 10px;
	top: 10px;
	height: 17px;
	width: 17px;
	background: red;
	cursor: pointer;
	background: url("/local/templates/arbelos/images/close_forms.png") no-repeat center/ 100% 100%;
}

/* End */


/* Start:/local/templates/arbelos/components/bitrix/main.feedback/modal/style.css?1687507363285*/
#auth-modal { position: relative; }

#auth-modal .close_fr {
	position: absolute;
	z-index: 10;
	right: 10px;
	top: 10px;
	height: 17px;
	width: 17px;
	background: red;
	cursor: pointer;
	background: url("/local/templates/arbelos/images/close_forms.png") no-repeat center/ 100% 100%;
}
/* End */


/* Start:/local/components/prosoft/cookie.banner/templates/.default/style.css?1782911547674*/
#cookie-banner {
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    max-width: 800px;
    width: 90%;
    background: #fffa;
    backdrop-filter: blur(5px);
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 20px 25px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    z-index: 10000;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    line-height: 1.5;
    color: #333;
}
#cookie-accept-btn {
    background: #005191;
    color: #fff;
    border: none;
    padding: 10px 24px;
    font-size: 14px;
    cursor: pointer;
    white-space: nowrap;
}
/* End */


/* Start:/local/templates/arbelos/template_styles.css?178360998130186*/
@charset 'utf-8';
html, body {
	width: 100%;
	height: 100%;
}

body {
	margin: 0;
	padding: 0;

	color: #000;
	background: #eef1f6;

	font: 300 18px/22px 'Open Sans', Arial, Helvetica, sans-serif;

	-webkit-text-size-adjust: none;
}

* {
	box-sizing: border-box;
}

form, fieldset {
	margin: 0;
	padding: 0;

	border: 0;
}

input, select, textarea, button {
	color: #000;
	outline: none;

	font: 300 18px 'Open Sans', Arial, Helvetica, sans-serif;
}

input[type='text'], input[type='password'], input[type='email'], input[type='tel'], textarea, select {
	height: 35px;
	margin: 0;
	padding: 4px 10px 5px 10px;

	border: 1px solid #9eabb7;
	background: #fff;
}

textarea {
	height: 175px;

	resize: none;
}

input[type='checkbox'] + label, input[type='radio'] + label {
	cursor: pointer;
}

header, nav, section, article, aside, footer, menu, time, figure, figcaption {
	display: block;
}

img {
	vertical-align: top;

	border: 0;
}

a {
	cursor: pointer;
	text-decoration: none;

	color: #616875;
	outline: none;
}

a:hover {
	text-decoration: underline;

	color: #0080ba!important;
}

strong {
	font-weight: 600;
}

p, ol, ul {
	margin: 0 0 22px 0;
}

ol, ul {
	padding: 0;

	list-style: none;
}

li {
	position: relative;

	margin: 0 0 8px 0;
	padding: 0 0 0 20px;
}

ul > li:before {
	position: absolute;
	top: 7px;
	left: 0;

	box-sizing: content-box;
	width: 6px;
	height: 6px;

	content: '';

	border: 1px solid #000;
	-webkit-border-radius: 50%;
	        border-radius: 50%;
}

h1, h2, .h2, h3, h4, h5, h6 {
	text-align: left;

	color: #0080ba;

	font-weight: normal;
}

h1 {
	margin: 0 0 54px 0;

	font-size: 48px;
	font-weight: bold;
	line-height: 1;
}

.content > .container > h1 {
	color: #fff;
}

h2, .h2 {
	margin: 40px 0 13px 0;

	font-size: 30px;
	line-height: 40px;
}

h3, h4, h5, h6 {
	margin: 28px 0 18px 0;

	font-size: 20px;
}

.btn {
	position: relative;

	display: inline-block;

	height: 35px;
	padding: 0 30px;

	cursor: pointer;
	vertical-align: top;
	white-space: nowrap;
	text-decoration: none;

	color: #000;
	border: 1px solid #000;
	-webkit-border-radius: 18px;
	        border-radius: 18px;
	background: none;

	font-size: 14px;
	font-weight: normal;
	line-height: 33px;
}

input.btn {
	line-height: normal;
}

.btn:hover {
	text-decoration: none;

	color: #0080ba!important;
	border-color: #0080ba!important;
	background: #e5f2f8;
}

.btn.white, .btn.white:hover {
	color: #fff!important;
	border-color: #fff!important;
}

.btn.white:hover {
	background: rgba(255, 255, 255, 0.15);
}

.nowrap {
	white-space: nowrap;
}

.nofloat {
	overflow: hidden;

	height: 100%;
}

.cell {
	display: table-cell;

	text-align: center;
	vertical-align: middle;
}

.inline {
	display: inline-block;

	text-align: left;
}

.hr {
	overflow: hidden;

	height: 1px;
	margin: 15px 0;

	background: #e6e6e6;
}

.phone-num, .phone-num:hover {
	cursor: inherit;
	text-decoration: none!important;

	color: inherit!important;
}

.clearfix {
	zoom: 1;
}

.clearfix:after, .container:after, .content-bg:after {
	display: block;
	clear: both;
	overflow: hidden;

	width: 0;
	height: 0;

	content: ' ';

	font-size: 0;
}

.wrapper, .footer {
	position: relative;

	overflow: hidden;

	min-width: 1240px;
	max-width: 1920px;
	min-height: 100%;
	margin: 0 auto;

	text-align: left;
}

.container {
	position: relative;

	width: 1180px;
	margin: 0 auto;
}

.bg-img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;

	overflow: hidden;
}

.bg-img .hold {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;

	width: 1920px;
	margin: 0 0 0 -960px;

	text-align: center;
}

.bg-img img {
	width: 100%;
	height: auto;
}

.bg-img .hold ul, .bg-img .hold ul li {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;

	overflow: hidden;

	margin: 0;
	padding: 0;

	list-style: none;
}

.bg-img .cover {
	position: absolute;
	top: 191px;
	right: 0;
	left: 0;

	height: 247px;

	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjE0Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.14) 0%, rgba(0, 0, 0, 0) 100%);
	background:      -o-linear-gradient(top, rgba(0, 0, 0, 0.14) 0%, rgba(0, 0, 0, 0) 100%);
	background:     -ms-linear-gradient(top, rgba(0, 0, 0, 0.14) 0%, rgba(0, 0, 0, 0) 100%);
	background:         linear-gradient(to bottom, rgba(0, 0, 0, 0.14) 0%, rgba(0, 0, 0, 0) 100%);
}

.header {
	position: relative;
	z-index: 100;

	height: 283px;
	padding: 42px 0 0 0;

	text-align: right;

	background: url(/local/templates/arbelos/images/top-bg.png) no-repeat 50% 0;

	line-height: 35px;
}



.content {
	position: relative;
	z-index: 10;
}

.logo {
	float: left;

	margin: -12px 0 0 0;
}

.logo img {
	width: 180px;
	height: auto;
}

.menu1 {
	margin: 0 0 41px 0;

	color: #616875;
}

.menu1 a {
	text-decoration: none;
}

.menu1 a:hover {
	text-decoration: underline;
}

.menu1 > * {
	margin: 0 0 0 29px;

	white-space: nowrap;
}

.lang {
	display: inline-block;

	width: 35px;
	height: 35px;

	text-align: center;
	vertical-align: top;

	color: #000;
	border: 1px solid #000;
	-webkit-border-radius: 50%;
	        border-radius: 50%;

	font-size: 14px;
	font-weight: bold;
	line-height: 33px;
}

a.lang:hover {
	text-decoration: none;

	border-color: #0080ba;
	background: #e5f2f8;
}

.menu2 {
	display: inline-block;

	margin: 0;
	padding: 0;

	list-style: none;

	vertical-align: top;

	font-weight: 600;
}

.menu2 > li {
	position: relative;

	display: inline-block;

	margin: 0;
	padding: 0;

	vertical-align: top;
}

.menu2 li:before {
	display: none;
}

.menu2 > li > *:first-child {
	display: inline-block;

	height: 35px;
	padding: 0 25px;

	vertical-align: top;
	white-space: nowrap;
	text-decoration: none;

	color: inherit;
	border: 1px solid #fff;
	-webkit-border-radius: 18px;
	        border-radius: 18px;

	line-height: 33px;
}

.menu2 > li > .active {
	color: #0080ba;
	border-color: #0080ba;
}

.menu2 > li > a:hover {
	text-decoration: underline;
}

.menu2 > li.for-sub:hover > *:first-child {
	position: relative;
	z-index: 101;

	height: 55px;
	margin: -10px 0;
	padding-top: 10px;

	border-color: #fff;
	-webkit-border-radius: 10px 10px 0 0;
	        border-radius: 10px 10px 0 0;
	background: #fff;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.75);
	        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.75);
}

.menu2 > li.for-sub:hover > *:first-child:after {
	position: absolute;
	top: 100%;
	right: 0;
	left: 0;

	height: 15px;
	margin: 0 -1px;

	content: '';

	background: #fff;
}

.menu2 > li > ul {
	position: absolute;
	top: 100%;
	left: 0;

	display: none;

	margin: 10px 0 0 0;
	padding: 28px 25px;

	list-style: none;

	text-align: left;
	white-space: nowrap;

	color: #000;
	-webkit-border-radius: 0 10px 10px 10px;
	        border-radius: 0 10px 10px 10px;
	background: #fff;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.75);
	        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.75);

	line-height: 22px;
}

.menu2 > li:hover > ul {
	display: block;
}

.menu2 > li > ul:before {
	position: absolute;
	position: absolute;
	z-index: 102;
	top: 0;
	right: 0;
	left: 0;

	height: 15px;

	content: '';

	-webkit-border-radius: 0 10px 0 0;
	        border-radius: 0 10px 0 0;
	background: #fff;
}

.menu2 > li > ul a {
	color: inherit;
}

.menu2 > li > ul > li {
	margin: 16px 0 0 0;
	padding: 0;
}

.menu2 > li > ul > li:first-child {
	margin-top: 0;
}

.menu2 > li > ul > li > ul {
	position: relative;

	margin: 8px 0 0 0;
	padding: 0;

	list-style: none;

	font-weight: 300;
}

.menu2 > li > ul > li > ul:before {
	position: absolute;
	top: 0;
	bottom: 0;

	width: 1px;

	content: '';

	background: #9eabb7;
}

.menu2 > li > ul > li > ul > li {
	margin: 8px 0 0 0;
	padding: 0 0 0 20px;
}

.menu2 > li > ul > li > ul > li:before {
	top: 13px;

	display: block;

	width: 9px;
	height: 1px;

	border: 0;
	-webkit-border-radius: 0;
	        border-radius: 0;
	background: #9eabb7;
}

.search {
	position: relative;

	display: inline-block;

	margin: 0 0 0 15px;

	vertical-align: top;
}

.search input[type='text'] {
	width: 193px;
	height: 35px;
	padding: 4px 4px 4px 34px;

	vertical-align: top;

	border: 1px solid #000;
	-webkit-border-radius: 18px;
	        border-radius: 18px;
	background: #fff;

	font-weight: 600;
}

.search .pic {
	position: absolute;
	top: 50%;
	left: 9px;

	width: 19px;
	height: 19px;
	margin: -9.5px 0 0 0;

	background: url(/local/templates/arbelos/images/search.png) no-repeat;
}

.search input[type='submit'] {
	position: absolute;
	left: -10000px;
}

.search input[type='text']:focus {
	border-color: #0080ba;
}

.search input[type='text']:focus ~ .pic {
	background-position: -21px 0;
}

.path {
	margin: -5px 0 19px 0;

	color: #fff;

	font-weight: normal;
}

.path > * {
	position: relative;

	display: inline-block;

	margin: 0 57px 0 0;

	vertical-align: top;
	white-space: nowrap;
}

.path > *:after {
	position: absolute;
	top: 50%;
	left: 100%;

	width: 20px;
	height: 13px;
	margin: -6.5px 0 0 20px;

	content: '';

	background: url(/local/templates/arbelos/images/rarr.png) no-repeat;
}

.path a {
	color: inherit;
}

.path a:hover {
	color: #fff!important;
}

.path .active:after {
	width: 13px;
	height: 20px;
	margin: -10px 0 0 20px;

	background: url(/local/templates/arbelos/images/darr.png) no-repeat;
}

.content-bg {
	position: relative;

	padding: 45px 40px 133px 40px;

	text-align: justify;

	-webkit-border-radius: 7px;
	        border-radius: 7px;
	background: #fff;
}

.content-bg:before {
	position: absolute;
	top: 100%;
	right: 0;
	left: 0;

	height: 77px;

	content: '';

	background: url(/local/templates/arbelos/images/content-shad.png) no-repeat 50% 0;
}

.side-bg {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;

	width: 351px;

	border-right: 1px solid #dce2e8;
	-webkit-border-radius: 7px 0 0 7px;
	        border-radius: 7px 0 0 7px;
	background: #fbfcfd;
}

.aside {
	position: relative;

	float: left;

	width: 271px;
}

.mainContent {
	position: relative;

	float: right;

	width: 750px;
}

.link-up {
	position: absolute;
	right: 40px;
	bottom: 49px;

	padding: 0 22px 0 49px;

	color: #616875;
	border-color: #9eabb7;
}

.footer .link-up {
	top: 50%;
	right: 0;
	bottom: auto;

	margin-top: -17.5px;
}

.link-up:before {
	position: absolute;
	top: 50%;
	left: 19px;

	width: 13px;
	height: 20px;
	margin: -10px 0 0 0;

	content: '';

	background: url(/local/templates/arbelos/images/uarr.png) no-repeat;
}

.link-up:hover:before {
	background-position: -15px 0;
}

.footer-place {
	height: 98px;
}

.footer {
	position: relative;
	z-index: 10;

	height: 98px;
	min-height: 0;
	margin-top: -98px;
	padding: 45px 0 0 0;

	text-align: right;

	font-size: 14px;
	font-weight: normal;
	line-height: 20px;
}

.footer .copy {
	float: left;

	font-weight: 600;
}

.footer .contacts {
	color: #616875;
}

.footer .contacts a {
	color: inherit;
}

.footer .contacts > * {
	position: relative;

	display: inline-block;

	margin: 0 0 0 34px;

	vertical-align: top;
	white-space: nowrap;
}

.contacts .bg-phone:before, .contacts .bg-mail:before, .contacts .bg-place:before {
	position: absolute;
	top: 50%;
	left: 0;

	content: '';
}

.contacts .bg-phone {
	padding-left: 26px;
}

.contacts .bg-phone:before {
	width: 16px;
	height: 24px;
	margin: -12px 0 0 0;

	background: url(/local/templates/arbelos/images/phone.png) no-repeat;
}

.contacts .bg-mail {
	padding-left: 35px;
}

.contacts .bg-mail:before {
	width: 25px;
	height: 16px;
	margin: -8px 0 0 0;

	background: url(/local/templates/arbelos/images/mail.png) no-repeat;
}

.contacts a.bg-mail:hover:before {
	background-position: 0 -18px;
}

.contacts .bg-place {
	padding-left: 27px;
}

.contacts .bg-place:before {
	width: 17px;
	height: 25px;
	margin: -12px 0 0 0;

	background: url(/local/templates/arbelos/images/place.png) no-repeat;
}

.contacts a.bg-place:hover:before {
	background-position: 0 -27px;
}

.map-page .contacts.main {
	position: absolute;
	top: 421px;
	right: 50%;

	width: 394px;
	margin: 0 -550px 0 0;
	padding: 41px 40px 38px 40px;

	-webkit-border-radius: 7px;
	        border-radius: 7px;
	background: rgba(255, 255, 255, 0.95);
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.25);
	        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.25);
}

.contacts.main .h2 {
	margin-bottom: 23px;
	padding-left: 0;
}

.contacts.main .big {
	margin: 0 0 7px 0;

	color: #0080ba;

	font-size: 14px;
	font-weight: 600;
}

.contacts.main a {
	color: inherit;
}

.contacts.main > * {
	position: relative;

	display: block;

	margin: 20px 0 0 0;
	padding: 0 0 0 35px;
}

.contacts.main > *:first-child {
	margin-top: 0;
}

.contacts.main > *:before {
	top: 0;
	left: 0;

	margin: 0;
}

.contacts.main .bg-phone:before {
	margin: -1px 0 0 5px;

	background-position: -18px 0;
}

.contacts.main .bg-mail:before {
	margin: 4px 0 0 0;

	background-position: 0 -18px;
}

.contacts.main .bg-place:before {
	margin: -2px 0 0 5px;

	background-position: 0 -27px;
}

.contacts.main .link {
	margin: 11px 0 0 0;

	font-size: 14px;
	font-weight: normal;
	line-height: 17px;
}

.contacts.main .link a {
	text-decoration: none;

	color: #616875;
}

.contacts.main .link a:hover {
	text-decoration: underline;
}

.img {
	float: left;

	width: 310px;
	margin: 5px 0 20px 0;
}

.img img {
	width: auto;
	max-width: 290px;
	height: auto;
}

.sort-link {
	position: relative;

	display: block;

	height: 56px;
	margin: -5px -10px;
	padding: 5px 31px 5px 10px;

	white-space: nowrap;
	text-decoration: none;

	color: inherit;
}

.sort-link:hover, .sort-link.active {
	text-decoration: none;

	color: inherit!important;
	background: #718191;
	background: #718191 url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzcxODE5MSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM4Njk1YTQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -webkit-linear-gradient(top, #718191 0%, #8695a4 100%);
	background:      -o-linear-gradient(top, #718191 0%, #8695a4 100%);
	background:     -ms-linear-gradient(top, #718191 0%, #8695a4 100%);
	background:         linear-gradient(to bottom, #718191 0%, #8695a4 100%);
}

.sort-link:after {
	position: absolute;
	top: 50%;
	right: 10px;

	width: 11px;
	height: 6px;
	margin: -3px 0 0 0;

	content: '';

	background: url(/local/templates/arbelos/images/sort-link.png) no-repeat 0 -10000px;
}

.sort-link.up:after {
	background-position: 0 0;
}

.sort-link.down:after {
	background-position: 0 -6px;
}

.sort-link .cell {
	height: 45px;

	text-align: left;
}

.file {
	position: relative;

	display: inline-block;

	padding: 0 0 0 40px;

	vertical-align: top;
	white-space: nowrap;
	text-decoration: none;

	color: inherit;

	line-height: 17px;
}

.file:hover .un {
	text-decoration: underline;
}

.file span {
	color: #616875;
}

.file:hover span {
	color: inherit;
}

.file .pic, .file:hover .pic {
	position: absolute;
	top: -1px;
	left: -4px;

	width: 35px;
	height: 37px;
	padding: 12px 0 0 0;

	text-align: center;
	text-align: center;
	text-transform: uppercase;

	color: #fff;
	background: url(/local/templates/arbelos/images/file.png) no-repeat;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);

	font-size: 12px;
	font-weight: 600;
	line-height: 14px;
}

.table {
	position: relative;

	margin: 26px 0 0 0;

	border: 1px solid #9eabb7;

	font-size: 14px;
	font-weight: normal;
	line-height: 17px;
}

.table:after {
	display: block;
	clear: both;
	overflow: hidden;

	width: 0;
	height: 0;

	content: ' ';

	font-size: 0;
}

.table table {
	border: 0;
	border-collapse: collapse;
}

.table th, .table td {
	min-width: 95px;
	height: 56px;
	padding: 5px 10px;

	text-align: left;
	vertical-align: middle;

	border: 0;
	border-top: 1px solid #9eabb7;
	border-left: 1px solid #d8dde2;
}

.table .sorted {
	background: #f5f6f8;
}

.table th:first-child, .table td:first-child {
	border-left: 0;
}

.table tr:first-child th, .table tr:first-child td {
	border-top: 0;
}

.table th {
	color: #fff;
	background: #9eabb7;
	background: #9eabb7 url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzllYWJiNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM4ODk3YTYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -webkit-linear-gradient(top, #9eabb7 0%, #8897a6 100%);
	background:      -o-linear-gradient(top, #9eabb7 0%, #8897a6 100%);
	background:     -ms-linear-gradient(top, #9eabb7 0%, #8897a6 100%);
	background:         linear-gradient(to bottom, #9eabb7 0%, #8897a6 100%);

	font-weight: 600;
}

.table th a {
	color: inherit;
}

.table .fl {
	float: left;

	margin: 0 0 19px 0;

	border-bottom: 1px solid #9eabb7;
}

.table .hscroll {
	position: relative;

	overflow: hidden;

	padding: 0 0 20px 0;

	border-left: 1px solid #d8dde2;
}

.hscroll-line {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;

	height: 20px;

	border-top: 1px solid #9eabb7;
	background: #f5f6f8;
}

.hscroll-line .toggle {
	position: absolute;

	width: 422px;
	height: 15px;
	margin: 2px;

	cursor: pointer;

	-webkit-border-radius: 8px;
	        border-radius: 8px;
	background: #9eabb7;
	background: #9eabb7 url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzllYWJiNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM4OTk4YTciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -webkit-linear-gradient(top, #9eabb7 0%, #8998a7 100%);
	background:      -o-linear-gradient(top, #9eabb7 0%, #8998a7 100%);
	background:     -ms-linear-gradient(top, #9eabb7 0%, #8998a7 100%);
	background:         linear-gradient(to bottom, #9eabb7 0%, #8998a7 100%);
}

.hscroll-line .toggle:before {
	position: absolute;
	top: 50%;
	left: 50%;

	width: 9px;
	height: 13px;
	margin: -6.5px 0 0 -4.5px;

	content: '';

	background: url(/local/templates/arbelos/images/slider-lines.png) no-repeat;
}

.catalog .section {
	position: relative;

	zoom: 1;

	min-height: 217px;
	margin: 0 0 46px 0;
	padding: 0 0 45px 0;

	border-bottom: 1px solid #d1d7dd;
}

.catalog .section:last-child {
	margin-bottom: 0;
}

.catalog .section:after {
	display: block;
	clear: both;
	overflow: hidden;

	width: 0;
	height: 0;

	content: ' ';

	font-size: 0;
}

.catalog .section .h2 {
	margin-top: -4px;
}

.catalog .img {
	margin-bottom: 0;
}

.submenu {
	margin: 0 -33px 17px 0;
	padding: 0 0 0 40px;

	text-align: left;

	background: url(/local/templates/arbelos/images/sub-arr.png) no-repeat 0 6px;

	font-size: 14px;
	font-weight: 600;
	line-height: 28px;
}

.submenu a {
	color: inherit;
}

.submenu > * {
	margin: 0 27px 0 0;

	white-space: nowrap;
}

.rlink {
	position: relative;
	z-index: 4;

	float: right;

	margin: 6px 0 0 0;

	font-weight: normal;
}

.date {
	margin: 2px 0 6px 0;

	color: #0080ba;

	font-size: 14px;
	font-weight: 600;
	line-height: 17px;
}

.date + h2 {
	margin-top: 0;
}

.news {
	position: relative;

	margin: -45px -40px 0 -40px;

	text-align: left;
}

.news a {
	color: inherit;
}

.news .elem {
	position: relative;

	margin: 0 1px 0 0;
	padding: 15px 25px 15px 25px;

	border-bottom: 1px solid #dce2e8;
}

.news .elem:first-child {
	padding-top: 45px;

	-webkit-border-radius: 7px 0 0 0;
	        border-radius: 7px 0 0 0;
}

.news .bg {
	background: #e3ebed;
}

.news .active {
	margin-right: 0;
	padding-right: 26px;

	background: #fff;
}

.news .date {
	margin-bottom: 9px;
}

.pagination {
	position: relative;

	margin: 50px -15px -83px -15px;
	padding: 0 25px;

	text-align: center;

	font-size: 14px;
	font-weight: 600;
	line-height: 38px;
}

.pagination > * {
	margin: 0 6px;
	padding: 0 3px;
}

.pagination a {
	text-decoration: none;

	color: inherit;
}

.pagination a:hover {
	text-decoration: underline;
}

.pagination .active {
	display: inline-block;

	width: 38px;
	height: 38px;
	margin: 0 10px;
	padding: 0;

	text-align: center;

	color: #0080ba;
	border: 1px solid #0080ba;
	-webkit-border-radius: 50%;
	        border-radius: 50%;
	background: #f9fafb;

	font-weight: bold;
	line-height: 36px;
}

.pagination .prev, .pagination .next {
	position: absolute;
	top: 50%;

	width: 20px;
	height: 13px;
	margin: -6.5px 0 0 0;

	background: url(/local/templates/arbelos/images/pagination-arrs.png) no-repeat 0 -10000px;
}

.pagination .prev {
	left: 0;

	background-position: 0 0;
}

.pagination a.prev:hover {
	background-position: 0 -15px;
}

.pagination .next {
	right: 0;

	background-position: 100% 0;
}

.pagination a.next:hover {
	background-position: 100% -15px;
}

.article {
	font-size: 14px;
	font-weight: normal;
	line-height: 17px;
}

.article p, .article ul, .article ol {
	margin: 0 0 16px 0;
}

.article img {
	float: right;

	margin: 4px 0 20px 26px;
}

.article .big {
	margin-bottom: 15px;

	font-size: 18px;
	font-weight: 600;
	line-height: 22px;
}

.article h2 {
	margin-bottom: 22px;
}

.map-page .path, .map-page h1 {
	text-shadow: 0 0 40px rgba(0, 0, 0, 0.3);
}

.map-page h1 {
	margin-bottom: 0;
	color: #0080ba !important;
}

.map-place {
	position: relative;
	z-index: -1;

	min-height: 600px;

	cursor: pointer;
}

.err-page {
	background: #010103;
}

.err-page .footer {
	color: #616875;
}

.err-block {
	padding: 143px 0 208px 0;

	text-align: center;

	color: #fff;

	font-size: 48px;
	line-height: 48px;
}

.err-block .big {
	margin: 27px 0 48px 0;

	font-size: 283px;
	line-height: 283px;
}

.err-block .btn {
	min-width: 472px;

	font-weight: 600;
}

.top-gall {
	position: relative;

	height: 390px;
	margin: -28px 0 0 0;

	color: #fff;

	font-size: 30px;
	font-weight: normal;
	line-height: 36px;
}

.top-gall ul, .top-gall ul li {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
}

.top-gall ul li {
	z-index: 4;

	padding: 0;
}

.top-gall ul li:before {
	display: none;
}

.top-gall ul li.active {
	z-index: 5;
}

.top-gall .more {
	margin: 33px 0 0 0;
}

.more {
	padding-left: 50px;
}

.more:before {
	position: absolute;
	top: 50%;
	left: 21px;

	width: 8px;
	height: 13px;
	margin: -6.5px 0 0 0;

	content: '';

	background: url(/local/templates/arbelos/images/rarr2.png) no-repeat;
}

.gall-dots {
	margin: 0 0 40px 0;

	text-align: center;

	line-height: 0;
}

.gall-dots span {
	position: relative;

	display: inline-block;

	width: 20px;
	height: 20px;
	margin: 0 3px;

	cursor: pointer;
	vertical-align: top;

	border: 1px solid #fff;
	-webkit-border-radius: 50%;
	        border-radius: 50%;
}

.gall-dots .active {
	cursor: default;
}

.gall-dots .active:before {
	position: absolute;
	top: 50%;
	left: 50%;

	width: 10px;
	height: 10px;
	margin: -5px 0 0 -5px;

	content: '';

	-webkit-border-radius: 50%;
	        border-radius: 50%;
	background: #fff;
}

.about {
	padding-top: 31px;
	padding-bottom: 40px;

	background: rgba(255, 255, 255, 0.9);
}

.about .h2 {
	margin-top: 0;
	margin-bottom: 18px;
}

.about .in {
	position: relative;

	overflow: hidden;

	height: 0;
}

.about .toggle {
	margin: 13px 0 0 0;
}

.about .toggle .btn {
	padding-left: 50px;

	cursor: pointer;

	font-weight: normal;
}

.about .toggle .btn:before {
	position: absolute;
	top: 50%;
	left: 19px;

	width: 13px;
	height: 8px;
	margin: -4px 0 0 0;

	content: '';

	background: url(/local/templates/arbelos/images/more-arr.png) no-repeat;
}

.about .toggle .btn:hover:before {
	background-position: 0 -10px;
}

.about.open .toggle .btn:before {
	background-position: -15px 0;
}

.about.open .toggle .btn:hover:before {
	background-position: -15px -10px;
}

.blocks {
	position: relative;

	zoom: 1;

	margin: 92px 0 30px 0;

	text-align: left;
}

.blocks:after {
	display: block;
	clear: both;
	overflow: hidden;

	width: 0;
	height: 0;

	content: ' ';

	font-size: 0;
}

.blocks .vline {
	position: absolute;
	top: 1px;
	bottom: 0;

	width: 1px;

	background: #c5ced5;
}

.blocks .vline.pos1 {
	left: 0;
}

.blocks .vline.pos2 {
	left: 393px;
}

.blocks .vline.pos3 {
	left: 786px;
}

.blocks .vline.pos4 {
	left: 1179px;
}

.blocks .elem {
	float: left;

	width: 393px;
	padding: 0 40px;
}

.blocks .h2 {
	margin-top: 0;

	color: inherit;
}

.news2 .h2 {
	margin-bottom: 17px;
}

.news2 figure {
	margin: 23px 0 0 0;
}

.news2 .h2 + figure {
	margin-top: 0;
}

.news2 .date {
	margin-top: 0;
	margin-bottom: 9px;
}

.news2 .rlink {
	width: 35px;
	margin: 0;
	padding: 0;

	text-align: left;
	text-indent: -10000px;

	border-color: #000;
}

.news2 .rlink span {
	position: absolute;
	top: 50%;
	left: 50%;

	width: 15px;
	height: 1px;
	margin: -0.5px 0 0 -7.5px;

	background: #000;
}

.news2 .rlink span:before, .news2 .rlink span:after {
	position: absolute;
	right: 0;
	left: 0;

	height: 1px;

	content: '';

	background: #000;
}

.news2 .rlink span:before {
	top: -4px;
}

.news2 .rlink span:after {
	bottom: -4px;
}

.news2 .rlink:hover span, .news2 .rlink:hover span:before, .news2 .rlink:hover span:after {
	background: #0080ba;
}

.quiz .h2 {
	margin-bottom: 16px;
}

.quiz .qu {
	margin: 0 0 20px 0;

	color: #0080ba;

	font-weight: 600;
}

.quiz ul {
	margin: 0;
	padding: 0;

	list-style: none;
}

.quiz li {
	position: relative;

	zoom: 1;

	margin: 0 0 16px 0;
	padding: 0 20px 0 0;
}

.quiz li:before {
	display: none;
}

.quiz ul label {
	cursor: pointer;
}

.quiz ul input {
	position: absolute;
	left: -10000px;
}

.quiz ul input + span {
	position: absolute;
	top: 1px;
	right: 0;

	width: 20px;
	height: 20px;

	border: 1px solid #656c78;
	-webkit-border-radius: 50%;
	        border-radius: 50%;
}

.quiz ul input:checked + span:before {
	position: absolute;
	top: 50%;
	left: 50%;

	width: 10px;
	height: 10px;
	margin: -5px;

	content: '';

	-webkit-border-radius: 50%;
	        border-radius: 50%;
	background: #0080ba;
}

.quiz .submit {
	margin: 27px 0 0 0;
}

.quiz .clink {
	margin-top: 21px;
}

.clink {
	margin: 17px 0 0 0;

	text-align: center;

	font-size: 14px;
	font-weight: normal;
	line-height: 17px;
}

.clink a {
	text-decoration: none;
}

.clink a:hover {
	text-decoration: underline;
}

.fader, .fancybox-overlay {
	background: rgba(0, 0, 0, 0.2) !important;
}

.fancybox-close {
	display: none;
}

.modal {
	display: none;

	width: 458px;
}

.modal, .fancybox-wrap {
	padding: 31px 40px 49px 40px;

	-webkit-border-radius: 7px;
	        border-radius: 7px;
	background: #fff;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.25);
	        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.25);
}

.modal.width2 {
	width: 856px;
}

.modal .h2 {
	margin-top: 0;
	margin-bottom: 27px;
}

.label {
	margin: 15px 0 6px 0;

	color: #616875;
}

.label:first-child {
	margin-top: 0;
}

.input {
	margin: 0 0 10px 0;
}

.input:last-child {
	margin-bottom: 0;
}

.input * {
	display: block;

	width: 100%;
}

.submit {
	margin: 40px 0 0 0;

	text-align: center;
}

.submit .btn {
	width: 100%;
	max-width: 378px;

	vertical-align: top;

	font-weight: 600;
}

.half {
	float: left;

	width: 50%;
	padding: 0 10px 0 0;
}

.half + .half {
	padding: 0 0 0 10px;
}

.half .submit:first-child {
	margin: 0;
}

.captcha {
	position: relative;

	zoom: 1;

	background: url(/local/templates/arbelos/images/captcha-arr.png) no-repeat 50% 50%;
}

.captcha:after {
	display: block;
	clear: both;
	overflow: hidden;

	width: 0;
	height: 0;

	content: ' ';

	font-size: 0;
}

.captcha .img1 {
	position: relative;

	overflow: hidden;

	height: 35px;

	text-align: center;

	border: 1px solid #9eabb7;

	line-height: 33px;
}

.captcha .img1 img {
	position: relative;
	top: -2px;
	left: -1px;

	width: 169px;
	height: 35px;

	vertical-align: middle;
}

.captcha .half {
	padding: 0 20px 0 0;
}

.captcha .half + .half {
	padding: 0 0 0 20px;
}

.captcha .input {
	margin: 0;
}

.check {
	position: relative;

	margin: 39px 0 36px 0;
	padding: 0 0 0 30px;
}

.check label {
	cursor: pointer;
}

.check input {
	position: absolute;
	left: -10000px;
}

.check input + span {
	position: absolute;
	top: 0;
	left: 0;

	width: 21px;
	height: 21px;

	border: 1px solid #9eabb7;
	background: url(/local/templates/arbelos/images/check.png) no-repeat 0 -10000px;
}

.check input:checked + span {
	background-position: 50% 50%;
}

.form-info {
	margin: 34px 0 -3px 0;

	color: #0080ba;

	font-size: 14px;
	font-weight: normal;
	line-height: 17px;
}

.form-info.red {
	color: #db2f36;
}

.error {
	border-color: #db2f36!important;
}

/*
.bg-img .hold {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: 0 0 0 0;
    text-align: center;
}
*/


.bg-img .hold {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 1920px;
    margin: 0 0 0 -960px;
    text-align: center;
}


.map-page .contacts.main {
    top: 401px;
}


#map-canvas *[style="height: 150px"] {
	position: absolute !important; 
	margin-top: 350px; 
	z-index: 100; 
	opacity: 0.99;
	left: 20px;
}

/*
ymaps > * { 
	position: absolute !important; 
	margin-top: 350px; 
	z-index: 100; 
	opacity: 0.99;
	left: 20px;
 }
*/

/* End */
/* /local/templates/arbelos/components/bitrix/system.auth.form/modal/style.css?1687507363349 */
/* /local/templates/arbelos/components/bitrix/main.feedback/modal/style.css?1687507363285 */
/* /local/components/prosoft/cookie.banner/templates/.default/style.css?1782911547674 */
/* /local/templates/arbelos/template_styles.css?178360998130186 */
