

/* Start:/local/templates/empty/styles/tours.min.css?176413720010787*/
@charset "UTF-8";

.sectionChips-item img{
  margin-right: 10px;
}

.sectionChips-item.is-active img{
  filter: brightness(0) invert(1);
}

.tourSelection {
  padding-bottom: 80px
}

.tourSelection-detail .tourSelection-widget {
  margin-top: 0
}

.tourSelection-desc {
  padding-top: 30px;
  font-weight: 300;
  text-align: justify;
  color: #0d1d50;
  line-height: 155.55556%
}
.items-text {
	max-height: 155px;
	overflow: hidden;
	position: relative;
	/*
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	*/
}

.items-text::after {
	background: -webkit-gradient(linear, left bottom, left top, from(#f7f7f7), to(transparent));
	background: -o-linear-gradient(bottom, #f7f7f7, transparent);
	background: linear-gradient(0deg, #f7f7f7, transparent);
	bottom: 0;
	content: '';
	display: block;
	height: 2.25em;
	left: 0;
	position: absolute;
	width: 100%;
}

.item-hotel {
	height: 0;
	overflow: hidden;
}

.tourSelection-desc p {
  margin-top: 0
}

.tourSelection-countries {
  padding: 80px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.tourSelection-countries__title {
  font-weight: 700;
  color: #0d1d50;
  font-size: 24px;
  line-height: 116.66667%;
  margin-bottom: 33px;
  width: 100%
}

.tourSelection-countries__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -10px;
  /* padding-bottom: 30px; */
  width: calc(100% + 20px)
}
/*
Updated from n+7 to n+5 14.12.2023
*/
.tourSelection-countries__list.is-active li:nth-child(n+5) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.tourSelection-countries__list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: calc(50% - 20px);
  margin: 0 10px 10px;
  background: #fff;
  border-radius: 4px;
  -webkit-transition: .25s;
  -o-transition: .25s;
  transition: .25s
}

.tourSelection-countries__list li:hover {
  background: #2270f2
}

.tourSelection-countries__list li:hover .item-text {
  color: #fff
}

/*
Updated from n+7 to n+5 14.12.2023
*/
/* .tourSelection-countries__list li:nth-child(n+5) {
  display: none
} */

.tourSelection-countries__list .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 15px;
  width: 100%
}

.tourSelection-countries__list .item-image {
  width: 29.03226%;
  margin-right: 10px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  height: 30px;
}

.tourSelection-countries__list .item-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

.tourSelection-countries__list .item-text {
  font-weight: 600;
  font-size: 15px;
  line-height: 18px;
  color: #2270f2;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap
}

.tourSelection-countries__moreBtn {
  margin: 0 auto;
  padding: 15px 40px
}

.tourSelection-countries__moreBtn.is-active span.hide {
  display: block
}

.tourSelection-countries__moreBtn span.hide,
.tourSelection-countries__moreBtn.is-active span.expand {
  display: none
}

.tourSelection-resorts {
  padding: 80px 0 50px
}

.tourSelection-resorts .section-subtitle {
  margin-bottom: 33px
}

.tourSelection-resorts__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -10px
}

.tourSelection-resorts__list li {
  margin: 0 10px 10px;
  background: #fff;
  border-radius: 4px;
  -webkit-transition: .25s;
  -o-transition: .25s;
  transition: .25s;
  width: calc(100% - 20px);
  overflow: hidden
}

.tourSelection-resorts__list li:hover {
  background: #2270f2
}

.tourSelection-resorts__list li:hover a {
  color: #fff
}

.tourSelection-resorts__list li a {
  display: block;
  font-size: 16px;
  line-height: 118.75%;
  color: #2270f2;
  padding: 15px 20px;
  font-weight: 500
}

.tourSelection-hotels {
  padding: 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.tourSelection-hotels .section-subtitle {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-bottom: 30px
}

.tourSelection-hotels__searchbar {
  width: 100%
}

.tourSelection-hotels__searchbar .input-icon .icon {
  left: auto !important;
  right: 20px !important
}

.tourSelection-hotels__searchbar .input-icon__wrap input:not([type=checkbox]):not([type=radio]) {
  padding-left: 20px !important;
  padding-right: 44px !important
}

.tourSelection-hotels__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 32px -15px 50px;
  width: calc(100% + 30px)
}

.tourSelection-hotels__list.is-empty::after {
  content: "Ничего не найдено...";
  display: block;
  padding: 8px 30px 8px 0;
  margin: 0 15px;
  width: 100%;
  font-weight: 500;
  font-size: 16px;
  line-height: 138%;
  color: #0d1d50
}

.tourSelection-hotels__list li {
  width: calc(100% - 30px);
  margin: 0 15px;
  padding: 8px 30px 8px 0
}

.tourSelection-hotels__list li.is-hidden {
  display: none
}

.tourSelection-hotels__list li:hover a {
  color: #2270f2
}

.tourSelection-hotels__list li a {
  font-weight: 500;
  font-size: 16px;
  line-height: 138%;
  color: #0d1d50;
  -webkit-transition: .25s;
  -o-transition: .25s;
  transition: .25s
}

.tourSelection-widget {
  border-top: 1px solid rgba(0, 38, 76, .15);
  padding-top: 20px;
  margin-top: 40px
}

.tourSelection-widget__types {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

#rec326466551{
  padding-top: 0 !important;
}

.tourSelection-widget__types.is-active ul {
  width: 100%
}

/*
Updated from n+7 to n+5 14.12.2023
*/
.tourSelection-widget__types.is-active ul li:nth-child(n+5) {
  display: block
}

.tourSelection-widget__types.is-active .more {
  margin-top: 10px
}

.tourSelection-widget__types.is-active .more span.hide {
  display: block
}

.tourSelection-widget__types.is-active .more span.expand {
  display: none
}

.tourSelection-widget__types ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin: 0 -10px
}

