@charset "UTF-8";
/* general styles */
p a {
  color: #da1f3d;
}
p a:hover {
  text-decoration: underline;
}
p a:visited {
  color: #2e2c70;
}

.opacity-zero {
  opacity: 0;
}

.flx {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.dsp-none {
  display: none !important;
}

.hide {
  display: none;
}

.hidden {
  visibility: hidden;
  opacity: 0;
  height: 0;
  margin: 0 !important;
  padding: 0 !important;
  display: none;
  transition-duration: 0.3s;
}

.wrapper {
  width: 1440px;
  margin: 0 auto;
  padding: 0 100px;
  position: relative;
  font-size: 14px;
}
@media all and (max-width: 1440px) {
  .wrapper {
    width: 100%;
  }
}
@media all and (max-width: 1024px) {
  .wrapper {
    padding: 0 66px;
  }
}
@media all and (max-width: 768px) {
  .wrapper {
    padding: 0 45px;
  }
}
@media all and (max-width: 640px) {
  .wrapper {
    padding: 0 28px;
  }
}

/* HEADER */
header {
  position: relative;
  font-family: Arial, Helvetica, sans-serif;
}

.logo {
  width: 135px;
  height: 135px;
  position: absolute;
  left: 95px;
  bottom: 0;
  border-radius: 100%;
  padding: 10px;
  z-index: 10;
  background: #fff;
}
@media all and (max-width: 1024px) {
  .logo {
    left: 50px;
  }
}
@media all and (max-width: 768px) {
  .logo {
    left: 25px;
  }
}
@media all and (max-width: 425px) {
  .logo {
    left: 0;
  }
}
.logo img {
  width: 100%;
  height: 100%;
}

.header__currencies-container-mob {
  color: #fff;
  padding: 0 20px 20px 20px;
  display: none;
}
.header__currencies-container-mob .dash-2 {
  padding: 0 10px;
}
.header__currencies-container-mob .dash-3 {
  display: none;
}
.header__currencies-container-mob .header__currencies-date {
  font-size: 14px;
}
.header__currencies-container-mob .header__currencies-date > span {
  margin-right: 20px;
}
.header__currencies-container-mob .header__currencies-date > a {
  text-decoration: underline;
}
@media all and (max-width: 640px) {
  .header__currencies-container-mob {
    display: block;
  }
}
.header__currencies-container-mob a {
  color: #fff;
}
.header__currencies-container-mob a:visited {
  color: #fff;
}
.header__currencies-container-mob .USD:after {
  content: "$";
}
.header__currencies-container-mob .EUR:after {
  content: "€";
}

.header__top {
  display: flex;
  position: relative;
}

.header__info-wrapper {
  width: 100%;
}
.header__info-wrapper .header__info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 22px;
  padding-bottom: 20px;
  padding-left: 340px;
}
@media all and (max-width: 1400px) {
  .header__info-wrapper .header__info {
    padding-left: 260px;
  }
}
@media all and (max-width: 768px) {
  .header__info-wrapper .header__info {
    padding-left: 210px;
  }
}
@media all and (max-width: 425px) {
  .header__info-wrapper .header__info {
    padding-left: 135px;
    padding-right: 20px;
  }
}
@media all and (max-width: 340px) {
  .header__info-wrapper .header__info {
    padding-left: 110px;
  }
}
.header__info-wrapper .header__info .header__phone {
  position: relative;
  max-width: 300px;
  margin-bottom: 5px;
}
@media all and (max-width: 640px) {
  .header__info-wrapper .header__info .header__phone {
    max-width: initial;
  }
}
.header__info-wrapper .header__info .header__phone .header__phone-title {
  cursor: pointer;
  text-decoration: underline;
}
.header__info-wrapper .header__info .header__phone a {
  display: block;
  font-weight: bold;
  font-size: 14px;
  color: #2e2c70;
}
.header__info-wrapper .header__info .header__phone a:first-child:before {
  content: url(../img/phone-icon.svg);
  position: absolute;
  left: -25px;
  top: 2px;
}
@media all and (max-width: 425px) {
  .header__info-wrapper .header__info .header__phone a {
    padding-left: 25px;
  }
  .header__info-wrapper .header__info .header__phone a:first-child:before {
    left: 0;
  }
}
.header__info-wrapper .header__info .header__phone > p {
  font-size: 14px;
  color: #8f8ebf;
}
@media all and (max-width: 640px) {
  .header__info-wrapper .header__info .header__currencies-container {
    display: none;
  }
}
.header__info-wrapper .header__info .header__currencies-container .header__currencies {
  color: #2e2c70;
  font-size: 14px;
  margin-bottom: 5px;
}
.header__info-wrapper .header__info .header__currencies-container .USD:after {
  content: "$";
}
.header__info-wrapper .header__info .header__currencies-container .EUR {
  position: relative;
}
.header__info-wrapper .header__info .header__currencies-container .EUR:after {
  content: "€";
}
.header__info-wrapper .header__info .header__currencies-container .dash-2 {
  padding: 0 10px;
}
.header__info-wrapper .header__info .header__currencies-container .dash-3 {
  display: none;
}
.header__info-wrapper .header__info .header__currencies-container .header__currencies-date {
  color: #a0a0a0;
  font-size: 14px;
}
.header__info-wrapper .header__info .header__currencies-container .header__currencies-date a {
  cursor: pointer;
  margin-left: 20px;
  color: #8f8ebf !important;
}
.header__info-wrapper .header__info .header__languages {
  position: relative;
}
.header__info-wrapper .header__info .header__languages .pop-up a {
  margin-bottom: 20px;
  color: #8f8ebf;
  font-size: 14px;
  font-weight: 400;
  display: block;
}
.header__info-wrapper .header__info .header__languages .header__lg {
  color: #2e2c70;
  font-size: 14px;
  margin-bottom: 5px;
}
.header__info-wrapper .header__info .header__languages .selected__lg {
  color: #8f8ebf;
  font-size: 14px;
  line-height: 14px;
  cursor: pointer;
}
.header__info-wrapper .header__info .header__languages .selected__lg:after {
  content: url(../img/arrow-lg.svg);
  width: 17px;
  height: 26px;
  display: inline-block;
  transform: rotate(90deg);
}
.header__info-wrapper .header__info .header__languages .change-lg-mob {
  display: none;
}
@media all and (max-width: 920px) {
  .header__info-wrapper .header__info .header__languages .selected__lg {
    display: none;
  }
  .header__info-wrapper .header__info .header__languages .pop-up.hidden {
    position: static;
    display: block;
    min-width: initial;
    visibility: visible;
    height: auto;
    opacity: 1;
  }
  .header__info-wrapper .header__info .header__languages .pop-up.hidden .pop-up__close {
    display: none;
  }
  .header__info-wrapper .header__info .header__languages .pop-up.hidden .change-lg-desktop {
    display: none;
  }
  .header__info-wrapper .header__info .header__languages .header__lg {
    display: none;
  }
  .header__info-wrapper .header__info .header__languages .change-lg-mob {
    display: block;
  }
  .header__info-wrapper .header__info .header__languages .change-lg-mob > a {
    margin-bottom: 10px;
  }
  .header__info-wrapper .header__info .header__languages .change-lg-mob > a:last-child {
    margin-bottom: 0;
  }
}
@media all and (max-width: 1200px) {
  .header__info-wrapper .header__info .social-icons {
    display: none;
  }
}
.header__info-wrapper .header__info .social-icons a {
  display: inline-block;
  position: relative;
  margin-left: 30px;
  height: 25px;
}
.header__info-wrapper .header__info .social-icons a:not(:last-child):after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-color: #d1c1e1;
  position: absolute;
  right: -15px;
}
.header__info-wrapper .header__info .social-icons .facebook {
  width: 12px;
  background: url("../img/facebook-icon.svg") no-repeat left/12px 23px;
}
.header__info-wrapper .header__info .social-icons .instagram {
  width: 22px;
  background: url("../img/instagram.svg") no-repeat left/22px auto;
}
.header__info-wrapper .header__info .social-icons .telegram {
  width: 21px;
  background: url("../img/telegram-icon.svg") no-repeat left/21px 18px;
}
.header__info-wrapper .header__info .social-icons .twitter {
  width: 22px;
  background: url("../img/twitter-icon.svg") no-repeat left/22px 17px;
}

