.article-section_reviews {
}

.reviews-slider {
  padding: 30px 0 40px 0;
}

.reviews-slider__inner {
  align-items: stretch;
}

.reviews-slider__item {
  border-radius: 20px;
  background-color: #f1f8ff;
  overflow: hidden;
  height: auto;
}

.reviews-item__content {
  padding: 38px 24px 45px 30px;
}

.reviews-item__name {
  color: rgb(3, 35, 98);
  font-size: 20px;
  font-weight: 800;
  margin-bottom: 8px;
}

.reviews-item__status {
  opacity: 0.5;
  color: rgb(3, 35, 98);
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 16px;
}

.reviews-item__text {
  opacity: 0.8;
  color: rgb(3, 35, 98);
  font-size: 16px;
  font-weight: 500;
}

.reviews-item__link {
  margin-top: 0;
  display: inline-block;
  color: rgb(31, 188, 255);
  font-size: 14px;
  font-weight: 600;
  border-bottom: 1px solid rgb(31, 188, 255);
  transition: all 0.3s;
  cursor: pointer;
}

.reviews-item__link:hover {
  color: #032362;
  border-color: #032362;
}

.reviews-slider__arrows-block {
  display: flex;
  align-items: center;
  justify-content: center;
}

.reviews-slider__arrow {
  background: url(../../images/icons/arrow-slider.svg);
  background-size: 45px;
  background-position: center;
  background-repeat: no-repeat;
  width: 60px;
  height: 60px;
  transition: all 0.3s;
  cursor: pointer;
}

.reviews-slider__arrow:hover {
  opacity: 0.5;
}

.reviews-slider__arrow.swiper-button-disabled {
  opacity: 0.5;
}

.reviews-slider__arrow_prev {
  transform: rotate(180deg);
}

.reviews-slider__arrow_next {
}

.front-section__line_reviews {
  padding: 80px 0 40px 0;
}

