.sertificats-block .splide,
.partners-block .splide {
  height: fit-content;
}

.tiket-category .btn {
  justify-content: flex-start;
  cursor: default;
  margin-top: 20px;
}

.loading::before {
  background-image: url("/local/templates/ferries_cruises/images/utility/loading.gif");
}

.main-search-form.loading::before {
  background-image: url("/local/templates/ferries_cruises/images/utility/loading.gif");
  background-size: 5%;
}

.main-header__nav ul .line {
  box-sizing: border-box;
  flex-shrink: 0;
  width: 1px;
  height: 1em;

  background: #0c0c0c;
}

@media (max-width: 950px) {
  .main-header__nav ul .line {
    display: none;
  }
}

.utility__info {
  font-size: 15px;
}
.utility__phone {
  font-size: 18px;
}
.main-header__utility .utility__address {
  padding-top: 0;
  align-self: flex-start;
}
.arrows-2 .splide__arrow {
  z-index: 1;
  bottom: 40px;
  top: auto;
  background: white;
  border-radius: 0.4rem;
}
.arrows-2 .splide__arrow--prev {
  left: 10px;
}
.arrows-2 .splide__arrow--next {
  right: 10px;
}

.rent-card .card__img {
  height: 260px;
}
.btn-y {
  border: none;
  border-radius: 10px;
  color: #fdfdfd;
  background: #fe9a03;
  font-family: "Manrope", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 17px;
  text-decoration: none;
  cursor: pointer;
  padding: 14px 17px 15px;
  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;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
  /*padding: 14px 30px 15px;*/
}
.btn-detail-y {
  border-radius: 10px;
  color: #fe9a03;
  background: none;
  border: 1.5px solid #fe9a03;
  font-family: "Manrope", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 17px;
  text-decoration: none;
  cursor: pointer;
  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;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
  padding: 14px 37px 15px;
}
.btn-detail-b {
  color: #0386fe;
  border: 1.5px solid #0386fe;
}
.detail-form {
  position: relative;
  max-width: 1212px;
  background: #ffffff;
  border-radius: 10px;
  padding: 70px;
}
.detail-form .headliner {
  margin-bottom: 10px;
}
.detail-form .sub-headline {
  margin-bottom: 20px;
}
.detail-form .spec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
}
.detail-form .spec .text {
  margin-left: 10px;
}
.detail-form .spec .spec__name {
  display: inline;
}
.detail-form .inputs-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 20px 0;
}
.detail-form .inputs-block > * + * {
  margin-top: 20px;
}
.detail-form .tiket-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 760px) {
  .detail-form {
    padding: 30px 20px;
  }
  .detail-form .closer {
    right: 0px;
    top: 0px;
  }
}
.splide__slide-thumbal img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
}
.splide__slide-thumbal {
  opacity: 0.6;
}

.splide__slide-thumbal.is-active {
  opacity: 1;
}
.splide__slide-main img {
  width: 100%;
  height: 351px;
  object-fit: cover;
}
#main-carousel .splide__arrow--prev {
  left: 3% !important;
  z-index: 100;
}
#main-carousel .splide__arrow--next {
  right: 3%;
  z-index: 100;
}
#main-carousel .splide__arrow--next svg path {
  fill: white;
}

#main-carousel .splide__arrow--prev svg path {
  fill: white;
}
#main-carousel .splide__track {
  border-radius: 20px;
  margin-bottom: 5%;
}
.detail__card {
  display: flex;
  flex-wrap: wrap;
  gap: 5%;
}
.detail__card-left {
  width: 40%;
}
.detail__card-right {
  width: 55%;
}
@media screen and (max-width: 650px) {
  .detail__card-left {
    order: 2;
    width: 100%;
    margin-top: 5%;
  }
  .detail__card-right {
    width: 100%;
  }
}
.text-detail h4 {
  margin-bottom: 3%;
}
.text-detail h5 {
  margin-bottom: 1%;
}
.text-detail ul {
  margin-bottom: 3%;
  padding-left: 5%;
}
@media screen and (max-width: 1370px) {
  .btn-detail-y {
    width: 100% !important;
    margin-bottom: 4%;
  }
  .card .btn {
    width: 100%;
  }
  .card .btn-y {
    width: 100%;
  }
  .row-2 .col {
    width: 100%;
  }
}
#splide01-track {
  height: 100%;
}
#splide01-track img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.logo-style-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: calc(50% - 15px);
  width: 50px;
  height: 30px;
  background: url("/local/templates/ferries_cruises/images/logos/logo-new.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.no-tikets {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  padding: 20px 0 0;
}
.search-block {
  padding-top: 50px;
}
.search-block .search-query {
  border: none;
  background: #edf7ff;
  padding: 14px 25px 14px 25px;
  border-radius: 10px;
  font-family: "Manrope", Arial, Helvetica, sans-serif;
  resize: none;
  color: #0c0c0c;
}
.search-block .search-button {
  border: none;
  border-radius: 10px;
  color: #fdfdfd;
  background: linear-gradient(96.1deg, #319cff 20.03%, #005fee 80.19%);
  -webkit-box-shadow: 4px 4px 0 0px #56afff;
  box-shadow: 4px 4px 0 0px #56afff;
  font-family: "Manrope", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 17px;
  text-decoration: none;
  cursor: pointer;
  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;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
  padding: 14px 30px 15px;
}
