/* Minification failed. Returning unminified contents.
(833,28): run-time error CSS1039: Token not allowed after unary operator: '-Border-Blue'
(890,28): run-time error CSS1039: Token not allowed after unary operator: '-Border-Blue'
 */
.favorites-section {
  background: #f4f4f5;
  padding-bottom: 2.5rem;
  position: relative;
}

.favorites-section .h-heading {
  margin-bottom: 0.9375rem;
}

.favorites-section-small-heading {
  font-size: 1.375rem;
  text-align: center;
  margin-bottom: 0.9375rem;
}

.slick-carousel-favorites {
  margin-left: -10px;
  margin-right: -10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.slick-carousel-favorites .slick-carousel-item {
  padding: 10px 10px;
}

.slick-carousel-favorites .tour-box {
  width: 100%;
}

.slick-carousel-favorites .slick-track {
  margin: 0;
}

.slick-carousel-favorites.b-tour-cards--hot .b-tour-cards__item {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden;
}

.slider-heading {
  margin: 3.75rem 0 0.25rem 0;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
}

.slider-heading--small {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 10px;
}

.slick-carousel-favorites:not(.slick-initialized):not(.slick-carousel--only-mobile) {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  overflow: hidden;
}

.slick-carousel-favorites:not(.slick-initialized):not(.slick-carousel--only-mobile) .slick-carousel-item {
  min-width: 305px;
}

.responsive-thumbnail {
  position: relative;
}

.responsive-thumbnail:before {
  display: block;
  content: "";
  padding-top: 56.25%;
}

.responsive-thumbnail img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
}

.tour-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  background-color: #ffffff;
  text-decoration: none !important;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.4);
  -webkit-transition: -webkit-box-shadow .3s ease-in-out;
  transition: -webkit-box-shadow .3s ease-in-out;
  -o-transition: box-shadow .3s ease-in-out;
  transition: box-shadow .3s ease-in-out;
  transition: box-shadow .3s ease-in-out, -webkit-box-shadow .3s ease-in-out;
  color: #424242;
}

.tour-box:hover {
  color: #424242;
  -webkit-box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.6);
  box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.6);
}

.tour-box__thumbnail {
  min-height: 190px;
}

.tour-box__thumbnail img {
  border: solid 1px #ffffff;
  -webkit-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}

.tour-box__rated {
  position: absolute;
  top: 5px;
  right: 5px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-color: rgba(0, 86, 173, 0.9);
  color: #ffffff;
  text-align: center;
  font-size: 10px;
  line-height: 1.6;
  padding: 4px 10px;
  z-index: 1;
}

.tour-box__rated span {
  display: block;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
}

.tour-box__content {
  padding: 10px 12px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.tour-box__rating {
  margin-top: 5px;
  margin-left: 2px;
}

.tour-box__rating .rating-hotels__icon {
  margin-right: 8px;
}

.tour-box__place {
  margin-top: 8px;
  font-size: 13px;
  font-weight: 600;
}

.tour-box__heading {
  margin-top: 6px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.25;
  color: #005bab;
}

.tour-box__footer {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #dfe6ec;
  font-size: 13px;
  line-height: 1.4;
}

.tour-box__price {
  margin-top: 5px;
  font-size: 16px;
  color: #f26327;
}

.tour-box__price span {
  margin-right: 3px;
  font-size: 24px;
  font-weight: 600;
  line-height: 0.81;
}
.section-operators {
  background-color: #f4f4f5;
  padding-bottom: 2.5rem;
}

.operators-cards {
  margin-right: -10px;
  padding: 0 30px;
  white-space: nowrap;
  overflow: hidden;
}

.operators-cards .slick-carousel-item {
  display: inline-block;
}

.operators-cards__item {
  display: inline-block;
  width: 100%;
  text-decoration: none !important;
  text-align: center;
}

.operators-cards__thumbnail {
  display: block;
  position: relative;
  height: 100px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.05);
  -webkit-border-radius: 5px;
  border-radius: 5px;
  font-size: 0;
  line-height: 100px;
}

.operators-cards__thumbnail img {
  display: inline-block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 90px;
  margin: 0 auto;
  vertical-align: middle;
}

