.road_page .video_btn {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.road_page .video_btn:before {
  display: block;
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -webkit-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.3);
  border: 1px solid #ffffff;
  z-index: 1;
  pointer-events: none;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 991px) {
  .road_page .video_btn:before {
    width: 73px;
    height: 73px;
  }
}
@media screen and (max-width: 990px) {
  .road_page .video_btn:before {
    width: 41px;
    height: 41px;
  }
}
.road_page .video_btn:after {
  display: block;
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -webkit-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  border-style: solid;
  border-color: transparent #ffffff;
  z-index: 2;
  pointer-events: none;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 991px) {
  .road_page .video_btn:after {
    width: 29px;
    height: 29px;
    border-width: 15px 0 15px 25px;
    margin: 0 0 0 6px;
  }
}
@media screen and (max-width: 990px) {
  .road_page .video_btn:after {
    width: 6px;
    height: 6px;
    border-width: 6px 0 6px 10px;
    margin: 0 0 0 2px;
  }
}

.road_page {
  margin-top: 20px;
}
.road_page .category_methods {
  display: flex;
  flex: 0 0 100%;
  max-width: 100%;
}
.road_page .category_methods label {
  position: relative;
  font-weight: normal;
  white-space: nowrap;
  padding-bottom: 5px;
}
.road_page .category_methods label input:checked + .radio_btn {
  background: #1268B3;
  color: #ffffff;
  pointer-events: none;
}
.road_page .category_methods .radio_btn {
  height: 100%;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  display: flex;
  color: #000000;
  font-size: 110%;
  line-height: 13px;
  font-family: "medium", "arm-medium";
  text-transform: uppercase;
  padding: 10px 15px;
  border-radius: 15px;
}
.road_page .listing_list {
  padding-bottom: 0;
}
.road_page .listing_list .news_image {
  font-size: 0;
  line-height: 0;
}
.road_page .listing_list li {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}
.road_page .news_block {
  border-radius: 10px;
}
.road_page .news_block.hovered .news_image img {
  transform: scale(1.5);
  -moz-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -webkit-transform: scale(1.5);
  -o-transform: scale(1.5);
}
.road_page .news_block.hovered .news_title a {
  color: #1268B3;
}
.road_page .news_image {
  position: relative;
}
.road_page .video_btn {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border: none;
  padding: 0;
  margin: 0;
  font-size: unset;
  border-radius: 10px;
}
.road_page .video_btn:hover {
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.road_page .video_btn:hover:before {
  border-color: #1268B3;
}
@media screen and (max-width: 990px) {
  .road_page .listing_list li {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media screen and (max-width: 599px) {
  .road_page .listing_list li {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.inner_page {
  margin-top: 20px;
}
.inner_page .section_block {
  margin-left: 0;
  font-size: 110%;
  line-height: 13px;
  color: #1268B3;
}
.inner_page .event_block:before {
  background: rgba(0, 0, 0, 0.4);
}
.inner_page .news_date {
  margin-right: 3px;
}
.inner_page .inner_block_img {
  display: flex;
  position: relative;
}
.inner_page .img_inner {
  display: block;
  height: auto;
  width: 100%;
  border-radius: 15px;
}
.inner_page .inner_info {
  padding: 39px 37px;
}
.inner_page .inner_info img {
  display: block;
  height: auto;
  width: 100%;
  border-radius: 15px;
}
.inner_page .inner_left {
  position: relative;
}
.inner_page .inner_left .top_section {
  flex-direction: column;
  align-items: flex-start;
}
.inner_page .inner_left .top_section .sub_title {
  width: 100%;
  color: #ED1C24;
}
.inner_page .event_block {
  position: relative;
}
.inner_page .inner_block {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 10px;
  background: linear-gradient(359.75deg, #000000 0.21%, rgba(2, 2, 2, 0) 33.67%);
  display: flex;
  align-items: baseline;
  justify-content: end;
  flex-direction: column;
  padding: 0 20px 10px;
}
.inner_page .inner_block .sub_description {
  font-family: "medium", "arm-medium";
  color: #ffffff;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.inner_page .inner_block .news_date {
  color: #ffffff;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.inner_page .product_title {
  color: #999999;
}
.inner_page .inner_title {
  font-size: 120%;
  line-height: 14px;
  color: #999999;
}
.inner_page .inner_title a {
  text-decoration: revert;
}
.inner_page .inner_description {
  font-size: 160%;
  line-height: 24px;
  color: #1268B3;
  position: relative;
  margin: 30px 0;
  padding: 15px 20px;
  background: #F2F5F7;
  border-radius: 0 10px 10px 0;
}
.inner_page .inner_description:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 3px;
  background: #1268B3;
}
@media screen and (max-width: 990px) {
  .inner_page .inner_description {
    margin: 15px 0;
    font-size: 140%;
    line-height: 21px;
  }
  .inner_page .inner_info {
    padding: 20px;
  }
}

.web .inner_page .inner_title a, .inner_page .inner_title .web a {
  -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 .road_page .category_methods .radio_btn, .road_page .category_methods .web .radio_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 .inner_title a, .inner_page .inner_title .touch a {
  -o-transition: opacity 0.15s;
  -ms-transition: opacity 0.15s;
  -moz-transition: opacity 0.15s;
  -webkit-transition: opacity 0.15s;
  transition: opacity 0.15s;
}

.touch .road_page .category_methods .radio_btn, .road_page .category_methods .touch .radio_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;
}

.road_page .category_methods .radio_btn {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.road_page .radio, .road_page .category_methods label input {
  position: absolute;
  width: 0;
  height: 0;
  top: 0;
  left: 0;
  visibility: hidden;
}

.web .road_page .category_methods .radio_btn:hover, .road_page .category_methods .web .radio_btn:hover {
  color: #D31A21;
}
.web .inner_page .inner_title a:hover, .inner_page .inner_title .web a:hover {
  opacity: 0.7;
}
.touch .road_page .category_methods .radio_btn:active, .road_page .category_methods .touch .radio_btn:active {
  color: #D31A21;
}
.touch .inner_page .inner_title a:active, .inner_page .inner_title .touch a:active {
  opacity: 0.7;
}

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