.main {
  margin-bottom: 60px;
}

.header__main {
  font-family: "Arsenal", sans-serif;
  color: #2d2d2d;
  font-size: 50px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  max-width: 1180px;
  margin: auto;
  margin-bottom: 15px;
}
@media (min-width: 992px) and (max-width: 1449px) {
  .header__main {
    font-size: 45px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .header__main {
    font-size: 32px;
    text-align: center;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  .header__main {
    font-size: 32px;
    text-align: center;
  }
}
@media (max-width: 480px) {
  .header__main {
    font-size: 32px;
    text-align: center;
  }
}

.events__title-h3 {
  text-align: center;
  margin-top: 1px;
  background-color: #F1F1F1;
  margin-bottom: 100px;
  font-family: "Arsenal", sans-serif;
  font-size: 70px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0;
  color: #2D2D2D;
}
@media (min-width: 992px) and (max-width: 1449px) {
  .events__title-h3 {
    font-size: 55px;
    margin-bottom: 60px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .events__title-h3 {
    font-size: 45px;
    margin-bottom: 30px;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  .events__title-h3 {
    font-size: 45px;
    margin-bottom: 30px;
  }
}
@media (max-width: 480px) {
  .events__title-h3 {
    font-size: 45px;
    margin-bottom: 30px;
  }
}

.advt_row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 80px;
  max-width: 1180px;
  margin: 0 auto;
  margin-bottom: 60px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .advt_row {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 5vw;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  .advt_row {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 5vw;
  }
}
@media screen and (max-width: 481px) {
  .advt_row {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 5vw;
  }
}
.picture__advt {
  display: block;
  max-width: 604px;
  max-height: 465px;
  min-width: 184px;
  min-height: 137px;
}

@media screen and (max-width: 1100px) {
  .picture__advt {
    width: 100%;
  }
  .pict-wpap {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .picture__advt {
    width: 100%;
  }
  .pict-wpap {
    width: 100%;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  .picture__advt {
    width: 100%;
  }
  .pict-wpap {
    width: 100%;
  }
}
@media screen and (max-width: 481px) {
  .picture__advt {
    width: 100%;
  }
  .pict-wpap {
    width: 100%;
  }
}
.descr {
  display: flex;
  flex-direction: column;
  border-top: 2px solid #C7C7C7;
  max-height: 465px;
  border-bottom: 2px solid #C7C7C7;
  margin: 0 2vw;
}

@media (min-width: 768px) and (max-width: 991px) {
  .descr {
    align-items: center;
    margin-top: 5vw;
    text-align: center;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  .descr {
    align-items: center;
    margin-top: 5vw;
    text-align: center;
  }
}
@media screen and (max-width: 481px) {
  .descr {
    align-items: center;
    margin-top: 7vw;
    text-align: center;
  }
}
.header__descr {
  font-family: "Arsenal", sans-serif;
  color: #2d2d2d;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-top: 20px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .header__descr {
    font-size: 30px;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  .header__descr {
    font-size: 30px;
  }
}
@media screen and (max-width: 481px) {
  .header__descr {
    font-size: 24px;
  }
}
.date__event,
.text__descr {
  font-family: "Arsenal", sans-serif;
  color: #505050;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  margin-top: 2vw;
}

@media (min-width: 768px) and (max-width: 991px) {
  .date__event,
  .text__descr {
    text-align: center;
  }
}
.btn,
.btn__mobile {
  margin: 2vw 0;
}

.btn .btn_green {
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  background-color: rgba(120, 189, 148, 0.34);
  padding: 18px 50px;
  font-family: "Arsenal", sans-serif;
  cursor: pointer;
  border: none;
  color: #505050;
  font-size: 20px;
  border-radius: 20px;
  text-align: center;
}

@media (min-width: 768px) and (max-width: 991px) {
  .btn .btn_green {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  .btn .btn_green {
    width: 100%;
    height: 100%;
  }
}
.header-wrapper {
  font-family: "Arsenal", sans-serif;
  color: #505050;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  max-width: 1180px;
  margin: auto;
  margin-bottom: 15px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .header-wrapper {
    margin: 5vw 0;
    text-align: center;
  }
}
@media (min-width: 481px) and (max-width: 768px) {
  .header-wrapper {
    margin: 5vw 0;
    text-align: center;
  }
}
@media screen and (max-width: 480px) {
  .header-wrapper {
    margin: 5vw 0;
    text-align: center;
  }
}
.wrapper {
  max-width: 1180px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px;
  margin: 60px auto;
}

@media (min-width: 807px) and (max-width: 991px) {
  .wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    max-height: 95vh;
    overflow-x: hidden;
    overflow-y: auto;
    margin: 50px auto;
  }
}
@media (min-width: 768px) and (max-width: 806px) {
  .wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    max-height: 95vh;
    overflow-x: hidden;
    overflow-y: auto;
    margin: 50px auto;
  }
}
@media screen and (min-width: 551px) and (max-width: 767px) {
  .wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin: 30px auto;
  }
}
@media screen and (max-width: 550px) {
  .wrapper {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    margin: 30px auto;
  }
}
.wrapper__col {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  border-bottom: 2px solid #C7C7C7;
}

.wrapper__col:hover {
  background-color: rgba(120, 189, 148, 0.34);
  cursor: pointer;
}

@media (min-width: 768px) and (max-width: 991px) {
  .wrapper__col {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }
  .wrapper__col:first-child {
    padding-top: 0;
  }
  .wrapper__col:nth-child(2) {
    padding-top: 0;
  }
}
.picture__wrap {
  z-index: -1;
  max-width: 329px;
  min-width: 328px;
  max-height: 246px;
  min-height: 199px;
}
@media (min-width: 992px) and (max-width: 1449px) {
  .picture__wrap {
    max-width: 332px;
    min-width: 238px;
    max-height: 246px;
    min-height: 220px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .picture__wrap {
    max-width: 353px;
    min-width: 278px;
    max-height: 267px;
    min-height: 230px;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  .picture__wrap {
    max-width: 332px;
    min-width: 210px;
    max-height: 227px;
    min-height: 185px;
  }
}
@media (max-width: 480px) {
  .picture__wrap {
    max-width: 332px;
    min-width: 184px;
    max-height: 227px;
    min-height: 137px;
  }
}

.pict-wpap {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  box-shadow: 0px 3px 9px 3px rgba(0, 0, 0, 0.5);
}

.info__wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 1vw 0.5vw;
}

.header__wrap {
  font-family: "Arsenal", sans-serif;
  color: #2d2d2d;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-align: center;
}

.descr__wrap,
.date__wrap {
  font-family: "Arsenal", sans-serif;
  color: #505050;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  text-align: center;
  margin-top: 1vw;
}

@media (min-width: 768px) and (max-width: 991px) {
  .header__wrap,
  .descr__wrap,
  .date__wrap {
    text-align: center;
  }
}
.btn__mobile {
  display: none;
}

@media (min-width: 481px) and (max-width: 767px) {
  .btn__mobile {
    display: flex;
    justify-content: center;
    margin: 5vw;
  }
  .btn__mobile .btn_green {
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    background-color: rgba(120, 189, 148, 0.34);
    padding: 10px 40px;
    font-family: "Arsenal", sans-serif;
    cursor: pointer;
    border: none;
    color: #505050;
    font-size: 20px;
    border-radius: 20px;
    text-align: center;
  }
}
@media screen and (max-width: 481px) {
  .btn__mobile {
    display: flex;
    justify-content: center;
  }
  .btn__mobile .btn_green {
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    background-color: rgba(120, 189, 148, 0.34);
    padding: 10px 40px;
    font-family: "Arsenal", sans-serif;
    cursor: pointer;
    border: none;
    color: #505050;
    font-size: 20px;
    border-radius: 20px;
    text-align: center;
  }
}/*# sourceMappingURL=page_events.css.map */