

/* Start:/local/templates/main/css/contacts.css?175499677730616*/
.contacts {
	margin-bottom: 90px;
}

.contacts__top:not(:last-child) {
	margin-bottom: 90px;
}

.contacts-top {
	position: relative;
	padding-top: 50px;
	padding-bottom: 50px;
}

/* Aside */
.contacts-top__aside {
	z-index: 1;
	position: relative;
	width: 449px;
	height: 556px;
}

.contacts-aside {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	height: 100%;
	padding-top: 30px;
	background: #FFFFFF;
	-webkit-box-shadow: 0px 4px 100px rgba(165, 165, 167, 0.7);
	box-shadow: 0px 4px 100px rgba(165, 165, 167, 0.7);
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
}

/* Opens */
.contacts-aside__opens {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-shrink: 0;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: center;
	padding: 0 40px;
	-ms-flex-negative: 0;
	-webkit-box-align: center;
	-ms-flex-align: center;
}

.contacts-aside__opens:not(:last-child) {
	margin-bottom: 20px;
}

.contacts-aside__open {
	display: block;
	padding: 0 20px;
	border: 0;
	border-radius: 35px;
	background: 0 0;
	color: #363d41;
	font-weight: 500;
	font-size: 16px;
	line-height: 35px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.contacts-aside__open:not(:last-child) {
	margin-right: 5px;
}

.contacts-aside__open:hover,
.contacts-aside__open:focus {
	background: #eff2f2;
	-webkit-transition: background .2s ease-out;
	-o-transition: background .2s ease-out;
	transition: background .2s ease-out;
}

.contacts-aside__open.is-active {
	background: #eff2f2;
}

.contacts-aside__item:not(:last-child) {
	border-bottom: 1px solid #EFF2F2;
}

/* list */
.contacts-aside__list {
	display: none;
	-ms-flex: auto;
	flex: auto;
	-webkit-box-flex: 1;
	overflow: hidden;
}

.contacts-aside__list.is-active {
	display: block;
}

.contacts-aside__list-inner {
	padding: 0 40px!important;
}

.contacts-aside__list-inner.scroll-wrapper {
	height: 100%;
}

.contacts-aside__list-inner>.scroll-element,
.contacts-aside__list-inner>.scroll-element div {
    border: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 10;
}

.contacts-aside__list-inner>.scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}

.contacts-aside__list-inner>.scroll-element.scroll-x {
    bottom: 0;
    height: 5px;
    left: 0;
    width: 100%;
}

.contacts-aside__list-inner>.scroll-element.scroll-y {
    height: calc(100% - 6px);
    right: 3px;
    top: 3px;
    width: 5px;
}

.contacts-aside__list-inner>.scroll-element .scroll-element_outer {
    overflow: hidden;
}

.contacts-aside__list-inner>.scroll-element .scroll-element_outer,
.contacts-aside__list-inner>.scroll-element .scroll-element_track,
.contacts-aside__list-inner>.scroll-element .scroll-bar {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.contacts-aside__list-inner>.scroll-element .scroll-element_track {
    background-color: transparent;
}

.contacts-aside__list-inner>.scroll-element .scroll-bar {
    background-color: #EFF2F2;
}

.contacts-aside__list-inner>.scroll-element:hover .scroll-bar {
    background-color: #EFF2F2;
}

.contacts-aside__list-inner>.scroll-element.scroll-draggable .scroll-bar {
    background-color: #EFF2F2;
}

.contacts-aside__list-inner>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
    left: 0;
}

.contacts-aside__list-inner>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
    top: 0;
}

.contacts-aside__list-inner>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
    left: 0;
}

.contacts-aside__list-inner>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
    top: 0;
}

/* Item */
.contacts-item {
	position: relative;
	padding: 20px 0;
	padding-left: 70px;
	cursor: pointer;
}

.contacts-item__img {
	position: absolute;
	top: 50%;
	left: 0;
	width: 50px;
	height: 50px;
	overflow: hidden;
	-o-object-fit: cover;
	object-fit: cover;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	border-radius: 50%;
}

