.culture_section .news_list, .main_slider .slick-dots {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.video_news .news_image_video img, .main_slider .slider_img img, .culture_section .news_list li:first-child a .news_image > img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.culture_section .news_list li:first-child a .news_image > img {
  object-fit: cover;
}

.culture_section .news_list li:first-child a .news_image iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100% !important;
  height: 100% !important;
}

.culture_section .news_list li:first-child a .news_image {
  position: relative;
  overflow: hidden;
}
.culture_section .news_list li:first-child a .news_image:before {
  display: block;
  content: "";
  padding-bottom: 62.8%;
}

.video_section .slick-arrow:before, .main_slider .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;
}

.video_news .news_image_video img, .video_news *, .culture_section .news_list li:first-child a .news_image img, .culture_section .news_list li:first-child a *, .main_slider .slider_img img {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
}

.video_news .news_image_video: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%;
  border: 1px solid inherit;
  background: rgba(255, 255, 255, 0.6);
  z-index: 1;
  pointer-events: none;
}
@media screen and (min-width: 991px) {
  .video_news .news_image_video:before {
    width: 70px;
    height: 70px;
  }
}
@media screen and (max-width: 990px) {
  .video_news .news_image_video:before {
    width: 41px;
    height: 41px;
  }
}
.video_news .news_image_video: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 #666666;
  z-index: 2;
  pointer-events: none;
}
@media screen and (min-width: 991px) {
  .video_news .news_image_video:after {
    width: 20px;
    height: 20px;
    border-width: 10px 0 10px 20px;
    margin: 0 0 0 3px;
  }
}
@media screen and (max-width: 990px) {
  .video_news .news_image_video:after {
    width: 7px;
    height: 7px;
    border-width: 3px 0 3px 7px;
  }
}