.operators-cards__caption {
  padding-top: 15px;
  font-size: 16px;
  color: #2b3641;
  text-decoration: none;
  white-space: normal;
}

.operators-cards .slick-carousel-item {
  padding-left: 10px;
  padding-right: 10px;
}

.operators-cards .slick-arrow:before {
  margin-top: -20px;
}
.col-pd-12 {
  margin-right: -12px;
  margin-left: -12px;
}

.col-pd-12 > .col,
.col-pd-12 > [class*=col-] {
  padding-right: 12px;
  padding-left: 12px;
}

.search-page .h-heading {
  font-size: 1.875rem;
  font-weight: 400;
}

.form-callback .phone-dropdown .full-search__item {
  border-color: transparent #c5ccd2 transparent transparent;
}

.form-callback .phone-dropdown .full-search__control {
  min-height: 48px;
}

.form-callback__info {
  color: #fff;
}

.form-callback__info a {
  color: #fff;
  text-decoration: underline;
}

.section-form--callback {
  margin-top: 0.625rem;
  padding-bottom: 1.875rem;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(55%, #f4f4f5), color-stop(55%, transparent), to(transparent));
  background-image: -o-linear-gradient(bottom, #f4f4f5 55%, transparent 55%, transparent 100%);
  background-image: linear-gradient(to top, #f4f4f5 55%, transparent 55%, transparent 100%);
}

.section-form--subscribe {
  padding-bottom: 1.875rem;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(55%, #f4f4f5), color-stop(55%, transparent), to(transparent));
  background-image: -o-linear-gradient(top, #f4f4f5 55%, transparent 55%, transparent 100%);
  background-image: linear-gradient(to bottom, #f4f4f5 55%, transparent 55%, transparent 100%);
}

.section-steps {
  padding-bottom: 2.5rem;
}

.section-steps .h-heading {
  margin-bottom: 12px;
}

.section-steps .row {
  margin-top: 20px;
}

.section-steps-col {
  max-width: 244px;
  margin-top: 20px;
}

.steps-card {
  height: 100%;
  position: relative;
  padding: 1.125rem 1.5rem;
  -webkit-box-shadow: 0 2px 10px 0 rgba(222, 233, 244, 0.6);
  box-shadow: 0 2px 10px 0 rgba(222, 233, 244, 0.6);
  border: solid 1px #dee6ed;
  overflow: hidden;
}

.steps-card::before {
  content: "";
  position: absolute;
  top: -21px;
  left: -28px;
  display: block;
  opacity: 0.1;
  font-size: 100px;
  font-weight: bold;
  line-height: 1;
  color: #0056ad;
}

.steps-card__icon {
  width: 48px;
  height: 48px;
  margin-top: 9px;
  margin-bottom: 12px;
  vertical-align: middle;
}

.steps-card__text {
  font-weight: 600;
  line-height: 1.57;
}

.section-steps-col:nth-child(1) .steps-card::before {
  content: "01";
}

.section-steps-col:nth-child(2) .steps-card::before {
  content: "02";
}

.section-steps-col:nth-child(3) .steps-card::before {
  content: "03";
}

.section-steps-col:nth-child(4) .steps-card::before {
  content: "04";
}

.section-steps-col:nth-child(5) .steps-card::before {
  content: "05";
}

.section-form__bg {
  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: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 248px;
  padding: 1.4375rem 2.5rem 1.8125rem 2.5rem;
  border-radius: 8px;
  background-color: #466c99;
  position: relative;
}

.section-form__bg:before {
  content: "";
  display: block;
  position: absolute;
  pointer-events: none;
}

.section-form__content {
  font-size: 1rem;
  line-height: 1.75;
  color: #ffffff;
}

.section-form__heading {
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1.2;
}

.section-form__heading-small {
  margin-top: 12px;
  margin-bottom: 0.75rem;
  font-size: 16px;
}

.section-form .form-callback {
  margin-top: 4px;
  max-width: 920px;
}

.section-form .form-callback .btn-brand {
  text-transform: none;
}

.section-form--callback .section-form__bg:before {
  width: 25rem;
  height: 17.5rem;
  right: 1.875rem;
  top: -1.3125rem;
  background: url("https://img.poehalisnami.ua/images/bitmap-callback.png") center/contain no-repeat;
}

.section-form--subscribe .section-form__bg:before {
  width: 20rem;
  height: 18.875rem;
  right: 1.875rem;
  top: -1.75rem;
  background: url("https://img.poehalisnami.ua/images/bitmap.png") center/contain no-repeat;
}

.section-country {
  padding-bottom: 1.5625rem;
}

.transparent {
  background-color: #fff;
}

.recreation {
  background-color: #f4f4f5;
}

.recreation .image-box__item {
  text-decoration: none;
  margin-bottom: 40px;
}

.recreation .image-box__item:hover .image-box__thumbnail {
  -webkit-box-shadow: 0 8px 20px rgba(26, 43, 115, 0.2);
  box-shadow: 0 8px 20px rgba(26, 43, 115, 0.2);
}

.recreation .image-box__item:hover .recreation__text {
  color: #f26326;
}

.recreation .image-box__thumbnail {
  text-align: center;
  height: auto;
  background: #fff;
  border-radius: 4px;
  -webkit-box-shadow: 0 8px 20px rgba(26, 43, 115, 0.1);
  box-shadow: 0 8px 20px rgba(26, 43, 115, 0.1);
}

.recreation__img {
  max-width: 100%;
  width: 100%;
}

.recreation__text {
  display: block;
  padding-top: 10px;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  color: #39434d;
}

.credit-banner {
  display: block;
  margin-top: 2.5rem;
  padding-bottom: 1.25rem;
  position: relative;
  text-align: center;
  overflow: hidden;
  color: #424242 !important;
  text-decoration: none !important;
}

.credit-banner picture img {
  height: 260px;
  position: absolute;
  top: 0;
  left: 0;
}

.credit-banner__content {
  display: inline-block;
  text-align: center;
  position: relative;
  margin-top: 43px;
  margin-bottom: 80px;
}

.credit-banner__content br {
  display: none;
}

.credit-banner__heading {
  font-size: 36px;
  font-weight: 700;
  line-height: 48px;
  /* 133.333% */
}

.credit-banner__text {
  font-size: 24px;
  font-weight: 600;
  line-height: 40px;
  /* 166.667% */
}

.credit-banner__badge {
  position: absolute;
  right: -58px;
  bottom: 0px;
  display: inline-block;
  -webkit-transform: rotate(-15deg);
  -ms-transform: rotate(-15deg);
  transform: rotate(-15deg);
  padding: 8px 16px;
  border-radius: 8px;
  background: #F26327;
  color: #FFF;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  /* 150% */
}

.credit-banner__item {
  padding-top: 12px;
  padding-bottom: 12px;
  max-width: 163px;
  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;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
}

.credit-banner__item img {
  width: 40px;
}

.credit-banner .row {
  margin-top: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: -4px;
  margin-left: -4px;
}

.credit-banner .row > .col,
.credit-banner .row > [class*=col-] {
  padding-right: 8px;
  padding-left: 8px;
}

.departure-country {
  padding-bottom: 70px;
}

.image-card {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  color: #FFF;
  text-align: left;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3333;
}

.image-card:hover {
  -webkit-box-shadow: 0 8px 20px rgba(26, 43, 115, 0.2);
  box-shadow: 0 8px 20px rgba(26, 43, 115, 0.2);
}

.image-card a {
  color: #FFF !important;
}

.image-card__thumbnail {
  display: block;
  height: 164px;
}

.image-card__thumbnail--middle {
  height: 218px;
}

.image-card__thumbnail--big {
  height: 402px;
  border-radius: 16px;
}

.image-card__thumbnail--big::before {
  border-radius: 16px;
}

.image-card__thumbnail::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50.23%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.7)));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 50.23%, rgba(0, 0, 0, 0.7) 100%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50.23%, rgba(0, 0, 0, 0.7) 100%);
  z-index: 1;
  border-radius: 12px;
}

.image-card__thumbnail img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover";
}

