@charset "UTF-8";

.account {
  position: relative;
  cursor: pointer;
  background: #f4f6f8;
  border-radius: 50px;
  padding: 5px;
  margin: 0 0 0 20px;
  width: 40px;
  height: 40px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.account__avatar {
  position: absolute;
  right: 5px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
  z-index: 3;
}

.account__avatar .img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.account__label {
  top: -5px;
  right: 0;
}

.submenu__left {
  left: -20px;
}

.submenu__right {
  left: -180px;
}

.burger {
  display: block;
  position: relative;
  cursor: pointer;
  z-index: 10;
}

.burger__accounts {
  position: absolute;
  left: 0;
  width: 22px;
  height: 14px;
  margin: 15px;
  z-index: -2;
}

.burger__menu-mob {
  display: none;
  width: 22px;
  height: 14px;
}

.burger span {
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  top: calc(50% - 1px);
  left: 0px;
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #121e47;
}

.burger span:first-child {
  top: 0px;
}

.burger span:last-child {
  top: auto;
  bottom: 0px;
}

.burger.active span {
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
}

.burger.active span:first-child {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: calc(50% - 1px);
}

.burger.active span:last-child {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  bottom: calc(50% - 1px);
}

.label__red {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #e70e38;
  border-radius: 50%;
  color: #ffffff;
  width: 20px;
  height: 20px;
  z-index: 5;
}

.account-menu {
  position: absolute;
  top: 72px;
  right: 0;
  width: auto;
  border-radius: 5px;
  overflow: hidden;
  max-height: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 0;
  visibility: hidden;
  -webkit-box-shadow: 0 5px 10px #8f8f8f8a;
          box-shadow: 0 5px 10px #8f8f8f8a;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.account-menu.active {
  max-height: 266px;
  opacity: 1;
  visibility: visible;
}

.account-menu__list {
  background: #ffffff;
  padding: 25px;
  width: 25%;
}

.account-menu__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.account-menu__link {
  line-height: 30px;
  border-bottom: none;
  color: #121e47;
}

.account-menu__link:hover {
  border-bottom: none !important;
  text-decoration: underline;
}

.account-menu__label {
  position: relative;
  margin: 0 5px;
}

.account-menu__avatar {
  width: 200px;
  -webkit-box-shadow: 0 5px 10px #8f8f8f8a;
          box-shadow: 0 5px 10px #8f8f8f8a;
}

.account-menu__avatar .img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}