.contacts-item__title {
	margin-top: 0;
	margin-bottom: 0;
	color: #363D41;
	font-style: normal;
	font-weight: 600;
	font-size: 18px;
	line-height: 1.166;
	font-family: 'Gilroy';
}

.contacts-item:hover .contacts-item__title,
.contacts-item:focus .contacts-item__title {
	color: #B68E5B;
	-webkit-transition: color .2s ease-out;
	-o-transition: color .2s ease-out;
	transition: color .2s ease-out;
}

.contacts-item__title:not(:last-child) {
	margin-bottom: 10px;
}

.contacts-item__text {
	margin-top: 0;
	margin-bottom: 0;
	color: #A5A5A7;
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 1.142;
	font-family: 'Gilroy';
}

.contacts-item__text:not(:last-child) {
	margin-bottom: 10px;
}

.contacts-item__metro {
	position: relative;
	margin-top: 0;
	margin-bottom: 0;
	padding-left: 13px;
	color: #A5A5A7;
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 1.142;
	font-family: 'Gilroy';
}

.contacts-item__metro::before {
	position: absolute;
	top: 4.5px;
	left: 0;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	content: '';
}

.contacts-item__metro--green::before {
	background: #009A49;
}

.contacts-item__metro--red::before {
	background: #D6083B;
}

.contacts-item__metro--blue::before {
	background: #0079CA;
}

.contacts-item__metro--orange::before {
	background: #EA7125;
}

.contacts-item__metro--purple::before {
	background: #702785;
}

/* Location */
.contacts-top__location {
	z-index: 2;
	position: absolute;
	top: 50px;
	left: 0;
	width: 441px;
	height: 556px;
}

.contacts-location {
	display: none;
	z-index: 2;
	position: absolute;
	top: 50px;
	left: 0;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 441px;
	height: 556px;
	background: #fff;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
}

.contacts-location.is-active {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.contacts-location__top {
	flex-shrink: 0;
	padding: 30px 40px 30px 40px;
	-ms-flex-negative: 0;
}

.contacts-location__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex: auto;
	flex: auto;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 0 40px 40px 40px;
	overflow-y: auto;
	overscroll-behavior-y: none;
	scrollbar-color: #EFF2F2 #fff;
	-webkit-box-flex: 1;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-overflow-scrolling: touch;
}

.contacts-location__inner::-webkit-scrollbar {
	width: 5px;
	height: 5px;
}

.contacts-location__inner::-webkit-scrollbar-track {
	border-radius: 5px;
	background-color: #fff;
}

.contacts-location__inner::-webkit-scrollbar-track:hover {
	background-color: #fff;
}

.contacts-location__inner::-webkit-scrollbar-track:active {
	background-color: #fff;
}

.contacts-location__inner::-webkit-scrollbar-thumb {
	border-radius: 5px;
	background-color: #EFF2F2;
}

.contacts-location__inner::-webkit-scrollbar-thumb:hover {
	background-color: #EFF2F2;
}

.contacts-location__inner::-webkit-scrollbar-thumb:active {
	background-color: #EFF2F2;
}

.contacts-location__back {
	display: inline-block;
	position: relative;
	padding: 0;
	padding-left: 30px;
	border: 0;
	background: transparent;
	color: #A5A5A7;
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 1.142;
	font-family: 'Gilroy';
	cursor: pointer;
}

.contacts-location__back:hover,
.contacts-location__back:focus {
	color: #B68E5B;
	-webkit-transition: color .2s ease-out;
	-o-transition: color .2s ease-out;
	transition: color .2s ease-out;
}

.contacts-location__back::before {
	position: absolute;
	top: -2px;
	left: 0;
	width: 20px;
	height: 20px;
	background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgZmlsbD0ibm9uZSIgdmlld0JveD0iMCAwIDIwIDIwIj4KICA8cGF0aCBzdHJva2U9IiNBNUE1QTciIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgZD0iTTExLjY2NiAxMy4zMzMgOC4zMzMgMTBsMy4zMzMtMy4zMzNNMTguMzMzIDEwYTguMzMzIDguMzMzIDAgMSAxLTE2LjY2NyAwIDguMzMzIDguMzMzIDAgMCAxIDE2LjY2NyAwWiIvPgo8L3N2Zz4K");
	background-position: 50% 50%;
	background-size: contain;
	background-repeat: no-repeat;
	content: '';
}

