.construction_section .product_list {
  padding: 0;
  margin: 0;
  list-style-type: none; }

.small_images .image_block a > img, .construction_section .product_image img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0; }

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

.small_images .image_block a > img {
  object-fit: cover; }

.small_images .image_block a iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100% !important;
  height: 100% !important; }

.small_images .image_block a {
  position: relative;
  overflow: hidden; }
  .small_images .image_block a:before {
    display: block;
    content: "";
    padding-bottom: 52%; }

.small_images .slick-arrow:before, .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; }

.construction_section {
  margin-top: 50px; }
  .construction_section .construction_inner {
    padding-left: 20px; }
  .construction_section .inner_container {
    position: relative;
    z-index: 50; }
  .construction_section .page_titel {
    max-width: 480px;
    font-family: '"bold"', "arm-bold";
    font-size: 320%;
    line-height: 48px;
    color: #333333; }
  .construction_section .page_description {
    font-size: 140%;
    line-height: 22PX;
    color: #999999;
    margin-top: 40px; }
  .construction_section .product_list {
    margin: 0 -10px;
    margin-top: 25px;
    display: flex;
    flex-wrap: wrap; }
    .construction_section .product_list li {
      width: 50%;
      padding: 10px; }
  .construction_section .product_inner {
    width: 100%;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1); }
  .construction_section .product_image {
    position: relative;
    padding-bottom: 65.6%; }
    .construction_section .product_image img {
      object-fit: cover; }
  .construction_section .product_info {
    padding: 18px;
    color: #666666;
    font-size: 160%;
    line-height: 22px;
    background: #ffffff; }
  .construction_section .porduct_title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis; }
  .construction_section .product_price {
    display: block;
    margin-top: 15px; }
  @media (max-width: 991px) {
    .construction_section {
      margin-top: 0; }
      .construction_section .construction_inner {
        padding-left: 0; } }
  @media (max-width: 767px) {
    .construction_section .page_titel {
      font-size: 280%;
      line-height: 40px; }
    .construction_section .page_description {
      font-size: 120%;
      line-height: 19px;
      margin-top: 30px; }
    .construction_section .product_info {
      padding: 15px;
      font-size: 140%;
      line-height: 19px; } }
  @media (max-width: 575px) {
    .construction_section {
      margin-top: 50px; }
      .construction_section .page_titel {
        font-size: 240%;
        line-height: 35px; }
      .construction_section .product_list li {
        width: 100%; } }

