

/* Start:/local/templates/html/components-template/index-page/style.css?177265219811080*/
.first-screen {
  margin-left: -15px;
  margin-right: -15px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: 200px 200px 240px 215px 260px auto;
  grid-template-areas: "first first four second" "first first four third" "slider slider slider side" "news news news side" "banners banners banners side" "five five five side";
}

@media (max-width: 1449px) {
  .first-screen {
    grid-template-rows: repeat(4, minmax(172px, auto));
  }
}

@media (max-width: 1249px) {
  .first-screen {
    grid-template-rows: 143px 143px auto auto;
  }
}

@media (max-width: 1023px) {
  .first-screen {
    grid-template-rows: 156px 156px 240px auto auto auto;
    grid-template-columns: 1fr 1fr 1.2fr 1.4fr;
    grid-template-areas: "first first four second" "first first four third" "slider slider slider slider" "news news news news" "five five five side" "banners banners banners banners"
  }
}

/*@media (max-width: 767px) {
    .side-today_events{display: none}
    .first-screen {
      grid-template-rows: 152px 152px 152px auto;
      grid-template-columns: 1fr 1fr 1fr 1fr;
      grid-template-areas: "first first first first" "first first first first" "side side side side" "side side side side" "second second third third" "slider slider slider slider" "news news news news" "banners banners banners banners"; } } */
@media (max-width: 575px) {
  .first-screen {
    grid-template-rows: auto;
    grid-template-columns: 100%;
    grid-template-areas: "first" "four" "banner1" "side" "second" "third" "banner2" "slider" "news" "banners";
  }
}

.first-screen__item {
  padding-left: 15px;
  padding-right: 15px;
}

.first-screen__item--main {
  grid-area: first;
  padding-left: 30px;
}

@media (max-width: 1250px) {
  .first-screen__item--main {
    padding-left: 15px;
  }
}

@media (max-width: 767px) {
  .first-screen__item--main {
    margin-bottom: 0px;
  }
}

@media (max-width: 575px) {
  .first-screen__item--main {
    padding-bottom: 55.9%;
    position: relative;
  }
}

.first-screen__item--second {
  grid-area: second;
  padding-right: 30px;
}

@media (max-width: 1250px) {
  .first-screen__item--second {
    padding-right: 15px;
  }
}

@media (max-width: 575px) {
  .first-screen__item--second {
    padding-left: 15px;
    padding-right: 15px;
    height: 170px;
  }

  .first-screen__item--second .news {
    border-bottom: 1px dotted #000;
  }

  .first-screen__item--second .news__title {
    font-size: 17px;
  }

  .first-screen__item--second .news--bg .news__bg {
    display: block;
  }

  .first-screen__item--second .news--bg .news__title {
    color: #fff;
  }

  .first-screen__item--second .news--bg .news__date {
    color: #fff;
  }
}

.first-screen__item--third {
  grid-area: third;
  padding-right: 30px;
}

@media (max-width: 1250px) {
  .first-screen__item--third {
    padding-right: 15px;
  }
}


@media (max-width: 575px) {
  .first-screen__item--third {
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 12px;
    height: 170px;
  }

  .first-screen__item--third .news {
    border-bottom: 1px dotted #000;
  }

  .first-screen__item--third .news__title {
    font-size: 17px;
  }

  .first-screen__item--third .news--bg .news__bg {
    display: block;
  }

  .first-screen__item--third .news--bg .news__title {
    color: #fff;
  }

  .first-screen__item--third .news--bg .news__date {
    color: #fff;
  }
}

.first-screen__banner-image-wrap {
  width: 300px;
  height: 300px;
  display: flex;
  margin: auto;
  align-items: center;
  justify-content: center;
}

.first-screen__banner-image-wrap img {
  max-width: 100%;
  max-height: 100%;
}

.first-screen__banner-1 {
  grid-area: banner1;
}

.first-screen__banner-2 {
  grid-area: banner2;
}

.first-screen__banner {
  display: none;
  margin: auto;
  padding: 0px 15px;
  margin-top: 15px;
  margin-bottom: 15px;
}

@media (max-width: 575px) {
  .first-screen__banner {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px;
  }

  .first-screen__banner a {
    display: block;
    height: 250px;
    width: 100%;
  }

  .first-screen__banner a img {
    max-width: 100%;
    max-height: 100%;
  }
}