.image-card__title {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 24px;
  z-index: 2;
}

.image-card + .image-card {
  margin-top: 20px;
}

.messenger-section {
  background: #f4f4f5;
  padding: 80px 15px 80px 15px;
}

.messenger-section .messenger {
  margin: 0 auto;
}

.section-reviews {
  margin-bottom: 2.8125rem;
}

.opinion {
  margin-top: 1.875rem;
}

.image-box__content a {
  text-decoration: none !important;
}

.image-box__title {
  line-height: 27px;
}

.image-box__title--small {
  line-height: 23px;
}

.image-box__city {
  letter-spacing: -0.2px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  font-size: 14px;
  line-height: 23px;
  display: inline;
  color: #fff;
}

.image-box__city a {
  color: #fff;
}

.selections-tours {
  padding-bottom: 20px;
}
@media screen and (min-width: 1199px) {
  .credit-banner picture img {
    max-width: 100%;
  }
}

@media screen and (max-width: 1199px) and (min-width: 992px) {
  .credit-banner picture img {
    border-radius: 16px;
  }

  .credit-banner__badge {
    right: -17px;
    bottom: -29px;
  }

  .credit-banner__item {
    background: #fff;
  }

  .credit-banner__item:first-child {
    border-radius: 16px 0 0 0;
  }

  .credit-banner__item:last-child {
    border-radius: 0 16px 0 0;
  }
}