@media (max-width: 991.98px) {
  .container {
    max-width: 750px;
  }

  .title .h1 {
    font-size: 50px;
    line-height: 59px;
  }

  .title .h2 {
    font-size: 34px;
    line-height: 35px;
    font-family: "Gilroy-SemiBold", sans-serif;
  }

  .page__edit-review .text {
    font-size: 13px;
  }

  .page__edit-review {
    padding: 30px 0 0 0;
  }

  .page__info .text {
    font-size: 13px;
  }

  .edit-review__input {
    width: 100%;
  }

  .review-from {
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
    row-gap: 30px;
    padding: 30px;
  }

  .review-from__input {
    font-size: 12px;
  }

  .calendar {
    min-width: 150px;
  }

  .calendar__input {
    font-size: 12px;
    left: 0;
    padding: 0 0 0 20px;
  }

  .review-rating {
    margin: 0;
  }

  .review-rating__item:first-child .review-rating__info {
    left: 120%;
  }

  .review-rating__item:last-child .review-rating__info {
    left: -20%;
  }

  .review-rating__info {
    top: -85px;
    width: 155px;
    height: 75px;
    font-size: 12px;
  }

  .dropzone {
    grid-template-columns: repeat(3, 1fr);
  }

  .fileinput-zone-img.col-3,
  .fileinput-zone-video.col-3 {
    grid-column: span 2;
  }

  .fileinput-zone-img.col-2,
  .fileinput-zone-video.col-2 {
    grid-column: span 1;
  }

  .fileinput-zone-img.col-1,
  .fileinput-zone-video.col-1 {
    grid-column: span auto;
  }

  .dz-remove {
    opacity: 1;
    width: 25px;
    height: 25px;
  }

  .dz-favorite {
    left: 10px;
    opacity: 1;
  }

  .header {
    font-size: 14px;
  }

  .header__container {
    border-bottom: 1px solid #d8d8d8;
  }

  .header__menu {
    display: none;
  }
  
  .header__menu-mob {
    border-top: 1px solid #d8d8d8;
  }

  .header__login {
    background: none;
  }

  .header__login_link {
    display: none;
  }

  .header__lang {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  .header-menu__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 40px 0 0 0;
  }

  .header-menu__item {
    width: 100%;
    margin: 0;
    padding: 10px 0;
    border-bottom: 1px solid #d8d8d8;
  }

  .header-menu__item.active .header-submenu__body {
    position: relative;
    opacity: 1;
    visibility: visible;
    z-index: 15;
    max-height: 500px;
  }

  .header-menu__item.active .arrow::after {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }

  .header-menu__item.active .arrow::before {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }

  .header-menu__item_small {
    border: none;
    padding: 5px 0;
  }

  .header-menu__item_small .header-menu__link {
    font-size: 16px;
  }

  .header-menu__link {
    line-height: 30px;
    font-size: 24px;
  }

  .social {
    padding: 60px 0 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .social__link {
    margin: 0 30px;
  }

  .social__icon {
    width: 20px;
    height: 20px;
  }

  .header-submenu__body {
    width: 100%;
    max-height: 0;
    padding: 0;
    left: 0;
    background: none;
  }

  .header-submenu__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 20px 0;
    width: 100%;
    -webkit-box-shadow: none;
            box-shadow: none;
  }

  .header-submenu__item {
    margin: 0 50px 10px 0;
  }

  .burger__menu-mob {
    display: block;
  }

  .account-menu {
    z-index: 100;
    background: #ffffff;
  }

  .account-menu.active {
    max-height: 1000px;
    -webkit-box-shadow: 0 5px 15px rgba(206, 206, 206, 0.719);
            box-shadow: 0 5px 15px rgba(206, 206, 206, 0.719);
  }

  .page__home {
    margin: 0;
  }

  .page__excursions {
    margin: 55px 0;
    padding: 0;
  }

  .page__slider-basic {
    margin: 55px 0;
    padding: 30px 0 0 0;
  }

  .page__action {
    padding: 50px 0 0 0;
  }

  .page__gallery {
    padding: 0;
    margin: 70px 0 55px 0;
  }

  .slider-tours__img {
    height: 620px;
  }

  .excursions__item {
    min-height: auto;
    height: 215px;
  }

  .excursions__title {
    font-size: 30px;
    line-height: 35px;
    bottom: 25px;
    left: 25px;
  }

  .excursions__label {
    opacity: 1;
    -webkit-transform: translate(0px, 0px);
        -ms-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
    border: 60px solid transparent;
    border-right: 60px solid #ffffff;
    border-bottom: 60px solid #ffffff;
  }

  .excursions__label span {
    top: 11px;
    right: -59px;
    font-size: 14px;
  }

  .slider-basic__title {
    margin: 0 15px 0 0;
  }

  .slider-basic__wrap {
    width: 100%;
  }

  .slider-basic__counter {
    display: none;
  }

  .slider-basic__row {
    grid-template-columns: repeat(3, 1fr);
  }

  .line {
    display: none;
  }

  .action__content {
    height: 265px;
    overflow: hidden;
  }

  .action__item {
    padding: 30px;
    width: 45%;
  }

  .action__title {
    margin: 0 0 15px 0;
  }

  .action__text {
    font-size: 12px;
    line-height: 16px;
  }

  .action__button {
    height: 45px;
    width: 150px;
  }

  .post-digest .row2 {
    max-height: 100%;
  }

  .post-digest__item.col2 {
    grid-column: span 1;
  }

  .post-digest__item.col2 .post-digest__info {
    display: none;
  }

  .post-digest__item.col2 .post-digest__title .h3 {
    font-size: 16px;
    line-height: 19px;
  }

  .post-digest__item:last-child {
    display: none;
  }

  .post-digest__title {
    bottom: 0px;
    left: 15px;
  }

  .post-digest__img {
    min-width: auto;
    width: 100%;
    max-height: 100%;
    margin: 0;
  }

  .post-digest__img .pos-absl {
    display: block;
  }

  .post-digest__img::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(68.42%, rgba(0, 16, 73, 0)), to(#001049));
    background: -o-linear-gradient(top, rgba(0, 16, 73, 0) 68.42%, #001049 100%);
    background: linear-gradient(180deg, rgba(0, 16, 73, 0) 68.42%, #001049 100%);
  }

  .calendar-events__column {
    height: 99.2%;
  }

  .calendar-events__column .slick-list {
    height: 370px !important;
  }

  .calendar-events__column .slick-slide {
    margin: 0 20px;
    min-height: 125px;
  }

  .calendar-events__column .slick-prev {
    top: -4px;
  }

  .calendar-events__column .slick-next {
    bottom: -4px;
  }

  .calendar-events__wrap {
    width: 40%;
  }

  .calendar-events__subtitle {
    font-size: 22px;
    line-height: 26px;
  }

  .calendar-events__info {
    font-size: 14px;
    line-height: 19px;
  }

  .select {
    width: 150px;
    margin: 0 0 0 15px;
    padding: 15px;
  }

  .select__selected-list {
    width: 150px;
    left: -15px;
  }

  .reviews__text {
    font-size: 14px;
  }

  .slider-gallery__header .slick-arrow {
    width: 40px;
    height: 40px;
    top: -25px;
  }

  .slider-gallery__content {
    grid-column-gap: 10px;
  }

  .slider-gallery__img {
    margin: 0 0 10px 0;
    height: 190px;
  }

  .slider-gallery__img_left,
  .slider-gallery__img_right {
    height: 260px;
  }

  .slider-gallery__info {
    bottom: 15px;
    left: 14px;
    padding: 0 25px 0 0;
  }

  .slider-gallery__title {
    margin: 0 3px 0 0;
  }

  .slider-gallery__title .h3 {
    font-size: 20px;
    line-height: 20px;
  }

  .slider-gallery__title .h5 {
    font-size: 12px;
  }

  .slider-gallery__quntity {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .slider-gallery__icon {
    margin: 0;
  }

  .slider-gallery__video {
    margin: 0 0 10px 0;
  }

  .slider-gallery__video:first-child {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .slider-gallery__video:nth-child(2) {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  .slider-gallery__video:nth-child(3) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .slider-gallery__video:nth-child(4) {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }

  .slider-gallery__video:nth-child(5) {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }

  .slider-gallery__video:nth-child(6) {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }

  .slider-video .slider-gallery__content {
    grid-template-columns: repeat(3, 1fr);
  }

  .subscrib {
    min-height: 415px;
  }

  .subscrib__content {
    width: 43%;
    padding: 35px;
  }

  .subscrib__text {
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.25px;
    width: 100%;
    margin: 15px 0;
  }

  .subscrib__form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0;
  }

  .subscrib__button {
    width: 100%;
    height: 45px;
  }

  .form__wrap {
    margin: 0 0 15px 0;
    width: 100%;
  }

  .form__input {
    height: 45px;
    padding: 13px 13px 0 20px;
  }

  .form__label {
    top: 17px;
    left: 20px;
    font-size: 11px;
  }

  .form input:not(:-moz-placeholder-shown) + label {
    top: 8px;
    font-size: 10px;
  }

  .form input:not(:-ms-input-placeholder) + label {
    top: 8px;
    font-size: 10px;
  }

  .form input:focus + label,
  .form input:not(:placeholder-shown) + label {
    top: 8px;
    font-size: 10px;
  }

  .footer__logo {
    display: none;
  }

  .footer__logo_mob {
    display: block;
    margin: 0 15px 0 0;
  }

  .footer__nav {
    max-width: 22%;
  }

  .footer-nav__link {
    font-size: 13px;
  }
}

@media (min-width: 991.98px) {
  .header__login:hover {
    background: #e7e7e7;
  }

  .link:hover {
    border-bottom: 1px solid #121e47;
  }

  .header-menu__item.active .header-menu__link {
    border-bottom: 1px solid #121e47;
  }

  .header-menu__item.active .header-menu__link_yellow {
    border-bottom: 1px solid #f36949;
  }

  .header-menu__item.active .header-submenu__body {
    opacity: 1;
    visibility: visible;
    z-index: 15;
    max-height: 500px;
    pointer-events: all;
  }

  .header-menu__item.active .arrow::after {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }

  .header-menu__item.active .arrow::before {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }

  .account:hover {
    width: 95px;
  }

  .account:hover .burger__accounts {
    z-index: 2;
  }

  .account.active {
    width: 95px;
  }

  .account.active .burger__accounts {
    z-index: 2;
  }

  .excursions__item:hover .excursions__label {
    opacity: 1;
    -webkit-transform: translate(0px, 0px);
        -ms-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }

  .slider-basic__arrow .slick-arrow:hover {
    background: #e7e7e7;
  }

  .post-digest__item:hover .post-digest__title .h3 {
    color: #f36949;
  }

  .post-digest__item:hover.row2 {
    -webkit-box-shadow: 0 5px 10px #585858af;
            box-shadow: 0 5px 10px #585858af;
  }

  .post-digest__item:hover.row2::before {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(68.42%, rgba(0, 16, 73, 0)), to(#001049));
    background: -o-linear-gradient(top, rgba(0, 16, 73, 0) 68.42%, #001049 100%);
    background: linear-gradient(180deg, rgba(0, 16, 73, 0) 68.42%, #001049 100%);
  }

  .calendar-events__column .slick-arrow:hover {
    background-color: #00104928;
  }

  .calendar-events__item:hover .calendar-events__subtitle {
    color: #f36949;
  }

  .select__selected-list li:hover {
    color: #f36949;
  }

  .slider-gallery__video:hover {
    -webkit-box-shadow: 0 0px 20px #4b4b4bc0;
            box-shadow: 0 0px 20px #4b4b4bc0;
  }

  .slider-gallery__video:hover .img {
    -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
            transform: scale(1.2);
  }

  .slider-gallery__img:hover {
    -webkit-box-shadow: 0 0px 20px #4b4b4bc0;
            box-shadow: 0 0px 20px #4b4b4bc0;
  }

  .slider-gallery__img:hover .img {
    -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
            transform: scale(1.2);
  }
}


@media (max-width: 991.98px) {
  .container {
    max-width: 750px;
  }

  .title .h1 {
    font-size: 50px;
    line-height: 59px;
  }

  .title .h2 {
    font-size: 34px;
    line-height: 35px;
    font-family: "Gilroy-SemiBold", sans-serif;
  }

  .header {
    font-size: 14px;
  }

  .header__container {
    border-bottom: 1px solid #d8d8d8;
  }

  .header__menu {
    display: none;
  }

  .header__login {
    background: none;
  }

  .header__login_link {
    display: none;
  }

  .header__lang {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  .header-menu__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 40px 0 0 0;
  }

  .header-menu__item {
    width: 100%;
    margin: 0;
    padding: 10px 0;
    border-bottom: 1px solid #d8d8d8;
  }

  .header-menu__item.active .header-submenu__body {
    position: relative;
    opacity: 1;
    visibility: visible;
    z-index: 15;
    max-height: 500px;
  }

  .header-menu__item.active .arrow::after {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }

  .header-menu__item.active .arrow::before {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }

  .header-menu__item_small {
    border: none;
    padding: 5px 0;
  }

  .header-menu__item_small .header-menu__link {
    font-size: 16px;
  }

  .header-menu__link {
    line-height: 30px;
    font-size: 24px;
  }

  .social {
    padding: 60px 0 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .social__link {
    margin: 0 30px;
  }

  .social__icon {
    width: 20px;
    height: 20px;
  }

  .header-submenu__body {
    width: 100%;
    max-height: 0;
    padding: 0;
    left: 0;
    background: none;
  }

  .header-submenu__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 20px 0;
    width: 100%;
    -webkit-box-shadow: none;
            box-shadow: none;
  }

  .header-submenu__item {
    margin: 0 50px 10px 0;
  }

  .burger__menu-mob {
    display: block;
  }

  .account-menu {
    z-index: 100;
    background: #ffffff;
  }

  .account-menu.active {
    max-height: 1000px;
    -webkit-box-shadow: 0 5px 15px rgba(206, 206, 206, 0.719);
            box-shadow: 0 5px 15px rgba(206, 206, 206, 0.719);
  }

  .page__home {
    margin: 0;
  }

  .page__excursions {
    margin: 55px 0;
    padding: 0;
  }

  .page__slider-basic {
    margin: 55px 0;
    padding: 30px 0 0 0;
  }

  .page__action {
    padding: 50px 0 0 0;
  }

  .page__gallery {
    padding: 0;
    margin: 70px 0 55px 0;
  }

  .slider-tours__img {
    height: 620px;
  }

  .excursions__item {
    min-height: auto;
    height: 215px;
  }

  .excursions__title {
    font-size: 30px;
    line-height: 35px;
    bottom: 25px;
    left: 25px;
  }

  .excursions__label {
    opacity: 1;
    -webkit-transform: translate(0px, 0px);
        -ms-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
    border: 60px solid transparent;
    border-right: 60px solid #ffffff;
    border-bottom: 60px solid #ffffff;
  }

  .excursions__label span {
    top: 11px;
    right: -59px;
    font-size: 14px;
  }

  .slider-basic__title {
    margin: 0 15px 0 0;
  }

  .slider-basic__wrap {
    width: 100%;
  }

  .slider-basic__counter {
    display: none;
  }

  .slider-basic__row {
    grid-template-columns: repeat(3, 1fr);
  }

  .line {
    display: none;
  }

  .action__content {
    height: 265px;
    overflow: hidden;
  }

  .action__item {
    padding: 30px;
    width: 45%;
  }

  .action__title {
    margin: 0 0 15px 0;
  }

  .action__text {
    font-size: 12px;
    line-height: 16px;
  }

  .action__button {
    height: 45px;
    width: 150px;
  }

  .post-digest .row2 {
    max-height: 100%;
  }

  .post-digest__item.col2 {
    grid-column: span 1;
  }

  .post-digest__item.col2 .post-digest__info {
    display: none;
  }

  .post-digest__item.col2 .post-digest__title .h3 {
    font-size: 16px;
    line-height: 19px;
  }

  .post-digest__item:last-child {
    display: none;
  }

  .post-digest__title {
    bottom: 0px;
    left: 15px;
  }

  .post-digest__img {
    min-width: auto;
    width: 100%;
    max-height: 100%;
    margin: 0;
  }

  .post-digest__img .pos-absl {
    display: block;
  }

  .post-digest__img::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(68.42%, rgba(0, 16, 73, 0)), to(#001049));
    background: -o-linear-gradient(top, rgba(0, 16, 73, 0) 68.42%, #001049 100%);
    background: linear-gradient(180deg, rgba(0, 16, 73, 0) 68.42%, #001049 100%);
  }

  .calendar-events__column {
    height: 99.2%;
  }

  .calendar-events__column .slick-list {
    height: 370px !important;
  }

  .calendar-events__column .slick-slide {
    margin: 0 20px;
    min-height: 125px;
  }

  .calendar-events__column .slick-prev {
    top: -4px;
  }

  .calendar-events__column .slick-next {
    bottom: -4px;
  }

  .calendar-events__wrap {
    width: 40%;
  }

  .calendar-events__subtitle {
    font-size: 22px;
    line-height: 26px;
  }

  .calendar-events__info {
    font-size: 14px;
    line-height: 19px;
  }

  .select {
    width: 150px;
    margin: 0 0 0 15px;
    padding: 15px;
  }

  .select__selected-list {
    width: 150px;
    left: -15px;
  }

  .reviews__text {
    font-size: 14px;
  }

  .slider-gallery__header .slick-arrow {
    width: 40px;
    height: 40px;
    top: -25px;
  }

  .slider-gallery__content {
    grid-column-gap: 10px;
  }

  .slider-gallery__img {
    margin: 0 0 10px 0;
    height: 190px;
  }

  .slider-gallery__img_left,
  .slider-gallery__img_right {
    height: 260px;
  }

  .slider-gallery__info {
    bottom: 15px;
    left: 14px;
    padding: 0 25px 0 0;
  }

  .slider-gallery__title {
    margin: 0 3px 0 0;
  }

  .slider-gallery__title .h3 {
    font-size: 20px;
    line-height: 20px;
  }

  .slider-gallery__title .h5 {
    font-size: 12px;
  }

  .slider-gallery__quntity {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .slider-gallery__icon {
    margin: 0;
  }

  .slider-gallery__video {
    margin: 0 0 10px 0;
  }

  .slider-gallery__video:first-child {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .slider-gallery__video:nth-child(2) {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  .slider-gallery__video:nth-child(3) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .slider-gallery__video:nth-child(4) {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }

  .slider-gallery__video:nth-child(5) {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }

  .slider-gallery__video:nth-child(6) {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }

  .slider-video .slider-gallery__content {
    grid-template-columns: repeat(3, 1fr);
  }

  .subscrib {
    min-height: 415px;
  }

  .subscrib__content {
    width: 43%;
    padding: 35px;
  }

  .subscrib__text {
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.25px;
    width: 100%;
    margin: 15px 0;
  }

  .subscrib__form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0;
  }

  .subscrib__button {
    width: 100%;
    height: 45px;
  }

  .form__wrap {
    margin: 0 0 15px 0;
    width: 100%;
  }

  .form__input {
    height: 45px;
    padding: 13px 13px 0 20px;
  }

  .form__label {
    top: 17px;
    left: 20px;
    font-size: 11px;
  }

  .form input:not(:-moz-placeholder-shown) + label {
    top: 8px;
    font-size: 10px;
  }

  .form input:not(:-ms-input-placeholder) + label {
    top: 8px;
    font-size: 10px;
  }

  .form input:focus + label,
  .form input:not(:placeholder-shown) + label {
    top: 8px;
    font-size: 10px;
  }

  .footer__logo {
    display: none;
  }

  .footer__logo_mob {
    display: block;
    margin: 0 15px 0 0;
  }

  .footer__nav {
    max-width: 22%;
  }

  .footer-nav__link {
    font-size: 13px;
  }
}

.excursions__item {
	-webkit-box-shadow: none;
    box-shadow: none;
}