.header__nav {
  background-color: #2e2c70;
  position: relative;
  min-height: 58px;
  padding-left: 340px;
}
@media all and (max-width: 1400px) {
  .header__nav {
    padding-left: 260px;
  }
}
@media all and (max-width: 768px) {
  .header__nav {
    padding-left: 210px;
  }
}
@media all and (max-width: 425px) {
  .header__nav {
    padding-left: 145px;
  }
}
.header__nav:after {
  content: "";
  position: absolute;
  left: 1430px;
  top: 0;
  width: 1500px;
  height: 100%;
  background-color: #2e2c70;
}
@media all and (max-width: 1440px) {
  .header__nav:after {
    display: none;
  }
}
.header__nav:before {
  content: "";
  position: absolute;
  left: -168px;
  top: -3px;
  width: 335px;
  height: 105%;
  background-color: #fff;
}
@media all and (max-width: 1024px) {
  .header__nav:before {
    left: -220px;
  }
}
@media all and (max-width: 768px) {
  .header__nav:before {
    left: -245px;
  }
}
@media all and (max-width: 425px) {
  .header__nav:before {
    left: -265px;
  }
}

.wrapper__menu > ul > li {
  display: inline-block;
  position: relative;
  padding: 20px 0;
}
@media all and (max-width: 1024px) {
  .wrapper__menu > ul > li {
    padding: 10px 0;
  }
}
.wrapper__menu > ul > li > a {
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
  padding: 20px 0;
  position: relative;
  z-index: 100;
  transition-duration: 0.3s;
}
.wrapper__menu > ul > li:not(.menu-item-has-children):hover a {
  color: #f9a018;
  transition-duration: 0.3s;
}
.wrapper__menu li.active:not(.menu-item-has-children):after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  bottom: 0;
  height: 10px;
  background-color: #f9a018;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}
@media all and (max-width: 1024px) {
  .wrapper__menu {
    display: none;
    flex-direction: column;
    justify-content: space-between;
    align-items: baseline;
    position: absolute;
    right: 0;
    top: 59px;
    z-index: 1000;
    max-width: 450px;
    width: 100%;
    min-width: 250px;
    min-height: calc(100vh - 150px);
    background: #2e2c70;
  }
  .wrapper__menu > ul {
    display: inline-flex;
    flex-direction: column;
    align-items: initial;
    padding: 20px 20px 40px 20px;
  }
}
@media all and (max-width: 1024px) and (max-width: 640px) {
  .wrapper__menu > ul {
    padding: 20px;
  }
}
@media all and (max-width: 1024px) {
  .wrapper__menu li.active:not(.menu-item-has-children):after {
    display: none;
  }
}
@media all and (max-width: 1024px) {
  .wrapper__menu li.active a {
    color: #f9a018;
  }
}
@media all and (max-width: 1024px) {
  .wrapper__menu .social-icons {
    padding: 20px 0 55px 10px;
  }
  .wrapper__menu .social-icons a {
    display: inline-block;
    position: relative;
    width: 30px;
    height: 25px;
    margin-right: 40px;
  }
  .wrapper__menu .social-icons a:not(:last-child):after {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    background-color: #d1c1e1;
    position: absolute;
    right: -26px;
  }
  .wrapper__menu .social-icons .facebook {
    background: url("../img/facebook-icon-menu.svg") no-repeat 100%/contain;
  }
  .wrapper__menu .social-icons .telegram {
    background: url("../img/telegram-icon-menu.svg") no-repeat 100%/contain;
  }
  .wrapper__menu .social-icons .twitter {
    background: url("../img/twitter-icon-menu.svg") no-repeat 100%/contain;
  }
}

.submenu.menu_level_1 {
  position: absolute;
  min-width: 100%;
  top: 59px;
  left: 0;
  z-index: 200;
  background: #fff;
  padding: 0;
  max-height: 0;
  overflow: hidden;
  transition: max-height, padding 0.5s;
}
.submenu.menu_level_1.fade-in {
  max-height: 400px;
  transition: max-height, padding 0.5s;
  padding: 10px 0;
}
.submenu.menu_level_1:before {
  content: "";
  display: block;
  width: 32px;
  height: 11px;
  background: url(../img/submenu-arrow.png) no-repeat center/contain;
  position: absolute;
  top: -11px;
  left: 53px;
}
.submenu.menu_level_1 a {
  white-space: nowrap;
  color: #8c8c8c;
  text-decoration: none;
  padding: 10px 25px 10px 24px;
  display: block;
  margin-right: 7px;
  transition-duration: 0.3s;
}
@media all and (max-width: 1024px) {
  .submenu.menu_level_1 a {
    padding-left: 0;
  }
}
.submenu.menu_level_1 a:hover {
  margin-left: 7px;
  margin-right: 0;
  color: #2e2c70;
  transition-duration: 0.3s;
}
@media all and (max-width: 1024px) {
  .submenu.menu_level_1 {
    position: static;
    background: transparent;
    border: none;
  }
  .submenu.menu_level_1.fade-in {
    max-height: 400px;
    transition: max-height, padding 0.5s;
    padding-top: 15px;
  }
  .submenu.menu_level_1:before {
    display: none;
  }
  .submenu.menu_level_1 a {
    color: #fff;
  }
}

@media all and (max-width: 1024px) {
  .menu-item-has-children {
    padding-bottom: 0;
  }
}

.menu-item-has-children > a {
  padding-right: 20px !important;
  background: url(../img/orange-arrow.png) no-repeat right center;
  background-size: 16px 16px;
}

.news__container .news__item.js-template {
  display: none;
}

