

/* Start:/contacts/addresses_styles.css?17485395032081*/
.mm_under-map-addresses__list
{
    margin-top: 30px;
    padding: 18px;

    border: 1px solid #D3D3D3;
    border-radius: 10px;
}
@media screen and (max-width: 576px)
{
    .mm_under-map-addresses__list
    {
        padding: 0;
    }
}

.mm_under-map-addresses__item
{
    margin-bottom: 10px;
    padding: 18px;

    transition: background-color .4s;
}
.mm_under-map-addresses__list .mm_under-map-addresses__item:last-child
{
    margin-bottom: 0;
}
.mm_under-map-addresses__item:hover
{
    background-color: #F5F5F5;
    border-radius: 10px;
}

.addresses-item__subway
{
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;

    color: #505A62;

    margin-bottom: 9px;

    position: relative;
    padding-left: calc(16px + 8px);
}

.addresses-item__subway::before
{
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    background-image: url("/bitrix/templates/alpha_s1/icons/icon-metro.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;

    left: 0;
    top: 0;
}

.addresses-item__address
{
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;

    color: #000000;

    margin: 0;
}

.addresses-item__worktime
{
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;

    color: #505A62;

    margin-top: 9px;
    margin-bottom: 0;
}

.addresses-item__phones
{
    margin-top: 9px;

    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    align-items: flex-start;
}

.addresses-item__phone-tel
{
    display: block;
    max-width: max-content;

    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;

    color: #CDA236;

    transition: color .3s;
}
/* End */


/* Start:/bitrix/templates/alpha_s1/components/bitrix/news/contacts/bitrix/news.detail/.default/style.css?17485397226807*/
:root {
    --yellow__mm: #CDA236;
    --gray__mm: #828282;
    --light-gray__mm: #F2F2F2;
}

.shop__top-wrapper {
	display: grid;
	grid-template-columns: 470px 1fr;
	grid-gap: 15px 30px;
	border: 1px solid #E1E1E1;
    border-radius: 10px;
    overflow: hidden;
}

@media screen and (max-width: 992px) {
	.shop__top-wrapper {
		grid-template-columns: 370px 1fr;
	}
}

@media screen and (max-width: 768px) {
	.shop__top-wrapper {
		grid-gap: 30px;
		grid-template-columns: 1fr;
		border: none;
		border-radius: unset;
	}
}

.addresses-item {
	width: 100%;
    margin: 16px 0 0 16px;
    padding: 18px;
	background-color: #F5F5F5;
	border-radius: 10px;
	display: block;
    transition: .4s;
	position: relative;
}

@media screen and (max-width: 768px) {
    .addresses-item {
        margin: 0;
    }
}

.addresses-item__subway {
	padding-left: calc(16px + 8px);
	margin-bottom: 9px;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #505A62;
    position: relative; 
}

.addresses-item__subway::before {
	width: 16px;
    height: 16px;
    content: "";
    background: url("/bitrix/templates/alpha_s1/icons/icon-metro.svg") no-repeat center/contain;
	position: absolute;
    left: 0;
    top: 0;
}

.addresses-item__address {
	margin: 0;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    color: #000000;
}

.addresses-item__worktime {
	margin-top: 9px;
    margin-bottom: 0;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #505A62;
}

.addresses-item__phones {
    margin-top: 9px;
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    align-items: flex-start;
}

.addresses-item__phone-tel {
    max-width: max-content;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #CDA236;
	display: block;
    transition: color .3s;
}

.main-image {
	width: 100%;
    margin: 16px 0 16px 16px;
	border-radius: 10px;
	overflow: hidden;
}

@media screen and (max-width: 768px) {
	.main-image {
        margin: 0;
		aspect-ratio: 1;
	}
}

.main-image img {
	width: 100%;
    height: 100%;
	object-fit: cover;
	object-position: center;
}

.map {
	height: 100%;
	grid-row-start: 1;
	grid-row-end: 3;
	grid-column-start: 2;
	grid-column-end: 3;
}

@media screen and (max-width: 768px) {
	.map {
		height: 500px;
		grid-row-start: 2;
		grid-row-end: 3;
		grid-column-start: unset;
		grid-column-end: unset;
		border-radius: 10px;
		overflow: hidden;
	}
}

.map .yandex-view-map {
	height: 100%;
	border: none;
	border-radius: 0;
}

.route {
    margin-top: 75px;
    display: flex;
    /* align-items: center; */
    justify-content: space-between;
}

@media screen and (max-width: 992px) {
    .route {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media screen and (max-width: 576px) {
    .route {
        margin-top: 26px;
    }
}

.route__text {
    max-width: 595px;
    margin-right: 40px;
}

@media screen and (max-width: 1200px) {
    .route__text {
        max-width: 450px;
    }
}

@media screen and (max-width: 992px) {
    .route__text {
        max-width: unset;
        width: 100%;
        margin-right: 0;
        margin-bottom: 36px;
    }
}

@media screen and (max-width: 576px) {
    .route__text {
        margin-bottom: 20px;
    }
}


.route__text *:not(h2) {
    color: #505A62;
}

.route__text > *:last-child {
    margin-bottom: 0;
}

.route .h2 {
    margin: 0 0 26px;
}

@media screen and (max-width: 576px) {
    .route .h2 {
        margin: 0 0 20px;
    }
}

.route__videos {
    max-width: 720px;
}

.route__video {
    max-width: 100%;
    width: 720px;
    aspect-ratio: 720/405;
    border-radius: 10px;
    margin-bottom: 20px;
}

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

.gallery {
    margin-top: 75px;
}

@media screen and (max-width: 576px) {
    .gallery {
        margin-top: 26px;
    }
}

.gallery .h2 {
    margin: 0 0 26px;
}

@media screen and (max-width: 576px) {
    .gallery .h2 {
        margin: 0 0 20px;
    }
}


.medimint__centered-slider .swiper-slide.gallery__elem {
    opacity: 1;
}

.medimint__centered-slider .swiper-slide.gallery__elem img {
    aspect-ratio: 1;
}

.how-to-open {
	margin: 40px 0 70px;
	padding: 40px;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: flex-start;
	border: 1px solid #E1E1E1;
    border-radius: 10px;
    overflow: hidden;
}

@media screen and (max-width: 768px) {
    .how-to-open {
		padding: 30px 20px 40px;
        flex-flow: column nowrap;
        justify-content: flex-start;
        align-items: center;
    }
}

@media screen and (max-width: 450px) {
    .how-to-open {
        margin: 0px 0 30px;
    }
}

.how-to-open__title {
    max-width: 351px;
    margin: 0 40px 0 0 !important;
	font-style: normal;
    font-weight: 700;
    font-size: 28px !important;
    line-height: 34px !important;
}

@media screen and (max-width: 992px) {
    .how-to-open__title {
        font-size: 26px !important;
        line-height: 32px !important;
    }
}

@media screen and (max-width: 768px) {
    .how-to-open__title {
        margin: 0 0 20px 0 !important;
        text-align: center;
        max-width: 500px;
    }
}

@media screen and (max-width: 575px) {
    .how-to-open__title {
        font-size: 24px !important;
        line-height: 29px !important;
    }
}

@media screen and (max-width: 450px) {
    .how-to-open__title {
        max-width: 300px;
    }
}

.how-to-open__title span {
	color: var(--yellow__mm);
}

.how-to-open__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 15px 46px;

    margin: 0 !important;
}

@media screen and (max-width: 992px) {
    .how-to-open__list {
        grid-gap: 15px 25px;
        grid-template-columns: 1fr;
    }
}

.how-to-open__list .how-to-open__list-item {
    width: 100%;
    max-width: 395px;

    margin: 0 !important;
}

.how-to-open__list .how-to-open__list-item::before {
    width: 8px !important;
    height: 8px !important;

    top: 10px !important;

    border-radius: 50%;
}

.how-to-open__btn.btn {
	margin-top: -15px;
	padding: 15px 42px;
	width: max-content;
	grid-column-start: 2;
	grid-column-end: 3;
}

@media screen and (max-width: 992px) {
	.how-to-open__btn.btn {
		margin-top: 25px;
		grid-column-start: unset;
		grid-column-end: unset;
	}
}

@media screen and (max-width: 768px) {
	.how-to-open__btn.btn {
		justify-self: center;
	}
}

@media screen and (max-width: 400px) {
	.how-to-open__btn.btn {
		max-width: unset;
		width: 100%;
	}
}


/* End */


/* Start:/bitrix/components/bitrix/map.yandex.system/templates/.default/style.css?1748539751666*/
div.bx-yandex-map {color: black; font-size: 11px;}
div.bx-yandex-map div.YMaps-b-balloon-content {color: black; font-size: 11px;}
div.bx-popup-form div.bx-yandex-map div.YMaps-b-balloon-point div.YMaps-b-balloon div.YMaps-b-balloon-wrap table.YMaps-b-balloon-frame td {
	padding: 0px !important;
}


div.bx-popup-form div.bx-yandex-map div.YMaps-b-balloon-point div.YMaps-b-balloon div.YMaps-b-balloon-wrap table.YMaps-b-balloon-frame td textarea{
	font-size: 11px;
}


div.bx-popup-form div.bx-yandex-map div.YMaps-b-balloon-point div.YMaps-b-balloon div.YMaps-b-balloon-wrap table.YMaps-b-balloon-frame td.YMaps-b-balloon-b {
	background-image: none !important;
}

/* End */
/* /contacts/addresses_styles.css?17485395032081 */
/* /bitrix/templates/alpha_s1/components/bitrix/news/contacts/bitrix/news.detail/.default/style.css?17485397226807 */
/* /bitrix/components/bitrix/map.yandex.system/templates/.default/style.css?1748539751666 */