.reviews-modal {
  position: fixed;
  z-index: 999;
  visibility: hidden;
  opacity: 0;
  transition: 0.9s;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.reviews-modal_active {
  visibility: visible;
  opacity: 1;
}

.reviews-modal__bg {
  background: rgb(3, 35, 98);
  opacity: 0.2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  cursor: pointer;
}

.reviews-modal__item {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  border-radius: 40px;
  background-color: #fff;
  width: calc(100% - 40px);
  max-width: 993px;
  max-height: calc(100% - 40px);
  overflow-y: auto;
  margin: 0 auto;
}

.reviews-modal__inner {
  padding: 55px 40px;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: flex-start;
  max-width: 760px;
  margin: 0 auto;
}

.reviews-modal__close {
  position: absolute;
  background: url(../../images/icons/reviews-modal-close.svg);
  background-size: 36px;
  background-position: center;
  background-repeat: no-repeat;
  top: 35px;
  right: 45px;
  width: 72px;
  height: 72px;
  transition: all 0.3s;
  cursor: pointer;
  background-color: #fff;
}

.reviews-modal__close:hover {
  opacity: 0.5;
}

.reviews-modal__image-conteiner {
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 45px;
  max-width: 359px;
}

.reviews-modal__name {
  color: rgb(3, 35, 98);
  font-size: 24px;
  font-weight: 800;
  text-align: center;
  margin-bottom: 8px;
}

.reviews-modal__regalia {
  color: rgb(3, 35, 98, 0.5);
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  position: relative;
}

.reviews-modal__regalia::before {
  content: "";
  position: absolute;
  bottom: -16px;
  left: 50%;
  transform: translateX(-50%);
  background: #1fbcff;
  border-radius: 20px;
  height: 3px;
  width: 60px;
}

.reviews-modal__text {
  margin-top: 32px;
  opacity: 0.8;
  color: rgb(3, 35, 98);
  font-size: 16px;
  font-weight: 500;
  text-align: center;
}

.reviews-modal__icon {
  background: url(../../images/icons/reviews-modal-icon.svg);
  background-size: 104px 107px;
  background-position: center;
  background-repeat: no-repeat;
  width: 112px;
  height: 112px;
  margin: 0 auto 0 auto;
}

.article-section_broadcast {
  padding-bottom: 70px;
}

.broadcast {
  position: relative;
  margin: 0 auto;
  max-width: 1114px;
}

.broadcast__player {
  z-index: 2;
  position: relative;
  overflow: hidden;
  height: 532px;
  border-radius: 20px;
  background: #032362;
}

@media screen and (max-width: 768px) {
  .front-section__line_reviews {
    padding: 40px 0 40px 0;
  }
  .broadcast__player {
    height: 360px;
  }
  .reviews-modal__inner {
    padding: 20px;
  }
  .reviews-modal__name {
    padding-top: 90px;
  }
  .reviews-modal__image-conteiner + .reviews-modal__name {
    padding: 0;
  }
  .reviews-modal__close {
    top: 20px;
    right: 20px;
  }
}

@media screen and (max-width: 512px) {
  .broadcast__player {
    height: 280px;
  }
}

.broadcast__info {
  z-index: 2;
  position: relative;
  margin-top: 19px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.broadcast__date {
  display: flex;
  align-items: center;
  margin-right: 24px;
}

.broadcast__date::before {
  content: "";
  display: flex;
  align-items: center;
  margin-right: 10px;
  width: 24px;
  height: 24px;
  background-image: url(../../images/icons/b-date.svg);
  background-position: center;
  background-size: 100% auto;
  background-repeat: no-repeat;
}

.broadcast__views {
  display: flex;
  align-items: center;
}

.broadcast__views::before {
  content: "";
  display: flex;
  align-items: center;
  margin-right: 10px;
  width: 24px;
  height: 24px;
  background-image: url(../../images/icons/b-viewing.svg);
  background-position: center;
  background-size: 100% auto;
  background-repeat: no-repeat;
}

.broadcast__note-1 {
  z-index: 0;
  position: absolute;
  width: 152px;
  height: 156px;
  background-image: url(../../images/icons/note-4.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center;
  bottom: 125px;
  left: 97%;
}

.broadcast__note-2 {
  z-index: 0;
  position: absolute;
  width: 283px;
  height: 299px;
  background-image: url(../../images/icons/note-5.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center;
  top: -180px;
  right: 98%;
}

.top-sectison__bottoms {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
}

.wp-block-image {
  margin-bottom: 40px;
}

textarea {
  font-family: "Manrope", sans-serif;
  color: #032362;
  width: 100%;
  background: none;
  font-family: Manrope;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  padding: 0 0 9.5px 0;
  border: none;
  border-bottom: 1px solid #bbc5d9;
  margin-top: 4px;
  resize: none;
}

textarea:placeholder {
  font-family: "Manrope", sans-serif;
  color: #032362;
  width: 100%;
  background: none;
  font-family: Manrope;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  padding: 0 0 9.5px 0;
  border: none;
  border-bottom: 1px solid #bbc5d9;
}

.card-item-organizer__list {
  display: flex;
}

.card-item-organizer__item {
  display: inline-block;
  align-items: center;
  margin-right: 30px;
}

.card-item-organizer__list .card-item-organizer__image {
  margin-bottom: 0;
  height: auto;
}

.card-item-organizer__item:last-child {
  margin-right: 0;
}

.body-page__button {
  padding-top: 90px;
  text-align: center;
}

.button_rote .button__icon {
  transform: rotate(90deg);
}

.button.hide {
  opacity: 0;
  visibility: hidden;
}

.item-jury__image-container {
  background: #e3f0ff;
}

.footer {
  padding-top: 0;
}

.footer__inner {
  padding-top: 85px;
  position: relative;
}

.card-item-organizer__image {
  height: auto;
}

.footer__inner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #94c4d9;
  opacity: 0.2;
}

.item-partners__image {
  max-width: 98%;
  max-height: 98%;
}

.application-banner__text {
  max-width: 100%;
}

.form-application__approval-inner {
  display: inline-block;
  cursor: pointer;
}

.form-application__approval-inner * {
  cursor: pointer;
}

.form-application__approval-inner:hover .wpcf7-list-item-label::after {
  visibility: visible;
  opacity: 1;
}

.form-section__input-placeholder {
  position: absolute;
  top: 20px;
  left: 0;
  transform: translateY(-50%);
  font-family: "Manrope", sans-serif;
  opacity: 0.6;
  color: #032362;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  padding: 0 0 9px 0;
  transition: all 0.3s;
}

.form-section__input-placeholder.active {
  font-size: 11px;
  margin-top: -19px;
}

.form-section__input-placeholder.permanent {
  font-size: 11px;
  margin-top: -19px;
}

.wpcf7-not-valid-tip {
  margin-bottom: 30px;
}

.form-section__line:last-child .wpcf7-not-valid-tip {
  margin-bottom: 0;
}

.form-section__input-placeholder
  + .wpcf7-form-control-wrap
  input[type="text"]::placeholder,
.form-section__input-placeholder
  + .wpcf7-form-control-wrap
  input[type="email"]::placeholder,
.form-section__input-placeholder
  + .wpcf7-form-control-wrap
  input[type="tel"]::placeholder {
  opacity: 0;
}

.card-item-organizer__link {
  display: inline-block;
  transition: all 0.3s;
}

.card-item-organizer__link:hover {
  opacity: 0.7;
}

.form-section__line {
  position: relative;
}

/* .front-section .title {
  font-size: 46px;
} */

@media screen and (max-width: 1350px) {
  .front-section .title {
    font-size: 52px;
  }
}

@media screen and (max-width: 1280px) {
  .front-section .title {
    font-size: 42px;
  }
}

@media screen and (max-width: 1024px) {
  .front-section__line .title {
    font-size: 40px;
  }
}

@media screen and (max-width: 768px) {
  .contacts-section__left {
    margin-bottom: 40px;
  }
  .card-item-organizer__list {
    padding-bottom: 20px;
  }
  .card-item-organizer__list .card-item-organizer__item {
    margin-bottom: 40px;
  }
  .front-section__line .title {
    font-size: 38px;
  }
}

@media screen and (max-width: 568px) {
  .card-item-organizer__list {
    flex-flow: column;
  }
  .card-item-organizer__item {
    margin-right: 0;
  }
}

@media screen and (max-width: 468px) {
  .front-section__line .title {
    font-size: 35px;
  }
}

.form__main .error {
  text-align: center;
  color: #ff0000;
  padding: 0 0 25px;
}

.form__main .success {
  text-align: center;
  color: #729b4e;
  padding: 0 0 25px;
}

    .front-section .title_small {
        font-size: 32px;
        max-width: calc(100% - 40px);
        width: 1254px;
        margin: 0 auto 80px auto;
    }

    .two-col-text {
        column-width: 47%;
        column-count: 2;
        column-gap: 6%;
    }
    .front-section_note {
        padding-top: 90px;
        padding-bottom: 90px;
        position: relative;
    }

    .front-section_note::before {
        content: '';
        position: absolute;
        width: 142px;
        height: 104px;
        top: 28%;
        right: 1%;
        background-image: url(../../images/note-1.svg);
        background-repeat: no-repeat;
        background-size: 100% auto;
        background-size: contain;
        z-index: 0;
        background-position: center;
        max-width: 9%;
    }

    .front-section_note::after {
        content: '';
        position: absolute;
        width: 125px;
        height: 130px;
        bottom: 36%;
        left: 1%;
        background-image: url(../../images/note-2.svg);
        background-repeat: no-repeat;
        background-size: 100% auto;
        background-size: contain;
        background-position: center;
        z-index: 0;
        max-width: 9%;
    }

    .front-section_note .wrapper {
        max-width: 1360px;
        margin: 0 auto 0 auto;
    }
    
    ul.wp-block-list {
        margin-bottom: 20px;
    }

    ul.wp-block-list > li {
        position: relative;
        margin: 0 0 14px;
        padding: 0 0 0 16px;
        font-size: 18px;
        line-height: 1.3;
    }
    ul.wp-block-list > li:before {
        content: '';
        position: absolute;
        top: 10px;
        left: 0;
        background-color: #1FBCFF;
        display: block;
        width: 6px;
        height: 6px;
        border-radius: 50%;
    }
    @media screen and (max-width: 1280px) {
        .front-section .title_small,
        .title, h1 {
            font-size: 24px;
        }
         .front-section_note::after,
          .front-section_note::before {
            display: none;
          }

          .front-section .title_small {
            margin-bottom: 40px;
          }
    }

    @media screen and (max-width: 768px) {
.two-col-text {
        column-width: 100;
        column-count: 1;
        column-gap: 0;
    }
    .front-section_note {
      padding-top: 40px;
      padding-bottom: 0;
      margin-bottom: -20px;
    }

    ul.wp-block-list > li {
      font-size: 16px;
    }
    ul.wp-block-list > li:before {
      top: 8px;
    }
    }