.contacts-location__back:hover::before,
.contacts-location__back:focus::before {
	opacity: 0;
	-webkit-transition: opacity .2s ease-out;
	-o-transition: opacity .2s ease-out;
	transition: opacity .2s ease-out;
}

.contacts-location__back::after {
	position: absolute;
	top: -2px;
	left: 0;
	width: 20px;
	height: 20px;
	background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgZmlsbD0ibm9uZSIgdmlld0JveD0iMCAwIDIwIDIwIj4KICA8cGF0aCBzdHJva2U9IiNCNjhFNUIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgZD0iTTExLjY2NiAxMy4zMzMgOC4zMzMgMTBsMy4zMzMtMy4zMzNNMTguMzMzIDEwYTguMzMzIDguMzMzIDAgMSAxLTE2LjY2NyAwIDguMzMzIDguMzMzIDAgMCAxIDE2LjY2NyAwWiIvPgo8L3N2Zz4K");
	background-position: 50% 50%;
	background-size: contain;
	background-repeat: no-repeat;
	content: '';
	opacity: 0;
}

.contacts-location__back:hover::after,
.contacts-location__back:focus::after {
	opacity: 1;
	-webkit-transition: opacity .2s ease-out;
	-o-transition: opacity .2s ease-out;
	transition: opacity .2s ease-out;
}

.contacts-location__address {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	align-items: flex-start;
	margin-top: 0;
	margin-bottom: 0;
	color: #363D41;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 1.1875;
	font-family: 'Gilroy';
	-webkit-box-align: start;
	-ms-flex-align: start;
}

.contacts-location__address:not(:first-child) {
	margin-top: 20px;
}

.contacts-location__copy {
	position: relative;
	flex-shrink: 0;
	width: 1em;
	height: 1em;
	margin-left: 0.625em;
	padding: 0;
	border: 0;
	background: transparent;
	color: #363D41;
	cursor: pointer;
	-ms-flex-negative: 0;
}

.contacts-location__copy::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNyIgZmlsbD0ibm9uZSIgdmlld0JveD0iMCAwIDE2IDE3Ij4KICA8cGF0aCBzdHJva2U9IiMzNjNENDEiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIxLjUiIGQ9Ik0xMy4zMzMgMTEuMTY3Yy43MzMgMCAxLjMzMy0uNiAxLjMzMy0xLjMzM1YzLjE2N2MwLS43MzMtLjYtMS4zMzMtMS4zMzMtMS4zMzNINi42NjZjLS43MzMgMC0xLjMzMy42LTEuMzMzIDEuMzMzbTQgMi42NjdIMi42NjZjLS43MzYgMC0xLjMzMy41OTYtMS4zMzMgMS4zMzN2Ni42NjdjMCAuNzM2LjU5NyAxLjMzMyAxLjMzMyAxLjMzM2g2LjY2N2MuNzM2IDAgMS4zMzMtLjU5NyAxLjMzMy0xLjMzM1Y3LjE2N2MwLS43MzctLjU5Ny0xLjMzMy0xLjMzMy0xLjMzM1oiLz4KPC9zdmc+Cg==");
	background-position: 50% 50%;
	background-size: contain;
	background-repeat: no-repeat;
	content: '';
}

.contacts-location__copy::after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNyIgZmlsbD0ibm9uZSIgdmlld0JveD0iMCAwIDE2IDE3Ij4KICA8cGF0aCBzdHJva2U9IiNCNjhFNUIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIxLjUiIGQ9Ik0xMy4zMzMgMTEuMTY3Yy43MzMgMCAxLjMzMy0uNiAxLjMzMy0xLjMzM1YzLjE2N2MwLS43MzMtLjYtMS4zMzMtMS4zMzMtMS4zMzNINi42NjZjLS43MzMgMC0xLjMzMy42LTEuMzMzIDEuMzMzbTQgMi42NjdIMi42NjZjLS43MzYgMC0xLjMzMy41OTYtMS4zMzMgMS4zMzN2Ni42NjdjMCAuNzM2LjU5NyAxLjMzMyAxLjMzMyAxLjMzM2g2LjY2N2MuNzM2IDAgMS4zMzMtLjU5NyAxLjMzMy0xLjMzM1Y3LjE2N2MwLS43MzctLjU5Ny0xLjMzMy0xLjMzMy0xLjMzM1oiLz4KPC9zdmc+Cg==");
	background-position: 50% 50%;
	background-size: contain;
	background-repeat: no-repeat;
	content: '';
	opacity: 0;
}

