﻿@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');

.news-dispatch-modal {
  padding-right: 0 !important;
}

.modal-open .news-dispatch-modal {
  top: auto;
}

.news-dispatch-modal .modal-dialog {
  position: fixed;
  width: 100%;
  margin: 0;
  right: 0;
  left: 50%;
  transform: translate(-50%, -50%) !important;
  border-radius: 6px;
}

.news-dispatch-modal .modal-content {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  position: relative;
  border-radius: 0;
  margin: 0;
  width: 100%;
  max-width: 100%;
  box-shadow: none;
  border: none;
  background: #fff;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  font-family: 'Roboto', sans-serif;
}

@media (min-width: 1280px) {
  .news-dispatch-modal .modal-dialog {
    max-width: 1240px;
    min-height: 160px;
    top: calc(100% - 100px);
  }

  .news-dispatch-modal .modal-content {
    min-height: 160px;
  }
}

@media (min-width: 992px) and (max-width: 1279px) {
  .news-dispatch-modal .modal-dialog {
    max-width: 970px;
    min-height: 140px;
    top: calc(100% - 160px);
  }

  .news-dispatch-modal .modal-content {
    min-height: 140px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .news-dispatch-modal .modal-dialog {
    max-width: 730px;
    min-height: 140px;
    top: calc(100% - 175px);
  }

  .news-dispatch-modal .modal-content {
    min-height: 140px;
  }
}

@media screen and (max-width: 767px) {
  .news-dispatch-modal .modal-dialog {
    max-width: 480px;
    width: 480px;
    min-height: 135px;
    top: calc(100% - 165px);
  }
  .news-dispatch-modal .modal-content {
    min-height: 135px;
  }
}

@media screen and (max-width: 575px) {
  .news-dispatch-modal .modal-dialog {
    max-width: 300px;
    width: 300px;
    min-height: 280px;
    top: calc(100% - 230px);
  }
  .news-dispatch-modal .modal-content {
    min-height: 280px;
  }
}

.news-dispatch-modal .modal-header {
  margin: 0;
  padding: 0 !important;
  border: none !important;
  color: #fff;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
}

.news-dispatch-modal .modal-header .close {
  width: 30px;
  height: 30px;
  position: absolute;
  float: none;
  right: calc(0% + 5px);
  top: calc(0% + 5px);
  cursor: pointer;
  transition: all 0.3s;
  opacity: 1;
  background: transparent;
  -webkit-tap-highlight-color: transparent;
  outline: none;
  border: none;
  align-self: flex-end;
  margin: 0;
  z-index: 5;
  border-radius: 0;
  background: transparent;
}

.news-dispatch-modal .modal-header .close::before {
  content: '';
  display: block;
  width: 1.5px;
  height: 18px;
  background: #bbb;
  position: absolute;
  left: 14px;
  top: 6px;
  transform: rotate(45deg);
  transition: 0.3s ease-in-out;
}

.news-dispatch-modal .modal-header .close::after {
  content: '';
  display: block;
  width: 1.5px;
  height: 18px;
  background: #bbb;
  position: absolute;
  left: 14px;
  top: 6px;
  transform: rotate(-45deg);
  transition: 0.3s ease-in-out;
}

.news-dispatch-modal .modal-content .close:hover::before,
.news-dispatch-modal .modal-content .close:hover::after {
  transition: 0.3s ease-in-out;
  background: #bbb;
  opacity: 0.7;
}

.news-dispatch-modal .modal-content .modal-body {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex: 1;
}

@media (min-width: 1280px) {
  .news-dispatch-modal .modal-content .modal-body {
    padding: 15px 60px 15px 47px;
  }
}

@media (min-width: 992px) and (max-width: 1279px) {
  .news-dispatch-modal .modal-content .modal-body {
    padding: 16px 52px 16px 20px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .news-dispatch-modal .modal-content .modal-body {
    padding: 22px 36px 22px 15px;
  }
}

@media (max-width: 767px) {
  .news-dispatch-modal .modal-content .modal-body {
    padding: 15px 15px 11px 15px;
  }
}

@media screen and (max-width: 575px) {
  .news-dispatch-modal .modal-content .modal-body {
    padding: 20px;
  }
}

.news-dispatch-modal .modal-content .modal-body .modal-body__left {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  box-sizing: border-box;
}

@media (min-width: 1280px) {
  .news-dispatch-modal .modal-content .modal-body .modal-body__left {
    max-width: 559px;
  }
}

@media (min-width: 992px) and (max-width: 1279px) {
  .news-dispatch-modal .modal-content .modal-body .modal-body__left {
    max-width: 445px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .news-dispatch-modal .modal-content .modal-body .modal-body__left {
    max-width: 318px;
  }
}

@media (max-width: 767px) {
  .news-dispatch-modal .modal-content .modal-body .modal-body__left {
    display: none;
  }
}

.news-dispatch-modal .modal-content .modal-body .modal-body__left .modal-body__left-img {
  width: 100%;
}

@media (min-width: 1280px) {
  .news-dispatch-modal .modal-content .modal-body .modal-body__left .modal-body__left-img {
    max-width: 150px;
  }
}

@media (min-width: 992px) and (max-width: 1279px) {
  .news-dispatch-modal .modal-content .modal-body .modal-body__left .modal-body__left-img {
    max-width: 124px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .news-dispatch-modal .modal-content .modal-body .modal-body__left .modal-body__left-img {
    max-width: 110px;
  }
}

.news-dispatch-modal .modal-content .modal-body .modal-body__left .modal-body__left-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news-dispatch-modal .modal-content .modal-body .modal-body__left .modal-body__left-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}

@media (min-width: 1280px) {
  .news-dispatch-modal .modal-content .modal-body .modal-body__left .modal-body__left-text {
    margin: 0 0 0 47px;
  }
}

@media (min-width: 992px) and (max-width: 1279px) {
  .news-dispatch-modal .modal-content .modal-body .modal-body__left .modal-body__left-text {
    margin: 0 0 0 20px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .news-dispatch-modal .modal-content .modal-body .modal-body__left .modal-body__left-text {
    margin: 0 0 0 16px;
  }
}

.news-dispatch-modal
  .modal-content
  .modal-body
  .modal-body__left
  .modal-body__left-text
  .text__title {
  margin: 0;
  text-align: left;
  word-break: break-word;
  font-weight: 800;
  color: #454545;
  margin: 0 0 10px 0;
}

@media (min-width: 1280px) {
  .news-dispatch-modal
    .modal-content
    .modal-body
    .modal-body__left
    .modal-body__left-text
    .text__title {
    font-size: 22px;
    line-height: 25px;
  }
}

@media (min-width: 992px) and (max-width: 1279px) {
  .news-dispatch-modal
    .modal-content
    .modal-body
    .modal-body__left
    .modal-body__left-text
    .text__title {
    font-size: 18px;
    line-height: 20px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .news-dispatch-modal
    .modal-content
    .modal-body
    .modal-body__left
    .modal-body__left-text
    .text__title {
    font-size: 15px;
    line-height: 17px;
  }
}

.news-dispatch-modal
  .modal-content
  .modal-body
  .modal-body__left
  .modal-body__left-text
  .text__descr {
  margin: 0;
  text-align: left;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #656565;
}

@media (min-width: 768px) and (max-width: 991px) {
  .news-dispatch-modal
    .modal-content
    .modal-body
    .modal-body__left
    .modal-body__left-text
    .text__descr {
    font-size: 12px;
    line-height: 14px;
  }
}

.news-dispatch-modal
  .modal-content
  .modal-body
  .modal-body__left
  .modal-body__left-text
  .text__descr
  b {
  font-weight: 700;
}

.news-dispatch-modal .modal-content .modal-body .modal-body__right {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  flex: 1;
}

@media (min-width: 1280px) {
  .news-dispatch-modal .modal-content .modal-body .modal-body__right {
    margin: 0 0 0 54px;
  }
}

@media (min-width: 992px) and (max-width: 1279px) {
  .news-dispatch-modal .modal-content .modal-body .modal-body__right {
    margin: 0 0 0 53px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .news-dispatch-modal .modal-content .modal-body .modal-body__right {
    margin: 0 0 0 21px;
  }
}

.news-dispatch-modal .modal-content .modal-body .modal-body__right .modal-body__right-title {
  display: none;
  margin: 0 auto 10px auto;
  font-weight: 800;
  font-size: 16px;
  line-height: 18px;
  text-align: center;
  color: #454545;
  word-break: break-word;
}

.news-dispatch-modal .modal-content .modal-body .modal-body__right .modal-body__right-descr {
  display: none;
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  color: #656565;
  margin: 0;
  word-break: break-word;
}

@media (max-width: 767px) {
  .news-dispatch-modal .modal-content .modal-body .modal-body__right .modal-body__right-title,
  .news-dispatch-modal .modal-content .modal-body .modal-body__right .modal-body__right-descr {
    display: block;
  }

  .news-dispatch-modal .modal-content .modal-body .modal-body__right .modal-body__right-title {
    max-width: 272px;
  }
}

@media (max-width: 575px) {
  .news-dispatch-modal .modal-content .modal-body .modal-body__right .modal-body__right-title {
    max-width: 212px;
  }
}

.news-dispatch-modal .modal-body form {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}

@media (min-width: 1280px) {
  .news-dispatch-modal .modal-body form {
    margin: auto 0 auto 0;
  }
}

@media (min-width: 768px) and (max-width: 1279px) {
  .news-dispatch-modal .modal-body form {
    margin: auto 0 auto 0;
  }
}

@media (max-width: 767px) {
  .news-dispatch-modal .modal-body form {
    margin: auto 0 auto 0;
    align-items: flex-start;
  }
}

@media (max-width: 575px) {
  .news-dispatch-modal .modal-body form {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin: 20px 0 0 0;
  }
}

.news-dispatch-modal .modal-body form .form-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 20px;
}

@media (min-width: 1280px) {
  .news-dispatch-modal .modal-body form .form-group {
    max-width: 245px;
  }
}

@media (min-width: 992px) and (max-width: 1279px) {
  .news-dispatch-modal .modal-body form .form-group {
    max-width: 180px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .news-dispatch-modal .modal-body form .form-group {
    max-width: 160px;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .news-dispatch-modal .modal-body form .form-group:nth-of-type(1) {
    order: 1;
  }
  .news-dispatch-modal .modal-body form .form-group:nth-of-type(2) {
    order: 2;
  }

  .news-dispatch-modal .modal-body form .form-group {
    max-width: 140px;
  }
  .news-dispatch-modal .modal-body form .form-group:nth-of-type(1),
  .news-dispatch-modal .modal-body form .form-group:nth-of-type(2) {
    margin: 0 auto 0 0;
  }
}

@media (max-width: 575px) {
  .news-dispatch-modal .modal-body form .form-group {
    max-width: 100%;
    margin: 0 0 20px 0;
  }
  .news-dispatch-modal .modal-body form .form-group:nth-of-type(1) {
    margin: 0 0 20px 0 !important;
  }
}

.news-dispatch-modal .modal-body form .form-group:nth-of-type(1) {
  margin: 0 auto auto 0;
}

.news-dispatch-modal .modal-body form .form-group .form-control {
  text-align: center;
  width: 100%;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 10px;
  color: #4d4d4d;
  background: transparent;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #bbbbbb;
  box-shadow: none;
  transition: 0.2s ease;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  padding: 0 0 9px 0;
  height: auto;
}

@media (min-width: 576px) and (max-width: 767px) {
  .news-dispatch-modal .modal-body form .form-group .form-control {
    padding: 6px 0 9px 0;
  }
}

.news-dispatch-modal .modal-body form .form-group .form-control:focus {
  box-shadow: none;
  outline: none;
}

.news-dispatch-modal .modal-body form .form-group .form-control::placeholder {
  color: #4d4d4d;
  font-size: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  transition: 0.2s ease;
  opacity: 1;
}

.news-dispatch-modal .modal-body form .form-group .form-control:focus::placeholder {
  transition: 0.2s ease;
  opacity: 0;
}

.news-dispatch-modal .modal-body form .form-group .checkbox {
  position: relative;
  margin-top: 0;
  margin-bottom: 0;
}

@media (min-width: 576px) and (max-width: 767px) {
  .news-dispatch-modal .modal-body form .form-group.checkbox {
    order: 4;
    max-width: 100%;
    margin: 12px 0 0 0;
  }
}

.news-dispatch-modal form .form-group .checkbox input[type='checkbox'] {
  display: none;
}

.news-dispatch-modal form .form-group .checkbox label {
  display: inline-block;
  position: relative;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 17px;
  color: #a2a2a2;
  margin: 0;
  padding: 0 0 0 25px;
  word-break: break-word;
  width: 100%;
  text-align: left;
  min-height: initial;
}

.news-dispatch-modal form .form-group .checkbox label a {
  color: inherit;
  text-decoration: underline;
}

.news-dispatch-modal form .form-group .checkbox label a:hover,
.news-dispatch-modal form .form-group .checkbox label a:focus {
  color: inherit;
  text-decoration: none;
  outline: none;
}

.news-dispatch-modal form .form-group .checkbox input[type='checkbox'] + label::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 14px;
  height: 14px;
  background: transparent;
  border: 1px solid #a2a2a2;
  box-sizing: border-box;
  border-radius: 1px;
  cursor: pointer;
}
.news-dispatch-modal form .form-group .checkbox input[type='checkbox']:checked + label::before {
  background: #30cb5c;
  border-radius: 1px;
  border: 1px solid #30cb5c;
}

.news-dispatch-modal form .form-group .checkbox input[type='checkbox']:checked + label::after {
  content: '';
  position: absolute;
  left: calc(0% + 3px);
  top: calc(0% + 3px);
  width: 8px;
  height: 8px;
  background: url('/web/src/images/popup-tickets/subscribePopup/checkmark.svg') no-repeat center;
}

.news-dispatch-modal form .form__btn {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: #FF5C38;
  outline: none;
  border: none;
  width: 100%;
  min-height: 40px;
  font-family: 'Roboto', sans-serif;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  margin: 0 0 0 auto;
  cursor: pointer;
  transition: 0.2s ease;
}

@media (min-width: 1280px) {
  .news-dispatch-modal form .form__btn {
    max-width: 245px;
  }
}

@media (min-width: 992px) and (max-width: 1279px) {
  .news-dispatch-modal form .form__btn {
    max-width: 180px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .news-dispatch-modal form .form__btn {
    max-width: 160px;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .news-dispatch-modal form .form__btn {
    order: 3;
    margin: 0;
    max-width: 140px;
    min-height: 30px;
  }
}

@media (max-width: 575px) {
  .news-dispatch-modal form .form__btn {
    max-width: 100%;
    margin: 0 auto;
  }
}

.news-dispatch-modal form .form__btn:hover {
  background: #FF5C38;
  transition: 0.2s ease;
}

.news-dispatch-modal
  .modal-body
  form
  .form-group
  .checkbox.error
  input[type='checkbox']
  + label::before {
  border-color: red;
  background: transparent;
}

.news-dispatch-modal
  .modal-body
  form
  .form-group
  .checkbox.error
  input[type='checkbox']
  + label::after {
  display: none;
}

.news-dispatch-modal .modal-body form .form-group.has-error .form-control {
  border-bottom: 1px solid red;
  transition: 0.2s ease;
}

.news-dispatch-modal .modal-body form .form-group.has-error .help-block {
  display: block;
}

.news-dispatch-modal .modal-body form .form-group .help-block {
  display: none;
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  text-align: left;
  color: red;
  margin: 0 !important;
  position: relative !important;
  top: 0;
  left: 0;
}

.news-dispatch-modal .modal-body form .form-group .checkbox .help-block {
  margin: 0 0 0 25px;
}

@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');

.news-dispatch-thanks-modal {
  padding-right: 0 !important;
}

.news-dispatch-thanks-modal .modal-dialog {
  position: fixed;
  width: 100%;
  margin: 0;
  right: 0;
  left: 50%;
  transform: translate(-50%, -50%) !important;
  border-radius: 6px;
}

.news-dispatch-thanks-modal .modal-content {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  position: relative;
  border-radius: 0;
  margin: 0;
  width: 100%;
  max-width: 100%;
  box-shadow: none;
  border: none;
  background: #fff;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  font-family: 'Roboto', sans-serif;
}

@media (min-width: 1280px) {
  .news-dispatch-thanks-modal .modal-dialog {
    max-width: 1240px;
    min-height: 160px;
    top: calc(100% - 100px);
  }

  .news-dispatch-thanks-modal .modal-content {
    min-height: 160px;
  }
}

@media (min-width: 992px) and (max-width: 1279px) {
  .news-dispatch-thanks-modal .modal-dialog {
    max-width: 970px;
    min-height: 140px;
    top: calc(100% - 160px);
  }

  .news-dispatch-thanks-modal .modal-content {
    min-height: 140px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .news-dispatch-thanks-modal .modal-dialog {
    max-width: 730px;
    min-height: 140px;
    top: calc(100% - 175px);
  }

  .news-dispatch-thanks-modal .modal-content {
    min-height: 140px;
  }
}

@media screen and (max-width: 767px) {
  .news-dispatch-thanks-modal .modal-dialog {
    max-width: 480px;
    width: 480px;
    min-height: 150px;
    top: calc(100% - 165px);
  }
  .news-dispatch-thanks-modal .modal-content {
    min-height: 150px;
  }
}

@media screen and (max-width: 575px) {
  .news-dispatch-thanks-modal .modal-dialog {
    max-width: 300px;
    width: 300px;
    min-height: 332px;
    top: calc(100% - 230px);
  }
  .news-dispatch-thanks-modal .modal-content {
    min-height: 332px;
  }
}

.news-dispatch-thanks-modal .modal-header {
  margin: 0;
  padding: 0 !important;
  border: none !important;
  color: #fff;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
}

.news-dispatch-thanks-modal .modal-header .close {
  width: 30px;
  height: 30px;
  position: absolute;
  float: none;
  right: calc(0% + 5px);
  top: calc(0% + 5px);
  cursor: pointer;
  transition: all 0.3s;
  opacity: 1;
  background: transparent;
  -webkit-tap-highlight-color: transparent;
  outline: none;
  border: none;
  align-self: flex-end;
  margin: 0;
  z-index: 5;
  border-radius: 0;
  background: transparent;
}

.news-dispatch-thanks-modal .modal-header .close::before {
  content: '';
  display: block;
  width: 1.5px;
  height: 18px;
  background: #bbb;
  position: absolute;
  left: 14px;
  top: 6px;
  transform: rotate(45deg);
  transition: 0.3s ease-in-out;
}

.news-dispatch-thanks-modal .modal-header .close::after {
  content: '';
  display: block;
  width: 1.5px;
  height: 18px;
  background: #bbb;
  position: absolute;
  left: 14px;
  top: 6px;
  transform: rotate(-45deg);
  transition: 0.3s ease-in-out;
}

.news-dispatch-thanks-modal .modal-content .close:hover::before,
.news-dispatch-thanks-modal .modal-content .close:hover::after {
  transition: 0.3s ease-in-out;
  background: #bbb;
  opacity: 0.7;
}

.news-dispatch-thanks-modal .modal-content .modal-body {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex: 1;
}

.news-dispatch-thanks-modal .modal-content .modal-body img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 0 17px 0;
}

.news-dispatch-thanks-modal .modal-content .modal-body .modal-body__thanks-text {
  margin: 0;
  text-align: center;
  word-break: break-word;
  font-weight: 500;
  font-size: 20px;
  line-height: 23px;
  color: #a1a1a1;
}

@media (min-width: 1280px) {
  .news-dispatch-thanks-modal .modal-content .modal-body {
    padding: 15px 60px 15px 47px;
  }
}

@media (min-width: 992px) and (max-width: 1279px) {
  .news-dispatch-thanks-modal .modal-content .modal-body {
    padding: 16px 52px 16px 20px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .news-dispatch-thanks-modal .modal-content .modal-body {
    padding: 22px 36px 22px 15px;
  }
}

@media (max-width: 767px) {
  .news-dispatch-thanks-modal .modal-content .modal-body {
    padding: 15px 15px 11px 15px;
  }
}

@media screen and (max-width: 575px) {
  .news-dispatch-thanks-modal .modal-content .modal-body {
    padding: 20px;
  }
}