.breadcrumbs-wrap {
  height: 40px;
  background-color: #f1ecf6;
}
@media all and (max-width: 640px) {
  .breadcrumbs-wrap .breadcrumbs {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    height: 40px;
    padding: 5px 0;
  }
}
.breadcrumbs-wrap li, .breadcrumbs-wrap a {
  display: inline-block;
  font-size: 14px;
  line-height: 40px;
  color: #8f8ebf;
}
@media all and (max-width: 640px) {
  .breadcrumbs-wrap li, .breadcrumbs-wrap a {
    line-height: 1;
  }
}
@media all and (max-width: 425px) {
  .breadcrumbs-wrap li, .breadcrumbs-wrap a {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
}
.breadcrumbs-wrap a {
  color: #2e2c70;
  text-decoration: underline;
}
.breadcrumbs-wrap a.active {
  color: #2e2c70;
  text-decoration: underline;
}
.breadcrumbs-wrap span {
  width: 5px;
  height: 5px;
  margin: 0 10px;
  display: inline-block;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #8f8ebf;
  vertical-align: middle;
}
.breadcrumbs-wrap li:last-child span {
  display: none;
}

@media all and (max-width: 1024px) {
  .burger-menu {
    position: absolute;
    right: 66px;
    top: 15px;
    cursor: pointer;
    background: #fff;
    box-sizing: border-box;
    background-clip: content-box;
    width: 52px;
    height: 27px;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
  }
  .burger-menu:before, .burger-menu:after {
    content: "";
    position: absolute;
    background: #fff;
    height: 3px;
    width: 100%;
    right: 0;
    will-change: rotate;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .burger-menu:before {
    top: -10px;
  }
  .burger-menu:after {
    bottom: -10px;
    width: 30px;
  }
}
@media all and (max-width: 768px) {
  .burger-menu {
    right: 45px;
  }
}
@media all and (max-width: 640px) {
  .burger-menu {
    right: 28px;
  }
}

.burger-menu-close {
  display: none;
}

@media all and (max-width: 1024px) {
  .burger-menu.active + .burger-menu-close {
    display: block;
    position: absolute;
    top: 12px;
    right: 10px;
    cursor: pointer;
  }
}

.search-tour {
  display: none;
  width: 200px;
  height: 60px;
  padding: 0 18px;
  background-color: #f9a018;
  position: relative;
  z-index: 300;
  transition-duration: 0.3s;
}
@media all and (max-width: 1024px) {
  .search-tour {
    display: flex;
    align-items: center;
  }
}
@media all and (max-width: 768px) {
  .search-tour {
    width: 65px;
  }
}
.search-tour img {
  margin-right: 15px;
}
.search-tour input {
  width: calc(100% - 51px);
  height: 100%;
  border: none;
  outline: none;
  background-color: transparent;
  color: #fff;
}
.search-tour input::-webkit-input-placeholder {
  font-size: 15px;
  font-weight: 500;
  color: #fff;
}
.search-tour input::-moz-placeholder {
  font-size: 15px;
  font-weight: 500;
  color: #fff;
}
.search-tour input:-moz-placeholder {
  font-size: 15px;
  font-weight: 500;
  color: #fff;
}
.search-tour input:-ms-input-placeholder {
  font-size: 15px;
  font-weight: 500;
  color: #fff;
}

.header__bottom {
  height: calc(90vh - 144px);
  min-height: 620px;
  position: relative;
  font-family: Arial, Helvetica, sans-serif;
}
.header__bottom .swiper-slide-banner {
  width: 520px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 352px;
  max-height: 50%;
  padding: 22px 50px 4.3em 50px;
  background-color: #2e2c70c9;
  border-top-right-radius: 880px;
  border-bottom-right-radius: 880px;
  overflow: hidden;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  z-index: 100;
}
@media all and (max-width: 640px) {
  .header__bottom .swiper-slide-banner {
    width: 75%;
    height: 130px;
    padding: 40px 30px 4.3em 20px;
  }
}
.header__bottom .swiper-slide-banner .banner-title {
  opacity: 0;
}
.header__bottom .swiper-slide-banner .banner-title.show {
  opacity: 1;
  transition: opacity 0.3s;
}
.header__bottom .swiper-slide-banner h2 {
  font-family: Arial, Helvetica, sans-serif;
  color: #fff;
  font-size: 36px;
  font-weight: 600;
  margin-right: 90px;
}
@media all and (max-width: 640px) {
  .header__bottom .swiper-slide-banner h2 {
    width: 97%;
    font-size: 20px;
    line-height: 1.1;
    margin-right: 15px;
  }
}
.header__bottom .swiper-slide-banner .swiper-slide-banner-btn {
  display: block;
  color: #f9a018;
  font-size: 18px;
  position: absolute;
  bottom: 2em;
  left: 50px;
}
.header__bottom .swiper-slide-banner .swiper-slide-banner-btn:after {
  content: "→";
  margin-left: 9px;
}
@media all and (max-width: 640px) {
  .header__bottom {
    min-height: initial;
  }
}
.header__bottom .notices {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media all and (max-width: 640px) {
  .header__bottom .notices {
    display: none;
  }
}
.header__bottom .notices .notices__item {
  max-width: 345px;
  padding: 25px 15px 20px 40px;
  background-color: rgba(255, 255, 255, 0.8);
  position: relative;
  z-index: 2;
  margin-top: 25px;
}
.header__bottom .notices .notices__item .notices__item-data {
  color: #6e6e6e;
  font-size: 14px;
}
.header__bottom .notices .notices__item .notices__item-title {
  color: #211f1f;
  font-size: 18px;
  line-height: 21px;
  margin: 35px 0 30px 0;
}
.header__bottom .notices .notices__item .notices__all {
  color: #2e2c70;
  font-size: 14px;
}
.header__bottom .notices .notices__item .pop-up__close {
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 18px;
  color: #2e2c70;
  cursor: pointer;
  z-index: 100;
}

.header__bottom .swiper-container {
  color: #fff;
  height: 100%;
}
.header__bottom .swiper-container .swiper-slide {
  display: flex;
  align-items: center;
}
.header__bottom .swiper-container .swiper-pagination {
  text-align: left;
}
@media all and (max-width: 640px) {
  .header__bottom .swiper-container .swiper-pagination {
    bottom: 24px;
  }
}
.header__bottom .swiper-container .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #c9b5d6;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}
.header__bottom .swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 12px;
  height: 12px;
  background-color: #f9a018;
}
.header__bottom .swiper-container .swiper-navigation {
  position: absolute;
  left: 50px;
  bottom: 45px;
}
@media all and (max-width: 640px) {
  .header__bottom .swiper-container .swiper-navigation {
    left: 20px;
    bottom: 30px;
  }
}
.header__bottom .swiper-container .swiper-navigation .swiper-button-next, .header__bottom .swiper-container .swiper-navigation .swiper-button-prev {
  width: 40px;
  height: 40px;
}
.header__bottom .swiper-container .swiper-navigation .swiper-button-next {
  background: url("../img/arrow-next.svg") no-repeat;
  right: auto;
  left: 50px;
}
.header__bottom .swiper-container .swiper-navigation .swiper-button-prev {
  background: url("../img/arrow-prev.svg") no-repeat;
  right: auto;
  left: 0;
}

@media all and (max-width: 1440px) {
  .popular__countries .swiper-pagination {
    left: 100px;
  }
}
@media all and (max-width: 768px) {
  .popular__countries .hotels-slider-container {
    width: 360px;
  }
}
@media all and (max-width: 640px) {
  .popular__countries .wrapper {
    padding-right: 5px;
  }
}

.swiper-container-horizontal > .swiper-pagination-bullets {
  left: 165px;
  bottom: 37px;
}

.block-title {
  color: #2e2c70;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 38px;
  font-weight: 600;
  padding: 50px 0 50px 0;
  margin: 0;
}
@media all and (max-width: 1024px) {
  .block-title {
    padding: 30px 0;
  }
}
@media all and (max-width: 640px) {
  .block-title {
    font-size: 25px;
    padding: 20px 0;
    line-height: 1;
  }
}

.tours__block, .hotels__more {
  background-color: #f1ecf6;
  margin: 20px 0;
  padding-bottom: 50px;
}
@media all and (max-width: 640px) {
  .tours__block, .hotels__more {
    padding-bottom: 25px;
  }
}
.tours__block .tours__more, .hotels__more .tours__more {
  font-size: 18px;
  height: 60px;
  line-height: 60px;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  margin-top: 10px;
  border: solid 1px #2e2c70;
}
@media all and (max-width: 640px) {
  .tours__block .tours__more, .hotels__more .tours__more {
    margin-top: 0;
  }
}
.tours__block .tours__more a, .hotels__more .tours__more a {
  display: block;
}
.tours__block .tours__more span, .hotels__more .tours__more span {
  display: inline-block;
}
.tours__block .tours__more a:hover, .hotels__more .tours__more a:hover {
  text-decoration: underline;
}
.tours__block .tours__more a, .tours__block .tours__more span, .hotels__more .tours__more a, .hotels__more .tours__more span {
  position: relative;
  z-index: 10;
  padding: 0 17px;
  color: #2e2c70;
  cursor: pointer;
}

.tours__list .tours__item.js-template {
  display: none;
}
.tours__list .tours__item {
  display: inline-block;
  width: calc(100% / 3 - 28px);
  background-color: #fff;
  margin-bottom: 34px;
  min-height: 470px;
  vertical-align: top;
  transition-duration: 0.2s;
  position: relative;
  z-index: 2;
}
@media all and (max-width: 640px) {
  .tours__list .tours__item {
    margin-bottom: 25px;
  }
}
.tours__list .tours__item:hover:before {
  content: "";
  position: absolute;
  width: 58px;
  top: -11px;
  left: 61px;
  height: 5px;
  background-color: #f1ecf6;
}
.tours__list .tours__item:hover:after {
  content: "";
  position: absolute;
  width: calc(100% + 22px);
  right: -11px;
  left: -11px;
  bottom: -11px;
  top: -11px;
  height: calc(100% + 22px);
  border: 3px solid #f9a018;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  z-index: -1;
}
.tours__list .tours__item:not(:nth-child(3n+4)) {
  margin-right: 42px;
}
.tours__list .tours__item .tours__item-content {
  padding: 10px 22px 0 22px;
  position: relative;
}
.tours__list .tours__item .tours__item-photo {
  width: 100%;
  height: 180px;
}
.tours__list .tours__item .tours__item-price {
  width: 160px;
  background-color: #2e2c70;
  color: #fff;
  text-align: center;
  font-size: 14px;
  padding: 10px 0;
  margin: -30px auto 60px auto;
  cursor: pointer;
}
.tours__list .tours__item .tours__item-price span {
  font-weight: 700;
  font-size: 18px;
}
.tours__list .tours__item .tours__item-stars {
  width: 73px;
  height: 13px;
  background: url(../img/stars.svg) no-repeat;
  background-size: 73px;
  margin: 15px auto;
  position: absolute;
  top: 50px;
  right: calc(50% - 73px / 2);
}
.tours__list .tours__item .tours__item-stars.stars-1 {
  background-position-y: -55px;
}
.tours__list .tours__item .tours__item-stars.stars-2 {
  background-position-y: -41px;
}
.tours__list .tours__item .tours__item-stars.stars-3 {
  background-position-y: -28px;
}
.tours__list .tours__item .tours__item-stars.stars-4 {
  background-position-y: -14px;
}
.tours__list .tours__item .tours__item-stars.stars-5 {
  background-position-y: 0;
}
.tours__list .tours__item .tours__item-name {
  color: #515050;
  font-size: 20px;
  line-height: 23px;
  margin-top: 22px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.tours__list .tours__item .tours__item-name:hover {
  text-decoration: underline;
}
.tours__list .tours__item .tours__item-country {
  color: #a0a0a0;
  font-size: 14px;
}
.tours__list .tours__item .tours__item-info {
  display: flex;
  flex-wrap: wrap !important;
  justify-content: space-between;
  margin-top: 25px;
}
.tours__list .tours__item .tours__item-info > div {
  width: calc(50% - 13px);
  min-width: calc(50% - 13px);
  margin-bottom: 25px;
}
.tours__list .tours__item .tours__item-info > div:nth-child(2n+1) {
  margin-right: 25px;
}
.tours__list .tours__item .tours__item-info > div:last-child {
  width: initial;
}
.tours__list .tours__item .tours__item-info p {
  color: #a0a0a0;
  font-size: 14px;
}
.tours__list .tours__item .tours__item-info span {
  color: #515050;
  font-size: 14px;
}
@media all and (max-width: 1024px) {
  .tours__list .tours__item {
    width: calc(100% / 2 - 10px);
  }
  .tours__list .tours__item:not(:nth-child(3n+4)) {
    margin-right: 0;
  }
  .tours__list .tours__item:not(:nth-child(2n+1)) {
    margin-right: 20px;
  }
}
@media all and (max-width: 640px) {
  .tours__list .tours__item {
    width: 100%;
  }
}

.popular__directions {
  min-height: 350px;
  background-color: #ffeef1;
  padding: 50px 0 0 0;
  margin: 20px 0;
}
@media all and (max-width: 640px) {
  .popular__directions {
    padding: 20px 0 0 0;
    overflow: hidden;
  }
}
.popular__directions .block-title {
  padding: 25px 0;
}

.popular__directions-list {
  display: flex;
  flex-wrap: wrap;
  margin-right: -55px;
}
@media all and (max-width: 768px) {
  .popular__directions-list {
    margin-right: -45px;
  }
}
@media all and (max-width: 640px) {
  .popular__directions-list {
    margin-right: 0;
  }
}
.popular__directions-list .popular__directions-select {
  width: calc(100% / 4 * 2 - 55px);
  margin-right: 55px;
  margin-bottom: 30px;
}
.popular__directions-list .popular__directions-select .block-title {
  padding-top: 0;
  padding-bottom: 40px;
  line-height: 1;
}
@media all and (max-width: 640px) {
  .popular__directions-list .popular__directions-select .block-title {
    padding-bottom: 25px;
  }
}
@media all and (max-width: 1024px) {
  .popular__directions-list .popular__directions-select {
    width: calc(100% / 3 * 2 - 55px);
    margin-right: 55px;
  }
}
@media all and (max-width: 768px) {
  .popular__directions-list .popular__directions-select {
    width: calc(100% / 3 * 2 - 35px);
  }
}
@media all and (max-width: 640px) {
  .popular__directions-list .popular__directions-select {
    width: 100%;
    margin-right: 0;
  }
  .popular__directions-list .popular__directions-select .custom-select-opener {
    border-bottom-right-radius: 25px;
  }
}
.popular__directions-list .popular__directions-item {
  display: block;
  width: calc(100% / 4 - 55px);
  margin-right: 55px;
  margin-bottom: 35px;
  position: relative;
}
.popular__directions-list .popular__directions-item .pseudo-hover:after {
  content: "";
  display: block;
  height: 0;
  position: absolute;
  right: -8px;
  left: -8px;
  bottom: -41px;
  border: 1px solid transparent;
  transition: all 0.2s cubic-bezier(0.47, 0, 0.745, 0.715);
}
.popular__directions-list .popular__directions-item:hover .pseudo-hover:after {
  height: calc(100% + 50px);
  border: 3px solid #da1f3d;
  transition: all 0.2s cubic-bezier(0.47, 0, 0.745, 0.715);
}
.popular__directions-list .popular__directions-item:hover .popular__directions-item-name:after {
  opacity: 0;
  transition: all 0.2s cubic-bezier(0.47, 0, 0.745, 0.715);
}
@media all and (max-width: 1024px) {
  .popular__directions-list .popular__directions-item {
    width: calc(100% / 3 - 55px);
  }
}
@media all and (max-width: 768px) {
  .popular__directions-list .popular__directions-item {
    width: calc(100% / 3 - 55px);
  }
}
@media only screen and (max-width: 768px) {
  .popular__directions-list .popular__directions-item {
    width: calc(100% - 30px);
    min-width: 290px;
  }
}
@media all and (max-width: 425px) {
  .popular__directions-list .popular__directions-item {
    min-width: 200px;
  }
}
.popular__directions-list .popular__directions-item .popular__directions-item-photo {
  width: 100%;
  height: 180px;
  position: relative;
}
.popular__directions-list .popular__directions-item .popular__directions-item-name {
  font-size: 20px;
  font-weight: 400;
  color: #2e2c70;
  text-transform: uppercase;
  position: relative;
  margin: 30px 0 0 -8px;
}
@media all and (max-width: 425px) {
  .popular__directions-list .popular__directions-item .popular__directions-item-name {
    margin-left: 0;
  }
}
.popular__directions-list .popular__directions-item .popular__directions-item-name:after {
  content: "";
  display: block;
  width: 45%;
  height: 3px;
  left: 55%;
  position: absolute;
  top: 8px;
  background-color: #da1f3d;
}
.popular__directions-list .popular__directions-item .popular__directions-item-name span {
  position: relative;
  z-index: 10;
  background-color: #ffeef1;
  padding-right: 12px;
}

.popular__directions-list .swiper-container {
  margin: 0;
  width: 100%;
}
@media all and (max-width: 640px) {
  .popular__directions-list .swiper-container {
    width: calc(100% + 28px);
    margin: 0 -28px 0 0;
  }
}
.popular__directions-list .swiper-wrapper {
  flex-wrap: nowrap;
}
.popular__directions-list .swiper-slide {
  width: auto !important;
}

.popular__countries {
  position: relative;
  margin-bottom: 74px;
}
@media all and (max-width: 640px) {
  .popular__countries {
    margin-bottom: 9px;
  }
}
.popular__countries .wrapper.flx {
  align-items: flex-start;
}
.popular__countries .hotel__info {
  width: 80%;
  max-width: 750px;
  min-height: 495px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #2e2c70;
  border-top-right-radius: 20px;
  padding-right: 240px;
  color: #fff;
  position: relative;
  z-index: 10;
}
@media all and (max-width: 1440px) {
  .popular__countries .hotel__info .hotel {
    margin-right: 350px;
  }
}
@media all and (max-width: 768px) {
  .popular__countries .hotel__info .hotel {
    margin-right: 290px;
  }
}
@media all and (max-width: 640px) {
  .popular__countries .hotel__info .hotel {
    margin-right: 15px;
  }
}
@media all and (max-width: 1440px) {
  .popular__countries .hotel__info {
    padding-right: 0;
  }
}
@media all and (max-width: 768px) {
  .popular__countries .hotel__info {
    width: calc(100% - 70px);
    min-height: 580px;
    justify-content: flex-start;
  }
  .popular__countries .hotel__info .custom-select-container {
    margin-top: 33px;
  }
}
@media all and (max-width: 640px) {
  .popular__countries .hotel__info {
    width: 100%;
    padding-right: 0;
    min-height: initial;
  }
}
.popular__countries .hotel__info .custom-select-container {
  width: 275px;
}
@media all and (max-width: 640px) {
  .popular__countries .hotel__info .custom-select-container {
    width: calc(100% - 25px);
    min-width: initial;
  }
}
.popular__countries .hotel__info:before {
  content: "";
  display: block;
  width: 1501px;
  height: 100%;
  background-color: #2e2c70;
  position: absolute;
  left: -1500px;
  z-index: 0;
}
.popular__countries .hotel__info .hotel__apart {
  width: 177px;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  color: #fff;
  text-align: center;
  background-color: #f9a018;
  margin: 30px 0;
}
.popular__countries .hotel__info .hotel__name {
  font-size: 38px;
  line-height: 45px;
  font-weight: 400;
  margin: 30px 0 15px 0;
}
@media all and (max-width: 1440px) {
  .popular__countries .hotel__info .hotel__name {
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }
}
.popular__countries .hotel__info .hotel__location, .popular__countries .hotel__info .hotel__services, .popular__countries .hotel__info .hotel__info-btn {
  font-size: 18px;
  line-height: 21px;
  margin-bottom: 35px;
}
.popular__countries .hotel__info .hotel__info-btn {
  display: block;
  height: 60px;
  line-height: 60px;
  color: #fff;
  border: 1px solid #fff;
  max-width: 235px;
  text-align: center;
  margin-bottom: 0;
  margin-left: 1px;
}
.popular__countries .hotels-slider-container {
  display: flex;
  width: 50%;
  margin-top: 53px;
  z-index: 30;
  position: absolute;
  top: 0;
  right: 0;
}
.popular__countries .hotels-slider-container:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  top: -30px;
  right: 0;
  z-index: 200;
  border-radius: 3px;
  background-color: #f9a018;
}
@media all and (max-width: 768px) {
  .popular__countries .hotels-slider-container:after {
    top: -18px;
  }
}
@media all and (max-width: 640px) {
  .popular__countries .hotels-slider-container:after {
    display: none;
  }
}
@media all and (max-width: 640px) {
  .popular__countries .hotels-slider-container {
    width: calc(100% - 5px);
    position: static;
    margin-top: 0;
    background: #2e2c70;
    margin-right: 5px;
  }
}
.popular__countries .hotels__slider {
  width: 100%;
}
@media all and (max-width: 640px) {
  .popular__countries .hotels__slider {
    padding-top: 75px;
  }
}
.popular__countries .hotels__slider .swiper-wrapper {
  padding-bottom: 10px;
}
.popular__countries .hotels__slider > .swiper-wrapper > .swiper-slide {
  display: flex;
}
@media all and (max-width: 768px) {
  .popular__countries .hotels__slider > .swiper-wrapper > .swiper-slide {
    padding-bottom: 75px;
  }
}
@media all and (max-width: 425px) {
  .popular__countries .hotels__slider > .swiper-wrapper > .swiper-slide {
    padding-bottom: 0;
  }
}
.popular__countries .hotels__slider .swiper-navigation {
  width: 90px;
  height: 40px;
  position: relative;
  bottom: 50px;
  left: initial;
  float: right;
  right: calc(50% + 20px);
}
@media all and (max-width: 768px) {
  .popular__countries .hotels__slider .swiper-navigation {
    right: 15px;
  }
}
@media all and (max-width: 640px) {
  .popular__countries .hotels__slider .swiper-navigation {
    position: absolute;
    top: 20px;
  }
  .popular__countries .hotels__slider .swiper-navigation:before {
    content: "";
    display: block;
    width: 2000px;
    position: absolute;
    right: 100%;
    bottom: 5px;
    height: 2px;
    border-radius: 3px;
    background-color: #f9a018;
  }
}
.popular__countries .hotels__slider .swiper-navigation .swiper-button-next {
  width: 40px;
  height: 40px;
  background: url("../img/arrow-next-yellow.svg") no-repeat;
  right: -10px;
  outline: none;
}
.popular__countries .hotels__slider .swiper-navigation .swiper-button-prev {
  width: 40px;
  height: 40px;
  background: url("../img/arrow-prev-yellow.svg") no-repeat;
  right: 0;
  outline: none;
}
.popular__countries .hotels__slider .swiper-pagination {
  left: 85px;
  bottom: 20px;
}
@media all and (max-width: 640px) {
  .popular__countries .hotels__slider .swiper-pagination {
    left: 100px;
  }
}
@media all and (max-width: 425px) {
  .popular__countries .hotels__slider .swiper-pagination {
    bottom: 50px;
  }
}
.popular__countries .hotels__slider .swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  left: 0 !important;
}
.popular__countries .gallery-wrapper {
  width: 100%;
  height: 388px;
  display: flex;
}
@media all and (max-width: 768px) {
  .popular__countries .gallery-wrapper {
    flex-direction: column;
    margin-right: 5px;
  }
}
@media all and (max-width: 640px) {
  .popular__countries .gallery-wrapper {
    padding-bottom: 30px;
  }
}
@media all and (max-width: 425px) {
  .popular__countries .gallery-wrapper {
    flex-direction: row;
    align-items: flex-start;
    height: initial;
    padding-bottom: 0;
  }
}
.popular__countries .gallery-top {
  height: 388px;
  width: 50%;
  margin-right: 29px;
  border-radius: 3px;
}
@media all and (max-width: 768px) {
  .popular__countries .gallery-top {
    width: 100%;
    height: 360px;
    min-height: 360px;
    margin-bottom: 10px;
  }
}
@media all and (max-width: 425px) {
  .popular__countries .gallery-top {
    width: calc(100% - 65px);
    height: 245px;
    min-height: 245px;
    margin-right: 6px;
  }
}
.popular__countries .gallery-thumbs {
  width: calc(50% + 30px);
  height: calc(388px + 30px);
  display: flex;
  flex-wrap: wrap;
  margin-right: -30px;
}
@media all and (max-width: 768px) {
  .popular__countries .gallery-thumbs {
    width: 100%;
    flex-wrap: nowrap;
  }
}
@media all and (max-width: 425px) {
  .popular__countries .gallery-thumbs {
    flex-wrap: wrap;
    width: 57px;
    height: initial;
  }
}
.popular__countries .gallery-thumbs .thumb-slide {
  cursor: pointer;
  transition: opacity 0.3s;
  width: calc(50% - 30px);
  height: calc(50% - 30px);
  opacity: 0.5;
  cursor: pointer;
  margin-bottom: 30px;
  margin-right: 30px;
  border-radius: 3px;
}
.popular__countries .gallery-thumbs .thumb-slide:hover {
  opacity: 1;
  transition: opacity 0.3s;
}
@media all and (max-width: 768px) {
  .popular__countries .gallery-thumbs .thumb-slide {
    width: calc(100% / 4);
    height: 84px;
  }
  .popular__countries .gallery-thumbs .thumb-slide:not(:last-child) {
    margin-right: 8px;
  }
  .popular__countries .gallery-thumbs .thumb-slide:last-child {
    margin-right: 0;
  }
}
@media all and (max-width: 425px) {
  .popular__countries .gallery-thumbs .thumb-slide {
    width: 57px;
    height: 57px;
    margin-right: 0 !important;
    margin-bottom: 6px;
  }
  .popular__countries .gallery-thumbs .thumb-slide:last-child {
    margin-right: 0;
  }
}
.popular__countries .gallery-thumbs .thumb-slide-active {
  display: none;
}

@media all and (max-width: 1024px) {
  .popular__countries .swiper-pagination {
    left: 66px;
  }
}
@media all and (max-width: 768px) {
  .popular__countries .swiper-pagination {
    left: 45px;
  }
}

.swiper-pagination {
  bottom: -35px;
  text-align: left;
}
.swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #d1c1e1;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  margin-right: 9px;
  outline: none;
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #f9a018;
}

