[data-fancybox=gallery] {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}
[data-fancybox=gallery] > img {
  display: none;
}
[data-fancybox=gallery]:hover:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(../img/zoom.svg) no-repeat 47% 50%/35%;
}
[data-fancybox=gallery]:focus {
  outline: none;
}

.fancybox-navigation .fancybox-button[disabled], .fancybox-navigation .fancybox-button[disabled]:hover {
  opacity: 0.5 !important;
}

.fancybox-inner .fancybox-stage {
  width: 60%;
  height: calc(100% - 250px);
  min-height: 250px;
  transform: translateX(-50%);
  bottom: 220px;
  left: 50%;
  padding: 20px;
  top: initial;
}
@media all and (max-width: 768px) {
  .fancybox-inner .fancybox-stage {
    width: 90%;
    bottom: 185px;
    height: calc(100% - 185px);
  }
}
.fancybox-inner .fancybox-stage:after {
  content: "";
  display: block;
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
  bottom: 20px;
  border: 1px solid #fff;
}
@media all and (max-width: 640px) {
  .fancybox-inner .fancybox-stage:after {
    display: none;
  }
}
.fancybox-inner .fancybox-stage .fancybox-image {
  width: initial;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 85%;
}
@media all and (max-width: 640px) {
  .fancybox-inner .fancybox-stage .fancybox-image {
    width: 100%;
  }
}
.fancybox-inner .fancybox-stage .fancybox-button--close {
  background: url(../img/fancy-close.svg) no-repeat center/contain !important;
  width: 30px;
  height: 30px;
  padding: 0;
}
.fancybox-inner .fancybox-stage .fancybox-toolbar {
  right: 30px;
  top: 30px;
}
@media all and (max-width: 640px) {
  .fancybox-inner .fancybox-stage .fancybox-toolbar {
    right: -4px;
  }
}

.fancybox-button.fancybox-button--zoom {
  display: none !important;
}

.fancybox-navigation .fancybox-button.fancybox-button--arrow_right,
.fancybox-navigation .fancybox-button.fancybox-button--arrow_left {
  width: 40px !important;
  height: 40px !important;
  outline: none;
  top: calc(50% - 20px);
}
@media all and (max-width: 640px) {
  .fancybox-navigation .fancybox-button.fancybox-button--arrow_right,
.fancybox-navigation .fancybox-button.fancybox-button--arrow_left {
    display: none;
  }
}
.fancybox-navigation .fancybox-button.fancybox-button--arrow_right {
  background: url(../img/arrow-next-yellow.svg) no-repeat;
  right: 0;
}
.fancybox-navigation .fancybox-button.fancybox-button--arrow_left {
  background: url(../img/arrow-prev-yellow.svg) no-repeat;
  left: 0;
}

.fancybox-navigation > button.fancybox-button {
  padding: 0;
}

.fancybox-bg {
  opacity: 0.85 !important;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #2e2c70 !important;
}

.fancybox-thumbs .swiper-pagination-bullets {
  left: 0;
  text-align: center;
}

.fancybox-show-thumbs .fancybox-thumbs {
  width: 800px !important;
  bottom: 40px !important;
  top: initial !important;
  right: 50%;
  transform: translateX(50%);
}
@media all and (max-width: 768px) {
  .fancybox-show-thumbs .fancybox-thumbs {
    bottom: 10px !important;
  }
}
.fancybox-show-thumbs .fancybox-thumbs:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  border-radius: 3px;
  background-color: #d1c1e1;
  position: absolute;
  bottom: 50px;
}

.fancybox-thumbs__list {
  margin: 0 auto !important;
  overflow: initial !important;
  justify-content: center;
}
.fancybox-thumbs__list a:before {
  border: solid 2px #f9a018 !important;
  cursor: pointer;
}

.fancybox-show-thumbs .fancybox-thumbs {
  background: transparent;
  padding-bottom: 70px;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 0 !important;
}

.fancybox-thumbs .swiper-pagination {
  bottom: 0;
}

.fancybox-thumbs-wrapper {
  position: absolute;
  bottom: 0;
}

@media (max-height: 500px) {
  .fancybox-show-thumbs .fancybox-thumbs {
    display: none;
  }

  .fancybox-inner .fancybox-stage {
    width: 80%;
    height: 90%;
    top: 0 !important;
  }
}
p {
  font-size: 14px;
}

