.container{
	max-width: 1250px;
	margin: 0 auto;
	padding: 0 15px;
  box-sizing: border-box;
}

.email,
.phone {
  white-space: nowrap;
  -webkit-user-select: text !important;
     -moz-user-select: text !important;
      -ms-user-select: text !important;
          user-select: text !important;
}

.h1 {
  font-size: 48px;
  font-weight: 500;
}
@media (max-width: 1520px) {
  .h1 {
    font-size: calc(24px + 24 * (100vw - 320px) / 1200);
  }
}
.h2 {
  font-size: 36px;
  font-weight: 500;
}
@media (max-width: 1520px) {
  .h2 {
    font-size: calc(24px + 12 * (100vw - 320px) / 1200);
  }
}
.h3 {
  font-size: 30px;
  font-weight: 500;
}
@media (max-width: 1520px) {
  .h3 {
    font-size: calc(18px + 12 * (100vw - 320px) / 1200);
  }
}
.mb-100 {
  margin-bottom: 100px;
}
@media (max-width: 1520px) {
  .mb-100 {
    margin-bottom: calc(60px + 40 * (100vw - 320px) / 1200);
  }
}
.mb-80 {
  padding-bottom: 80px;
}
@media (max-width: 1520px) {
  .mb-80 {
    padding-bottom: calc(40px + 40 * (100vw - 320px) / 1200);
  }
}
.mb-64 {
  padding-bottom: 64px;
}
@media (max-width: 1520px) {
  .mb-64 {
    padding-bottom: calc(40px + 24 * (100vw - 320px) / 1200);
  }
}
.pb-100 {
  padding-bottom: 100px;
}
@media (max-width: 1520px) {
  .pb-100 {
    padding-bottom: calc(60px + 40 * (100vw - 320px) / 1200);
  }
}
.fs-42 {
  font-size: 42px;
}
@media (max-width: 1520px) {
  .fs-42 {
    font-size: calc(30px + 12 * (100vw - 320px) / 1200);
  }
}
.fs-28 {
  font-size: 28px;
}
@media (max-width: 1520px) {
  .fs-28 {
    font-size: calc(22px + 6 * (100vw - 320px) / 1200);
  }
}
.fs-24 {
  font-size: 24px;
}
@media (max-width: 1520px) {
  .fs-24 {
    font-size: calc(18px + 6 * (100vw - 320px) / 1200);
  }
}
.fs-16 {
  font-size: 16px;
}
.fs-14 {
  font-size: 14px;
}
.fs-12 {
  font-size: 12px;
}
.color-black {
  color: #000;
}
.color-gray {
  color: #8b8d8d;
}
.color-orange {
  color: #fa863f;
}
.color-blue {
  color: #1a7ec3;
}
.fw-500 {
  font-weight: 500;
}
.fw-400 {
  font-weight: 400;
}

.r-30 {
  border-radius: 30px;
}

.img-resp {
  display: block;
  position: relative;
  overflow: hidden;
  border-bottom: none;
}
.img-resp.__63 {
  padding-top: 63%;
}
.img-resp.__140 {
  padding-top: 140%;
}
.img-resp img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}

