

/* Start:/bitrix/templates/retail/components/bitrix/catalog.store/stores_new/style.min.css?1728900154682*/
table.sale_personal_profile_list{border:0 double #000;width:80%;background-color:#f9fafb;font-size:12px}table.sale_personal_profile_list th{text-align:center;color:#25639a}table.sale_personal_profile_list th,table.sale_personal_profile_list td{border:0 double #000;padding:3px 5px 7px;vertical-align:top}div.catalog-detail-properties{clear:both;padding:1em 0 0;overflow:hidden;width:80%}div.catalog-detail-property{margin:0 0 1em;float:left;width:100%}div.catalog-detail-property span{float:left;position:relative;top:.31em;padding-right:3px;zoom:1}div.catalog-detail-properties-title{font-size:1em;font-weight:bold;margin:2em 0 1em}.last{text-align:right}.central{text-align:right}
/* End */


/* Start:/bitrix/templates/retail/components/bitrix/catalog.store/stores_new/bitrix/catalog.store.list/bootstrap_v4_new/style.css?17289075917334*/
.stores .nav-tabs {
	width: 100%;
	height: 100%;
	align-items: baseline;
	margin-right: -15px;
	padding-right: 15px;
	border-bottom: 0;
}
#storesTabList {
	max-height: 562px;
}
.stores .tab-content, .stores .tab-content .tab-pane, .stores .tab-content .tab_box {
	height: 560px;
}
.stores .nav-tabs .nav-item {
	display: block;
	margin: 0;
	width: 100%;
	margin-bottom: 20px;
	border: 1px solid #f0f0f0;
}
.stores .nav-tabs .nav-item:last-child {
	margin-bottom: 0;
}
.stores .nav-tabs .nav-link {
	display: block;
	width: 100%;
	text-align: left;
	font-weight: normal;
	padding: 15px 20px;
	border: 1px solid transparent;
	border-radius: 0;
	line-height: 1.5;
	background-color: #fff;
	box-shadow: 0 2px 2px rgba(0,0,0,.05);
	color: #000;
}
.stores .nav-tabs .nav-link.active {
	border-color: #81bc3d;
	box-shadow: none;
	color: #000;
}
.catalog-stores-item-title {
}
.catalog-stores-item-name {
	font-size: 14px;
	font-weight: bold;
}
.catalog-stores-item-address, .catalog-stores-item-info {
	font-size: 12px;
}
.shops-in .bx-yandex-map, .shops-in .ymaps-map, .bx-yandex-view-layout, .bx-yandex-view-map {
	width: 100% !important;
	height: 100% !important;
}
.show {
	opacity: 1;
}
@media all and (max-width: 991.98px) {
	#storesTabContent .tab-pane {
		opacity: 1;
		z-index: 0;
		position: relative;
		border: 1px solid #f0f0f0;
		background-color: #fff;
		box-shadow: 0 2px 2px rgba(0,0,0,.05);
		margin-bottom: 15px;
		padding: 0 15px;
	}
	#storesTabContent .tab-pane .tab_box {
		padding-bottom: 15px;
	}
	.stores .tab-content, .stores .tab-content .tab-pane, .stores .tab-content .tab_box {
		height: auto;
		border: none;
		box-shadow: none;
		background: transparent;
	}
	
	.stores .tab-content > .tab-pane .title {
		width: 100%;
		position: relative;
		text-align: left;
		padding: 10px 0;
	}
	.stores .tab-content > .tab-pane .title .fa {
		font-size: 24px;
		font-weight: bold;
		position: absolute;
		width: 30px;
		height: 30px;
		right: -9px;
		top: 0;
		bottom: 0;
		margin: auto;
		text-align: center;
	}
	.stores .tab-content > .tab-pane .title .fa-angle-up:before {
		content: "\f106";
	}
	.stores .tab-content > .tab-pane .title.collapsed .fa-angle-up:before {
		content: "\f107";
	}
}
/* @media screen and (max-width:575.98px)  {
	.stores .tab-content > .tab-pane .title, .recom_tab .title, .slider_box .title h2 {
		display: block;
		font-size: 20px;
		padding: 10px 70px 15px 0;
		position: relative;
		font-weight: bold;
		background: none;
	}
	.stores .tab-content > .tab-pane, .recom_tab {
		display: block;
		padding: 0;
		min-height: 100%;
		width: 100%;
	}

	.stores .row {
		flex-direction: column;
	}
	.stores .nav-tabs{
		display: block !important;
		padding-right: 0 !important;
	}
	#storesTabList{
		max-height: unset !important;
		margin-bottom: 20px;
	}
} */