.news__container-home.news__container {
  background-color: #ffeacb;
  padding-bottom: 45px;
  overflow: hidden;
}
@media all and (max-width: 640px) {
  .news__container-home.news__container {
    padding-bottom: 0;
  }
}
.news__container-home.news__container .news-title-wrap {
  align-items: center;
}
@media all and (min-width: 1440px) {
  .news__container-home.news__container .news-title-wrap {
    margin-right: 325px;
  }
}

.news__more {
  display: block;
  position: relative;
  margin-top: 20px;
  margin-left: 12px;
  font-size: 18px;
  color: #2e2c70;
}
@media all and (max-width: 640px) {
  .news__more {
    margin-top: 0;
  }
}
.news__more:hover {
  text-decoration: underline;
}
.news__more:after {
  content: url(../img/arrow-down-blue.svg);
  position: absolute;
  margin-left: 9px;
  width: 18px;
  height: 18px;
  transform: rotate(-90deg);
}

.news__container-home .news__subscribe {
  position: absolute;
  bottom: 0;
  right: -85px;
  background-color: #2e2c70;
  color: #fff;
  padding: 45px 34px 28px 41px;
  max-width: 367px;
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
  z-index: 100;
}
.news__container-home .news__subscribe:after {
  content: "";
  width: 1500px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 345px;
  background-color: #2e2c70;
}
.news__container-home .news__subscribe p {
  margin-bottom: 35px;
}
.news__container-home .news__subscribe h4 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 23px;
  margin: 0 0 30px 0;
  text-transform: uppercase;
}
.news__container-home .news__subscribe input {
  width: 100%;
  min-width: 330px;
  height: 50px;
  line-height: 50px;
  background-color: #fff;
  margin-left: -41px;
  margin-bottom: 12px;
  outline: none;
  border: none;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  padding-left: 42px;
  font-family: Arial, Helvetica, sans-serif;
}
.news__container-home .news__subscribe input::-webkit-input-placeholder {
  color: #a0a0a0;
  font-size: 14px;
  line-height: 50px;
  font-family: Arial, Helvetica, sans-serif;
}
.news__container-home .news__subscribe input::-moz-placeholder {
  color: #a0a0a0;
  font-size: 14px;
  line-height: 50px;
  font-family: Arial, Helvetica, sans-serif;
}
.news__container-home .news__subscribe input:-ms-input-placeholder {
  color: #a0a0a0;
  font-size: 14px;
  line-height: 50px;
  font-family: Arial, Helvetica, sans-serif;
}
.news__container-home .news__subscribe input:-moz-placeholder {
  color: #a0a0a0;
  font-size: 14px;
  line-height: 50px;
  font-family: Arial, Helvetica, sans-serif;
}
.news__container-home .news__subscribe .news__subscribe-btn {
  width: 100%;
  max-width: 243px;
  height: 50px;
  line-height: 50px;
  background-color: #f9a018;
  border: none;
  outline: none;
  color: #fff;
  font-size: 18px;
  text-align: center;
  cursor: pointer;
}
@media all and (max-width: 1200px) {
  .news__container-home .news__subscribe {
    display: flex;
    align-items: flex-end;
    position: relative;
    max-width: initial;
    right: 0;
    margin: 45px 0;
    padding-right: 0;
    width: calc(100% + 30px);
  }
  .news__container-home .news__subscribe:after {
    left: calc(100% - 3px);
  }
  .news__container-home .news__subscribe form {
    display: flex;
    justify-content: space-between;
  }
  .news__container-home .news__subscribe form .wrapper-name,
.news__container-home .news__subscribe form .wrapper-email {
    margin-right: 10px;
    flex: 1;
  }
  .news__container-home .news__subscribe p {
    margin-bottom: 12px;
  }
  .news__container-home .news__subscribe h4 {
    position: relative;
    white-space: nowrap;
  }
  .news__container-home .news__subscribe h4:after {
    content: "";
    display: block;
    position: absolute;
    left: 317px;
    top: 0;
    width: 2500px;
    height: 1px;
    background-color: #fff;
    opacity: 0.4;
    z-index: 100;
  }
}
@media all and (max-width: 1200px) and (max-width: 640px) {
  .news__container-home .news__subscribe h4:after {
    display: none;
  }
}
@media all and (max-width: 1200px) {
  .news__container-home .news__subscribe input {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    min-width: initial;
    margin-left: 0;
  }
}
@media all and (max-width: 1200px) {
  .news__container-home .news__subscribe .news__subscribe-btn {
    height: 50px;
    line-height: 50px;
  }
}
@media all and (max-width: 1200px) {
  .news__container-home .news__subscribe .news__subscribe-inputs {
    flex: 3;
    margin-left: 33px;
  }
}
@media all and (max-width: 1024px) {
  .news__container-home .news__subscribe {
    padding-left: 28px;
  }
  .news__container-home .news__subscribe input {
    padding-left: 14px;
  }
}
@media all and (max-width: 1200px) {
  .news__container-home .news__subscribe {
    flex-wrap: wrap;
  }
  .news__container-home .news__subscribe > div {
    flex: initial !important;
  }
  .news__container-home .news__subscribe .news__subscribe-inputs {
    width: 100%;
    margin-left: 0;
  }
  .news__container-home .news__subscribe p {
    margin-bottom: 30px;
  }
}

