.detail_info_block {
  margin-top: 20px;
}

.detail_info_block:first-child {
  margin-top: 0px;
}

.detail_info_block .wrapper_inner {
  padding: 0;
}

.detail_info_block .top_slider_wrapp .main-slider .main-slider__wrapper .main-slider__item {
  background-position: left;
}

@media (max-width: 767px) {
  body .top_slider_wrapp .main-slider__item td.img:not(.with_video) {
    display: table-cell !important;
    height: 280px;
  }
}

@media (max-width: 450px) {
  body .top_slider_wrapp .main-slider__item td.img:not(.with_video) {
    display: table-cell !important;
    height: 250px;
  }
}

.swiper-container .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.detail_info_block .catalog_section_list .section_item {
  padding: 20px 15px;
}

.detail_info_block .catalog_section_list .section_item .image {
  padding: 0;
}

.table_row {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  height: 100%;
  max-width: 140px;
}

.item_block {
  margin-top: 10px
}

.section_item:hover .button_block a {
  color: #ffffff !important;
}

.section_item_inner {
  height: 100%;
}

.section_item_inner td {
  display: block;
  width: 100%;
  padding-right: 0;
}

.section_info {
  text-align: center;
}

.detail_info_block .catalog_section_list .section_item .section_info_list {
  margin-top: 10px;
}

.info_title {
  text-align: center;
  margin: 30px 0;
}

.city_select_wrapper {
  width: 80%;
  margin: 20px auto;
}

.city_select_wrapper > .common_select {
  max-width: 220px;
}

.history_img {
  float: right;
  max-width: 50%;
  margin-left: 20px;
}

.info_button {
  display: block;
  margin: 10px 0 6px 0;
}

.button_block {
  background-color: #365edc;
  border-color: #365edc;
  color: #ffffff;
  padding: 16px 26px 16px;
}

.block_right {
  margin: 0 0 0 auto;
}

.block_center {
  margin: 0 auto;
}

.button_wrapper {
  margin-top: 15px;
}

.button_wrapper .button_block {
  width: fit-content;
  display: block !important;
}

.button_block a {
  color: #ffffff;
}

.button_block a:hover {
  color: #ffffff !important;
}

.button_block:hover {
  background-color: #5073e1;
  border-color: #5073e1;
  color: #ffffff !important;
}

.differ_table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 5px 15px;
}

.differ_table th {
  height: 50px;
  padding-left: 15px;
}

.differ_table td {
  font-size: 13px;
  padding-left: 15px;
}

.differ_table tr:nth-child(2n - 1) {
  background: #f2f4f6;
}

#service_centers .bx-yandex-map {
  margin: 0 auto;
}

#service_centers .button_block {
  font-size: 11px;
  width: 75%;
  text-align: center;
}

.certificate_name {
  display: inline-block;
  margin: 15px auto 0;
  font-size: 12px;
  font-weight: 500;
  word-break: break-word;
}

.bold {
  font-weight: 500;
}

.addresses_wrapper {
  width: 80%;
  margin: 15px auto 0;
  font-size: 14px;
}


.brand_intro_image {
  text-align: center;
  margin-bottom: 20px;
}

.brand_intro_image img {
  max-width: 100%;
  height: auto;
  display: inline-block;
}

.brand_intro_text,
.brand_empty_state_text {
  width: 80%;
  margin: 0 auto;
  font-size: 15px;
  line-height: 1.6;
}

.brand_no_image {
  width: 100%;
  min-height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #777;
  background: #f5f5f5;
  border: 1px solid #e5e5e5;
  padding: 10px;
}
