

/* Start:/local/templates/.default/components/bitrix/system.pagenavigation/.default/style.css?17440128462839*/
.bx-pagination {
	margin: 10px 0;
}
.bx-pagination .bx-pagination-container {
	text-align: center;
	position: relative; 
}
.bx-pagination .bx-pagination-container ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: inline-block;
}
.bx-pagination .bx-pagination-container ul li {
	display: inline-block;
	margin: 0 2px 15px 2px;
}
.bx-pagination .bx-pagination-container ul li span{
    -webkit-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
       -moz-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    	-ms-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    	 -o-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    		transition: color .3s ease, background-color .3s ease, border-color .3s ease;
	background: #fff;
	padding: 0 8px;
	display: block;
	height: 32px;
	width: 32px;
	line-height: 32px;
	color: #444;
	font-size: 14px;
	border-radius: 4px;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	
}
.bx-pagination .bx-pagination-container ul li a {
	text-decoration: none;
	display: block;
	border-radius: 4px; 
	height: 32px;
	min-width: 32px;
	line-height: 32px;
	color: #444;
	vertical-align: middle;
}
.bx-pagination .bx-pagination-container ul li a:hover span{
	background: #DADADA;
}
.bx-pagination .bx-pagination-container ul li.bx-active span{
	background: #81A813;
	color: #fff;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all a span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev a span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next a span {
	background: #fff;
	/* border: 2px solid #eff0f1; */
	line-height: 28px;
	/* padding: 0 18px; */
	color: #444;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next span{
	color: #aab1b4;
	background: #fff;
	/* border: 2px solid #eff0f1; */
	line-height: 28px;
	/* padding: 0 18px; */
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all a:hover span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev a:hover span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next a:hover span {
	background: #fff;
	border-color: #DADADA;
	color: #000;
}

/*color schemes*/
.bx-pagination.bx-green  .bx-pagination-container ul li.bx-active span{
	background: #3bc915;
	color: #fff;
}
.bx-pagination.bx-yellow  .bx-pagination-container ul li.bx-active span{
	background: #F9A91D;
	color: #fff;
}
.bx-pagination.bx-red  .bx-pagination-container ul li.bx-active span{
	background: #E22B2B;
	color: #fff;
}
.bx-pagination.bx-blue .bx-pagination-container ul li.bx-active span{
	background: #0083d1;
	color: #fff;
}

/* End */


/* Start:/local/templates/.default/components/bitrix/news.list/shop_list_contacts/style.css?17670050477358*/
.contacts{
	margin-bottom: 100px;
}


.maps{
	height: 550px;
}


.contacts_info{
	border-radius: 16px;
	background: var(--color-white);
	height: 100%;
	padding: 40px 20px 40px;
	position: relative;
}

.contacts_info::after{
	content: url(/local/templates/.default/images/contacts_info.svg);
	position: absolute;
	right: 30px;
	bottom: 51px;

}

.contacts_info_default{
	padding: 0 20px;
}

.contacts_info_default_phone{
	display: flex;
	flex-direction: column;
	gap: 12px;
	margin-bottom: 20px;
}

.contacts_info_default_phone div{
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.contacts_info_default_phone div a{
	color: var(--color-black);
	font-weight: 700;
	white-space: nowrap;
}


.contacts_info_default_email a{
	color: var(--color-black);
	text-decoration-line: underline;
	text-decoration-style: solid;
	text-decoration-skip-ink: none;
	text-decoration-thickness: auto;
	text-underline-offset: auto;
	text-underline-position: from-font;
}


.contacts_list_wrapper{
	/* height: 314px; */
	overflow-y: auto;
	padding-right: 10px;
	/* margin-top: 24px; */
}

.contacts_list{
	display: flex;
	flex-direction: column;
	gap: 30px;
	margin-bottom: 1px;
}

.contacts_item{
	border-radius: 16px;
	background: #FFF;
	padding: 40px 84px 40px 40px;
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.contacts_item_top{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	/* cursor: pointer; */
}

/* .contacts_item_top::after{
	content: '' ;
	width: 24px;
	height: 24px;
	display: block;
	background: url(/local/templates/.default/images/contants_arrow.svg) no-repeat center;
} */

.active .contacts_item_top::after{
	transform: rotate(180deg);
	
}


.contacts_item_top_cont{
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.contacts_item_name{
	color: #30353B;
	font-family: var(--second-family);
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 24px; /* 150% */
	text-transform: uppercase;
}

.contacts_item_address{
	color: var(--Color-Orange, #F36D29);
	font-family: var(--first-family);
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 30px; /* 166.667% */
}

.contacts_item_bottom{
 /* display: none; */
}

.contacts_item_bottom_cont{
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.contacts_item_adress_descr{
	color: var(--Color-Grey, #7D7D7D);
	/* Text/Regular_16 */
	font-family: var(--first-family);
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 26px; /* 162.5% */
}
.contacts_item_phone a{
	color: #30353B;
	font-family: var(--second-family);
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 30px; /* 150% */
}
.contacts_item_phone span{
	display: flex;
	align-items: center;
}
.contacts_item_phone{
	display: flex;
	flex-direction: column;
	gap: 20px;
	justify-content: center;
	color: #30353B;

font-family: "Open Sans";
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: normal;
}

.contacts_item_phone div{
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.contacts_item_phone div a{
	color: var(--color-black);
	font-weight: 700;
	white-space: nowrap;
}


.contacts_item_time_work{
	color: #808080;
	font-family: var(--second-family);
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 8px;
}

.contacts_item_email a{
	color: var(--color-black);
	text-decoration-line: underline;
	text-decoration-style: solid;
	text-decoration-skip-ink: none;
	text-decoration-thickness: auto;
	text-underline-offset: auto;
	text-underline-position: from-font;
}
.contacts_item_email a:hover{
	color: var(--color-black);
}
.margin_blok{
	margin-bottom: 60px;
}
.contacts_item_email p{
	color: var(--Color-Black, #30353B);
	font-family: var(--second-family);
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 30px; /* 187.5% */
	margin-bottom: 8px;
}
.contacts_info_default .contacts_item_name{
	font-family: var(--second-family);
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 32px; /* 133.333% */
	text-transform: uppercase;
	margin-bottom: 8px;
}
.contacts_info_default .contacts_item_time_work{
	margin-bottom: 16px;
}
.contacts_info_default .contacts_item_email{
	margin-bottom: 16px;
	margin-top: 8px;
}
.social_media{
	margin-top: 57px;
	display: flex;
	gap: 14px;
}
.contacts_info_default .contacts_item_address{
	color: var(--Color-Orange, #F36D29);
	font-family: var(--first-family);
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 30px; /* 125% */
}
.contacts_info_default .no_margin{
	margin-top: 0;
	margin-bottom: 0;
}
.work_region{
	border-radius: 16px;
	background: #FFF;
	padding: 48px;
}
.work_region ul{
	margin-top: 24px;
}
.work_region li{
	color: var(--Color-Green, #81A813);
	/* Text/Regular_18 */
	font-family: var(--first-family);
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 30px; /* 166.667% */
	margin-bottom: 16px;
}
.dot_title{
	color: #30353B;
	font-family: var(--second-family);
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
}
.dot_phone a{
	color: #30353B;
	font-family: var(--first-family);
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}
.dot_phone a:hover{
	color: #30353B;
	text-decoration: none;
}
.dot_adres{
	margin-top:16px;
	margin-bottom:8px;
	color: #F36D29;
	font-family: var(--first-family);
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.dot_adress_descr{
	margin-bottom: 16px;
	color: #7D7D7D;
	font-family: var(--first-family);
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 22px; /* 157.143% */
}
.dot_phone{
	color: #30353B;
	font-family: var(--first-family);
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-bottom: 16px;
}
.dot_time_work{
	color: var(--Color-Grey, #7D7D7D);
	font-family: var(--second-family);
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-bottom: 20px;
}
.dot_email a{
	color: #30353B;
	font-family: var(--first-family);
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-decoration-line: underline;
	text-decoration-style: solid;
	text-decoration-skip-ink: none;
	text-decoration-thickness: auto;
	text-underline-offset: auto;
	text-underline-position: from-font;
}
.dot_email a:hover{
	color: #30353B;
	font-family: var(--first-family);
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-decoration-line: underline;
	text-decoration-style: solid;
	text-decoration-skip-ink: none;
	text-decoration-thickness: auto;
	text-underline-offset: auto;
	text-underline-position: from-font;
}
/* .ymaps-2-1-79-balloon__layout{
	border-radius: 16px;
	padding:20px;
} */
.ymaps-2-1-79-balloon__close+.ymaps-2-1-79-balloon__content{
	padding:20px;
	border-radius: 16px;
}
.ymaps-2-1-79-balloon{
	border-radius: 16px;
}
.ymaps-2-1-79-balloon__layout{
	border-radius: 16px;
}
.ymaps-2-1-79-balloon__close-button {
	width: 47px!important;
	height: 57px!important;
}


@media(max-width:768px){
	.contacts_item{
		padding: 30px;
	}
}


@media(max-width: 576px){
	.contacts_item_phone{
		gap: 10px;
	}
	.contacts_item_phone a{
		font-size: 14px;
		line-height: 24px;
	}

.contacts_info_default .contacts_item_address{
	font-size: 20px;
}

}
/* End */
/* /local/templates/.default/components/bitrix/system.pagenavigation/.default/style.css?17440128462839 */
/* /local/templates/.default/components/bitrix/news.list/shop_list_contacts/style.css?17670050477358 */