.contacts-location__copy:hover::before,
.contacts-location__copy:focus::before {
	opacity: 0;
	-webkit-transition: opacity .2s ease-out;
	-o-transition: opacity .2s ease-out;
	transition: opacity .2s ease-out;
}

.contacts-location__copy:hover::after,
.contacts-location__copy:focus::after {
	opacity: 1;
	-webkit-transition: opacity .2s ease-out;
	-o-transition: opacity .2s ease-out;
	transition: opacity .2s ease-out;
}

.contacts-location__metro {
	position: relative;
	margin-top: 0;
	margin-bottom: 0;
	padding-left: 13px;
	color: #363D41;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 1.1875;
	font-family: 'Gilroy';
}

.contacts-location__metro:not(:first-child) {
	margin-top: 4px;
}

.contacts-location__metro::before {
	position: absolute;
	top: 0.375em;
	left: 0;
	width: 0.4375em;
	height: 0.4375em;
	border-radius: 50%;
	content: '';
}

.contacts-location__metro--green::before {
	background: #009A49;
}

.contacts-location__metro--red::before {
	background: #D6083B;
}

.contacts-location__metro--blue::before {
	background: #0079CA;
}

.contacts-location__metro--orange::before {
	background: #EA7125;
}

.contacts-location__metro--purple::before {
	background: #702785;
}

.contacts-location__title {
	margin-top: 0;
	margin-bottom: 0;
	color: #363D41;
	font-style: normal;
	font-weight: 600;
	font-size: 24px;
	line-height: 1.208;
	font-family: 'Gilroy';
}

.contacts-location__bg {
	position: relative;
	width: 100%;
}

.contacts-location__bg::after {
	display: block;
	width: 100%;
	padding-bottom: 47.645%;
	content: '';
}

.contacts-location__bg:not(:first-child) {
	margin-top: 20px;
}

.contacts-location__img {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.contacts-location__row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.contacts-location__row:not(:first-child) {
	margin-top: 20px;
}

.contacts-location__col {
	width: calc(50% - 10px);
	margin-right: 20px;
}

.contacts-location__col:nth-child(2n+2) {
	margin-right: 0;
}

.contacts-location__time {
	margin-top: 0;
	margin-bottom: 0;
	color: #363D41;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 1.1875;
	font-family: 'Gilroy';
}

.contacts-location__time:not(:first-child) {
	margin-top: 4px;
}

.contacts-location__tel {
	display: inline-block;
	color: #363D41;
	font-style: normal;
	font-weight: 600;
	font-size: 18px;
	line-height: 1.166;
	font-family: 'Gilroy';
	text-decoration: none;
}

.contacts-location__tel:not(:first-child) {
	margin-top: 4px;
}

.contacts-location__tel:hover,
.contacts-location__tel:focus {
	color: #B68E5B;
	text-decoration: none;
	-webkit-transition: color .2s ease-out;
	-o-transition: color .2s ease-out;
	transition: color .2s ease-out;
}

.contacts-location__text {
	margin-top: 0;
	margin-bottom: 0;
	color: #A5A5A7;
	font-style: normal;
	font-weight: 500;
	font-size: 12px;
	line-height: 1.166;
	font-family: 'Gilroy';
}

.contacts-location__text:not(:first-child) {
	margin-top: 4px;
}

.contacts-location__bottom {
	margin-top: auto;
}

.contacts-location__btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-shrink: 0;
	align-items: center;
	justify-content: center;
	width: 100%;
	margin-top: 20px;
	padding: 0.714em;
	border: 1px solid transparent;
	background: #363D41;
	color: #FFFFFF;
	font-weight: 600;
	font-size: 14px;
	line-height: 1.07;
	font-family: 'Gilroy';
	letter-spacing: 0.0014em;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	-ms-flex-negative: 0;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
}