.tourSelection-widget__types ul li {
  margin: 10px
}

/*
Updated from n+7 to n+5 14.12.2023
*/
.tourSelection-widget__types ul li:nth-child(n+5) {
  display: none
}

.tourSelection-widget__types ul li a {
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  color: #2270f2
}

.tourSelection-widget__types .more {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 10px 35px;
  border: 1px solid #0d1d50;
  border-radius: 4px;
  cursor: pointer;
  color: #0d1d50;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  font-weight: 700;
  -webkit-transition: .25s;
  -o-transition: .25s;
  transition: .25s
}

.tourSelection-widget__types .more:hover {
  background: #0d1d50;
  color: #fff
}

.tourSelection-widget__types .more span.hide {
  display: none
}

.tourSelection-widget__options {
  border-radius: 6px;
  -webkit-filter: drop-shadow(0 10px 20px rgba(13, 29, 80, .05));
  filter: drop-shadow(0 10px 20px rgba(13, 29, 80, .05));
  background: #fff;
  border: 1px solid #d9dfe4;
  height: 84px;
  margin: 20px 0 30px
}

.tourSelection-widget__detail {
  border: 1px solid #d9dfe4;
  border-radius: 6px;
  height: 451px;
  background: #f1f2f4
}

.tourSelection-regions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 30px;
  padding-bottom: 50px
}

.tourSelection-regions__ul {
  margin: 20px -10px 44px;
  width: calc(100% + 20px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.tourSelection-regions__ul.is-active li:nth-child(n+21) {
  display: block
}

.tourSelection-regions__ul li {
  width: calc(100% - 20px);
  margin: 8px 10px;
  -webkit-transition: .25s;
  -o-transition: .25s;
  transition: .25s
}

.tourSelection-regions__ul li a {
  font-weight: 500;
  font-size: 16px;
  line-height: 137.5%;
  color: #0d1d50
}

.tourSelection-regions__ul li a:hover {
  color: #2270f2
}

.tourSelection-regions__ul li:nth-child(n+21) {
  display: none
}

.tourSelection-regions__moreBtn {
  margin: 0 auto;
  padding: 15px 40px
}

.tourSelection-regions__moreBtn.is-active span.hide {
  display: block
}

.tourSelection-regions__moreBtn span.hide,
.tourSelection-regions__moreBtn.is-active span.expand {
  display: none
}

.resorts .tourSelection-hotels {
  padding: 80px 0 0
}

.resorts .tourSelection-hotels ul {
  margin-bottom: 0
}

@media screen and (min-width:400px) {
  .tourSelection-resorts__list li {
    width: calc(50% - 20px)
  }
}

@media screen and (min-width:576px) {

  .tourSelection-countries__list li,
  .tourSelection-resorts__list li {
    width: calc(33.33% - 20px)
  }

  .tourSelection-regions__ul li {
    width: calc(50% - 20px)
  }
}

@media screen and (min-width:641px) {
  .tourSelection-hotels .section-subtitle {
    -ms-flex-preferred-size: calc(100% - 650px);
    flex-basis: calc(100% - 650px);
    margin-bottom: 0
  }

  .tourSelection-hotels__searchbar {
    -ms-flex-preferred-size: 510px;
    flex-basis: 510px
  }
}

@media screen and (min-width:768px) {

  .tourSelection-countries__list li,
  .tourSelection-resorts__list li {
    width: calc(25% - 20px)
  }

  .tourSelection-hotels__list li {
    width: calc(50% - 30px)
  }
}

@media screen and (min-width:991px) {
  .tourSelection-regions__ul li {
    width: calc(33.33% - 20px)
  }
}

@media screen and (min-width:1024px) {
  .tourSelection-desc {
    font-size: 18px;
    line-height: 155.55556%
  }

  .tourSelection-countries__list li,
  .tourSelection-resorts__list li {
    width: calc(20% - 20px)
  }

  .tourSelection-hotels__list li {
    width: calc(33.33% - 30px)
  }
}

@media screen and (min-width:1152px) {

  .tourSelection-countries__list li,
  .tourSelection-resorts__list li {
    width: calc(100% / 6 - 20px)
  }

  .tourSelection-regions__ul li {
    width: calc(100% / 4 - 20px)
  }
}

@media screen and (max-width:768px) {
  .tourSelection-countries__title {
    font-size: 30px
  }
}
/* End */
/* /local/templates/empty/styles/tours.min.css?176413720010787 */
