.header {
  background-image: linear-gradient(to bottom, rgba(46, 56, 113, 0.8), rgba(67, 26, 57, 0.9)), url(../img/header-background.jpg);
  box-shadow: rgba(0, 0, 0, 0.176) 1px 1px 18px 10px;
  padding-bottom: 50px;
}
.header__menu {
  box-sizing: border-box;
}
.header__get-ticket {
  grid-area: button;
  max-width: 500px;
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .header__info {
    text-align: center;
  }
}
@media screen and (max-width: 1023px) {
  .header__info {
    font-size: clamp(0.875rem, 0.136rem + 3.693vw, 2.5rem);
  }
}
@media screen and (max-width: 767px) {
  .header__sub-info {
    font-size: clamp(1.625rem, 1.536rem + 0.447vw, 1.75rem);
  }
}
.header__sub-info-decor {
  font-size: 1.275rem;
}
@media screen and (max-width: 767px) {
  .header__sub-info-decor {
    font-size: clamp(0.875rem, 0.607rem + 1.342vw, 1.25rem);
  }
}
.header__description {
  color: white;
  font-size: 1.275rem;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  .header__description {
    font-size: clamp(0.875rem, 0.607rem + 1.342vw, 1.25rem);
  }
}
.header__image {
  justify-self: stretch;
  max-width: 100%;
  object-fit: cover;
  max-height: 450px;
  min-height: 250px;
  filter: drop-shadow(2px 4px 6px black);
  grid-area: image;
  padding-inline: 50px;
  object-position: center 98%;
}
@media screen and (max-width: 1200px) {
  .header__image {
    object-fit: cover;
  }
}
@media screen and (max-width: 767px) {
  .header__image {
    filter: none;
    padding-inline: 0;
    max-height: 300px;
  }
}

.content-wrapper--header {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto 80px;
  grid-auto-columns: 1fr;
  grid-auto-rows: 1fr;
  gap: 24px;
  grid-auto-flow: row;
  grid-template-areas: "image text" "image button";
  justify-items: center;
  align-items: center;
}
@media screen and (max-width: 1200px) {
  .content-wrapper--header {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr auto 80px;
    grid-template-areas: "text" "image" "button";
  }
}

.shedule-wrapper {
  background: linear-gradient(to bottom, rgba(46, 56, 113, 0.8), rgba(67, 26, 57, 0.8));
  box-shadow: rgba(0, 0, 0, 0.176) 1px 1px 18px 10px;
}

.car-park {
  background: linear-gradient(to bottom, rgba(46, 56, 113, 0.8), rgba(67, 26, 57, 0.8));
  box-shadow: rgba(0, 0, 0, 0.176) 1px 1px 18px 10px;
  padding-bottom: 1rem;
}

.photo-title {
  color: #FFF;
  padding: 50px 0 35px;
}

.advantages__cards-wrapper {
  gap: 1.5rem;
  box-sizing: border-box;
  display: grid;
  grid-auto-columns: 1fr;
  grid-auto-rows: auto;
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 1200px) {
  .advantages__cards-wrapper {
    gap: 1rem;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .advantages__cards-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}

.services {
  background: linear-gradient(to bottom, rgba(46, 56, 113, 0.8), rgba(67, 26, 57, 0.8));
  box-shadow: rgba(0, 0, 0, 0.176) 1px 1px 18px 10px;
  box-shadow: rgba(0, 0, 0, 0.176) 1px 1px 18px 10px;
  padding-bottom: 50px;
  padding-block: 3rem;
  scroll-margin-top: 100px;
}
.services__title {
  font-weight: 700;
  font-size: 2rem;
  color: #FFFFFF;
  text-align: center;
}
.services__cards-wrapper {
  padding-top: 1rem;
  gap: 2rem;
  grid-auto-rows: auto;
  display: grid;
  grid-auto-columns: 1fr;
  grid-template-columns: repeat(3, 1fr);
  justify-items: center;
}
@media screen and (max-width: 767px) {
  .services__cards-wrapper {
    gap: 1rem;
    grid-template-columns: repeat(2, 1fr);
  }
}
.services__card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  box-sizing: border-box;
  color: #FFFFFF;
}
.services__card-icon {
  width: 64px;
  height: 64px;
}
@media screen and (max-width: 767px) {
  .services__card-icon {
    width: 48px;
    height: 48px;
  }
}
.services__card-title {
  font-size: clamp(0.875rem, 0.429rem + 2.232vw, 1.5rem);
  font-weight: 400;
  min-height: 3rem;
  text-align: center;
}