.contacts-location__btn:hover,
.contacts-location__btn:focus {
	border-color: #363D41;
	background: #fff;
	color: #363D41;
	text-decoration: none;
	-webkit-transition: background .2s ease-out, color .2s ease-out;
	-o-transition: background .2s ease-out, color .2s ease-out;
	transition: background .2s ease-out, color .2s ease-out;
}

.contacts-location__btn::before {
	display: block;
	flex-shrink: 0;
	width: 1.142em;
	height: 1.142em;
	margin-right: 1.142em;
	background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgZmlsbD0ibm9uZSIgdmlld0JveD0iMCAwIDE2IDE2Ij4KICA8cGF0aCBzdHJva2U9IiNmZmYiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIxLjUiIGQ9Ik02IDEyLjY2N2EyIDIgMCAxIDEtNCAwIDIgMiAwIDAgMSA0IDBabTAgMGg1LjY2N2EyLjMzMyAyLjMzMyAwIDEgMCAwLTQuNjY3SDQuMzMzYTIuMzMzIDIuMzMzIDAgMSAxIDAtNC42NjdIMTBtMCAwYTIgMiAwIDEgMCA0IDAgMiAyIDAgMCAwLTQgMFoiLz4KPC9zdmc+Cg==");
	background-position: 50% 50%;
	background-size: contain;
	background-repeat: no-repeat;
	content: '';
	-ms-flex-negative: 0;
}

.contacts-location__btn:hover::before,
.contacts-location__btn:focus::before {
	background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgZmlsbD0ibm9uZSIgdmlld0JveD0iMCAwIDE2IDE2Ij4KICA8cGF0aCBzdHJva2U9IiMzNjNENDEiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIxLjUiIGQ9Ik02IDEyLjY2N2EyIDIgMCAxIDEtNCAwIDIgMiAwIDAgMSA0IDBabTAgMGg1LjY2N2EyLjMzMyAyLjMzMyAwIDEgMCAwLTQuNjY3SDQuMzMzYTIuMzMzIDIuMzMzIDAgMSAxIDAtNC42NjdIMTBtMCAwYTIgMiAwIDEgMCA0IDAgMiAyIDAgMCAwLTQgMFoiLz4KPC9zdmc+Cg==");
	-webkit-transition: background-image .2s ease-out;
	-o-transition: background-image .2s ease-out;
	transition: background-image .2s ease-out;
}

/* Map */
.contacts-top__map {
	position: absolute;
	top: 0;
	left: 50%;
	width: 100vw;
	height: 100%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	opacity: 0;
	pointer-events: none;
}

.contacts-top__map.is-active {
	visibility: visible;
	opacity: 1;
	pointer-events: all;
}