@media screen and (max-width: 991px) and (min-width: 768px) {
  .credit-banner picture img {
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
    right: 0;
    left: auto;
  }

  .credit-banner__badge {
    right: 0;
    bottom: -35px;
  }

  .credit-banner {
    position: static;
    border-radius: 8px;
  }

  .credit-banner__picture-wrap {
    min-height: 260px;
    position: relative;
  }

  .credit-banner picture img {
    left: auto;
    right: 0;
  }

  .credit-banner .row {
    margin: 0;
  }

  .credit-banner__content {
    display: inline-block;
    width: 100%;
    padding-left: 40px;
    margin-top: 26px;
    text-align: left;
  }

  .credit-banner__heading br {
    display: block;
  }

  .credit-banner__badge {
    right: auto;
    left: 40px;
    bottom: -58px;
  }

  .credit-banner-list {
    border: 1px solid var(--Border-Blue, #DEE6ED);
    border-width: 0 1px 1px 1px;
    border-radius: 0 0 8px 8px;
  }
}

@media screen and (max-width: 767px) {
  .credit-banner {
    padding-bottom: 0;
    position: static;
    border-radius: 8px;
  }

  .credit-banner__picture-wrap {
    min-height: 200px;
    position: relative;
  }

  .credit-banner picture img {
    height: 200px;
    left: auto;
    right: 0;
  }

  .credit-banner .row {
    margin: 0;
  }

  .credit-banner__content {
    display: inline-block;
    width: 100%;
    text-align: left;
    margin-top: 12px;
    padding-left: 16px;
  }

  .credit-banner__heading {
    margin-right: 19%;
    font-size: 20px;
    line-height: 28px;
    /* 140% */
  }

  .credit-banner__text {
    margin-top: 4px;
    font-size: 14px;
    line-height: 20px;
    /* 142.857% */
  }

  .credit-banner__badge {
    right: auto;
    left: 16px;
    bottom: -58px;
  }

  .credit-banner-list {
    border: 1px solid var(--Border-Blue, #DEE6ED);
    border-width: 0 1px 1px 1px;
    border-radius: 0 0 8px 8px;
  }

  .credit-banner__item {
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    /* 114.286% */
  }

  .credit-banner__item img {
    margin-bottom: 4px;
  }
}

@media screen and (max-width: 474px) {
  .credit-banner picture img {
    right: -27px !important;
  }

  .credit-banner__content br {
    display: block;
  }
}

.reviews-card .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.reviews-card .slick-slide {
  height: auto;
}

.reviews-card .slick-slide > div {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.reviews-card .slick-carousel-item,
.reviews-card .slick-carousel-item > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

.reviews-card__item {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: auto;
  max-width: 100%;
}

.reviews-card .responsive-thumbnail {
  position: relative;
}

.reviews-card .responsive-thumbnail:before {
  display: block;
  content: "";
  padding-top: 56.25%;
}

.reviews-card .responsive-thumbnail img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
}

.reviews-card__right-col {
  width: 100%;
}

.reviews-card .slick-list {
  max-width: 100%;
}

.reviews-card__thumbnail {
  position: relative;
}

.reviews-card__thumbnail:before {
  display: block;
  content: "";
  padding-top: 75%;
}

.reviews-card__thumbnail img {
  position: absolute;
  top: 0;
  bottom: 0;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 50%;
}

.recreation .container {
  max-width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}

.section-country .container {
  max-width: 100%;
}

.recreation .slick-navigation,
.section-country .slick-navigation {
  margin-top: 0;
}

.recreation {
  padding-bottom: 2.5rem;
}

.recreation .slick-carousel .slick-slide {
  text-align: center;
}

.recreation .slick-carousel .image-box__item {
  max-width: 100%;
  width: auto !important;
  margin-bottom: 20px;
}

.recreation__img {
  width: auto;
}

.section-country .slick-carousel-wrap {
  margin-left: 0;
  margin-right: 0;
}

@media screen and (max-width: 1199px) and (min-width: 992px) {
  .section-form--callback .section-form__bg,
  .section-form--subscribe .section-form__bg {
    padding-right: 13.125rem;
  }

  .section-form--callback .section-form__bg:before,
  .section-form--subscribe .section-form__bg:before {
    width: 12.5rem;
    height: 11.375rem;
    right: 0.9375rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .section-form--callback .section-form__bg:before {
    -webkit-transform: translateY(-60%);
    -ms-transform: translateY(-60%);
    transform: translateY(-60%);
  }

  .reviews-box__thumbnail {
    max-width: 100%;
    float: none;
    margin-bottom: 15px;
    margin-right: 0;
    text-align: center;
  }
}

@media screen and (max-width: 991px) {
  .best-deals-nav {
    padding: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .slick-h-slider .slick-arrow {
    top: 0;
  }

  .viber-big {
    -webkit-box-shadow: 0 10px 20px 0 rgba(88, 58, 200, 0.4);
    box-shadow: 0 10px 20px 0 rgba(88, 58, 200, 0.4);
  }

  .telegram-big {
    -webkit-box-shadow: 0 10px 20px 0 rgba(12, 81, 132, 0.4);
    box-shadow: 0 10px 20px 0 rgba(12, 81, 132, 0.4);
  }

  .viber-subscribe.messenger-big {
    -webkit-box-shadow: 0 10px 20px 0 rgba(88, 58, 200, 0.4);
    box-shadow: 0 10px 20px 0 rgba(88, 58, 200, 0.4);
  }

  .messenger-big__heading {
    font-size: 1.75rem;
  }

  .section-steps-col {
    max-width: 100%;
  }

  .section-form__content {
    font-size: 14px;
  }

  .section-form__heading {
    font-size: 1.75rem;
  }

  .section-form__heading-small {
    line-height: 1.5;
  }

  .section-form__bg:before {
    display: none;
  }

  .departure-country {
    padding-bottom: 2.5rem;
  }

  .image-card {
    font-size: 19px;
  }

  .image-card__thumbnail {
    height: 164px !important;
  }

  .departure-country .row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media screen and (max-width: 767px) {
  .section-form__bg {
    padding: 16px;
  }

  .reviews-card .slick-carousel-item {
    padding: 0 0.4375rem 0.75rem 0.4375rem;
  }

  .image-card {
    margin-top: 16px;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .image-card:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .image-card__thumbnail {
    height: 216px !important;
  }

  .image-card__title {
    padding: 16px 24px;
  }

  .image-card + .image-card {
    margin-top: 16px;
  }

  .departure-country .row .col-12:first-child .image-card:first-child {
    margin-top: 0;
  }
}

@media screen and (max-width: 669px) {
  .messenger-section {
    padding: 0 0 30px 0;
  }

  .messenger-big {
    padding: 24px 16px 336px 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 0;
  }

  .messenger-big__logo {
    display: none;
  }

  .telegram__logo-mob {
    display: inline-block;
  }

  .viber-big__logo--inline {
    color: transparent;
    background-image: url("https://img.poehalisnami.ua/images/viber-logo-big.svg") !important;
    display: inline-block;
    width: 70px;
    height: 34px;
    background-size: 70px;
    background-repeat: no-repeat;
  }

  .viber-mobile-hidden,
  .messenger-mobile-hidden {
    display: none;
  }

  .messenger-big__image {
    width: 100%;
    height: 308px;
    top: auto;
    max-width: none;
    text-align: center;
  }

  .messenger-big .btn {
    width: 100%;
  }

  .telegram-big .messenger-big__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media screen and (max-width: 575px) {
  .steps-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .steps-card__icon {
    margin-right: 20px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }

  .section-steps .row {
    margin-top: 0;
  }
}

@media screen and (max-width: 991px) and (min-width: 670px) {
  .messenger-section {
    padding: 79px 15px 30px 15px;
  }

  .messenger-big {
    padding: 21px 46% 21px 20px;
  }

  .messenger-big__heading {
    font-size: 1.75rem;
  }

  .messenger-big__image {
    width: 48%;
    max-width: 400px;
  }
}

@media screen and (max-width: 545px) {
  .reviews-box__thumbnail {
    max-width: 100%;
    float: none;
    margin-bottom: 15px;
    margin-right: 0;
    text-align: center;
  }
}
.selections-card__badge,
.selection-tours-detail__badge {
  position: absolute;
  bottom: 12px;
  left: 12px;
  max-width: calc(100% - 24px);
  padding: 8px 16px;
  border-radius: 8px;
  background: -o-linear-gradient(184deg, rgba(255, 255, 255, 0.4) -1.8%, rgba(255, 255, 255, 0) 100%), #AB1A00;
  background: linear-gradient(266deg, rgba(255, 255, 255, 0.4) -1.8%, rgba(255, 255, 255, 0) 100%), #AB1A00;
  background-blend-mode: overlay, normal;
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  /* 142.857% */
  z-index: 2;
}

.selections-card {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: #FFF;
}

.selections-card__thumbnail {
  max-height: 302px;
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  overflow: hidden;
  border-radius: 16px;
}

.selections-card__thumbnail:before {
  display: block;
  content: "";
  padding-top: 100%;
}

.selections-card__thumbnail::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(75%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.2)));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0.2) 100%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0.2) 100%);
}

.selections-card__thumbnail img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border-radius: 16px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  font-family: "object-fit: cover; object-position: center";
}

