.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_advantages, .product_advantages {
  padding: 100px 0 50px;
}
.section_advantages .advantages, .product_advantages .advantages {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
  justify-content: space-between;
  margin-top: 70px;
}
.section_advantages .advantages li, .product_advantages .advantages li {
  width: calc(25% - 15px);
  text-align: center;
  height: 350px;
  perspective: 1000px;
}
.section_advantages .advantages li .flip_wrap, .product_advantages .advantages li .flip_wrap {
  width: 100%;
  height: 100%;
  position: relative;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}
.section_advantages .advantages li .front, .section_advantages .advantages li .back, .product_advantages .advantages li .front, .product_advantages .advantages li .back {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #dbe5ef;
  border: 1px solid #dbe5ef;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 5;
}
.section_advantages .advantages li .front:after, .section_advantages .advantages li .back:after, .product_advantages .advantages li .front:after, .product_advantages .advantages li .back:after {
  content: "";
  width: 44px;
  height: 5px;
  background: #F9631C;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  transition: 0.3s;
  z-index: 10;
}
.section_advantages .advantages li .front, .product_advantages .advantages li .front {
  padding: 76px 30px 40px;
}
.section_advantages .advantages li .back, .product_advantages .advantages li .back {
  padding: 40px 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  transform: rotateX(180deg);
}
.section_advantages .advantages li .back .name, .product_advantages .advantages li .back .name {
  margin-top: 0;
}
.section_advantages .advantages li:hover .flip_wrap, .product_advantages .advantages li:hover .flip_wrap {
  transform: rotateX(180deg);
}
.section_advantages .advantages li:hover .flip_wrap .back:after, .product_advantages .advantages li:hover .flip_wrap .back:after {
  width: 110px;
}
.section_advantages .advantages .icon, .product_advantages .advantages .icon {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  margin: 0 auto;
}
.section_advantages .advantages .icon svg, .product_advantages .advantages .icon svg {
  fill: #02478F;
}
.section_advantages .advantages .name, .product_advantages .advantages .name {
  margin-top: 20px;
  font-size: 24px;
  line-height: 1.3;
  color: #08214A;
}
.section_advantages .advantages .content, .product_advantages .advantages .content {
  margin-top: 20px;
  font-size: 14px;
  line-height: 1.6;
  color: #4B5464;
}
@media screen and (max-width: 1600px) {
  .section_advantages .advantages li .front, .product_advantages .advantages li .front {
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .section_advantages .advantages li .back, .product_advantages .advantages li .back {
    padding: 15px;
  }
}
@media screen and (max-width: 1220px) {
  .section_advantages .advantages li, .product_advantages .advantages li {
    height: 280px;
  }
  .section_advantages .advantages .icon, .product_advantages .advantages .icon {
    width: 100px;
    height: 100px;
  }
  .section_advantages .advantages .icon svg, .product_advantages .advantages .icon svg {
    transform: scale(0.7);
  }
  .section_advantages .advantages .name, .product_advantages .advantages .name {
    font-size: 18px;
  }
}
@media screen and (max-width: 960px) {
  .section_advantages .advantages li, .product_advantages .advantages li {
    width: calc(25% - 11.25px);
  }
}
@media screen and (max-width: 768px) {
  .section_advantages .advantages, .product_advantages .advantages {
    flex-wrap: wrap;
    gap: 15px;
  }
  .section_advantages .advantages li, .product_advantages .advantages li {
    width: calc(50% - 7.5px);
  }
}
@media screen and (max-width: 480px) {
  .section_advantages .advantages li, .product_advantages .advantages li {
    width: 100%;
  }
  .section_advantages .flip_wrap, .product_advantages .flip_wrap {
    transform: rotateX(180deg);
  }
}
.product_advantages .advantages li .front, .product_advantages .advantages li .back {
  background: #fff;
}
@media screen and (max-width: 480px) {
  .product_advantages {
    padding: 40px 0 40px;
  }
  .product_advantages .advantages {
    margin-top: 40px;
  }
}
.pagination {
  margin: 60px 0 0 !important;
  display: flex;
  justify-content: center;
  list-style-type: none;
  flex-wrap: wrap;
}
.pagination .page-link {
  text-decoration: none;
  padding: 10px 10px;
  border: 1px solid #F9631C;
  color: #4b5464;
  font-size: 16px;
  line-height: 1;
  min-width: 36px;
  text-align: center;
  display: block;
  transition: 0.3s;
}
.pagination .page-link:hover {
  background: #F9631C;
  color: #fff;
}
.pagination .page-item {
  margin-top: 10px;
  margin-right: 10px;
}
.pagination .page-item:last-child {
  margin-right: 0;
}
.pagination .page-item.active .page-link {
  background: #F9631C;
  color: #fff;
  pointer-events: none;
  cursor: default;
}
.pagination .page-item.disabled .page-link {
  border-color: #707787;
  color: #707787;
  pointer-events: none;
  cursor: default;
}
.btn-more {
  width: 200px;
  margin-top: 60px;
  border: 1px solid #F9631C;
}
.btn-more:hover {
  background: #F9631C;
  color: #fff;
}
@media screen and (max-width: 480px) {
  .btn-more {
    margin-top: 40px;
  }
}
.section_applications {
  margin-top: 70px;
}
.section_applications .gallery {
  display: flex;
  margin-top: 40px;
}
.section_applications .gallery .image {
  display: block;
  width: 20%;
}
.section_applications .gallery .image img {
  display: block;
  width: 100%;
  height: auto;
}
@media (max-width: 600px) {
  .section_applications .gallery {
    flex-wrap: wrap;
  }
  .section_applications .gallery .image {
    width: 50%;
  }
  .section_applications .gallery .image:last-child {
    display: none;
  }
}
@media (max-width: 380px) {
  .section_applications .gallery .image {
    width: 100%;
    margin-top: 5px;
  }
  .section_applications .gallery .image:last-child {
    display: block;
  }
}
.section_mdf_content {
  padding: 70px 0 65px;
  background: url("/assets/template_v2/images/news_bg.webp") center no-repeat;
  background-size: cover;
}
.section_mdf_content .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.section_mdf_content .video_wrap {
  margin-bottom: -110px;
  width: 568px;
}
.section_mdf_content .video {
  border: 6px solid #dbe5ef;
}
.section_mdf_content .text {
  width: 788px;
  font-size: 16px;
  line-height: 1.5;
  color: #fff;
  padding-right: 170px;
}
.section_mdf_content h2 {
  font-size: 30px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #fff;
  font-weight: 400;
  margin-bottom: 24px;
}
.section_mdf_content p {
  margin-top: 24px;
  font-weight: 300;
  font-family: "Ubuntu";
}
@media (max-width: 1600px) {
  .section_mdf_content .video_wrap {
    width: 540px;
  }
  .section_mdf_content .text {
    width: 580px;
    padding-right: 0;
  }
}
@media (max-width: 1220px) {
  .section_mdf_content .video_wrap {
    margin: 0;
    width: calc(50% - 15px);
  }
  .section_mdf_content .text {
    width: calc(50% - 15px);
    padding-right: 0;
  }
}
@media (max-width: 768px) {
  .section_mdf_content .video_wrap {
    width: 100%;
  }
  .section_mdf_content .text {
    margin-top: 50px;
    width: 100%;
  }
}
.section_mdf_fasad_products {
  margin-top: 20px;
}
.section_mdf_fasad_products picture {
  display: block;
  width: 100%;
}
.section_mdf_fasad_products img {
  display: block;
}
.section_mdf_fasad_products .product {
  margin-top: 60px;
  display: flex;
  align-items: center;
}
.section_mdf_fasad_products .product:nth-child(2n) .image {
  order: 2;
}
.section_mdf_fasad_products .product:nth-child(2n) .content {
  order: 1;
  margin-left: 0;
  margin-right: -30px;
}
.section_mdf_fasad_products .product .image {
  width: 860px;
  height: 516px;
}
.section_mdf_fasad_products .product .image picture {
  height: 100%;
}
.section_mdf_fasad_products .product .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section_mdf_fasad_products .product .content {
  width: 590px;
  padding: 38px 54px 35px;
  background: #edf4fb;
  margin-left: -30px;
  position: relative;
  z-index: 2;
}
.section_mdf_fasad_products .product .content .name {
  font-size: 24px;
  line-height: 1.3;
  color: #000;
  margin-bottom: 32px;
}
.section_mdf_fasad_products .product .links_wrap {
  display: flex;
  justify-content: space-between;
}
.section_mdf_fasad_products .product .color_wrap {
  width: 226px;
}
.section_mdf_fasad_products .product .color_wrap .lightcase {
  position: relative;
  display: block;
}
.section_mdf_fasad_products .product .color_wrap .lightcase:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  opacity: 0;
  -webkit-mask-image: url(/assets/template_v2/images/icons.svg#icon-magnifer-2);
  mask-image: url(/assets/template_v2/images/icons.svg#icon-magnifer-2);
  width: 34px;
  height: 34px;
  transition: 0.3s;
}
.section_mdf_fasad_products .product .color_wrap .lightcase:hover:before {
  opacity: 43%;
}
.section_mdf_fasad_products .product .color_wrap img {
  height: auto;
}
.section_mdf_fasad_products .product .color_wrap .btn {
  margin-top: 22px;
  color: #F9631C;
  padding: 20px 44px;
}
.section_mdf_fasad_products .product .color_wrap .btn:hover {
  background: #F9631C;
  color: #fff;
}
.section_mdf_fasad_products .product .qr_wrap {
  width: 226px;
}
.section_mdf_fasad_products .product .qr_wrap .image_wrap {
  position: relative;
}
.section_mdf_fasad_products .product .qr_wrap .image_wrap a {
  display: block;
  margin: 0;
  padding: 0;
}
.section_mdf_fasad_products .product .qr_wrap .image_wrap img {
  height: auto;
}
.section_mdf_fasad_products .product .qr_wrap .image_wrap:hover .helper {
  opacity: 1;
  visibility: visible;
}
.section_mdf_fasad_products .product .qr_wrap .helper {
  position: absolute;
  left: 0;
  top: -64px;
  height: 40px;
  border-radius: 5px;
  background: #dbe5ef;
  color: #4b5464;
  font-size: 20px;
  line-height: 1;
  padding: 10px 15px;
  width: 264px;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.section_mdf_fasad_products .product .qr_wrap .helper:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 33px;
  border-top: 16px solid #dbe5ef;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
}
.section_mdf_fasad_products .product .qr_wrap .btn-3d {
  margin-top: 22px;
  font-size: 20px;
  color: #F9631C;
  padding: 20px 0;
  line-height: 1;
  text-decoration: none;
  display: block;
  transition: 0.3s;
}
.section_mdf_fasad_products .product .qr_wrap .btn-3d:hover {
  color: #02478F;
  text-decoration: underline;
}
@media screen and (max-width: 1600px) {
  .section_mdf_fasad_products .product .image {
    width: 610px;
  }
}
@media screen and (max-width: 1220px) {
  .section_mdf_fasad_products .product .image {
    width: 495px;
  }
  .section_mdf_fasad_products .product .content {
    padding: 25px 30px;
    width: 445px;
  }
  .section_mdf_fasad_products .product .color_wrap {
    width: 180px;
  }
  .section_mdf_fasad_products .product .color_wrap .btn {
    margin-top: 15px;
    padding: 10px;
    font-size: 16px;
  }
  .section_mdf_fasad_products .product .qr_wrap {
    width: 180px;
  }
  .section_mdf_fasad_products .product .qr_wrap .btn-3d {
    margin-top: 15px;
    font-size: 16px;
    padding: 10px 0;
    line-height: 1.5;
  }
}
@media screen and (max-width: 960px) {
  .section_mdf_fasad_products .product {
    display: block;
  }
  .section_mdf_fasad_products .product .image {
    width: 100%;
    height: auto;
  }
  .section_mdf_fasad_products .product .image img {
    object-fit: unset;
    height: auto;
  }
  .section_mdf_fasad_products .product .content {
    margin: 0;
    width: 100%;
  }
  .section_mdf_fasad_products .product .links_wrap {
    justify-content: left;
  }
  .section_mdf_fasad_products .product .color_wrap {
    margin-right: 30px;
  }
}
@media screen and (max-width: 768px) {
  .section_mdf_fasad_products .product .qr_wrap .helper {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .section_mdf_fasad_products .product .content {
    padding: 20px 15px;
  }
  .section_mdf_fasad_products .product .content .name {
    margin-bottom: 20px;
  }
  .section_mdf_fasad_products .product .links_wrap {
    justify-content: space-between;
  }
  .section_mdf_fasad_products .product .color_wrap {
    width: calc(50% - 7.5px);
    margin: 0;
  }
  .section_mdf_fasad_products .product .qr_wrap {
    width: calc(50% - 7.5px);
  }
}
@media screen and (max-width: 380px) {
  .section_mdf_fasad_products .product {
    margin-top: 40px;
  }
  .section_mdf_fasad_products .product .content .name {
    font-size: 18px;
  }
  .section_mdf_fasad_products .product .links_wrap {
    justify-content: space-between;
  }
  .section_mdf_fasad_products .product .color_wrap .btn {
    font-size: 13px;
  }
  .section_mdf_fasad_products .product .qr_wrap .btn-3d {
    font-size: 13px;
  }
}
.unsupported_webp .section_pdf_catalogs .catalog {
  background: url(/assets/template_v2/images/home_catalog_bg.jpg) center no-repeat;
}
.supported_webp .section_pdf_catalogs .catalog {
  background: url(/assets/template_v2/images/home_catalog_bg.webp) center no-repeat;
}
.section_pdf_catalogs {
  margin: 135px 0 0;
}
.section_pdf_catalogs .catalogs_wrap {
  border-top: 1px solid #C9DCEF;
  padding-top: 90px;
}
.section_pdf_catalogs .catalogs {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}
.section_pdf_catalogs .slide {
  flex: 1;
}
.section_pdf_catalogs .catalog {
  background-size: cover;
  padding: 40px 40px 35px 50px;
  display: flex;
  align-items: center;
  height: 100%;
  justify-content: center;
}
.section_pdf_catalogs .catalog img {
  width: 95px;
  height: auto;
  display: block;
  transform: rotate(-6.58deg);
}
.section_pdf_catalogs .catalog .info {
  margin-left: 40px;
  width: calc(100% - 135px);
}
.section_pdf_catalogs .catalog .name {
  font-size: 20px;
  line-height: 1.1;
  color: #08214A;
}
.section_pdf_catalogs .catalog .pdf_btn {
  width: 200px;
  height: 54px;
  border: 1px solid #F9631C;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  line-height: 1;
  color: #08214A;
  text-decoration: none;
  margin-top: 23px;
  transition: 0.3s;
}
.section_pdf_catalogs .catalog .pdf_btn .icon {
  margin-right: 10px;
  fill: #08214A;
  width: 32px;
  height: 32px;
  transition: 0.3s;
}
.section_pdf_catalogs .catalog .pdf_btn:hover, .section_pdf_catalogs .catalog .pdf_btn:focus {
  background: #F9631C;
  color: #fff;
}
.section_pdf_catalogs .catalog .pdf_btn:hover .icon, .section_pdf_catalogs .catalog .pdf_btn:focus .icon {
  fill: #fff;
}
@media screen and (max-width: 1600px) {
  .section_pdf_catalogs .catalog {
    padding-left: 30px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 1220px) {
  .section_pdf_catalogs .catalogs {
    margin-left: 40px;
    margin-right: 40px;
  }
  .section_pdf_catalogs .slick-arrow.slick-prev {
    left: -40px;
  }
  .section_pdf_catalogs .slick-arrow.slick-next {
    right: -40px;
  }
  .section_pdf_catalogs .slide {
    padding: 0 10px;
  }
  .section_pdf_catalogs .catalog {
    width: auto;
  }
}
@media screen and (max-width: 500px) {
  .section_pdf_catalogs {
    margin-top: 60px;
  }
  .section_pdf_catalogs .catalogs_wrap {
    padding-top: 60px;
  }
  .section_pdf_catalogs .catalog {
    padding: 30px 15px 25px;
    display: block;
    text-align: center;
    background: #d8e6ef !important;
  }
  .section_pdf_catalogs .catalog img {
    margin: 0 auto;
  }
  .section_pdf_catalogs .catalog .info {
    margin: 20px 0 0;
    width: 100%;
  }
  .section_pdf_catalogs .catalog .name {
    font-size: 18px;
  }
  .section_pdf_catalogs .catalog .pdf_btn {
    margin: 20px auto 0;
    max-width: 100%;
  }
}
.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_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_horisontal_banners {
  margin-top: 115px;
}
.section_horisontal_banners .banners {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.section_horisontal_banners .banner {
  width: calc(50% - 10px);
  padding: 50px 15px;
  position: relative;
  color: #fff;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.section_horisontal_banners .banner.mdf-10 {
  background-image: url(/assets/template_v2/images/mdf-10-bnr.jpg);
}
.section_horisontal_banners .banner.mdf-18 {
  background-image: url(/assets/template_v2/images/mdf-18-bnr.jpg);
}
.section_horisontal_banners .banner * {
  position: relative;
  z-index: 2;
}
.section_horisontal_banners .banner:before {
  content: "";
  z-index: 1;
  background: rgba(2, 71, 143, 0.5);
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  transition: 0.3s;
}
.section_horisontal_banners .banner:hover:before {
  background: rgba(2, 71, 143, 0.8);
}
.section_horisontal_banners .banner .icon {
  width: 50px;
  height: 50px;
  fill: #fff;
  margin-right: 25px;
}
.section_horisontal_banners .banner .text {
  font-size: 24px;
  line-height: 30px;
  display: flex;
  align-items: center;
}
.section_horisontal_banners .banner .details {
  display: flex;
  margin-left: 10px;
}
.section_horisontal_banners .banner .size, .section_horisontal_banners .banner .purpose {
  border: 3px solid #F9631C;
  padding: 7px;
}
.section_horisontal_banners .banner .purpose {
  background: #F9631C;
}
@media screen and (max-width: 1220px) {
  .section_horisontal_banners .banner .icon {
    width: 40px;
    height: 40px;
    margin-right: 15px;
  }
  .section_horisontal_banners .banner .text {
    font-size: 20px;
  }
}
@media screen and (max-width: 960px) {
  .section_horisontal_banners .banner {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .section_horisontal_banners .banner {
    padding: 30px 10px;
  }
  .section_horisontal_banners .banner .icon {
    display: none;
  }
  .section_horisontal_banners .banner .text {
    font-size: 17px;
    line-height: 24px;
  }
}
@media screen and (max-width: 360px) {
  .section_horisontal_banners .banner {
    padding: 30px 10px;
  }
  .section_horisontal_banners .banner .icon {
    display: none;
  }
  .section_horisontal_banners .banner .text {
    font-size: 14px;
  }
  .section_horisontal_banners .banner .size, .section_horisontal_banners .banner .purpose {
    padding: 5px;
  }
  .section_horisontal_banners .banner .details {
    margin-left: 6px;
  }
}
