.home_service .image_block > img, .news_list .image_block > img, .blog_list .image_block > img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.home_service .image_block > img, .news_list .image_block > img, .blog_list .image_block > img {
  object-fit: cover;
}

.home_service .image_block iframe, .news_list .image_block iframe, .blog_list .image_block iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100% !important;
  height: 100% !important;
}

.blog_list .image_block {
  position: relative;
  overflow: hidden;
}
.blog_list .image_block:before {
  display: block;
  content: "";
  padding-bottom: 56.25%;
}

.home_service .image_block, .news_list .image_block {
  position: relative;
  overflow: hidden;
}
.home_service .image_block:before, .news_list .image_block:before {
  display: block;
  content: "";
  padding-bottom: 114.28%;
}

.content {
  padding: 50px 0 120px;
}

.home_news {
  padding-top: 125px;
}

.news_list {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  padding: 32px 0 0;
  margin: 0 -10px;
}
.news_list li {
  width: 25%;
  padding: 0 10px;
}
.news_list .news_inner.hovered .image_block:after {
  width: 100%;
}
.news_list .news_inner.hovered .read_more a:before {
  margin-left: 8px;
  opacity: 1;
}
.news_list .image_block {
  display: block;
  border-radius: 4px;
  position: relative;
}
.news_list .image_block:after {
  content: "";
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 0;
  width: 0;
  height: 6px;
  background: #FFCD05;
  overflow: hidden;
  border-radius: 0 0 4px 4px;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.news_list .date_block {
  color: #666666;
  font-size: 120%;
  line-height: 1.25em;
  padding-top: 16px;
}
.news_list .news_title {
  color: #1F1F1F;
  font-family: "mardoto-medium";
  font-size: 190%;
  line-height: 28px;
  height: 56px;
  margin-top: 12px;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news_list .news_description {
  color: #666666;
  font-size: 140%;
  line-height: 1.5em;
  padding-top: 12px;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.news_list .read_more {
  padding-top: 20px;
  display: flex;
  justify-content: flex-start;
}
.news_list .read_more a {
  display: flex;
  align-items: center;
  margin-right: auto;
  color: #1F1F1F;
  font-family: "mardoto-medium";
  font-size: 140%;
  line-height: 18px;
}
.news_list .read_more a span {
  text-decoration: underline;
}
.news_list .read_more a:before {
  display: flex;
  align-items: center;
  justify-content: center;
  order: 2;
  font-size: 60%;
  height: 24px;
  width: 24px;
  border-radius: 4px;
  background: #FFCD05;
  color: #1F1F1F;
  opacity: 0;
  margin-left: -10px;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.home_blog {
  padding-top: 100px;
}

.blog_list {
  list-style-type: none;
  padding: 32px 0 0;
  margin: 0 -10px;
  display: flex;
  flex-wrap: wrap;
}
.blog_list > li {
  width: 50%;
  padding: 0 10px;
}
.blog_list .blog_inner {
  background: #ffffff;
  position: relative;
}
.blog_list .blog_inner.hovered .image_block:after {
  opacity: 0.7;
}
.blog_list .blog_inner.hovered .read_more a:before {
  margin-left: 8px;
  opacity: 1;
}
.blog_list .image_block {
  display: block;
  position: relative;
  border-radius: 4px 4px 0 0;
}
.blog_list .info_inner {
  padding: 20px 16px 16px;
  border: 1px solid #D9D9D9;
  border-radius: 0 0 4px 4px;
}
.blog_list .blog_title {
  color: #1F1F1F;
  font-family: "mardoto-medium";
  font-size: 190%;
  line-height: 26px;
  height: 52px;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.blog_list .date_block {
  color: #666666;
  font-size: 120%;
  line-height: 1.25em;
}
.blog_list .date_row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding-top: 28px;
}
.blog_list .date_row a {
  position: absolute;
  right: -16px;
  bottom: -16px;
  height: 49px;
  width: 49px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1F1F1F;
  border-radius: 4px 0 3px 4px;
  background: #EDEDED;
}

.stickers_block {
  padding: 4px 16px;
  position: absolute;
  z-index: 2;
  bottom: 132px;
  left: 0;
  width: 100%;
}
.stickers_block ul {
  list-style-type: none;
  margin: 0 -4px;
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  padding: 0;
}
.stickers_block li {
  padding: 4px;
  border-radius: 4px;
}
.stickers_block li span {
  display: block;
  background: rgba(255, 255, 255, 0.8);
  color: #1F1F1F;
  font-size: 120%;
  line-height: 16px;
  padding: 11px 12px;
}

.home_service {
  padding-top: 125px;
}
.home_service .service_inner {
  position: relative;
}
.home_service .service_section {
  padding-top: 32px;
  min-height: 700px;
}
.home_service .service_list {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  margin: 0 -10px;
  padding: 0;
  max-width: 800px;
}
.home_service .service_list li {
  padding: 10px;
  width: 50%;
}
.home_service .service_list li:hover .item_inner {
  box-shadow: 0 4px 16px 0 rgba(31, 31, 31, 0.15);
  margin-top: -8px;
}
.home_service .service_list li:hover .item_inner ~ .image_block {
  opacity: 1;
}
.home_service .service_list li:hover .item_inner:before {
  height: 100%;
}
.home_service .service_list li:first-child .image_block {
  opacity: 1;
}
.home_service .service_list li:first-child .item_inner:before {
  height: 100%;
}
.home_service .service_list:hover li:first-child .item_inner:before {
  height: 0;
}
.home_service .service_list:hover li:first-child:hover .item_inner:before {
  height: 100%;
}
.home_service .service_list .item_inner {
  border: 1px solid #D9D9D9;
  border-radius: 4px;
  background: #ffffff;
  color: #1F1F1F;
  font-size: 190%;
  line-height: 1.5em;
  padding: 15px 24px 15px 34px;
  display: flex;
  align-items: center;
  min-height: 184px;
  position: relative;
}
.home_service .service_list .item_inner:before {
  content: "";
  width: 6px;
  background: #FFCD05;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.home_service .image_block {
  position: absolute;
  z-index: -1;
  width: 610px;
  top: 60px;
  right: 0;
  opacity: 0;
  transform: opacity 0.3s;
  -moz-transform: opacity 0.3s;
  -ms-transform: opacity 0.3s;
  -webkit-transform: opacity 0.3s;
  -o-transform: opacity 0.3s;
  -o-transition-delay: 0.5s;
  -ms-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.home_service .service_button {
  padding-top: 14px;
  display: flex;
  justify-content: flex-start;
}

@media screen and (max-width: 1199px) {
  .home_news {
    padding-top: 100px;
  }

  .news_list .news_title {
    font-size: 170%;
    line-height: 25px;
    height: 50px;
  }
  .news_list .news_description {
    font-size: 130%;
  }

  .home_blog {
    padding-top: 80px;
  }

  .home_service {
    padding-top: 100px;
  }
  .home_service .service_list {
    max-width: 650px;
  }
  .home_service .service_list .item_inner {
    font-size: 170%;
    padding: 12px 24px;
    min-height: 160px;
  }
  .home_service .image_block {
    width: 550px;
  }
}
@media screen and (max-width: 959px) {
  .home_news {
    padding-top: 80px;
  }

  .news_list .news_title {
    font-size: 140%;
    line-height: 20px;
    height: 40px;
  }
  .news_list .news_description {
    font-size: 120%;
  }
  .news_list .read_more {
    padding-top: 10px;
  }
  .news_list .read_more a {
    font-size: 130%;
  }

  .home_blog {
    padding-top: 60px;
  }

  .blog_list .blog_title {
    font-size: 170%;
    line-height: 24px;
    height: 48px;
  }

  .stickers_block li span {
    padding: 8px 10px;
  }

  .home_service {
    padding-top: 80px;
  }
  .home_service .service_list {
    max-width: 500px;
  }
  .home_service .service_list .item_inner {
    font-size: 150%;
    padding: 12px 15px;
    min-height: 150px;
  }
  .home_service .service_section {
    min-height: 600px;
  }
  .home_service .image_block {
    width: 450px;
    top: 70px;
  }
}
@media screen and (max-width: 767px) {
  .home_news {
    padding-top: 60px;
  }

  .news_list {
    padding-top: 10px;
  }
  .news_list li {
    width: 50%;
    padding: 20px 10px 0;
  }
  .news_list .news_title {
    font-size: 190%;
    line-height: 28px;
    height: 56px;
  }
  .news_list .news_description {
    font-size: 140%;
  }
  .news_list .read_more {
    padding-top: 20px;
  }
  .news_list .read_more a {
    font-size: 140%;
  }

  .home_blog {
    padding-top: 50px;
  }

  .blog_list {
    margin: 0;
  }
  .blog_list > li {
    width: 100%;
    padding: 20px 0 0;
  }
  .blog_list > li:first-child {
    padding: 0;
  }
  .blog_list .blog_title {
    font-size: 190%;
    line-height: 26px;
    height: 52px;
  }

  .stickers_block {
    bottom: 130px;
  }
  .stickers_block li span {
    padding: 11px 12px;
  }

  .home_service {
    padding-top: 60px;
  }
  .home_service .service_list {
    max-width: 450px;
  }
  .home_service .service_list .item_inner {
    font-size: 120%;
    min-height: 130px;
  }
  .home_service .image_block {
    width: 400px;
    top: 60px;
  }
  .home_service .service_section {
    min-height: 480px;
  }
}
@media screen and (max-width: 639px) {
  .home_service .service_list {
    max-width: 350px;
  }
  .home_service .service_list li {
    padding: 5px;
  }
  .home_service .service_list .item_inner {
    min-height: 120px;
  }
  .home_service .image_block {
    width: 350px;
    top: 70px;
  }
}
@media screen and (max-width: 575px) {
  .home_news {
    padding-top: 50px;
  }

  .news_list .news_title {
    font-size: 170%;
    line-height: 25px;
    height: 50px;
  }
  .news_list .news_description {
    font-size: 130%;
  }

  .home_service {
    padding-top: 50px;
  }
  .home_service .service_list {
    max-width: none;
    margin: 0;
  }
  .home_service .service_list .item_inner {
    min-height: auto;
    font-size: 130%;
  }
  .home_service .service_list li {
    width: 100%;
    padding: 7px 0;
  }
  .home_service .service_section {
    padding-top: 80px;
  }
  .home_service .image_block {
    width: 400px;
    top: 60px;
  }
}
@media screen and (max-width: 479px) {
  .news_list .news_title {
    font-size: 140%;
    line-height: 20px;
    height: 40px;
  }
  .news_list .news_description {
    font-size: 120%;
  }
  .news_list .read_more {
    padding-top: 10px;
  }
  .news_list .read_more a {
    font-size: 130%;
  }

  .blog_list .blog_title {
    font-size: 170%;
    line-height: 24px;
    height: 48px;
  }

  .stickers_block li span {
    padding: 8px 10px;
  }

  .home_service .service_section {
    min-height: 490px;
  }
  .home_service .service_list .item_inner {
    font-size: 120%;
  }
}
@media screen and (max-width: 399px) {
  .news_list {
    margin: 0;
  }
  .news_list li {
    width: 100%;
    padding: 20px 0 0;
  }
  .news_list .news_title {
    font-size: 170%;
    line-height: 25px;
    height: 50px;
  }
  .news_list .news_description {
    font-size: 130%;
  }

  .blog_list .blog_title {
    font-size: 150%;
    line-height: 22px;
    height: 44px;
  }
  .blog_list .info_inner {
    padding: 15px 10px;
  }
  .blog_list .date_row a {
    width: 42px;
    height: 42px;
    right: -10px;
    bottom: -15px;
  }

  .stickers_block {
    bottom: 120px;
    padding: 4px 10px;
  }

  .home_service .service_section {
    min-height: 490px;
    padding-top: 40px;
  }
  .home_service .image_block {
    width: 100%;
  }
}
.blog_list .image_block {
  -o-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.web .blog_list .date_row a, .blog_list .date_row .web a {
  -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;
}

.home_service .service_list .item_inner {
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.touch .blog_list .date_row a, .blog_list .date_row .touch a {
  -o-transition: background-color 0.15s;
  -ms-transition: background-color 0.15s;
  -moz-transition: background-color 0.15s;
  -webkit-transition: background-color 0.15s;
  transition: background-color 0.15s;
}

.web .blog_list .date_row a:hover, .blog_list .date_row .web a:hover {
  background: rgba(255, 205, 5, 0.7);
}
.touch .blog_list .date_row a:active, .blog_list .date_row .touch a:active {
  background: rgba(255, 205, 5, 0.7);
}

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