.selections-card__content {
  padding-top: 16px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
}

.selections-card__title {
  color: #2B3641;
}

.selections-card__title:hover {
  text-decoration: none;
  color: #F26327;
}

.selections-tours .slick-modern-nav {
  margin-top: 14px;
}
.form-callback--small-offset .form-row {
  padding: 0 5px;
}

.form-callback--small-offset .form-row > .col {
  padding: 0 1px;
}

.form-callback__input {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  line-height: 1.13;
  color: #4c4c4c;
  border: none;
  padding: 15px 15px 15px 60px;
  min-height: 50px;
  position: relative;
}

.form-callback__input--submit {
  max-height: 50px;
  padding: 15px;
  width: 100%;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.13;
}

.form-callback .n-svg-icon {
  width: 24px;
  height: 24px;
  fill: #f26326;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  cursor: text;
  position: absolute;
  top: 50%;
  left: 33px;
}

.form-callback .brand-checkbox {
  text-align: left;
}

.form-callback .brand-checkbox__label {
  display: inline-block;
}

.form-callback .brand-checkbox__inner {
  color: #fff;
}

.form-callback .brand-checkbox__icon {
  width: 20px;
  height: 20px;
  background-color: rgba(255, 255, 255, 0.4);
  border: solid 1px #ffffff;
  border-radius: 3px;
}