.title-border {
  padding: 78px 45px 78px 35px;
  background: linear-gradient(97.45deg, #55a8f3 0%, #1290ed 100%);
  color: #fff;
  border-radius: 30px;
  position: relative;
  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;
}
.title-border::after {
  width: 100%;
  height: 100%;
  position: absolute;
  content: "";
  left: 8px;
  border-radius: 30px;
  border: 2px dashed #fbcb38;
  -webkit-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  pointer-events: none;
}

.title-border.__success {
  background: linear-gradient(97.45deg, #5DCB79 0%, #0EB658 100%);
  bottom: -80px;
}
.title-border.__warning {
  background: linear-gradient(97.45deg, #FF5B5B 0%, #E32D2D 100%);
  bottom: -80px;
}
.title-border.__center {
  left: 0;
  right: 0;
  margin: auto;
  max-width: 560px;
}
.success-wrapper {
  max-width: 560px;
  margin: 50px auto;
  text-align: center;
}
.generate-code {
  padding: 24px 64px;
  border-radius: 30px;
  border: 1px solid #EEE8E4;
  background: linear-gradient(92.88deg, #F5F4F2 0%, #F6F0EA 100%);
  display: inline-block;
  font-size: 36px;
  font-family: "_kiddy", "Trebuchet MS", Arial, sans-serif;
  font-weight: 500;
}

.hero-ticket {
  height: 580px;
  position: relative;
  margin-bottom: 140px;
}
.hero-ticket__bg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: bottom;
  object-position: bottom;
}
.hero-ticket__title {
  min-width: 530px;
  position: absolute;
  padding: 72px 65px 72px 58px;
  bottom: -40px;
  left: 0;
  box-sizing: border-box;
  text-align: center;
}
.hero-holliday {
  height: 750px;
  position: relative;
  margin-bottom: 160px;
}
.hero-holliday__bg-wrp {
  position: relative;
  height: 100%;
}
.hero-holliday__container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.hero-holliday__lead {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
}
.hero-holliday__bg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: bottom;
  object-position: bottom;
}
.hero-holliday__title {
  min-width: 530px;
  max-width: 886px;
  position: absolute;
  padding: 50px 45px 50px 35px;
  bottom: 0px;
  -webkit-transform: translateY(40%);
  -ms-transform: translateY(40%);
  transform: translateY(40%);
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  box-sizing: border-box;
}
.video-lead {
  max-width: 500px;
  padding: 40px;
  background: linear-gradient(92.88deg, #f5f4f2 0%, #f6f0ea 100%);
  border: 1px solid #eee8e4;
  border-radius: 30px;
}
.video-lead__wrp {
  display: flex;
  align-items: center;
  gap: 24px;
}
.video-lead__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #fff;
  flex-shrink: 0;
  border: none;
}
.video-lead__btn svg {
  margin-left: 4px;
}
.cutted-three {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
}
.step__number {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  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;
  text-align: center;
  background: linear-gradient(97.45deg, #55a8f3 0%, #1290ed 100%);
  color: #fff;
  font-size: 30px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.step__line {
  width: 1px;
  height: 100%;
  background-color: #c6dff0;
}
.step__left {
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.step-lead {
  padding: 50px;
  background: linear-gradient(92.88deg, #f5f4f2 0%, #f6f0ea 100%);
  border: 1px solid #eee8e4;
  border-radius: 30px;
  margin-bottom: 32px;
}
.step-lead:last-child {
  margin-bottom: 64px;
}
.tip {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background-color: #fa863f;
  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;
  text-align: center;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}
.title__tip {
  position: absolute;
  right: 0px;
  top: 0;
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}
.title__tip-wrapper {
  padding-right: 26px;
}
.tooltip {
  position: fixed;
  z-index: 20;
  padding: 10px 20px;
  max-width: 320px;
  border-radius: 40px;
  text-align: center;
  font-size: 16px;
  background: #fff;
  border: 1px solid #eee8e4;
  -webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
}
.quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #eee8e4;
  border-radius: 100px;
  overflow: hidden;
  max-width: 118px;
}
.quantity__nav {
  width: 56px;
  height: 40px;
  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;
  background-color: #fff;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.quantity .number {
  width: 42px;
  height: 40px;
  display: block;
  background-color: #fff;
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  color: #4b4b4b;
  border: none;
  border-radius: 0;
  padding: 0;
  min-height: auto;
}
.number:focus-visible {
  outline: none;
}
.quantity-plus::after {
  position: absolute;
  content: "";
  width: 14px;
  height: 2px;
  background-color: #fa863f;
  border-radius: 2px;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.quantity-plus::before {
  position: absolute;
  content: "";
  width: 14px;
  height: 2px;
  background-color: #fa863f;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  border-radius: 2px;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.quantity-minus::after {
  position: absolute;
  content: "";
  width: 14px;
  height: 2px;
  background-color: #fa863f;
  border-radius: 2px;
}
.quantity__nav.disable {
  cursor: default;
}
.quantity__nav.disable::after {
  background-color: #fdc39e;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="number"] {
  -moz-appearance: textfield;
}
.show-more {
  border-bottom: 1px dashed #fa863f;
  cursor: pointer;
}
.link_underline {
  border-bottom: 1px dashed #fa863f;
  cursor: pointer;
  color: #000;
  transition: color 0.25s;
}
.more-content {
  display: none;
  padding-top: 54px;
  border-top: 1px solid rgba(34, 40, 44, 0.1490196078);
}
.akcii-info {
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
}
.akcii-info svg {
  flex-shrink: 0;
  margin-top: 3px;
}
.akcii-info.__hide {
  opacity: 0;
}
.total-item {
  padding-top: 20px;
  margin-top: 30px;
  border-top: 1px solid rgba(34, 40, 44, 0.1490196078);
}
.input {
  width: 100%;
  background-color: #fff;
  border-radius: 100px;
  border: 1px solid #ebeaea;
  padding: 6px 16px;
  -webkit-transition: border-color 0.25s;
  transition: border-color 0.25s;
}
.btn {
  cursor: pointer;
  border-radius: 100px;
}
.btn_lg {
  padding: 10px 46px;
  font-size: 20px;
  font-weight: 700;
}
.btn_gradient {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#ffc639),
    to(#f34443)
  );
  border: none;
  background: linear-gradient(180deg, #ffc639 0%, #f34443 100%);
  color: #fff;
}
.custom-checkbox {
  cursor: pointer;
}
.custom-checkbox > input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.custom-checkbox > span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.custom-checkbox > span::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  border: 1px solid rgba(34, 40, 44, 0.1490196078);
  background-color: #fff;
  border-radius: 4px;
  margin-right: 8px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 60% 60%;
  -webkit-transition: border-color 0.25s;
  transition: border-color 0.25s;
}
.custom-checkbox > input:not(:disabled):not(:checked) + span:hover::before {
  border: 1px solid rgba(34, 40, 44, 0.2745098039);
}
.custom-checkbox > input:focus + span::before {
  -webkit-box-shadow: 0px 0px 0px 1px rgba(56, 58, 61, 0.4);
  box-shadow: 0px 0px 0px 1px rgba(56, 58, 61, 0.4);
}
.custom-checkbox > input:focus:not(:checked) + span::before {
  -webkit-box-shadow: 0px 0px 0px 1px rgba(56, 58, 61, 0.4);
  box-shadow: 0px 0px 0px 1px rgba(56, 58, 61, 0.4);
}
.custom-checkbox > input:checked + span::before {
  border: 1px solid #1a7ec3;
  background-color: #1a7ec3;
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='8' viewBox='0 0 10 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.78571 0.235294C9.5 -0.0784314 9.07143 -0.0784314 8.78571 0.235294L3.42857 6.11765L1.21429 3.68628C0.928571 3.37255 0.5 3.37255 0.214286 3.68628C-0.0714286 4 -0.0714286 4.47059 0.214286 4.78431L2.92857 7.76471C3.07143 7.92157 3.21429 8 3.42857 8C3.64286 8 3.78571 7.92157 3.92857 7.76471L9.78571 1.33333C10.0714 1.01961 10.0714 0.54902 9.78571 0.235294Z' fill='white'/%3E%3C/svg%3E%0A");
}
.custom-checkbox > input:disabled + span::before {
  background-color: #e9ecef;
}
.custom-checkbox.__circle > span::before {
  width: 22px;
  height: 22px;
  border-radius: 50%;
}
.slider-btn {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid #eee8e4;
  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;
  position: relative;
  cursor: pointer;
  -webkit-transition: background-color 0.25s, border-color 0.25s;
  transition: background-color 0.25s, border-color 0.25s;
}
.slider-btn::after {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  border-bottom: 2px solid rgba(34, 40, 44, 0.6980392157);
  border-left: 2px solid rgba(34, 40, 44, 0.6980392157);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-left: 4px;
  -webkit-transition: border-color 0.25s;
  transition: border-color 0.25s;
}
.slider-btn.__next::after {
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
  margin-left: -4px;
}
.action {
  display: flex;
  flex-direction: column;
  border: 1px solid #eee8e4;
  border-radius: 30px;
  overflow: hidden;
  height: 100%;
  color: #22282c;
}
.action__img {
  position: relative;
  height: 360px;
  flex-shrink: 0;
}
.action__img img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
}
.action__img .thumb-item {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.tmb-wrap-table div.active {
  border-color: #fa863f;
}
.action__bage {
  position: absolute;
  top: 24px;
  left: 24px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-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;
  gap: 8px;
  z-index: 5;
}
.action__content {
  padding: 32px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.action__title {
  -webkit-transition: color 0.25s;
  transition: color 0.25s;
  margin-bottom: 0;
}
.bage {
  padding: 2px 10px;
  border-radius: 100px;
  font-size: 14px;
}
.bage.__orange {
  background-color: #fa863f;
  color: #fff;
}
.bage.__white {
  background-color: #fff;
}
.slider-two .swiper-slide {
  height: auto;
}
.total-block__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 20px;
}
.select-custome {
  width: 100%;
  border: 1px solid #eee8e4;
  border-radius: 100px;
  height: 50px;
  line-height: 1.4;
  padding-left: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.select-custome::after {
  border-color: #fa863f;
  width: 8px;
  height: 8px;
  border-width: 1px;
  right: 22px;
}
.select-custome .current {
  font-size: 12px;
  color: #8b8d8d;
}
.select-custome .list {
  width: 100%;
  background-color: #fff;
  border-color: #eee8e4;
  border-radius: 8px;
}
.select-custome .option {
  list-style: none;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 400 !important;
}
.select-custome .option::before {
  display: none;
}
.select-custome .option:hover,
.select-custome .option.focus,
.select-custome .option.selected.focus {
  background-color: #f5f4f2;
}
.input-date {
  position: relative;
}
.input-date .input {
  font-size: 12px;
  height: 50px;
}
.input-date .input::placeholder {
  color: #8b8d8d;
}
.input-date::after {
  border-bottom: 1px solid #fa863f;
  border-right: 1px solid #fa863f;
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  pointer-events: none;
  position: absolute;
  top: 50%;
  -webkit-transform-origin: 66% 66%;
  -ms-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 22px;
}
.partner-services {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
  row-gap: 24px;
}
.partner-services__item {
  display: block;
  margin-bottom: 16px;
}
.radio-card {
  opacity: 0.8;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
}
.radio-card.__active {
  opacity: 1;
}
.radio-card__img {
  height: 300px;
}
.radio-card__circle {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-color: #fff;
  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;
}
.radio-card__circle svg {
  width: 23px;
  height: 23px;
  fill: #909395;
}
.radio-card__content {
  background-color: rgba(246, 240, 234, 0.5019607843);
}
.radio-card__input {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 16px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 10px 10px 20px;
  border-radius: 100px;
  background-color: #e3e5e7;
  color: #909395;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  cursor: pointer;
}
.radio-card__label > input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.radio-card__label > input:checked + .radio-card__input {
  background-color: #1a7ec3;
  color: #fff;
}
.radio-card__label
  > input:checked
  + .radio-card__input
  .radio-card__circle
  svg {
  fill: #1a7ec3;
  -webkit-transition: fill 0.25s;
  transition: fill 0.25s;
}
.modal {
  padding: 64px;
  background-color: #fff;
  border-radius: 30px;
  font-family: Roboto, Arial, sans-serif;
  overflow: hidden;
}
.modal .fancybox-button,
.modal .fancybox-close-small {
  display: none;
}
.modal__close-btn {
  position: absolute;
  top: 32px;
  right: 32px;
}
.modal-more {
  max-width: 900px;
  width: 100%;
}
.slider-gallery__slide {
  width: 100%;
  padding-top: 56%;
  position: relative;
  border-radius: 30px;
  overflow: hidden;
}
.slider-gallery__slide img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
}
.slider-gallery_two .slider-gallery__slide {
  padding-top: 32%;
}
.slider-gallery__btn {
  position: absolute;
  top: 50%;
  z-index: 5;
  background-color: #fff;
}
.slider-gallery__prev {
  left: 0;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.slider-gallery__next {
  right: 0;
  -webkit-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}
.close-btn {
  width: 26px;
  height: 26px;
  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;
  border: none;
  background-color: transparent;
}
.close-btn::after,
.close-btn::before {
  position: absolute;
  content: "";
  width: 32px;
  height: 3px;
  border-radius: 2px;
  background-color: #22282c;
}
.close-btn::after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.close-btn::before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.gallery__bage {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  top: 24px;
  left: 24px;
  z-index: 5;
}
.list-check.__two-col {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
}
.list-check li {
  list-style: none;
  position: relative;
  padding-left: 32px;
  margin-bottom: 24px;
}
.list-check li::after {
  position: absolute;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.80928 13.7254C7.70068 13.507 6.02668 10.1588 4.31388 9.7376C3.73648 9.608 3.27388 9.7224 3.27388 9.7224C2.63808 9.907 2.17468 10.458 1.99388 10.939C1.63188 12.01 2.18848 12.8266 2.73228 13.5918C3.81988 15.1218 4.87548 16.6328 5.96308 18.163C6.33428 18.671 6.71168 19.2046 7.30828 19.4114C8.08428 19.6828 8.97088 19.2998 9.49868 18.6784C10.0523 18.0506 10.3173 17.2488 10.5887 16.4728L11.0733 15.126C11.6287 13.6252 12.2421 12.1376 12.8873 10.669C13.5325 9.2004 14.2099 7.7516 14.9451 6.3154C15.6803 4.8792 16.4217 3.469 17.2465 2.0652C17.4591 1.7126 17.6461 1.3664 17.8587 1.0138C17.8975 0.949796 18.1615 0.584396 18.1167 0.513796C18.0719 0.442996 17.7183 0.666796 17.6413 0.685796C16.9859 1.0118 16.3557 1.4404 15.7899 1.9078C14.6385 2.8742 13.6987 4.0338 12.7973 5.2386C10.8957 7.92013 9.22692 10.7594 7.80928 13.7254Z' fill='url(%23paint0_linear_1_1508)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_1_1508' x1='1.40888' y1='-2.265' x2='19.8123' y2='17.903' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%2397E0FF'/%3E%3Cstop offset='1' stop-color='%231075FF'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  left: 0;
  top: 0px;
}
.list-check li::before {
  display: none;
}

.swiper-wrapper {
  box-sizing: border-box;
}

.accordion .accordion__item:not(.accordion__item_show) .accordion__body {
  display: none;
}
.acc-content__item {
  padding: 24px 32px;
  background: linear-gradient(92.88deg, #f5f4f2 0%, #f6f0ea 100%);
  border: 1px solid #eee8e4;
  border-radius: 30px;
  margin-bottom: 24px;
}
.acc-content__header {
  cursor: pointer;
}
.acc-content__btn {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid #eee8e4;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  flex-shrink: 0;
  cursor: pointer;
  transition: transform 0.25s;
}
.acc-content__btn::after {
  position: absolute;
  content: '';
  width: 12px;
  height: 12px;
  border: 2px solid #64696b;
  border-left: none;
  border-top: none;
  margin-top: -4px;
  transform: rotate(45deg);
  transition: border-color 0.25s;
}
.acc-content__content {
  padding-top: 24px;
}
.acc-content .accordion__item_show .acc-content__btn, .acc-content .accordion__item_slidedown .acc-content__btn {
  transform: rotate(180deg);
}
.acc-content .accordion__item_show .acc-content__btn::after, .acc-content .accordion__item_slidedown .acc-content__btn::after {
  border-color: #fa863f;
}
.acc-content .accordion__item_show .acc-content__title, .acc-content .accordion__item_slidedown .acc-content__title {
  color: #fa863f;
}
.hover_orange {
  transition: color 0.25s;
}


@media (min-width: 991px) {
  .btn_gradient:hover {
    background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(0, #f7743f),
      to(#ee1746)
    );
    background: linear-gradient(to bottom, #f7743f 0, #ee1746 100%);
  }
  .input:hover {
    border-color: rgba(34, 40, 44, 0.2745098039);
  }
  .slider-btn:hover {
    background-color: #fa863f;
    border-color: #fa863f;
  }
  .slider-btn:hover::after {
    border-color: #fff;
  }
  .action:hover .action__title {
    color: #fa863f;
  }
  .radio-card:hover {
    opacity: 1;
  }
  .radio-card__label:hover .radio-card__input {
    background-color: #5dace4;
    color: #fff;
  }
  .radio-card__label:hover .radio-card__circle svg {
    fill: #1290ed;
  }
  .hover_orange:hover {
    color: #FA863F !important;
  }
  .link_underline:hover {
    color: #fa863f;;
  }  
}

@media (max-width: 768px) {
  .step__number {
    text-align: left;
    margin-bottom: 20px;
  }
  .step__left {
    align-items: start;
  }
  .step__line {
    display: none;
  }
  .hero-ticket__title,
  .hero-holliday__title {
    min-width: auto;
    width: 90%;
    right: 0;
    margin: 0 auto;
    padding: 26px 46px;
    border-radius: 20px;
  }
  .partner-services {
    column-count: 2;
  }
  .title {
    text-align: left;
    line-height: 1.1;
  }
  .hero-ticket {
    height: 70vh;
    margin-bottom: 120px;
  }
  .hero-holliday {
    height: auto;
    margin-bottom: 90px;
  }
  .hero-holliday__container {
    position: static;
  }
  .hero-holliday__bg {
    height: 320px;
  }
  .hero-holliday__lead {
    position: static;
    margin-top: 80px;
    transform: translateY(0);
  }
}
@media (max-width: 576px) {
  .step-lead {
    padding: 40px 40px 32px;
  }
  .action__img {
    height: 300px;
  }
  .action__content {
    padding: 32px 24px;
  }
  .partner-services {
    column-count: 1;
  }
  .partner-services__item {
    margin-bottom: 8px;
  }
  .modal {
    padding: 32px 24px;
  }
  .list-check.__two-col {
    column-count: 1;
  }
  .list-check li {
    margin-bottom: 12px;
  }
  .acc-content__item {
    padding: 20px 24px 24px;
    border-radius: 24px;
    margin-bottom: 16px;
  }
  .acc-content__btn {
    width: 44px;
    height: 44px;
  }
  .acc-content__btn::after {
    width: 10px;
    height: 10px;
  }
  .title__tip {
    right: -4px;
  }
  .video-lead {
    padding: 20px;
  }
  .video-lead__btn {
    width: 60px;
    height: 60px;
  }
  .slider-gallery_two .slider-gallery__slide {
    padding-top: 60%;
  }
}

.error-field{
  /*border: 1px solid #fa863f;*/
}

.error-field span, .error-field a{
  color: #fa863f !important;
}

.sum-sticky {
  padding: 24px;
  background: linear-gradient(92.88deg, #f5f4f2 0%, #f6f0ea 100%);
  border: 1px solid #eee8e4;
  border-radius: 30px;
  max-width: 400px;
  /*width: 100%;*/
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 100;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s;
  -webkit-box-shadow: 4px 4px 12px 5px rgba(92, 92, 92, 0.2);
  -moz-box-shadow: 4px 4px 12px 5px rgba(92, 92, 92, 0.2);
  box-shadow: 4px 4px 12px 5px rgba(92, 92, 92, 0.2);
  box-sizing: border-box;
}
.sum-sticky.__show {
  opacity: 1;
  pointer-events: all;
}

@media (max-width: 576px) {
  .sum-sticky {
    bottom: 15px;
    left: 15px;
    right: 15px;
    max-width: calc(100% - 30px);
    width: 100%;
    padding: 16px;
    border-radius: 24px;
  }
}

.phone-link small {
  opacity: 1 !important;
}

.list_dot.__orange li::before {
  background-color: #fa863f;
}

.widget__container {
  bottom: 100px !important;
}

.slider-gallery_two__prev.swiper-button-disabled,
.slider-gallery_two__next.swiper-button-disabled {
  display: none;
}

.acc-spoiler__header {
  cursor: pointer;
}
.acc-spoiler__arrow {
  width: 16px;
  height: 16px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.25s;
}
.acc-spoiler__arrow::after {
  position: absolute;
  content: '';
  width: 6px;
  height: 6px;
  border-right: 2px solid #fa863f;
  border-bottom: 2px solid #fa863f;
  transform: translateY(-1px)  rotate(45deg);
  transition: transform 0.25s;
}
.accordion__item_show .acc-spoiler__arrow,
.accordion__item_slidedown .acc-spoiler__arrow {
  transform: rotate(180deg);
}