﻿.one-event-page .inner {
  margin: 7px 13px 30px;
}
@media (min-width: 992px) {
  .one-event-page .inner {
    max-width: 1640px;
    width: 100%;
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 61px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 38px;
  }
}
.one-event-page a {
  color: #2C267A;
}
.one-event-page .btn-prev {
  position: relative;
}
.one-event-page .btn-prev::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 7px;
  transform: translateY(-50%) rotate(225deg);
  -webkit-transform: translateY(-50%) rotate(225deg);
  border: solid #555ABC;
  border-width: 0 0 2px 2px;
  display: inline-block;
  padding: 4px;
}
.one-event-page .prev {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #555ABC;
  border: none;
  background: transparent;
  margin-right: 24px;
}
.one-event-page .btn-secondary {
  margin-bottom: 31px;
  color: #ffffff;
}
@media (min-width: 992px) {
  .one-event-page .btn-secondary {
    min-height: 60px;
    line-height: 1.33375;
    margin-bottom: 0;
  }
}
.one-event-page .btn-secondary.disabled {
  background-color: #F4F4F4;
  color: #707070;
}
.one-event-page .section-title {
  margin-bottom: 29px;
}
@media (min-width: 992px) {
  .one-event-page .section-title {
    margin-bottom: 16px;
  }
}
.one-event-page .block-img {
  margin: 0 -13px 24px;
}
@media (min-width: 992px) {
  .one-event-page .block-img {
    margin: 0 0 50px;
  }
}
.one-event-page .block-img img {
  width: 100%;
}
.one-event-page .event-details {
  display: flex;
  row-gap: 22px;
  flex-direction: column;
  margin-bottom: 51px;
}
@media (min-width: 992px) {
  .one-event-page .event-details {
    font-size: 17px;
    line-height: 1.353;
    width: 13%;
    min-width: 228px;
  }
}
.one-event-page .event-details-item {
  display: flex;
  column-gap: 15px;
}
.one-event-page .event-details p {
  color: #757575;
  font-size: 18px;
  line-height: 1.333;
}
.one-event-page .text-block {
  font-size: 20px;
  line-height: 1.6;
  color: #000000;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .one-event-page .text-block {
    margin-bottom: 38px;
    max-width: 1014px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 992px) {
  .one-event-page .top-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 0;
    margin-bottom: 36px;
  }
}
@media (min-width: 992px) {
  .one-event-page .middle-wrapper {
    display: flex;
  }
}
.one-event-page .content {
  margin-left: 13px;
  margin-right: 13px;
  margin-bottom: 150px;
}
@media (min-width: 992px) {
  .one-event-page .content {
    max-width: 1014px;
    margin: 28px auto 99px;
  }
}
.one-event-page .btn-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 150px;
}
.one-event-page .rte-container img {
  display: block;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 34px;
}
.one-event-page .btn-transparent {
  width: 100%;
  margin-left: 15px;
  margin-right: 15px;
}
@media (min-width: 992px) {
  .one-event-page .btn-transparent {
    width: auto;
    margin-left: unset;
    margin-right: unset;
  }
}
.one-event-page .section {
  margin-top: 50px;
  margin-bottom: 50px;
}