.form-callback input:checked ~ .brand-checkbox__media .brand-checkbox__icon:after {
  background: #f26326;
}

.form-callback .brand-checkbox__icon:after {
  margin-left: -6px;
  margin-top: -6px;
  width: 12px;
  height: 12px;
}

.form-callback .validation {
  top: -16px;
}

.form-callback--vertical .validation {
  top: auto;
}

.horizontal-form-order {
  position: relative;
  display: block;
  padding: 1.5rem 1.75rem;
  background-color: #238a9a;
  text-decoration: none !important;
  outline: none;
}

.horizontal-form-order__col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.horizontal-form-order__content {
  position: relative;
  font-size: 1.5rem;
  color: #ffffff;
}

.horizontal-form-order .form-order-icon {
  padding-left: 5.625rem;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M3.937%203.141c1.267%200%202.297.957%202.297%202.133s-1.03%202.133-2.297%202.133c-1.266%200-2.297-.957-2.297-2.133.001-1.177%201.031-2.133%202.297-2.133zm.001%203.604c.874%200%201.584-.66%201.584-1.471s-.711-1.472-1.584-1.472-1.584.66-1.584%201.471.71%201.472%201.584%201.472zM3.937%201.5c.181%200%20.328.146.328.327v.658c0%20.181-.147.327-.328.327a.3273.3273%200%200%201-.328-.327v-.658c0-.181.147-.327.328-.327zm2.841%201.097c.15.15.15.393%200%20.542l-.545.546a.3857.3857%200%200%201-.271.112.3815.3815%200%200%201-.271-.112.3827.3827%200%200%201%200-.542l.545-.546c.15-.15.392-.15.542%200zm.77%202.512c.181%200%20.327.147.327.328%200%20.181-.146.328-.327.328H6.89a.3273.3273%200%200%201-.327-.328c0-.181.146-.328.327-.328h.658zm-.77%202.627c.15.15.15.393%200%20.542a.3826.3826%200%200%201-.542.001l-.546-.546a.3827.3827%200%200%201%200-.542c.15-.15.393-.15.542%200l.546.545zm-2.841.327c.181%200%20.328.146.328.327v.658c0%20.181-.147.327-.328.327a.3273.3273%200%200%201-.328-.327V8.39c0-.181.147-.327.328-.327zM2.185%207.19c.15.15.15.393%200%20.542l-.546.546a.3826.3826%200%200%201-.542.001.3827.3827%200%200%201%200-.542l.545-.547c.15-.149.393-.149.543%200zm-1.2-2.081c.181%200%20.327.147.327.328%200%20.181-.146.328-.327.328H.327A.3259.3259%200%200%201%200%205.438c0-.181.146-.328.327-.328h.658zm1.2-1.967c.15.15.15.393%200%20.542a.3849.3849%200%200%201-.272.113.3815.3815%200%200%201-.271-.112l-.545-.546a.3827.3827%200%200%201%200-.542c.15-.15.393-.15.542%200l.546.545zm21.644%2018.224a3.3654%203.3654%200%200%200-2.039-.557c-.652-.877-1.882-1.629-3.576-2.183-1.052-.344-2.226-.592-3.474-.74l2.536-6.215c.383.27.717.591.99.953.09.12.229.188.383.151.838-.148%201.726-.053%202.57.275.85.331%201.566.864%202.07%201.542.068.091.175.142.286.142.028%200%20.057-.003.085-.01.14-.034.245-.147.265-.287.013-.091.32-2.268-.41-4.639-.056-.183-.254-.286-.441-.232-.187.055-.293.248-.237.431.426%201.384.473%202.722.447%203.539-.505-.478-1.117-.862-1.803-1.129-.78-.304-1.597-.433-2.392-.381.006-.018.011-.035.017-.053.277-.825.483-1.676.584-2.539.093-.79.101-1.588%200-2.378-.059-.457-.159-.91-.303-1.349l-.003-.01c1.27.672%202.246%201.662%202.909%202.953.088.171.3.24.475.154s.245-.293.158-.464c-.878-1.711-2.257-2.942-4.098-3.659-2.532-.986-5.167-.661-7.62.938C9.376%206.814%208.304%208.278%208.259%208.34a.3387.3387%200%200%200-.009.386c.078.119.221.179.363.154.843-.153%201.738-.059%202.588.272.838.326%201.545.849%202.048%201.512.098.129.241.208.408.16.45-.078.913-.086%201.377-.025l-2.828%206.931c-.071-.001-.142-.002-.214-.002-1.631%200-3.191.159-4.634.472-.191.041-.311.226-.269.412.042.186.231.304.422.263%201.374-.298%202.923-.455%204.481-.455.738%200%201.477.034%202.212.106h.008c1.366.132%202.647.387%203.777.757%201.349.441%202.391%201.023%203.002%201.668a3.372%203.372%200%200%200-.885.417c-.889.589-2.038.589-2.928%200a3.3651%203.3651%200%200%200-3.723%200c-.889.589-2.038.589-2.928%200a3.3651%203.3651%200%200%200-3.723%200c-.889.589-2.038.589-2.928%200a3.4042%203.4042%200%200%200-.885-.417c.611-.644%201.65-1.225%202.997-1.666.185-.061.285-.257.223-.438-.062-.181-.263-.279-.448-.218-1.692.554-2.92%201.305-3.571%202.182a3.3672%203.3672%200%200%200-2.039.557c-.162.107-.204.322-.094.48.11.158.33.199.492.092.525-.348%201.142-.49%201.741-.427.022.005.043.007.065.008.393.051.777.191%201.121.419%201.131.749%202.592.749%203.722%200a2.6468%202.6468%200%200%201%202.928%200c1.131.749%202.592.749%203.722%200a2.6468%202.6468%200%200%201%202.928%200c.565.374%201.213.562%201.861.562.648%200%201.296-.187%201.861-.562.344-.228.727-.367%201.119-.419.023%200%20.046-.003.069-.008a2.645%202.645%200%200%201%201.74.427c.162.107.382.066.492-.092.113-.16.07-.375-.091-.482zm-9.692-11.292c.004-.008.008-.016.011-.023.33-.674.714-1.326%201.163-1.931.11-.148.078-.371-.079-.483-.154-.109-.383-.073-.494.077-.36.486-.68%201.001-.968%201.531-.104.192-.209.386-.298.584-.002.003-.003.006-.005.01-.541-.572-1.224-1.026-2.005-1.33-.687-.267-1.401-.399-2.104-.392.473-.519%201.249-1.277%202.259-1.933%201.002-.65%202.036-1.074%203.074-1.261%201.004-.181%202.017-.138%203.022.125-.004.002-.008.005-.012.007-.544.292-1.048.651-1.506%201.06-.179.159-.353.323-.52.494-.135.138-.13.357.012.489.141.132.366.127.5-.012.454-.465.966-.89%201.525-1.234.258-.158.527-.302.808-.417.074.164.17.406.26.723.427%201.502.311%203.123-.063%204.622-.08.323-.173.642-.279.958l-.003.01c-.482-.498-1.073-.904-1.743-1.197-.009-.004-.018-.008-.028-.012-.789-.341-1.661-.512-2.527-.465zm-.129%207.738c-.164-.014-.329-.026-.496-.036a25.498%2025.498%200%200%200-.552-.029l2.776-6.803c.168.047.333.103.495.167.026.01.432.192.431.194l-2.654%206.507z%22%2F%3E%3C%2Fsvg%3E") no-repeat;
  background-size: 4rem 4rem;
}

.horizontal-form-order__btn {
  width: 100%;
  font-weight: bold;
  font-size: 16px;
  line-height: 38px;
}

.horizontal-form-order--callback {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  margin-top: 0;
  padding: 0.625rem 1.5625rem 0.625rem 1.5625rem;
}

.horizontal-form-order .form-callback {
  margin-top: 8px;
}

.horizontal-form-order .form-callback .validation {
  top: auto;
  line-height: normal;
  color: #ffffff;
}

.horizontal-form-order .phone-dropdown .full-search__item {
  border-color: transparent #d3e7eb transparent !important;
}

.horizontal-form-order .phone-dropdown .full-search__control {
  min-height: 48px;
}
@media screen and (max-width: 991px) {
  .horizontal-form-order--callback__content {
    text-align: center;
  }

  .horizontal-form-order__col {
    margin: 0.625rem auto;
  }

  .form-callback .form-group {
    min-height: auto;
    margin-bottom: 1.5rem;
  }

  .form-callback .form-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .form-callback .form-group {
    margin-bottom: 20px;
  }
}
