.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_products {
  margin-top: 95px;
}
.section_products + .section_footer {
  margin-top: 100px;
}
.section_products .products_slider {
  margin-top: 25px;
}
.section_products .product {
  padding: 66px 24px 43px;
  border: 1px solid #fff;
  transition: 0.3s;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: #4B5464;
  max-width: 262px;
  margin: 0 auto;
}
.section_products .product:hover {
  border-color: #F9631C;
}
.section_products .product picture {
  display: flex;
  justify-content: center;
}
.section_products .product picture img {
  display: block;
}
.section_products .product .name {
  font-size: 16px;
  line-height: 1.5;
  margin-top: 47px;
}
.section_products .product .price {
  font-size: 24px;
  line-height: 1.3;
  color: #F9631C;
  margin-top: 38px;
}
@media (max-width: 960px) {
  .section_products .product {
    text-align: center;
  }
}
@media (max-width: 768px) {
  .section_products {
    margin-top: 60px;
  }
  .section_products .product {
    padding: 25px 15px 15px;
  }
}
.section_systems_menu {
  background: #f1f6fc;
}
.section_systems_menu .menu {
  margin: 0;
  padding: 0 0 0 214px;
  display: flex;
  justify-content: space-between;
  list-style-type: none;
  height: 62px;
  align-items: center;
}
.section_systems_menu .menu li {
  margin: 0;
  padding: 0;
}
.section_systems_menu .menu a {
  color: #08214A;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: 0.3s;
}
.section_systems_menu .menu a:hover {
  color: #F9631C;
}
@media screen and (max-width: 1600px) {
  .section_systems_menu {
    margin-top: 130px;
  }
  .section_systems_menu + .section_inner_hero {
    margin-top: 0;
  }
}
@media screen and (max-width: 1220px) {
  .section_systems_menu {
    margin-top: 192px;
  }
  .section_systems_menu .menu {
    padding: 0;
  }
}
@media screen and (max-width: 960px) {
  .section_systems_menu {
    display: none;
  }
  .section_systems_menu + .section_inner_hero {
    margin-top: 70px;
  }
}
.section_product_description {
  font-size: 16px;
  background: #f9fbfd;
  padding: 60px 0;
}
.section_product_description ul {
  font-size: 16px;
  line-height: 1.5;
  margin: 24px 0 0;
  padding: 0;
  list-style-type: none;
}
.section_product_description ul li {
  padding-left: 33px;
  position: relative;
  margin-bottom: 15px;
}
.section_product_description ul li:before {
  content: "";
  width: 18px;
  height: 18px;
  display: inline-block;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 2px;
  background-color: #f9631c;
  -webkit-mask-image: url("/assets/template_v2/images/icons.svg?v12234#icon-check");
  mask-image: url("/assets/template_v2/images/icons.svg?v12234#icon-check");
}
.section_product_card .product_info {
  margin-top: 46px;
  background: #f9fbfd;
  display: flex;
  justify-content: space-between;
}
.section_product_card .product_info .images_wrap {
  background: #fff;
  border: 10px solid #f9fbfd;
  width: 860px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.section_product_card .product_info .images_wrap .left {
  padding: 30px;
  width: 400px;
  max-width: 50%;
}
.section_product_card .product_info .images_wrap .right {
  padding: 30px;
  width: 400px;
  max-width: 50%;
}
.section_product_card .product_info .images_wrap picture {
  display: block;
  width: 100%;
}
.section_product_card .product_info .images_wrap img {
  display: block;
  width: 100%;
  height: auto;
}
.section_product_card .product_parameters {
  width: calc(100% - 860px);
  padding: 44px 60px;
  color: #08214A;
  font-size: 20px;
  line-height: 1.1;
}
.section_product_card .product_parameters .counter-wrap {
  margin-top: 10px;
}
.section_product_card .product_parameters .form-group {
  margin-top: 30px;
}
.section_product_card .product_parameters .form-group label {
  display: block;
}
.section_product_card .product_parameters .colors_filter {
  font-size: 16px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 10px 0 0;
}
.section_product_card .product_parameters .colors_filter a {
  color: #F9631C;
}
.section_product_card .product_parameters .colors_filter a.active {
  color: #02478F;
  text-decoration: none;
}
.section_product_card .product_parameters .form-control {
  height: 64px;
  padding: 14px;
  line-height: 36px;
  font-size: 20px;
  color: #08214A;
  border: 0;
  margin-top: 10px;
  background: #fff;
}
.section_product_card .product_parameters .form-control.invalid {
  color: #e12c2c;
  background: #fff3f3;
}
@media screen and (max-width: 1600px) {
  .section_product_card .product_info .images_wrap {
    width: 700px;
  }
  .section_product_card .product_info .images_wrap .left, .section_product_card .product_info .images_wrap .right {
    padding: 15px;
  }
  .section_product_card .product_parameters {
    width: calc(100% - 700px);
    padding: 30px;
  }
}
@media screen and (max-width: 1220px) {
  .section_product_card .product_info .images_wrap {
    width: 500px;
  }
  .section_product_card .product_parameters {
    width: calc(100% - 500px);
    padding: 20px;
  }
}
@media screen and (max-width: 960px) {
  .section_product_card .product_info {
    display: block;
  }
  .section_product_card .product_info .images_wrap {
    width: 100%;
  }
  .section_product_card .product_parameters {
    width: 100%;
    padding: 15px 15px 40px;
  }
}
@media screen and (max-width: 480px) {
  .section_product_card .product_info .images_wrap {
    border-width: 15px;
    display: block;
  }
  .section_product_card .product_info .images_wrap .left, .section_product_card .product_info .images_wrap .right {
    max-width: 100%;
    width: 100%;
  }
  .section_product_card .product_parameters {
    font-size: 16px;
  }
  .section_product_card .product_parameters .form-control {
    height: 40px;
    padding: 10px;
    line-height: 20px;
    font-size: 16px;
    margin-top: 8px;
  }
}
.by-btn-row {
  background: #f9fbfd;
  color: #08214A;
  padding: 30px;
  margin: 50px 0;
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.by-btn-row .price_val {
  font-size: 30px;
  font-weight: bold;
  color: #F9631C;
  display: inline-block;
}
.by-btn-row .price_val .price_unit {
  font-size: 20px;
}
.by-btn-row .text {
  width: calc(100% - 250px);
}
.by-btn-row .cart-btn-wrap {
  position: relative;
  display: inline-block;
}
.by-btn-row .cart-btn-wrap .cart-error-bubble {
  display: none;
  position: absolute;
  bottom: calc(100% + 12px);
  left: 50%;
  transform: translateX(-50%);
  min-width: 100%;
  background: #fff;
  border: 1.5px solid #e12c2c;
  color: #e12c2c;
  font-size: 14px;
  line-height: 1.4;
  padding: 10px 14px;
  border-radius: 8px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
  z-index: 10;
  text-align: center;
  white-space: nowrap;
}
.by-btn-row .cart-btn-wrap .cart-error-bubble::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border: 8px solid transparent;
  border-top-color: #e12c2c;
}
.by-btn-row .cart-btn-wrap .cart-error-bubble::before {
  content: "";
  position: absolute;
  top: calc(100% - 1px);
  left: 50%;
  transform: translateX(-50%);
  border: 7px solid transparent;
  border-top-color: #fff;
  z-index: 1;
}
.by-btn-row .btn {
  width: 220px;
  padding-left: 10px;
  padding-right: 10px;
}
@media screen and (max-width: 960px) {
  .by-btn-row {
    padding: 20px;
    font-size: 20px;
  }
}
@media screen and (max-width: 600px) {
  .by-btn-row {
    display: block;
  }
  .by-btn-row .text {
    width: 100%;
  }
  .by-btn-row .cart-btn-wrap {
    margin-top: 20px;
  }
  .by-btn-row .btn {
    font-size: 16px;
    height: 50px;
    width: 220px;
    padding: 15px;
    line-height: 20px;
  }
}