.contacts-map {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.contacts-map .ymaps-2-1-79-ground-pane,
.contacts-map .ymaps-2-1-79-map-copyrights-promo,
.contacts-map canvas {
	filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale") !important;
	-webkit-filter: grayscale(100%) !important;
}

.contacts-map.satellite-mode .ymaps-2-1-79-ground-pane,
.contacts-map.satellite-mode .ymaps-2-1-79-map-copyrights-promo,
.contacts-map.satellite-mode canvas {
	filter: none !important;
	-webkit-filter: none !important;
}

.contacts-mark {
	z-index: 1;
	position: absolute;
	top: -92px;
	left: -34.5px;
	width: 79px;
	height: 92px;
}

.contacts-mark__icon {
	z-index: 1;
	position: relative;
	width: 79px;
	height: 92px;
	/* background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI3OSIgaGVpZ2h0PSI5MiIgZmlsbD0ibm9uZSIgdmlld0JveD0iMCAwIDc5IDkyIj4KICA8cGF0aCBmaWxsPSIjOUYxQzM3IiBkPSJNNzkgMzkuNDU0Qzc5IDE3LjY2NCA2MS4zMTUgMCAzOS41IDBTMCAxNy42NjQgMCAzOS40NTRjMCAxMy41NDUgNi44MzQgMjUuNDk0IDE3LjI0NSAzMi42aC0uMDAzQzMzLjMwNCA4My44ODMgMzUuNDI2IDgzLjg2MiAzNy40MTcgOTAuMTIgMzcuNzQzIDkxLjE0NCAzOC40MjcgOTIgMzkuNSA5MmMxLjA3MyAwIDEuODEtLjg0MiAyLjA4My0xLjg3OSAxLjYzNy02LjI2IDQuMTEzLTYuMjM4IDIwLjE3Mi0xOC4wNjdoLS4wMDRDNzIuMTY2IDY0Ljk0OCA3OSA1Mi45OTkgNzkgMzkuNDU0WiIvPgo8L3N2Zz4K);
	background-position: 50% 50%;
	background-size: contain;
	background-repeat: no-repeat; */
}

.contacts-mark__img {
	display: block;
	position: absolute;
	top: 4px;
	left: 4px;
	width: 71px;
	height: 71px;
	/* -o-object-fit: cover;
	object-fit: cover; */
	-o-object-fit: contain;
	object-fit: contain;
	border-radius: 50%;
}

.contacts-top__map-close {
	display: none;
	z-index: 1;
	position: absolute;
	top: 30px;
	left: 30px;
	width: 70px;
	height: 70px;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: #B68D5C;
	color: #fff;
	cursor: pointer;
}

.contacts-top__map-close::before,
.contacts-top__map-close::after {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 23px;
	height: 2px;
	background: currentColor;
	content: '';
}

.contacts-top__map-close::before {
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	-ms-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg);
}

.contacts-top__map-close::after {
	-webkit-transform: translate(-50%, -50%) rotate(-45deg);
	-ms-transform: translate(-50%, -50%) rotate(-45deg);
	transform: translate(-50%, -50%) rotate(-45deg);
}

/* Bottom */
.contacts__bottom {
	display: none;
}

.contacts__bottom.is-active {
	display: block;
}

.contacts-bottom {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: flex-start;
	margin: -25px -20px;
	-webkit-box-align: start;
	-ms-flex-align: start;
}

.contacts-bottom__left {
	width: calc(33.333% - 40px);
	margin: 25px 20px;
}

.contacts-bottom__left:not(:last-child) {
	margin-right: auto;
}

.contacts-bottom__left-top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	align-items: flex-start;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-box-align: start;
	-ms-flex-align: start;
}

.contacts-bottom__left-top:not(:last-child) {
	margin-bottom: 26px;
}

.contacts-bottom__title {
	margin-top: 0;
	margin-bottom: 0;
	color: #363D41;
	font-style: normal;
	font-weight: 600;
	font-size: 30px;
	line-height: 1.2;
	font-family: 'Gilroy';
	letter-spacing: 0.0144em;
}

.contacts-bottom__title:not(:last-child) {
	margin-bottom: 26px;
}

.contacts-bottom__descr {
	max-width: 400px;
	margin-top: 0;
	margin-bottom: 0;
	color: #000000;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.62;
	font-family: 'Gilroy';
}

.contacts-bottom__descr:not(:last-child) {
	margin-bottom: 26px;
}

.contacts-bottom__left-bottom {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	align-items: flex-start;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-box-align: start;
	-ms-flex-align: start;
}

.contacts-bottom__tel {
	display: inline-block;
	color: #363D41;
	font-style: normal;
	font-weight: 600;
	font-size: 32px;
	line-height: 1.1875;
	font-family: 'Gilroy';
	text-decoration: none;
}

.contacts-bottom__tel:hover,
.contacts-bottom__tel:focus {
	color: #B68E5B;
	text-decoration: none;
	-webkit-transition: color .2s ease-out;
	-o-transition: color .2s ease-out;
	transition: color .2s ease-out;
}

.contacts-bottom__tel:not(:last-child) {
	margin-bottom: 8px;
}

.contacts-bottom__email {
	display: inline-block;
	color: #363D41;
	font-style: normal;
	font-weight: 600;
	font-size: 25px;
	line-height: 1.2;
	font-family: 'Gilroy';
	text-decoration: none;
}

