

/* Start:/local/templates/youtravel/assets/css/tours/tours.css?178091306128648*/
@font-face {
  font-family: "SF Pro Display";
  src: url("/local/templates/youtravel/assets/css/tours/../../fonts/SFProDisplay/SFProDisplay-Semibold.eot");
  src: local("SF Pro Display Semibold"), local("SFProDisplay-Semibold"), url("/local/templates/youtravel/assets/css/tours/../../fonts/SFProDisplay/SFProDisplay-Semibold.eot?#iefix") format("embedded-opentype"), url("/local/templates/youtravel/assets/css/tours/../../fonts/SFProDisplay/SFProDisplay-Semibold.woff2") format("woff2"), url("/local/templates/youtravel/assets/css/tours/../../fonts/SFProDisplay/SFProDisplay-Semibold.woff") format("woff"), url("/local/templates/youtravel/assets/css/tours/../../fonts/SFProDisplay/SFProDisplay-Semibold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "SF Pro Text";
  src: local("SF Pro Text Semibold"), local("SFProText-Semibold"), url("/local/templates/youtravel/assets/css/tours/../../fonts/SFProText/SFProText-Semibold.woff") format("woff"), url("/local/templates/youtravel/assets/css/tours/../../fonts/SFProText/SFProText-Semibold.woff2") format("woff2"), url("/local/templates/youtravel/assets/css/tours/../../fonts/SFProText/SFProText-Semibold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

body.tour-page {
  overflow-x: hidden;
}

.tours,
.trips {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 -5px;
}

.tours--one_row .tours-item:nth-child(5),
.trips--one_row .tours-item:nth-child(5) {
  display: none;
}

.tours--one_row-button,
.trips--one_row-button {
  margin-top: 25px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.tours--one_row-button a,
.trips--one_row-button a {
  width: 200px;
  height: 42px;
  background: #EFF0F5;
  border-radius: 5px;
  font-family: Roboto, "SF Pro Text", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  letter-spacing: 0.0385em;
  text-transform: uppercase;
  color: #000000;
}

.tours-item,
.trips-item {
  width: 50%;
  margin: 0;
  display: block;
  padding: 7px 5px;
  font-size: 10px;
  line-height: 12px;
}

.tours-item :hover .tours-item__image,
.trips-item :hover .tours-item__image {
  transform: scale(1.07);
}

.tours-item__text--bold,
.trips-item__text--bold {
  font-weight: 600;
}

.tours-item__text-crossed,
.trips-item__text-crossed {
  text-decoration: line-through;
  color: #b2b3b3;
}

.tours-item .booking__s7,
.trips-item .booking__s7 {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.tours-item .booking__s7 div,
.trips-item .booking__s7 div {
  font-family: Inter, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  line-height: 18px;
  color: #2A3B4D;
}

.tours-item .booking__s7 div span,
.trips-item .booking__s7 div span {
  font-weight: 700;
}

.tours-item .booking__s7 div.s7logo,
.trips-item .booking__s7 div.s7logo {
  margin-left: 4px;
  width: 15px;
  height: 15px;
  background: url(/local/templates/youtravel/assets/i/s7logo15.svg) no-repeat;
  background-size: contain;
}

.tours-item__wrap,
.trips-item__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  padding: 108px 10px 0;
  background: #FFFFFF;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.24), 0px 0px 2px rgba(0, 0, 0, 0.12);
  border-radius: 3px;
  font-size: 12px;
  height: 100%;
  z-index: auto;
}

.tours-item__wrap--highlighted,
.trips-item__wrap--highlighted {
  border: 1px solid #ff7373;
}

.tours-item__wrap--uniq_highlighted,
.trips-item__wrap--uniq_highlighted {
  border: 1px solid #662170;
}

.tours-item__wrap a:not(.tour-author__name):focus,
.tours-item__wrap a:not(.tour-author__name):hover,
.trips-item__wrap a:not(.tour-author__name):focus,
.trips-item__wrap a:not(.tour-author__name):hover {
  color: #ffffff;
  text-decoration: none;
}

.tours-item__top,
.trips-item__top {
  position: absolute;
  top: 0;
  left: 0;
  height: 172px;
  width: 100%;
  right: 0;
  display: block;
  border-radius: 3px 3px 0 0;
  overflow: hidden;
}

.tours-item__image,
.trips-item__image {
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  width: 100%;
  transition: all 6000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.tours-item__favorite,
.trips-item__favorite {
  z-index: 2;
  font-size: 19px;
  right: 16px;
  width: 12px;
  height: 12px;
  top: 8px;
  color: #FFFFFF;
  display: block;
  position: absolute;
}

.tours-item__early-booking,
.trips-item__early-booking {
  display: block;
  color: #fff;
  position: absolute;
  top: 12px;
  right: 35px;
  background: #4CB5AB;
  border-radius: 3px;
  font-size: 10px;
  padding: 2px 5px;
  text-transform: uppercase;
  font-weight: 500;
  font-family: "Roboto", "SF Pro Text", sans-serif;
}

.tours-item__cta,
.trips-item__cta {
  background-color: #ff7373;
  padding: 6px;
  color: #fff;
  font-size: 9px;
  line-height: 9px;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 4px;
  display: inline-block;
}

.tours-item__image_shadow,
.trips-item__image_shadow {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  -webkit-box-shadow: inset 0px -100px 20px -20px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: inset 0px -100px 20px -20px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0px -100px 20px -20px rgba(0, 0, 0, 0.25);
}

.tours-item__info,
.trips-item__info {
  display: block;
  z-index: auto;
  font-size: 10px;
  color: #000000;
}

.tours-item__title,
.trips-item__title {
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  height: 51px;
  display: flex;
  align-items: flex-end;
  text-decoration: unset;
}

.tours-item__title:after,
.trips-item__title:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  content: "";
}

.tours-item__title_text,
.trips-item__title_text {
  max-height: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  position: relative;
}

.tours-item__title-nofull:after,
.trips-item__title-nofull:after {
  display: none;
}

.tours-item__tags_container,
.trips-item__tags_container {
  display: flex;
  margin-top: 6px;
  justify-content: space-between;
  position: relative;
}

.tours-item__tags_container-between,
.trips-item__tags_container-between {
  display: flex;
  margin-top: 6px;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}

.tours-item__tag,
.trips-item__tag {
  font-weight: 500;
  font-size: 10px;
  line-height: 12px;
  font-family: "Roboto", "SF Pro Text", sans-serif;
  color: #FFFFFF;
  border-radius: 2px;
  text-transform: uppercase;
  padding: 1px 4px;
  align-items: center;
}

.tours-item__tag-item,
.trips-item__tag-item {
  padding: 1px 4px;
}

.tours-item__tag-item_date,
.trips-item__tag-item_date {
  font-weight: 700;
}

.tours-item__tag-item_date:first-of-type,
.trips-item__tag-item_date:first-of-type {
  background-color: #4CB5AB;
}

.tours-item__tag-item_date:last-of-type,
.trips-item__tag-item_date:last-of-type {
  background-color: #662170;
}

.tours-item__tag-item:first-of-type,
.trips-item__tag-item:first-of-type {
  border-radius: 3px 0 0 3px;
  background-color: #4CB5AB;
}

.tours-item__tag-item:last-of-type,
.trips-item__tag-item:last-of-type {
  border-radius: 0 3px 3px 0;
  background-color: #662170;
}

.tours-item__tag--type,
.trips-item__tag--type {
  background: #B2B3B3;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.tours-item__tag--type-status-publish,
.trips-item__tag--type-status-publish {
  background: #b0cb1f;
}

.tours-item__tag--type-status-moderate,
.trips-item__tag--type-status-moderate {
  background: orange;
}

.tours-item__tag--type-status-draft,
.trips-item__tag--type-status-draft {
  background: blue;
}

.tours-item__tag--type-status-delete,
.trips-item__tag--type-status-delete {
  background: red;
}

.tours-item__tag--type-status-hidden,
.trips-item__tag--type-status-hidden {
  background: #B2B3B3;
}

.tours-item__tag--type-status-no_publish,
.trips-item__tag--type-status-no_publish {
  background: #B2B3B3;
}

.tours-item__tag--type-date,
.trips-item__tag--type-date {
  display: flex;
  flex-direction: row;
  padding: 0;
}

.tours-item__tag--places,
.trips-item__tag--places {
  background: #EF7F1A;
  margin-left: 1em;
  flex-shrink: 0;
}

.tours-item__tag--new,
.trips-item__tag--new {
  background: #F44336;
  margin-left: 1em;
  flex-shrink: 0;
}

.tours-item__tag--guarantee,
.trips-item__tag--guarantee {
  background: #4CB5AB;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin: 0 1em 0 0;
  display: none;
}

.tours-item__tag--guarantee-icon,
.trips-item__tag--guarantee-icon {
  margin-right: 2px;
}

.tours-item__tag--guarantee-title,
.trips-item__tag--guarantee-title {
  overflow: hidden;
  text-overflow: ellipsis;
  flex: 1;
  font-family: Roboto, "SF Pro Text", sans-serif;
}

.tours-item__country,
.trips-item__country {
  font-weight: 600;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin-top: 5px;
  margin-bottom: 5px;
  color: #000;
  display: block;
}

.tours-item__dates,
.trips-item__dates {
  margin-bottom: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.tours-item__dates_text,
.trips-item__dates_text {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.tours-item__cost,
.trips-item__cost {
  font-weight: 600;
  font-size: 12px;
  padding: 0;
  text-align: unset;
  margin-bottom: 5px;
  text-transform: capitalize;
}

.tours-item__details,
.trips-item__details {
  display: flex;
  flex-direction: column-reverse;
}

.tours-item__expert,
.trips-item__expert {
  display: flex;
  margin-bottom: 5px;
}

.tours-item__expert_name,
.trips-item__expert_name {
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 12px;
  font-weight: 500;
  color: #1f1f1f;
  display: block;
  z-index: 3;
}

.tours-item__expert_name a,
.trips-item__expert_name a {
  color: #1f1f1f;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
}

.tours-item__expert_rating,
.trips-item__expert_rating {
  margin-left: auto;
  white-space: nowrap;
  color: #662170;
}

.tours-item__expert_best-rating,
.trips-item__expert_best-rating {
  margin-left: auto;
  white-space: nowrap;
  color: #E08538;
  font-size: 10px;
  display: flex;
  align-items: center;
  flex-direction: row;
}

.tours-item__expert_thumb-up,
.trips-item__expert_thumb-up {
  min-width: 13px;
  height: 13px;
  margin-right: 5px;
}

.tours-item__avatar,
.trips-item__avatar {
  display: none;
}

.tours-item__status-publish,
.trips-item__status-publish {
  background: #b0cb1f;
}

.tours-item__status-moderate,
.trips-item__status-moderate {
  background: orange;
}

.tours-item__status-draft,
.trips-item__status-draft {
  background: blue;
}

.tours-item__status-delete,
.trips-item__status-delete {
  background: red;
}

.tours-item__status-no_publish,
.trips-item__status-no_publish {
  background: #B2B3B3;
}

.tours-month,
.trips-month {
  padding: 10px 30px 0px;
}

.tours-month-list,
.trips-month-list {
  display: flex;
  flex-wrap: wrap;
}

.tours-month-item,
.trips-month-item {
  border: 1px solid #E5E5E5;
  border-radius: 0 0 3px 3px;
  color: #1f1f1f;
  font-size: 13px;
  cursor: pointer;
  margin-right: 5px;
  margin-bottom: 5px;
  padding: 5px;
  text-align: center;
}

.tours-rrwidget,
.trips-rrwidget {
  padding-bottom: 15px;
}

.tours-catalog-list-ru,
.trips-catalog-list-ru {
  display: none;
}

.tours__mm-banner,
.trips__mm-banner {
  margin: 0 0 5px 20px;
}

.tours__mm-banner-B,
.trips__mm-banner-B {
  display: block;
}

.tours__mm-banner-C,
.trips__mm-banner-C {
  display: none;
}

.tours-item__cost.price-day {
  display: none;
}

.trip-display-price-day .tours-item__cost {
  display: none;
}

.trip-display-price-day .tours-item__cost.price-day {
  display: flex;
}

.filter-main-box .filter-input-wrapper.filter-countries-after::after {
  content: "\f107";
  font-family: Font Awesome\ 5 Free;
  position: absolute;
  top: 0;
  right: 10px;
  font-weight: 900;
  font-size: 20px;
  line-height: 50px;
  margin-right: 15px;
  color: #9FA2B4;
}

.filter-main-box .filter-input-wrapper.after-pointer::after {
  cursor: pointer;
}

.filter-main-box .filter-input-wrapper.filter-main__pointer {
  cursor: pointer;
}

.filter-main-box .filter-input-wrapper .filter-input-ico--search--ico {
  background-size: auto;
  width: 25px;
  height: 25px;
  background-position: 418px 0;
  margin-top: -12px;
  left: 23px;
  background-image: url(/local/templates/youtravel/assets/i/sprite-scss.png?6787743);
  background-position: -87px -256px;
  width: 24px;
  height: 24px;
}

.filter-main-box .filter-input-wrapper .filter-input-ico.filter-input-ico-map {
  background-size: auto;
  background-image: url(/local/templates/youtravel/assets/i/sprite-scss.png?6787743);
  background-position: -268px -116px;
  width: 24px;
  height: 24px;
}

.filter-main-box .filter-input-wrapper .filter-input-ico.filter-input-ico-calendar {
  background-size: auto;
  background-image: url(/local/templates/youtravel/assets/i/sprite-scss.png?6787743);
  background-position: -87px -169px;
  width: 24px;
  height: 24px;
}

.filter-main-box .filter-input-wrapper .filter-input-value {
  margin-right: 45px;
}

.filter-main-box .filter-input-wrapper .filter-input-value .filter-main__placeholder {
  position: relative;
  top: -17px;
  left: 0;
  opacity: 1;
  line-height: 1;
  text-align: left;
  font-size: 10px;
  color: #9FA2B4;
  transition: 0.4s all linear;
  width: 180px;
  overflow: hidden;
}

.filter-main-box .filter-input-wrapper .filter-input-value-wrapper .filter-input-apply--size {
  height: 45px;
}

.filter-top-mobile {
  width: 100%;
  display: none;
  bottom: 58px;
  position: fixed;
  z-index: 10;
  justify-content: center;
  align-items: center;
  font-family: Inter, sans-serif;
  transition: 0.3s;
}

.filter-top-mobile-item {
  font-weight: 600;
  font-size: 14px;
  margin: 0 17px;
  display: flex;
}

.filter-top-mobile-item span {
  background-color: #2A3B4D;
  border-radius: 50%;
  color: #F0F5FC;
  margin-left: 8px;
  width: 20px;
  height: 20px;
  justify-content: center;
  align-items: center;
  text-align: center;
  display: none;
}

.filter-top-mobile-button {
  width: 18px;
  height: 18px;
  background: url("/static/i/filter/filter-shape.png") no-repeat;
  background-size: contain;
  color: transparent;
}

.custom-page-list {
  display: flex;
  margin-bottom: 20px;
}

.custom-page-item {
  width: 219px;
  height: 126px;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  margin: 10px;
}

.custom-page-item-link {
  width: 100%;
  height: 100%;
  display: block;
}

.custom-page-item-image {
  width: 100%;
  height: 100%;
}

.custom-page-item-name {
  color: #fff;
  display: block;
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  top: 24px;
  margin: auto;
  font-size: 15px;
  font-weight: 500;
  width: 80%;
  text-align: center;
  text-shadow: 1px 3px 3px #000;
}

.custom-page-item-label {
  color: #fff;
  display: block;
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  bottom: 12px;
  margin: auto;
  font-family: "Roboto", "SF Pro Text", sans-serif;
  font-size: 15px;
  font-weight: 500;
  width: 80%;
  text-align: center;
  text-shadow: 1px 3px 3px #000;
  transition: 0.3s;
  opacity: 0;
}

.custom-page-item-tag {
  background: #662170;
  color: #fff;
  border-radius: 15px;
  font-size: 18px;
  padding: 3px 7px;
}

.black-friday {
  background: #000;
  font-family: Montserrat, sans-serif;
  width: 100%;
  height: 100%;
  display: block;
}

.black-friday .custom-page-item-name {
  left: 22px;
  right: auto;
  margin: 0;
  width: 100px;
  text-align: center;
  font-weight: 600;
  font-size: 18px;
  line-height: 105%;
  top: 31px;
}

.black-friday .custom-page-item-tag {
  position: absolute;
  right: auto;
  top: 73px;
  left: 23px;
  font-weight: 800;
  font-size: 16px;
  line-height: 20px;
  border-radius: 5px;
}

.black-friday .custom-page-item-image {
  width: 101px;
  height: 93px;
  position: absolute;
  right: 0;
  margin: auto;
  top: 0;
  bottom: 0;
}

.black-friday.ru .custom-page-item-name {
  width: 82px;
}

.tours-item-head {
  position: absolute;
  top: 9px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: flex-start;
}

.tours-item-promo {
  background: #0F0F0F;
  border-radius: 3px;
  color: #fff;
  font-family: "Roboto", "SF Pro Text", sans-serif;
  font-weight: 500;
  padding: 3px 7px;
  font-size: 12px;
  display: block;
  margin-bottom: 11px;
}

.tours-item-discount-percentage {
  color: #fff;
  background: #FF0808;
  border-radius: 3px;
  padding: 3px 6px;
  font-family: "Roboto", "SF Pro Text", sans-serif;
  font-weight: 500;
  font-size: 12px;
  display: inline-block;
  margin-right: 8px;
  margin-bottom: 7px;
}

.tours-item-discount-percentage:empty {
  display: none;
}

.tours-item-legend {
  color: #fff;
  background: #662170;
  border-radius: 3px;
  padding: 3px 6px;
  font-family: "Roboto", "SF Pro Text", sans-serif;
  font-weight: 500;
  font-size: 12px;
  display: inline-block;
  margin-right: 8px;
  margin-bottom: 7px;
}

.tours-item-legend:empty {
  display: none;
}

.tours-item-cashback-mir {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  padding: 0px 2px;
  width: 119px;
  height: 18px;
  background: #FEFEFE;
  border-radius: 2px;
}

.tours-item-cashback-mir span {
  font-family: Roboto, "SF Pro Text", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 18px;
  /* identical to box height, or 150% */
  display: flex;
  align-items: center;
  text-transform: uppercase;
  color: #0A6043;
}

.custom-page-item-link:hover .custom-page-item-label {
  opacity: 1;
}

.mobile-ab-test-yt10818 {
  display: none;
}

.mobile-ab-test-yt10818 .detail-page__block {
  padding: 40px 0 70px;
}

.mobile-ab-test-yt10818 .detail-page__block .content {
  padding: 0 40px;
  margin: auto;
}

.mobile-ab-test-yt10818 .detail-page__block .content .detail-page__title {
  text-align: center;
  margin: 15px 0 35px;
}

.route-calendar {
  margin-top: 30px;
  padding: 10px 30px 0;
}

.route-calendar-head {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  padding-bottom: 10px;
  margin-bottom: 18px;
}

.route-calendar-list {
  display: flex;
  flex-wrap: wrap;
  max-width: 800px;
}

.route-calendar-item {
  font-size: 14px;
  width: 180px;
  display: flex;
  justify-content: space-between;
  margin-right: 84px;
  min-width: 180px;
  margin-bottom: 18px;
}

.route-calendar-item-month {
  color: #888;
}

.route-calendar-item-price {
  color: #444;
}

.tours-warning {
  padding: 10px 40px;
}

.tours-header-banner {
  position: absolute;
  top: 72px;
  width: 100%;
  height: 270px;
  display: flex;
  justify-content: flex-start;
  flex-direction: row-reverse;
  background: linear-gradient(154.17deg, #F0D5F4 4.03%, #E4E2F3 83.99%);
}

.tours-header-banner-rightblock {
  width: 434px;
  height: 100%;
  margin-right: 300px;
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;
}

.tours-header-banner-rightblock > div {
  margin-top: -38px;
}

.tours-header-banner-rightblock-top {
  width: 210px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: start;
}

.tours-header-banner-rightblock-top .number-block {
  height: 48px;
  width: 48px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  background: #DACEE3;
  border-radius: 12px;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  color: #000000;
}

.tours-header-banner-rightblock-top .line {
  width: 156px;
  flex-grow: 1;
  border: 1px solid #DACEE3;
  margin: 0 10px;
}

.tours-header-banner-rightblock-bottom {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  width: 188px;
  height: 72px;
}

.tours-header-banner-rightblock-bottom-title {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #662170;
}

.tours-header-banner-rightblock-bottom-description {
  margin-top: 12px;
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 18px;
  display: flex;
  align-items: center;
  color: #121212;
}

.filter-countries__content-item .checkbox-container.near-info {
  display: flex;
}

.filter-countries__content-item .checkbox-container.near-info label {
  cursor: default;
  pointer-events: none;
}

.detail-page__block {
  padding: 40px 10px 70px;
}

.detail-page__title {
  text-align: center;
  margin: 15px 0 35px;
}

.seo-text-content {
  display: none !important;
}

.seo-text-content.show {
  display: flex !important;
}

@media only screen and (min-width: 760px) {
  .tours--one_row .tours-item:nth-child(4),
  .trips--one_row .tours-item:nth-child(4) {
    display: none;
  }

  .tours--one_row-button .tours--one_row-button-mobile,
  .trips--one_row-button .tours--one_row-button-mobile {
    display: none;
  }

  .tours-item,
  .trips-item {
    width: 33%;
  }

  .tours-item__wrap,
  .trips-item__wrap {
    padding: 151px 10px 0;
  }

  .tours-item__top,
  .trips-item__top {
    height: 215px;
  }

  .tours-item__cta,
  .trips-item__cta {
    font-size: 11px;
    line-height: 13px;
  }

  .tours-item__info,
  .trips-item__info {
    font-size: 12px;
    line-height: 15px;
  }

  .tours-item__title,
  .trips-item__title {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
  }

  .tours-item__tags_container,
  .trips-item__tags_container {
    justify-content: end;
  }

  .tours-item__tag--type,
  .trips-item__tag--type {
    background: #B0CB1F;
  }

  .tours-item__cost,
  .trips-item__cost {
    font-size: 14px;
    line-height: 18px;
    margin-left: auto;
    display: flex;
    flex-direction: column-reverse;
    justify-content: flex-start;
    vertical-align: bottom;
  }

  .tours-item__cost_discount,
  .trips-item__cost_discount {
    text-align: right;
    font-weight: 300;
    font-size: 10px;
    line-height: 14px;
    color: #EF7F1A;
  }

  .tours-item__details,
  .trips-item__details {
    flex-direction: row;
    margin-bottom: 10px;
    margin-top: 20px;
    line-height: 18px;
  }

  .tours-item__expert,
  .trips-item__expert {
    flex-direction: column;
    vertical-align: middle;
    justify-content: center;
  }

  .tours-item__expert_rating,
  .trips-item__expert_rating {
    margin-left: 0;
  }

  .tours-item__expert_best-rating,
  .trips-item__expert_best-rating {
    align-items: flex-start;
    margin-left: 0;
    white-space: break-spaces;
    margin-right: 5px;
  }

  .tours-item__avatar,
  .trips-item__avatar {
    width: 40px;
    min-width: 40px;
    height: 40px;
    margin-right: 10px;
    display: block;
    border-radius: 50%;
    overflow: hidden;
    z-index: 3;
  }

  .tours-item__avatar img,
  .trips-item__avatar img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: 100%;
    cursor: pointer;
  }
}

@media only screen and (min-width: 1024px) {
  .tours--one_row .tours-item:nth-child(4),
  .trips--one_row .tours-item:nth-child(4) {
    display: block;
  }

  .tours-item,
  .trips-item {
    width: 25%;
  }

  .tours-item__wrap,
  .trips-item__wrap {
    padding: 193px 10px 0;
  }

  .tours-item__top,
  .trips-item__top {
    height: 257px;
  }

  .tours-item__info,
  .trips-item__info {
    font-size: 14px;
    line-height: 18px;
  }

  .tours-item__title,
  .trips-item__title {
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
  }

  .tours-item__tag,
  .trips-item__tag {
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
  }

  .tours-item__tag--guarantee,
  .trips-item__tag--guarantee {
    display: flex;
  }

  .tours-item__cost,
  .trips-item__cost {
    font-size: 16px;
    line-height: 20px;
    text-align: right;
  }

  .tours-item__cost_discount,
  .trips-item__cost_discount {
    font-size: 12px;
    line-height: 15px;
  }

  .tours-item__expert_name,
  .trips-item__expert_name {
    font-size: 14px;
    line-height: 18px;
  }
}

@media only screen and (min-width: 1400px) {
  .tours-item__expert_best-rating,
  .trips-item__expert_best-rating {
    font-size: 14px;
    white-space: break-spaces;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    margin-left: 0;
  }

  .tours-item__expert_thumb-up,
  .trips-item__expert_thumb-up {
    min-width: 20px;
    height: 20px;
  }
}

@media only screen and (min-width: 1441px) {
  .tours--one_row .tours-item:nth-child(5),
  .trips--one_row .tours-item:nth-child(5) {
    display: block;
  }

  .tours-item,
  .trips-item {
    width: 20%;
  }
}

@media only screen and (max-width: 1400px) {
  .tours-header-banner-rightblock {
    margin-right: 230px;
    width: 400px;
  }

  .tours-header-banner-rightblock-bottom {
    width: 188px;
  }
}

@media only screen and (max-width: 1250px) {
  .tours-header-banner {
    display: none;
  }
}

@media only screen and (max-width: 760px) {
  .tours,
  .trips {
    margin: 0 0 50px 0;
  }

  .tours__mm-banner,
  .trips__mm-banner {
    margin: 0 auto 5px;
    margin-left: 5px;
  }

  .tours__mm-banner-B,
  .trips__mm-banner-B {
    display: none;
  }

  .tours__mm-banner-C,
  .trips__mm-banner-C {
    display: block;
  }

  .tours--one_row-button .tours--one_row-button-desktop,
  .trips--one_row-button .tours--one_row-button-desktop {
    display: none;
  }

  .tours-item .booking__s7,
  .trips-item .booking__s7 {
    justify-content: left;
  }

  .filter-main-box .filter-input-wrapper .filter-input-value .filter-main__placeholder {
    opacity: 0 !important;
  }

  .filter-hint {
    height: 100%;
    background: #fff;
    border-radius: 18px;
  }

  .filter-hint .filter-additional-wrapper {
    margin: 10px 0;
    z-index: 10;
  }

  .custom-page-list {
    justify-content: space-around;
    margin: 8px 0 0;
    flex-wrap: nowrap;
    overflow-x: scroll;
    display: -webkit-box;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }

  .custom-page-list::-webkit-scrollbar {
    display: none;
  }

  .custom-page-list .custom-page-item {
    margin-top: 0;
    padding-top: 0;
  }

  .custom-page-item {
    width: 145px;
    height: 94px;
  }

  .black-friday .custom-page-item-name {
    font-size: 14px;
    top: 20px;
    left: 10px;
    width: 72px;
  }

  .black-friday .custom-page-item-tag {
    font-size: 12px;
    left: 10px;
    top: 53px;
  }

  .black-friday .custom-page-item-image {
    right: -31px;
    height: 90%;
  }

  .black-friday.ru .custom-page-item-name {
    right: -31px;
    height: 90%;
    width: 63px;
  }

  .tours-item-cashback-mir img {
    height: 14px;
  }

  .custom-page-item-link:hover .custom-page-item-label {
    opacity: 0;
  }

  .desktop-ab-test-yt10818 {
    display: none;
  }

  .mobile-ab-test-yt10818 {
    display: block;
  }

  .route-calendar-item {
    width: 100%;
    margin-right: 0;
  }

  .tours-warning {
    padding: 5px 15px;
  }
}

@media (max-width: 760px) {
  .nav-tour--fixed .filter-top-mobile {
    position: fixed;
    bottom: 58px;
    z-index: 10;
    width: 100%;
    display: flex;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1330px) {
  .tours-item__tags_container-between,
  .trips-item__tags_container-between {
    flex-direction: column;
    text-align: center;
  }

  .tours-item__tag-item,
  .trips-item__tag-item {
    flex: 1 1 auto;
  }
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .filter-main-box .filter-input-wrapper .filter-input-ico--search--ico {
    background-image: url(/local/templates/youtravel/assets/i/sprite-scss@2x.png?6787743);
    background-size: 347px 334px;
  }

  .filter-main-box .filter-input-wrapper .filter-input-ico.filter-input-ico-map {
    background-image: url(/local/templates/youtravel/assets/i/sprite-scss@2x.png?6787743);
    background-size: 347px 334px;
  }

  .filter-main-box .filter-input-wrapper .filter-input-ico.filter-input-ico-calendar {
    background-image: url(/local/templates/youtravel/assets/i/sprite-scss@2x.png?6787743);
    background-size: 347px 334px;
  }
}
/* End */
/* /local/templates/youtravel/assets/css/tours/tours.css?178091306128648 */