.success {
  width: calc(100% - 25px);
  height: 50px;
  line-height: 50px;
  background-color: #50bb35;
  border: none;
  outline: none;
  color: #fff;
  font-size: 18px;
  text-align: center;
  position: relative;
  margin-bottom: 0 !important;
  flex: 1;
}
.success:after {
  content: url(../img/check-mark.svg);
  margin-left: 6px;
  display: inline-block;
  vertical-align: middle;
}

.news__subscribe input.invalid-input {
  border: 2px solid #da1f3d;
  position: relative;
}

.wrapper-name,
.wrapper-phone,
.wrapper-email {
  position: relative;
}

.wrapper-name.mistake:after,
.wrapper-email.mistake:after,
.wrapper-phone.mistake:after {
  content: "Ошибка";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 35px;
  padding-bottom: 12px;
  font-size: 14px;
  color: #da1f3d;
}

@media all and (max-width: 640px) {
  .news__container-home .news__subscribe {
    margin: 0 -28px 20px 0;
    padding-top: 20px;
    padding-right: 28px;
  }
  .news__container-home .news__subscribe:after {
    display: none;
  }
  .news__container-home .news__subscribe h4 {
    margin-bottom: 20px;
  }
  .news__container-home .news__subscribe p {
    margin-bottom: 20px;
  }
  .news__container-home .news__subscribe form {
    flex-direction: column;
  }
  .news__container-home .news__subscribe form input {
    margin-left: 0;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
  }
  .news__container-home .news__subscribe form .news__subscribe-btn {
    margin: 0 auto;
  }
  .news__container-home .news__subscribe form .wrapper-name, .news__container-home .news__subscribe form .wrapper-phone, .news__container-home .news__subscribe form .wrapper-email {
    margin-right: -28px;
  }
}