.first-screen__item--four {
  grid-area: four;
  border: 1px solid #00000030;
  color: #000;
  position: relative;
  padding: 0;
}

.first-screen__item--four .custom-news .custom-news__title {
  font-size: 17px;
  text-transform: none;
  line-height: 1.2em;
  color: #000;
  display: flex;
}

@media (max-width: 1266px) {
  .first-screen__item--four .custom-news .custom-news__title {
    font-size: 14px;
    line-height: 1.2em;
  }
}

@media (max-width: 1020px) {
  .first-screen__item--four .custom-news .custom-news__title {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-clamp: 5;
  }
}
@media (max-width: 767px) {
  .first-screen__item .custom-news__content .custom-news__title {
    font-size: 17px;
  }
  .first-screen__item.first-screen__item--four .custom-news__title{
    font-size: 14px;
  }
  .first-screen__item.first-screen__item--four .custom-news__content,
  .first-screen__item.first-screen__item--main .custom-news__content{
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 50px;
  }
  .first-screen__item.first-screen__item--main .custom-news__content{
    margin-bottom: 60px;
  }
}
@media (max-width: 343px) {
  .first-screen__item.first-screen__item--main .custom-news__content,
  .first-screen__item.first-screen__item--four .custom-news--title-bottom .custom-news__content{
    margin-bottom: 35px;
  } 
}

.first-screen__item--four .custom-news__bg {
  bottom: 50%;
}


.first-screen__item--four .custom-news--title-bottom {
  background-color: #fff;
}

.first-screen__item--four .custom-news--title-bottom .custom-news__date {
  color: #000;
}

.first-screen__item--four .custom-news--title-bottom:hover {
  background-color: #fff !important;
}

@media (max-width: 575px) {
  .first-screen__item--four {
    padding-bottom: 55.9%;
    margin-top: 12px;
    margin-left: 15px;
    margin-right: 15px;
  }

  .first-screen__item--four .custom-news {
    display: flex;
    right: 0;
    left: 0;
  }

  .first-screen__item--four .custom-news__bg {
    bottom: 0;
  }

  .first-screen__item--four .custom-news .custom-news__title,
  .first-screen__item--main .custom-news .custom-news__title {
    color: #fff;
    font-size: 16px;
    line-height: 1.4;
    display: flex;
    text-transform: uppercase;
  }

  .first-screen__item--four .custom-news--title-bottom .custom-news__date {
    color: #fff;
  }
}

.first-screen__item--five {
  grid-area: five;
}

@media (max-width: 575px) {
  .first-screen__item--five {
    display: none;
  }
}

.first-screen__item--side {
  grid-area: side;
  padding-top: 32px;
}

.first-screen__item--side .side-section__item {
  display: flex;
  flex-direction: column-reverse;
  gap: 23px;
}

.first-screen__item--side .side-section__item .side-section__banner-wrap {
  margin: 0;
}

.first-screen__item--slider {
  grid-area: slider;
  max-width: 100%;
  padding-left: 30px;
}

@media (max-width: 1250px) {
  .first-screen__item--slider {
    padding-left: 15px;
  }
}

@media (max-width: 575px) {
  .first-screen__item--side {
    padding-top: 0;
  }

  .first-screen__item--slider .swiper-pagination {
    display: none;
  }

  .first-screen__item--slider .js-main-slider {
    margin-left: -15px;
    margin-right: -15px;
  }
}

.first-screen__item--news {
  grid-area: news;
  margin-bottom: 15px;
  display: flex;
  margin-left: -15px;
  margin-right: -15px;
  flex-wrap: wrap;
  padding-left: 30px;
}

@media (max-width: 1250px) {
  .first-screen__item--news {
    padding-left: 15px;
  }
}

.first-screen__item--news .news-section__item {
  width: 33.33%;
  padding: 0px 15px;
}

@media (max-width: 1023px) {
  .first-screen__item--news .news-section__item {
    width: 50%;
  }
}

@media (max-width: 575px) {
  .first-screen__item--news .news-section__item {
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
    border-bottom: 1px dotted #000;
  }
}