.block-title + .tour-location {
  margin-top: -30px;
}
@media all and (max-width: 640px) {
  .block-title + .tour-location {
    margin-top: -10px;
    display: flex;
    align-items: center;
  }
}

input.gallery {
  display: none;
}

.tour-location {
  margin: 20px 0;
}
.tour-location p {
  font-size: 14px;
}
.tour-location > div {
  display: inline-block;
}
.tour-location > img {
  margin-right: 21px;
  vertical-align: sub;
}

@media all and (max-width: 640px) {
  .tour-container h3 {
    margin: 0 15px;
  }
}

.excursion-tour .tour-duration, .package-tour .tour-duration {
  flex-direction: column;
  align-items: initial;
}
.excursion-tour .excursion-date, .package-tour .excursion-date {
  padding-left: 55px;
}
@media all and (max-width: 640px) {
  .excursion-tour .excursion-date, .package-tour .excursion-date {
    padding-left: 0;
  }
}
.excursion-tour .excursion-date .dates > span:last-child, .package-tour .excursion-date .dates > span:last-child {
  display: none;
}
.excursion-tour .excursion-date .days .day:not(:last-child):after, .package-tour .excursion-date .days .day:not(:last-child):after {
  content: ", ";
}

.tour_price_description:before {
  content: "";
  width: 8px;
  height: 8px;
  display: inline-block;
  background-color: #da1f3d;
  border-radius: 8px;
  margin-right: 12px;
}

.tour-subtitle {
  position: relative;
  margin-right: -80px;
  padding: 25px 100px 25px 0;
  background-color: #2e2c70;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.41;
  color: #ffffff;
  border-radius: 0 30px 30px 0;
}
.tour-subtitle .tour-subtitle-item:empty {
  display: none;
}
.tour-subtitle:before {
  content: "";
  width: 1500px;
  height: 100%;
  display: block;
  background-color: #2e2c70;
  position: absolute;
  right: 100%;
  top: 0;
}
@media all and (max-width: 768px) {
  .tour-subtitle {
    margin-right: 0;
  }
}
@media all and (max-width: 640px) {
  .tour-subtitle {
    padding: 20px 30px 20px 20px;
  }
}

.tour-subtitle-item {
  display: inline-block;
  vertical-align: text-top;
  width: calc(50% - 10px);
  margin-bottom: 6px;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
}
@media all and (max-width: 640px) {
  .tour-subtitle-item {
    width: 100%;
    position: relative;
    padding-left: 20px;
  }
  .tour-subtitle-item svg, .tour-subtitle-item img {
    position: absolute;
    left: 0;
    top: 10px;
    transform: translateY(-50%);
  }
}
.tour-subtitle-item:nth-child(2n+1) {
  margin-right: 20px;
}
@media all and (max-width: 640px) {
  .tour-subtitle-item:nth-child(2n+1) {
    margin-right: 0;
  }
}
.tour-subtitle-item > span {
  color: #d1c1e1;
  font-weight: 300;
}

.tour-duration {
  display: inline-flex;
  align-items: center;
  position: relative;
  margin-right: 32px;
  border-radius: 0 0 30px 0;
  padding: 30px 30px 30px 0;
  background-color: #da1f3d;
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  white-space: nowrap;
}
@media all and (max-width: 640px) {
  .tour-duration {
    white-space: initial;
    padding: 15px 15px 15px 42px;
  }
}
.tour-duration > div {
  display: inline-block;
}
.tour-duration:before {
  content: "";
  width: 1500px;
  height: 100%;
  display: block;
  background-color: #da1f3d;
  position: absolute;
  right: 100%;
  top: 0;
}

.tour-duration-img {
  margin-right: 21px;
  vertical-align: middle;
}
@media all and (max-width: 640px) {
  .tour-duration-img {
    position: absolute;
    left: 0;
    width: 25px;
  }
}

.tour-benefits {
  display: inline-block;
  max-width: 570px;
  align-self: center;
  margin-top: 5px;
}

.tour-guaranty {
  font-size: 14px;
  font-weight: 500;
  color: #da1f3d;
}

.tour-discount * {
  font-size: 12px;
  line-height: 1.2;
}
.tour-discount p:first-child {
  color: #da1f3d;
}
.tour-discount > div:not(:last-child) {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #d1c1e1;
}
.tour-discount span {
  color: #da1f3d;
}