.main_slider {
  position: relative;
  white-space: nowrap;
  font-size: 0;
  overflow: hidden;
  color: #ffffff;
}
.main_slider .slide_block {
  display: inline-block;
  white-space: normal;
  font-size: 1rem;
  width: 100%;
  vertical-align: top;
  position: relative;
  overflow: hidden;
}
.main_slider .slide_info {
  margin-top: 10px;
}
.main_slider .slider_img {
  display: block;
  position: relative;
  overflow: hidden;
  padding-bottom: 66%;
}
.main_slider .slider_img img {
  object-fit: cover;
}
.main_slider .slider_title {
  color: #4B4E6A;
  font-family: "mardoto-bold", "roboto-bold";
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
@media screen and (min-width: 1200px) {
  .main_slider .slider_title {
    font-size: 280%;
    line-height: 32px;
    height: 96px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1199px) {
  .main_slider .slider_title {
    font-size: 250%;
    line-height: 30px;
    height: 92px;
  }
}
@media screen and (min-width: 768px) and (max-width: 990px) {
  .main_slider .slider_title {
    font-size: 220%;
    line-height: 26px;
    height: 80px;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .main_slider .slider_title {
    font-size: 180%;
    line-height: 23px;
    height: 69px;
  }
}
@media screen and (max-width: 575px) {
  .main_slider .slider_title {
    font-size: 180%;
    line-height: 23px;
    height: 69px;
  }
}
.main_slider .slick-arrow {
  position: absolute;
  z-index: 3;
  top: 50%;
  width: 42px;
  height: 42px;
  margin-top: -100px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.6);
  color: #4B4E6A;
  border: none;
  padding: 0;
}
@media screen and (max-width: 990px) {
  .main_slider .slick-arrow {
    width: 30px;
    height: 30px;
  }
  .main_slider .slick-arrow:before {
    font-size: 1.2rem;
  }
}
.main_slider .slick-arrow:before {
  font-size: 1.4rem;
  display: block;
}
.main_slider .slick-prev {
  left: 15px;
}
.main_slider .slick-prev:before {
  content: "\e902";
  left: 5px;
}
.main_slider .slick-next {
  right: 15px;
}
.main_slider .slick-next:before {
  content: "\e903";
}
.main_slider .slick-dots {
  position: absolute;
  right: 15px;
  bottom: 20px;
  margin-bottom: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 990px) {
  .main_slider .slick-dots {
    bottom: 0;
  }
}
.main_slider .slick-dots li {
  margin: 0;
  padding: 0 4px;
  width: auto;
  height: auto;
}
.main_slider .slick-dots li.slick-active button {
  pointer-events: none;
  background: #C9C9C9;
  border-color: #C9C9C9;
}
.main_slider .slick-dots button {
  border: 1px solid #ffffff;
  background: #ffffff;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  padding: 0;
}
.main_slider .slick-dots button:hover {
  opacity: 0.7;
}

.culture_section {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
  position: relative;
  overflow: hidden;
}
.culture_section .section_inner {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 10px;
  margin-bottom: 40px;
}
.culture_section .img_block {
  margin-right: 10px;
}
.culture_section .news_list {
  margin-top: 15px;
}
.culture_section .news_list:after {
  display: block;
  content: "";
  clear: both;
}
.culture_section .news_list li {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  margin-bottom: 15px;
  font-size: 1rem;
}
.culture_section .news_list li:nth-child(n+6) {
  display: none;
}
.culture_section .news_list li:first-child {
  float: left;
  padding-right: 20px;
}
.culture_section .news_list li:first-child a {
  display: block;
  position: relative;
  overflow: hidden;
}
.culture_section .news_list li:first-child a .news_image {
  display: block;
}
.culture_section .news_list li:first-child a .news_image:before {
  padding-bottom: 65%;
}
.culture_section .news_list li:first-child a .news_image img {
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.culture_section .btn_more {
  margin-top: 15px;
}
@media screen and (max-width: 990px) {
  .culture_section {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .culture_section .section_inner {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 479px) {
  .culture_section {
    margin: 0;
  }
  .culture_section .section_inner {
    padding: 0;
  }
  .culture_section .news_list li {
    width: 100%;
  }
  .culture_section .news_list li:first-child {
    float: unset;
    padding-right: 0;
  }
}

.btn_patreon,
.btn_youtube {
  background: #AA241F;
  border: none;
  color: #ffffff;
  font-family: "mardoto-bold", "roboto-bold";
  font-size: 100%;
  line-height: 11px;
  text-transform: uppercase;
  padding: 6px 20px;
  max-width: 210px;
  margin: 17px auto 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
}
.btn_patreon:before,
.btn_youtube:before {
  font-size: 12px;
  margin-right: 10px;
}
.btn_patreon.btn_patreon:before,
.btn_youtube.btn_patreon:before {
  font-size: 20px;
  margin-right: 10px;
}

.video_section {
  position: relative;
  overflow: hidden;
}
.video_section .section_title {
  padding-right: 50px;
}
.video_section .news_slider {
  margin: 32px -10px 0;
  white-space: nowrap;
  font-size: 0;
}
.video_section .slick-arrow {
  position: absolute;
  border: none;
  right: 10px;
  top: 100%;
  margin-top: 25px;
  background: rgba(255, 255, 255, 0.6);
  width: 42px;
  height: 42px;
  padding: 0;
  border-radius: 50%;
  display: flex;
  align-items: center;
  box-shadow: 2px 2px 30px 2px rgba(0, 0, 0, 0.1);
  justify-content: center;
  color: inherit;
}
.video_section .slick-arrow:before {
  display: block;
  font-size: 1.7rem;
}
.video_section .slick-disabled {
  color: #d8d8d8;
  pointer-events: none;
}
.video_section .slick-prev {
  margin-right: 20px;
  transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  -webkit-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
}
.video_section .slick-prev:before {
  content: "\e902";
}
.video_section .slick-next:before {
  content: "\e903";
}
.video_section .slide_block_video {
  display: inline-block;
  white-space: normal;
  font-size: 1rem;
  width: 41.67%;
  vertical-align: top;
  padding: 0 10px;
}
.video_section .slick-list {
  overflow: visible;
}
@media screen and (max-width: 990px) {
  .video_section {
    flex: 0 0 65%;
    max-width: 65%;
    float: right;
    padding: 0 10px;
  }
  .video_section .slick-arrow {
    top: -80px;
    width: 30px;
    height: 30px;
  }
  .video_section .slick-arrow:before {
    font-size: 1.2rem;
  }
  .video_section .btn_more {
    display: none !important;
  }
}
@media screen and (max-width: 719px) {
  .video_section {
    float: unset;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media screen and (min-width: 991px) {
  .video_section {
    padding: 55px 0;
    padding-bottom: 80px !important;
  }
}
@media screen and (min-width: 576px) and (max-width: 990px) {
  .video_section {
    padding: 45px 0;
  }
}
@media screen and (max-width: 575px) {
  .video_section {
    padding: 20px 0;
  }
}
@media screen and (min-width: 480px) and (max-width: 767px) {
  .video_section .slide_block {
    width: 50%;
  }
}
@media screen and (max-width: 479px) {
  .video_section .slide_block {
    width: 100%;
  }
}

.video_news {
  display: block;
  color: inherit;
}
.video_news .news_image_video {
  display: block;
  position: relative;
  overflow: hidden;
  padding-bottom: 52.25%;
}
.video_news .news_image_video img {
  object-fit: cover;
}
.video_news .news_title {
  margin-top: 20px;
  max-width: 380px;
}

.web .main_slider .slider_img, .main_slider .web .slider_img, .web .main_slider .slider_title, .main_slider .web .slider_title, .web .btn_patreon,
.web .btn_youtube {
  -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 .video_section .slick-arrow, .video_section .web .slick-arrow, .culture_section .news_list li:first-child a, .video_news {
  -o-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.web .main_slider .slick-arrow, .main_slider .web .slick-arrow, .culture_section .news_list li:first-child a .news_image:before, .video_news .news_image:before {
  -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;
}

.culture_section .news_list li:first-child a .news_image:after, .video_news .news_image:after, .culture_section .news_list li:first-child a img, .video_news img, .main_slider .slick-dots button {
  -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 .video_section .slick-arrow, .video_section .touch .slick-arrow, .culture_section .news_list li:first-child a, .video_news {
  -o-transition: color 0.15s;
  -ms-transition: color 0.15s;
  -moz-transition: color 0.15s;
  -webkit-transition: color 0.15s;
  transition: color 0.15s;
}

.touch .main_slider .slick-arrow, .main_slider .touch .slick-arrow, .culture_section .news_list li:first-child a .news_image:before, .video_news .news_image:before {
  -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;
}

.culture_section .news_list li:first-child a .news_image:after, .video_news .news_image:after, .culture_section .news_list li:first-child a img, .video_news img {
  -o-transition: all 0.15s;
  -ms-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}

.culture_section .news_list li:first-child a:active, .video_news:active {
  color: #4F8EB3;
}
.culture_section .news_list li:first-child a:active img, .video_news:active img {
  transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.culture_section .news_list li:first-child a:active .news_image:before, .video_news:active .news_image:before {
  background: #ffffff;
}
.culture_section .news_list li:first-child a:active .news_image:after, .video_news:active .news_image:after {
  border-left-color: #222222;
}
.culture_section .news_list li:first-child a:active .news_title, .video_news:active .news_title,
.culture_section .news_list li:first-child a:active .news_date,
.video_news:active .news_date {
  color: inherit;
}

.culture_section .news_list li:first-child a:hover, .video_news:hover {
  color: #4F8EB3;
}
.culture_section .news_list li:first-child a:hover img, .video_news:hover img {
  transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0.7;
}
.culture_section .news_list li:first-child a:hover .news_image:before, .video_news:hover .news_image:before {
  background: #ffffff;
}
.culture_section .news_list li:first-child a:hover .news_image:after, .video_news:hover .news_image:after {
  border-left-color: #222222;
}
.culture_section .news_list li:first-child a:hover .news_title, .video_news:hover .news_title,
.culture_section .news_list li:first-child a:hover .news_date,
.video_news:hover .news_date {
  color: inherit;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.web .video_section .slick-arrow:hover, .video_section .web .slick-arrow:hover {
  color: #AA241F;
}
.web .main_slider .slick-arrow:hover, .main_slider .web .slick-arrow:hover {
  background: #4F8EB3;
}
.web .main_slider .slider_img:hover, .main_slider .web .slider_img:hover, .web .main_slider .slider_title:hover, .main_slider .web .slider_title:hover, .web .btn_patreon:hover,
.web .btn_youtube:hover {
  opacity: 0.7;
}
.touch .video_section .slick-arrow:active, .video_section .touch .slick-arrow:active {
  color: #4F8EB3;
}
.touch .main_slider .slick-arrow:active, .main_slider .touch .slick-arrow:active {
  background: #4F8EB3;
}

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