@charset "UTF-8";
.section_inner_hero {
  position: relative;
}
.section_inner_hero .image_wrap {
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
}
.section_inner_hero .image_wrap:before {
  content: "";
  width: 50%;
  background: url(/assets/template_v2/images/inner_hero_bg.jpg) center no-repeat;
  background-size: cover;
}
.section_inner_hero .image_wrap .image {
  width: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.section_inner_hero .container {
  position: relative;
  z-index: 2;
}
.section_inner_hero .content {
  padding: 130px 0 130px;
  width: 475px;
}
.section_inner_hero .content h1 {
  margin-top: 24px;
  font-size: 48px;
  line-height: 1.2;
  font-weight: 700;
  color: #08214A;
  text-transform: uppercase;
}
.section_inner_hero .content p {
  margin-top: 24px;
  font-size: 22px;
  line-height: 1.15;
}
.section_inner_hero .breadcrumbs {
  font-size: 16px;
  line-height: 1.5;
  color: #08214A;
}
.section_inner_hero .breadcrumbs .back {
  text-decoration: none;
  color: #08214A;
}
.section_inner_hero .breadcrumbs .back .icon {
  width: 18px;
  height: 15px;
  fill: #08214A;
  margin-right: 8px;
  margin-bottom: -1px;
}
.section_inner_hero .breadcrumbs ol {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
}
.section_inner_hero .breadcrumbs ol a {
  text-decoration: none;
  color: #08214A;
}
.section_inner_hero .breadcrumbs ol .icon {
  width: 12px;
  height: 10px;
  fill: #8296B7;
  margin: 0 20px;
}
.section_inner_hero .breadcrumbs ol li:last-child {
  display: none;
}
.section_inner_hero .breadcrumbs ol li:nth-last-child(2) .icon {
  display: none;
}
@media (max-width: 1600px) {
  .section_inner_hero {
    margin-top: 130px;
  }
}
@media (max-width: 960px) {
  .section_inner_hero {
    margin-top: 70px;
    background: url(/assets/template_v2/images/inner_hero_bg.jpg) center no-repeat;
    background-size: cover;
  }
  .section_inner_hero .image_wrap {
    display: none;
  }
  .section_inner_hero .content {
    padding: 70px 0 70px;
  }
}
@media (max-width: 768px) {
  .section_inner_hero .breadcrumbs {
    margin-bottom: 40px;
  }
  .section_inner_hero .breadcrumbs .breadcrumb {
    line-height: 30px;
  }
  .section_inner_hero .breadcrumbs .breadcrumb:before {
    content: "";
    display: inline-block;
    width: 130px;
    height: 10px;
  }
  .section_inner_hero .content {
    width: 100%;
    padding: 32px 0 40px;
    text-align: center;
  }
  .section_inner_hero .content h1 {
    margin-top: 0;
    font-size: 32px;
    text-align: center;
  }
  .section_inner_hero .content p {
    margin-top: 18px;
    font-size: 18px;
  }
}
.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_map {
  margin-top: 70px;
  height: 596px;
  cursor: pointer;
}
.section_map picture {
  width: 100%;
  height: 100%;
  display: block;
}
.section_map img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
@media screen and (max-width: 768px) {
  .section_map {
    margin-top: 60px;
    height: 320px;
  }
  .section_map img {
    object-position: -250px center;
  }
}
.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_main_categories {
  margin-top: 30px;
}
.section_main_categories .categories {
  display: flex;
  justify-content: space-between;
}
.section_main_categories .categories .category {
  position: relative;
  width: calc(25% - 15px);
  font-size: 20px;
  line-height: 23px;
  color: #fff;
  text-decoration: none;
  font-weight: 400;
  align-items: center;
  display: flex;
}
.section_main_categories .categories .category:before, .section_main_categories .categories .category:after {
  content: "";
  position: absolute;
  transition: 0.3s;
}
.section_main_categories .categories .category:before {
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  background: rgba(2, 71, 143, 0);
}
.section_main_categories .categories .category .image {
  z-index: 1;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  overflow: hidden;
}
.section_main_categories .categories .category .image img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.section_main_categories .categories .category .content {
  position: relative;
  z-index: 5;
  padding: 21px 0 31px 40px;
  display: flex;
  align-items: center;
}
.section_main_categories .categories .category .icon {
  height: 45px;
  width: auto;
  margin-right: 25px;
  display: flex;
  align-items: center;
}
.section_main_categories .categories .category .icon img {
  display: block;
  max-height: 100%;
}
.section_main_categories .categories .category .name {
  width: 190px;
}
.section_main_categories .categories .category:hover:before, .section_main_categories .categories .category.active:before {
  background: rgba(2, 71, 143, 0.8);
}
@media (max-width: 1600px) {
  .section_main_categories .categories .category .content {
    padding: 20px 0 30px 20px;
  }
}
@media screen and (max-width: 1200px) {
  .section_main_categories .categories .category {
    font-size: 18px;
    padding: 20px;
    align-items: baseline;
  }
  .section_main_categories .categories .category .content {
    padding: 0;
    display: block;
  }
  .section_main_categories .categories .category .name {
    margin-top: 20px;
    display: block;
    width: auto;
  }
}
@media screen and (max-width: 960px) {
  .section_main_categories .categories .category {
    width: calc(25% - 11.25px);
    font-size: 16px;
    padding: 15px;
  }
  .section_main_categories .categories .category .name {
    margin-top: 15px;
  }
}
@media screen and (max-width: 768px) {
  .section_main_categories .categories {
    flex-wrap: wrap;
    gap: 15px;
  }
  .section_main_categories .categories .category {
    width: calc(50% - 7.5px);
  }
}
@media screen and (max-width: 380px) {
  .section_main_categories .categories .category {
    width: 100%;
  }
  .section_main_categories .categories .category .content {
    display: flex;
    align-items: center;
  }
  .section_main_categories .categories .category .name {
    margin: 0;
  }
  .section_main_categories .categories .category .icon {
    width: 40px;
    margin-right: 15px;
    height: auto;
  }
  .section_main_categories .categories .category .icon img {
    max-width: 100%;
  }
}
.section_systems_slider {
  margin-top: 83px;
  overflow: hidden;
}
.section_systems_slider .systems_slider_wrap {
  margin: 0 113px;
}
.section_systems_slider .systems_slider_wrap .slick-arrow {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: #F9631C;
}
.section_systems_slider .systems_slider_wrap .slick-arrow .icon {
  fill: #fff;
  transition: 0.3s;
}
.section_systems_slider .systems_slider_wrap .slick-arrow:hover .icon {
  fill: #08214A;
}
.section_systems_slider .systems_slider {
  margin-top: 50px;
  padding-bottom: 50px;
}
.section_systems_slider .systems_slider .slick-list {
  overflow: visible;
}
.section_systems_slider .systems_slider .slick-dots {
  position: absolute;
  bottom: 0;
  margin: 0;
  padding: 0;
  list-style-type: none;
  left: 0;
  right: 0;
  justify-content: center;
  display: flex;
}
.section_systems_slider .systems_slider .slick-dots li {
  margin: 0 6px;
}
.section_systems_slider .systems_slider .slick-dots li:before {
  display: none;
}
.section_systems_slider .systems_slider .slick-dots button {
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background: #8296b7;
  border: 0;
  outline: 0;
  transition: 0.3s;
  font-size: 0;
  text-indent: -999px;
  overflow: hidden;
  cursor: pointer;
}
.section_systems_slider .systems_slider .slick-dots button:hover {
  background: #F9631C;
}
.section_systems_slider .systems_slider .slick-dots .slick-active button {
  background: #F9631C;
}
.section_systems_slider .slide {
  padding: 0 5px;
  transition: 0.3s;
}
.section_systems_slider .slide[aria-hidden="true"] {
  filter: blur(2px);
}
.section_systems_slider .system {
  position: relative;
  color: #fff;
  text-decoration: none;
  transition: 0.3s;
  overflow: hidden;
  display: block;
  height: 100%;
}
.section_systems_slider .system:hover .image:after {
  background: transparent;
}
.section_systems_slider .system .image {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.section_systems_slider .system .image:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: rgba(8, 33, 74, 0.5);
  transition: 0.3s;
}
.section_systems_slider .system .image img {
  object-fit: cover;
  height: 100%;
  width: 100%;
  transition: 0.3s;
}
.section_systems_slider .system .wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px 20px 36px;
  height: 100%;
}
.section_systems_slider .system .top {
  position: relative;
  z-index: 2;
}
.section_systems_slider .system .top .category {
  font-size: 20px;
  line-height: 23px;
  display: block;
  width: 220px;
}
.section_systems_slider .system .top .label_new {
  background: #F9631C;
  padding: 4px 17px;
  display: inline-block;
  text-transform: uppercase;
  margin-top: 10px;
  font-size: 16px;
  line-height: 20px;
}
.section_systems_slider .system .bottom {
  position: relative;
  z-index: 2;
  margin-top: 30px;
}
.section_systems_slider .system .bottom .icon {
  width: 50px;
  height: 50px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section_systems_slider .system .bottom .icon svg {
  max-height: 32px;
  width: auto;
  fill: #000;
}
.section_systems_slider .system .bottom .name {
  margin-top: 18px;
  font-size: 24px;
  line-height: 1.3;
  display: block;
}
.section_systems_slider .color_picker .image {
  background: #02478f;
}
.section_systems_slider .color_picker .pop_image {
  position: relative;
  z-index: 5;
  margin-top: 20px;
}
@media screen and (max-width: 960px) {
  .section_systems_slider .systems_slider_wrap {
    margin: 0 auto;
    width: 750px;
  }
}
@media screen and (max-width: 768px) {
  .section_systems_slider .systems_slider_wrap {
    width: auto;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.section_content_slider {
  margin-top: 175px;
}
.section_content_slider.dark {
  background: #3b3b3b url("/assets/template_v2/images/news_bg.webp") center no-repeat;
  background-size: cover;
  padding: 65px 0 75px;
  color: #fff;
  margin-top: 90px;
}
.section_content_slider.dark .content_block {
  color: #fff;
}
.section_content_slider.dark .content_block .content {
  color: #fff;
}
.section_content_slider.dark .content_block h2, .section_content_slider.dark .content_block h3, .section_content_slider.dark .content_block p {
  color: #fff;
}
.section_content_slider.dark .content_block a {
  color: #F9631C;
}
.section_content_slider.dark .content_slider .slick-dots {
  margin-bottom: -40px;
}
.section_content_slider.dark .content_slider .slick-dots li button {
  background: #fff;
}
.section_content_slider.dark .content_slider .slick-dots li button:hover {
  background: #F9631C;
}
.section_content_slider .content_slider.slick-initialized.slick-dotted {
  padding-bottom: 40px;
}
.section_content_slider .content_slider .slick-arrow.slick-prev {
  left: -88px;
}
.section_content_slider .content_slider .slick-arrow.slick-next {
  right: -88px;
}
.section_content_slider .content_slider .slick-dots {
  text-align: center;
  position: absolute;
  bottom: 0;
  font-size: 0;
  margin: 0;
  padding: 0;
  list-style-type: none;
  width: 100%;
}
.section_content_slider .content_slider .slick-dots li {
  width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 14px;
  display: inline-block;
}
.section_content_slider .content_slider .slick-dots li:last-child {
  margin-right: 0;
}
.section_content_slider .content_slider .slick-dots li button {
  border-radius: 50%;
  background: #08214A;
  width: 12px;
  height: 12px;
  border: 0;
  font-size: 0;
  overflow: hidden;
  text-indent: -99999px;
  transition: 0.3s;
  cursor: pointer;
}
.section_content_slider .content_slider .slick-dots li button:hover {
  background: #F9631C;
}
.section_content_slider .content_slider .slick-dots li.slick-active button {
  width: 16px;
  height: 16px;
  background: #F9631C;
}
.section_content_slider .content_block {
  display: flex;
  justify-content: space-between;
}
.section_content_slider .content_block .image {
  width: 530px;
}
.section_content_slider .content_block .image img {
  display: block;
  border: 11px solid #f9fbfd;
  width: 100%;
  height: auto;
}
.section_content_slider .content_block .video, .section_content_slider .content_block .video_wrap {
  border: 11px solid #f9fbfd;
}
.section_content_slider .content_block .content {
  width: calc(100% - 600px);
}
.section_content_slider .content_block h2, .section_content_slider .content_block h3 {
  font-size: 30px;
  font-weight: normal;
  line-height: 1.2;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.section_content_slider .content_block p {
  font-size: 16px;
  line-height: 1.5;
  margin-top: 24px;
  color: #4B5464;
}
.section_content_slider .content_block p:first-child {
  margin-top: 0;
}
.section_content_slider .content_block .special-text-1 {
  padding: 26px 33px;
  background: #f9fbfd;
  font-size: 14px;
  line-height: 1.6;
}
.section_content_slider .content_block ul {
  font-size: 16px;
  line-height: 1.5;
  margin: 24px 0 0;
  padding: 0;
  list-style-type: none;
}
.section_content_slider .content_block ul li {
  padding-left: 33px;
  position: relative;
  margin-bottom: 15px;
}
.section_content_slider .content_block 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_content_slider .content_block.no_image {
  display: block;
}
.section_content_slider .content_block.no_image .content {
  width: 100%;
}
.section_content_slider .row {
  display: flex;
  justify-content: space-between;
}
.section_content_slider .row .col-md-6 {
  width: calc(50% - 15px);
}
.section_content_slider .columns-2 {
  display: flex;
  justify-content: space-between;
}
.section_content_slider .columns-2 .columns-2__col {
  width: calc(50% - 15px);
}
@media (max-width: 1600px) {
  .section_content_slider .content_slider {
    padding-bottom: 0;
    margin-left: 30px;
    margin-right: 30px;
  }
  .section_content_slider .content_slider.slick-initialized {
    padding-bottom: 30px;
  }
  .section_content_slider .content_slider .slick-arrow.slick-prev {
    left: -40px;
  }
  .section_content_slider .content_slider .slick-arrow.slick-next {
    right: -40px;
  }
}
@media (max-width: 1220px) {
  .section_content_slider .content_block .content, .section_content_slider .content_block .image {
    width: calc(50% - 15px);
  }
  .section_content_slider .row {
    display: block;
  }
  .section_content_slider .row .col-md-6 {
    width: 100%;
  }
  .section_content_slider .row .col-md-6 + .col-md-6 {
    margin-top: 24px;
  }
}
@media (max-width: 960px) {
  .section_content_slider .content_slider .slick-track {
    display: block !important;
  }
  .section_content_slider .content_slider .slick-slide {
    height: 100% !important;
  }
  .section_content_slider .content_block {
    display: block;
  }
  .section_content_slider .content_block .content, .section_content_slider .content_block .image {
    width: auto;
  }
  .section_content_slider .content_block .image {
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
  }
  .section_content_slider .columns-2 {
    display: block;
  }
  .section_content_slider .columns-2 .columns-2__col {
    width: auto;
  }
}
@media (max-width: 768px) {
  .section_content_slider {
    margin: 60px 0 0;
  }
  .section_content_slider .content_block .image {
    margin-bottom: 20px;
  }
  .section_content_slider .content_block .title {
    font-size: 18px;
  }
  .section_content_slider .content_block .special-text-1 {
    padding: 15px;
  }
  .section_content_slider .content_block ul {
    font-size: 14px;
  }
  .section_content_slider .content_block ul li {
    margin-bottom: 10px;
    padding-left: 20px;
  }
  .section_content_slider .content_block ul li:before {
    width: 14px;
    height: 14px;
  }
}
@media (max-width: 480px) {
  .section_content_slider .content_slider {
    padding-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .section_content_slider .content_slider .slick-arrow {
    display: none !important;
  }
  .section_content_slider .content_slider.slick-initialized {
    padding-bottom: 30px;
  }
  .section_content_slider .content_block h2, .section_content_slider .content_block h3 {
    font-size: 26px;
    margin-bottom: 26px;
  }
  .section_content_slider .content_block p {
    font-size: 14px;
    margin-top: 20px;
  }
}
.section_system_products {
  background: #edf4fb;
  padding: 70px 0;
}
.section_system_products + .section_system_products {
  padding-top: 0;
  padding-bottom: 80px;
}
.section_system_products + .section_content_slider {
  margin-top: 80px;
}
.section_system_products + .section_map {
  margin-top: 0;
}
.section_system_products .section_title {
  margin-bottom: 46px;
}
.section_system_products .products {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  /* Три столбца */
  gap: 20px;
  /* Отступы между карточками */
  margin-top: 20px;
}
.section_system_products .product {
  background: #fff;
  border-radius: 14px;
}
.section_system_products .product img {
  display: block;
  width: 100%;
  height: auto;
}
.section_system_products .product_big_card {
  grid-column: span 6;
  /* Занимает все три столбца */
  display: flex;
}
.section_system_products .product_big_card .main_info {
  width: 50%;
  padding: 23px 42px 35px 22px;
}
.section_system_products .product_big_card .main_info .images {
  display: flex;
  align-items: center;
}
.section_system_products .product_big_card .main_info .info {
  display: flex;
  margin-top: 23px;
}
.section_system_products .product_big_card .main_info .left {
  width: 340px;
}
.section_system_products .product_big_card .main_info .right {
  width: calc(100% - 340px);
}
.section_system_products .product_big_card .main_image {
  border-radius: 16px;
  overflow: hidden;
}
.section_system_products .product_big_card .name {
  font-size: 20px;
  color: #4B5464;
  line-height: 1.15;
  display: block;
  text-decoration: none;
}
.section_system_products .product_big_card .name.second {
  display: none;
}
.section_system_products .product_big_card .schema {
  position: relative;
  width: 275px;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  border-radius: 16px;
  overflow: hidden;
}
.section_system_products .product_big_card .btn {
  margin: 0 auto;
  width: 208px;
  display: block;
}
.section_system_products .product_big_card .color_preview {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: none;
  background-size: cover;
  background-position: center;
}
.section_system_products .product_big_card .color_preview.preview_loading {
  background: rgba(255, 255, 255, 0.9);
}
.section_system_products .product_big_card .color_preview.preview_loading::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  margin: -20px 0 0 -20px;
  border: 5px solid #ccc;
  border-top: 5px solid #333;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  z-index: 1;
}
.section_system_products .product_big_card .parameters {
  width: 50%;
  background: #f9fbfd;
  padding: 40px 20px;
  position: relative;
  border-radius: 0 14px 14px 0;
}
.section_system_products .product_big_card .sizes {
  position: absolute;
  right: 20px;
  top: 40px;
  font-size: 20px;
  line-height: 1.15;
  color: #08214A;
}
.section_system_products .product_big_card .colors_title {
  font-size: 20px;
  line-height: 1.15;
  color: #08214A;
}
.section_system_products .product_big_card .colors {
  margin-top: 27px;
  display: grid;
  gap: 9px;
  grid-template-columns: repeat(10, 1fr);
}
.section_system_products .product_big_card .colors .color {
  position: relative;
  border-radius: 2px;
  cursor: pointer;
}
.section_system_products .product_big_card .colors .color img {
  border-radius: 3px;
  border: 1px solid #e8e8e8;
  overflow: hidden;
}
.section_system_products .product_big_card .colors .color .tooltip.left {
  left: -15px;
}
.section_system_products .product_big_card .colors .color .tooltip.right {
  right: -15px;
}
.section_system_products .product_big_card .colors .color:hover img {
  border-color: #F9631C;
}
.section_system_products .product_big_card .colors .color:hover .tooltip {
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 1600px) {
  .section_system_products .product_big_card .main_info .left {
    width: 280px;
  }
  .section_system_products .product_big_card .main_info .right {
    width: calc(100% - 280px);
  }
}
@media screen and (max-width: 1220px) {
  .section_system_products .product_big_card .main_info {
    padding: 20px;
  }
  .section_system_products .product_big_card .main_info .left {
    width: 220px;
  }
  .section_system_products .product_big_card .main_info .right {
    width: calc(100% - 220px);
    text-align: center;
  }
  .section_system_products .product_big_card .btn {
    width: auto;
    display: inline-block;
    padding: 10px 14px;
    font-size: 14px;
  }
  .section_system_products .product_big_card .parameters {
    padding: 20px;
  }
  .section_system_products .product_big_card .sizes {
    position: static;
    margin-bottom: 20px;
  }
  .section_system_products .product_big_card .colors {
    grid-template-columns: repeat(8, 1fr);
  }
}
@media screen and (max-width: 960px) {
  .section_system_products .product_big_card {
    display: block;
  }
  .section_system_products .product_big_card .main_info .left {
    width: 50%;
  }
  .section_system_products .product_big_card .main_info .right {
    width: 50%;
  }
  .section_system_products .product_big_card .main_info {
    width: 100%;
  }
  .section_system_products .product_big_card .parameters {
    width: 100%;
    border-radius: 0 0 14px 14px;
  }
}
@media screen and (max-width: 460px) {
  .section_system_products .product_big_card {
    overflow: hidden;
  }
  .section_system_products .product_big_card .main_info .images, .section_system_products .product_big_card .main_info .info {
    display: block;
  }
  .section_system_products .product_big_card .main_info .left {
    width: 100%;
    text-align: center;
  }
  .section_system_products .product_big_card .main_info .right {
    width: 100%;
    margin-top: 15px;
  }
  .section_system_products .product_big_card .name {
    margin: 20px 0;
  }
  .section_system_products .product_big_card .btn {
    margin: 0;
  }
  .section_system_products .product_big_card .colors {
    margin-top: 14px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }
  .section_system_products .product_big_card .colors .color {
    width: calc(20% - 8px);
  }
  .section_system_products .product_big_card .colors .color .tooltip.left {
    left: -10px;
  }
  .section_system_products .product_big_card .colors .color .tooltip.right {
    right: -10px;
  }
}
.section_system_products .product_md_card {
  grid-column: span 3;
  /* Занимает один столбец (треть экрана) */
  padding: 20px 23px 35px;
}
.section_system_products .product_md_card .images {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.section_system_products .product_md_card .images .main {
  width: 370px;
}
.section_system_products .product_md_card .images .main img {
  border-radius: 16px;
  overflow: hidden;
}
.section_system_products .product_md_card .images .scheme {
  width: 275px;
}
.section_system_products .product_md_card .images .scheme img {
  border-radius: 16px;
  overflow: hidden;
}
.section_system_products .product_md_card .sizes {
  padding: 5px 10px;
  background: #dbe5ef;
  border-radius: 17px;
  color: #08214A;
  font-size: 20px;
  line-height: 1.15;
  display: inline-block;
  margin-top: 16px;
}
.section_system_products .product_md_card .info {
  display: flex;
  justify-content: space-between;
  margin-top: 16px;
}
.section_system_products .product_md_card .info .left {
  width: 340px;
  display: flex;
  justify-content: space-between;
}
.section_system_products .product_md_card .info .name {
  font-size: 20px;
  line-height: 1.15;
  color: #4B5464;
  width: calc(100% - 140px);
}
.section_system_products .product_md_card .info .price {
  font-size: 24px;
  line-height: 1.3;
  color: #F9631C;
}
.section_system_products .product_md_card .info .right {
  width: 275px;
  text-align: center;
}
.section_system_products .product_md_card .info .btn {
  display: inline-block;
}
@media screen and (max-width: 1600px) {
  .section_system_products .product_md_card .images .main {
    width: 57%;
  }
  .section_system_products .product_md_card .images .scheme {
    width: 37%;
  }
  .section_system_products .product_md_card .info .left {
    width: 57%;
  }
  .section_system_products .product_md_card .info .right {
    width: 37%;
  }
}
@media screen and (max-width: 960px) {
  .section_system_products .product_md_card {
    grid-column: span 6;
  }
}
@media screen and (max-width: 460px) {
  .section_system_products .product_md_card .images {
    display: block;
  }
  .section_system_products .product_md_card .images .main {
    width: 100%;
  }
  .section_system_products .product_md_card .images .scheme {
    margin-top: 15px;
    width: 100%;
  }
  .section_system_products .product_md_card .info {
    display: block;
  }
  .section_system_products .product_md_card .info .name {
    width: 100%;
    margin: 15px 0;
  }
  .section_system_products .product_md_card .info .left {
    width: 100%;
    margin: 10px 0;
    display: block;
  }
  .section_system_products .product_md_card .info .right {
    width: 100%;
  }
}
.section_system_products .product_sm_card {
  grid-column: span 2;
  /* Занимает один столбец (треть экрана) */
  padding: 24px 20px 40px;
}
.section_system_products .product_sm_card .image {
  width: 340px;
  max-width: 100%;
  margin: 0 auto;
  height: 270px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.section_system_products .product_sm_card .image img {
  border-radius: 16px;
  overflow: hidden;
}
.section_system_products .product_sm_card .info {
  display: flex;
  justify-content: space-between;
  margin-top: 23px;
}
.section_system_products .product_sm_card .name {
  font-size: 20px;
  line-height: 1.15;
  color: #4B5464;
  text-decoration: none;
  width: calc(100% - 140px);
}
.section_system_products .product_sm_card .price {
  font-size: 24px;
  line-height: 1.3;
  color: #F9631C;
}
@media screen and (max-width: 1220px) {
  .section_system_products .product_sm_card {
    grid-column: span 3;
  }
}
@media screen and (max-width: 960px) {
  .section_system_products .product_sm_card {
    grid-column: span 3;
  }
  .section_system_products .product_sm_card .image {
    height: auto;
    display: block;
  }
  .section_system_products .product_sm_card .info {
    display: block;
  }
  .section_system_products .product_sm_card .price {
    margin-top: 20px;
  }
}
@media screen and (max-width: 550px) {
  .section_system_products .product_sm_card {
    grid-column: span 6;
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.section_system_content_slider {
  background: url("/assets/template_v2/images/news_bg.webp") center no-repeat;
  background-size: cover;
  padding: 85px 0;
  margin-top: 80px;
}
.section_system_content_slider .system_content_slider .slick-dots {
  position: absolute;
  bottom: -32px;
}
.section_system_content_slider .system_content_slider .slick-dots li {
  margin: 0 8px;
}
.section_system_content_slider .system_content_slider .slick-dots button {
  width: 12px;
  height: 12px;
  background: #dbe5ef !important;
}
.section_system_content_slider .system_content_slider .slick-dots button:hover {
  background: #F9631C !important;
}
.section_system_content_slider .system_content_slider .slick-dots .slick-active button {
  background: #F9631C !important;
  width: 16px;
  height: 16px;
}
.section_system_content_slider .content_block {
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
}
.section_system_content_slider .content_block .content {
  width: 100%;
}
.section_system_content_slider .content_block.with_image {
  display: flex;
  justify-content: space-between;
}
.section_system_content_slider .content_block.with_image .content {
  width: calc(100% - 600px);
}
.section_system_content_slider .content_block.with_image .content_wrap {
  max-width: 694px;
}
.section_system_content_slider .content_block .image {
  width: 530px;
}
.section_system_content_slider .content_block .image img {
  border: 8px solid #fff;
  display: block;
  width: 100%;
  height: auto;
}
.section_system_content_slider .content_block .buttons {
  margin-top: 13px;
  display: flex;
  flex-wrap: wrap;
}
.section_system_content_slider .content_block .buttons a {
  width: 305px;
  margin-right: 50px;
  margin-top: 8px;
  display: flex;
  align-items: center;
}
.section_system_content_slider .content_block .buttons a:nth-child(2n) {
  margin-right: 0;
}
.section_system_content_slider .content_block .buttons a .icon {
  width: 38px;
  height: 38px;
  margin-right: 20px;
}
.section_system_content_slider .content_block .buttons a span {
  width: calc(100% - 58px);
}
.section_system_content_slider .content_block {
  color: #fff;
}
.section_system_content_slider .content_block *, .section_system_content_slider .content_block p, .section_system_content_slider .content_block h2, .section_system_content_slider .content_block h3, .section_system_content_slider .content_block .title, .section_system_content_slider .content_block a {
  color: #fff;
}
.section_system_content_slider .content_block a {
  text-decoration: none;
  color: #fff;
  transition: 0.3s;
}
.section_system_content_slider .content_block a:hover {
  color: #F9631C;
}
@media (max-width: 1220px) {
  .section_system_content_slider .content_block .image {
    width: 400px;
  }
  .section_system_content_slider .content_block.with_image .content {
    width: calc(100% - 430px);
  }
  .section_system_content_slider .content_block.with_image .content_wrap {
    max-width: 100%;
  }
}
@media (max-width: 960px) {
  .section_system_content_slider .content_block .image {
    width: 400px;
    max-width: 100%;
  }
  .section_system_content_slider .content_block.with_image {
    display: block;
  }
  .section_system_content_slider .content_block.with_image .content {
    width: auto;
  }
}
@media (max-width: 768px) {
  .section_system_content_slider {
    background: #3b3b3b;
  }
}
.section_system_color_palette {
  background: #fff;
  padding: 70px 0;
}
.section_system_color_palette .system_colors_wrap + .system_colors_wrap {
  margin-top: 75px;
}
.section_system_color_palette .colors {
  margin-top: 50px;
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(4, 1fr);
}
.section_system_color_palette .colors a {
  color: #4b5464;
  font-size: 20px;
  background: #f9fbfd;
  text-decoration: none;
  transition: 0.3s;
}
.section_system_color_palette .colors a .image {
  display: block;
  position: relative;
}
.section_system_color_palette .colors a .image:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 5px;
  width: 43px;
  background: #F9631C;
  transition: 0.3s;
}
.section_system_color_palette .colors a .image img {
  width: 100%;
  height: auto;
}
.section_system_color_palette .colors a .name {
  display: block;
  padding: 12px 21px;
}
.section_system_color_palette .colors a:hover {
  color: #F9631C;
}
.section_system_color_palette .colors a:hover .image:after {
  width: 100%;
}
.section_system_color_palette .showmore {
  margin-top: 46px;
}
.section_system_color_palette .pagination {
  display: none;
}
@media (max-width: 1220px) {
  .section_system_color_palette .colors {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 960px) {
  .section_system_color_palette .colors {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .section_system_color_palette .colors {
    gap: 14px;
  }
}
@media (max-width: 480px) {
  .section_system_color_palette .colors {
    grid-template-columns: 1fr;
  }
  .section_system_color_palette .colors a {
    font-size: 16px;
  }
  .section_system_color_palette .colors a .name {
    display: block;
    padding: 10px 15px;
  }
}
