/* event */
.news-banner-main__card img {
  display: block;
  width: 100%;
}
.event-wrap {
  display: flex;
  flex-direction: row;
  height: 100%;
  justify-content: space-between;
  letter-spacing: -0.02em;
}
.event-wrap__heading,
.event-wrap__form {
  border-radius: 10px;
  overflow: hidden;
  background-color: #f4f5f1;
  padding: 35px 40px;
}
.event-wrap__heading_first {
  margin-right: 5px;
  width: 50%;
}
.event-wrap__heading_last {
  margin-left: 5px;
  width: 50%;
}
@media (max-width: 768px) {
  .event-wrap {
    flex-direction: column;
  }
  .event-wrap__heading_first {
    margin-right: 0;
    margin-bottom: 5px;
    width: 100%;
  }
  .event-wrap__heading_last {
    margin-left: 0;
    margin-top: 5px;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .news-banner-main__item_dub {
    width: 100% !important;
  }
}

.heading-event__time {
  padding: 0 10px 0 0;
}
.heading-event__time-adress {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #f15a49;
  font-size: 20px;
  line-height: 1.2;
  font-weight: bold;
}
.heading-event__adress {
  position: relative;
  padding: 0 0 0 26px;
}
.heading-event__adress:after {
  content: "";
  position: absolute;
  top: 1px;
  left: 0;
  width: 21px;
  height: 21px;
  background-repeat: no-repeat;
  background-image: url("/local/templates/main/css/../images/location-icon.svg");
  background-position: 0 0;
  background-size: contain;
  z-index: 1;
}
.heading-event__content {
  padding: 40px 0 0 0;
  color: #333;
  font-size: 18px;
  line-height: 1.2;
}
.heading-event__name {
  font-size: 23px;
  text-transform: uppercase;
  font-weight: bold;
}
.heading-event__text {
  padding: 5px 0 0 0;
}
.form-event {
  color: #333;
}
.form-even__caption {
  font-size: 20px;
  line-height: 1.2;
  margin: 0 0 20px;
  font-weight: bold;
}
.form-event .input_default {
  height: 50px;
  padding: 0 28px;
  border: none;
  background-color: #fff;
  color: #5f6871;
  letter-spacing: -0.02em;
  font-size: 14px;
  font-family: "ProximaNova", Arial, Helvetica, sans-serif;
  border-radius: 5px;
}
.form-event__item {
  padding: 0 0 14px;
}
.form-event__item--two {
  display: flex;
  align-items: flex-start;
  margin: 0 -7px;
}
.form-event__item-xs {
  width: 50%;
  padding: 0 7px;
}
.form-event__phone {
  position: relative;
  border: 1px solid #f58220;
  border-radius: 5px;
}
.form-event__label {
  position: absolute;
  top: -6px;
  left: 35px;
  z-index: 1;
  font-size: 10px;
  line-height: 12px;
  color: #f58220;
}
.form-event__label:after,
.form-event__label:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  z-index: -1;
  height: 6px;
}
.form-event__label:after {
  top: 0;
  background-color: #f4f5f1;
}
.form-event__label:before {
  bottom: 0;
  background-color: #ffffff;
}
.check-policy__check {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
}
.check-policy__label {
  font-size: 14px;
  line-height: 1.2;
  color: #4a5859;
  position: relative;
  padding: 0 0 0 28px;
  display: block;
  cursor: pointer;
}
.check-policy__label:after {
  content: "";
  position: absolute;
  top: -2px;
  left: 0;
  width: 16px;
  height: 16px;
  border-radius: 3px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-color: #f4f5f1;
  border: 1px solid #f58220;
}
.check-policy__check:checked + .check-policy__label:after {
  background-image: url("/local/templates/main/css/../images/check-orange.svg");
}
.check-policy__label a {
  color: #f58220;
  text-decoration: underline;
}
.check-policy__label a:hover {
  color: #f58220;
  text-decoration: none;
}
.form-event__item--btn {
  padding: 0;
}
.form-event__submit {
  width: 100%;
  padding: 0 10px;
  text-align: center;
  font-size: 13px;
  line-height: 1;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  font-weight: bold;
  border-radius: 5px;
  background-color: #f58220;
  height: 50px;
  max-width: 300px;
  cursor: pointer;
  border: none;
}
.news-banner-main__card {
  display: flex;
  overflow: hidden;
  border-radius: 10px;
}
.modal-opacity {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all ease 0.5s;
  background-color: rgba(0, 0, 0, 0.65);
  opacity: 0;
  visibility: hidden;
  z-index: 999;
}
.modal-opacity.visible {
  opacity: 0.6 !important;
  visibility: visible;
}
html.over {
  overflow: hidden;
}
.modal-wrap__close {
  /* position: absolute;
    top: 20px;
    right: 20px;
    width: 10px;
    height: 10px;
    z-index: 10;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-image: url('/local/templates/main/css/../images/modal-close.svg');
    background-size: contain;
    z-index: 1;
    cursor: pointer;*/
  position: absolute;
  top: 15px;
  right: 10px;
  z-index: 1;
  cursor: pointer;
}
.modal-wrap {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 100%;
  max-width: 390px;
  z-index: 9999;
  transition: all ease 0.5s;
  opacity: 0;
  visibility: hidden;
}
.modal-wrap.open {
  transition: all ease 0.5s 0.2s;
  opacity: 1 !important;
  visibility: visible;
  padding: 0;
}
.modal-wrap__content {
  position: relative;
  padding: 60px 70px;
  width: 100%;
  background: #ffffff;
  border-radius: 10px;
  overflow: hidden;
  font-weight: bold;
  font-size: 20px;
  line-height: 23px;
  letter-spacing: -0.02em;
  color: #f15a49;
  padding: 60px 30px;
}

#affisha-popup .modal-wrap__content {
  color: #1b1c1e;
}

@media screen and (max-width: 767px) {
  .modal-wrap {
    max-width: 95%;
  }
  .modal-wrap__content {
    padding: 30px;
    font-size: 16px;
  }
}
/* /event */
