.home {
  padding: 460px 0 120px;
  background: url("../img/home-bg.png") no-repeat center;
  background-size: cover;
  position: relative;
  z-index: 1;
  color: #fff;
}
.home::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(53.25% 50.14% at 50% 47.09%, rgba(0, 0, 0, 0) 0%, rgba(0, 79, 159, 0.4) 100%);
  background-blend-mode: multiply;
  z-index: -1;
}
.home .btn-group {
  width: 100%;
  margin: 0 0 0 auto;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.text-hightlights {
  font-size: 26px;
  font-weight: 700;
  line-height: 90%;
}
.text-hightlights p, .text-hightlights a, .text-hightlights h3 span, .text-hightlights .h3 span, .text-hightlights h4 span, .text-hightlights .h4 span {
  display: block;
  line-height: 120%;
  background: #004F9F;
  color: #fff;
  padding: 9px 12px;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  margin: 0 0 -11px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.text-hightlights p:last-child, .text-hightlights a:last-child, .text-hightlights h3 span:last-child, .text-hightlights .h3 span:last-child, .text-hightlights h4 span:last-child, .text-hightlights .h4 span:last-child {
  margin: 0;
}
.text-hightlights h2, .text-hightlights .h2 {
  color: #fff;
}
.text-hightlights h2 span, .text-hightlights .h2 span {
  display: block;
  line-height: 110%;
  padding: 9px 12px;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  margin: 0 0 -10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: #004F9F;
}
.text-hightlights h2 span:last-child, .text-hightlights .h2 span:last-child {
  margin: 0;
}

.text-hightlights2 p {
  color: #004F9F;
  background: #fff;
}
.text-hightlights2 h2 span, .text-hightlights2 .h2 span, .text-hightlights2 h4 span, .text-hightlights2 .h4 span, .text-hightlights2 h3 span, .text-hightlights2 .h3 span {
  color: #004F9F;
  background: #fff;
}
.text-hightlights2 h4 span, .text-hightlights2 .h4 span {
  color: #0E1116;
}

.about-section1 {
  margin: 40px 0 0;
  color: #fff;
}

.about-section-wrapper {
  background: url("../img/about-bg.png") no-repeat center;
  background-size: cover;
  padding: 40px;
  min-height: 920px;
}
.about-section-wrapper h2 {
  margin: 0 0 20px;
}

.subtitle {
  padding: 12px;
  background: #004F9F;
  font-size: 18px;
  font-weight: 700;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.about-section__img {
  height: 920px;
}
.about-section__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.about-section__content {
  padding: 40px;
  background: #004F9F;
  height: 100%;
  width: 100%;
  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-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  color: #fff;
}

.about-item {
  margin: 0 0 40px;
}
.about-item:last-child {
  margin: 0;
}
.about-item .text-hightlights {
  margin: 0 0 20px;
}

.about-image {
  position: sticky;
  top: 10px;
  z-index: 0;
}
.about-image__logo {
  position: absolute;
  bottom: 20px;
  left: 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: #fff;
  padding: 10px;
}

.about-card {
  width: 100%;
  height: 100%;
  padding: 40px;
  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-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  background: #F4F5F7;
}
.about-card__icon {
  margin: 0 0 30px;
}
.about-card__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.about-card__number {
  margin: 0 20px 0 0;
  background: #fff;
  padding: 0 5.5px;
  color: #004F9F;
}
.about-card .h2 {
  margin: 0;
}

.contacts-wrapper {
  width: 100%;
  height: 100%;
  background: url("../img/contact-bg.png") no-repeat center;
  background-size: cover;
  padding: 40px;
  position: relative;
  z-index: 0;
}
.contacts-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(53.25% 50.14% at 50% 47.09%, rgba(0, 0, 0, 0) 0%, rgba(0, 79, 159, 0.4) 100%);
  background-blend-mode: multiply;
  z-index: -1;
}

.map img {
  width: 100%;
}

.map--yandex {
  width: 100%;
  height: 100%;
  min-height: 320px;
  overflow: hidden;
}

.map--yandex ymaps {
  border-radius: inherit;
}

.faq-accordion .accordion-item {
  border: 0;
  border-radius: 0;
  background: #F4F5F7;
  margin-bottom: 20px;
}
.faq-accordion .accordion-header {
  margin: 0;
}
.faq-accordion .accordion-button {
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 20px;
  width: 100%;
  max-width: none;
  position: relative;
  z-index: 0;
}
.faq-accordion .accordion-button::after {
  position: absolute;
  top: 20px;
  right: 20px;
  background: url("../img/faq-icon-toggle.svg") no-repeat center;
  width: 20px;
  height: 20px;
  background-size: contain;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.faq-accordion .accordion-button:not(.collapsed) {
  background: transparent;
  color: inherit;
}
.faq-accordion .accordion-button:not(.collapsed):after {
  -webkit-transform: none;
          transform: none;
}
.faq-accordion .accordion-button:not(.collapsed) .faq-number {
  background: #004F9F;
  color: #fff;
}
.faq-accordion .accordion-button:not(.collapsed) .faq-number .h2 {
  color: #fff;
}
.faq-accordion .accordion-button:not(.collapsed) .faq-question span {
  background: #004F9F;
  color: #fff;
}
.faq-accordion .accordion-body {
  padding: 0 20px 40px;
  font-family: "Inter";
  font-size: 20px;
  line-height: 140%;
  font-weight: 500;
  color: #5A6270;
}
.faq-accordion .accordion-body .box-text p, .faq-accordion .accordion-body .box-text ul li, .faq-accordion .accordion-body .box-text ol li {
  margin: 0 0 20px;
}
.faq-accordion .accordion-body .box-text p:last-child, .faq-accordion .accordion-body .box-text ul li:last-child, .faq-accordion .accordion-body .box-text ol li:last-child {
  margin: 0;
}

.faq-number {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #fff;
  color: #004F9F;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.faq-number span {
  padding: 0 8.5px;
  margin: 0;
}

.faq-question {
  margin: 0;
  display: block;
  line-height: normal;
  text-transform: uppercase;
}
.faq-question .h4 {
  font-weight: bold;
}
.faq-question span {
  display: inline-block;
  padding: 10px;
  background: #fff;
  color: #004F9F;
  margin: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.certificate-wrapper {
  padding: 52px 40px 40px;
  background: #004F9F;
  text-align: center;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.certificate-wrapper h2 {
  margin: -25px auto 40px;
}

.certificate-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.events-slider {
  padding-bottom: 82px;
  height: 100%;
}
.events-slider .slick-arrow {
  position: absolute;
  bottom: 0;
  z-index: 0;
}
.events-slider .slick-list {
  margin: 0 -10px;
}
.events-slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.events-slider .slick-slide {
  padding: 0 10px;
  height: inherit;
}
.events-slider .slick-slide > div {
  height: 100%;
}
.events-slider .slide {
  height: auto;
}

.event-image {
  height: 600px;
  width: 100%;
}
.event-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.event-card {
  width: 100%;
  height: 100%;
  background: #F4F5F7;
  padding: 40px 30px;
  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-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.event-card__date {
  font-size: 18px;
  font-weight: bold;
  color: #5A6270;
  margin: 0 0 10px;
}
.event-card .box-text {
  margin: 20px 0 auto;
  color: #5A6270;
}
.event-card__link {
  margin: 40px 0 0;
  font-weight: bold;
  font-size: 20px;
}

.events-prev, .gallery-slider-prev {
  right: 71px;
}

.events-next, .gallery-slider-next {
  right: 0;
}

.gallery-item {
  width: 100%;
  height: 100%;
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.gallery-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.gallery-preview {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.gallery-nav {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: auto;
}

.gallery-slider-prev {
  margin-right: 10px;
}

.gallery-preview a {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.rules-accordion .accordion-item {
  background: transparent;
  padding: 0;
}
.rules-accordion .accordion-button {
  padding: 0 20px 20px 0;
  border-color: transparent;
  background: transparent;
}
.rules-accordion .accordion-button:after {
  right: 0;
}
.rules-accordion .accordion-button.collapsed {
  border-bottom: 1px solid #E8EAEE;
}
.rules-accordion .accordion-body {
  padding: 20px 0;
  color: #0E1116;
  border-bottom: 1px solid #004F9F;
}
.rules-accordion .faq-question span {
  color: #0E1116;
}

.rules-image {
  position: sticky;
  top: 10px;
}

.forbidden {
  margin: 120px 0 110px;
}
.forbidden .text-hightlights {
  max-width: 582px;
}

.forbidden-card {
  width: 100%;
  height: 100%;
  background: #F4F5F7;
  padding: 40px;
}
.forbidden-card__icon {
  width: 76px;
  height: 76px;
  background: white;
  padding: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.forbidden-card__text {
  margin: 48px 0 0;
}

.consultation {
  margin: 40px 0 0;
}

.consultation-wrapper {
  background: #004F9F;
  position: relative;
  z-index: 0;
  color: #fff;
  padding: 120px 20px;
}
.consultation-wrapper h2 {
  margin: 0 0 20px;
}
.consultation-wrapper .h4 {
  margin: 0;
  max-width: 670px;
  font-weight: bold;
}
.consultation-wrapper::before, .consultation-wrapper:after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 249px;
  height: 21px;
}
.consultation-wrapper:before {
  left: 0;
  top: 40px;
  background: url("../img/line-decor.svg") no-repeat center;
  background-size: 100%;
}
.consultation-wrapper:after {
  right: 0;
  bottom: 44px;
  background: url("../img/line-decor2.svg") no-repeat center;
  background-size: 100%;
}

.prices {
  padding: 40px 0;
  background: url("../img/price-bg.png") no-repeat center;
  background-size: cover;
  position: relative;
  z-index: 0;
}
.prices .subtitle {
  color: #fff;
}
.prices::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(53.25% 50.14% at 50% 47.09%, rgba(0, 0, 0, 0) 0%, rgba(0, 79, 159, 0.4) 100%);
  background-blend-mode: multiply;
  z-index: -1;
}

.price-card {
  width: 100%;
  height: 100%;
  background: #F4F5F7;
  padding: 40px;
}
.price-card__head {
  width: 100%;
  margin: 0 0 24px;
}
.price-card__body {
  width: 100%;
}

.price-tab {
  display: inline-block;
  background: #004F9F;
  color: #fff;
  font-family: "Akrobat", sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 22px;
  line-height: 1;
  padding: 12px 20px;
}

.price-section {
  margin: 0 0 30px;
}
.price-section:last-child {
  margin: 0;
}
.price-section__title {
  font-family: "Akrobat", sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 22px;
  color: #0E1116;
  margin: 0 0 16px;
}

.price-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.price-list__item {
  margin: 0 0 14px;
}
.price-list__item:last-child {
  margin: 0;
}
.price-list__item.is-star .price-list__name::before {
  content: "★";
  color: #E52322;
  margin: 0 6px 0 0;
}
.price-list__row {
  display: flex;
  align-items: baseline;
  width: 100%;
}
.price-list__name {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  color: #0E1116;
}
.price-list__dots {
  flex: 1 1 auto;
  margin: 0 8px;
  border-bottom: 1px dotted #C4C8D0;
  transform: translateY(-4px);
}
.price-list__price {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  color: #0E1116;
  white-space: nowrap;
}
.price-list__note {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  color: #5A6270;
  margin: 4px 0 0;
}

.price-extra {
  margin: 30px 0 0;
}
.price-extra__box {
  height: 100%;
  padding: 24px 30px;
  background: #004F9F;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.price-extra__box--kids {
  background: #E52322;
}
.price-extra__title {
  font-family: "Akrobat", sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 22px;
  line-height: 1.05;
  margin: 0 0 10px;
}
.price-extra__row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 24px;
}
.price-extra__pair {
  font-family: "Inter", sans-serif;
  font-weight: 600;
}
.price-extra__label {
  margin: 0 6px 0 0;
}
.price-extra__value {
  font-weight: 700;
}
.price-extra__note {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 18px;
}

.price-rental {
  margin: 40px 0 0;
}
.price-rental__heading {
  margin: 0 0 20px;
}

.rental-table {
  width: 100%;
  height: 100%;
  background: #F4F5F7;
  padding: 30px 40px;
}
.rental-table__caption {
  font-family: "Akrobat", sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 20px;
  color: #004F9F;
  margin: 0 0 14px;
}
.rental-table__grid {
  width: 100%;
  border-collapse: collapse;
}
.rental-table__grid th, .rental-table__grid td {
  padding: 8px 10px;
  font-family: "Inter", sans-serif;
  font-size: 15px;
  white-space: nowrap;
  border-bottom: 1px solid #E8EAEE;
}
.rental-table__grid td {
  text-align: center;
}
.rental-table__grid thead th {
  text-align: center;
  color: #5A6270;
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
}
.rental-table__grid tbody tr:last-child th, .rental-table__grid tbody tr:last-child td {
  border-bottom: none;
}
.rental-table__name-head {
  width: 40%;
}
.rental-table__name {
  text-align: left;
  font-weight: 800;
  text-transform: uppercase;
  color: #0E1116;
  white-space: nowrap;
}
.rental-table__free {
  font-weight: 700;
  color: #004F9F;
}

.riders {
  margin: 100px 0 70px;
}

.riders-wrapper {
  background: url("../img/rider-img.png") no-repeat center;
  background-size: cover;
}

.riders-card {
  margin: 20px 0 0;
  width: 100%;
  background: #f4f5f7;
}
.riders-card__body {
  width: 100%;
  padding: 40px;
}
.riders-card__img {
  position: relative;
  z-index: 0;
  width: 100%;
  height: 100%;
}
.riders-card__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.riders-card__img-text {
  width: 100%;
  position: absolute;
  z-index: 1;
  padding: 40px;
  top: 0;
  left: 0;
}
.riders-card__img-text .text-hightlights {
  font-size: 20px;
}

.riders-card-column {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.list-information {
  font-size: 20px;
  margin-bottom: auto;
}
.list-information li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0 0 10px;
}
.list-information li:last-child {
  margin: 0;
}
.list-information li p {
  min-width: 155px;
  margin: 0 20px 0 0;
  font-weight: 800;
}
.list-information li span {
  font-weight: 500;
  font-family: "Inter", sans-serif;
  color: #5A6270;
  text-transform: none;
}

.list-schedule-line {
  width: 100%;
  margin: 0 0 10px;
  padding: 0 0 10px;
  border-bottom: 1px solid #E8EAEE;
}
.list-schedule-line:last-child {
  margin: 0;
}
.list-schedule-line__name {
  font-family: "Akrobat", sans-serif;
  text-transform: uppercase;
  font-weight: 800;
}
.list-schedule-line__value {
  color: #5A6270;
}
.list-schedule-line p {
  margin: 0 0 4px;
}
.list-schedule-line p:last-child {
  margin: 0;
}

.scheme-image {
  width: 100%;
}
.scheme-image svg {
  width: 100%;
}

.scheme-marker {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.scheme-marker .scheme-marker-bg, .scheme-marker .scheme-marker-number {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.scheme-marker.active .scheme-marker-bg {
  fill: #E52322;
}
.scheme-marker.active .scheme-marker-number {
  fill: #fff;
}

.scheme-wrapper {
  width: 100%;
  padding: 40px;
  background: #F4F5F7;
}

.scheme-tabs {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin: 0 0 16px;
  font-size: 20px;
  font-weight: 800;
}
.scheme-tabs li {
  margin: 0 4px 4px 0;
}
.scheme-tabs li:last-child {
  margin: 0 0 4px;
}
.scheme-tabs li .nav-link {
  min-width: 209px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 18px 34.5px;
  background: #fff;
  color: #E52322;
}
.scheme-tabs li .nav-link.active {
  background: #E52322;
  color: #fff;
}

.scheme .list-information {
  margin: 40px 0;
}
.scheme .list-information li span {
  text-align: right;
  margin-left: auto;
}

.scheme-info__item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 6px;
  font-size: 20px;
  font-weight: 500;
  color: #0E1116;
  position: relative;
}
.scheme-info__item:last-child {
  margin: 0;
}
.scheme-info__item p {
  font-family: "Inter", sans-serif;
  text-transform: none;
}
.scheme-info__item-value {
  margin-left: auto;
  color: #9AA1AC;
  text-transform: none;
  font-family: "Inter", sans-serif;
  text-align: right;
}
.scheme-info__item-decor::before {
  content: "";
  width: calc(100% - 40px - 20px);
  height: 1px;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: 0;
  border-bottom: 1px dashed #9AA1AC;
}
.scheme-info__number {
  background: #fff;
  margin: 0 20px 0 0;
  color: #004F9F;
  width: 40px;
  height: 40px;
  min-width: 40px;
  font-size: 26px;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.scheme-line {
  margin: 40px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20px;
  font-weight: 500;
  text-transform: none;
  font-family: "Inter", sans-serif;
}
.scheme-line::before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 6px;
  min-width: 40px;
  background: #E52322;
  margin: 0 20px 0 0;
}