.section_breadcrumbs {
  border-top: 2px solid #dbe5ef;
}
.section_breadcrumbs.full .breadcrumb:before {
  display: none;
}
.section_breadcrumbs .breadcrumb {
  margin: 0;
  padding: 15px 0;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  font-size: 16px;
  line-height: 30px;
}
.section_breadcrumbs .breadcrumb:before {
  content: "";
  height: 10px;
  width: 214px;
  display: inline-block;
}
.section_breadcrumbs .breadcrumb li a {
  text-decoration: none;
  color: #08214A;
}
.section_breadcrumbs .breadcrumb li .icon {
  width: 12px;
  height: 10px;
  fill: #8296B7;
  margin: 0 20px;
}
.section_breadcrumbs .breadcrumb li:last-child .icon {
  display: none;
}
@media (max-width: 1600px) {
  .section_breadcrumbs {
    margin-top: 130px;
  }
  .section_breadcrumbs.full {
    margin-top: 0;
  }
}
@media (max-width: 960px) {
  .section_breadcrumbs {
    margin-top: 70px;
  }
  .section_breadcrumbs .breadcrumb {
    padding: 21px 0;
  }
  .section_breadcrumbs .breadcrumb:before {
    width: 120px;
  }
  .section_breadcrumbs.full {
    margin-top: 128px;
  }
}
.section_mdf_panel {
  margin-top: 70px;
}
.section_mdf_panel .main_data {
  margin-top: 46px;
  background: #f9fbfd;
  display: flex;
  justify-content: space-between;
}
.section_mdf_panel .main_data .image {
  width: 860px;
}
.section_mdf_panel .main_data .image_slider {
  height: 100%;
}
.section_mdf_panel .main_data .image_slider .slide {
  height: auto;
}
.section_mdf_panel .main_data .image_slider .slide a {
  display: block;
  height: 100%;
}
.section_mdf_panel .main_data .image_slider .slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.section_mdf_panel .main_data .image_slider .slide + .slide {
  display: none;
}
.section_mdf_panel .main_data .image_slider.slick-initialized .slick-list, .section_mdf_panel .main_data .image_slider.slick-initialized .slick-track {
  height: 100%;
}
.section_mdf_panel .main_data .image_slider.slick-initialized .slide {
  display: block !important;
}
.section_mdf_panel .main_data .image_slider .slick-arrow {
  background: #F9631C;
  box-shadow: 2px 5px 16px rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  width: 35px;
  height: 35px;
  padding-top: 6px;
}
.section_mdf_panel .main_data .image_slider .slick-arrow .icon {
  fill: #fff;
}
.section_mdf_panel .main_data .image_slider .slick-arrow.slick-prev {
  margin-left: -17px;
}
.section_mdf_panel .main_data .image_slider .slick-arrow.slick-next {
  margin-right: -17px;
}
@media (max-width: 1600px) {
  .section_mdf_panel .main_data .image {
    width: 690px;
  }
}
@media (max-width: 1220px) {
  .section_mdf_panel .main_data .image {
    width: 500px;
  }
}
@media (max-width: 960px) {
  .section_mdf_panel .main_data {
    display: block;
    margin-top: 30px;
  }
  .section_mdf_panel .main_data .image {
    width: 100%;
    padding-bottom: 62.48%;
    position: relative;
  }
  .section_mdf_panel .main_data .image .image_slider {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
  }
}
.section_mdf_panel .info {
  padding: 44px 60px;
  width: calc(100% - 860px);
}
.section_mdf_panel .info .price_row {
  font-size: 24px;
  line-height: 1.3;
  color: #08214A;
}
.section_mdf_panel .info .price_row > span {
  color: #F9631C;
  display: inline-block;
}
.section_mdf_panel .info .counter-wrap {
  margin-top: 0;
}
.section_mdf_panel .info .links {
  margin-top: 20px;
  font-size: 20px;
  line-height: 1.1;
  color: #08214A;
}
.section_mdf_panel .info .links a {
  color: #F9631C;
  margin-right: 20px;
  text-decoration: underline;
  text-decoration-style: dotted;
  display: inline-block;
  margin-top: 11px;
}
.section_mdf_panel .info .links a:hover {
  text-decoration: underline;
}
.section_mdf_panel .info .links span {
  display: block;
  margin-top: 28px;
}
.section_mdf_panel .info .links span a {
  text-decoration: none;
}
.section_mdf_panel .info .links span a:hover {
  text-decoration: underline;
}
.section_mdf_panel .info .btn {
  margin-top: 45px;
  width: 230px;
}
@media (max-width: 1600px) {
  .section_mdf_panel .info {
    width: calc(100% - 700px);
    padding: 30px 15px;
  }
}
@media (max-width: 1220px) {
  .section_mdf_panel .info {
    width: calc(100% - 520px);
    padding: 20px 15px;
  }
}
@media (max-width: 960px) {
  .section_mdf_panel .info {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .section_mdf_panel .info {
    padding: 25px 15px;
  }
  .section_mdf_panel .info .price_row {
    font-size: 16px;
  }
  .section_mdf_panel .info .counter-wrap {
    margin-top: 20px;
  }
  .section_mdf_panel .info .links {
    margin-top: 20px;
    font-size: 16px;
  }
  .section_mdf_panel .info .links a {
    margin-right: 15px;
    margin-top: 10px;
  }
  .section_mdf_panel .info .links span {
    margin-top: 20px;
  }
  .section_mdf_panel .info .btn {
    margin-top: 30px;
    width: 190px;
  }
}
@media (max-width: 960px) {
  .section_mdf_panel {
    margin-top: 50px;
  }
}
@media (max-width: 600px) {
  .section_mdf_panel {
    margin-top: 20px;
  }
}
.section_mdf_panel_content {
  margin-top: 46px;
}
.section_mdf_panel_content .tabs .tabs_header {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.section_mdf_panel_content .tabs .open_tab {
  font-size: 24px;
  line-height: 1.3;
  padding: 10px;
  background: #8296B7;
  border-radius: 10px;
  text-decoration: none;
  color: #fff;
  transition: 0.3s;
}
.section_mdf_panel_content .tabs .open_tab:hover, .section_mdf_panel_content .tabs .open_tab.active {
  background: #F9631C;
}
.section_mdf_panel_content .tabs .tab {
  margin-top: 70px;
  display: none;
}
.section_mdf_panel_content .tabs .tab.active {
  display: block;
}
.section_mdf_panel_content table {
  background: #f9fcff;
  width: 100%;
}
.section_mdf_panel_content table tr:nth-child(2n) td {
  background: #edf4fb;
}
.section_mdf_panel_content table td {
  font-size: 16px;
  line-height: 24px;
  padding: 13px;
  color: #08214A;
}
.section_mdf_panel_content table td:first-child {
  padding-left: 33px;
}
.section_mdf_panel_content table td:last-child {
  text-align: right;
  padding-right: 33px;
}
@media screen and (max-width: 1220px) {
  .section_mdf_panel_content .tabs .open_tab {
    font-size: 16px;
  }
  .section_mdf_panel_content .tabs .tab {
    margin-top: 30px;
  }
}
@media screen and (max-width: 960px) {
  .section_mdf_panel_content table td {
    font-size: 14px;
    line-height: 18px;
    padding: 10px;
  }
  .section_mdf_panel_content table td:first-child {
    padding-left: 20px;
  }
  .section_mdf_panel_content table td:last-child {
    padding-right: 20px;
  }
}
@media screen and (max-width: 640px) {
  .section_mdf_panel_content table {
    display: block;
  }
  .section_mdf_panel_content table tbody {
    display: block;
  }
  .section_mdf_panel_content table tr {
    display: block;
  }
  .section_mdf_panel_content table td {
    font-size: 14px;
    line-height: 18px;
    display: block;
    text-align: left !important;
    padding: 10px 15px !important;
  }
  .section_mdf_panel_content table td:first-child {
    font-weight: bold;
    padding-bottom: 0 !important;
  }
  .section_mdf_panel_content table td:last-child {
    padding-top: 5px !important;
  }
}
@media screen and (max-width: 480px) {
  .section_mdf_panel_content .tabs .tabs_header {
    gap: 7px;
  }
  .section_mdf_panel_content .tabs .open_tab {
    font-size: 14px;
    padding: 5px 8px;
    border-radius: 5px;
  }
}
.section_mdf_panels_slider {
  margin-top: 70px;
}
.section_mdf_panels_slider + .section_footer {
  margin-top: 120px;
}
.section_mdf_panels_slider .mdf_panels_slider {
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.section_mdf_panels_slider .mdf_panel_card {
  font-size: 20px;
  line-height: 1.1;
  color: #4B5464;
  text-decoration: none;
  width: calc(25% - 15px);
  background: #f9fbfd;
}
.section_mdf_panels_slider .mdf_panel_card picture {
  display: block;
  width: 100%;
}
.section_mdf_panels_slider .mdf_panel_card img {
  display: block;
  width: 100%;
  height: auto;
}
.section_mdf_panels_slider .mdf_panel_card .name {
  height: 56px;
  display: flex;
  align-items: center;
  margin: 0;
  position: relative;
  padding: 0 20px;
}
.section_mdf_panels_slider .mdf_panel_card .name:before {
  content: "";
  width: 43px;
  height: 5px;
  position: absolute;
  top: -5px;
  left: 0;
  background: #F9631C;
  transition: 0.3s;
}
.section_mdf_panels_slider .mdf_panel_card .name span {
  text-wrap: balance;
}
.section_mdf_panels_slider .mdf_panel_card:hover .name::before {
  width: 100%;
}
.section_mdf_panels_slider .btn {
  margin-top: 46px;
}
@media screen and (max-width: 1220px) {
  .section_mdf_panels_slider .mdf_panel_card {
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 600px) {
  .section_mdf_panels_slider .mdf_panel_card {
    font-size: 14px;
  }
  .section_mdf_panels_slider .mdf_panel_card .name {
    min-height: 56px;
    height: auto;
    padding: 0 15px;
  }
}
@media screen and (max-width: 480px) {
  .section_mdf_panels_slider {
    margin-top: 50px;
  }
  .section_mdf_panels_slider + .section_footer {
    margin-top: 70px;
  }
  .section_mdf_panels_slider .mdf_panels_slider {
    margin-top: 30px;
    gap: 10px;
  }
  .section_mdf_panels_slider .mdf_panel_card {
    width: calc(50% - 5px);
  }
}