.advantages {
  background: linear-gradient(to bottom, rgba(46, 56, 113, 0.8), rgba(67, 26, 57, 0.8));
  box-shadow: rgba(0, 0, 0, 0.176) 1px 1px 18px 10px;
  gap: 2rem;
  color: #FFF;
  padding: 50px 30px;
}
@media screen and (max-width: 767px) {
  .advantages {
    gap: 1rem;
    padding: 50px 10px;
  }
}
.advantages__title {
  color: #FFF;
}
@media screen and (max-width: 767px) {
  .advantages__card > img {
    width: 48px;
    height: 48px;
  }
}
@media screen and (max-width: 767px) {
  .advantages__card {
    padding: 10px;
  }
}
.advantages__card-info {
  text-align: center;
}

.reviews {
  background: linear-gradient(to bottom, rgba(46, 56, 113, 0.8), rgba(67, 26, 57, 0.8));
  box-shadow: rgba(0, 0, 0, 0.176) 1px 1px 18px 10px;
  padding-bottom: 1rem;
}

.shedule__title,
.rewiew-title {
  color: #FFF;
}

.swiper__title, .swiper__name, .swiper__text {
  color: #FFF;
}

.feedback {
  background: linear-gradient(to bottom, rgba(46, 56, 113, 0.8), rgba(67, 26, 57, 0.8));
  box-shadow: rgba(0, 0, 0, 0.176) 1px 1px 18px 10px;
}

.about {
  background: linear-gradient(to bottom, rgba(46, 56, 113, 0.8), rgba(67, 26, 57, 0.8));
  box-shadow: rgba(0, 0, 0, 0.176) 1px 1px 18px 10px;
  box-shadow: rgba(0, 0, 0, 0.176) 1px 1px 18px 10px;
  scroll-margin-top: 80px;
  color: #FFF;
}
.about__title {
  font-weight: 700;
  font-size: 2rem;
  margin-bottom: 1rem;
  text-align: center;
  color: #FFF;
}
.about__inner {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .about__inner {
    grid-template-columns: 1fr;
    justify-items: center;
  }
}
.about__image {
  place-self: center;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .about__image {
    max-height: 350px;
    order: 2;
  }
}
.about__text {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.3;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .about__text {
    font-size: 1rem;
  }
}

@media screen and (max-width: 767px) {
  .feedback__sub-info {
    font-size: 0.875rem;
  }
}

.consult-wrapper {
  background: linear-gradient(to bottom, rgba(46, 56, 113, 0.8), rgba(67, 26, 57, 0.8));
  box-shadow: rgba(0, 0, 0, 0.176) 1px 1px 18px 10px;
}

@media screen and (max-width: 767px) {
  .title {
    font-size: clamp(1.125rem, 1.105rem + 0.994vw, 2rem);
    text-align: center;
  }
}

.shedule__card--personal {
  grid-column: 1/-1;
}
.shedule__card--personal .shedule__main-info-wrap {
  gap: 1rem;
}
.shedule__card--personal p {
  margin: 0;
}
.shedule__personal-title {
  font-size: 1.125rem;
  font-weight: 600;
  color: #286b76;
}
.shedule__personal-text {
  font-size: 0.875rem;
}

/*# sourceMappingURL=refactor.css.map */
