@charset "UTF-8";
/* Указываем box sizing */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@font-face {
  font-family: 'Roboto Flex';
  src: url(../fonts/Roboto-flex.ttf) format("truetype"), url(../fonts/Roboto-flex.woff2) format("woff2"), url(../fonts/Roboto-flex.woff) format("woff");
}

/* Убираем внутренние отступы */
ul[class],
ol[class] {
  padding: 0;
}

/* Убираем внешние отступы */
body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

/* Выставляем основные настройки по-умолчанию для body */
body {
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
  min-width: 375px;
}

/* Удаляем стандартную стилизацию для всех ul и il, у которых есть атрибут class*/
ul[class],
ol[class] {
  list-style: none;
}

/* Элементы a, у которых нет класса, сбрасываем до дефолтных стилей */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Упрощаем работу с изображениями */
img {
  max-width: 100%;
  display: block;
}

/* Указываем понятную периодичность в потоке данных у article*/
article > * + * {
  margin-top: 1em;
}

/* Наследуем шрифты для инпутов и кнопок */
input,
button,
textarea,
select {
  font: inherit;
}

/* Удаляем все анимации и переходы для людей, которые предпочитай их не использовать */
@media (prefers-reduced-motion: reduce) {
  * {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

html {
  height: 100%;
}

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  /* background: url(../img/up-waves.png) 0 0 no-repeat, #87d6f9; */
  /* background-color: #87d6f9; */
  background-color: rgb(175, 218, 242);
  position: relative;
}

body::after {
  content: '';
  /* background: url(../img/waves-down.png) bottom right no-repeat; */
  position: absolute;
  bottom: 0;
  right: 0;
  width: 340px;
  height: 340px;
}

.content {
  padding-top: 6px;
}

input:focus, input:active, input :focus-visible {
  border: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

main {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.container {
  max-width: 1320px;
}

.logo {
  width: 100%;
  margin-bottom: 19px;
}

.logo img {
  max-width: 214px;
}

.counters {
  margin-bottom: 65px;
}

.counters__title {
  font-family: 'Roboto Flex';
  font-style: normal;
  font-weight: 800;
  font-size: 11px;
  line-height: 13px;
  text-transform: uppercase;
  margin-bottom: 20px;
  color: #04539E;
}

@media (min-width: 992px) {
  .counters__title {
    font-size: 15px;
    line-height: 15px;
  }
}

.counters .input-wrapper {
  max-width: 60px;
}

.counters__input {
  /* background: #87d6f9; */
  background: rgb(175, 218, 242);
  border: none;
  text-align: right;
  width: 100%;
  height: 100%;
  font-family: 'Roboto Flex';
  font-style: normal;
  font-weight: 600;
  font-size: 28px;
  line-height: 33px;
  text-align: right;
  color: #04539E;
}

.counters__item {
  margin-bottom: 18px;
}

.counters .item__buttons {
  width: 104px;
}
.buy-form .total-price {
  font-family: 'Roboto Flex';
  font-style: normal;
  font-weight: 600;
  font-size: 57px;
  line-height: 67px;
  color: #04539E;
  margin-bottom: 5px;
}
.counters__button {
  background: none;
  background-color: none;
  border: none;
  font-weight: 600;
  font-size: 30px;
  color: #04539E;
  width: 32px;
  max-width: 32px;
  padding: 0;
}

.counters__image {
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  flex-grow: 1;
  width: 40px;

}

.counters__image img {
  max-height: 100%;
  max-width: 100%;
}

@media (min-width: 992px) {
  .page-title {
    margin-bottom: 50px;
  }
  .page-title .h1 {
    text-align: center;
    color: #04539e;
    font-weight: bold;
    font-style: italic;
    text-transform: uppercase;
    letter-spacing: 9px;
    margin-top: 20px;
  }
}

@media (min-width: 992px) {
  .center-column {
    padding-right: 70px;
    padding-left: 70px;
  }
}

.buy-form {
  margin-bottom: 48px;
}

.buy-form .comment {
  font-family: 'Roboto Flex';
  font-style: normal;
  font-weight: 400;
  font-size: 9px;
  line-height: 11px;
  padding-left: 7px;
  color: #04539E;
  margin-bottom: 27px;
}

.buy-form .form-control {
  padding: 0;
  background: transparent;
  border: none;
  position: relative;
}

.buy-form .form-control:not(:last-child) {
  margin-bottom: 10px;
}

@media (min-width: 992px) {
  .buy-form .form-control:not(:last-child) {
    margin-bottom: 20px;
  }
}

.buy-form .form-control::after {
  content: '';
  width: 30px;
  height: 30px;
  top: 50%;
  right: 9px;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

.buy-form .form-control.date::after {
  background: url(../img/date.png);
}

.buy-form .form-control.time::after {
  background: url(../img/time.png);
}

.buy-form .form-control.mail::after {
  background: url(../img/mail.png);
}

.buy-form input:not(.form__result-input) {
  background: #FFFFFF;
  border: 2px solid #04539E;
  border-radius: 6px;
  font-family: 'Roboto Flex';
  font-style: normal;
  font-weight: 500;
  font-size: 11px;
  line-height: 13px;
  height: 45px;
  color: rgba(4, 83, 158, 0.8);
  width: 100%;
  padding-left: 9px;
  padding-right: 9px;
  /* Firefox 19+ */
  /* Firefox 18- */
}

@media (min-width: 992px) {
  .buy-form input:not(.form__result-input) {
    font-size: 15px;
    border-color: #04539e;
    border-style: solid;
    height: 55px;
    background: #e7f7fe;
  }
}

.buy-form input:not(.form__result-input)::-webkit-input-placeholder {
  font-family: 'Roboto Flex';
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 13px;
  color: rgba(4, 83, 158, 0.8);
}

.buy-form input:not(.form__result-input)::-moz-placeholder {
  font-family: 'Roboto Flex';
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 13px;
  color: rgba(4, 83, 158, 0.8);
}

.buy-form input:not(.form__result-input):-moz-placeholder {
  font-family: 'Roboto Flex';
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 13px;
  color: rgba(4, 83, 158, 0.8);
}

.buy-form input:not(.form__result-input):-ms-input-placeholder {
  font-family: 'Roboto Flex';
  font-style: normal;
  font-weight: 500;
  font-size: 11px;
  line-height: 13px;
  color: rgba(4, 83, 158, 0.8);
}

.buy-form .form__radio {
  margin-bottom: 21px;
  position: relative;
}

.buy-form .form__radio .form__radio-input {
  width: 16px;
  height: 16px;
  opacity: 0;
  margin-right: 10px;
}

.buy-form .form__radio .form__radio-input + .check {
  width: 16px;
  height: 16px;
  border-radius: 100%;
  border: 2px solid #04539E;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.buy-form .form__radio .form__radio-input:checked + .check {
  background: #04539E;
}

.buy-form .form__radio span {
  font-family: 'Roboto Flex';
  font-style: normal;
  font-weight: 400;
  font-size: 11px;
  line-height: 13px;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: #04539E;
}

@media (min-width: 992px) {
  .buy-form .form__radio span {
    font-size: 13px;
  }
}

.buy-form .form__radio a {
  font-family: 'Roboto Flex';
  font-style: normal;
  font-weight: 400;
  font-size: 11px;
  line-height: 13px;
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
  color: #04539E;
}

@media (min-width: 992px) {
  .buy-form .form__radio a {
    font-size: 13px;
  }
}

.buy-form .btn {
  width: 154px;
  height: 42px;
  margin-top: 23px;
  background: #04539E;
  border-radius: 6px;
  font-family: 'Roboto Flex';
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  line-height: 20px;
  border: none;
  color: #FFFFFF;
}

.buy-form .btn:focus, .buy-form .btn:hover, .buy-form .btn:focus-visible {
  border: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

@media (min-width: 992px) {
  .buy-form .btn {
    width: 220px;
    height: 55px;
    font-size: 20px;
    border-radius: 15px;
  }
}

.obriv {
  width: 100%;
  height: 300px;
  -webkit-transform: translateY(-185px);
          transform: translateY(-185px);
  z-index: 2;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, white), color-stop(50%, transparent));
  background: linear-gradient(to bottom, white 50%, transparent 50%);
}

.obriv img {
  width: 100%;
  height: auto;
}

.right-column {
  padding-top: 30px;
  padding-bottom: 30px;
  border-radius: 27px;
  padding-right: 37px;
  padding-left: 37px;
}

@media (min-width: 992px) {
  .right-column {
    position: relative;
    border-radius: 0;
    padding-bottom: 0;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
    z-index: 3;
  }
}

.phone-text {
    margin-bottom: 7px !important;
}

.right-column .phone {
  font-family: 'Roboto Flex';
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  line-height: 35px;
  text-align: center;
  text-decoration: none;
  color: #04539E;
  margin-bottom: 53px;
}

.right-column .phone:hover {
  text-decoration: none;
}

.right-column .work-time {
  font-family: 'Roboto Flex';
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  /* identical to box height */
  margin-bottom: 34px;
  color: #04539E;
}

.right-column .work-time .work-item:not(:last-child) {
  margin-bottom: 6px;
}

.right-column .exepted {
  max-width: 157px;
  margin-bottom: 33px;
}

@media (min-width: 992px) {
  .right-column .exepted {
    max-width: 75%;
  }
}

.right-column .comments__item {
  font-family: 'Roboto Flex';
  font-style: normal;
  font-weight: 400;
  font-size: 11px;
  line-height: 13px;
  color: #04539E;
}

.right-column .comments__item:not(:last-child) {
  margin-bottom: 7px;
}

@media (min-width: 992px) {
  .right-column .comments__item {
    font-size: 15px;
    font-family: "Roboto Flex";
    color: #04539e;
    line-height: 1.2;
    text-align: left;
  }
}

.partners {
  margin-top: 44px;
  padding-left: 31px;
  padding-bottom: 90px;
}

@media (min-width: 992px) {
  .partners {
    padding-bottom: 0;
  }
}

.partners__title {
  font-family: 'Roboto Flex';
  font-style: normal;
  font-weight: 600;
  font-size: 8px;
  line-height: 9px;
  letter-spacing: 0.205em;
  text-transform: uppercase;
  color: #04539E;
  margin-bottom: 5px;
}

@media (min-width: 992px) {
  .partners__title {
    font-size: 12px;
    margin-bottom: 20px;
  }
}

.partners .item__image {
  height: 50px;
  padding-right: 10px;
}
.partners .item__image img {
  max-height: 100%;
  width: auto;
}

.partners__item {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
  }
  
  .partners__item .item__image {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .partners__item .item__image img {
    max-height: 100%;
    width: auto;
    object-fit: contain;
  }

@media (min-width: 992px) {
  .partners .item__image {
    width: 140px;
    padding-right: 0;
  }
  /* .partners .item__image img {
    width: 100%;
  } */
}

@media (min-width: 992px) {
  .partners-list {
    padding-left: 50px;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
}

/* ---------------------- */

.form__result>div{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.form__result {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 170px;
  margin-bottom: 5px;
  font-family: 'Roboto Flex';
  font-weight: 600;
  font-size: 57px;
  line-height: 67px;  
  color: #04539E;
}

.form__result-input {
  border: 0;
  width: 100%;
  font-family: 'Roboto Flex';
  font-style: normal;
  font-weight: 600;
  font-size: 57px;
  line-height: 67px; 
  color: #04539E;

  background-color: #87d6f9;
}

.main-information__wrapper__text {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 200px auto 200px;
  grid-template-columns: 200px auto 200px;
  /* gap: 70px; */
}

.main-information__wrapper__text_2 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 0px auto 0px;
  grid-template-columns: 0px auto 0px;
  gap: 3px;
}

.full-height {
  height: 100vh;
}

.title__text {
  text-align: center;
  color: #04539e;
  font-weight: bold;
  font-style: italic;
  font-size: 2.5rem;
  text-transform: uppercase;
  /* letter-spacing: px; */
  margin-top: 70px;
  margin-bottom: 20px;
}

.table {
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  margin-bottom: 30px;
}

.table td {
  padding: 3px;
}

.info__text {
  font-family: "Roboto Flex";
  color: #04539e;
  line-height: 1.2;
  font-size: 16px;
}

.center__text {
  text-align: center;
}

.left__text {
  text-align: left;
}

.right__text {
  text-align: right;
}

.bold__text {
  font-weight: bold;
}
@media (max-width: 992px) {
input.datepicker {
  height: 40px;
}
input.timepicker {
  height: 40px;
}
.form__input{
  height: 40px;
}
}
/* input.datepicker:-moz-read-only {
  background-color: white;
}

input.datepicker:read-only {
  background-color: white;
} */



/* input.timepicker:-moz-read-only {
  background-color: white;
} */

/* input.timepicker:read-only {
  background-color: white;
} */

div.errors-block-1 {
  position: relative;
  margin-bottom: 22px;
}

div.errors-block-2 {
  position: relative;
  margin-bottom: 35px;
}

div.tickets_error {
  color: #e63b11;
  position: absolute;
  /* margin-top: 25px;
  margin-left: 25px; */
}

.sessions-info {
  color: #e63b11;
  margin-top: 5px;
  position: absolute;
}

.d-none {
  display: none;
}

.mb-0 {
  margin-bottom: 3px !important;
}

.mt-3 {
  margin-top: 15px !important; 
}

/* remove arrows from ticket quantity */
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}
input[type="number"]:hover,
input[type="number"]:focus {
  -moz-appearance: number-input;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.quantity__cost .cost__img{
  display: inline;
}
.quantity__cost  svg{
  max-height: 10px;
  width: 10px;
}