.product_popup {
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 60;
  overflow: hidden;
  opacity: 0;
  align-items: center;
  justify-content: center;
  -o-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  background: rgba(51, 51, 51, 0.5);
  padding: 80px 40px; }
  .product_popup.hide {
    height: 0;
    width: 0;
    z-index: 1; }
  .product_popup .popup_inner {
    width: 100%;
    max-width: 780px;
    height: 100%;
    max-height: 870px;
    background: #ffffff;
    position: relative;
    padding: 25px 10px 25px 50px; }
  .product_popup .popup_close {
    font-size: 140%;
    position: absolute;
    top: 0;
    right: -30px;
    z-index: 9;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    color: #ffffff; }
    .product_popup .popup_close:before {
      color: #ffffff; }
  .product_popup .popup_container {
    width: 100%;
    height: 100%;
    overflow: hidden; }
  .product_popup .top_container {
    display: flex;
    width: 100%;
    padding-right: 30px;
    padding-top: 40px; }
  .product_popup .product_images {
    flex: 0 0 47.8%;
    max-width: 47.8%;
    width: 100%;
    position: relative;
    overflow: hidden;
    padding: 10px; }
  .product_popup .product_info_block {
    max-width: 52.2%;
    flex: 0 0 52.2%;
    padding: 0 10px; }
  .product_popup .product_title {
    font-size: 180%;
    line-height: 24px;
    font-family: '"bold"', "arm-bold";
    color: #333333; }
  .product_popup .product_price {
    font-family: "regular", "arm-regular";
    margin-top: 13px;
    display: block;
    font-size: 130%; }
  .product_popup .product_description {
    margin-top: 20px;
    max-width: 298px;
    font-size: 140%;
    line-height: 22px;
    color: #999999; }
  .product_popup .container_inner {
    height: 100%; }
    .product_popup .container_inner.scroll-wrapper {
      overflow: visible !important; }
  .product_popup .product_contacts {
    margin-top: 25px; }
    .product_popup .product_contacts .inner_title {
      font-family: '"bold"', "arm-bold";
      font-size: 120%;
      line-height: 14px;
      color: #666666; }
    .product_popup .product_contacts .phone_link {
      display: block;
      margin-top: 7px; }
      .product_popup .product_contacts .phone_link a {
        color: #EB6619;
        font-family: '"bold"', "arm-bold";
        font-size: 120%;
        line-height: 17px; }
  .product_popup .scroll-y div {
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    border-radius: 4px;
    width: 7px;
    height: 100%;
    right: 0; }
    .product_popup .scroll-y div.scroll-element_track {
      z-index: 2;
      background: rgba(51, 51, 51, 0.1);
      width: 9px; }
    .product_popup .scroll-y div.scroll-bar {
      cursor: pointer;
      z-index: 3;
      background: #EB6619;
      margin-right: 1px; }

.service_page {
  padding-top: 0 !important; }

.tab_section {
  margin-top: 40px;
  width: 100%;
  padding-right: 50px; }

.tab_buttons ul {
  list-style-type: none;
  padding: 0;
  display: flex;
  margin: 0; }
.tab_buttons li {
  margin-right: 45px; }
.tab_buttons a {
  font-size: 140%;
  line-height: 19px;
  padding-bottom: 6px;
  color: #333333;
  display: block;
  font-family: '"bold"', "arm-bold"; }
  .tab_buttons a.selected {
    border-bottom: 2px solid #EB6619; }

.tabs_container .tab_block {
  height: 0;
  opacity: 0;
  position: relative;
  overflow: hidden;
  -o-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s; }
.tabs_container .selected.tab_block {
  height: auto;
  opacity: 1; }

.small_images {
  position: relative;
  overflow: hidden;
  margin-top: 20px;
  width: 100%;
  position: relative;
  white-space: nowrap;
  font-size: 0;
  overflow: hidden; }
  .small_images .image_block {
    width: 96px;
    height: 83px;
    display: inline-block;
    white-space: normal;
    font-size: 1rem;
    width: 33.3%;
    vertical-align: top; }
    .small_images .image_block a {
      display: block;
      width: 100%;
      height: 78px;
      box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1); }
      .small_images .image_block a.selected {
        border: 1px solid rgba(0, 0, 0, 0.5);
        cursor: default;
        opacity: 0.5; }
    .small_images .image_block:not(:last-child) {
      padding-right: 15px; }
  .small_images .slick-arrow {
    position: absolute;
    background: #ffffff;
    color: #EB6619;
    top: 50%;
    width: 40px;
    height: 95px;
    display: flex;
    align-items: center;
    border: none;
    font-size: 0;
    padding: 0;
    justify-content: center;
    z-index: 10;
    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); }
    .small_images .slick-arrow:before {
      display: block;
      content: "\e90e";
      font-size: 1.5rem; }
    .small_images .slick-arrow.slick-prev {
      left: -15px;
      background: #ffffff;
      box-shadow: 3px -12px 3px 0 rgba(0, 0, 0, 0.4); }
      .small_images .slick-arrow.slick-prev:before {
        -o-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        transition: all 0.5s;
        left: 5px;
        position: relative; }
      .small_images .slick-arrow.slick-prev:hover {
        opacity: 1; }
        .small_images .slick-arrow.slick-prev:hover:before {
          left: 0; }
    .small_images .slick-arrow.slick-next {
      right: -15px;
      box-shadow: -3px -10px 3px 0 rgba(0, 0, 0, 0.3); }
      .small_images .slick-arrow.slick-next:before {
        -o-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        transition: all 0.5s;
        right: 5px;
        position: relative; }
      .small_images .slick-arrow.slick-next:hover {
        opacity: 1; }
        .small_images .slick-arrow.slick-next:hover:before {
          right: 0; }
    .small_images .slick-arrow.slick-disabled {
      opacity: 0;
      pointer-events: none; }

.big_images {
  position: relative;
  white-space: nowrap;
  font-size: 0;
  overflow: hidden;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  border-radius: 4px; }
  .big_images .image_block {
    display: inline-block;
    white-space: normal;
    font-size: 1rem;
    width: 100%;
    vertical-align: top;
    display: inline-flex;
    height: 268px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: relative; }
    .big_images .image_block:before {
      content: "\e91d";
      font-size: 2rem;
      position: absolute;
      top: 50%;
      left: 50%;
      height: 45px;
      width: 45px;
      background: #242424;
      opacity: 0.1;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #ffffff;
      transform: translate(-50%, -50%); }
    .big_images .image_block img {
      display: block;
      max-width: 100%;
      max-height: 100%; }
      .big_images .image_block img.zoomImg {
        background: #ffffff; }

.product_popup_opened {
  overflow: hidden; }
  .product_popup_opened .construction_section .product_popup {
    height: 100%;
    width: 100%;
    opacity: 1;
    z-index: 100; }

@media (max-width: 1440px) {
  .product_popup {
    padding: 40px 60px; } }
@media (max-width: 991px) {
  .product_popup .product_title {
    font-size: 160%;
    line-height: 21px; }
  .product_popup .popup_inner {
    padding: 25px; }
  .product_popup .scroll-y div {
    right: 0; } }
@media (max-width: 767px) {
  .product_popup .top_container {
    flex-direction: column-reverse;
    padding-right: 0; }
  .product_popup .product_info_block {
    margin: 0 auto;
    max-width: 400px;
    flex: 0 0 100%; }
  .product_popup .product_images {
    margin-top: 25px;
    margin: 0 auto;
    max-width: 450px;
    flex: 0 0 100%; }

  .tab_section {
    margin: 0 auto;
    margin-top: 40px;
    width: 100%;
    max-width: 450px;
    padding-right: 0; }
    .tab_section a {
      font-size: 120%;
      line-height: 17px; } }
@media (max-height: 719px) {
  .product_popup .scroll-y div {
    height: 100%; } }
@media (max-width: 639px) {
  .product_popup .popup_close {
    top: -27px;
    right: 0; } }
@media (max-width: 575px) {
  .product_popup {
    padding: 25px;
    padding-top: 50px; }
    .product_popup .popup_inner {
      padding-left: 3px;
      padding-right: 3px; }
    .product_popup .container_inner {
      padding-right: 15px; }
    .product_popup .top_container {
      padding-top: 0; }
    .product_popup .product_popup .scroll-y div {
      right: -9px; }

  .big_images .image_block {
    height: 220px; }

  .tab_section ul {
    flex-direction: column;
    justify-content: center;
    align-items: center; }
    .tab_section ul li {
      margin-right: 0;
      margin-bottom: 13px; } }
.web .product_inner {
  cursor: pointer; }
.web .small_images .image_block a {
  -o-transition: opacity 0.5s;
  -ms-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s; }
  .web .small_images .image_block a:hover {
    opacity: 0.5; }

.touch .small_images .image_block a {
  -o-transition: opacity 0.5s;
  -ms-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s; }
  .touch .small_images .image_block a:active {
    opacity: 0.5; }

.web .product_inner {
  -o-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s; }

.product_popup .scroll-y div.scroll-bar {
  -o-transition: background-color 0.3s;
  -ms-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s; }

.touch .product_inner {
  -o-transition: opacity 0.15s;
  -ms-transition: opacity 0.15s;
  -moz-transition: opacity 0.15s;
  -webkit-transition: opacity 0.15s;
  transition: opacity 0.15s; }

.product_popup .popup_close:hover, .web .product_inner:hover {
  opacity: 0.7; }

.touch .product_inner:active {
  opacity: 0.7; }

.touch .product_inner:active {
  opacity: 0.7; }

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