.inner_page .slick-dots {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.listing_inner .news_list {
  padding: 0;
  margin: 0 -15px;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
}

.listing_inner .news_image > img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.inner_page .image_list .slick-arrow.slick-next {
  transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  -o-transform: scaleX(-1);
}

.listing_inner .news_image > img {
  object-fit: cover;
}

.listing_inner .news_image iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100% !important;
  height: 100% !important;
}

.listing_inner .news_image {
  position: relative;
  overflow: hidden;
}
.listing_inner .news_image:before {
  display: block;
  content: "";
  padding-bottom: 62.5%;
}

.inner_page .image_list .slick-arrow: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;
}

.listing_inner .news_block.combo_hover img {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
}

.listing_inner {
  margin: 25px 0 80px;
}
.listing_inner .page_title {
  margin: 0 0 23px;
  padding: 0;
}
.listing_inner .news_date {
  color: #999999;
  font-size: 150%;
  line-height: 22px;
  margin: 5px 0;
}
.listing_inner .news_title {
  margin-bottom: 5px;
}
.listing_inner .news_title a {
  font-size: 150%;
  line-height: 22px;
  font-family: "poppins-bold";
  color: #333333;
  display: block;
  height: 45px;
  overflow: hidden;
}
.listing_inner .news_description {
  font-size: 120%;
  line-height: 18px;
  color: #333333;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.listing_inner .image_block {
  position: relative;
}
.listing_inner .news_image {
  position: relative;
  display: block;
  overflow: hidden;
}
.listing_inner .news_image:before {
  padding-bottom: 100%;
}
.listing_inner .news_list > li {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 50px;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  opacity: 0;
}
@media screen and (min-width: 576px) and (max-width: 959px) {
  .listing_inner .news_list > li {
    margin-bottom: 40px;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media screen and (max-width: 575px) {
  .listing_inner .news_list > li {
    margin-bottom: 30px;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.inner_page > .page_container {
  display: flex;
  align-items: flex-start;
}
.inner_page .page_title {
  padding: 0;
  margin: 0;
}
.inner_page .standard_text {
  margin-bottom: 20px;
}
.inner_page .left_col {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
}
.inner_page .back_to {
  font-family: "poppins-bold";
  font-size: 150%;
  line-height: 22px;
  color: #00A7E0;
  margin-bottom: 22px;
  display: block;
}
.inner_page .back_to:before {
  margin-right: 12px;
}
.inner_page .news_date {
  color: #999999;
  font-size: 150%;
  line-height: 22px;
  margin: 5px 0;
}
.inner_page .sub_title {
  font-family: "poppins-regular";
  margin: 20px 0 30px;
}
@media screen and (min-width: 769px) {
  .inner_page:not(.showed) {
    opacity: 0;
  }
}
.inner_page .image_list .image_block {
  width: 100%;
}
.inner_page .image_list img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.inner_page .info_block {
  display: flex;
  justify-content: center;
  max-width: 480px;
  margin-left: auto;
}
.inner_page .slick-dots {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  bottom: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 20px;
}
.inner_page .slick-dots li {
  padding: 0 5px;
  margin: 0;
}
.inner_page .slick-dots li.slick-active button {
  background: #ffffff !important;
  cursor: default;
}
.inner_page .slick-dots button {
  border: none;
  padding: 0;
  font-size: 0;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  background: rgba(0, 0, 0, 0.4);
  position: relative;
  z-index: 5;
}
.inner_page .slick-dots button:hover {
  background: #ffffff;
}
.inner_page .slick-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  margin-top: -20px;
  border: none;
  background: transparent;
  z-index: 2;
  font-size: 0;
}
.inner_page .slick-arrow:before {
  display: block;
  content: "\e902";
  font-size: 3.2rem;
  color: #ffffff;
}
.inner_page .slick-prev {
  left: 15px;
}
.inner_page .slick-next {
  right: 15px;
}
@media screen and (min-width: 1200px) {
  .inner_page .info_block {
    padding: 20px 15px 30px;
  }
}
@media screen and (min-width: 960px) and (max-width: 1199px) {
  .inner_page .info_block {
    padding: 20px 15px 20px;
  }
}
@media screen and (min-width: 769px) and (max-width: 959px) {
  .inner_page .info_block {
    padding: 20px 15px 20px;
  }
}
@media screen and (min-width: 961px) {
  .inner_page .image_block,
.inner_page .slick-track,
.inner_page .slick-list,
.inner_page .slick-slider {
    height: 100% !important;
  }
  .inner_page .content_col {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .inner_page .content_col.right_col {
    margin-left: auto;
  }
  .inner_page .content_col.top_fix {
    top: 100px;
    position: fixed;
    width: 50%;
  }
  .inner_page .content_col.top_fix.left_col {
    left: 0;
  }
  .inner_page .content_col.top_fix.right_col {
    left: 50%;
  }
  .inner_page .content_col.fixed {
    position: fixed;
    width: 50%;
  }
  .inner_page .content_col.fixed:not(.top_fix) {
    bottom: 0;
  }
  .inner_page .content_col.fixed.left_col {
    left: 0;
  }
  .inner_page .content_col.fixed.right_col {
    left: 50%;
  }
}
@media screen and (max-width: 960px) {
  .inner_page > .page_container {
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .inner_page .service_page {
    flex-direction: column;
  }
  .inner_page .info_block {
    position: relative;
    padding: 40px 20px;
    width: 100%;
    max-width: 100%;
    margin-top: 0 !important;
  }
  .inner_page .content_col {
    width: 100%;
    max-width: 100%;
  }
  .inner_page .content_col.left_col {
    position: relative;
  }
  .inner_page .image_list {
    width: 100%;
    position: relative;
    white-space: nowrap;
    font-size: 0;
    overflow: hidden;
  }
  .inner_page .image_list .image_block {
    width: 100%;
    display: inline-block;
    white-space: normal;
    font-size: 1rem;
    width: 100%;
    vertical-align: top;
    position: relative;
    overflow: hidden;
    height: 400px;
  }
  .inner_page .image_list .image_block img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

.web .inner_page .back_to, .inner_page .web .back_to, .web .inner_page .image_list .slick-arrow, .inner_page .image_list .web .slick-arrow {
  -o-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.listing_inner .news_block.combo_hover .news_title.combo_link,
.listing_inner .news_block.combo_hover .news_title .combo_link {
  -o-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.inner_page .slick-dots button {
  -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 .inner_page .back_to, .inner_page .touch .back_to, .touch .inner_page .image_list .slick-arrow, .inner_page .image_list .touch .slick-arrow {
  -o-transition: opacity 0.15s;
  -ms-transition: opacity 0.15s;
  -moz-transition: opacity 0.15s;
  -webkit-transition: opacity 0.15s;
  transition: opacity 0.15s;
}

.web .inner_page .back_to:hover, .inner_page .web .back_to:hover, .web .inner_page .image_list .slick-arrow:hover, .inner_page .image_list .web .slick-arrow:hover {
  opacity: 0.7;
}
.touch .inner_page .back_to:active, .inner_page .touch .back_to:active, .touch .inner_page .image_list .slick-arrow:active, .inner_page .image_list .touch .slick-arrow:active {
  opacity: 0.7;
}
.listing_inner .news_block.combo_hover .combo_link img {
  -o-transition: transform 0.3s;
  -ms-transition: transform 0.3s;
  -moz-transition: transform 0.3s;
  -webkit-transition: transform 0.3s;
  transition: transform 0.3s;
}
.listing_inner .hovered.news_block.combo_hover .combo_link img {
  transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
}
.listing_inner .hovered.news_block.combo_hover .news_title.combo_link,
.listing_inner .hovered.news_block.combo_hover .news_title .combo_link {
  color: #00A7E0;
}

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