.news__list {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 28px);
}
@media all and (max-width: 425px) {
  .news__list {
    width: 100%;
  }
}
.news__list .news__item {
  width: 100%;
  max-width: 290px;
  display: block;
  background-color: #fff;
  position: relative;
  z-index: 2;
}
.news__list .news__item:hover:after {
  content: "";
  position: absolute;
  width: calc(100% + 22px);
  right: -11px;
  left: -11px;
  bottom: -11px;
  top: -11px;
  height: calc(100% + 22px);
  border: 3px solid #f9a018;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  z-index: -1;
}
@media all and (max-width: 640px) {
  .news__list .news__item:hover:after {
    display: none;
  }
}
.news__list .news__item:hover:before {
  content: "";
  position: absolute;
  width: 58px;
  top: -11px;
  left: 61px;
  height: 3px;
  background-color: #ffeacb;
}
@media all and (max-width: 640px) {
  .news__list .news__item:hover:before {
    display: none;
  }
}
.news__list .news__item .news__img {
  width: 100%;
  height: 165px;
}
.news__list .news__item .news__info {
  padding: 25px 15px 20px 20px;
}
.news__list .news__item .news__info .news__title {
  display: block;
  height: 46px;
  color: #2e2c70;
  font-size: 18px;
  font-weight: 500;
  margin: 0 0 30px 0;
}
.news__list .news__item .news__info .news__title:hover {
  text-decoration: underline;
}
.news__list .news__item .news__info .news__date {
  color: #a0a0a0;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
}
.news__list .news__item .news__info .news__btn {
  color: #da1f3d;
  font-size: 14px;
  position: relative;
  padding-right: 25px;
}
.news__list .news__item .news__info .news__btn:hover {
  text-decoration: underline;
}
.news__list .news__item .news__info .news__btn:after {
  content: "→";
  position: absolute;
  margin-left: 9px;
}

