

/* Start:/local/templates/bigcenter_locator_2024/pages/about/v3/style.css?17183483111625*/
.section_number {
	padding: 36px 15px;
	border-radius: 5px;
}
.about_page_numbers_title{
	font-weight: 800;
	font-size: 22px;
	line-height: 1.2;
	text-transform: uppercase;
	color: #FFFFFF;
	margin-bottom: 40px;
	
}
.about_page_numbers_list{
	display: flex;
	list-style: none;
	padding: 0;
	margin: 0;
	flex-direction: column;
}
.about_page_numbers_item{
	text-align: left;
}

.about_page_numbers_left{
	display: inline-block;
	width: 100%;
	font-weight: 700;
	font-size: 50px;
	line-height: 80px;
	text-transform: uppercase;
	color: var(--bs-main-color, #ED1C24);
}
.about_page_numbers_right{
	display: inline-block;
	width: 100%;
	font-weight: 500;
	font-size: 14px;
	line-height: 1.1;
	color: #FFFFFF;
}









.command_row {
	display: flex;
	gap: 20px;
	flex-wrap: wrap;
}
.command_row_right img{
	display: block;
	height: auto;
	width: 100%;
	max-height: 350px;
}
.command_description {
	padding-bottom: 50px;
	font-weight: 500;
	opacity: 0.7;
}
.command_btn {
	width: 290px;
}
@media(min-width: 768px){
	.command_row {
		flex-wrap: nowrap;
	}
}


.header_desc_about{
	font-size: 14px;
	line-height: 1.4;
	font-weight: 500;
	opacity: 0.7;
}

@media(min-width: 992px){
 
 
	.header_desc_about{
		font-size: 16px;
	}
	.about_page_numbers_list{
		flex-direction: row;
	}
	.about_page_numbers_item{
		text-align: center;
	}
	.about_page_numbers_item:not(:last-child){
		border-right: 2px solid rgba(76, 81, 96, 0.4);
	}
	.section_number {
		padding: 36px 50px;
	}
	.about_page_numbers_title {
		font-size: 35px;
	}

}
/* 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/partners_slider2/style.css?17181087521106*/
.partner_list {
	margin-top: 10px;
	overflow: hidden;
	position: relative;
	height: 107px;
	/* max-width: 966px; */
}

.partner_list::before {
	content: '';
	position: absolute;
	background: linear-gradient(90deg, #fff, rgba(255,255,255,0));
	width: 30px;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 2;
}

.partner_list .owl-stage {
	display: flex;
}

.partner_item {
	display: flex !important;
	align-items: center;
	/* justify-content: center; */
	/* height: 100%; */
	/* line-height: 1; */
	padding: 10px;
	
}

.partner_item img {
	display: block;
	/* max-height: 107px; */
	/* height: 100%; */
	height: auto;
	/* width: 100%; */
	max-width: 100%;
	/* object-fit: cover; */
	/* max-width: 100%; */
}


@media(min-width: 992px) {
	.partner_list {
		margin: 20px 0 20px;
	}
}
.partner_row {
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	gap: 10px;
}
@media(min-width: 992px) {
	.partner_row {
		flex-direction: row;
	}
}

.partner_desc {
	max-width: 100%;
	font-size: 16px;
	font-weight: 500;
	opacity: 0.7;
}
@media(min-width: 992px) {
	.partner_desc {
		max-width: 55%;
	}
}
/* End */


/* Start:/local/templates/bigcenter_locator_2024/components/bitrix/news.list/certificates2/style.css?1721126538737*/
.certificates_item {
	line-height: 0;
	border: 1px solid #EEEEEE;
	margin-left: 10px;
}
.certificates_item a {
	display: inline-block;
}
.certificates_list {
	/* display: flex;
	overflow: hidden;
	flex-wrap: wrap;
	gap: 18px; */
}
.certificates_item img {
	height: auto;
	width: 300px;
}
@media(min-width: 992px){
	/* .certificates_list {
		margin: 20px 0 20px;
	} */
}
.certificates_list.owl-carousel .owl-nav button.owl-prev, .certificates_list.owl-carousel .owl-nav button.owl-next {
    background: inherit;
    border-radius: unset;
}
.certificates_list .owl-nav button.owl-prev, .certificates_list .owl-nav button.owl-next {
    border: 0 !important;
}
@media (max-width:992px){
	.certificates_list .owl-nav{
		display: none;
	}

}
/* 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/about/v3/style.css?17183483111625 */
/* /local/templates/bigcenter_locator_2024/components/bitrix/menu/page_left_menu/style.css?17211264211552 */
/* /local/templates/bigcenter_locator_2024/components/bitrix/news.list/partners_slider2/style.css?17181087521106 */
/* /local/templates/bigcenter_locator_2024/components/bitrix/news.list/certificates2/style.css?1721126538737 */
/* /local/templates/bigcenter_locator_2024/page_blocks/bighelp/page_form/style.css?17479114061539 */
