#search-hotels {
  position: relative;
}
body {
  overflow-x: hidden;
}
#search-results,
#search-results-rutours,
#search-results-tours,
#search-results-tours-d,
.search-results-list {
  display: none;
  position: absolute;
  background: #fff;
  width: 100%;
  z-index: 100;
  top: 85px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  max-height: 200px;
  overflow-y: scroll;
}
#search-results ul,
#search-results-rutours ul,
#search-results-tours ul,
#search-results-tours-d ul,
.search-results-list ul {
  list-style: none;
  padding: 10px 0;
  line-height: 26px;
}
#search-results ul li,
#search-results-rutours ul li,
#search-results-tours ul li,
#search-results-tours-d ul li,
.search-results-list ul li {
  padding: 0 10px 0 20px;
  cursor: pointer;
}
#search-results ul li:hover,
#search-results-rutours ul li:hover,
#search-results-tours ul li:hover,
#search-results-tours-d ul li:hover,
.search-results-list ul li:hover {
  background: #fcefdf;
}
.tours-calendar .ui-datepicker-title {
  order: 1;
}
.tours-calendar .ui-datepicker-prev {
  order: 2;
  margin-left: auto;
}
.tours-calendar .ui-datepicker-next {
  order: 3;
  transform: rotate(180deg);
  margin-left: 16px;
}
.hotels-search-form {
  display: grid;
  grid-template-columns: 1.92fr 1fr 1fr 1.71fr 1.06fr;
  align-items: end;
  row-gap: 15px;
  max-width: 1170px;
  margin: 0 auto;
  padding-bottom: 20px;
}
.hotels-search-form > :first-child .hotels-search__item {
  border-left: none;
}
.hotels-search-form > div:not(.hotels-search__mob100p) + div:not(.hotels-search__mob100p) > input,
.hotels-search-form > div:not(.hotels-search__mob100p) + div:not(.hotels-search__mob100p) .dropdown__btn {
  border-left: 1px dashed var(--blueBorder);
}
.hotels-search-form label {
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  display: block;
  margin: 0 0 7px 20px;
  color: #fff;
}
.hotels-search-form input.hotels-search__item,
.hotels-search-form .dropdown__btn,
.search-form_tours .dropdown__btn,
.hotels-search-form [type="submit"] {
  height: 50px;
  font-size: 18px;
  width: 100%;
  padding: 0 20px;
  background-color: #fff;
}
.hotels-search-form ::-moz-placeholder {
  color: #b6cce4;
}
.hotels-search-form :-ms-input-placeholder {
  color: #b6cce4;
}
.hotels-search-form ::placeholder {
  color: #b6cce4;
}
.hotels-search-form .dropdown__btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.hotels-search-form [type="submit"] {
  text-transform: uppercase;
  margin-left: 10px;
}
.btn-orange {
  font-size: 18px;
  line-height: 21px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  height: 50px;
  margin-left: 10px;
  background-color: #F8991D !important;
}
.btn-orange:hover {
  background-color: #ee8e10;
}
.br-left,
#h-checkin,
#h-checkout {
  border-left: 1px dotted #225999;
}
.br-right,
#h-checkout {
  border-right: 1px dotted #225999;
}
@media (min-width: 993px) {
  .hotels-search--side .hotels-search-form {
    grid-template-columns: 1fr 1fr;
  }
  .hotels-search--side .hotels-search-form .hotels-search__mob100p {
    grid-column: 1/-1;
  }
  .hotels-search--side .hotels-search-form input.hotels-search__item,
  .hotels-search--side .hotels-search-form .dropdown__btn,
  .hotels-search--side .hotels-search-form [type="submit"] {
    font-size: 1.14286rem;
    height: 40px;
  }
  .hotels-search--side .hotels-search-form [type="submit"] {
    margin: 0;
  }
}
@media (max-width: 1200px) {
  .hotels-search-form input.hotels-search__item,
  .hotels-search-form .dropdown__btn,
  .hotels-search-form [type="submit"] {
    font-size: 1.14286rem;
  }
}
@media (max-width: 992px) {
  .hotels-search-form {
    grid-template-columns: 1.48fr 1fr 1fr 1.67fr 1.18fr;
  }
  .hotels-search-form label {
    display: none;
  }
  .hotels-search-form input.hotels-search__item,
  .hotels-search-form .dropdown__btn,
  .hotels-search-form [type="submit"] {
    height: 40px;
    font-size: 1rem;
  }
}
@media (max-width: 700px) {
  .hotels-search-form {
    grid-template-columns: 1fr 1fr;
  }
  .hotels-search-form label {
    display: none;
  }
  .hotels-search-form input.hotels-search__item,
  .hotels-search-form .dropdown__btn,
  .hotels-search-form [type="submit"] {
    font-size: 1.14286rem;
  }
  .hotels-search-form [type="submit"] {
    margin-left: 0;
  }
}
.hotels-search-form--tours {
  grid-template-columns: 1.275fr 1.04375fr 1fr 1fr 1.68125fr 1.125fr !important;
}
@media (max-width: 992px) {
  .hotels-search-form--tours .btn-orange {
    font-size: 0.85714rem;
  }
}
@media (max-width: 700px) {
  .hotels-search-form--tours {
    grid-template-columns: 1fr 1fr !important;
  }
}
.hotels-search-form--price {
  grid-template-columns: 0.6fr 0.6fr 1fr 1fr;
}
.hotels-search-form--price .hotels-search__item {
  border-top: 1px solid var(--grayLight);
  border-bottom: 1px solid var(--grayLight);
}
.hotels-search-form--price .hotels-search__item.dropdown__btn {
  border-right: 1px solid var(--grayLight);
}
.hotels-search-form--price > :first-child .hotels-search__item {
  border-left: 1px solid var(--grayLight);
}
.hotels-search-form--price input.hotels-search__item,
.hotels-search-form--price .dropdown__btn,
.hotels-search-form--price [type="submit"] {
  font-size: 1.14286rem;
}
@media (max-width: 1200px) {
  .hotels-search-form--price input.hotels-search__item,
  .hotels-search-form--price .dropdown__btn,
  .hotels-search-form--price [type="submit"] {
    height: 50px;
    font-size: 1rem;
  }
}
@media (max-width: 700px) {
  .hotels-search-form--price {
    display: none;
  }
}
#edit-date .hotels-search-form > div:first-child .hotels-datepicker {
  border-right: none;
  border-left: 1px solid var(--grayLight);
  caret-color: transparent;
  color: transparent;
  text-shadow: 0 0 0 #000;
}
.hotels-search-form .hotels-datepicker {
  background: #fff url(../images/calendar.svg) 20px 50% no-repeat;
  padding-left: 50px !important;
  padding-right: 10px;
}
.dropdown {
  position: relative;
}
.dropdown.open {
  z-index: 13;
}
.dropdown.open .dropdown__content {
  opacity: 1;
  pointer-events: auto;
  z-index: 13;
}
.dropdown__btn {
  cursor: pointer;
}
.dropdown__caret {
  margin-left: 8px;
  transition: 0.3s;
}
.dropdown.open .dropdown__caret {
  transform: rotate(180deg);
}
.dropdown__content {
  opacity: 0;
  pointer-events: none;
  transition: 0.3s;
  position: absolute;
  left: 0;
  min-width: 100%;
  background: #fff;
  margin-top: 7px;
  filter: drop-shadow(0px 4px 15px rgba(0, 0, 0, 0.25));
  padding: 20px 16px 30px;
}
.dropdown--md .dropdown__btn {
  display: flex;
  align-items: center;
}
.dropdown--md.open .dropdown__content--md {
  opacity: 1;
  pointer-events: auto;
  z-index: 11;
}
@media (min-width: 701px) {
  .dropdown--md .dropdown__btn {
    display: none;
  }
}
.dropdown__content--md {
  display: flex;
}
@media (max-width: 700px) {
  .dropdown__content--md {
    opacity: 0;
    pointer-events: none;
    transition: 0.3s;
    position: absolute;
    left: 0;
    top: 100%;
    min-width: 100%;
    background: #fff;
    margin-top: 7px;
    filter: drop-shadow(0px 4px 15px rgba(0, 0, 0, 0.25));
    flex-direction: column;
  }
  .dropdown__content--md .add-active__item {
    font-size: 0.85714rem;
  }
  .dropdown__content--md .add-active__item + .add-active__item {
    margin: 0;
  }
}
.hotels-search-form input.hotels-search__item,
.hotels-search-form .dropdown__btn,
.hotels-search-form [type="submit"] {
  height: 50px;
  font-size: 18px;
}
.hotels-search-form .dropdown__btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 993px) {
  .hotels-search--side .hotels-search-form {
    grid-template-columns: 1fr 1fr;
  }
  .hotels-search--side .hotels-search-form .hotels-search__mob100p {
    grid-column: 1/-1;
  }
  .hotels-search--side .hotels-search-form input.hotels-search__item,
  .hotels-search--side .hotels-search-form .dropdown__btn,
  .hotels-search--side .hotels-search-form [type="submit"] {
    font-size: 1.14286rem;
    height: 40px;
  }
  .hotels-search--side .hotels-search-form [type="submit"] {
    margin: 0;
  }
}
@media (max-width: 1200px) {
  .hotels-search-form input.hotels-search__item,
  .hotels-search-form .dropdown__btn,
  .hotels-search-form [type="submit"] {
    font-size: 1.14286rem;
  }
}
@media (max-width: 992px) {
  .hotels-search-form {
    grid-template-columns: 1.48fr 1fr 1fr 1.67fr 1.18fr;
  }
  .hotels-search-form label {
    display: none;
  }
  .hotels-search-form input.hotels-search__item,
  .hotels-search-form .dropdown__btn,
  .hotels-search-form [type="submit"] {
    height: 50px;
    font-size: 1rem;
  }
}
@media (max-width: 700px) {
  .hotels-search-form {
    grid-template-columns: 1fr;
  }
  .hotels-search-form label {
    display: none;
  }
  .hotels-search-form input.hotels-search__item,
  .hotels-search-form .dropdown__btn,
  .hotels-search-form [type="submit"] {
    font-size: 1.14286rem;
  }
  .hotels-search-form [type="submit"] {
    margin-left: 0;
  }
}
.hotels-search__adults {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 23px;
}
.hotels-search__adults p {
  padding-right: 10px;
  font-size: 1.14286rem;
}
.hotels-search__child,
.hotels-search__add-child .collapse__btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  border-radius: 5px;
  height: 40px;
  background: var(--beige);
  font-size: 1.14286rem;
  padding: 0 10px;
  width: 100%;
}
.hotels-search__child svg,
.hotels-search__add-child .collapse__btn svg {
  cursor: pointer;
}
.hotels-search__child + .hotels-search__child,
.hotels-search__child ~ .hotels-search__add-child,
.hotels-search__add-child .collapse__btn + .hotels-search__child,
.hotels-search__add-child .collapse__btn ~ .hotels-search__add-child,
.hotels-search__child + .hotels-search__add-child .collapse__btn,
.hotels-search__add-child .collapse__btn + .hotels-search__add-child .collapse__btn {
  margin-top: 10px;
}
.hotels-search__add-child .column {
  font-size: 1.14286rem;
  padding: 10px 10px 0;
  max-height: 174px;
  overflow-x: hidden;
  overflow-y: auto;
}
.hotels-search__add-child .column span {
  cursor: pointer;
  width: 100%;
}
.hotels-search__add-child .column span + span {
  margin-top: 10px;
}
.input-number {
  display: flex;
  align-items: center;
  width: 134px;
}
.input-number span {
  flex-direction: row;
  align-items: center;
  justify-content: center;
  display: flex;
  background: #fff6ea;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  flex-shrink: 0;
  cursor: pointer;
  color: #F8991D;
  font-size: 1.57143rem;
  font-weight: 700;
}
.input-number input {
  width: 100%;
  margin: 0 5px;
  border: none;
  font-family: inherit;
  padding: 0;
  text-align: center;
  font-weight: 700;
  font-size: 1.14286rem;
}
.hotels-search__add-child .column {
  font-size: 1.14286rem;
  padding: 10px 10px 0;
  max-height: 174px;
  overflow-x: hidden;
  overflow-y: auto;
}
.hotels-search__add-child .column span {
  cursor: pointer;
  width: 100%;
}
.hotels-search__add-child .column span + span {
  margin-top: 10px;
}
.hotels-search__child,
.hotels-search__add-child .collapse__btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  border-radius: 5px;
  height: 40px;
  background: #fff6ea;
  font-size: 1.14286rem;
  padding: 0 10px;
  width: 100%;
}
.collapse__content {
  max-height: 0;
  overflow: hidden;
  transition: 0.4s;
}
.hotels-search__add-child .column span + span {
  margin-top: 10px;
}
.hotels-search__add-child .column span {
  cursor: pointer;
  width: 100%;
  display: block;
}
.ui-datepicker-header a {
  cursor: pointer;
}
.search input[type=submit] {
  cursor: pointer;
}
#time,
#search-city,
#search-country {
  cursor: pointer;
}
.select2-container {
  display: block;
  width: 100%;
  cursor: pointer;
}
.search .select2-selection {
  font-family: Roboto, sans-serif;
  font-size: 20px;
  color: #000 !important;
}
.search .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #000;
}
.select2-container--default .select2-selection--single {
  border-radius: 0;
  border: none;
  height: 50px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 50px;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background: #fcefdf;
  color: #333;
  font-weight: bold;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  position: absolute;
  top: 18px;
  right: 12px;
  width: 15px;
  height: 8px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  background: url("/img/search/input-arrow.svg") no-repeat;
  border: none;
  width: 15px;
  height: 8px;
}
.select2-container--open .select2-selection--single .select2-selection__arrow b {
  transform: rotate(180deg);
}
.select2-dropdown,
.select2-container--open .select2-dropdown--below {
  border: 1px solid #666;
  border-radius: 0;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 20px;
}
.select2-results__option {
  padding: 6px 20px 6px 20px;
}
.articles__search .select2-container--default .select2-selection--single {
  height: 40px;
}
.articles__search .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 40px;
  font-size: 14px;
  color: #B6CCE4;
}
.articles__search .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 14px;
}
.articles__search .select2-results__option {
  font-size: 14px;
  color: #B6CCE4;
}
.search-form-select .select2-results__option {
  font-size: 14px;
  color: #333;
}
.feedback__form input,
.feedback__form textarea {
  width: 100%;
}
.feedback__form .help-block {
  color: #f8991d;
  font-size: 10px;
}
.feedback__form .feedback__captcha .form-group {
  display: grid;
  grid-template-columns: 1fr 3fr;
}
.feedback__form .feedback__captcha .form-group .help-block {
  grid-column: 1 / -1;
}
.feedback__form .feedback__captcha input {
  font-size: 20px;
  line-height: 23px;
  color: #200E32;
  padding: 15px 20px;
  border: 1px solid #B6CCE4;
}
.br-widget {
  padding-left: 50%;
  margin-left: -15%;
}
.br-theme-css-stars .br-widget {
  height: 28px;
  white-space: nowrap;
}
.br-theme-css-stars .br-widget a {
  text-decoration: none;
  height: 40px;
  width: 33px;
  float: left;
  font-size: 36px;
  margin-right: 5px;
}
.br-theme-css-stars .br-widget a:after {
  content: "\2605";
  color: #d2d2d2;
}
.br-theme-css-stars .br-widget a.br-active:after {
  color: #EDB867;
}
.br-theme-css-stars .br-widget a.br-selected:after {
  color: #EDB867;
}
.br-theme-css-stars .br-widget .br-current-rating {
  display: none;
}
.br-theme-css-stars .br-readonly a {
  cursor: default;
}
.ui-datepicker .ui-datepicker-calendar {
  border-spacing: 4px 2px !important;
}
@media print {
  .br-theme-css-stars .br-widget a:after {
    content: "\2606";
    color: black;
  }
  .br-theme-css-stars .br-widget a.br-active:after,
  .br-theme-css-stars .br-widget a.br-selected:after {
    content: "\2605";
    color: black;
  }
}
.reviews__slider .swiper-slide-active {
  border-radius: 0 0 0 100px;
  overflow: hidden;
}
.reviews__slider .swiper-slide-active + div + div {
  border-radius: 0 100px 0 0;
  overflow: hidden;
}
.articles__slider .swiper-slide-active {
  border-radius: 0 20px 0 20px;
  overflow: hidden;
}
.articles__slider .swiper-slide-active + div + div {
  border-radius: 0 20px 0 0;
  overflow: hidden;
}
.error {
  background-color: #EBF1FD;
  padding-top: 35px;
  padding-bottom: 59px;
}
.error .container {
  text-align: center;
}
.error__bg {
  margin-bottom: 38px;
}
.error__heading {
  font-weight: 900;
  font-size: 60px;
  line-height: 70px;
  color: #200E32;
  margin-bottom: 9px;
}
.error__text {
  font-size: 20px;
  line-height: 23px;
  color: #200E32;
}
@media (max-width: 1279px) {
  .error {
    padding-bottom: 87px;
  }
}
@media (max-width: 1023px) {
  .error {
    padding-top: 30px;
    padding-bottom: 40px;
  }
  .error__bg {
    margin-bottom: 30px;
  }
  .error__heading {
    font-size: 40px;
    line-height: 47px;
    margin-bottom: 20px;
  }
  .error__text {
    font-size: 18px;
    line-height: 21px;
  }
}
@media (max-width: 767px) {
  .error__bg {
    margin-bottom: 17px;
  }
  .error__heading {
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 10px;
  }
  .error__text {
    font-size: 16px;
    line-height: 19px;
  }
}
.vacations-type__heading {
  font-weight: 900;
  font-size: 40px;
  line-height: 47px;
  text-align: center;
  color: #0662BA;
  margin-bottom: 34px;
}
@media (max-width: 1279px) {
  .vacations-type {
    margin-bottom: 50px;
  }
  .vacations-type__heading {
    margin-bottom: 30px;
  }
  .vacations-type__ico {
    width: 90px;
    height: 90px;
    margin-bottom: 25px;
  }
  .vacations-type__item-title {
    font-size: 18px;
    line-height: 21px;
    margin-bottom: 12px;
  }
}
@media (max-width: 1023px) {
  .vacations-type {
    margin-bottom: 40px;
  }
  .vacations-type__heading {
    font-size: 30px;
    line-height: 35px;
  }
  .vacations-type__item {
    padding-top: 10px;
  }
  .vacations-type__item:not(:first-child)::before {
    left: -15px;
  }
  .vacations-type__ico {
    width: 70px;
    height: 70px;
  }
  .vacations-type__item-title {
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .vacations-type__heading {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 20px;
  }
  .vacations-type__wrapper {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 40px;
    column-gap: 0;
    justify-content: space-between;
  }
  .vacations-type__item {
    padding-top: 0;
  }
  .vacations-type__item:nth-child(2)::before {
    display: none;
  }
  .vacations-type__item:not(:nth-child(-n+2))::before {
    content: "";
    position: absolute;
    top: -20px;
    right: 0;
    bottom: 0;
    left: 0;
    border-left: none;
    border-top: 1px dashed #979797;
  }
  .vacations-type__item:last-child {
    grid-column: span 2;
  }
  .vacations-type__ico {
    margin-bottom: 20px;
  }
  .vacations-type__item-title {
    margin-bottom: 0;
  }
}
.recommendations {
  margin-bottom: 60px;
}
.recommendations__heading {
  font-size: 40px;
  line-height: 47px;
  font-weight: 900;
  color: #200E32;
  text-align: center;
  margin-bottom: 10px;
}
.recommendations__description {
  font-size: 18px;
  line-height: 21px;
  color: #200E32;
  text-align: center;
  margin-bottom: 30px;
}
.recommendations__slider {
  padding-left: 20px;
  padding-right: 20px;
  margin-left: -20px;
  margin-right: -20px;
  margin-bottom: 20px;
}
.recommendations .swiper-slide-visible + * + * + * {
  border-radius: 0px 20px 0px 0px;
  overflow: hidden;
}
.recommendations .swiper-slide-active {
  border-radius: 0px 0px 0px 20px;
  overflow: hidden;
}
.recommendations .recommendation {
  position: relative;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
}
.recommendations .recommendation:first-child {
  border-radius: 0px 0px 0px 20px;
  overflow: hidden;
}
.recommendations .recommendation__image {
  width: 100%;
  height: 100%;
}
.recommendations .recommendation__image img {
  display: block;
  width: 100%;
  height: 152px;
  object-fit: cover;
  object-position: center;
}
.recommendations .recommendation__description {
  height: 74px;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px;
}
.recommendations .recommendation__name {
  font-size: 16px;
  line-height: 19px;
  color: #fff;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.recommendations__slider_prev {
  top: 50%;
  left: 1px;
  width: 40px;
  height: 40px;
  background: #FFFFFF;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: rotate(180deg);
}
.recommendations__slider_prev::after {
  content: "";
}
.recommendations__slider_next {
  top: 50%;
  right: 1px;
  width: 40px;
  height: 40px;
  background: #FFFFFF;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.recommendations__slider_next::after {
  content: "";
}
.recommendations__order {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.recommendations__order-redirect {
  font-size: 16px;
  line-height: 19px;
  color: #0662BA;
  text-decoration-line: underline;
  display: flex;
  align-items: center;
  gap: 11px;
}
@media (max-width: 1279px) {
  .recommendations {
    margin-bottom: 50px;
  }
  .recommendations .recommendation__name {
    font-size: 14px;
    line-height: 16px;
  }
  .recommendations__slider_prev {
    left: 11px;
  }
  .recommendations__slider_next {
    right: 11px;
  }
}
@media (max-width: 1023px) {
  .recommendations__heading {
    font-size: 30px;
    line-height: 35px;
  }
  .recommendations__description {
    font-size: 16px;
    line-height: 19px;
  }
  .recommendations__slider {
    margin-bottom: 10px;
  }
  .recommendations .swiper-slide-visible + * + * {
    border-radius: 0px 20px 0px 0px;
    overflow: hidden;
  }
  .recommendations__slider_prev {
    left: 11px;
  }
  .recommendations__slider_next {
    right: 11px;
  }
  .recommendations__order-redirect {
    font-size: 14px;
    line-height: 16px;
  }
}
.input-number-t {
  display: flex;
  align-items: center;
  width: 134px;
}
.input-number-t span {
  flex-direction: row;
  align-items: center;
  justify-content: center;
  display: flex;
  background: var(--beige);
  width: 30px;
  height: 30px;
  background: #fff6ea;
  border-radius: 50%;
  flex-shrink: 0;
  cursor: pointer;
  color: #F8991D;
  font-size: 1.57143rem;
  font-weight: 700;
}
.input-number-t input {
  width: 100%;
  margin: 0 5px;
  border: none;
  font-family: inherit;
  padding: 0;
  text-align: center;
  font-weight: 700;
  font-size: 1.14286rem;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  font-size: 14px;
}
@media (max-width: 767px) {
  .recommendations .recommendation__image img {
    height: 200px;
  }
  .recommendations__heading {
    font-size: 24px;
    line-height: 28px;
  }
  .recommendations .swiper-slide-visible + * {
    border-radius: 0px 20px 0px 0px;
    overflow: hidden;
  }
  .recommendations__description {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 10px;
  }
}
/*# sourceMappingURL=index_data.css.map */