

/* Start:/local/templates/bigcenter_locator_2024/pages/contacts/v3/style.css?1747741878773*/
.contact_row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  row-gap: 20px;
}
@media (min-width: 992px) {
  .contact_row {
    flex-direction: row;
  }
}
.contact_row .contact_email {
  color: #14121A;
  font-size: 16px;
  font-weight: 500;
}
@media (min-width: 992px) {
  .contact_row .contact_email {
    font-size: 20px;
  }
}
.contact_row .contact_phone {
  color: #14121A;
  font-size: 16px;
  font-weight: 500;
}
@media (min-width: 992px) {
  .contact_row .contact_phone {
    font-size: 20px;
  }
}
.contact_row .contact_phone_block {
  display: flex;
  flex-direction: column;
  margin-right: 10px;
}
.contact_row .contact_block {
  display: flex;
  align-items: center;
}/*# sourceMappingURL=style.css.map */
/* End */


/* Start:/local/templates/bigcenter_locator_2024/components/bitrix/menu/page_left_menu/style.css?17211264211552*/
.content_left_menu {
  text-transform: uppercase;
  cursor: pointer;
  background-color: #FFF;
  border-radius: 5px;
}
.content_left_menu ul {
  display: flex;
  gap: 10px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.content_left_menu li a {
  text-decoration: none;
  color: #14121A;
  position: relative;
  white-space: nowrap;
  transition: 0.3s;
  font-size: 12px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px;
  background-color: #F0F0F0;
  border-radius: 5px;
}
.content_left_menu li a.is_active svg path {
  stroke: var(--bs-main-hover-color, #DB1118);
}
@media (hover: hover) {
  .content_left_menu li a:hover {
    color: var(--bs-main-hover-color, #DB1118);
  }
}

@media (min-width: 992px) {
  .content_left_menu {
    padding: 30px 10px;
    margin-bottom: 40px;
    background-color: #F0F0F0;
    position: sticky !important;
    top: 160px;
  }
  .content_left_menu ul {
    display: block !important;
    overflow: inherit;
  }
  .content_left_menu li:not(:last-child) {
    margin-bottom: 10px;
  }
  .content_left_menu li a {
    border-radius: unset;
  }
}
@media (min-width: 1200px) {
  .content_left_menu li a {
    font-size: 16px;
    padding: 8px 0;
  }
  .content_left_menu li:not(:last-child) {
    margin-bottom: 17px;
  }
  .content_left_menu li a.is_active::before {
    content: "";
    position: absolute;
    border-right: 2px solid #ED1C24;
    height: 100%;
    left: -25px;
    top: 0;
  }
}/*# sourceMappingURL=style.css.map */
/* End */


/* Start:/local/templates/bigcenter_locator_2024/components/bitrix/news.list/filials_list2/style.css?17157624721217*/
.filial_item {
	border: 1px solid #F0F0F0;
	padding: 10px;
	display: flex;
	align-items: left;
	justify-content: space-between;
	flex-direction: column;
	border-radius: 5px;
}

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

.filial_item_city {
	font-weight: 500;
	font-size: 18px;
	color: var(--bs-black-color, #14121A);
	text-wrap: nowrap;
}

.filial_item_address {
	font-weight: 500;
	font-size: 16px;
	color: var(--bs-black-color, #14121A);
}

.filial_item_link_map {
	font-weight: 700;
	font-size: 12px;
	line-height: 16px;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: var(--bs-main-color, #ED1C24);
	text-decoration: none;
	margin-bottom: 32px;
}

.filial_item>div:first-child {
	margin-bottom: 10px;
}

.filial_item>div:nth-child(2) {
	margin-bottom: 10px;
	opacity: 0.7;
}

 


@media(min-width: 768px) {

}

@media(min-width: 992px) {

}

@media(min-width: 1200px) {
	.filial_item {
		padding: 0 30px;
		height: 60px;
		flex-direction: row;
		align-items: center;
	}
	.filial_item_address {
		font-size: 18px;
	}
	.filial_item>div:first-child {
		width: 23%;
	}

	.filial_item>div:nth-child(2) {
		width: 40%;
	}

	.filial_item>div:last-child {
		/* width: 20%; */
		padding: 0;
	}
}
/* End */


/* Start:/local/templates/bigcenter_locator_2024/components/bitrix/map.yandex.view/filials_map/style.css?17157624721315*/
.modal-map{
    width: 800px !important;
    max-width: 100% !important;
}
.map_container {
    display: flex;
    align-items: center;
    width: 100%;
	padding: 0 !important;
}
div.bx-yandex-map {
    max-width: 100%;
}
.fancybox-close-small{
	display: flex !important;
    align-items: center;
    justify-content: center;
    padding: 0 !important;
}
.fancybox-close-small svg{
	width: 24px !important;
	height: 24px !important;
}
.fancybox-close-small svg path{
	fill: #000;
}
.fancybox-close-small:hover svg{
	transition: all .3s;
    transform: scale(1.3);
}
.fancybox-close-small:hover svg path{
    fill: #ed1c24;
    stroke: #ed1c24;
}
.map_store{
    margin-bottom: 25px;
}
.map_text{
    min-width: 300px;
    font-size: 14px;
    padding-left: 30px;
}
.map_text_title{
    line-height: normal;
    font-weight: 500;
    font-size: 16px;
    text-transform: uppercase;
}
@media(max-width: 768px){
    .bx-yandex-map{
        width: 100% !important;
        min-width: 320px;
        max-width: 100% !important;
    }
    .map_container {
        flex-direction: column;
    }
    .map_text{
        padding-left: 0;
        padding-top: 20px;
    }
}
@media(max-width: 576px){
    .bx-yandex-map{
       height: 400px !important;
    }
}
/* End */


/* Start:/bitrix/components/bitrix/map.yandex.system/templates/.default/style.css?1651761103666*/
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 */


/* Start:/local/templates/bigcenter_locator_2024/page_blocks/bighelp/page_form/style.css?17479114061539*/
.bighelp_form_row {
  display: flex;
  flex-wrap: wrap;
}
.bighelp_form_row .bighelp_form_title,
.bighelp_form_row .bighelp_form_desc {
  color: white;
}
.bighelp_form_row .bighelp_form_desc {
  margin-bottom: 25px;
}
.bighelp_form_row .bighelp_form_left {
  width: 100%;
}
@media (min-width: 992px) {
  .bighelp_form_row .bighelp_form_left {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
}
.bighelp_form_row .bighelp_form_right {
  width: 100%;
}
@media (min-width: 992px) {
  .bighelp_form_row .bighelp_form_right {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
}
.bighelp_form_row .bighelp_form_name_row {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .bighelp_form_row .bighelp_form_name_row {
    gap: 20px;
    flex-wrap: nowrap;
  }
}
.bighelp_form_row .bighelp_form_name_row > div {
  width: 100%;
}
@media (min-width: 992px) {
  .bighelp_form_row .bighelp_form_name_row > div {
    width: 50%;
  }
}
.bighelp_form_row .bighelp_form_checkbox {
  margin-bottom: 0;
}
.bighelp_form_row .bighelp_form_checkbox label {
  color: white;
}
.bighelp_form_row .bighelp_form_checkbox span {
  text-wrap: wrap !important;
}
.bighelp_form_row .bighelp_form_action {
  display: flex;
  align-items: center;
  flex-direction: column;
  row-gap: 20px;
  justify-content: space-between;
  color: #fff;
}
@media (min-width: 992px) {
  .bighelp_form_row .bighelp_form_action {
    flex-direction: row;
  }
}
.bighelp_form_row .bighelp_form_action .bighelp_form_btn {
  width: 290px;
}/*# sourceMappingURL=style.css.map */
/* End */
/* /local/templates/bigcenter_locator_2024/pages/contacts/v3/style.css?1747741878773 */
/* /local/templates/bigcenter_locator_2024/components/bitrix/menu/page_left_menu/style.css?17211264211552 */
/* /local/templates/bigcenter_locator_2024/components/bitrix/news.list/filials_list2/style.css?17157624721217 */
/* /local/templates/bigcenter_locator_2024/components/bitrix/map.yandex.view/filials_map/style.css?17157624721315 */
/* /bitrix/components/bitrix/map.yandex.system/templates/.default/style.css?1651761103666 */
/* /local/templates/bigcenter_locator_2024/page_blocks/bighelp/page_form/style.css?17479114061539 */
