.inner_main_section img, .inner_main_section:before, .inner_news .news_image picture > img,
.inner_news .news_image > img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.back_to_news:before {
  transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  -o-transform: scaleX(-1);
}

.inner_news .news_image picture > img,
.inner_news .news_image > img {
  object-fit: cover;
}

.inner_main_section .info_title {
  font-size: 360%;
  line-height: 1.25em;
}
@media screen and (max-width: 1200px) {
  .inner_main_section .info_title {
    font-size: 320%;
  }
}
@media screen and (max-width: 768px) {
  .inner_main_section .info_title {
    font-size: 280%;
  }
}
@media screen and (max-width: 575px) {
  .inner_main_section .info_title {
    font-size: 240%;
  }
}

.inner_page {
  padding-bottom: 180px;
}
@media screen and (max-width: 1200px) {
  .inner_page {
    padding-bottom: 150px;
  }
}
@media screen and (max-width: 1024px) {
  .inner_page {
    padding-bottom: 120px;
  }
}
@media screen and (max-width: 768px) {
  .inner_page {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 575px) {
  .inner_page {
    padding-bottom: 70px;
  }
}

.service_main {
  position: relative;
}
.service_main:after {
  content: "";
  display: block;
  background-image: url(images/service_bg.svg);
  width: 100%;
  height: 31.25vw;
  max-height: 650px;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 70px;
}
@media screen and (max-width: 1200px) {
  .service_main:after {
    top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .service_main:after {
    top: 20px;
  }
}

.inner_main_section {
  position: relative;
  overflow: hidden;
  z-index: 2;
  height: 22.7vw;
  max-height: 440px;
  min-height: 300px;
  display: flex;
  align-items: center;
  padding: 20px 0;
}
.inner_main_section:before {
  content: "";
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.58) 0%, rgba(0, 0, 0, 0.58) 100%);
  z-index: 2;
}
.inner_main_section img {
  object-fit: cover;
}
.inner_main_section .main_info {
  position: relative;
  z-index: 3;
  max-width: 960px;
  margin: 0 auto;
}
.inner_main_section .info_title {
  color: #DFDFDF;
  text-align: center;
  font-family: "montserrat-bold", "montserratarm-bold";
}
.inner_main_section .standard_desc {
  color: #DFDFDF;
  text-align: center;
  padding-top: 16px;
}

.news_section {
  padding-top: 80px;
}

.news_row {
  padding-top: 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin: 0 -10px;
}

.news_col {
  padding: 0 10px;
  max-width: 33.3%;
  flex: 0 0 33.3%;
}
.news_col .news_block:not(:first-child) {
  padding-top: 35px;
}

.back_to_news {
  color: #0D3AAD;
  font-family: "montserrat-bold", "montserratarm-bold";
  font-size: 200%;
  line-height: 1.25em;
  display: inline-flex;
  vertical-align: top;
}
.back_to_news:before {
  display: block;
  font-size: 2.4rem;
  margin-right: 16px;
}

.inner_news {
  padding: 0 10px;
  max-width: 66.6%;
  flex: 0 0 66.6%;
}
.inner_news .news_image {
  display: block;
  position: relative;
  overflow: hidden;
}
.inner_news .news_image:before {
  display: block;
  content: "";
  padding-bottom: 40%;
}
.inner_news .news_image 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;
}
.inner_news .date_block {
  text-align: left;
  display: flex;
  align-items: center;
  font-size: 140%;
  line-height: 1.25em;
  color: #535353;
  padding-top: 18px;
}
.inner_news .date_block:before {
  content: "";
  display: block;
  width: 12px;
  min-width: 12px;
  height: 12px;
  border-radius: 50%;
  margin-right: 8px;
  background: #535353;
}
.inner_news .news_title {
  color: #1E1E1E;
  font-family: "montserrat-medium", "montserratarm-medium";
  font-size: 360%;
  line-height: 1.25em;
  padding-top: 14px;
}
.inner_news .news_desc {
  color: #1E1E1E;
  font-family: "montserrat-medium", "montserratarm-medium";
  font-size: 200%;
  line-height: 1.25em;
  padding-top: 40px;
}
.inner_news .news_info {
  color: #1E1E1E;
  font-size: 160%;
  line-height: 1.25em;
  padding-top: 40px;
}

@media screen and (max-width: 1200px) {
  .inner_news .news_title {
    font-size: 300%;
  }
  .inner_news .news_desc {
    font-size: 180%;
    padding-top: 30px;
  }
  .inner_news .news_info {
    font-size: 140%;
    padding-top: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .news_section {
    padding-top: 60px;
  }
  .news_row {
    margin: 0;
  }
  .news_col {
    padding: 0;
    margin: 0 -10px;
    max-width: 100%;
    flex: 0 0 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .news_col .news_block {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 30px 0 0 !important;
  }
  .inner_news {
    padding: 0;
    max-width: 100%;
    flex: 0 0 100%;
  }
  .inner_news .news_title {
    font-size: 320%;
  }
  .inner_news .news_desc {
    font-size: 200%;
  }
  .inner_news .news_info {
    font-size: 160%;
  }
}
@media screen and (max-width: 768px) {
  .inner_news .news_title {
    font-size: 280%;
  }
  .inner_news .news_desc {
    font-size: 180%;
  }
  .inner_news .news_info {
    font-size: 140%;
  }
  .back_to_news {
    font-size: 160%;
  }
  .back_to_news:before {
    font-size: 2rem;
  }
}
@media screen and (max-width: 575px) {
  .news_section {
    padding-top: 40px;
  }
  .news_col {
    margin: 0;
  }
  .news_col .news_block {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .inner_news .news_title {
    font-size: 240%;
  }
  .inner_news .news_desc {
    font-size: 160%;
    padding-top: 20px;
  }
  .inner_news .news_info {
    padding-top: 20px;
    font-size: 130%;
  }
  .inner_news .date_block {
    font-size: 130%;
  }
}
.web .back_to_news {
  -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 .back_to_news {
  -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 .back_to_news:hover {
  background: #0D3AAD;
}
.touch .back_to_news:active {
  background: #0D3AAD;
}

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