.inner_page .news_inner_section, .news_list {
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 1366px) {
  .inner_page .news_inner_section, .news_list {
    margin-left: -32px;
    margin-right: -32px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1365px) {
  .inner_page .news_inner_section, .news_list {
    margin-left: -20px;
    margin-right: -20px;
  }
}
@media screen and (max-width: 1023px) {
  .inner_page .news_inner_section, .news_list {
    margin-left: -12px;
    margin-right: -12px;
  }
}

.related_news .news_image picture > img, .news_list .news_image picture > img,
.related_news .news_image > img,
.news_list .news_image > img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

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

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

.related_news .news_image, .news_list .news_image {
  position: relative;
  overflow: hidden;
}
.related_news .news_image:before, .news_list .news_image:before {
  display: block;
  content: "";
  padding-bottom: 56.25%;
}

.inner_page .back_btn: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;
}

.news_list .news_image img {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
}

.related_news .news_link:before {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.news_list {
  padding-top: 24px;
}
.news_list li {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
  padding-top: 40px;
  padding-bottom: 40px;
  opacity: 0;
  -o-transition: opacity 0.75s;
  -ms-transition: opacity 0.75s;
  -moz-transition: opacity 0.75s;
  -webkit-transition: opacity 0.75s;
  transition: opacity 0.75s;
}
@media screen and (min-width: 1366px) {
  .news_list li {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1365px) {
  .news_list li {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 1023px) {
  .news_list li {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.news_list li.showed {
  opacity: 1;
}
.news_list li.showed .news_image img {
  transform: translate3d(0, 0, 0) scale(1.1);
  -moz-transform: translate3d(0, 0, 0) scale(1.1);
  -ms-transform: translate3d(0, 0, 0) scale(1.1);
  -webkit-transform: translate3d(0, 0, 0) scale(1.1);
  -o-transform: translate3d(0, 0, 0) scale(1.1);
}
.news_list li.showed .news_date,
.news_list li.showed .news_title {
  opacity: 1;
}
.news_list .news_block {
  border: 1px solid #666666;
  display: block;
  height: 100%;
  overflow: hidden;
  -o-transition: background-color 0.5s;
  -ms-transition: background-color 0.5s;
  -moz-transition: background-color 0.5s;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
}
.news_list .news_block:hover {
  background: #333333;
}
.news_list .news_block:hover .news_image img {
  transform: translate3d(0, 0, 0) scale(1);
  -moz-transform: translate3d(0, 0, 0) scale(1);
  -ms-transform: translate3d(0, 0, 0) scale(1);
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  -o-transform: translate3d(0, 0, 0) scale(1);
}
.news_list .news_image {
  overflow: hidden;
}
.news_list .news_image img {
  -o-transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -ms-transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -moz-transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -webkit-transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transform: translate3d(0, -100%, 0) scale(1.5);
  -moz-transform: translate3d(0, -100%, 0) scale(1.5);
  -ms-transform: translate3d(0, -100%, 0) scale(1.5);
  -webkit-transform: translate3d(0, -100%, 0) scale(1.5);
  -o-transform: translate3d(0, -100%, 0) scale(1.5);
  transform-origin: center;
  -webkit-transfrom-origin: center;
}
.news_list .news_info {
  padding: 24px 32px 48px;
}
.news_list .news_date {
  color: #cccccc;
  padding-bottom: 16px;
  font-size: 180%;
  line-height: 29px;
  font-family: "montserrat-light", "montserratarm-light";
  -o-transition: all 0.75s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
  -ms-transition: all 0.75s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
  -moz-transition: all 0.75s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
  -webkit-transition: all 0.75s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
  transition: all 0.75s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
  opacity: 0;
}
.news_list .news_title {
  font-size: 240%;
  line-height: 38px;
  color: #ffffff;
  font-family: "montserrat-medium", "montserratarm";
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  -o-transition: all 0.75s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
  -ms-transition: all 0.75s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
  -moz-transition: all 0.75s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
  -webkit-transition: all 0.75s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
  transition: all 0.75s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
  opacity: 0;
}
.news_list span {
  display: block;
}
@media screen and (min-width: 1024px) and (max-width: 1365px) {
  .news_list li {
    padding: 20px;
  }
}
@media screen and (max-width: 1365px) {
  .news_list .news_title {
    font-size: 200%;
    line-height: 30px;
  }
  .news_list .news_info {
    padding: 16px 22px 40px;
  }
  .news_list .news_date {
    padding-bottom: 10px;
    font-size: 160%;
    line-height: 24px;
  }
}
@media screen and (max-width: 1023px) {
  .news_list li {
    padding: 12px;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .news_list .news_title {
    font-size: 180%;
    line-height: 26px;
  }
  .news_list .news_info {
    padding: 20px 10px;
  }
  .news_list .news_date {
    font-size: 140%;
    line-height: 21px;
  }
}
@media screen and (max-width: 639px) {
  .news_list {
    padding-top: 14px;
  }
  .news_list li {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .news_list .news_date {
    padding-bottom: 8px;
  }
}
@media screen and (max-width: 399px) {
  .news_list .news_title {
    font-size: 160%;
    line-height: 22px;
  }
  .news_list .news_date {
    padding-bottom: 8px;
  }
}

.all_news_btn {
  text-align: center;
}
.all_news_btn .more_btn {
  min-width: 229px;
}
@media screen and (max-width: 575px) {
  .all_news_btn .more_btn {
    width: 100%;
    max-width: 314px;
  }
}

body.loaded .inner_page .news_inner_section .image_block img {
  transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  opacity: 1;
}
body.loaded .inner_page .news_inner_section .date_section,
body.loaded .inner_page .news_inner_section .share_block {
  opacity: 1;
}
body.loaded .inner_page .news_inner_section .standard_textpage {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
}

.inner_page .back_btn {
  margin-top: 64px;
  display: inline-flex;
  vertical-align: top;
  align-items: center;
  color: #999999;
  font-size: 140%;
  line-height: 1.6em;
}
.inner_page .back_btn::before {
  margin-right: 4px;
  content: "\e902";
  font-size: 2.4rem;
  display: block;
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .inner_page .back_btn {
    margin-top: 48px;
  }
}
@media screen and (min-width: 576px) and (max-width: 1023px) {
  .inner_page .back_btn {
    margin-top: 40px;
  }
}
@media screen and (max-width: 575px) {
  .inner_page .back_btn {
    margin-top: 32px;
  }
}
.inner_page .news_inner_title {
  font-size: 800%;
  line-height: 1.3em;
  font-family: "braind-yerevan";
  font-weight: 400;
  margin: 0;
  letter-spacing: -0.005em;
  padding: 42px 0 64px;
  border-bottom: 1px solid #666666;
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .inner_page .news_inner_title {
    font-size: 720%;
    padding: 34px 0 56px;
  }
}
@media screen and (min-width: 576px) and (max-width: 1023px) {
  .inner_page .news_inner_title {
    font-size: 560%;
    padding: 24px 0 44px;
  }
}
@media screen and (max-width: 575px) {
  .inner_page .news_inner_title {
    font-size: 400%;
    padding: 20px 0 40px;
  }
}
.inner_page .news_inner_section {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 1023px) {
  .inner_page .news_inner_section {
    max-width: 808px;
  }
}
.inner_page .news_inner_section .date_section {
  flex: 0 0 100%;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px 0 64px;
  opacity: 0;
  -o-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1) 1.5s;
  -ms-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1) 1.5s;
  -moz-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1) 1.5s;
  -webkit-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1) 1.5s;
  transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1) 1.5s;
}
@media screen and (min-width: 1366px) {
  .inner_page .news_inner_section .date_section {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1365px) {
  .inner_page .news_inner_section .date_section {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 1023px) {
  .inner_page .news_inner_section .date_section {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.inner_page .news_inner_section .date_section .description_block {
  color: #999999;
}
@media screen and (max-width: 1023px) {
  .inner_page .news_inner_section .date_section .description_block {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 479px) {
  .inner_page .news_inner_section .date_section .description_block {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .inner_page .news_inner_section .date_section {
    padding-bottom: 40px;
  }
}
@media screen and (min-width: 576px) and (max-width: 1023px) {
  .inner_page .news_inner_section .date_section {
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 575px) {
  .inner_page .news_inner_section .date_section {
    padding-bottom: 20px;
  }
}
.inner_page .news_inner_section .share_block {
  display: flex;
  align-items: center;
  opacity: 0;
  -o-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1) 1.5s;
  -ms-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1) 1.5s;
  -moz-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1) 1.5s;
  -webkit-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1) 1.5s;
  transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1) 1.5s;
}
@media screen and (max-width: 1023px) {
  .inner_page .news_inner_section .share_block .at-resp-share-element .at-share-btn {
    margin: 0;
  }
}
.inner_page .news_inner_section .standard_textpage {
  -o-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1) 1.5s;
  -ms-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1) 1.5s;
  -moz-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1) 1.5s;
  -webkit-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1) 1.5s;
  transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1) 1.5s;
  transform: translate3d(0, 100vh, 0);
  -moz-transform: translate3d(0, 100vh, 0);
  -ms-transform: translate3d(0, 100vh, 0);
  -webkit-transform: translate3d(0, 100vh, 0);
  -o-transform: translate3d(0, 100vh, 0);
  flex: 0 0 50%;
  max-width: 50%;
}
@media screen and (min-width: 1366px) {
  .inner_page .news_inner_section .standard_textpage {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1365px) {
  .inner_page .news_inner_section .standard_textpage {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 1023px) {
  .inner_page .news_inner_section .standard_textpage {
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media screen and (max-width: 1023px) {
  .inner_page .news_inner_section .standard_textpage {
    flex: 0 0 100%;
    max-width: 100%;
    order: 2;
  }
}
@media screen and (max-width: 1023px) and (min-width: 1366px) {
  .inner_page .news_inner_section .standard_textpage {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media screen and (max-width: 1023px) and (min-width: 1024px) and (max-width: 1365px) {
  .inner_page .news_inner_section .standard_textpage {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 1023px) and (max-width: 1023px) {
  .inner_page .news_inner_section .standard_textpage {
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .inner_page .news_inner_section .standard_textpage {
    padding-bottom: 100px;
  }
}
@media screen and (min-width: 576px) and (max-width: 1023px) {
  .inner_page .news_inner_section .standard_textpage {
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 575px) {
  .inner_page .news_inner_section .standard_textpage {
    padding-bottom: 40px;
  }
}
.inner_page .news_inner_section .image_block {
  flex: 0 0 50%;
  max-width: 50%;
}
@media screen and (min-width: 1366px) {
  .inner_page .news_inner_section .image_block {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1365px) {
  .inner_page .news_inner_section .image_block {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 1023px) {
  .inner_page .news_inner_section .image_block {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.inner_page .news_inner_section .image_block .image_inner {
  position: relative;
  overflow: hidden;
}
.inner_page .news_inner_section .image_block img {
  display: block;
  width: 100%;
  height: auto;
  -o-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1) 1.5s;
  -ms-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1) 1.5s;
  -moz-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1) 1.5s;
  -webkit-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1) 1.5s;
  transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1) 1.5s;
  transform: translate3d(0, 0, 0) scale(2);
  -moz-transform: translate3d(0, 0, 0) scale(2);
  -ms-transform: translate3d(0, 0, 0) scale(2);
  -webkit-transform: translate3d(0, 0, 0) scale(2);
  -o-transform: translate3d(0, 0, 0) scale(2);
  opacity: 0;
}
@media screen and (max-width: 1023px) {
  .inner_page .news_inner_section .image_block {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1023px) and (min-width: 1366px) {
  .inner_page .news_inner_section .image_block {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media screen and (max-width: 1023px) and (min-width: 1024px) and (max-width: 1365px) {
  .inner_page .news_inner_section .image_block {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 1023px) and (max-width: 1023px) {
  .inner_page .news_inner_section .image_block {
    padding-left: 12px;
    padding-right: 12px;
  }
}

.related_news {
  position: relative;
  overflow: hidden;
}
.related_news .related_title {
  display: block;
  font-size: 140%;
  line-height: 1.6em;
  padding-bottom: 24px;
}
.related_news .text_animate {
  position: relative;
  overflow: hidden;
}
.related_news .news_block {
  display: flex;
  flex-wrap: wrap;
  padding: 53px 0;
  border-top: 1px solid #666666;
}
@media screen and (min-width: 1366px) {
  .related_news .news_block {
    margin-left: -32px;
    margin-right: -32px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1365px) {
  .related_news .news_block {
    margin-left: -20px;
    margin-right: -20px;
  }
}
@media screen and (max-width: 1023px) {
  .related_news .news_block {
    margin-left: -12px;
    margin-right: -12px;
  }
}
.related_news .news_block:last-child {
  border-bottom: 1px solid #666666;
}
@media screen and (max-width: 1023px) {
  .related_news .news_block {
    padding: 40px 0;
  }
}
.related_news .news_block.showed .news_image img {
  transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  opacity: 1;
}
.related_news .news_block.showed .news_link,
.related_news .news_block.showed .news_title,
.related_news .news_block.showed .news_date {
  opacity: 1;
}
.related_news .news_info {
  flex: 0 0 50%;
  max-width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (min-width: 1366px) {
  .related_news .news_info {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1365px) {
  .related_news .news_info {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 1023px) {
  .related_news .news_info {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.related_news .news_info .info_inner {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .related_news .news_info {
    flex: 0 0 100%;
    max-width: 100%;
    order: 2;
  }
}
@media screen and (max-width: 767px) and (min-width: 1366px) {
  .related_news .news_info {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media screen and (max-width: 767px) and (min-width: 1024px) and (max-width: 1365px) {
  .related_news .news_info {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1023px) {
  .related_news .news_info {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.related_news .news_image {
  flex: 1;
}
@media screen and (min-width: 1366px) {
  .related_news .news_image {
    margin-left: 32px;
    margin-right: 32px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1365px) {
  .related_news .news_image {
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media screen and (max-width: 1023px) {
  .related_news .news_image {
    margin-left: 12px;
    margin-right: 12px;
  }
}
.related_news .news_image img {
  -o-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
  -ms-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
  -moz-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
  -webkit-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
  transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
  transform: scale(2);
  -moz-transform: scale(2);
  -ms-transform: scale(2);
  -webkit-transform: scale(2);
  -o-transform: scale(2);
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .related_news .news_image {
    margin-bottom: 20px;
  }
}
.related_news .news_date {
  display: block;
  color: #cccccc;
  padding-bottom: 24px;
  font-size: 180%;
  line-height: 29px;
  -o-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
  -ms-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
  -moz-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
  -webkit-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
  transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
  opacity: 0;
}
@media screen and (max-width: 1023px) {
  .related_news .news_date {
    font-size: 1.6rem;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 479px) {
  .related_news .news_date {
    font-size: 1.4rem;
    padding-bottom: 16px;
  }
}
.related_news .news_title {
  display: block;
  font-family: "montserrat-medium", "montserratarm";
  font-size: 320%;
  line-height: 1.6em;
  color: #ffffff;
  -o-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.75s;
  -ms-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.75s;
  -moz-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.75s;
  -webkit-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.75s;
  transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.75s;
  opacity: 0;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
@media screen and (max-width: 1023px) {
  .related_news .news_title {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .related_news .news_title {
    font-size: 260%;
  }
}
@media screen and (min-width: 576px) and (max-width: 1023px) {
  .related_news .news_title {
    font-size: 240%;
  }
}
@media screen and (max-width: 575px) {
  .related_news .news_title {
    font-size: 200%;
  }
}
.related_news .news_link {
  position: relative;
  display: inline-flex;
  vertical-align: top;
  align-items: center;
  color: inherit;
  font-size: 200%;
  -o-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  -ms-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  -moz-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  -webkit-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  opacity: 0;
}
.related_news .news_link:before {
  border-radius: 50%;
  border: 1px solid;
  order: 2;
  width: 72px;
  height: 42px;
  margin-left: 16px;
}
.related_news .news_link:after {
  display: block;
  content: "";
  position: absolute;
  width: 72px;
  height: 42px;
  right: 0;
  top: 0;
  border-radius: 50%;
}
.related_news .news_link:hover:after {
  animation: waveShadow 1.5s infinite;
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .related_news .news_link {
    font-size: 180%;
  }
}
@media screen and (max-width: 1023px) {
  .related_news .news_link {
    font-size: 160%;
  }
  .related_news .news_link:before {
    width: 52px;
    height: 32px;
  }
  .related_news .news_link:after {
    width: 52px;
    height: 32px;
  }
}

.web .inner_page .back_btn, .inner_page .web .back_btn {
  -o-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.touch .inner_page .back_btn, .inner_page .touch .back_btn {
  -o-transition: color 0.15s;
  -ms-transition: color 0.15s;
  -moz-transition: color 0.15s;
  -webkit-transition: color 0.15s;
  transition: color 0.15s;
}

.web .inner_page .back_btn:hover, .inner_page .web .back_btn:hover {
  color: #ED1C24;
}
.touch .inner_page .back_btn:active, .inner_page .touch .back_btn:active {
  color: #ED1C24;
}

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