.big-title {
	font-size: 36px;
	font-weight: 400;
	line-height: 43.2px;
	color: rgba(11, 11, 11, 1);
}




.shops-in__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.shops-in__title {
    margin-bottom: 30px;
}

.shops-in__contact {
    width: 50%;
    border: 1px solid rgba(220, 224, 232, 1);
    border-top-left-radius: 16px;
    border-bottom-left-radius: 16px;
}

.shops-contact__massage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.shops-contact__massage_mb-sm {
    margin-bottom: 2px;
}

.shops-contact__massage svg {
    width: 24px;
    height: 24px;
}

.shops-contact__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
}

.shops-contact__img-block {
    max-width: 140px;
    max-height: 120px;
}

.shops-contact__img-block img {
    width: 100%;
    height: 100%;
}

.shops-contact__group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: calc(360 / 585* 100%);
    margin-bottom: 15px;
}

.shops-contact__column {
    margin-bottom: 15px;
}

.shops-contact__item {
    padding: 30px;
    font-size: 14px;
    font-weight: 400;
    line-height: 16.8px;
}

.shops-contact__item:not(:last-of-type){
    border-bottom: 1px solid rgba(220, 224, 232, 1);
}

.shops-contact__item:first-of-type {
    padding-bottom: 75px;
}

.shops-in__map {
    width: 50%;
    max-height: 100%;
    border: 1px solid rgba(220, 224, 232, 1);
    border-top-right-radius: 16px;
    border-bottom-right-radius: 16px;
    overflow: hidden;
}

.shops-contact__link {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: rgba(0, 0, 0, 1);
}


.shops-contact__suptitle {
    margin-bottom: 5px;
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
}

.shops-contact__address {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 5px;
    margin-bottom: 15px;
}

.shops-contact__address svg {
    width: 18px;
    height: 18px;
}

.contact-action__header {
    margin-bottom: 4px;
    color: rgba(116, 123, 132, 1);
}
.contact-action__body {
    color: rgba(0, 0, 0, 1);
}

.shops-contact__social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
}

.shops-tel {
    margin-right: 30px;
}


@media screen and (max-width: 1200px) {

    .shops-contact__img-block {
        display: none;
    }

    .shops-contact__inner {
        display: contents;
    }

    .shops-contact__item:first-of-type {
        padding-bottom: 20px;
    }

    .shops-in__title {
        margin-bottom: 20px;
    }

    .shops-contact__item {
        padding: 20px;
    }

    .shops-contact__group {
        width: calc(325 / 486* 100%);
    }
    
    .big-title {
		font-size: 24px;
		font-weight: 400;
		font-size: 24px;
	}
}

@media screen and (max-width: 1024px) {

    .shops-in__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }

    .shops-in__contact,
    .shops-in__map {
        width: 100%;
    }
    
    .shops-in .bx-yandex-view-layout, .shops-in .bx-yandex-view-map {
		height: 526px !important;
	}

    .shops-contact__group {
        width: calc(320 / 720* 100%);
    }

    .shops-in__contact {
        border-radius: 0;
        border-top-left-radius: 16px;
        border-top-right-radius: 16px;
    }

    .shops-in__map {
        border-radius: 0;
        border-bottom-left-radius: 16px;
        border-bottom-right-radius: 16px;
    }

    .shops-in__map {
        min-height: 526px;
    }
}

@media screen and (max-width: 768px) {

    .shops-contact__group {
        width: 57%;
    }	

    .shops-in__map {
        min-height: 380px;
    }
    
    
    .shops-in .bx-yandex-view-layout, .shops-in .bx-yandex-view-map {
		height: 380px !important;
	}

    .shops-in__contact {
        border-top-left-radius: 24px;
        border-top-right-radius: 24px;
    }

    .shops-in__map {
        border-bottom-left-radius: 24px;
        border-bottom-right-radius: 24px;
    }
}

@media screen and (max-width: 600px) {
    .shops-contact__group {
        width: 100%;
    }	
}

/* End */


/* Start:/bitrix/components/bitrix/map.yandex.system/templates/.default/style.css?1706555644666*/
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 */
/* /bitrix/templates/retail/components/bitrix/catalog.store/stores_new/style.min.css?1728900154682 */
/* /bitrix/templates/retail/components/bitrix/catalog.store/stores_new/bitrix/catalog.store.list/bootstrap_v4_new/style.css?17289075917334 */
/* /bitrix/components/bitrix/map.yandex.system/templates/.default/style.css?1706555644666 */
