.main_image_slider .slide_block img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.main_image_slider .slick-arrow.slick-prev:before, .product_page .small_images .slick-arrow.slick-next:before {
  transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  -o-transform: scaleX(-1);
}

.main_image_slider .slick-arrow:before, .product_page .small_images .slick-arrow:before, .product_page .big_images .image_block:before {
  font-family: "icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.product_page {
  margin-bottom: 120px;
}
.product_page .section_title {
  margin-top: 80px;
}
.product_page .block_inner {
  margin-top: 30px;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.15);
  background: #ffffff;
  position: relative;
  padding: 35px;
}
.product_page .block_inner:before {
  content: "";
  left: 35px;
  right: 35px;
  height: 6px;
  bottom: 0;
  position: absolute;
  background: #FECD12;
}
.product_page .tab_container {
  position: relative;
  z-index: 5;
}
.product_page .tab_container::before {
  content: "";
  position: absolute;
  top: -30px;
  z-index: -1;
  left: -20%;
  width: 360px;
  height: 360px;
  background: url("images/decor_elem.svg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.product_page .tab_container:after {
  content: "";
  position: absolute;
  bottom: -50%;
  z-index: 1;
  right: -10%;
  width: 360px;
  height: 360px;
  background: url("images/decor_elem.svg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.product_page .tab_section {
  margin-top: 80px;
}
.product_page .fancybox_images_list {
  display: none;
}
.product_page .tabs_block li {
  max-width: 245px;
}
.product_page .top_block {
  display: flex;
}
.product_page .site_description {
  margin-top: 30px;
}
.product_page .info_block {
  flex: 0 0 50%;
  max-width: 50%;
  padding-right: 15px;
}
.product_page .product_images {
  flex: 0 0 50%;
  max-width: 50%;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.product_page .big_images {
  position: relative;
  white-space: nowrap;
  font-size: 0;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.product_page .big_images .image_block {
  display: inline-block;
  white-space: normal;
  font-size: 1rem;
  width: 100%;
  vertical-align: top;
  display: inline-flex;
  height: 315px;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
  padding: 20px;
}
.product_page .big_images .image_block:before {
  content: "\e91f";
  font-size: 2rem;
  position: absolute;
  top: 50%;
  left: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  transform: translate(-50%, -50%);
}
.product_page .big_images .image_block img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}
.product_page .big_images .image_block img.zoomImg {
  background: #ffffff;
}
.product_page .small_images {
  position: relative;
  overflow: hidden;
  position: relative;
  white-space: nowrap;
  font-size: 0;
  overflow: hidden;
  padding: 0 47px;
  margin: 0 -14px;
  margin-top: 35px;
}
.product_page .small_images .image_block {
  width: 100%;
  display: inline-block;
  white-space: normal;
  font-size: 1rem;
  width: 33.3%;
  vertical-align: top;
  padding: 7px;
}
.product_page .small_images .image_block a {
  display: block;
  width: 100%;
  max-height: 100px;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.product_page .small_images .image_block a:before {
  display: block;
  content: "";
  padding-bottom: 100%;
}
.product_page .small_images .image_block a.selected {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  cursor: default;
  opacity: 0.5;
  transform: scale(1.07);
}
.product_page .small_images .image_block a img {
  position: absolute;
  max-width: 80%;
  max-height: 80%;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -webkit-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
}
.product_page .small_images .slick-arrow {
  position: absolute;
  background: rgba(0, 0, 0, 0.25);
  color: rgba(0, 0, 0, 0.5);
  top: 46%;
  width: 32px;
  height: 99px;
  display: flex;
  align-items: center;
  border: none;
  font-size: 0;
  padding: 0;
  justify-content: center;
  z-index: 10;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  -webkit-transform: translate3d(0, -50%, 0);
  -o-transform: translate3d(0, -50%, 0);
}
.product_page .small_images .slick-arrow:before {
  display: block;
  content: "\e901";
  font-size: 1.5rem;
}
.product_page .small_images .slick-arrow.slick-next {
  right: 15px;
}
.product_page .small_images .slick-arrow.slick-next:before {
  position: relative;
}
.product_page .small_images .slick-arrow.slick-prev {
  left: 15px;
}
.product_page .small_images .slick-arrow.slick-prev:before {
  position: relative;
}
.product_page .small_images .slick-arrow.slick-disabled {
  opacity: 0.2;
  pointer-events: none;
}
.product_page .small_images .slick-arrow:hover:not(.slick-disabled) {
  background: #000000;
  color: #ffffff;
}
.product_page .download_container {
  margin: 60px 0;
}
.product_page .download_list {
  margin: 0 -10px;
  display: flex;
  flex-wrap: wrap;
}
.product_page .download_block {
  width: 25%;
  height: 165px;
  font-size: 160%;
  line-height: 22px;
  padding: 10px;
}
.product_page .download_block a {
  width: 100%;
  height: 100%;
  color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.product_page .download_block img {
  max-width: 60px;
  width: 100%;
}
.product_page .download_block span {
  display: block;
  max-width: 116px;
  margin-left: 13px;
}
@media (max-width: 1199px) {
  .product_page .section_title {
    margin-top: 30px;
  }
  .product_page .tab_section {
    margin-top: 40px;
  }
}
@media (max-width: 991px) {
  .product_page .top_block {
    flex-direction: column;
  }
  .product_page .info_block {
    flex: 0 0 100%;
    max-width: none;
    padding-right: 0;
  }
  .product_page .product_images {
    flex: 0 0 100%;
    max-width: 70%;
    margin: 30px auto;
    padding-left: 0;
  }
  .product_page .download_block {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .product_page .product_images {
    max-width: none;
  }
}
@media (max-width: 575px) {
  .product_page .tabs_block li {
    max-width: none;
  }
  .product_page .tabs_block li a {
    height: 77px;
  }
  .product_page .block_inner {
    padding: 20px;
  }
  .product_page .big_images .image_block {
    height: 250px;
  }
  .product_page .download_block {
    width: 100%;
  }
}

.fancybox_popup {
  position: fixed;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  overflow-x: hidden;
  overflow-y: auto;
  -o-transition: top 0.5s;
  -ms-transition: top 0.5s;
  -moz-transition: top 0.5s;
  -webkit-transition: top 0.5s;
  transition: top 0.5s;
  background: rgba(13, 40, 104, 0.6);
}
.fancybox_popup .popup_inner {
  padding: 40px;
  width: 100%;
  min-height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.fancybox_popup .popup_container {
  max-width: 1020px;
  position: relative;
  width: 100%;
}
.fancybox_popup .popup_close {
  position: absolute;
  right: -25px;
  top: -25px;
}
.fancybox_popup .popup_close:before {
  color: #ffffff;
  font-size: 140%;
  -o-transition: color 0.5s;
  -ms-transition: color 0.5s;
  -moz-transition: color 0.5s;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}
.fancybox_popup.opened {
  top: 0;
}

.fancybox_opened {
  overflow: hidden;
}

.main_image_slider {
  z-index: 5;
  position: relative;
  white-space: nowrap;
  font-size: 0;
  overflow: hidden;
  padding: 40px 120px;
  background: #ffffff;
}
.main_image_slider.slick-slider {
  overflow: visible;
}
.main_image_slider .slide_block {
  display: inline-block;
  white-space: normal;
  font-size: 1rem;
  width: 100%;
  vertical-align: top;
  position: relative;
  overflow: hidden;
  width: 100%;
  position: relative;
}
.main_image_slider .slide_block::before {
  content: "";
  display: block;
  padding-bottom: 62%;
}
.main_image_slider .slide_block img {
  object-fit: cover;
}
.main_image_slider .slick-arrow {
  position: absolute;
  background: transparent;
  color: #000000;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  border: none;
  transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  -webkit-transform: translate3d(0, -50%, 0);
  -o-transform: translate3d(0, -50%, 0);
}
.main_image_slider .slick-arrow:hover {
  color: #FECD12;
}
.main_image_slider .slick-arrow:before {
  display: block;
  content: "\e902";
  font-size: 2.5rem;
}
.main_image_slider .slick-arrow.slick-prev {
  left: 45px;
}
.main_image_slider .slick-arrow.slick-next {
  right: 45px;
}

.navigation_slider {
  position: relative;
  overflow: hidden;
  position: relative;
  white-space: nowrap;
  font-size: 0;
  overflow: hidden;
  margin: 0 -14px;
  margin-top: 25px;
  height: 110px;
}
.navigation_slider .slide_block {
  width: 100%;
  height: 100px;
  display: inline-block;
  white-space: normal;
  font-size: 1rem;
  width: 20%;
  vertical-align: top;
  cursor: pointer;
  padding: 0 10px;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
}
.navigation_slider .slide_block img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: top;
}
.navigation_slider .slide_block.slick-current img {
  border: 2px solid #FECD12;
}
.navigation_slider .slick-track {
  margin: 0 auto;
  overflow: hidden;
}

@media (max-width: 991px) {
  .fancybox_popup .popup_close {
    right: 0;
  }

  .main_image_slider {
    padding: 40px 60px;
  }
  .main_image_slider .slick-arrow.slick-prev {
    left: 15px;
  }
  .main_image_slider .slick-arrow.slick-next {
    right: 15px;
  }
}
@media (max-width: 767px) {
  .main_image_slider .slide_block::before {
    padding-bottom: 400px;
  }

  .navigation_slider {
    height: 150px;
  }
  .navigation_slider .slide_block {
    height: 150px;
  }
}
@media (max-width: 575px) {
  .navigation_slider {
    display: none;
    opacity: 0;
  }

  .main_image_slider {
    padding: 0px;
  }
}
.web .download_block a {
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.web .download_block a:hover {
  border: 1px solid transparent;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.15);
}
.web .big_images:hover img:not(.zoomImg) {
  opacity: 0;
}

.touch .download_block a {
  -o-transition: all 0.15s;
  -ms-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.touch .download_block a:active {
  border: 1px solid transparent;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.15);
}
.touch .big_images:active img:not(.zoomImg) {
  opacity: 0;
}

/*# sourceMappingURL=product.css.map */