@media all and (max-width: 425px) {
  .news__list .news__item {
    max-width: initial;
  }
}
.news__list .swiper-container {
  margin: 0 30px 0 0;
  width: 100%;
}
@media all and (max-width: 1440px) {
  .news__list .swiper-container {
    margin-right: 0;
  }
}
@media all and (max-width: 1110px) {
  .news__list .swiper-container {
    width: calc(100% + 100px);
    margin: 0 -100px 0 0;
  }
}
@media all and (max-width: 768px) {
  .news__list .swiper-container {
    width: calc(100% + 28px);
    margin: 0 -28px 0 0;
  }
}
.news__list .swiper-slide {
  width: 290px !important;
  margin-top: 12px;
  margin-bottom: 25px !important;
}
.news__list .swiper-slide:first-child {
  margin-left: 12px;
}
@media all and (max-width: 1440px) {
  .news__list .swiper-slide {
    width: calc(100% / 4 - 35px) !important;
  }
}
@media all and (max-width: 1200px) {
  .news__list .swiper-slide {
    width: 290px !important;
  }
}
@media all and (max-width: 640px) {
  .news__list .swiper-slide {
    margin-bottom: 20px !important;
  }
}

article img {
  float: left;
  margin: 0 10px 10px 0;
}

.articles__container {
  padding: 30px 0 10px 0;
  background-color: #f1ecf6;
}
@media all and (max-width: 768px) {
  .articles__container > .wrapper.flx {
    flex-direction: column;
  }
  .articles__container > .wrapper.flx article {
    width: 100%;
  }
  .articles__container > .wrapper.flx article ul {
    margin-bottom: 35px;
    margin-left: 30px;
  }
}
.articles__container article {
  width: 48%;
}
.articles__container article h3 {
  color: #515050;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 50px 0;
}
.articles__container article p {
  color: #515050;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 20px;
}
.articles__container article ul {
  margin-bottom: 17px;
  color: #a0a0a0;
  font-size: 14px;
  font-weight: 400;
  line-height: 23px;
}
.articles__container article ul li:before {
  content: "";
  width: 8px;
  height: 8px;
  display: inline-block;
  background-color: #da1f3d;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  margin-right: 12px;
}
.articles__container article ol {
  margin-bottom: 17px;
  color: #a0a0a0;
  font-size: 14px;
  font-weight: 400;
  line-height: 23px;
  counter-reset: myCounter;
}
.articles__container article ol li {
  margin-bottom: 12px;
}
.articles__container article ol li:before {
  counter-increment: myCounter;
  content: counter(myCounter);
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.64;
  color: #da1f3d;
  margin-right: 12px;
}