.contacts-bottom__email:hover,
.contacts-bottom__email:focus {
	color: #B68E5B;
	text-decoration: none;
}

.contacts-bottom__right {
	width: calc(66.666% - 40px);
	margin: 25px 20px;
}

.contacts-bottom__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: -20px;
}

.contacts-bottom__card {
	width: calc(50% - 40px);
	margin: 20px;
}

.contacts-card {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	align-items: flex-start;
	width: 100%;
	height: 100%;
	padding: 20px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-box-align: start;
	-ms-flex-align: start;
}

.contacts-card__title {
	margin-top: 0;
	margin-bottom: 0;
	color: #363D41;
	font-style: normal;
	font-weight: 600;
	font-size: 20px;
	line-height: 1.2;
	font-family: 'Gilroy';
}

.contacts-card__title:not(:last-child) {
	margin-bottom: 40px;
}

.contacts-card__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	align-items: flex-start;
	margin-top: auto;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-box-align: start;
	-ms-flex-align: start;
}

.contacts-card__tel {
	display: inline-block;
	color: #363D41;
	font-style: normal;
	font-weight: 600;
	font-size: 20px;
	line-height: 1.2;
	font-family: 'Gilroy';
	text-decoration: none;
}

.contacts-card__tel:hover,
.contacts-card__tel:focus {
	color: #B68E5B;
	text-decoration: none;
	-webkit-transition: color .2s ease-out;
	-o-transition: color .2s ease-out;
	transition: color .2s ease-out;
}

.contacts-card__tel:not(:last-child) {
	margin-bottom: 10px;
}

.contacts-card__email {
	display: inline-block;
	color: #363D41;
	font-style: normal;
	font-weight: 600;
	font-size: 20px;
	line-height: 1.2;
	font-family: 'Gilroy';
	text-decoration: none;
}

.contacts-card__email:hover,
.contacts-card__email:focus {
	color: #B68E5B;
	text-decoration: none;
	-webkit-transition: color .2s ease-out;
	-o-transition: color .2s ease-out;
	transition: color .2s ease-out;
}

.contacts-card__email:not(:last-child) {
	margin-bottom: 10px;
}

.contacts-card__text {
	margin-top: 0;
	margin-bottom: 0;
	color: #363D41;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 1.1875;
	font-family: 'Gilroy';
}

.contacts-card__text:not(:last-child) {
	margin-bottom: 5px;
}

@media (max-width:1419px) {
	.contacts-bottom__left {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		width: calc(100% - 40px);
	}

	.contacts-bottom__left-top {
		width: calc(50% - 20px);
	}

	.contacts-bottom__left-top:not(:last-child) {
		margin-right: 40px;
		margin-bottom: 0;
	}

	.contacts-bottom__left-bottom {
		width: calc(50% - 20px);
	}

	.contacts-bottom__right {
		width: calc(100% - 40px);
	}
}