.tour-resume {
  line-height: 1.41;
  position: relative;
  padding-right: 450px;
}
@media all and (max-width: 1024px) {
  .tour-resume {
    padding-right: 40%;
  }
}
@media all and (max-width: 768px) {
  .tour-resume {
    padding-right: 0;
  }
}

.flx {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.tour-details {
  margin-bottom: 30px;
  align-items: baseline;
}
@media all and (max-width: 425px) {
  .tour-details {
    flex-direction: column;
    align-items: initial;
  }
}
@media all and (max-width: 640px) {
  .tour-details .tour-price {
    margin: 25px 0 0 0;
  }
}
.tour-details .tour-price .people {
  margin-left: 4px;
  font-size: 13px;
}
.tour-details .tour-price > p {
  line-height: 1;
}
.tour-details .tour-price .sum {
  font-size: 27px;
  font-weight: 700;
  color: #da1f3d;
}
.tour-details .tour-price .sum > span {
  font-size: 0.5em;
}

.download-icons:not(:empty) {
  margin: 20px 10px 20px 5px;
}
.download-icons .file {
  background: url(../img/pdf-2.svg) no-repeat center/contain;
  width: 35px;
  display: inline-block;
  height: 35px;
  margin-bottom: 10px;
  margin-right: 20px;
}
.download-icons .file.doc, .download-icons .file.docm, .download-icons .file.docx, .download-icons .file.docx {
  background: url(../img/word.svg) no-repeat center/contain;
}
.download-icons .file.xls, .download-icons .file.xlsx {
  background: url(../img/excel.svg) no-repeat center/contain;
}

.tour-date {
  width: 430px;
}

.tour-big-photo {
  position: absolute;
  top: 30px;
  right: 0;
  width: 430px;
  height: 245px;
  margin-bottom: 50px;
  border-radius: 5px;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  background: url(../img/greciya.png) no-repeat center/cover;
}
@media all and (max-width: 1024px) {
  .tour-big-photo {
    width: calc(50% - 100px);
  }
}
@media all and (max-width: 768px) {
  .tour-big-photo {
    width: 100%;
    max-width: 500px;
    margin: 15px auto;
    position: static;
  }
}
.tour-big-photo .tour-price {
  position: absolute;
  bottom: 35px;
  left: 0;
  min-width: 163px;
  background: #f9a018;
  padding: 13px 13px 13px 40px;
  color: #fff;
  border-radius: 0 30px 30px 0;
}
.tour-big-photo .tour-price > p:first-child {
  font-size: 18px;
  font-weight: bold;
}
.tour-big-photo .tour-price > p:nth-child(2) {
  font-size: 14px;
}

.tour-placing {
  width: 100%;
  margin: 10px 0;
}
@media all and (max-width: 640px) {
  .tour-placing {
    margin-bottom: 15px;
  }
}

.tour-placing-list {
  display: flex;
  flex-wrap: wrap;
  margin-right: 25px;
}
.tour-placing-list .tour-placing-item {
  min-width: 126px;
  padding: 7px;
  margin-bottom: 15px;
}
@media all and (max-width: 768px) {
  .tour-placing-list .tour-placing-item {
    width: 100%;
    margin-bottom: 0;
  }
}
.tour-placing-list .tour-placing-item:last-child {
  border-radius: 0 35px 35px 0;
}
@media all and (max-width: 768px) {
  .tour-placing-list .tour-placing-item:last-child {
    border-radius: 0;
  }
}
.tour-placing-list .tour-placing-item:first-child {
  position: relative;
}
.tour-placing-list .tour-placing-item:first-child:before {
  content: "";
  width: 1500px;
  height: 100%;
  display: block;
  background-color: #f1ecf6;
  position: absolute;
  right: 100%;
  top: 0;
}
@media all and (max-width: 768px) {
  .tour-placing-list .tour-placing-item:first-child:before {
    display: none;
  }
}
.tour-placing-list .tour-placing-item:nth-child(2n+1) {
  background-color: #fff;
}
.tour-placing-list .tour-placing-item:nth-child(2n) {
  background-color: #f1ecf6;
}

.tour-guide-item--info {
  display: flex;
  align-items: flex-start;
}
@media all and (max-width: 768px) {
  .tour-guide-item--info {
    flex-direction: column;
  }
}

.tour-guide-item {
  margin-bottom: 25px;
}
.tour-guide-item-date {
  width: 120px;
  min-width: 120px;
  border-radius: 0 30px 30px 0;
  background-color: #ffeacb;
  position: relative;
  padding: 20px 10px 20px 0;
  font-weight: bold;
}
.tour-guide-item-date:before {
  content: "";
  width: 1500px;
  height: 100%;
  display: block;
  background-color: #ffeacb;
  position: absolute;
  right: 100%;
  top: 0;
}
.tour-guide-item-desc {
  margin-left: 50px;
}
@media all and (max-width: 768px) {
  .tour-guide-item-desc {
    margin-left: 0;
    margin-top: 25px;
  }
}
.tour-guide-item-desc + .tour-guide-item-photos:not(:empty) {
  min-width: 430px;
  width: 430px;
  margin-left: 50px;
}
@media all and (max-width: 640px) {
  .tour-guide-item-desc + .tour-guide-item-photos:not(:empty) {
    min-width: 100%;
    width: 100%;
    margin-left: 0;
  }
}
.tour-guide-item-photos:not(:empty) {
  padding-bottom: 20px;
  margin: 10px 0 30px;
  border-bottom: 3px solid #f9a018;
  border-top: 3px solid #f9a018;
}
@media all and (max-width: 768px) {
  .tour-guide-item-photos:not(:empty) {
    margin-left: 0;
  }
}
.tour-guide-item-photo {
  width: calc(100% / 7 - 18px);
  height: 133px;
  margin-top: 20px;
  display: inline-block;
  border-radius: 5px;
  cursor: pointer;
  overflow: hidden;
}
.tour-guide-item-photo:not(:nth-child(7n+7)) {
  margin-right: 20px;
}
@media all and (max-width: 1024px) {
  .tour-guide-item-photo {
    width: calc(100% / 4 - 18px);
  }
  .tour-guide-item-photo:not(:nth-child(4n+4)) {
    margin-right: 20px;
  }
  .tour-guide-item-photo:nth-child(4n+4) {
    margin-right: 0;
  }
}
@media all and (max-width: 640px) {
  .tour-guide-item-photo {
    width: calc(50% - 8px);
  }
  .tour-guide-item-photo:not(:nth-child(3n+3)), .tour-guide-item-photo:not(:nth-child(4n+4)), .tour-guide-item-photo:not(:nth-child(7n+7)) {
    margin-right: 0;
  }
  .tour-guide-item-photo:not(:nth-child(2n)) {
    margin-right: 15px;
  }
}

.tour-include {
  background-color: #f1ecf6;
  padding: 25px 0;
  margin-bottom: 6px;
  overflow: hidden;
}
.tour-include h3 {
  margin-top: 0;
}

.tour-include .tour_price_block:not(:last-child) {
  margin-right: 60px;
  margin-bottom: 25px;
}
@media all and (max-width: 768px) {
  .tour-include .tour_price_block:not(:last-child) {
    margin-right: 0;
  }
}

.tour_price_block {
  width: calc(50% - 30px);
  display: inline-block;
  vertical-align: top;
}
@media all and (max-width: 768px) {
  .tour_price_block {
    width: 100%;
  }
}

.tour-notice {
  background-color: #ffeacb;
  padding: 20px 0 20px 20px;
  font-style: italic;
  position: relative;
}
@media all and (max-width: 768px) {
  .tour-notice {
    margin-top: 25px;
  }
}
.tour-notice:before {
  content: "";
  display: block;
  width: 3px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background: #da1f3d;
  border-radius: 3px;
}
.tour-notice:after {
  content: "";
  width: 1500px;
  height: 100%;
  display: block;
  background-color: #ffeacb;
  position: absolute;
  left: 100%;
  top: 0;
}
.tour-notice p {
  line-height: normal;
}

.tour-table-info {
  text-align: center;
  padding-right: calc(50% + 25px);
}
@media all and (max-width: 1024px) {
  .tour-table-info {
    padding-right: 0;
  }
}
@media all and (max-width: 768px) {
  .tour-table-info {
    overflow-y: auto;
    margin-right: -30px;
  }
  .tour-table-info td, .tour-table-info th {
    width: 115px;
  }
}
.tour-table-info table {
  width: 100%;
  max-width: 700px;
}
.tour-table-info td > span {
  font-size: 12px;
}
.tour-table-info tr {
  display: flex;
  position: relative;
  align-items: center;
  font-weight: 500;
}
.tour-table-info tr > td:last-child {
  color: #f9a018;
  font-weight: 700;
}
.tour-table-info th {
  padding-bottom: 10px;
}
.tour-table-info th > td:last-child {
  color: #f9a018;
  font-weight: 700;
}
.tour-table-info td, .tour-table-info th {
  flex: 1;
  font-size: 14px;
  line-height: 1;
  padding: 10px;
}
.tour-table-info table tr:nth-child(2n) {
  background-color: #f1ecf6;
  border-radius: 0 25px 25px 0;
}
.tour-table-info table tr:nth-child(2n):before {
  content: "";
  width: 1500px;
  height: 100%;
  display: block;
  background-color: #f1ecf6;
  position: absolute;
  right: 100%;
  top: 0;
}

.tour__slider {
  float: right;
  height: 362px;
  width: 50%;
  z-index: 30;
  position: absolute;
  top: 22px;
  right: 0;
}
@media all and (max-width: 1024px) {
  .tour__slider {
    width: 47%;
    height: 330px;
  }
}
@media all and (max-width: 768px) {
  .tour__slider {
    width: 100%;
    position: relative;
    float: initial;
  }
}
@media all and (max-width: 768px) {
  .tour__slider .tour-swiper-container {
    margin: 0 -45px;
  }
}
@media all and (max-width: 640px) {
  .tour__slider .tour-swiper-container {
    margin: 0 -28px;
  }
}
.tour__slider .swiper-slide {
  margin-top: 25px;
  text-align: center;
  font-size: 18px;
  width: 362px !important;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0.6;
  background-size: cover;
  background-position: center;
  border-radius: 5px;
  transition-duration: 0.3s;
}
.tour__slider .swiper-slide.swiper-slide-active {
  opacity: 1;
  min-width: 362px;
  transition-duration: 0.3s;
}
.tour__slider .swiper-slide.swiper-slide-active:after {
  width: 75%;
}
.tour__slider .swiper-slide:after {
  content: "";
  display: block;
  position: absolute;
  top: -23px;
  right: 0;
  width: 100%;
  height: 3px;
  border-radius: 3px;
  background-color: #f9a018;
}
.tour__slider .swiper-pagination {
  width: 100% !important;
  display: flex;
  bottom: -60px;
  left: 0;
  text-align: left;
}
@media all and (max-width: 1024px) {
  .tour__slider .swiper-pagination {
    bottom: 25px;
  }
}
.tour__slider .swiper-pagination .swiper-pagination-line {
  width: calc(100% - 150px);
  height: 1px;
  background: #d1c1e1;
  margin-top: 20px;
  position: absolute;
}
.tour__slider .swiper-pagination-bullet {
  min-width: 12px;
}
.tour__slider .swiper-navigation {
  width: 90px;
  position: absolute;
  bottom: -70px;
  right: 30px;
}
@media all and (max-width: 1024px) {
  .tour__slider .swiper-navigation {
    bottom: 15px;
  }
}
@media all and (max-width: 768px) {
  .tour__slider .swiper-navigation {
    right: 0;
  }
}
.tour__slider .swiper-navigation .swiper-button-next {
  width: 40px;
  height: 40px;
  background: url(../img/arrow-next-yellow.svg) no-repeat;
  right: -10px;
  outline: none;
}
.tour__slider .swiper-navigation .swiper-button-prev {
  width: 40px;
  height: 40px;
  background: url(../img/arrow-prev-yellow.svg) no-repeat;
  right: 0;
  outline: none;
}

.tour-info [data-fancybox=gallery],
.tour__slider [data-fancybox=gallery] {
  width: 100%;
  height: 362px;
  position: relative;
}
@media all and (max-width: 1024px) {
  .tour-info [data-fancybox=gallery],
.tour__slider [data-fancybox=gallery] {
    height: 250px;
  }
}
.tour-info [data-fancybox=gallery] > img,
.tour__slider [data-fancybox=gallery] > img {
  display: none;
}
.tour-info [data-fancybox=gallery]:hover:after,
.tour__slider [data-fancybox=gallery]:hover:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(../img/zoom.svg) no-repeat 47% 50%/153px 153px;
}
.tour-info [data-fancybox=gallery]:focus,
.tour__slider [data-fancybox=gallery]:focus {
  outline: none;
}

.tour-info {
  position: relative;
  margin-bottom: 43px;
}
.tour-info .tour-resume {
  padding-right: calc(50% + 10px);
}
@media all and (max-width: 768px) {
  .tour-info .tour-resume {
    padding-right: 0;
  }
}

.tour-info > .wrapper {
  position: static;
}

/*# sourceMappingURL=tour.css.map */