footer .footer__top {
  background-color: #4c49a9;
  padding: 25px 0 5px 0;
  position: relative;
}
@media all and (max-width: 768px) {
  footer .footer__top {
    padding-bottom: 278px;
    overflow: hidden;
  }
}
footer .footer__top .footer__nav {
  position: relative;
  display: inline-block;
  margin-bottom: 35px;
}
@media all and (max-width: 768px) {
  footer .footer__top .footer__nav {
    width: 95%;
  }
}
@media all and (max-width: 640px) {
  footer .footer__top .footer__nav {
    width: 100%;
    margin-bottom: 50px;
  }
}
footer .footer__top .footer__nav:before {
  content: "";
  position: absolute;
  bottom: -15px;
  right: 0;
  display: block;
  width: 3000px;
  height: 1px;
  background-color: #fff;
}
footer .footer__top .footer__nav li {
  display: inline-block;
}
footer .footer__top .footer__nav li:not(:last-child) {
  margin-right: 75px;
}
@media all and (max-width: 768px) {
  footer .footer__top .footer__nav li:not(:last-child) {
    margin-right: 9%;
  }
  footer .footer__top .footer__nav li:not(:last-child) a {
    line-height: 50px;
  }
}
footer .footer__top .footer__nav li a {
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
}
footer .footer__top .footer__contacts {
  display: flex;
  align-items: flex-start;
  margin-top: 15px;
}
footer .footer__top .footer__contacts > div {
  display: inline-block;
  margin-bottom: 8px;
}
footer .footer__top .footer__contacts > div:not(:last-child) {
  margin-right: 65px;
}
@media all and (max-width: 1024px) {
  footer .footer__top .footer__contacts > div:not(:last-child) {
    margin-right: 0;
  }
}
footer .footer__top .footer__contacts .footer__contacts-phones,
footer .footer__top .footer__contacts .footer__contacts-address,
footer .footer__top .footer__contacts .footer__contacts-schedule {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
footer .footer__top .footer__contacts .footer__contacts-phones img,
footer .footer__top .footer__contacts .footer__contacts-address img,
footer .footer__top .footer__contacts .footer__contacts-schedule img {
  margin-right: 30px;
}
footer .footer__top .footer__contacts .footer__contacts-phones {
  align-items: end;
}
footer .footer__top .footer__contacts .footer__contacts-schedule img {
  margin-left: 5px;
}
@media all and (max-width: 425px) {
  footer .footer__top .footer__contacts a {
    display: block;
  }
}
footer .footer__top .footer__contacts .footer__contacts-phones a:first-child:after {
  content: ", ";
}
footer .footer__top .footer__contacts p, footer .footer__top .footer__contacts a {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
}
footer .footer__top .footer__contacts .footer__contacts-socials > a {
  width: 20px;
  height: 20px;
  display: inline-block;
  position: relative;
  margin-right: 40px;
}
footer .footer__top .footer__contacts .footer__contacts-socials > a:not(:last-child):after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-color: #d1c1e1;
  position: absolute;
  right: -26px;
}
footer .footer__top .footer__contacts .footer__contacts-socials .instagram {
  width: 20px;
  background: url(../img/instagram-footer.svg) no-repeat left/20px auto;
}
footer .footer__top .footer__contacts .footer__contacts-socials .facebook {
  background: url("../img/facebook-icon-footer.svg") no-repeat 100%/contain;
}
footer .footer__top .footer__contacts .footer__contacts-socials .telegram {
  background: url(../img/telegram-icon-footer.svg) no-repeat 100%/contain;
}
footer .footer__top .footer__contacts .footer__contacts-socials .twitter {
  background: url(../img/twitter-icon-footer.svg) no-repeat 100%/contain;
}
@media all and (max-width: 1440px) {
  footer .footer__top .footer__contacts {
    padding-right: 300px;
    flex-wrap: wrap;
  }
}
@media all and (max-width: 768px) {
  footer .footer__top .footer__contacts {
    padding-right: 100px;
  }
}
@media all and (max-width: 640px) {
  footer .footer__top .footer__contacts {
    padding-right: 0;
  }
}
footer .footer__bottom {
  height: 60px;
  background-color: #2e2c70;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 400;
}
footer .footer__bottom p {
  line-height: 60px;
  font-size: 12px;
}
@media all and (max-width: 640px) {
  footer .footer__bottom {
    height: auto;
    padding: 25px 0;
  }
  footer .footer__bottom p {
    line-height: 1;
    margin-bottom: 15px;
  }
  footer .footer__bottom > .wrapper.flx {
    flex-direction: column;
    align-items: center;
  }
}

.pop-up {
  min-width: 170px;
  position: absolute;
  top: 75px;
  left: -20px;
  padding: 22px 12px 0 17px;
  background-color: white;
  z-index: 2000;
  transition-duration: 0.3s;
}
.pop-up .pop-up__close {
  position: absolute;
  top: 12px;
  right: 12px;
  font-size: 18px;
  color: #898989;
  cursor: pointer;
}
@media all and (max-width: 768px) {
  .pop-up {
    position: fixed;
    width: 100% !important;
    height: 100%;
    top: 0;
    left: 0;
  }
}

.map_container {
  height: 0;
  width: 0;
  opacity: 0;
  overflow: hidden;
  position: relative;
  -webkit-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}

.pilon_footer_map {
  height: 100%;
  max-height: 303px;
  position: absolute;
  right: 0;
  bottom: 0;
  cursor: pointer;
}
.pilon_footer_map > img {
  height: 100%;
}

.map_container.active {
  height: 500px;
  width: 800px;
  opacity: 1;
  position: fixed;
  top: 10%;
  z-index: 1001;
  left: 50%;
  transform: translate(-50%);
  overflow: visible;
  margin-top: 30px;
}
@media all and (max-width: 800px) {
  .map_container.active {
    width: 95%;
  }
  .map_container.active #map {
    width: 100% !important;
  }
}

.modal_overlay {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #000;
  opacity: 0.4;
}

.modal_overlay.active {
  display: block;
  cursor: pointer;
}

.map_container span {
  position: absolute;
  right: 0;
  left: 0;
  font-size: 25px;
  pointer-events: none;
  top: -43px;
  color: #000;
  z-index: 99;
  padding: 10px;
  border-bottom: 1px solid #e5e5e5;
  background: #fff;
}

.map_container span .close {
  content: "×";
  right: 0;
  cursor: pointer;
  top: -5px;
  height: 37px;
  align-items: center;
  text-align: center;
  justify-content: center;
  display: flex;
  float: right;
  margin-top: -5px;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=50);
  opacity: 0.5;
}

.country__content table {
  border-collapse: collapse;
}
.country__content tr:first-child td {
  font-size: 18px;
  font-weight: 500;
  color: #2b2b2b;
  border-bottom-color: #2e2c70;
}
.country__content td {
  font-size: 14px;
  color: #9d9d9d;
  border-bottom: 1px solid #E9E9E9;
  padding: 11px 20px 11px 0;
}
.country__content td:first-child {
  color: #000;
}
.country__content tr:nth-child(2) td {
  padding-top: 25px;
}
.country__content .tours__block.tours__block-index {
  padding-top: 50px;
  margin-top: 0;
}

.tour-date h3 {
  margin: 0 0 6px 0;
}
.tour-date span {
  color: #2e2c70;
  font-weight: 500;
}
.tour-date .and:last-child {
  display: none;
}

/*# sourceMappingURL=styles.css.map */