@media (max-width:767px) {
	.contacts {
		margin-bottom: 50px;
	}

	.contacts__top:not(:last-child) {
		margin-bottom: 50px;
	}

	.contacts-top {
		position: static;
		padding-top: 0;
		padding-bottom: 0;
	}

	.contacts-top__aside {
		position: static;
		width: 100%;
		height: auto;
	}

	.contacts-aside {
		height: auto;
		padding-top: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
	}

	.contacts-aside__opens {
		padding-right: 0;
		padding-left: 0;
	}

	.contacts-aside__list-inner {
		padding: 0!important;
	}

	.contacts-item {
		padding-left: 90px;
	}

	.contacts-item__img {
		width: 70px;
		height: 70px;
	}

	.contacts-location {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		z-index: 101;
		position: fixed;
		top: auto;
		bottom: 0;
		left: 0;
		width: 100%;
		height: unset;
		max-height: 75%;
		-webkit-transform: translateY(100%);
		-ms-transform: translateY(100%);
		transform: translateY(100%);
		border-top-right-radius: 30px;
		border-top-left-radius: 30px;
		opacity: 0;
		pointer-events: none;
		-webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
		transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
		-o-transition: transform 0.3s ease, opacity 0.3s ease;
		transition: transform 0.3s ease, opacity 0.3s ease;
		transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
	}

	.contacts-location.is-active {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
		pointer-events: all;
	}

	.contacts-location__top {
		padding: 13px 30px 23px 30px;
	}

	.contacts-location__back {
		display: block;
		width: 48px;
		height: 4px;
		margin: 0 auto;
		padding: 0;
		border-radius: 4px;
		background: #EFF2F2;
		color: transparent;
		font-size: 0;
		line-height: 0;
	}

	.contacts-location__back:hover,
	.contacts-location__back:focus {
		background: #B68E5B;
		color: transparent;
		-webkit-transition: background 0.2s ease-out;
		-o-transition: background 0.2s ease-out;
		transition: background 0.2s ease-out;
	}

	.contacts-location__back::before {
		display: none;
	}

	.contacts-location__back::after {
		display: none;
	}

	.contacts-location__inner {
		padding: 0 30px 30px 30px;
	}

	.contacts-location__address:not(:first-child) {
		margin-top: 10px;
	}

	.contacts-location__title {
		order: -1;
		font-size: 20px;
		line-height: 1.2;
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
	}

	.contacts-location__bg::after {
		padding-bottom: 46.486%;
	}

	.contacts-location__btn {
		padding: 1em;
		font-size: 16px;
		line-height: 0.9375;
	}

	.contacts-location__btn::before {
		width: 1em;
		height: 1em;
		margin-right: 1em;
	}

	.contacts-top__map {
		visibility: hidden;
		position: fixed;
		top: 0;
		left: 0;
		height: 100vh;
		height: 100svh;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
		opacity: 0;
		pointer-events: none;
	}

	.contacts-top__map.is-active {
		visibility: hidden;
		opacity: 0;
		pointer-events: none;
	}

	.contacts-top__map.is-active.is-visible,
	.contacts-top__map.is-visible {
		visibility: visible;
		z-index: 100;
		opacity: 1;
		pointer-events: all;
	}

	.contacts-top__map-close {
		display: block;
	}

	.header--fix.is-map-open {
		z-index: -1;
	}

	.contacts-top__map.is-visible {
		display: block;
	}

	.contacts-bottom__left {
		width: calc(100% - 40px);
	}

	.contacts-bottom__left-top {
		width: 100%;
	}

	.contacts-bottom__left-top:not(:last-child) {
		margin-right: 0;
		margin-bottom: 20px;
	}

	.contacts-bottom__left-bottom {
		width: 100%;
	}

	.contacts-bottom__title {
		line-height: 1.5;
	}

	.contacts-bottom__title:not(:last-child) {
		margin-bottom: 20px;
	}

	.contacts-bottom__descr:not(:last-child) {
		margin-bottom: 20px;
	}

	.contacts-bottom__list {
		margin: -10px;
	}

	.contacts-bottom__card {
		width: calc(100% - 20px);
		margin: 10px;
	}

	.contacts-card__title {
		font-size: 18px;
		line-height: 1.166;
	}

	.contacts-card__tel {
		font-size: 18px;
		line-height: 1.166;
	}

	.contacts-card__email {
		font-size: 18px;
		line-height: 1.166;
	}

	.contacts-card__text {
		font-size: 14px;
		line-height: 1.142;
	}
}

@media (max-width:399px) {
	.contacts-aside__open {
		padding: 0 15px;
		border-radius: 26px;
		font-size: 12px;
		line-height: 26px;
	}

	.contacts-location__title {
		font-size: 16px;
	}

	.contacts-location__address {
		font-size: 14px;
	}

	.contacts-location__metro {
		font-size: 14px;
	}

	.contacts-location__time {
		font-size: 14px;
	}

	.contacts-location__tel {
		font-size: 16px;
	}

	.contacts-location__text {
		font-size: 10px;
	}

	.contacts-location__btn {
		font-size: 14px;
	}

	.contacts-top__map-close {
		width: 50px;
		height: 50px;
	}

	.contacts-top__map-close::before,
	.contacts-top__map-close::after {
		width: 16px;
	}
}
/* End */
/* /local/templates/main/css/contacts.css?175499677730616 */