@media (max-width: 575px) {
  .first-screen__item--news {
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.first-screen__item--banners {
  grid-area: banners;
  padding-left: 30px;
}

@media (max-width: 1250px) {
  .first-screen__item--banners {
    padding-left: 15px;
  }
}

@media (max-width: 575px) {
  .first-screen__item--banners {
    display: none;
  }
}

.infinite-main-wrap {
  display: grid;
  margin-right: -15px;
  margin-left: -15px;
  grid-template-columns: 3fr 1fr;
  grid-template-rows: 200px auto;
  grid-template-areas: "main side" "main side";
}

@media (max-width: 1249px) {
  .infinite-main-wrap {
    grid-template-rows: 140px auto;
  }
}

@media (max-width: 1023px) {
  .infinite-main-wrap {
    grid-template-rows: auto;
  }
}

@media (max-width: 1023px) {
  .infinite-main-wrap {
    grid-template-columns: 4fr 1.5fr;
  }
}

@media (max-width: 767px) {
  .infinite-main-wrap {
    grid-template-columns: 1fr;
    grid-template-areas: "side" "tops" "main";
  }
}

@media (max-width: 575px) {
  .infinite-main-wrap {
    grid-template-areas: "tops" "side" "main";
  }
}

.infinite-main-wrap .top-content {
  grid-area: tops;
}

.infinite-main-wrap .top-content .first-screen__item--news {
  margin-left: 0px;
  margin-right: 0px;
}

@media (max-width: 575px) {
  .infinite-main-wrap .top-content .first-screen__item--news .news-section__item {
    border-bottom: 1px dotted #000;
  }
}

.infinite-main-wrap .main-content {
  grid-area: main;
}

@media (max-width: 575px) {
  .infinite-main-wrap .main-content {
    overflow: hidden;
  }

  .infinite-main-wrap .main-content .news-section__item {
    height: 170px;
    margin-bottom: 10px;
  }
}

.infinite-main-wrap .side-section {
  grid-area: side;
}

.infinite-main-wrap .main-content {
  padding-right: 15px;
  padding-left: 15px;
}

/*

.feed-banner {
  padding-bottom: 8.66%;
  position: relative;
  display: block;
  margin-bottom: 15px; }
  .feed-banner__inner {
    position: absolute;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%; }
  .feed-banner__inner-relative {
    position: static;
    width: auto; }
  @media (max-width: 575px) {
    .feed-banner {
      display: none; } }

.feed-banner--small {
  padding-bottom: 0%; }

*/
.tags-list-items .swiper-container {
  min-height: 200px;
}

.feed-banner .lazy-img-wrap {
  min-height: 200px;
}

@media (max-width: 1023px) {
  .feed-banner .lazy-img-wrap {
    min-height: auto;
  }
}

.mobile-banner {
  display: none;
  margin: auto;
}

@media (max-width: 575px) {
  .mobile-banner {
    display: block;
  }
}
@media (min-width: 576px) and (max-width: 1022px) {
  .first-screen__item--side {
    padding-top: 0;
    margin-top: -100%;
  }
}
@media (max-width: 767px) {
  .first-screen__item .custom-news__date {
   left: 15px;
   bottom: 15px;
   font-size: 12px;
  } 
  .first-screen__item .tag {
    top: 14px;
  }
 
}

/* End */


/* Start:/local/templates/html/components-template/main-slider/style.css?1630335777334*/
.main-slider {
  margin-bottom: 6px; }

.js-main-slider.bounce {
  animation: bounce 1s linear; }

@keyframes bounce {
  0% {
    transform: translateX(0px); }
  25% {
    transform: translateX(-10px); }
  50% {
    transform: translateX(0px); }
  75% {
    transform: translateX(10px); }
  100% {
    transform: translateX(0px); } }

/* End */


/* Start:/local/templates/html/components-template/banners-section/style.css?1638340623535*/
.banner-section {
  display: flex;
  justify-content: space-between; }
  .banner-section__item {
    max-width: 250px;
    width: calc(25% - 18px);
    position: relative;
    padding-bottom: calc(25% - 18px);
    margin-bottom: 15px; }
  .banner-section .lazy-img-wrap.banner-section__img-wrap {
    position: absolute !important;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  .banner-section__img {
    max-height: 100%;
    max-width: 100%; }
  @media (max-width: 575px) {
    .banner-section {
      display: none; } }

/* End */
/* /local/templates/html/components-template/index-page/style.css?177265219811080 */
/* /local/templates/html/components-template/main-slider/style.css?1630335777334 */
/* /local/templates/html/components-template/banners-section/style.css?1638340623535 */
