﻿.home-month-events {
  color: #ffffff;
}
.home-month-events .holder {
  max-width: 1920px;
  margin: 0 auto;
}
.home-month-events .events {
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  .home-month-events .events {
    flex-direction: row;
  }
}
.home-month-events .events .block-img img {
  width: 100%;
  aspect-ratio: 1.917;
  object-fit: cover;
}
@media (min-width: 992px) {
  .home-month-events .events .block-img img {
    aspect-ratio: 1.36;
    max-height: 200px;
  }
}
.home-month-events .section-title {
  max-width: 215px;
  margin-bottom: 0;
}
.home-month-events .column-white {
  padding: 47px 15px 26px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (min-width: 992px) {
  .home-month-events .column-white {
    width: 21%;
    padding-top: 79px;
    padding-bottom: 68px;
  }
}
@media (min-width: 1500px) {
  .home-month-events .column-white {
    padding-left: 61px;
  }
}
.home-month-events .column-green {
  padding: 78px 15px 39px;
  background: #1C613B;
}
@media (min-width: 992px) {
  .home-month-events .column-green {
    width: 80%;
    padding-right: 30px;
    padding-left: 30px;
    padding-top: 80px;
    padding-bottom: 96px;
  }
}
.home-month-events .list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 27px;
}
@media (min-width: 992px) {
  .home-month-events .list {
    flex-direction: row;
    max-width: 1276px;
    column-gap: 43px;
    margin: 0 auto;
  }
}
@media (min-width: 1650px) {
  .home-month-events .list {
    margin-inline-start: 45px;
    margin-inline-end: unset;
  }
}
.home-month-events .list-link {
  display: block;
  text-decoration: unset;
}
.home-month-events .list-link:hover, .home-month-events .list-link:focus {
  color: #ffffff;
}
.home-month-events .list-link:hover .item-title, .home-month-events .list-link:focus .item-title {
  text-decoration: underline;
}
@media (min-width: 992px) {
  .home-month-events .list-item {
    width: 22%;
    max-width: 272px;
  }
}
.home-month-events .item-title {
  border-top: 1px solid #ffffff;
  font-weight: 700;
  font-size: 21px;
  line-height: 1.428;
  padding-top: 1px;
  margin-bottom: 0;
  margin-top: 7px;
  max-width: 207px;
}
.home-month-events p {
  font-size: 17px;
  line-height: 1.235;
  word-wrap: break-word;
}

.one-event {
  background-color: #2C267A;
  display: flex;
  flex-direction: column-reverse;
}
@media (min-width: 992px) {
  .one-event {
    flex-direction: row;
  }
}
.one-event .section-title {
  margin-bottom: 17px;
}
@media (min-width: 992px) {
  .one-event .section-title {
    margin-bottom: 6px;
  }
}
.one-event p {
  margin-bottom: 22px;
  font-size: 20px;
  max-width: 553px;
  line-height: 32px;
}
.one-event .content {
  padding: 48px 15px;
}
@media (min-width: 992px) {
  .one-event .content {
    width: 40%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-left: 63px;
    padding-right: 70px;
  }
}
@media (min-width: 992px) {
  .one-event .block-img {
    width: 61%;
  }
}
.one-event .date {
  position: relative;
  display: flex;
  align-items: center;
  gap: 15px;
}
.one-event .date.calendar-ico::before {
  content: "";
  background: url("../../images/ico-calendar-yellow.svg") no-repeat;
  left: 0;
  width: 26px;
  height: 29px;
  top: 0;
  display: block;
}
.one-event .date .event-link {
  content: "";
  background: url("../../images/arrow-yellow.svg") no-repeat;
  width: 101px;
  height: 25px;
  display: block;
}
.one-event .date p {
  margin-bottom: 0;
}
.one-event .btn-event {
  margin-top: 28px;
}
.one-event .video-preview video {
  width: 100%;
  object-fit: cover;
  display: flex;
  margin: auto;
}
.one-event .block-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

[dir=ltr] .one-event .date .event-link {
  transform: rotate(180deg);
}
