@charset "UTF-8";

@font-face {
  font-family: "Onest";
  font-display: swap;
  src: url("../fonts/OnestBlack.woff") format("woff"), url("../fonts/OnestBlack.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: "Onest";
  font-display: swap;
  src: url("../fonts/OnestBold.woff") format("woff"), url("../fonts/OnestBold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Onest";
  font-display: swap;
  src: url("../fonts/OnestMedium.woff") format("woff"), url("../fonts/OnestMedium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Onest";
  font-display: swap;
  src: url("../fonts/OnestRegular.woff") format("woff"), url("../fonts/OnestRegular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Onest";
  font-display: swap;
  src: url("../fonts/OnestExtraBold.woff") format("woff"), url("../fonts/OnestExtraBold.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: "Oswald";
  font-display: swap;
  src: url("../fonts/Oswald-Regular.woff") format("woff"), url("../fonts/Oswald-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Oswald";
  font-display: swap;
  src: url("../fonts/Oswald-SemiBold.woff") format("woff"), url("../fonts/Oswald-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "Oswald";
  font-display: swap;
  src: url("../fonts/Oswald-Medium.woff") format("woff"), url("../fonts/Oswald-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Prompt";
  font-display: swap;
  src: url("../fonts/Prompt-ExtraBoldItalic.woff") format("woff"), url("../fonts/Prompt-ExtraBoldItalic.woff2") format("woff2");
  font-weight: 800;
  font-style: italic;
}

@font-face {
  font-family: "Oswald";
  font-display: swap;
  src: url("../fonts/Oswald-Bold.woff") format("woff"), url("../fonts/Oswald-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Prompt";
  font-display: swap;
  src: url("../fonts/Prompt-MediumItalic.woff") format("woff"), url("../fonts/Prompt-MediumItalic.woff2") format("woff2");
  font-weight: 500;
  font-style: italic;
}

* {
  padding: 0px;
  margin: 0px;
  border: 0px;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

aside,
nav,
footer,
header,
section {
  display: block;
}

html,
body {
  height: 100%;
  min-width: 320px;
}

body {
  line-height: 1;
  font-family: "Onest";
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input,
button,
textarea {
  font-family: "Onest";
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit;
}

body {
  color: #000;
  font-size: 16px;
}

body.landing-page .page {
  padding-top: 0 !important;
}

body._bg-white .wrapper {
  background: #fff;
}

body._lock {
  overflow: hidden;
}

body._lock .header::after {
  /*opacity: 1;*/
  /*visibility: visible;*/
  /*pointer-events: all;*/
}

._no-webp .wrapper{
  background: url("../img/bg-texture.jpg") top center/auto repeat, #fff; }

.wrapper {
  width: 100%;
  min-height: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.sticky .wrapper{
  overflow: initial;
}

._container {
  width: 100%;
  max-width: 1330px;
  margin: 0 auto;
  padding: 0px 20px;
}
.fs-9{
    font-size:9px;
}
.period__date {
    margin-top:10px;
    padding:5px;
    color:#fff;
    width:fit-content;
    border-radius: 14px;
    font-size:14px;
    vertical-align:middle;
    align-items:center;
     display: -webkit-box;
  display: -ms-flexbox;
    display: flex;
    
   
}
.period__date svg {
    flex-shrink: 0;
    
    margin-right: 2px; /* Adjust margin between icon and text */
}

.green{
    background-color:#51AB67
}
.orange{
    background-color:#FFA500;
    font-size:13px;
    line-height: 15px;
    color: #FFFFFF;
}
@keyframes pulse {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}

.animation {
    background-color:rgb(255, 103, 29);
    animation: pulse 0.5s  ease-in-out 2;
}
input {
  background: #F2F2F2;
  border-radius: 50px;
  height: 48px;
  padding: 10px 20px;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #2B3B4C;
  border: 1px solid #F2F2F2;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

input:not(._white):focus {
  border-color: #51AB67;
  background: #FFFFFF;
}

input:not(._white)._error {
  background: #FFE1E1;
}

input:not(._white):disabled {
  opacity: 0.5;
}

input:not(._white)._calendar {
  background: url(../img/icons/calendar.svg) calc(100% - 20px) 50%/auto no-repeat, #F2F2F2;
}

input:not(._white)._calendar._error {
  background: url(../img/icons/calendar.svg) calc(100% - 20px) 50%/auto no-repeat, #FFE1E1;
}

input:not(._white)._calendar:focus {
  border-color: #51AB67;
  background: url(../img/icons/calendar.svg) calc(100% - 20px) 50%/auto no-repeat, #FFFFFF;
}

input._white,
textarea._white {
  background: #FFFFFF;
  color: #063738;
  border: 2px solid #fff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

input._white:focus,
textarea._white:focus {
  -webkit-box-shadow: 0px 6px 8px -6px rgba(24, 39, 75, 0.12), 0px 8px 16px -6px rgba(24, 39, 75, 0.08);
          box-shadow: 0px 6px 8px -6px rgba(24, 39, 75, 0.12), 0px 8px 16px -6px rgba(24, 39, 75, 0.08);
}

input._white._error,
textarea._white._error {
  border-color: #E91717;
}

input._white:disabled,
textarea._white:disabled {
  opacity: 0.8;
}

.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0px 0px;
}

.btn._fw {
  width: 100%;
}

.select {
  position: relative;
}

.select._active .select__title {
  border-color: #51AB67;
  background: #fff;
}

.select__item {
  position: relative;
}

.select__title {
  background: #F2F2F2;
  border: 1px solid #f2f2f2;
  border-radius: 50px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.select__value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #063738;
  height: 48px;
  padding: 0px 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.select__value span {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.select__value:before {
  content: "";
  display: inline-block;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 24px;
  height: 24px;
  background: url("../img/icons/select-arrow.svg") center/100% no-repeat;
}

.select__input {
  width: 100%;
  background-color: transparent;
  height: 100%;
}

.select__options {
  color: #063738;
  display: none;
  position: absolute;
  top: calc(100% + 12px);
  background: #FFFFFF;
  -webkit-box-shadow: 0px 6px 12px -6px rgba(24, 39, 75, 0.12), 0px 8px 24px -4px rgba(24, 39, 75, 0.08);
          box-shadow: 0px 6px 12px -6px rgba(24, 39, 75, 0.12), 0px 8px 24px -4px rgba(24, 39, 75, 0.08);
  border-radius: 8px;
  min-width: 100%;
  left: 0;
  background-color: #fff;
  font-size: 14px;
  padding: 10px 0px 10px 0px;
  max-height: 300px;
}

.select__option {
  cursor: pointer;
  padding: 10px 20px;
  margin: 0px 0px 0px 0px;
}

.select._active {
  z-index: 5;
}

.select._active .select__value:before {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.select._active .select__options {
  display: block;
}

input[type=text],
input[type=email],
input[type=tel],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.input {
  border-radius: 0 !important;
  width: 100%;
  display: block;
  padding: 0px 20px;
}

textarea.input {
  resize: none;
  padding: 0px 0px;
}

.checkbox {
  position: relative;
}

.checkbox__input {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
}

.checkbox__input:checked + .checkbox__text:before {
  background: #fff url("../img/icons/check.svg") center no-repeat;
}

.checkbox__text {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  font-size: 16px;
  color: #ffffff;
  letter-spacing: -0.3px;
  line-height: calc(20 / 16);
  cursor: pointer;
}

.checkbox__text:before {
  content: "";
  -ms-flex-item-align: start;
      align-self: flex-start;
  margin: 0px 14px 0px 0px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20px;
          flex: 0 0 20px;
  left: 0;
  top: 0;
  width: 20px;
  height: 18px;
  background: #fff;
  border: 1px solid #a7a9ac;
}

.checkbox a {
  color: #fff;
  text-decoration: underline;
}

.checkbox._error .checkbox__text:before {
  border: 1px solid #ee1212;
}

.options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.options__item {
  position: relative;
  cursor: pointer;
}

.options__input {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
  left: 0;
  top: 0;
  visibility: hidden;
}

.options__input:checked + .options__text:after {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.options__text {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  font-size: 16px;
  color: #ffffff;
  letter-spacing: -0.3px;
  line-height: calc(20 / 16);
}

.options__text:before {
  content: "";
  -ms-flex-item-align: start;
      align-self: flex-start;
  margin: 0px 14px 0px 0px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20px;
          flex: 0 0 20px;
  left: 0;
  top: 0;
  border-radius: 50%;
  width: 20px;
  height: 18px;
  background: #fff;
  border: 1px solid #a7a9ac;
}

.options__text:after {
  content: "";
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #77243a;
  position: absolute;
  left: 5px;
  top: 4px;
}

.rating-block {
  display: table;
  font-size: 0;
}

.rating {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}

.rating.edit .star {
  cursor: pointer;
}

.rating .star {
  width: 17px;
  height: 14px;
  display: inline-block;
  position: relative;
  z-index: 3;
}

.rating__line {
  position: absolute;
  width: 85px;
  height: 14px;
  top: 0;
  left: 0;
  background: url("../img/icons/bg_rating.svg") 0 0 no-repeat;
  z-index: 1;
  background-size: 85px 100%;
}

.rating__activeline {
  position: absolute;
  width: 0px;
  height: 14px;
  top: 0;
  left: 0;
  background: url("../img/icons/bg_rating_active.svg") 0 0 no-repeat;
  z-index: 2;
  background-size: 85px 100%;
}

.rating__value {
  display: inline-block;
  color: #1b3139;
  font-size: 14px;
  line-height: 13px;
  vertical-align: middle;
}

.quantity {
  width: 110px;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.quantity__button {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 35px;
          flex: 0 0 35px;
  height: 35px;
  width: 35px;
  position: relative;
  border-radius: 50%;
  cursor: pointer;
  border: 1px solid #C8C8C8;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.quantity__button::before,
.quantity__button::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  margin: -1px 0px 0px -7px;
  background-color: #C8C8C8;
  width: 14px;
  height: 2px;
}

.quantity__button_plus {
  border-color: #51AB67;
}

.quantity__button_plus::before,
.quantity__button_plus::after {
  background: #51AB67;
}

.quantity__button_plus::before {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.quantity__input {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.quantity__input input {
  height: 100%;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  color: #063738;
  width: 100%;
  text-align: center;
  pointer-events: none;
  background: none;
  border: none;
  padding: 0px;
}

img,
svg {
  vertical-align: middle;
}

._title {
  font-family: "Oswald";
  font-style: normal;
  font-weight: 500;
  font-size: 40px;
  line-height: 1.3;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  color: #063738;
  text-align: center;
}

._title._dark span {
  color: #063738;
}

._title._dark span::after {
  background: url(../img/line-title-dark.svg) center/100% auto no-repeat;
}

._title span {
  color: #51AB67;
  position: relative;
  display: inline-block;
}

._title span::after {
  content: "";
  width: 100%;
  height: 10px;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: url(../img/line-title.svg) center/100% 10px no-repeat;
}

.paggination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 7px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}

.paggination .swiper-pagination-bullet {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 14px;
          flex: 0 0 14px;
  height: 14px;
  width: 14px;
  border-radius: 50%;
  border: 1px solid #51AB67;
  cursor: pointer;
}

.paggination .swiper-pagination-bullet-active {
  background: #51AB67;
}

._more-btn {
  padding: 12px 52px;
  background: #51AB67;
  border-radius: 100px;
  font-weight: 500;
  font-size: 18px;
  line-height: 23px;
  color: #FFFFFF;
  display: inline-block;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  border: 4px solid #51AB67;
}

._more-btn:active {
  background: #51AB67 !important;
  border-color: #C2FFD1 !important;
}

.row:after {
  display: block;
  content: "";
  clear: both;
}

.rub:after {
  content: "₽";
}

ol.counter {
  list-style-type: none;
  counter-reset: item;
}

ol.counter li {
  position: relative;
  padding: 0px 0px 0px 45px;
}

ol.counter li:before {
  counter-increment: item;
  content: counter(item);
  position: absolute;
  left: 0;
  top: 0;
  color: #818181;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  line-height: 26px;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  border: 1px solid #4274bb;
}

.ellipsis {
  display: block;
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}

.es {
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}

.table {
  display: table;
  font-size: 0;
  width: 100%;
}

.trow {
  display: table-row;
}

.cell {
  display: table-cell;
}

.cell.full {
  width: 100%;
}

._ibg {
  position: relative;
}

._ibg img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

body.ie ._ibg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

body.ie ._ibg img {
  width: 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
}

.video {
  position: relative;
  overflow: hidden;
  height: 0;
  padding-bottom: 56.25%;
}

.video video,
.video iframe,
.video object,
.video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.videobg video,
.videobg iframe,
.videobg object,
.videobg embed {
  position: fixed;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  background-size: cover;
}

.moretext {
  overflow: hidden;
}

.moretext__more {
  cursor: pointer;
}

.moretext__more span {
  font-style: normal;
}

.moretext__more span:first-child {
  display: block;
}

.moretext__more span:last-child {
  display: none;
}

.moretext__more.active span {
  font-style: normal;
}

.moretext__more.active span:first-child {
  display: none;
}

.moretext__more.active span:last-child {
  display: block;
}

#map {
  background: url("../img/icons/loading.gif") center/50px no-repeat;
}

._swiper {
  overflow: hidden;
}

._swiper .swiper-wrapper {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

._swiper.swiper-container-vertical .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

._swiper.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.swiper-container-initialized .swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.swiper-container-android .swiper-slide,
.swiper-container-android .swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
}

.swiper-button-disabled {
  opacity: 0.5;
  cursor: default !important;
}

.swiper-pagination-progressbar {
  background: rgba(255, 255, 255, 0.5);
  border-radius: 20px;
  position: relative;
  height: 3px;
  overflow: hidden;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #17AD65;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: left top;
      -ms-transform-origin: left top;
          transform-origin: left top;
  border-radius: 20px;
}

.slick-slider {
  position: relative;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-slider .slick-list {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.slick-slider .slick-track {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.slick-slider .slick-slide {
  position: relative;
}

.tab__item {
  display: none;
}

.tab__item.active {
  display: block;
}

._tabs-block {
  display: none;
}

._tabs-block._active {
  display: block;
}

.mirror {
  -webkit-transform: scale(-1, 1);
      -ms-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

.nicescroll-rails {
  z-index: 1000 !important;
}

.gm-style-iw-t {
  opacity: 0;
}

.baloon {
  opacity: 1;
  right: -7px !important;
  bottom: 80px !important;
}

.baloon button {
  display: none !important;
}

.baloon:after {
  display: none !important;
}

.baloon-style {
  display: none;
}

.baloon-content.gm-style-iw {
  opacity: 1;
  border-radius: 0px !important;
  max-width: 300px !important;
  padding: 0 !important;
  left: 0 !important;
  width: 100% !important;
  overflow: visible !important;
}

.baloon-content.gm-style-iw > .gm-style-iw-d {
  overflow: hidden !important;
  max-width: none !important;
}

.baloon-content.gm-style-iw:after {
  display: none !important;
}

.baloon-close {
  top: 18px !important;
}

._custom-scroll {
  position: fixed;
  right: 0;
  top: 0;
  width: 3px;
  height: 100%;
  z-index: 1000;
}

._custom-scroll__line {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 3px 0 0 3px;
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
}

.qs-datepicker-container {
  margin-top: 10px;
  font-size: 1rem;
  font-family: sans-serif;
  color: #000;
  position: absolute;
  width: 330px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  z-index: 9001;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: hidden;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 12px 52px 10px rgba(15, 15, 27, 0.04);
          box-shadow: 0px 12px 52px 10px rgba(15, 15, 27, 0.04);
  padding: 15px 10px 10px;
  border-radius: 12px;
}

.qs-datepicker-container * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.qs-datepicker-container.qs-centered {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.qs-datepicker-container.qs-hidden {
  display: none;
}

.qs-datepicker .qs-overlay {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.75);
  color: #fff;
  width: 100%;
  height: 100%;
  padding: 0.5em;
  z-index: 1;
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.qs-datepicker .qs-overlay.qs-hidden {
  opacity: 0;
  z-index: -1;
}

.qs-datepicker .qs-overlay .qs-overlay-year {
  background: rgba(0, 0, 0, 0);
  border: none;
  border-bottom: 1px solid #fff;
  border-radius: 0;
  color: #fff;
  font-size: 0.875em;
  padding: 0.25em 0;
  width: 80%;
  text-align: center;
  margin: 0 auto;
  display: block;
}

.qs-datepicker .qs-overlay .qs-overlay-year::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.qs-datepicker .qs-overlay .qs-close {
  padding: 0.5em;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
}

.qs-datepicker .qs-overlay .qs-submit {
  border: 1px solid #fff;
  border-radius: 0.26392em;
  padding: 0.5em;
  margin: 0 auto auto;
  cursor: pointer;
  background: rgba(128, 128, 128, 0.4);
}

.qs-datepicker .qs-overlay .qs-submit.qs-disabled {
  color: grey;
  border-color: grey;
  cursor: not-allowed;
}

.qs-datepicker .qs-overlay .qs-overlay-month-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.qs-datepicker .qs-overlay .qs-overlay-month {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 33.33333%;
  cursor: pointer;
  opacity: 0.5;
  -webkit-transition: opacity 0.15s;
  -o-transition: opacity 0.15s;
  transition: opacity 0.15s;
}

.qs-datepicker .qs-overlay .qs-overlay-month.active,
.qs-datepicker .qs-overlay .qs-overlay-month:hover {
  opacity: 1;
}

.qs-datepicker .qs-controls {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background: #fff;
  color: #063738;
  -webkit-filter: blur(0);
  filter: blur(0);
  -webkit-transition: -webkit-filter 0.3s;
  transition: -webkit-filter 0.3s;
  -o-transition: filter 0.3s;
  transition: filter 0.3s;
  transition: filter 0.3s, -webkit-filter 0.3s;
  margin-bottom: 5px;
}

.qs-datepicker .qs-controls.qs-blur {
  -webkit-filter: blur(5px);
  filter: blur(5px);
}

.qs-datepicker .qs-arrow {
  height: 18px;
  width: 18px;
  position: relative;
  cursor: pointer;
  border-radius: 0.26392em;
  -webkit-transition: background 0.15s;
  -o-transition: background 0.15s;
  transition: background 0.15s;
  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;
}

.qs-datepicker .qs-arrow:hover {
  background: rgba(0, 0, 0, 0.1);
}

.qs-datepicker .qs-arrow:hover.qs-left:after {
  border-right-color: #000;
}

.qs-datepicker .qs-arrow:hover.qs-right:after {
  border-left-color: #000;
}

.qs-datepicker .qs-arrow:after {
  content: "";
  -webkit-box-flex: 0;
      -ms-flex: 0 0 18px;
          flex: 0 0 18px;
  width: 18px;
  height: 18px;
}

.qs-datepicker .qs-arrow.qs-left:after {
  background: url(../img/icons/calendar-prev.svg) center/100% no-repeat;
}

.qs-datepicker .qs-arrow.qs-right:after {
  background: url(../img/icons/calendar-next.svg) center/100% no-repeat;
}

.qs-datepicker .qs-month-year {
  font-weight: 700;
  -webkit-transition: border 0.2s;
  -o-transition: border 0.2s;
  transition: border 0.2s;
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  cursor: pointer;
}

.qs-datepicker .qs-month-year:hover {
  border-bottom: 1px solid grey;
}

.qs-datepicker .qs-month-year:active:focus,
.qs-datepicker .qs-month-year:focus {
  outline: none;
}

.qs-datepicker .qs-month {
  padding-right: 0.5ex;
}

.qs-datepicker .qs-year {
  padding-left: 0.5ex;
}

.qs-datepicker .qs-squares {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #063738;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0.3125em;
  -webkit-filter: blur(0);
  filter: blur(0);
  -webkit-transition: -webkit-filter 0.3s;
  transition: -webkit-filter 0.3s;
  -o-transition: filter 0.3s;
  transition: filter 0.3s;
  transition: filter 0.3s, -webkit-filter 0.3s;
  -webkit-column-gap: 3px;
     -moz-column-gap: 3px;
          column-gap: 3px;
  row-gap: 3px;
}

.qs-datepicker .qs-squares.qs-blur {
  -webkit-filter: blur(5px);
  filter: blur(5px);
}

.qs-datepicker .qs-square {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc((100% - 3px * 6) / 7);
          flex: 0 0 calc((100% - 3px * 6) / 7);
  height: 40px;
  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;
  cursor: pointer;
  -webkit-transition: background 0.1s;
  -o-transition: background 0.1s;
  transition: background 0.1s;
  background: #FFFFFF;
  border: 1px solid #F3F3F3;
  border-radius: 4px;
}

.qs-datepicker .qs-square.Du {
  color: #51AB67;
}

.qs-datepicker .qs-square.Du.qs-disabled span {
  color: #51AB67;
}

.qs-datepicker .qs-square.qs-active {
  background: #fff;
  color: #000;
}

.qs-datepicker .qs-square.qs-range-date-middle {
  background: #EEF7F0;
}

.qs-datepicker .qs-square.qs-active {
  background: #51AB67;
  color: #fff;
}

.qs-datepicker .qs-square.qs-disabled span {
  color: #E0E0E0;
}

.qs-datepicker .qs-square.qs-empty {
  cursor: default;
}

.qs-datepicker .qs-square.qs-day {
  cursor: default;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  color: #063738;
  border: none;
  height: auto;
  margin-bottom: 5px;
}

.qs-datepicker .qs-square.qs-day:nth-child(7n+7) {
  color: #51AB67;
}

.qs-datepicker .qs-square:not(.qs-empty):not(.qs-disabled):not(.qs-day):not(.qs-active):hover {
  background: #51AB67;
  color: #fff;
}

.qs-datepicker .qs-event {
  position: relative;
}

.qs-datepicker .qs-event:after {
  content: "";
  position: absolute;
  width: 0.46875em;
  height: 0.46875em;
  border-radius: 50%;
  background: #07f;
  bottom: 0;
  right: 0;
}

.qs-datepicker .qs-event.qs-disabled:after,
.qs-datepicker .qs-event.qs-empty:after {
  background: #cce4ff;
}

.daterangepicker {
  position: static;
  color: inherit;
  background-color: #fff;
  border-radius: 4px;
  width: 100%;
  max-width: none;
  padding: 0;
  top: 100px;
  left: 20px;
  z-index: 3001;
  display: block !important;
  font-family: arial;
  font-size: 15px;
  line-height: 1em;
}

.daterangepicker.single {
  width: 100%;
}

.daterangepicker.opensleft:before {
  right: 9px;
}

.daterangepicker.opensleft:after {
  right: 10px;
}

.daterangepicker.openscenter:before {
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto;
}

.daterangepicker.openscenter:after {
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto;
}

.daterangepicker.opensright:before {
  left: 9px;
}

.daterangepicker.opensright:after {
  left: 10px;
}

.daterangepicker.drop-up {
  margin-top: -7px;
}

.daterangepicker.drop-up:before {
  top: initial;
  bottom: -7px;
  border-bottom: initial;
  border-top: 7px solid #ccc;
}

.daterangepicker.drop-up:after {
  top: initial;
  bottom: -6px;
  border-bottom: initial;
  border-top: 6px solid #fff;
}

.daterangepicker.single .daterangepicker .ranges,
.daterangepicker.single .drp-calendar {
  float: none;
}

.daterangepicker.single .drp-selected {
  display: none;
}

.daterangepicker.show-calendar .drp-calendar {
  display: block;
}

.daterangepicker.show-calendar .drp-buttons {
  display: block;
}

.daterangepicker.auto-apply .drp-buttons {
  display: none;
}

.daterangepicker .drp-calendar {
  display: none;
  max-width: 50%;
}

.daterangepicker .drp-calendar.single {
  max-width: 100%;
}

.daterangepicker .drp-calendar.single .calendar-table table tbody td.ends {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  color: #E0E0E0;
  border-color: #F3F3F3;
}

.daterangepicker .drp-calendar.right {
  padding-left: 10px;
}

.daterangepicker .drp-calendar.single .calendar-table {
  border: none;
}

.daterangepicker .calendar-table .next span,
.daterangepicker .calendar-table .prev span {
  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;
  text-align: center;
}

.daterangepicker .calendar-table .next span::before {
  content: "";
  width: 18px;
  height: 18px;
  background: url(../img/icons/calendar-next.svg) center/100% no-repeat;
}

.daterangepicker .calendar-table .prev span::before {
  content: "";
  width: 18px;
  height: 18px;
  background: url(../img/icons/calendar-prev.svg) center/100% no-repeat;
}

.daterangepicker .calendar-table th,
.daterangepicker .calendar-table td {
  white-space: nowrap;
  text-align: center;
  vertical-align: middle;
  min-width: 32px;
  width: 18px;
  height: 18px;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #063738;
  white-space: nowrap;
  cursor: pointer;
}

.daterangepicker .calendar-table {
  border: 1px solid #fff;
  border-radius: 4px;
  background-color: #fff;
}

.daterangepicker .calendar-table table {
  width: 100%;
  margin: 0;
  border-spacing: 3px;
}

.daterangepicker .calendar-table table thead th {
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  color: #063738;
  height: 28px;
}

.daterangepicker .calendar-table table thead th:nth-child(7) {
  color: #51AB67;
}

.daterangepicker .calendar-table table tbody tr:not(:last-child) {
  margin-bottom: 3px;
}

.daterangepicker .calendar-table table tbody td {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40px;
          flex: 0 0 40px;
  width: 40px;
  height: 40px;
  text-align: center;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  color: #063738;
  border-radius: 4px;
  border: 1px solid #F3F3F3;
}

.daterangepicker .calendar-table table tbody td.weekend:last-child {
  color: #51AB67;
}

.daterangepicker .calendar-table table tbody td.ends {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  color: #E0E0E0;
  border-color: #F3F3F3;
}

.daterangepicker .calendar-table table tbody td.ends.weekend:last-child {
  color: #c4dac9;
}

.daterangepicker .calendar-table table tbody td:not(:last-child) {
  margin-right: 3px;
}

.daterangepicker .calendar-table table tbody td.start-date,
.daterangepicker .calendar-table table tbody td.end-date,
.daterangepicker .calendar-table table tbody td.active {
  background: #51AB67 !important;
  color: #fff !important;
}

.daterangepicker .calendar-table table tbody td.in-range {
  background: #EEF7F0;
  border-color: #EEF7F0;
}

.daterangepicker td.available:hover,
.daterangepicker th.available:hover {
  background-color: #eee;
  border-color: transparent;
  color: inherit;
}

.daterangepicker td.week,
.daterangepicker th.week {
  font-size: 80%;
  color: #ccc;
}

.daterangepicker td.off,
.daterangepicker td.off.in-range,
.daterangepicker td.off.start-date,
.daterangepicker td.off.end-date {
  background-color: #fff;
  border-color: transparent;
  color: #999;
}

.daterangepicker td.in-range {
  background-color: #ebf4f8;
  border-color: transparent;
  color: #000;
  border-radius: 0;
}

.daterangepicker td.start-date {
  border-radius: 4px 0 0 4px;
}

.daterangepicker td.end-date {
  border-radius: 0 4px 4px 0;
}

.daterangepicker td.start-date.end-date {
  border-radius: 4px;
}

.daterangepicker td.active,
.daterangepicker td.active:hover {
  background-color: #357ebd;
  border-color: transparent;
  color: #fff;
}

.daterangepicker th.month {
  width: auto;
  font-weight: 700 !important;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #063738;
}

.daterangepicker td.disabled,
.daterangepicker option.disabled {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  color: #e0e0e0 !important;
  border-color: #f3f3f3 !important;
}

.daterangepicker select.monthselect,
.daterangepicker select.yearselect {
  font-size: 12px;
  padding: 1px;
  height: auto;
  margin: 0;
  cursor: default;
}

.daterangepicker select.monthselect {
  margin-right: 2%;
  width: 56%;
}

.daterangepicker select.yearselect {
  width: 40%;
}

.daterangepicker select.hourselect,
.daterangepicker select.minuteselect,
.daterangepicker select.secondselect,
.daterangepicker select.ampmselect {
  width: 50px;
  margin: 0 auto;
  background: #eee;
  border: 1px solid #eee;
  padding: 2px;
  outline: 0;
  font-size: 12px;
}

.daterangepicker .calendar-time {
  text-align: center;
  margin: 4px auto 0 auto;
  line-height: 30px;
  position: relative;
}

.daterangepicker .calendar-time select.disabled {
  color: #ccc;
  cursor: not-allowed;
}

.daterangepicker .drp-buttons {
  clear: both;
  text-align: right;
  padding: 8px;
  border-top: 1px solid #ddd;
  display: none;
  line-height: 12px;
  vertical-align: middle;
}

.daterangepicker .drp-selected {
  display: inline-block;
  font-size: 12px;
  padding-right: 8px;
}

.daterangepicker .drp-buttons .btn {
  margin-left: 8px;
  font-size: 12px;
  font-weight: bold;
  padding: 4px 8px;
}

.daterangepicker.show-ranges.single.rtl .drp-calendar.left {
  border-right: 1px solid #ddd;
}

.daterangepicker.show-ranges.single.ltr .drp-calendar.left {
  border-left: 1px solid #ddd;
}

.daterangepicker.show-ranges.rtl .drp-calendar.right {
  border-right: 1px solid #ddd;
}

.daterangepicker.show-ranges.ltr .drp-calendar.left {
  border-left: 1px solid #ddd;
}

.daterangepicker .ranges {
  float: none;
  text-align: left;
  margin: 0;
}

.daterangepicker.show-calendar .ranges {
  margin-top: 8px;
}

.daterangepicker .ranges ul {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

.daterangepicker .ranges li {
  font-size: 12px;
  padding: 8px 12px;
  cursor: pointer;
}

.daterangepicker .ranges li:hover {
  background-color: #eee;
}

.daterangepicker .ranges li.active {
  background-color: #08c;
  color: #fff;
}

/*  Larger Screen Styling */

.lg-actions .lg-next,
.lg-actions .lg-prev {
  border-radius: 2px;
  color: #999;
  cursor: pointer;
  display: block;
  position: absolute;
  display: block;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid #FFFFFF;
  top: 50%;
  -webkit-transform: translate(0px, -50%);
      -ms-transform: translate(0px, -50%);
          transform: translate(0px, -50%);
  z-index: 1080;
}

.lg-actions .lg-next.disabled,
.lg-actions .lg-prev.disabled {
  pointer-events: none;
  opacity: 0.5;
}

.lg-actions .lg-next:hover,
.lg-actions .lg-prev:hover {
  color: #fff;
}

.lg-actions .lg-next {
  right: 30px;
  background: url("../img/icons/slider-next.svg") center/24px no-repeat;
}

.lg-actions .lg-prev {
  left: 30px;
  background: url("../img/icons/slider-prev.svg") center/24px no-repeat;
}

@-webkit-keyframes lg-right-end {
  0% {
    left: 0;
  }

  50% {
    left: -30px;
  }

  100% {
    left: 0;
  }
}

@keyframes lg-right-end {
  0% {
    left: 0;
  }

  50% {
    left: -30px;
  }

  100% {
    left: 0;
  }
}

@-webkit-keyframes lg-left-end {
  0% {
    left: 0;
  }

  50% {
    left: 30px;
  }

  100% {
    left: 0;
  }
}

@keyframes lg-left-end {
  0% {
    left: 0;
  }

  50% {
    left: 30px;
  }

  100% {
    left: 0;
  }
}

.lg-outer.lg-right-end .lg-object {
  -webkit-animation: lg-right-end 0.3s;
  animation: lg-right-end 0.3s;
  position: relative;
}

.lg-outer.lg-left-end .lg-object {
  -webkit-animation: lg-left-end 0.3s;
  animation: lg-left-end 0.3s;
  position: relative;
}

.lg-toolbar {
  z-index: 1082;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  background-color: none;
}

.lg-toolbar .lg-icon {
  color: #999;
  cursor: pointer;
  float: right;
  width: 32px;
  height: 32px;
  -webkit-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
  position: absolute;
  top: 20px;
  right: 15px;
}

.lg-toolbar .lg-icon:hover {
  color: #fff;
}

.lg-toolbar .lg-close {
  background: url("../img/icons/close.svg") center/100% no-repeat;
}

.lg-toolbar .lg-download {
  display: none;
}

.lg-sub-html {
  background-color: rgba(0, 0, 0, 0.45);
  bottom: 0;
  color: #eee;
  font-size: 16px;
  left: 0;
  padding: 10px 40px;
  position: fixed;
  right: 0;
  text-align: center;
  z-index: 1080;
}

.lg-sub-html h4 {
  margin: 0;
  font-size: 13px;
  font-weight: bold;
}

.lg-sub-html p {
  font-size: 12px;
  margin: 5px 0 0;
}

#lg-counter {
  color: #999;
  display: inline-block;
  font-size: 16px;
  padding-left: 20px;
  padding-top: 12px;
  vertical-align: middle;
}

.lg-toolbar,
.lg-prev,
.lg-next {
  opacity: 1;
  -webkit-transition: -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  -o-transition: -o-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  -webkit-transition: opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear, -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear, -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear, -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-hide-items .lg-prev {
  opacity: 1;
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0);
}

.lg-hide-items .lg-next {
  opacity: 1;
  -webkit-transform: translate3d(10px, 0, 0);
  transform: translate3d(10px, 0, 0);
}

.lg-hide-items .lg-toolbar {
  opacity: 1;
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0;
  -webkit-transition: -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -o-transition: -o-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -webkit-transition: opacity 250ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important;
  transition: opacity 250ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important;
  -o-transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}

.lg-outer .lg-thumb-outer {
  background-color: #0d0a0a;
  bottom: 0;
  position: absolute;
  width: 100%;
  z-index: 1080;
  max-height: 350px;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}

.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
  -webkit-transition-duration: 0s !important;
  -o-transition-duration: 0s !important;
     transition-duration: 0s !important;
}

.lg-outer.lg-thumb-open .lg-thumb-outer {
  -webkit-transform: translate3d(0, 0%, 0);
  transform: translate3d(0, 0%, 0);
}

.lg-outer .lg-thumb {
  padding: 10px 0;
  height: 100%;
  margin-bottom: -5px;
}

.lg-outer .lg-thumb-item {
  border-radius: 5px;
  cursor: pointer;
  float: left;
  overflow: hidden;
  height: 100%;
  border: 2px solid #fff;
  border-radius: 4px;
  margin-bottom: 5px;
}

.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover {
  border-color: #a90707;
}

.lg-outer .lg-thumb-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.lg-outer.lg-has-thumb .lg-item {
  padding-bottom: 120px;
}

.lg-outer.lg-can-toggle .lg-item {
  padding-bottom: 0;
}

.lg-outer.lg-pull-caption-up .lg-sub-html {
  -webkit-transition: bottom 0.25s ease;
  -o-transition: bottom 0.25s ease;
  transition: bottom 0.25s ease;
}

.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
  bottom: 100px;
}

.lg-outer .lg-toggle-thumb {
  background-color: #0d0a0a;
  border-radius: 2px 2px 0 0;
  color: #999;
  cursor: pointer;
  font-size: 24px;
  height: 39px;
  line-height: 27px;
  padding: 5px 0;
  position: absolute;
  right: 20px;
  text-align: center;
  top: -39px;
  width: 50px;
}

.lg-outer .lg-toggle-thumb:after {
  content: "";
}

.lg-outer .lg-toggle-thumb:hover {
  color: #fff;
}

.lg-outer .lg-video-cont {
  display: inline-block;
  vertical-align: middle;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 0 5px;
}

.lg-outer .lg-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}

.lg-outer .lg-video .lg-object {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.lg-outer .lg-video .lg-video-play {
  width: 84px;
  height: 59px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -42px;
  margin-top: -30px;
  z-index: 1080;
  cursor: pointer;
}

._no-webp .lg-outer .lg-has-vimeo .lg-video-play{
  background: url("../img/vimeo-play.png") no-repeat scroll 0 0 transparent; }

._no-webp .lg-outer .lg-has-vimeo:hover .lg-video-play{
  background: url("../img/vimeo-play.png") no-repeat scroll 0 -58px transparent; }

._no-webp .lg-outer .lg-has-html5 .lg-video-play{
  background: transparent url("../img/video-play.png") no-repeat scroll 0 0; }

.lg-outer .lg-has-html5 .lg-video-play {
  height: 64px;
  margin-left: -32px;
  margin-top: -32px;
  width: 64px;
  opacity: 0.8;
}

.lg-outer .lg-has-html5:hover .lg-video-play {
  opacity: 1;
}

._no-webp .lg-outer .lg-has-youtube .lg-video-play{
  background: url("../img/youtube-play.png") no-repeat scroll 0 0 transparent; }

._no-webp .lg-outer .lg-has-youtube:hover .lg-video-play{
  background: url("../img/youtube-play.png") no-repeat scroll 0 -60px transparent; }

.lg-outer .lg-video-object {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}

.lg-outer .lg-has-video .lg-video-object {
  visibility: hidden;
}

.lg-outer .lg-has-video.lg-video-playing .lg-object,
.lg-outer .lg-has-video.lg-video-playing .lg-video-play {
  display: none;
}

.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
  visibility: visible;
}

.lg-progress-bar {
  background-color: #333;
  height: 5px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1083;
  opacity: 0;
  -webkit-transition: opacity 0.08s ease 0s;
  -o-transition: opacity 0.08s ease 0s;
  transition: opacity 0.08s ease 0s;
}

.lg-progress-bar .lg-progress {
  background-color: #a90707;
  height: 5px;
  width: 0;
}

.lg-progress-bar.lg-start .lg-progress {
  width: 100%;
}

.lg-show-autoplay .lg-progress-bar {
  opacity: 1;
}

.lg-autoplay-button:after {
  content: "";
}

.lg-show-autoplay .lg-autoplay-button:after {
  content: "";
}

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap,
.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transition-duration: 0s;
  -o-transition-duration: 0s;
     transition-duration: 0s;
}

.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -webkit-transition: opacity 0.15s, -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s !important;
  transition: opacity 0.15s, -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s !important;
  -o-transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s, -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s !important;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

#lg-zoom-in:after {
  content: "";
}

#lg-actual-size {
  font-size: 20px;
}

#lg-actual-size:after {
  content: "";
}

#lg-zoom-out {
  opacity: 0.5;
  pointer-events: none;
}

#lg-zoom-out:after {
  content: "";
}

.lg-zoomed #lg-zoom-out {
  opacity: 1;
  pointer-events: auto;
}

.lg-outer .lg-pager-outer {
  bottom: 20px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 1080;
  height: 3px;
}

.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
  overflow: visible;
}

.lg-outer .lg-pager-cont {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  margin: 0 5px;
}

.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
  -webkit-box-shadow: 0 0 0 2px white inset;
          box-shadow: 0 0 0 2px white inset;
}

.lg-outer .lg-pager-thumb-cont {
  background-color: #fff;
  color: #fff;
  bottom: 100%;
  height: 83px;
  left: 0;
  margin-bottom: 20px;
  margin-left: -55px;
  opacity: 0;
  padding: 5px;
  position: absolute;
  width: 120px;
  border-radius: 3px;
  -webkit-transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s, -o-transform 0.15s ease 0s;
  transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
  transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
  transition: opacity 0.15s ease 0s, transform 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
}

.lg-outer .lg-pager-thumb-cont img {
  width: 100%;
  height: 100%;
}

.lg-outer .lg-pager {
  background-color: rgba(255, 255, 255, 0.5);
  display: block;
  height: 3px;
  -webkit-transition: box-shadow 0.3s ease 0s;
  -o-transition: box-shadow 0.3s ease 0s;
  -webkit-transition: -webkit-box-shadow 0.3s ease 0s;
  transition: -webkit-box-shadow 0.3s ease 0s;
  transition: box-shadow 0.3s ease 0s;
  transition: box-shadow 0.3s ease 0s, -webkit-box-shadow 0.3s ease 0s;
  width: 20px;
}

.lg-outer .lg-pager.lg-pager-active {
  background-color: #fff;
}

.lg-outer .lg-pager:hover,
.lg-outer .lg-pager:focus {
  -webkit-box-shadow: 0 0 0 8px white inset;
          box-shadow: 0 0 0 8px white inset;
}

.lg-outer .lg-caret {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px dashed;
  bottom: -10px;
  display: inline-block;
  height: 0;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  vertical-align: middle;
  width: 0;
}

.lg-fullscreen:after {
  content: "";
}

.lg-fullscreen-on .lg-fullscreen:after {
  content: "";
}

.lg-outer #lg-dropdown-overlay {
  background-color: rgba(0, 0, 0, 0.25);
  bottom: 0;
  cursor: default;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1081;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
  -o-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
  transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
}

.lg-outer.lg-dropdown-active .lg-dropdown,
.lg-outer.lg-dropdown-active #lg-dropdown-overlay {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
     transition-delay: 0s;
  -ms-transform: translate3d(0, 0px, 0);
  -webkit-transform: translate3d(0, 0px, 0);
  transform: translate3d(0, 0px, 0);
  opacity: 1;
  visibility: visible;
}

.lg-outer.lg-dropdown-active #lg-share {
  color: #fff;
}

.lg-outer .lg-dropdown {
  background-color: #fff;
  border-radius: 2px;
  font-size: 14px;
  list-style-type: none;
  margin: 0;
  padding: 10px 0;
  position: absolute;
  right: 0;
  text-align: left;
  top: 50px;
  opacity: 0;
  visibility: hidden;
  -ms-transform: translate3d(0, 5px, 0);
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
  -webkit-transition: -webkit-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  -o-transition: -o-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  -webkit-transition: visibility 0s linear 0.5s, opacity 0.18s linear 0s, -webkit-transform 0.18s linear 0s;
  transition: visibility 0s linear 0.5s, opacity 0.18s linear 0s, -webkit-transform 0.18s linear 0s;
  -o-transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s, -webkit-transform 0.18s linear 0s;
}

.lg-outer .lg-dropdown:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  position: absolute;
  border: 8px solid transparent;
  border-bottom-color: #fff;
  right: 16px;
  top: -16px;
}

.lg-outer .lg-dropdown > li:last-child {
  margin-bottom: 0px;
}

.lg-outer .lg-dropdown > li:hover a,
.lg-outer .lg-dropdown > li:hover .lg-icon {
  color: #333;
}

.lg-outer .lg-dropdown a {
  color: #333;
  display: block;
  white-space: pre;
  padding: 4px 12px;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
}

.lg-outer .lg-dropdown a:hover {
  background-color: rgba(0, 0, 0, 0.07);
}

.lg-outer .lg-dropdown .lg-dropdown-text {
  display: inline-block;
  line-height: 1;
  margin-top: -3px;
  vertical-align: middle;
}

.lg-outer .lg-dropdown .lg-icon {
  color: #333;
  display: inline-block;
  float: none;
  font-size: 20px;
  height: auto;
  line-height: 1;
  margin-right: 8px;
  padding: 0;
  vertical-align: middle;
  width: auto;
}

.lg-outer #lg-share {
  position: relative;
}

.lg-outer #lg-share:after {
  content: "";
}

.lg-outer #lg-share-facebook .lg-icon {
  color: #3b5998;
}

.lg-outer #lg-share-facebook .lg-icon:after {
  content: "";
}

.lg-outer #lg-share-twitter .lg-icon {
  color: #00aced;
}

.lg-outer #lg-share-twitter .lg-icon:after {
  content: "";
}

.lg-outer #lg-share-googleplus .lg-icon {
  color: #dd4b39;
}

.lg-outer #lg-share-googleplus .lg-icon:after {
  content: "";
}

.lg-outer #lg-share-pinterest .lg-icon {
  color: #cb2027;
}

.lg-outer #lg-share-pinterest .lg-icon:after {
  content: "";
}

.group {
  *zoom: 1;
}

.group:before,
.group:after {
  display: table;
  content: "";
  line-height: 0;
}

.group:after {
  clear: both;
}

.lg-outer {
  width: calc(100% - 15px * 2);
  height: 100%;
  max-width: 900px;
  max-height: 600px;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 20px;
  overflow: hidden;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 1050;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}

.lg-outer * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.lg-outer.lg-visible {
  opacity: 1;
}

.lg-outer.lg-css3 .lg-item.lg-prev-slide,
.lg-outer.lg-css3 .lg-item.lg-next-slide,
.lg-outer.lg-css3 .lg-item.lg-current {
  -webkit-transition-duration: inherit !important;
  -o-transition-duration: inherit !important;
     transition-duration: inherit !important;
  -webkit-transition-timing-function: inherit !important;
  -o-transition-timing-function: inherit !important;
     transition-timing-function: inherit !important;
}

.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-current {
  -webkit-transition-duration: 0s !important;
  -o-transition-duration: 0s !important;
     transition-duration: 0s !important;
  opacity: 1;
}

.lg-outer.lg-grab img.lg-object {
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.lg-outer.lg-grabbing img.lg-object {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}

.lg-outer .lg {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  max-height: 100%;
}

.lg-outer .lg-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap;
}

.lg-outer .lg-item {
  background: url("../img/icons/loading.gif") no-repeat scroll center center transparent;
  display: none !important;
}

.lg-outer.lg-css3 .lg-prev-slide,
.lg-outer.lg-css3 .lg-current,
.lg-outer.lg-css3 .lg-next-slide {
  display: inline-block !important;
}

.lg-outer.lg-css .lg-current {
  display: inline-block !important;
}

.lg-outer .lg-item,
.lg-outer .lg-img-wrap {
  display: inline-block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
}

.lg-outer .lg-item:before,
.lg-outer .lg-img-wrap:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}

.lg-outer .lg-img-wrap {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.lg-outer .lg-item.lg-complete {
  background-image: none;
}

.lg-outer .lg-item.lg-current {
  z-index: 1060;
}

.lg-outer .lg-image {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.lg-outer.lg-show-after-load .lg-item .lg-object,
.lg-outer.lg-show-after-load .lg-item .lg-video-play {
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}

.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object,
.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
  opacity: 1;
}

.lg-outer .lg-empty-html {
  display: none;
}

.lg-outer.lg-hide-download #lg-download {
  display: none;
}

.lg-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  background: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}

.lg-backdrop.in {
  opacity: 1;
}

.lg-css3.lg-no-trans .lg-prev-slide,
.lg-css3.lg-no-trans .lg-next-slide,
.lg-css3.lg-no-trans .lg-current {
  -webkit-transition: none 0s ease 0s !important;
  -o-transition: none 0s ease 0s !important;
  transition: none 0s ease 0s !important;
}

.lg-css3.lg-use-css3 .lg-item {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.lg-css3.lg-use-left .lg-item {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.lg-css3.lg-fade .lg-item {
  opacity: 0;
}

.lg-css3.lg-fade .lg-item.lg-current {
  opacity: 1;
}

.lg-css3.lg-fade .lg-item.lg-prev-slide,
.lg-css3.lg-fade .lg-item.lg-next-slide,
.lg-css3.lg-fade .lg-item.lg-current {
  -webkit-transition: opacity 0.1s ease 0s;
  -o-transition: opacity 0.1s ease 0s;
  transition: opacity 0.1s ease 0s;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item {
  opacity: 0;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -webkit-transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-css3.lg-slide.lg-use-left .lg-item {
  opacity: 0;
  position: absolute;
  left: 0;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
  left: -100%;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
  left: 100%;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  left: 0;
  opacity: 1;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide,
.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  -webkit-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.pagging {
  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;
  -webkit-column-gap: 25px;
     -moz-column-gap: 25px;
          column-gap: 25px;
}

.pagging__arrow {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 62px;
          flex: 0 0 62px;
  height: 62px;
  width: 62px;
  border-radius: 50%;
  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;
  border: 1px solid #17AD65;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.pagging__arrow svg path {
  fill: #17AD65;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.pagging__arrow._disabled {
  border-color: #C1C1C1;
  pointer-events: none;
}

.pagging__arrow._disabled svg path {
  fill: #C1C1C1;
}

.pagging__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}

.pagging__item {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #BFBFBF;
  text-align: center;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.pagging__item._active {
  color: #17AD65;
}

.popup {
  -webkit-overflow-scrolling: touch;
  z-index: 100;
  padding: 30px 15px;
  position: fixed;
  top: 0px;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: visibility 0.4s ease 0s;
  -o-transition: visibility 0.4s ease 0s;
  transition: visibility 0.4s ease 0s;
  visibility: hidden;
}

.popup::before {
  content: "";
  /*background: rgba(255, 255, 255, 0.4);*/
  background: rgba(43,59,76, 0.4);
  /*-webkit-backdrop-filter: blur(3px);*/
  /*        backdrop-filter: blur(3px);*/
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease 0s;
  -o-transition: opacity 0.4s ease 0s;
  transition: opacity 0.4s ease 0s;
}

.popup.show {
  visibility: visible;
  overflow: auto;
}

.popup.show::before {
  opacity: 1;
}

.popup.show .popup__body {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.popup._active {
  overflow: auto;
  visibility: visible;
}

.popup._active::before {
  opacity: 1;
}

.popup._active .popup__body {
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.popup__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 100%;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  align-items: center;
}

.popup__body {
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 100%;
  max-width: 800px;
  border-radius: 20px;
  background: #FFFFFF;
  overflow: hidden;
  -webkit-box-shadow: 0px 9.87317px 22.2146px -7.40488px rgba(24, 39, 75, 0.12), 0px 14.8098px 51.8341px -4.93659px rgba(24, 39, 75, 0.12);
          box-shadow: 0px 9.87317px 22.2146px -7.40488px rgba(24, 39, 75, 0.12), 0px 14.8098px 51.8341px -4.93659px rgba(24, 39, 75, 0.12);
}

.popup__close {
  width: 49px;
  height: 49px;
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
  z-index: 30;
  background: url("../img/icons/close.svg") center/100% no-repeat;
}

.team-popup .popup__body {
  width: 100%;
  max-width: 510px;
}

.team-popup__image {
  width: 100%;
  position: relative;
  padding-bottom: 88%;
}

.team-popup__image img {
  width: auto;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -o-object-fit: cover;
  object-fit: cover;
  transform: translate(-50%, -50%);
}

.team-popup__body {
  padding: 20px 30px;
}

.team-popup__name {
  font-family: "Oswald";
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #063738;
}

.team-popup__job {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #1F939F;
  margin-top: 8px;
}

.team-popup__description {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #063738;
  margin-top: 15px;
}

.tour-popup .popup__body {
  width: 100%;
  max-width: 510px;
}

.tour-popup .popup__close {
  top: 10px;
  right: 10px;
  width: 28px;
  height: 28px;
}

.tour-popup__head {
  width: 100%;
  position: relative;
}

.tour-popup__image {
  width: 100%;
  max-width: 100%;
  position: relative;
  padding-bottom: 76%;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.tour-popup__image img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.tour-popup__price {
  font-family: "Oswald";
  padding: 7px 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  background: #F85821;
  border-radius: 0px 0px 18px 18px;
  position: absolute;
  top: 0;
  left: 30px;
}

.tour-popup__price_new {
  font-family: "Oswald";
  font-weight: 500;
  font-size: 35px;
  line-height: 1.1;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  color: #FFFFFF;
}

.tour-popup__price_old {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.1;
  letter-spacing: -0.03em;
  -webkit-text-decoration-line: line-through;
          text-decoration-line: line-through;
  text-transform: uppercase;
  color: #FFFFFF;
}

.tour-popup__body {
  padding: 35px 35px 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.tour-popup__name {
  font-weight: 900;
  font-size: 44px;
  line-height: 1.2;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  color: #063738;
  mix-blend-mode: hard-light;
}

.tour-popup__height {
  font-weight: 900;
  font-size: 39px;
  line-height: 1.3;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  color: #17AD65;
  margin-top: 8px;
}

.tour-popup__details {
  background: #51AB67;
  border-radius: 100px;
  font-weight: 500;
  font-size: 20px;
  line-height: 25px;
  color: #FFFFFF;
  padding: 13px 45px;
  margin-top: 35px;
  display: inline-block;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 100%;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 6px 8px -6px rgba(24, 39, 75, 0.12), 0px 8px 16px -6px rgba(24, 39, 75, 0.08);
          box-shadow: 0px 6px 8px -6px rgba(24, 39, 75, 0.12), 0px 8px 16px -6px rgba(24, 39, 75, 0.08);
  z-index: 10;
}

.header::after {
  content: "";
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.header__main {
  min-height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

._no-webp .alert-header{
  background: url(../img/alert-bg.png) center/cover no-repeat; }

.alert-header {
  position: relative;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}

.alert-header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.alert-header__bag {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66px;
          flex: 0 0 66px;
  height: 50px;
  width: 66px;
  -ms-flex-item-align: start;
      align-self: flex-start;
  margin-right: 85px;
}
.alert-header__bag img,
.alert-header__bag svg {
  width: 100%;
  max-width: 100%;
}

.alert-header__text {
  font-family: "Prompt";
  font-style: italic;
  font-weight: 800;
  font-size: 18px;
  line-height: 27px;
  text-transform: uppercase;
  color: #51AB67;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}

.alert-header__text span {
  color: #063738;
  white-space: nowrap;
}

.alert-header__price {
  width: 105px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 105px;
          flex: 0 0 105px;
  -webkit-transform: rotate(-5deg);
      -ms-transform: rotate(-5deg);
          transform: rotate(-5deg);
  margin-left: 7px;
}

.alert-header__price img,
.alert-header__price svg {
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
}

.alert-header__button {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #FFFFFF;
  padding: 3px 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  background: #17AD65;
  border-radius: 100px;
  margin-left: 50px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  border: 3px solid #17AD65;
}

.alert-header__button:active {
  background: #51AB67 !important;
  border-color: #C2FFD1 !important;
}

.alert-header__close {
  width: 24px;
  height: 24px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24px;
          flex: 0 0 24px;
}

.alert-header__close img,
.alert-header__close svg {
  width: 100%;
  height: 100%;
  max-width: 100%;
}

.price-alert-header {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 105px;
          flex: 0 0 105px;
  width: 105px;
  height: 33px;
  background: url(../img/price-alert.svg) center/auto no-repeat;
}

.price-alert-header__new {
  font-family: "Prompt";
  font-style: italic;
  font-weight: 800;
  font-size: 16.2768px;
  line-height: 25px;
  text-transform: uppercase;
  color: #FFFFFF;
}

.main-header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}

.main-header__logo {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 92px;
          flex: 0 0 92px;
  width: 92px;
}

.main-header__logo img,
.main-header__logo svg {
  width: 100%;
  max-width: 100%;
}

.main-header__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
}

.main-header__phone {
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  color: #063738;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.main-header__phone::before {
  content: "";
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20px;
          flex: 0 0 20px;
  height: 20px;
  width: 20px;
  background: url(../img/icons/header-phone.svg) center/100% no-repeat;
}

.main-header__icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 70px;
          flex: 0 0 70px;
  height: 70px;
  width: 70px;
}

.main-header__icon img,
.main-header__icon svg {
  width: 100%;
  max-width: 100%;
  max-height: 100%;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  row-gap: 15px;
}

.menu__list > li {
  position: relative;
}

.menu__list > li::after {
  content: "";
  width: 100%;
  height: 8px;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1;
  display: inline-block;
}

.menu__link {
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
  color: #063738;
  position: relative;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.menu__contacts {
  padding-top: 30px;
  border-top: 1px solid rgba(255, 252, 252, 0.5);
}

.head-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px 0px;
  border-bottom: 1px solid rgba(255, 252, 252, 0.5);
}

.head-menu__logo {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 92px;
          flex: 0 0 92px;
  width: 92px;
}

.head-menu__logo img,
.head-menu__logo svg {
  width: 100%;
  max-width: 100%;
}

.head-menu__close {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 36px;
          flex: 0 0 36px;
  width: 36px;
  height: 36px;
}

.head-menu__close img,
.head-menu__close svg {
  width: 100%;
  max-width: 100%;
  height: 100%;
}

.submenu__link {
  padding: 10px 20px;
  font-weight: 500;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #2B3B4C;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

.language-header {
  position: relative;
}

.language-header__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 5px;
     -moz-column-gap: 5px;
          column-gap: 5px;
  width: 75px;
  padding: 5px 10px;
  border: 1px solid transparent;
  border-radius: 50px;
  cursor: pointer;
}

.language-header__head._active {
  border-color: #51AB67;
}

.language-header__head._active .language-header__arrow {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.language-header__value {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #063738;
  text-transform: uppercase;
}

.language-header__arrow {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 18px;
          flex: 0 0 18px;
  height: 18px;
  width: 18px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.language-header__arrow img,
.language-header__arrow svg {
  width: 100%;
  max-width: 100%;
}

.language-header__body {
  position: absolute;
  top: calc(100% + 5px);
  left: 0px;
  background: #fff;
  -webkit-box-shadow: 0px 6px 12px -6px rgba(24, 39, 75, 0.12), 0px 8px 24px -4px rgba(24, 39, 75, 0.08);
          box-shadow: 0px 6px 12px -6px rgba(24, 39, 75, 0.12), 0px 8px 24px -4px rgba(24, 39, 75, 0.08);
  border-radius: 6px;
  width: calc(100% + 10px);
  max-width: calc(100% + 10px);
  display: none;
  border: 4px;
}

.language-header__item {
  padding: 5px 10px;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #063738;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  display: block;
  text-transform: uppercase;
}

.contacts-menu__phone {
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}

.contacts-menu__phone::before {
  content: "";
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20px;
          flex: 0 0 20px;
  height: 20px;
  width: 20px;
  background: url(../img/icons/phone-w.svg) center/100% no-repeat;
}

.contacts-menu__socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 25px;
     -moz-column-gap: 25px;
          column-gap: 25px;
  margin-top: 30px;
}

.contacts-menu__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24px;
          flex: 0 0 24px;
  height: 24px;
  width: 24px;
}

.contacts-menu__item img,
.contacts-menu__item svg {
  width: 100%;
  height: 100%;
}

.icon-menu {
  display: none;
}

._no-webp .footer__main{
  background: url(../img/footer-bg.jpg) top center/cover no-repeat; }

.footer__bottom {
  background: #022B2C;
  padding: 20px 0px;
}

.main-footer__actions {
  padding: 30px 0px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.main-footer__nav {
  padding: 40px 0px;
}

.actions-main-footer {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
}

.actions-main-footer__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0px 15px;
  overflow: hidden;
}

.actions-main-footer__item:last-child {
  padding-right: 0;
}

.actions-main-footer__item:first-child {
  padding-left: 0;
}

.actions-main-footer__title {
  font-family: "Oswald";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #FFFFFF;
}

.actions-main-footer__body {
  margin-top: 15px;
}

.actions-main-footer__contacts {
  font-weight: 800;
  font-size: 20px;
  line-height: 25px;
  color: #1F939F;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.actions-main-footer__contacts::before {
  content: "";
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24px;
          flex: 0 0 24px;
  height: 24px;
  width: 24px;
  background: url(../img/icons/phone-w.svg) center/100% no-repeat;
}

.subscribe-main-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 390px;
  background: #FFFFFF;
  border-radius: 50px;
}

.subscribe-main-footer__input {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 100%;
  max-width: 100%;
  min-width: 0px;
  min-height: 100%;
  height: auto;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.subscribe-main-footer__button {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #FFFFFF;
  height: 48px;
  padding: 14px 26px;
  background: #51AB67;
  border-radius: 100px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  border: 4px solid #51AB67;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  white-space: nowrap;
}

.subscribe-main-footer__button:active {
  background: #51AB67 !important;
  border-color: #C2FFD1 !important;
}

.socials-main-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 15px;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}

.socials-main-footer__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24px;
          flex: 0 0 24px;
  height: 24px;
  width: 24px;
  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;
}

.socials-main-footer__item svg path {
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  fill: #fff;
}

.socials-main-footer__item img,
.socials-main-footer__item svg {
  width: 100%;
  max-width: 100%;
  max-height: 100%;
}

.nav-main-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
}

.nav-main-footer__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc((100% - 30px * 3) / 4);
          flex: 0 0 calc((100% - 30px * 3) / 4);
}

.nav-main-footer__title {
  font-family: "Oswald";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}

.nav-main-footer__body {
  margin-top: 20px;
}

.nav-main-footer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 15px;
}

.nav-main-footer__link {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.7);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.nav-main-footer__contacts {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.7);
}

.nav-main-footer__contacts a {
  color: inherit;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.timework-nav-main-footer__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}

.timework-nav-main-footer__name {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.timework-nav-main-footer__value {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 110px;
          flex: 0 0 110px;
  text-align: left;
}

.bottom-footer__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.bottom-footer__dev {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #FFFFFF;
  opacity: 0.7;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.logo-bottom-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.logo-bottom-footer__img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 92px;
          flex: 0 0 92px;
  width: 92px;
}

.logo-bottom-footer__img img {
  width: 100%;
  max-width: 100%;
}

.logo-bottom-footer__text {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.7);
  margin-left: 50px;
  padding-left: 40px;
  border-left: 1px solid rgba(255, 255, 255, 0.15);
}

.pay-bottom-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}

.pay-bottom-footer__name {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: rgba(255, 255, 255, 0.7);
}

.pay-bottom-footer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 25px;
     -moz-column-gap: 25px;
          column-gap: 25px;
}

.main-banner {
  min-height: 690px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 120px 0px 40px;
  position: relative;
}

.main-banner::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4)));
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
}

.main-banner__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 110px;
     -moz-column-gap: 110px;
          column-gap: 110px;
  position: relative;
  z-index: 1;
}

.main-banner__info {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 520px;
          flex: 0 0 520px;
  max-width: 520px;
}

.main-banner__slider {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.main-banner__paggination {
  position: absolute;
  top: calc(100% + 15px);
  left: 0;
  right: 0;
  width: 100%;
  padding: 0px 20px;
}

.info-main-banner {
  overflow: visible;
}

.info-main-banner__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.info-main-banner__item.swiper-slide-active {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

.info-main-banner__image {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: none;
}

.info-main-banner__image::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4)));
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
}

.info-main-banner__image img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.info-main-banner__content {
  position: relative;
  z-index: 1;
}

.info-main-banner__country {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.2;
  color: #FFFFFF;
  position: relative;
  margin-bottom: 10px;
}

.info-main-banner__country::after {
  content: "";
  width: 35px;
  height: 4px;
  background: #FFFFFF;
  position: absolute;
  top: -20px;
  left: 0;
}

.info-main-banner__name {
  font-weight: 900;
  font-size: 60px;
  line-height: 1.1;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 30px;
}

.info-main-banner__text {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.2;
  color: #FFFFFF;
}

.info-main-banner__details {
  padding: 12px 50px;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.2;
  color: #FFFFFF;
  background: #17AD65;
  border-radius: 100px;
  display: inline-block;
  text-align: center;
  margin-top: 50px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  border: 4px solid #17AD65;
}

.info-main-banner__details:active {
  background: #51AB67 !important;
  border-color: #C2FFD1 !important;
}

.slider-main-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 40px;
  position: relative;
  z-index: 1;
}

.slider-main-banner__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 230px;
          flex: 0 0 230px;
  display: block;
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  cursor: pointer;
}

.slider-main-banner__item:not(:last-child) {
  margin-right: 30px;
}

.slider-main-banner__head {
  position: relative;
}

.slider-main-banner__image {
  display: block;
  width: 100%;
  height: 340px;
  position: relative;
  -webkit-filter: drop-shadow(12px 12px 22px rgba(0, 0, 0, 0.35));
          filter: drop-shadow(12px 12px 22px rgba(0, 0, 0, 0.35));
  border-radius: 16px;
  overflow: hidden;
}

.slider-main-banner__image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70.06%, rgba(0, 0, 0, 0)), color-stop(99.93%, rgba(0, 0, 0, 0.58)));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 70.06%, rgba(0, 0, 0, 0.58) 99.93%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 70.06%, rgba(0, 0, 0, 0.58) 99.93%);
  z-index: 1;
}

.slider-main-banner__image img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.slider-main-banner__status {
  position: absolute;
  top: 15px;
  left: 15px;
  font-weight: 800;
  font-size: 12px;
  line-height: 15px;
  text-transform: uppercase;
  color: #FFFFFF;
  padding: 6px 12px;
  background: #F85821;
  border-radius: 50px;
}

.slider-main-banner__body {
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0px 20px 20px;
  z-index: 2;
}

.slider-main-banner__country {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #FFFFFF;
  position: relative;
}

.slider-main-banner__country::after {
  content: "";
  width: 12px;
  height: 2px;
  background: #FFFFFF;
  position: absolute;
  top: -5px;
  left: 0;
}

.slider-main-banner__name {
  margin-top: 3px;
  font-family: "Oswald";
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 1.1;
  text-transform: uppercase;
  color: #FFFFFF;
}

.slider-main-banner__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 22px;
     -moz-column-gap: 22px;
          column-gap: 22px;
}

.slider-main-banner__arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 25px;
     -moz-column-gap: 25px;
          column-gap: 25px;
}

.slider-main-banner__arrow {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 48px;
          flex: 0 0 48px;
  height: 48px;
  width: 48px;
  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;
  border-radius: 50%;
  border: 1px solid #FFFFFF;
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.slider-main-banner__progressbar {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.slider-main-banner__counter {
  font-family: "Oswald";
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 47px;
  color: #FFFFFF;
}

.video-preview {
  padding: 100px 0px 50px;
}

.video-preview__video {
  border-radius: 16px;
  overflow: hidden;
  padding-bottom: 63%;
  margin-top: 20px;
}

.excursions {
  padding: 100px 0px 50px;
}

.excursions__content {
  margin-top: 40px;
  position: relative;
}

.excursions__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc((100% - 30px * 3) / 4);
          flex: 0 0 calc((100% - 30px * 3) / 4);
}

.excursions__item:not(:last-child) {
  margin-right: 0px;
}
.excursions__slider .excursions__item:not(:last-child) {
  margin-right: 30px;
}
.excursions__arrow {
  width: 48px;
  height: 48px;
  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;
  border: 1px solid #B9B9B9;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.excursions__arrow.excursions-arrow-prev {
  left: -20px;
  -webkit-transform: translateY(-50%) translateX(-100%);
      -ms-transform: translateY(-50%) translateX(-100%);
          transform: translateY(-50%) translateX(-100%);
}

.excursions__arrow.excursions-arrow-next {
  right: -20px;
  -webkit-transform: translateY(-50%) translateX(100%);
      -ms-transform: translateY(-50%) translateX(100%);
          transform: translateY(-50%) translateX(100%);
}

.excursions__paggination {
  margin-top: 15px;
}

.excursions__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.excursions__more {
  margin-top: 30px;
}

.item-excursions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #FFFFFF;
  -webkit-box-shadow: 0 10px 15px 4px rgba(15, 15, 27, 0.04);
          box-shadow: 0 10px 15px 4px rgba(15, 15, 27, 0.04);
  border-radius: 16px;
}

.item-excursions__head {
  position: relative;
}

.item-excursions__image {
  border-radius: 16px 16px 0px 0px;
  position: relative;
  width: 100%;
  padding-bottom: 80%;
  display: block;
  overflow: hidden;
  -webkit-mask-image: -webkit-radial-gradient(circle, #fff 100%, #000 100%);
}

.item-excursions__image::after {
  content: "";
  width: calc(100% + 4px);
  min-height: 100%;
  position: absolute;
  top: 0;
  left: -2px;
  right: -2px;
  bottom: -1px;
  background: url(../img/vector-image.svg) 100% 112%/100% auto no-repeat;
}

.item-excursions__image img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.item-excursions__status {
  font-weight: 800;
  font-size: 12px;
  line-height: 15px;
  text-transform: uppercase;
  color: #FFFFFF;
  padding: 6px 12px;
  background: #F85821;
  border-radius: 50px;
  position: absolute;
  top: 15px;
  left: 20px;
}

.slider_item-excursions__status {
  font-weight: 800;
  font-size: 12px;
  line-height: 15px;
  text-transform: uppercase;
  color: #FFFFFF;
  padding: 6px 12px;
  background: #F85821;
  border-radius: 50px;
  position: absolute;
  top: 15px;
  left: 20px;
}

.item-excursions__date {
  background: #51AB67;
  border-radius: 8px;
  width: 48px;
  height: 48px;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.1;
  text-align: center;
  color: #FFFFFF;
  position: absolute;
  right: 25px;
  top: 0;
  -webkit-transform: translateY(-15px);
      -ms-transform: translateY(-15px);
          transform: translateY(-15px);
}

.item-excursions__date span {
  font-size: 22px;
}

.item-excursions__body {
  padding: 12px 20px 20px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.item-excursions__body .period__data{
    
}
.item-excursions__local {
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  color: #063738;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 6px;
     -moz-column-gap: 6px;
          column-gap: 6px;
  margin-bottom: 10px;
}

.item-excursions__local::before {
  content: "";
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16px;
          flex: 0 0 16px;
  height: 16px;
  width: 16px;
  background: url(../img/icons/local.svg) center/100% no-repeat;
}

.item-excursions__name {
  font-family: "Oswald";
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #063738;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.item-excursions__other {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 5px;
     -moz-column-gap: 5px;
          column-gap: 5px;
  margin-top: 12px;
}

.item-excursions__price {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  font-family: "Oswald";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  color: #AAAAAA;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 4px;
     -moz-column-gap: 4px;
          column-gap: 4px;
}

.item-excursions__value {
  font-weight: 500;
  font-size: 24px;
  color: #51AB67;
  white-space: nowrap;
}

.item-excursions__old {
  -webkit-text-decoration-line: line-through;
          text-decoration-line: line-through;
  white-space: nowrap;
}

.item-excursions__more {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 45px;
          flex: 0 0 45px;
  height: 45px;
  width: 45px;
  border-radius: 50%;
  background: #1F939F;
  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;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.find-ride {
  padding: 50px 0px;
}

.find-ride__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.find-ride__video {
  margin: -15px 0px;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-height: 445px;
}

.find-ride__video img,
.find-ride__video svg,
.find-ride__video iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.find-ride__form {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 12px 52px 10px rgba(15, 15, 27, 0.04);
          box-shadow: 0px 12px 52px 10px rgba(15, 15, 27, 0.04);
  border-radius: 0px 16px 16px 0px;
  padding: 30px 60px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 500px;
          flex: 0 0 500px;
  margin-left: -10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.find-ride__body {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 30px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.find-ride__label {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #7A7A7A;
}

.find-ride__row {
  margin-top: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
}

.find-ride__column {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc((100% - 30px * 1) / 2);
          flex: 0 0 calc((100% - 30px * 1) / 2);
}

.find-ride__column:nth-child(even) .qs-datepicker-container {
  right: 0;
  left: auto !important;
}

.find-ride__input {
  min-width: 0px;
  width: 100%;
  max-width: 100%;
  background: #F2F2F2;
  border-radius: 50px;
  height: 48px;
  padding: 10px 20px;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #063738;
}

.find-ride__input::-webkit-input-placeholder {
  color: #7A7A7A;
}

.find-ride__input::-moz-placeholder {
  color: #7A7A7A;
}

.find-ride__input:-ms-input-placeholder {
  color: #7A7A7A;
}

.find-ride__input::-ms-input-placeholder {
  color: #7A7A7A;
}

.find-ride__input::placeholder {
  color: #7A7A7A;
}

.find-ride__select {
  width: 100%;
  max-width: 100%;
}

.find-ride__button {
  width: 100%;
  height: 48px;
  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;
  padding: 10px 20px;
  background: #51AB67;
  border-radius: 100px;
  font-weight: 500;
  font-size: 18px;
  line-height: 23px;
  color: #FFFFFF;
  margin-top: 30px;
  text-align: center;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  border: 4px solid #51AB67;
}

.find-ride__button:active {
  background: #51AB67 !important;
  border-color: #C2FFD1 !important;
}

.company {
  padding: 50px 0px;
}

.company__content {
  margin-top: 30px;
  position: relative;
}

.company__slider {
  padding: 20px 15px;
  margin: -20px -15px;
}

.company__item {
  background: #FFFFFF;
  -webkit-box-shadow: 0 10px 15px 4px rgba(15, 15, 27, 0.04);
          box-shadow: 0 10px 15px 4px rgba(15, 15, 27, 0.04);
  border-radius: 16px;
  padding: 20px;
  overflow: hidden;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc((100% - 30px * 5) / 6);
          flex: 0 0 calc((100% - 30px * 5) / 6);
}

.company__item:not(:last-child) {
  margin-right: 30px;
}

.company__image {
  width: 100%;
  max-width: 100%;
}

.company__image img {
  width: 100%;
  max-width: 100%;
}

.company__arrow {
  width: 48px;
  height: 48px;
  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;
  border: 1px solid #B9B9B9;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.company__arrow.company-arrow-prev {
  left: -20px;
  -webkit-transform: translateY(-50%) translateX(-100%);
      -ms-transform: translateY(-50%) translateX(-100%);
          transform: translateY(-50%) translateX(-100%);
}

.company__arrow.company-arrow-next {
  right: -20px;
  -webkit-transform: translateY(-50%) translateX(100%);
      -ms-transform: translateY(-50%) translateX(100%);
          transform: translateY(-50%) translateX(100%);
}

.company__paggination {
  margin-top: 15px;
}

._no-webp .review{
  background: url(../img/review-bg.jpg) center/cover no-repeat; }

.review {
  padding: 80px 0px;
  margin: 50px 0px;
  position: relative;
}

.review.landing-review {
  background: none !important;
  padding: 60px 0px;
  margin: 0px !important;
}

.review.landing-review .review__title {
  color: #063738;
}

.review__bg-piples {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.review__container {
  position: relative;
  z-index: 1;
}

.review__title {
  color: #fff;
}

.review__content {
  max-width: 800px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 70px;
  position: relative;
}

.review__slider {
  margin: -40px -15px -30px;
  padding: 40px 15px 30px;
}

.review__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  background: #FFFFFF;
  -webkit-box-shadow: 0 10px 15px 4px rgba(15, 15, 27, 0.04);
          box-shadow: 0 10px 15px 4px rgba(15, 15, 27, 0.04);
  border-radius: 16px;
  padding: 40px;
  position: relative;
  max-width: 100%;
}
.review__item iframe {
  max-width: 100%;
}
.share {
  /*width: 100%;*/
}
.job_share {
  padding: 10px 0px;
}
.review__item::after {
  content: "";
  width: 66px;
  height: 66px;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: url(../img/icons/double-quotes.svg) center/41px no-repeat, #1F939F;
}

.review__text {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5;
  color: #063738;
}

.review__other {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}

.review__info {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
}

.review__image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60px;
          flex: 0 0 60px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
}

.review__image img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.review__main {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 8px;
}

.review__name {
  font-family: "Oswald";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.3;
  text-transform: uppercase;
  color: #063738;
}

.review__date {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #1F939F;
}

.review__more {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #99A3AC;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.review__more::after {
  content: "";
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20px;
          flex: 0 0 20px;
  height: 20px;
  width: 20px;
  background: url(../img/icons/more-gray.svg) center/100% no-repeat;
}

.review__arrow {
  width: 48px;
  height: 48px;
  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;
  border: 1px solid #B9B9B9;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.review__arrow.review-arrow-prev {
  left: -20px;
  -webkit-transform: translateY(-50%) translateX(-100%);
      -ms-transform: translateY(-50%) translateX(-100%);
          transform: translateY(-50%) translateX(-100%);
}

.review__arrow.review-arrow-next {
  right: -20px;
  -webkit-transform: translateY(-50%) translateX(100%);
      -ms-transform: translateY(-50%) translateX(100%);
          transform: translateY(-50%) translateX(100%);
}

.review__paggination {
  margin-top: 15px;
}

.bg-piples-review__item {
  border: 4px solid #fff;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
}

.bg-piples-review__item img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.bg-piples-review__item:nth-child(1) {
  left: 2%;
  top: 15%;
}

.bg-piples-review__item:nth-child(2) {
  left: 12%;
  top: 30%;
  width: 57px;
  height: 57px;
}

.bg-piples-review__item:nth-child(3) {
  left: 6%;
  top: 70%;
  width: 58px;
  height: 58px;
}

.bg-piples-review__item:nth-child(4) {
  top: 8%;
  left: 85%;
  width: 43px;
  height: 43px;
}

.bg-piples-review__item:nth-child(5) {
  top: 25%;
  left: 92%;
  width: 51px;
  height: 51px;
}

.bg-piples-review__item:nth-child(6) {
  top: 70%;
  left: 90%;
  width: 62px;
  height: 62px;
}

.benefits {
  padding: 50px 0px;
}

.benefits__content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 3fr 1fr;
  grid-template-columns: 3fr 1fr;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  row-gap: 30px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.benefits__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
}

.benefits__item {
  padding: 30px 20px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc((100% - 30px * 2) / 3);
          flex: 0 0 calc((100% - 30px * 2) / 3);
}

.benefits__info {
  padding: 20px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.benefits__icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 52px;
          flex: 0 0 52px;
  height: 52px;
  width: 52px;
  margin-bottom: 25px;
}

.benefits__icon img,
.benefits__icon svg {
  width: 100%;
  height: 100%;
}

.benefits__value {
  font-family: "Oswald";
  font-style: normal;
  font-weight: 700;
  font-size: 44px;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
  color: #51AB67;
  margin-bottom: 10px;
  text-align: center;
}

.benefits__name {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  color: #2B3B4C;
  text-align: center;
}

.benefits__callback {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.callback-benefits {
  -webkit-box-shadow: 0px 12px 52px 10px rgba(15, 15, 27, 0.04);
          box-shadow: 0px 12px 52px 10px rgba(15, 15, 27, 0.04);
  border-radius: 16px;
  padding: 30px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #1F939F;
}

.callback-benefits__text {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #FFFFFF;
  text-align: center;
  margin-bottom: 2px;
}

.callback-benefits__title {
  color: #fff;
  font-size: 30px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.callback-benefits__input {
  margin-top: 23px;
  width: 100%;
  min-width: 0px;
  max-width: 100%;
}

.callback-benefits__button {
  margin-top: 25px;
  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;
  text-align: center;
  font-weight: 500;
  font-size: 18px;
  line-height: 23px;
  color: #FFFFFF;
  background: #51AB67;
  border-radius: 100px;
  width: 100%;
  height: 48px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  border: 4px solid #51AB67;
}

.callback-benefits__button:active {
  background: #51AB67 !important;
  border-color: #C2FFD1 !important;
}

.excursions-gallery {
  padding: 50px 0px;
}

.excursions-gallery__content {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  row-gap: 30px;
}

.excursions-gallery__item {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc((100% - 30px * 2) / 3);
          flex: 0 0 calc((100% - 30px * 2) / 3);
  background: #FFFFFF;
  -webkit-box-shadow: 0px 12px 52px 10px rgba(15, 15, 27, 0.04);
          box-shadow: 0px 12px 52px 10px rgba(15, 15, 27, 0.04);
  border-radius: 16px;
  overflow: hidden;
  display: block;
}

.excursions-gallery__image {
  position: relative;
  width: 100%;
  padding-bottom: 100%;
  border-radius: 16px;
  overflow: hidden;
  -webkit-mask-image: -webkit-radial-gradient(circle, #fff 100%, #000 100%);
}

.excursions-gallery__image::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(../img/vector-image.svg) 100% 101%/100% auto no-repeat;
}

.excursions-gallery__image img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.excursions-gallery__name {
  font-family: "Oswald";
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 1.1;
  text-transform: uppercase;
  color: #2B3B4C;
  position: absolute;
  bottom: 13px;
  right: 35px;
  text-align: right;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 320px;
}

.excursions-gallery__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.excursions-gallery__more {
  margin-top: 30px;
}

.contacts-social {
  padding: 50px 0px 100px;
}

.contacts-social__title {
  font-family: "Oswald";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  text-transform: uppercase;
  color: #2B3B4C;
}

.contacts-social__items {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  row-gap: 15px;
}

.contacts-social__item {
  padding: 30px 20px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc((100% - 30px * 4) / 5);
          flex: 0 0 calc((100% - 30px * 4) / 5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 20px;
}

.contacts-social__icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 68px;
          flex: 0 0 68px;
  height: 68px;
  width: 68px;
}

.contacts-social__icon img,
.contacts-social__icon svg {
  width: 100%;
  max-width: 100%;
  max-height: 100%;
}

.contacts-social__name {
  font-family: "Oswald";
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 1.1;
  text-align: center;
  text-transform: uppercase;
  color: #2B3B4C;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.banner {
  position: relative;
  min-height: 460px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 50px;
}

.banner._blog .banner__background::before {
  content: "";
  width: 100%;
  height: 12%;
  display: inline-block;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #fff;
  -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
          clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  -webkit-transform: translateY(calc(-100% + 1px));
      -ms-transform: translateY(calc(-100% + 1px));
          transform: translateY(calc(-100% + 1px));
  z-index: 1;
}

.banner._blog .banner__container > * {
  -webkit-transform: rotate(-1.8deg);
      -ms-transform: rotate(-1.8deg);
          transform: rotate(-1.8deg);
}

.banner__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.banner__background::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5)));
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
}

.banner__background img {
  width: 100%;
  min-height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.banner__container {
  position: relative;
  z-index: 2;
}

.banner__title {
  font-weight: 900;
  font-size: 60px;
  line-height: 1.2;
  text-align: center;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  color: #FFFFFF;
  padding: 0px 15px;
}

.banner__date {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.2;
  color: #FFFFFF;
  text-align: center;
}

.breadcrums-banner {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
  row-gap: 4px;
}

.breadcrums-banner__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.2;
  color: #FFFFFF;
  white-space: nowrap;
}

.breadcrums-banner__item:not(:last-child)::after {
  content: "•";
}

.breadcrums-banner__link {
  color: inherit;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.about {
  padding: 50px 0px;
}

.about__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.about__logo {
  width: 185px;
  margin-bottom: 20px;
}

.about__logo img,
.about__logo svg {
  width: 100%;
  max-width: 100%;
}

.about__title {
  max-width: 990px;
}

.about__content {
  margin-top: 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
}

.about__image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc((100% - 30px * 1) / 2);
          flex: 0 0 calc((100% - 30px * 1) / 2);
  border-radius: 16px;
  overflow: hidden;
}

.about__body {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc((100% - 30px * 1) / 2);
          flex: 0 0 calc((100% - 30px * 1) / 2);
}

.about__name {
  font-family: "Oswald";
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 1.2;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  color: #1F939F;
  margin-bottom: 15px;
}

.about__description {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5;
  color: #063738;
}

.about__description > *:not(:last-child) {
  margin-bottom: 15px;
}

.about-benefits {
  padding: 50px 0px;
}

.about-benefits__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 30px;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
}

.about-benefits__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc((100% - 30px * 2) / 3);
          flex: 0 0 calc((100% - 30px * 2) / 3);
  background: #FFFFFF;
  -webkit-box-shadow: 0px 12px 52px 10px rgba(15, 15, 27, 0.04);
          box-shadow: 0px 12px 52px 10px rgba(15, 15, 27, 0.04);
  border-radius: 16px;
  padding: 30px;
}

.about-benefits__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}

.about-benefits__step {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30px;
          flex: 0 0 30px;
  width: 30px;
  height: 50px;
}

.about-benefits__step img,
.about-benefits__step svg {
  width: 100%;
  max-width: 100%;
  max-height: 100%;
}

.about-benefits__title {
  font-family: "Oswald";
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 1.1;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  color: #063738;
}

.about-benefits__body {
  margin-top: 20px;
}

.about-benefits__description {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5;
  color: #063738;
}

.about-form {
  margin: 50px 0px;
}

._no-webp .about-form__wrapper{
  background: url(../img/review-bg.jpg) center/cover no-repeat; }

.about-form__wrapper {
  padding: 30px 20px;
  border-radius: 16px;
  overflow: hidden;
}

.about-form__content {
  max-width: 725px;
  margin: 0px auto;
}

.about-form__title {
  font-family: "Oswald";
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 28px;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  color: #FFFFFF;
  text-align: center;
}

.about-form__text {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  color: #FFFFFF;
  margin-top: 10px;
}

.about-form__main {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
}

.about-form__input {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 100%;
  min-width: 0px;
  max-width: 100%;
}

.about-form__btn {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 190px;
          flex: 0 0 190px;
  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;
  text-align: center;
  font-weight: 500;
  font-size: 18px;
  line-height: 23px;
  min-height: 48px;
  color: #FFFFFF;
  background: #51AB67;
  border-radius: 100px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  border: 4px solid #51AB67;
}

.about-form__btn:active {
  background: #51AB67 !important;
  border-color: #C2FFD1 !important;
}

.team {
  padding: 50px 0px;
}

.team__subtext {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #063738;
  margin-top: 20px;
}

.team__content {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  row-gap: 30px;
}

.team__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc((100% - 30px * 3) / 4);
          flex: 0 0 calc((100% - 30px * 3) / 4);
  background: #FFFFFF;
  -webkit-box-shadow: 0px 12px 52px 10px rgba(15, 15, 27, 0.04);
          box-shadow: 0px 12px 52px 10px rgba(15, 15, 27, 0.04);
  border-radius: 16px;
  overflow: hidden;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.team__image {
  width: 100%;
  padding-bottom: 107%;
  position: relative;
  border-radius: 16px 16px 0px 0px;
  overflow: hidden;
  -webkit-mask-image: -webkit-radial-gradient(circle, #fff 100%, #000 100%);
}

.team__image img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.team__body {
  padding: 15px 20px 20px;
}

.team__name {
  font-family: "Oswald";
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #063738;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.team__job {
  margin-top: 8px;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #063738;
}

.presa {
  padding: 50px 0px;
}

.presa__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  row-gap: 40px;
}

.presa__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc((100% - 30px * 2) / 3);
          flex: 0 0 calc((100% - 30px * 2) / 3);
}

.presa__image {
  width: 100%;
  padding-bottom: 61%;
  position: relative;
}

.presa__image img {
  -o-object-fit: cover;
     object-fit: cover;
}

.presa__image img,
.presa__image iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.presa__body {
  padding-top: 20px;
}

.presa__description {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #063738;
}

.employment {
  padding: 50px 0px;
}

.employment__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
}

.employment__sidebar {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 300px;
          flex: 0 0 300px;
}

.employment__main {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 12px 52px 10px rgba(15, 15, 27, 0.04);
          box-shadow: 0px 12px 52px 10px rgba(15, 15, 27, 0.04);
  border-radius: 16px;
  padding: 40px;
}

.employment__title {
  margin-bottom: 45px;
}

.employment__description {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #063738;
}

.employment__description > *:not(:last-child) {
  margin-bottom: 15px;
}

.employment__gallery {
  margin-top: 30px;
}

.employment__contacts {
  margin-top: 30px;
}

.sidebar-employment__wrapper {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 12px 52px 10px rgba(15, 15, 27, 0.04);
          box-shadow: 0px 12px 52px 10px rgba(15, 15, 27, 0.04);
  border-radius: 16px;
  padding: 15px;
}

.sidebar-employment__item {
  font-family: "Oswald";
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 28px;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  color: #063738;
  padding: 15px 15px;
  border-radius: 8px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  cursor: pointer;
  display: block;
}

.sidebar-employment__item._active {
  background: #063738;
  color: #51AB67;
}

.gallery-employment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
}

.gallery-employment__column {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc((100% - 30px * 1) / 2);
          flex: 0 0 calc((100% - 30px * 1) / 2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 30px;
}

.gallery-employment__item {
  border-radius: 16px;
  position: relative;
  width: 100%;
  padding-bottom: 76%;
  overflow: hidden;
}

.gallery-employment__item img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.contacts-employment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #1F939F;
  border-radius: 8px;
  padding: 15px 100px;
}

.contacts-employment__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}

.contacts-employment__name {
  font-weight: 700;
  font-size: 16px;
  line-height: 28px;
  color: #063738;
}

.contacts-employment__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}

.contacts-employment__icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24px;
          flex: 0 0 24px;
  height: 24px;
  width: 24px;
}

.contacts-employment__icon img,
.contacts-employment__icon svg {
  width: 100%;
  height: 100%;
  max-width: 100%;
}

.contacts-employment__value {
  font-family: "Oswald";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  color: #FFFFFF;
}

.search-filter {
  position: relative;
  z-index: 3;
  -webkit-transform: translateY(calc(-50% - 50px));
      -ms-transform: translateY(calc(-50% - 50px));
          transform: translateY(calc(-50% - 50px));
  margin-bottom: -50px;
}

.search-filter__form {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 12px 52px 10px rgba(15, 15, 27, 0.04);
          box-shadow: 0px 12px 52px 10px rgba(15, 15, 27, 0.04);
  border-radius: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 25px 50px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 450px 1fr 230px;
  grid-template-columns: 450px 1fr 230px;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
}

.search-filter__date {
  position: relative;
}

.search-filter__label {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #7A7A7A;
  margin-bottom: 8px;
  display: block;
}

.search-filter__columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  row-gap: 12px;
}

.search-filter__column {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc((100% - 40px) / 2);
          flex: 0 0 calc((100% - 40px) / 2);
}

.search-filter__input {
  width: 100%;
  max-width: 100%;
  min-width: 0px;
}

.search-filter__input._active {
  border-color: #51ab67;
  background: url(../img/icons/calendar.svg) calc(100% - 20px) 50%/auto no-repeat, #fff !important;
}

.search-filter__button {
  background: #51AB67;
  border-radius: 100px;
  font-weight: 500;
  font-size: 18px;
  line-height: 23px;
  color: #FFFFFF;
  padding: 8px 30px;
  text-align: center;
  height: 48px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  border: 4px solid #51AB67;
}

.search-filter__button:active {
  background: #51AB67 !important;
  border-color: #C2FFD1 !important;
}

.search-filter__modal {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transform: translateY(20px);
      -ms-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: absolute;
  width: 100vw;
  max-width: 680px;
  background: #FFFFFF;
  padding: 30px;
  left: 0;
  top: calc(100% + 10px);
  z-index: 5;
  -webkit-box-shadow: 0px 6px 8px -6px rgba(24, 39, 75, 0.12), 0px 8px 16px -6px rgba(24, 39, 75, 0.08);
          box-shadow: 0px 6px 8px -6px rgba(24, 39, 75, 0.12), 0px 8px 16px -6px rgba(24, 39, 75, 0.08);
}

.search-filter__modal._active {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
}

.modal-search-filter__selects {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  row-gap: 15px;
}

.modal-search-filter__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}

.modal-search-filter__name {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #000000;
}

.modal-search-filter__select .select__title {
  border: none;
  background: transparent;
}

.modal-search-filter__select .select__value {
  padding: 0px;
  height: auto;
  color: #51AB67;
}

.modal-search-filter__select .select__value::before {
  content: "";
  display: none;
}

.modal-search-filter__select .select__options {
  margin: 0px -15px;
  width: 110px;
  max-width: 110px;
}

.modal-search-filter__datepicker {
  margin-top: 30px;
}

.modal-search-filter__input {
  display: none;
}

.search-result {
  padding: 0px 0px 50px;
}

.search-result__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  row-gap: 50px;
}

.search-result__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc((100% - 30px * 3) / 4);
          flex: 0 0 calc((100% - 30px * 3) / 4);
}

.excursion-page {
  padding: 50px 0px;
}

.excursion-page__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
}

.excursion-page__main {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.excursion-page__sidebar {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 410px;
          flex: 0 0 410px;
}

.main-excursion-page__content {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 12px 52px 10px rgba(15, 15, 27, 0.04);
          box-shadow: 0px 12px 52px 10px rgba(15, 15, 27, 0.04);
  border-radius: 16px;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
}

.main-excursion-page__head {
  width: 100%;
}

.main-excursion-page__info {
  padding: 30px 40px;
}

.main-excursion-page__title {
  font-family: "Oswald";
  font-style: normal;
  font-weight: 500;
  font-size: 26px;
  line-height: 1.3;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  color: #063738;
}

.main-excursion-page__mini-info {
  margin-top: 15px;
}

.main-excursion-page__country-description {
  padding: 30px 40px 40px;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #063738;
}

.main-excursion-page__country-description > *:not(:last-child) {
  margin-bottom: 15px;
}

.head-main-excursion-page {
  position: relative;
  border-radius: 16px 16px 0px 0px;
  overflow: hidden;
  -webkit-mask-image: -webkit-radial-gradient(circle, #fff 100%, #000 100%);
}

.head-main-excursion-page__item {
  width: 100%;
  padding-bottom: 59%;
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  overflow: hidden;
  -webkit-mask-image: -webkit-radial-gradient(circle, #fff 100%, #000 100%);
}

.head-main-excursion-page__item img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.head-main-excursion-page__timer {
  position: absolute;
  top: 20px;
  left: 20px;
}

.head-main-excursion-page__status {
  padding: 6px 16px;
  font-weight: 800;
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
  color: #FFFFFF;
  background: #F85821;
  border-radius: 50px;
  position: absolute;
  top: 20px;
  right: 20px;
}

.head-main-excursion-page__arrow {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid #FFFFFF;
  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;
  z-index: 1;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  cursor: pointer;
}

.head-main-excursion-page__arrow.head-main-excursion-page-arrow-prev {
  left: 15px;
}

.head-main-excursion-page__arrow.head-main-excursion-page-arrow-next {
  right: 15px;
}

.head-main-excursion-page__arrow svg,
.head-main-excursion-page__arrow img {
  width: 24px;
  max-width: 24px;
  height: 24px;
}

.head-main-excursion-page__arrow svg path {
  fill: #fff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.head-main-excursion-page__paggination {
  position: absolute;
  bottom: 10px;
  left: 15px;
  right: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  row-gap: 8px;
}

.head-main-excursion-page__paggination .swiper-pagination-bullet {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20px;
          flex: 0 0 20px;
  height: 3px;
  background: #fff;
  opacity: 0.5;
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.head-main-excursion-page__paggination .swiper-pagination-bullet-active {
  opacity: 1;
}

.timer-head-main-excursion-page {
  background: rgba(255, 255, 255, 0.7);
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
  border-radius: 8px;
  width: 290px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 69px;
}

.timer-head-main-excursion-page__time {
  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;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  height: 100%;
  padding-top: 9px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.timer-head-main-excursion-page__item {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 5px;
  position: relative;
}

.timer-head-main-excursion-page__item:not(:last-child)::after {
  content: ":";
  width: 30px;
  text-align: center;
  height: 100%;
  font-family: "Oswald";
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  line-height: 0.6;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  color: #063738;
  position: absolute;
  top: 0;
  right: -15px;
  -webkit-transform: translateX(50%);
      -ms-transform: translateX(50%);
          transform: translateX(50%);
}

.timer-head-main-excursion-page__value {
  font-family: "Oswald";
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  line-height: 0.7;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  color: #063738;
}

.timer-head-main-excursion-page__name {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #063738;
}

.timer-head-main-excursion-page__date {
  height: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 83px;
          flex: 0 0 83px;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-left: 1px solid #FEFEFE;
  padding-top: 9px;
  row-gap: 5px;
}

.mini-info-main-excursion-page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 12px;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
}

.mini-info-main-excursion-page__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 6px;
     -moz-column-gap: 6px;
          column-gap: 6px;
}

.mini-info-main-excursion-page__icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20px;
          flex: 0 0 20px;
  height: 20px;
  width: 20px;
}

.mini-info-main-excursion-page__icon img,
.mini-info-main-excursion-page__icon svg {
  width: 100%;
  height: 100%;
  max-width: 100%;
}

.mini-info-main-excursion-page__text {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #063738;
}

.tabs-main-excursion-page__blocks {
  padding: 30px 40px 40px;
}

.head-tabs-main-excursion-page {
  position: relative;
}

.head-tabs-main-excursion-page__slider {
  padding: 18px 40px;
  background: #F4F4F4;
}

.head-tabs-main-excursion-page__item {
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
  color: #063738;
  position: relative;
  cursor: pointer;
  white-space: nowrap;
}

.head-tabs-main-excursion-page__item:not(:last-child) {
  margin-right: 25px;
}

.head-tabs-main-excursion-page__item::after {
  content: "";
  width: 100%;
  height: 3px;
  position: absolute;
  bottom: -18px;
  left: 0;
  right: 0;
  background: transparent;
  display: inline-block;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.head-tabs-main-excursion-page__item._active {
  color: #51AB67;
}

.head-tabs-main-excursion-page__item._active::after {
  opacity: 1;
  visibility: visible;
  background: #51AB67;
}

.head-tabs-main-excursion-page__arrow {
  position: absolute;
  top: 50%;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  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: #fff;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.head-tabs-main-excursion-page__arrow.swiper-button-disabled {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.head-tabs-main-excursion-page__arrow.head-tabs-main-excursion-page-arrow-prev {
  left: 0;
}

.head-tabs-main-excursion-page__arrow.head-tabs-main-excursion-page-arrow-next {
  right: 0;
}

.description-tabs-main-excursion-page__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 30px;
}

.description-tabs-main-excursion-page__title {
  font-weight: 700;
  font-size: 22px;
  line-height: 28px;
  color: #063738;
}

.description-tabs-main-excursion-page__text {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #063738;
  margin-top: 20px;
}

.description-tabs-main-excursion-page__text > *:not(:last-child) {
  margin-bottom: 15px;
}

.description-tabs-main-excursion-page__button {
  margin-top: 15px;
}

.description-tabs-main-excursion-page__button._active .description-tabs-main-excursion-page__more {
  display: none;
}

.description-tabs-main-excursion-page__button._active .description-tabs-main-excursion-page__less {
  display: block;
}

.description-tabs-main-excursion-page__more {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #51AB67;
  display: block;
}

.description-tabs-main-excursion-page__less {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #51AB67;
  display: none;
}

.included-tabs-main-excursion-page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 20px;
}

.included-tabs-main-excursion-page__title {
  font-weight: 700;
  font-size: 22px;
  line-height: 28px;
  color: #063738;
}

.included-tabs-main-excursion-page__row {
  padding: 20px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  border-bottom: 1px solid #DEDEDE;
}

.included-tabs-main-excursion-page__icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 28px;
          flex: 0 0 28px;
  height: 28px;
  width: 28px;
}

.included-tabs-main-excursion-page__icon img,
.included-tabs-main-excursion-page__icon svg {
  width: 100%;
  max-width: 100%;
  height: 100%;
}

.included-tabs-main-excursion-page__main {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.included-tabs-main-excursion-page__name {
  font-weight: 500;
  font-size: 18px;
  line-height: 23px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #063738;
  min-height: 28px;
  cursor: pointer;
}

.included-tabs-main-excursion-page__name._spoller._active::after {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.included-tabs-main-excursion-page__name._spoller::after {
  content: "";
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24px;
          flex: 0 0 24px;
  height: 24px;
  width: 24px;
  display: block;
  margin-left: auto;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background: url(../img/icons/spoller-b.svg) center/100% no-repeat;
}

.included-tabs-main-excursion-page__description {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #063738;
  margin-top: 15px;
  padding-right: 24px;
  display: none;
}

.included-tabs-main-excursion-page__description li, .included-tabs-main-excursion-page__description ul {
  list-style: initial;
  /*padding: initial;*/
  padding: revert-layer;
}

.route-tabs-main-excursion-page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 30px;
}

.route-tabs-main-excursion-page__title {
  font-weight: 700;
  font-size: 22px;
  line-height: 28px;
  color: #063738;
}

.route-tabs-main-excursion-page__body {
  margin-top: 20px;
}

.route-tabs-main-excursion-page__row {
  padding: 20px 0px;
  border-bottom: 1px solid #DEDEDE;
}

.route-tabs-main-excursion-page__row:first-child {
  border-top: 1px solid #DEDEDE;
}

.route-tabs-main-excursion-page__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 60px 1fr 24px;
  grid-template-columns: 65px 1fr 24px;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  cursor: pointer;
}

.route-tabs-main-excursion-page__main._active .route-tabs-main-excursion-page__arrow {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.route-tabs-main-excursion-page__step {
  font-family: "Oswald";
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  text-transform: uppercase;
  color: #1F939F;
  width: 550px;
}

.route-tabs-main-excursion-page__name {
  font-weight: 500;
  font-size: 18px;
  line-height: 23px;
  color: #063738;
}

.route-tabs-main-excursion-page__arrow {
  width: 24px;
  height: 24px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.route-tabs-main-excursion-page__arrow img,
.route-tabs-main-excursion-page__arrow svg {
  width: 100%;
  max-width: 100%;
  height: 100%;
}

.route-tabs-main-excursion-page__description {
  margin-top: 15px;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #063738;
  display: none;
  /*padding-left: 80px;*/
  padding-right: 44px;
}

.route-tabs-main-excursion-page__description > *:not(:last-child) {
  margin-bottom: 15px;
}

.route-tabs-main-excursion-page__description ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 15px;
}

.route-tabs-main-excursion-page__description ul li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}

.route-tabs-main-excursion-page__description ul li::before {
  content: "";
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24px;
          flex: 0 0 24px;
  height: 24px;
  width: 24px;
  background: url(../img/icons/list-check.svg) center/100% no-repeat;
  margin-top: -2px;
}

.route-tabs-main-excursion-page__map {
  position: relative;
  width: 100%;
  height: 450px;
}

.route-tabs-main-excursion-page__map iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.gallery-tabs-main-excursion-page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 20px;
}

.gallery-tabs-main-excursion-page__images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  row-gap: 20px;
}

.gallery-tabs-main-excursion-page__image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc((100% - 20px * 2) / 3);
          flex: 0 0 calc((100% - 20px * 2) / 3);
  padding-bottom: 22%;
  position: relative;
}

.gallery-tabs-main-excursion-page__image img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.gallery-tabs-main-excursion-page__videos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 20px;
}

.gallery-tabs-main-excursion-page__video {
  width: 100%;
  position: relative;
  padding-bottom: 53%;
}

.gallery-tabs-main-excursion-page__video iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.schedule-tabs-main-excursion-page__title {
  font-weight: 700;
  font-size: 22px;
  line-height: 28px;
  color: #063738;
}

.schedule-tabs-main-excursion-page__body {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
}

.schedule-tabs-main-excursion-page__list {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc((100% - 40px * 1) / 2);
          flex: 0 0 calc((100% - 40px * 1) / 2);
  background: #EEF7F0;
  border-radius: 16px;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 20px;
}

.schedule-tabs-main-excursion-page__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 5px;
     -moz-column-gap: 5px;
          column-gap: 5px;
}

.schedule-tabs-main-excursion-page__icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20px;
          flex: 0 0 20px;
  height: 20px;
  width: 20px;
}

.schedule-tabs-main-excursion-page__icon img,
.schedule-tabs-main-excursion-page__icon svg {
  width: 100%;
  max-width: 100%;
}

.schedule-tabs-main-excursion-page__date {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #063738;
}

.review-tabs-main-excursion-page:not(._all-view) .review-tabs-main-excursion-page__item:not(:nth-child(-n+3)) {
  display: none;
}

.review-tabs-main-excursion-page._all-view .review-tabs-main-excursion-page__footer {
  display: none;
}

.review-tabs-main-excursion-page__title {
  font-weight: 700;
  font-size: 22px;
  line-height: 28px;
  color: #063738;
}

.review-tabs-main-excursion-page__body {
  margin-top: 20px;
}

.review-tabs-main-excursion-page__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 20px;
}

.review-tabs-main-excursion-page__item iframe {
  width: 100%;
  max-width: 100%;
}

.review-tabs-main-excursion-page__footer {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.review-tabs-main-excursion-page__more {
  max-width: 100%;
}

.documents-tabs-main-excursion-page__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 15px;
}

.documents-tabs-main-excursion-page__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  padding: 12px 15px;
  background: #EEF7F0;
  border-radius: 8px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  min-height: 55px;
}

.documents-tabs-main-excursion-page__name {
  font-weight: 500;
  font-size: 18px;
  line-height: 23px;
  color: #063738;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.documents-tabs-main-excursion-page__icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 32px;
          flex: 0 0 32px;
  height: 32px;
  width: 32px;
}

.documents-tabs-main-excursion-page__icon img,
.documents-tabs-main-excursion-page__icon svg {
  width: 100%;
  max-width: 100%;
}

.sidebar-excursion-page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 30px;
}

.sidebar-excursion-page__main {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 12px 52px 10px rgba(15, 15, 27, 0.04);
          box-shadow: 0px 12px 52px 10px rgba(15, 15, 27, 0.04);
  border-radius: 16px;
}

.main-sidebar-excursion-page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.main-sidebar-excursion-page__head {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 80px;
          flex: 0 0 80px;
  background: #1F939F;
  border-radius: 16px 16px 0px 0px;
  font-family: "Oswald";
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 27px;
  text-transform: uppercase;
  color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px 15px;
}

.main-sidebar-excursion-page__price {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100px;
          flex: 0 0 100px;
  background: #1F939F;
  border-radius: 16px 16px 0px 0px;
}

.main-sidebar-excursion-page__form {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 30px;
}

.main-sidebar-excursion-page__title {
  font-family: "Oswald";
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #063738;
  text-align: center;
  margin-bottom: 20px;
}

.main-sidebar-excursion-page__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 12px;
}

.main-sidebar-excursion-page__row {
  width: 100%;
}

.main-sidebar-excursion-page__input {
  width: 100%;
  max-width: 100%;
  min-width: 100%;
}
.date_info .main-sidebar-excursion-page__input {
  width: 50%;
  max-width: 100%;
  min-width: 48%;
}
.date_info .main-sidebar-excursion-page__select {
  display: flex;
  align-items: center;
}
.main-sidebar-excursion-page__quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
}

.main-sidebar-excursion-page__btn {
  width: 100%;
  max-width: 100%;
  min-height: 48px;
  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: #17AD65;
  border-radius: 100px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  border: 4px solid #17AD65;
  font-weight: 500;
  font-size: 18px;
  line-height: 23px;
  color: #FFFFFF;
}

.main-sidebar-excursion-page__btn:active {
  background: #51AB67 !important;
  border-color: #C2FFD1 !important;
}

.price-main-sidebar-excursion-page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
}

.price-main-sidebar-excursion-page__new {
  font-family: "Oswald";
  font-style: normal;
  font-weight: 500;
  font-size: 42px;
  line-height: 62px;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  color: #FFFFFF;
}

.price-main-sidebar-excursion-page__old {
  font-family: "Oswald";
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 33px;
  letter-spacing: -0.03em;
  -webkit-text-decoration-line: line-through;
          text-decoration-line: line-through;
  text-transform: uppercase;
  color: #FFFFFF;
}

.quantity-main-sidebar-excursion-page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
}

.quantity-main-sidebar-excursion-page__name {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #063738;
}

.quantity-main-sidebar-excursion-page__body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.people-main-sidebar-excursion-page {
  position: relative;
}

.people-main-sidebar-excursion-page__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
  min-height: 48px;
  background: #F2F2F2;
  border-radius: 50px;
  border: 1px solid #f2f2f2;
  padding: 10px 20px;
  cursor: pointer;
}

.people-main-sidebar-excursion-page__head._active {
  border-color: #51AB67;
}

.people-main-sidebar-excursion-page__head._active::after {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.people-main-sidebar-excursion-page__head::after {
  content: "";
  width: 24px;
  height: 24px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24px;
          flex: 0 0 24px;
  background: url(../img/icons/select-arrow.svg) center/100% no-repeat;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.people-main-sidebar-excursion-page__value {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #063738;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.people-main-sidebar-excursion-page__body {
  position: absolute;
  top: calc(100% + 12px);
  left: 0;
  right: 0;
  width: 100%;
  max-width: 100%;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 6px 12px -6px rgba(24, 39, 75, 0.12), 0px 8px 24px -4px rgba(24, 39, 75, 0.08);
          box-shadow: 0px 6px 12px -6px rgba(24, 39, 75, 0.12), 0px 8px 24px -4px rgba(24, 39, 75, 0.08);
  border-radius: 8px;
  padding: 20px;
  z-index: 1;
  display: none;
}

.people-main-sidebar-excursion-page__selects {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  row-gap: 20px;
}

.people-main-sidebar-excursion-page__select {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc((100% - 20px * 1) / 2);
          flex: 0 0 calc((100% - 20px * 1) / 2);
}

.prickers-people-main-sidebar-excursion-page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 20px;
}

.prickers-people-main-sidebar-excursion-page__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.prickers-people-main-sidebar-excursion-page__name {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #063738;
}

.prickers-people-main-sidebar-excursion-page__quantity {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 110px;
          flex: 0 0 110px;
}

.pay-sidebar-excursion-page {
  padding: 30px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 12px 52px 10px rgba(15, 15, 27, 0.04);
          box-shadow: 0px 12px 52px 10px rgba(15, 15, 27, 0.04);
  border-radius: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.pay-sidebar-excursion-page__title {
  font-family: "Oswald";
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
  color: #063738;
}

.pay-sidebar-excursion-page__body {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 20px;
}

.pay-sidebar-excursion-page__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  row-gap: 10px;
}

.pay-sidebar-excursion-page__icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 28px;
          flex: 0 0 28px;
  height: 28px;
  width: 28px;
}

.pay-sidebar-excursion-page__icon img,
.pay-sidebar-excursion-page__icon svg {
  width: 100%;
  max-width: 100%;
}

.pay-sidebar-excursion-page__name {
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: #063738;
  padding: 2px 0px;
}

.pay-sidebar-excursion-page__name span {
  display: inline-block;
}

.pay-sidebar-excursion-page__systems {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.socials-sidebar-excursion-page {
  padding: 30px 30px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 12px 52px 10px rgba(15, 15, 27, 0.04);
          box-shadow: 0px 12px 52px 10px rgba(15, 15, 27, 0.04);
  border-radius: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.socials-sidebar-excursion-page__title {
  font-family: "Oswald";
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
  color: #063738;
}

.socials-sidebar-excursion-page__content {
  margin-top: 20px;
}

.socials-sidebar-excursion-page__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  row-gap: 20px;
}

.socials-sidebar-excursion-page__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 28px;
          flex: 0 0 28px;
  height: 28px;
  width: 28px;
}

.socials-sidebar-excursion-page__item svg path {
  fill: #51AB67;
}

.socials-sidebar-excursion-page__item img,
.socials-sidebar-excursion-page__item svg {
  width: 100%;
  max-width: 100%;
}

.callback-sidebar-excursion-page {
  padding: 30px 20px;
  background: #1F939F;
  border-radius: 16px;
  overflow: hidden;
}

.callback-sidebar-excursion-page__name {
  font-weight: 500;
  font-size: 20px;
  line-height: 25px;
  text-align: center;
  color: #063738;
  margin-bottom: 7px;
}

.callback-sidebar-excursion-page__title {
  color: #fff;
}

.callback-sidebar-excursion-page__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 25px;
  margin-top: 25px;
}

.callback-sidebar-excursion-page__input {
  width: 100%;
  max-width: 100%;
  min-width: 0px;
}

.callback-sidebar-excursion-page__btn {
  width: 100%;
  height: 48px;
  background: #063738;
  border-radius: 100px;
  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;
  text-align: center;
  font-weight: 500;
  font-size: 18px;
  line-height: 23px;
  color: #FFFFFF;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.contacts-sidebar-excursion-page__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 30px;
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.contacts-sidebar-excursion-page__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 12px 52px 10px rgba(15, 15, 27, 0.04);
          box-shadow: 0px 12px 52px 10px rgba(15, 15, 27, 0.04);
  border-radius: 16px;
  padding: 30px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contacts-sidebar-excursion-page__icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 68px;
          flex: 0 0 68px;
  height: 68px;
  width: 68px;
}

.contacts-sidebar-excursion-page__icon img,
.contacts-sidebar-excursion-page__icon svg {
  width: 100%;
  max-width: 100%;
}

.contacts-sidebar-excursion-page__name {
  margin-top: 20px;
  font-family: "Oswald";
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
  color: #063738;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.blog {
  padding: 50px 0px;
}

.blog__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  row-gap: 40px;
}

.blog__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc((100% - 30px * 1) / 2);
          flex: 0 0 calc((100% - 30px * 1) / 2);
  overflow: hidden;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 12px 52px 10px rgba(15, 15, 27, 0.04);
          box-shadow: 0px 12px 52px 10px rgba(15, 15, 27, 0.04);
  border-radius: 16px;
  overflow: hidden;
}

.blog__image {
  width: 100%;
  padding-bottom: 63.5%;
  display: block;
  position: relative;
  border-radius: 16px 16px 0px 0px;
  -webkit-mask-image: -webkit-radial-gradient(circle, #fff 100%, #000 100%);
  overflow: hidden;
}

.blog__image img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.blog__body {
  padding: 20px 30px 30px;
}

.blog__date {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #063738;
  margin-bottom: 5px;
}

.blog__name {
  font-family: "Oswald";
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 27px;
  text-transform: uppercase;
  color: #063738;
  display: block;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  margin-bottom: 20px;
}

.blog__more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #51AB67;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.blog__more svg path {
  fill: #51AB67;
}

.blog__pagging {
  margin-top: 40px;
}

.blog-page {
  padding-bottom: 40px;
}

.blog-page__container {
  max-width: 1050px;
}

.blog-page__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
a.article_back {
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
}
a.article_back svg{
  width: 25px;
}
form.subscribe-notification__content.article_form {
  position: relative;
}
.blog_page_send.send_seccess {
  position: absolute;
  top: -40px;
  color: #17ad65;
  right: 0;
}
.pay_info {
  padding-top: 10px;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #17ad65;
}
.blog-page__text {
  width: 100%;
  max-width: 700px;
  margin: 0px auto;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #063738;
}

.blog-page__text span {
  font-weight: 500;
}

.blog-page__text > *:not(:last-child) {
  margin-bottom: 15px;
}

.blog-page__text br {
  line-height: 15px;
}

.blog-page__text h2 {
  font-weight: 700;
  font-size: 22px;
  line-height: 1.2;
  color: #063738;
}



.blog-page__text ul{
    margin-left:2rem;
}
.blog-page__text li {
    list-style: disc;
    margin-top: 1rem;
    
}
.blog-page__text p img{
    margin-bottom:7px;
}
.blog-page__text h2:not(:last-child) {
  margin-bottom: 20px;
}

.blog-page__gallery {
  width: 100%;
  max-width: 100%;
}

.blog-page__button {
  font-weight: 500;
  font-size: 18px;
  line-height: 23px;
  color: #FFFFFF;
  background: #1F939F;
  border-radius: 100px;
  min-height: 48px;
  padding: 10px 20px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  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;
  width: 100%;
  max-width: 350px;
}

.blog-page__image {
  width: 100%;
  max-width: 100%;
}

.blog-page__image img,
.blog-page__image svg {
  width: 100%;
  max-width: 100%;
}

.gallery-blog-page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  row-gap: 10px;
}

.gallery-blog-page__item {
  height: 350px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc((100% - 5px) - 60%);
          flex: 0 0 calc((100% - 5px) - 60%);
}

.gallery-blog-page__image {
  width: 100%;
  height: 100%;
  position: relative;
}

.gallery-blog-page__image img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.subscribe-notification {
  padding: 20px 0px 20px;
}

.subscribe-notification__container {
  max-width: 1050px;
}

.subscribe-notification__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 60px;
     -moz-column-gap: 60px;
          column-gap: 60px;
}

.subscribe-notification__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 420px;
          flex: 0 0 420px;
}

.subscribe-notification__icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 48px;
          flex: 0 0 48px;
  height: 48px;
  width: 48px;
}

.subscribe-notification__icon img,
.subscribe-notification__icon svg {
  width: 100%;
  max-width: 100%;
}

.subscribe-notification__title {
  font-family: "Oswald";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  text-transform: uppercase;
  color: #063738;
}

.subscribe-notification__main {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #F2F2F2;
  border-radius: 50px;
  overflow: hidden;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  border: 1px solid transparent;
}

.subscribe-notification__input {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 100%;
  max-width: 100%;
  min-width: 0px;
}

.subscribe-notification__input:focus {
  border-color: transparent !important;
  background: none !important;
}

.subscribe-notification__button {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 140px;
          flex: 0 0 140px;
  height: 48px;
  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;
  padding: 10px 15px;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #FFFFFF;
  background: #51AB67;
  border-radius: 100px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  border: 4px solid #51AB67;
}

.subscribe-notification__button:active {
  background: #51AB67 !important;
  border-color: #C2FFD1 !important;
}

.footer-blog {
  position: relative;
  min-height: 460px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  padding-top: 50px;
  padding-bottom: 15px;
  height: 34vw;
}

.footer-blog__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.footer-blog__background::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5)));
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
}

.footer-blog__background::before {
  content: "";
  width: 100%;
  height: 12%;
  display: inline-block;
  position: absolute;
  top: -1px;
  left: 0;
  right: 0;
  background: #fff;
  -webkit-clip-path: polygon(100% 0, 0 0, 0 100%);
          clip-path: polygon(100% 0, 0 0, 0 100%);
  z-index: 1;
}

.footer-blog__background img {
  width: 100%;
  height: 101%!important;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.footer-blog__container {
  position: relative;
  z-index: 2;
}

.footer-blog__navigation {
  margin: 0px auto;
  padding: 0px 5px 5px;
  border-bottom: 2px solid rgba(255, 255, 255, 0.5);
  width: 100%;
  max-width: 490px;
}

.footer-blog__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 50px;
     -moz-column-gap: 50px;
          column-gap: 50px;
}

.footer-blog__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  position: relative;
}

.footer-blog__item:not(._active) {
  opacity: 0.5;
}

.footer-blog__item._active::after {
  opacity: 1;
}

.footer-blog__item::after {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: -7px;
  left: 0;
  right: 0;
  background: #fff;
  opacity: 0;
  pointer-events: none;
}

.footer-blog__name {
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  color: #FFFFFF;
}

.footer-blog__title {
  font-weight: 900;
  font-size: 60px;
  line-height: 1.2;
  text-align: center;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  color: #FFFFFF;
  padding: 0px 15px;
  margin-top: 50px;
  -webkit-transform: rotate(-1.8deg);
      -ms-transform: rotate(-1.8deg);
          transform: rotate(-1.8deg);
}

.contacts__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
}

.contacts__main {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 12px 52px 10px rgba(15, 15, 27, 0.04);
          box-shadow: 0px 12px 52px 10px rgba(15, 15, 27, 0.04);
  border-radius: 16px;
  padding: 40px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.contacts__sidebar {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 410px;
          flex: 0 0 410px;
  padding: 30px;
}

.main-contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 40px;
}

.main-contacts__map {
  width: 100%;
  height: 450px;
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  -webkit-mask-image: -webkit-radial-gradient(circle, #fff 100%, #000 100%);
}

.main-contacts__map iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.list-main-contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  row-gap: 40px;
}

.list-main-contacts__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc((100% - 40px * 1) / 2);
          flex: 0 0 calc((100% - 40px * 1) / 2);
  padding: 35px 50px 35px;
}

.list-main-contacts__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 15px;
}

.list-main-contacts__icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 42px;
          flex: 0 0 42px;
  height: 42px;
  width: 42px;
}

.list-main-contacts__icon img,
.list-main-contacts__icon svg {
  width: 100%;
  max-width: 100%;
  max-height: 100%;
}

.list-main-contacts__title {
  font-family: "Oswald";
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
}

.list-main-contacts__body {
  margin-top: 20px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #FFFFFF;
}

.list-main-contacts__body a {
  color: inherit;
  display: block;
}

.list-main-contacts__timework {
  width: 100%;
  max-width: 100%;
}

.timework-list-main-contacts__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
}

.timework-list-main-contacts__item:not(:last-child) {
  margin-bottom: 2px;
}

.timework-list-main-contacts__name {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  text-align: left;
}

.timework-list-main-contacts__value {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 105px;
          flex: 0 0 105px;
  text-align: left;
}

.sidebar-contacts__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 10px;
}

.sidebar-contacts__icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 42px;
          flex: 0 0 42px;
  height: 42px;
  width: 42px;
}

.sidebar-contacts__icon img,
.sidebar-contacts__icon svg {
  width: 100%;
  max-width: 100%;
  max-height: 100%;
}

.sidebar-contacts__title {
  font-family: "Oswald";
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 27px;
  text-align: center;
  text-transform: uppercase;
  color: #063738;
}

.sidebar-contacts__body {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 20px;
}

.sidebar-contacts__row {
  width: 100%;
}

.sidebar-contacts__input {
  width: 100%;
  max-width: 100%;
  min-width: 100%;
}

.sidebar-contacts__textarea {
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  resize: none;
  padding: 15px 20px;
  background: #F2F2F2;
  border-radius: 16px;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #063738;
  overflow-y: auto;
  height: 150px;
  border: 1px solid #F2F2F2;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.sidebar-contacts__textarea::-webkit-input-placeholder {
  color: #063738;
}

.sidebar-contacts__textarea::-moz-placeholder {
  color: #063738;
}

.sidebar-contacts__textarea:-ms-input-placeholder {
  color: #063738;
}

.sidebar-contacts__textarea::-ms-input-placeholder {
  color: #063738;
}

.sidebar-contacts__textarea::placeholder {
  color: #063738;
}

.sidebar-contacts__textarea:not(._white):focus {
  border-color: #51AB67;
  background: #FFFFFF;
}

.sidebar-contacts__textarea:not(._white)._error {
  background: #FFE1E1;
}

.sidebar-contacts__textarea:not(._white):disabled {
  opacity: 0.5;
}

.sidebar-contacts__textarea:not(._white)._calendar {
  background: url(../img/icons/calendar.svg) calc(100% - 20px) 50%/auto no-repeat, #F2F2F2;
}

.sidebar-contacts__textarea:not(._white)._calendar._error {
  background: url(../img/icons/calendar.svg) calc(100% - 20px) 50%/auto no-repeat, #FFE1E1;
}

.sidebar-contacts__textarea:not(._white)._calendar:focus {
  border-color: #51AB67;
  background: url(../img/icons/calendar.svg) calc(100% - 20px) 50%/auto no-repeat, #FFFFFF;
}

.sidebar-contacts__button {
  background: #1F939F;
  border-radius: 100px;
  width: 100%;
  max-width: 100%;
  min-height: 48px;
  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;
  text-align: center;
  font-weight: 500;
  font-size: 18px;
  line-height: 23px;
  color: #FFFFFF;
}

.hotels-main-excursion-page {
  margin-top: 30px;
}

.hotels-main-excursion-page__blocks {
  margin-top: 20px;
}

.hotels-main-excursion-page__block._all-view .hotels-main-excursion-page__footer {
  display: none;
}

.hotels-main-excursion-page__block:not(._all-view) .hotels-main-excursion-page__item:not(:nth-child(-n+6)) {
  /*display: none;*/
}

.hotels-main-excursion-page__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  row-gap: 20px;
}

.hotels-main-excursion-page__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc((100% - 20px * 2) / 3);
          flex: 0 0 calc((100% - 20px * 2) / 3);
}

.hotels-main-excursion-page__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 30px;
}

.city-hotels-main-excursion-page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  row-gap: 15px;
}

.city-hotels-main-excursion-page__item {
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
  color: #063738;
  padding: 16px 55px;
  background: #FFFFFF;
  text-align: center;
  border-radius: 8px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.city-hotels-main-excursion-page__item._active {
  background: #51AB67;
  color: #fff;
  -webkit-box-shadow: 0px 12px 52px 10px rgba(81, 171, 103, 0.2);
          box-shadow: 0px 12px 52px 10px rgba(81, 171, 103, 0.2);
}

.item-hotel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #FFFFFF;
  -webkit-box-shadow: 0 10px 15px 4px rgba(15, 15, 27, 0.04);
          box-shadow: 0 10px 15px 4px rgba(15, 15, 27, 0.04);
  border-radius: 16px;
}

.item-hotel__image {
  border-radius: 16px 16px 0px 0px;
  position: relative;
  width: 100%;
  padding-bottom: 80%;
  display: block;
  overflow: hidden;
  -webkit-mask-image: -webkit-radial-gradient(circle, #fff 100%, #000 100%);
}

.item-hotel__image::after {
  content: "";
  width: calc(100% + 4px);
  min-height: 100%;
  position: absolute;
  top: 0;
  left: -2px;
  right: -2px;
  bottom: -1px;
  background: url(../img/vector-image.svg) 100% 112%/100% auto no-repeat;
}

.item-hotel__image img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.item-hotel__body {
  padding: 12px 20px 20px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.item-hotel__local {
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  color: #063738;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 6px;
     -moz-column-gap: 6px;
          column-gap: 6px;
  margin-bottom: 5px;
}

.item-hotel__local::before {
  content: "";
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16px;
          flex: 0 0 16px;
  height: 16px;
  width: 16px;
  background: url(../img/icons/local.svg) center/100% no-repeat;
}

.item-hotel__name {
  font-family: "Oswald";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #063738;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.item-hotel__price {
  margin-top: 8px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  font-family: "Oswald";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: -0.03em;
  color: #AAAAAA;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 5px;
     -moz-column-gap: 5px;
          column-gap: 5px;
}

.item-hotel__value {
  font-weight: 500;
  font-size: 28px;
  color: #51AB67;
  white-space: nowrap;
}

.item-hotel__old {
  -webkit-text-decoration-line: line-through;
          text-decoration-line: line-through;
  white-space: nowrap;
}

.item-hotel__description {
  margin-top: 8px;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #063738;
  max-width: 100%;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  -moz-line-clamp: 4;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.rate-item-hotel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.rate-item-hotel__star {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 15px;
          flex: 0 0 15px;
  width: 15px;
  height: 15px;
}

.rate-item-hotel__star img,
.rate-item-hotel__star svg {
  width: 100%;
  max-width: 100%;
  max-height: 100%;
}

.activity {
  width: 100%;
  max-width: 100%;
  margin-top: 100px;
}

.activity__content {
  margin-top: 25px;
  position: relative;
}

.activity__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc((100% - 20px * 2) / 3);
          flex: 0 0 calc((100% - 20px * 2) / 3);
  background: #FFFFFF;
  -webkit-box-shadow: 0 10px 15px 4px rgba(15, 15, 27, 0.04);
          box-shadow: 0 10px 15px 4px rgba(15, 15, 27, 0.04);
  border-radius: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.activity__item:not(:last-child) {
  margin-right: 20px;
}

.activity__image {
  border-radius: 16px 16px 0px 0px;
  position: relative;
  width: 100%;
  padding-bottom: 80%;
  display: block;
  overflow: hidden;
  -webkit-mask-image: -webkit-radial-gradient(circle, #fff 100%, #000 100%);
}

.activity__image::after {
  content: "";
  width: calc(100% + 4px);
  min-height: 100%;
  position: absolute;
  top: 0;
  left: -2px;
  right: -2px;
  bottom: -1px;
  background: url(../img/vector-image.svg) 100% 112%/100% auto no-repeat;
}

.activity__image img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.activity__body {
  padding: 12px 20px 20px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.activity__name {
  font-family: "Oswald";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #063738;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.activity__price {
  margin-top: 8px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  font-family: "Oswald";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: -0.03em;
  color: #AAAAAA;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 5px;
     -moz-column-gap: 5px;
          column-gap: 5px;
}

.activity__price span {
  font-weight: 500;
  font-size: 28px;
  color: #51AB67;
  white-space: nowrap;
}

.activity__arrow {
  width: 48px;
  height: 48px;
  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;
  border: 1px solid #B9B9B9;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.activity__arrow.activity-arrow-prev {
  left: -20px;
  -webkit-transform: translateY(-50%) translateX(-100%);
      -ms-transform: translateY(-50%) translateX(-100%);
          transform: translateY(-50%) translateX(-100%);
}

.activity__arrow.activity-arrow-next {
  right: -20px;
  -webkit-transform: translateY(-50%) translateX(100%);
      -ms-transform: translateY(-50%) translateX(100%);
          transform: translateY(-50%) translateX(100%);
}

.activity__paggination {
  margin-top: 15px;
}

.hotel-info-main-excursion-page {
  padding: 30px 40px 40px;
}

.hotel-info-main-excursion-page__head {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}

.hotel-info-main-excursion-page__name {
  font-family: "Oswald";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  text-transform: uppercase;
  color: #063738;
}

.hotel-info-main-excursion-page__body {
  margin-top: 20px;
}

.hotel-info-main-excursion-page__description {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #063738;
}

.hotel-info-main-excursion-page__description > *:not(:last-child) {
  margin-bottom: 15px;
}

.hotel-info-main-excursion-page__gallery {
  margin-top: 30px;
}

.gallery-hotel-info-main-excursion-page__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  row-gap: 20px;
}

.gallery-hotel-info-main-excursion-page__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc((100% - 20px * 2) / 3);
          flex: 0 0 calc((100% - 20px * 2) / 3);
  position: relative;
  padding-bottom: 23%;
}

.gallery-hotel-info-main-excursion-page__item img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.gallery-hotel-info-main-excursion-page__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  margin-top: 20px;
}

.gallery-hotel-info-main-excursion-page__more {
  margin: 0px auto;
  padding: 12px 30px;
}

.gift {
  padding: 50px 0px;
}

.gift__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  position: relative;
}
.gift__slider {
  width: 40%;
}
.gift__image {
  -webkit-box-flex: 0;
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  -webkit-mask-image: -webkit-radial-gradient(circle, #fff 100%, #000 100%);
  background: #FFFFFF;
  -webkit-box-shadow: 0 10px 15px 4px rgba(15, 15, 27, 0.04);
  box-shadow: 0 10px 15px 4px rgba(15, 15, 27, 0.04);
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  width: 100%;
}

.gift__image img {
  width: 100%;
  height: auto;
  position: relative;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.gift__body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 12px 52px 10px rgba(15, 15, 27, 0.04);
          box-shadow: 0px 12px 52px 10px rgba(15, 15, 27, 0.04);
  border-radius: 16px;
  padding: 60px 40px;
  width: 60%;
}

.gift__title {
  font-family: "Oswald";
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #063738;
}

.gift__description {
  margin-top: 20px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #063738;
}

.gift__description > *:not(:last-child) {
  margin-bottom: 15px;
}

.advantages-gift {
  padding: 50px 0px;
}

.advantages-gift__content {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  row-gap: 30px;
}

.advantages-gift__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc((100% - 30px * 3) / 4);
          flex: 0 0 calc((100% - 30px * 3) / 4);
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 30px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 12px 52px 10px rgba(15, 15, 27, 0.04);
          box-shadow: 0px 12px 52px 10px rgba(15, 15, 27, 0.04);
  border-radius: 16px;
  min-height: 240px;
  padding: 30px 20px;
}

.advantages-gift__item._form {
  background: #1F939F;
}

.advantages-gift__icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 52px;
          flex: 0 0 52px;
  height: 52px;
  width: 52px;
}

.advantages-gift__icon img,
.advantages-gift__icon svg {
  width: 100%;
  max-width: 100%;
  max-height: 100%;
}

.advantages-gift__name {
  font-family: "Oswald";
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
  color: #063738;
}

.advantages-gift__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 15px;
  width: 100%;
  max-width: 100%;
}

.advantages-gift__row {
  width: 100%;
  max-width: 100%;
}

.advantages-gift__input {
  width: 100%;
  max-width: 100%;
  min-width: 0px;
}

.advantages-gift__button {
  background: #063738;
  border-radius: 100px;
  font-weight: 500;
  font-size: 18px;
  line-height: 23px;
  color: #FFFFFF;
  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;
  text-align: center;
  min-height: 48px;
  width: 100%;
  max-width: 100%;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.calendar {
  padding: 50px 0px;
  padding-top: 0;
}

.calendar__content {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 12px 52px 10px rgba(15, 15, 27, 0.04);
          box-shadow: 0px 12px 52px 10px rgba(15, 15, 27, 0.04);
  border-radius: 16px;
  overflow: hidden;
}

.calendar__head {
  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;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  padding: 20px 15px;
}

.calendar__arrow {
  cursor: pointer;
}

.calendar__month {
  font-family: "Oswald";
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 27px;
  text-transform: uppercase;
  color: #063738;
}

.calendar__body {
  padding-bottom: 30px;
}

.calendar__events {
  margin-top: 30px;
}

#calendar {
  height: 1000px;
  border-bottom: 1px solid #E7E7E7;
  border-top: 1px solid #E7E7E7;
}

.events-calendar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 35px;
}

.events-calendar__row {
  background: #FFFFFF;
  border-radius: 16px;
  overflow: hidden;
}

.events-calendar__line {
  height: 14px;
  width: 100%;
  max-width: 100%;
}

.events-calendar__content {
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}

.events-calendar__image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 175px;
          flex: 0 0 175px;
  height: 140px;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}

.events-calendar__image img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.events-calendar__name {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #063738;
}

.events-calendar__list {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 10px;
}

.events-calendar__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 5px;
     -moz-column-gap: 5px;
          column-gap: 5px;
}

.events-calendar__icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20px;
          flex: 0 0 20px;
  height: 20px;
  width: 20px;
}

.events-calendar__value {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.2;
  color: #063738;
}

.events-calendar__other {
  margin-top: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.events-calendar__price {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 5px;
     -moz-column-gap: 5px;
          column-gap: 5px;
  font-family: "Oswald";
  font-style: normal;
  font-weight: 500;
  font-size: 28px;
  line-height: 1.2;
  letter-spacing: -0.03em;
  color: #51AB67;
}

.events-calendar__price span {
  font-weight: 400;
  font-size: 18px;
  letter-spacing: -0.03em;
  -webkit-text-decoration-line: line-through;
          text-decoration-line: line-through;
  color: #AAAAAA;
}

.events-calendar__more {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 215px;
          flex: 0 0 215px;
  background: #1F939F;
  border-radius: 100px;
  min-height: 48px;
  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;
  text-align: center;
  font-weight: 500;
  font-size: 18px;
  line-height: 23px;
  color: #FFFFFF;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.landing-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 100%;
  z-index: 1;
  padding: 23px 0px;
}

.landing-header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
}

.landing-header__logo {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 90px;
          flex: 0 0 90px;
  display: block;
}

.landing-header__logo img,
.landing-header__logo svg {
  width: 100%;
  max-width: 100%;
}

.landing-header__other {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-column-gap: 50px;
     -moz-column-gap: 50px;
          column-gap: 50px;
}

.landing-header__phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  color: #FFFFFF;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.landing-header__phone::before {
  content: "";
  width: 20px;
  height: 20px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20px;
          flex: 0 0 20px;
  background: url(../img/icons/phone-w.svg) center/100% no-repeat;
}

.landing-header__language .language-header__value {
  color: #fff;
}

.landing-banner {
  margin-bottom: 60px;
}

.landing-banner__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  padding: 0px 0px;
  position: relative;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 81% 87%, 46% 100%, 28% 91%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 81% 87%, 46% 100%, 28% 91%, 0% 100%);
}

.landing-banner__main {
  padding-top: 170px;
  padding-bottom: 60px;
  padding-right: 12px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 42%;
          flex: 0 0 42%;
  overflow: hidden;
  min-height: 680px;
  position: relative;
  z-index: 1;
}

.landing-banner__info {
  width: 100%;
  max-width: 100%;
}

.landing-banner__image {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  position: relative;
}

.landing-banner__image img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.landing-banner__pagging {
  margin-top: 6px;
}

.info-landing-banner__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  padding-right: 35px;
}

.info-landing-banner__name {
  font-weight: 900;
  font-size: 82px;
  line-height: 1.1;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  color: #FFFFFF;
}

.info-landing-banner__text {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.2;
  color: #FFFFFF;
  margin-top: 15px;
}

.info-landing-banner__image {
  display: none;
}

.paggination-landing-banner {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
}

.paggination-landing-banner__slider {
  margin: -40px -6px;
  padding: 40px 6px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.paggination-landing-banner__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc((100% - 12px * 2) / 3);
          flex: 0 0 calc((100% - 12px * 2) / 3);
  -webkit-filter: drop-shadow(5px 7px 5px rgba(0, 0, 0, 0.1));
          filter: drop-shadow(5px 7px 5px rgba(0, 0, 0, 0.1));
  position: relative;
}

.paggination-landing-banner__item.swiper-slide-thumb-active::after {
  content: "";
  width: 40px;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 50%;
  bottom: -10px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  display: inline-block;
}

.paggination-landing-banner__item:not(:last-child) {
  margin-right: 12px;
}

.paggination-landing-banner__image {
  width: 100%;
  max-width: 100%;
  padding-bottom: 70%;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  -webkit-mask-image: -webkit-radial-gradient(circle, #fff 100%, #000 100%);
}

.paggination-landing-banner__image img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.paggination-landing-banner__arrow {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 34px;
          flex: 0 0 34px;
  height: 34px;
  width: 34px;
  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;
  text-align: center;
  border: 1px solid #FFFFFF;
  border-radius: 50%;
  cursor: pointer;
}

.landing-about {
  padding: 60px 0px;
}

.landing-about__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
          
}

.landing-about__image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 520px;
          flex: 0 0 520px;
  height: 440px;
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  -webkit-mask-image: -webkit-radial-gradient(circle, #fff 100%, #000 100%);
}

.landing-about__image img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.landing-about__image iframe{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.landing-about__body {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 12px 52px 10px rgba(15, 15, 27, 0.04);
          box-shadow: 0px 12px 52px 10px rgba(15, 15, 27, 0.04);
  border-radius: 16px;
  padding: 60px 50px;
  position: relative;
  z-index: 1;
}

.landing-about__name {
  font-family: "Oswald";
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #063738;
}

.landing-about__description {
  margin-top: 20px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #063738;
}

.landing-for {
  padding: 60px 0px;
}

.landing-for__body {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  row-gap: 20px;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
}

.landing-for__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc((100% - 30px * 2) / 3);
          flex: 0 0 calc((100% - 30px * 2) / 3);
  -webkit-box-shadow: 0px 12px 52px 10px rgba(15, 15, 27, 0.04);
          box-shadow: 0px 12px 52px 10px rgba(15, 15, 27, 0.04);
  border-radius: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 270px;
  row-gap: 35px;
  padding: 20px 20px;
}

.landing-for__item:nth-child(1) {
  background: #D3EAD9;
}

.landing-for__item:nth-child(2) {
  background: #BDE0C6;
}

.landing-for__item:nth-child(3) {
  background: #A7D6B3;
}

.landing-for__icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 52px;
          flex: 0 0 52px;
  height: 52px;
  width: 52px;
}

.landing-for__icon img,
.landing-for__icon svg {
  width: 100%;
  max-width: 100%;
  max-height: 100%;
}

.landing-for__name {
  font-family: "Oswald";
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
  color: #063738;
}

.landing-benefits {
  padding: 60px 0px;
}

.landing-benefits__content {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 20px;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
}

.landing-benefits__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc((100% - 30px * 2) / 3);
          flex: 0 0 calc((100% - 30px * 2) / 3);
  background: #FFFFFF;
  -webkit-box-shadow: 0px 12px 52px 10px rgba(15, 15, 27, 0.04);
          box-shadow: 0px 12px 52px 10px rgba(15, 15, 27, 0.04);
  border-radius: 16px;
  padding: 20px;
  min-height: 270px;
}

.landing-benefits__icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 52px;
          flex: 0 0 52px;
  height: 52px;
  width: 52px;
  margin-bottom: 25px;
}

.landing-benefits__icon img,
.landing-benefits__icon svg {
  width: 100%;
  max-width: 100%;
  max-height: 100%;
}

.landing-benefits__value {
  font-family: "Oswald";
  font-style: normal;
  font-weight: 700;
  font-size: 44px;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
  color: #51AB67;
  margin-bottom: 10px;
}

.landing-benefits__name {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  color: #2B3B4C;
}

._no-webp .landing-contacts{
  background: url(../img/landing-contacts.png) center/cover no-repeat; }

.landing-contacts {
  -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 0, 21% 72px, 58% 2px, 72% 40px);
          clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 0, 21% 72px, 58% 2px, 72% 40px);
  padding-top: 115px;
}

.landing-contacts__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.landing-contacts__main {
  width: 100%;
  max-width: 480px;
}

.landing-contacts__footer {
  padding: 30px 0px;
  width: 100%;
  max-width: 100%;
}

.main-landing-contacts__title {
  font-family: "Oswald";
  font-style: normal;
  font-weight: 500;
  font-size: 40px;
  line-height: 1.2;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  color: #FFFFFF;
  text-align: center;
}

.main-landing-contacts__subtitle {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.2;
  text-align: center;
  color: #FFFFFF;
  margin-top: 12px;
}

.main-landing-contacts__body {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 20px;
}

.main-landing-contacts__row {
  width: 100%;
  max-width: 100%;
}

.main-landing-contacts__input {
  background: #FFFFFF;
  border-radius: 50px;
  width: 100%;
  max-width: 100%;
  min-width: 0px;
}

.main-landing-contacts__textarea {
  width: 100%;
  max-width: 100%;
  min-width: 0px;
  height: 150px;
  background: #FFFFFF;
  border-radius: 16px;
  resize: none;
  padding: 15px 20px;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #063738;
  overflow-y: auto;
}

.main-landing-contacts__textarea::-webkit-input-placeholder {
  color: #063738;
}

.main-landing-contacts__textarea::-moz-placeholder {
  color: #063738;
}

.main-landing-contacts__textarea:-ms-input-placeholder {
  color: #063738;
}

.main-landing-contacts__textarea::-ms-input-placeholder {
  color: #063738;
}

.main-landing-contacts__textarea::placeholder {
  color: #063738;
}

.main-landing-contacts__btn {
  width: 100%;
  max-width: 100%;
  min-height: 47px;
  background: #063738;
  border-radius: 100px;
  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;
  text-align: center;
  font-weight: 500;
  font-size: 18px;
  line-height: 23px;
  color: #FFFFFF;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.footer-landing-contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  row-gap: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.footer-landing-contacts__copy {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.7);
}

.footer-landing-contacts__dev {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
  color: #FFFFFF;
  opacity: 0.7;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.toastui-calendar-template-monthDayName {
  text-align: right;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.2;
  color: #063738;
}

.toastui-calendar-grid-cell-header {
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 0px 5px;
}

.toastui-calendar-daygrid-cell {
  padding: 5px 0px !important;
}

.toastui-calendar-grid-cell-date {
  height: 30px !important;
  width: 30px !important;
}

.toastui-calendar-grid-cell-date .toastui-calendar-weekday-grid-date.toastui-calendar-weekday-grid-date-decorator {
  height: 30px !important;
  width: 30px !important;
  line-height: 30px !important;
  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: #51AB67 !important;
  border-radius: 50% !important;
  font-weight: 500 !important;
}

.toastui-calendar-grid-cell-date {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.2;
  text-align: center;
}

.toastui-calendar-day-name-item.toastui-calendar-month {
  height: 40px !important;
  line-height: 1 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  vertical-align: middle;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.toastui-calendar-grid-cell-header {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.toastui-calendar-section-button {
  display: none;
}

.toastui-calendar-grid-selection {
  display: none;
}

.event-month__title {
  max-width: 100%;
  width: 100%;
  display: block;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  -moz-line-clamp: 1;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  height: 100%;
}
.toastui-calendar-weekday-event-block  .event-month__title {
  color: #000000;
}
.toastui-calendar-weekday-event-block.toastui-calendar-weekday-exceed-right  .event-month__title {
  color: #fff;
}
.toastui-calendar-weekday-event-block.toastui-calendar-weekday-exceed-left  .event-month__title {
  color: #fff;
}
.toastui-calendar-weekday-event-dot {
  top: 11px;
}

.toastui-calendar-weekday-event-block {
  border: none !important;
  height: 30px !important;
}

.toastui-calendar-month-week-item._hide {
  display: none;
}

.toastui-calendar-weekday-event {
  margin: 0px 0px !important;
}

.toastui-calendar-grid-cell-more-events {
  position: absolute;
  bottom: 0;
  left: 2px;
}

.toastui-calendar-weekday-resize-handle.toastui-calendar-handle-y {
  display: none;
}

.toastui-calendar-grid-cell-more-events {
  z-index: 1;
}

.toastui-calendar-month-more-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 10px;
}

.header._show-alert + .page {
  padding-top: 120px;
}

.page {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding-top: 70px;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.page > section:last-child {
  padding-bottom: 100px;
}

.ckeditor h3 {
  font-weight: 700;
  font-size: 22px;
  line-height: 28px;
  color: #063738;
}
.ckeditor p {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #063738;
  margin-top: 20px;
}

span.toastui-calendar-template-popupDetailBody a.item-excursions__more {
  color: #fff;
  width: 220px;
  display: flex;
  margin: 0 auto;
  border-radius: 25px;
  height: 30px;
  margin-top: 15px;
}
.toastui-calendar-detail-item.toastui-calendar-detail-item-indent {
  display: none;
}

.review_block {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: row;
}
.review_block img{
  max-width: 120px;
  margin-right: 15px;
}
.review_info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.review_name{
  font-weight: 700;
  font-size: 22px;
  line-height: 28px;
  color: #063738;
}
.review_text {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #063738;
  margin-top: 20px;
}
.send_seccess {
  color: #1ced1b;
  margin-top: 15px;
}
.contacts__container._container {
  position: relative;
}
.contacts__sidebar.sidebar-contacts {
  position: sticky;
  top: 130px;
}
.toastui-calendar-detail-container .toastui-calendar-content{
  height: auto;
}
.toastui-calendar-detail-container .toastui-calendar-content img {
  width: 100%;
  height: auto;
}
.tour-booking _focus .send_seccess {
  color: #1ced1b;
  margin-top: 15px;
  margin-bottom: 15px;
  text-align: center;
}

.grecaptcha-badge {
  opacity: 0;
}

section._page_info {
  width: 100%;
  max-width: 1330px;
  margin: 0 auto;
  padding: 20px 0px;
}
._page_info .banner__title{
  color: #7e7e7e;
  text-align: left;
  font-size: 28px;
}
.info-page__text {
  width: 100%;
  margin: 0px auto;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #063738;
}
.landing-about__description h2 {
  font-family: Oswald;
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #063738;
}
.alert-header__red{
    -webkit-box-flex: 0;
      -ms-flex: 0 0 156px;
          flex: 0 0 156px;
  height: 50px;
  width: 156px;
  -ms-flex-item-align: start;
      align-self: flex-start;
  margin-right: 85px;
  position:relative;
}

.slider_price{
    position:absolute;
    display: flex;
  top: 9px;
  color: #fff;
  font-size: 16px;
  right: -11px;
}
.sp{
    margin-left:10px;
}
.nanner_price {
  position: absolute;
  display: flex;
  top: 9px;
  color: #fff;
  font-size: 16px;
  right: 5px;
}
span.new_price {
  font-weight: 600;
}
span.old_price {
  text-decoration: line-through;
  padding-left: 3px;
}

.popup_title {
  font-family: Oswald;
  font-size: 22px;
  font-weight: 500;
  line-height: 27px;
  letter-spacing: 0em;
  text-align: center;
  text-transform: uppercase;
}
.popup_send .popup__body {
  display: flex;
  flex-direction: column;
  align-content: center;
  align-items: center;
  padding: 30px;
  width: 355px;
}
.head_title {
  margin-bottom: 10px;
}
.popup_send .popup__close {
  width: 28px;
  height: 28px;
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
  z-index: 30;
  background: url(../img/icons/close_popup.png) center/100% no-repeat;
}
.popup_text {
  font-family: Onest;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: center;
  margin-top: 10px;
}
.popup_button {
  padding: 5px 50px;
  background: #51AB67;
  border-radius: 100px;
  font-weight: 500;
  font-size: 18px;
  line-height: 20px;
  color: #FFFFFF;
  display: inline-block;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  border: 4px solid #51AB67;
  cursor: pointer;
  margin-top: 30px;
}

.people-main-sidebar-excursion-page__select.age_form {
  display: flex;
  align-items: center;
}
.age_form_block {
  display: none;
}
.banner__container._container.about_us {
  padding-bottom: 240px;
}

img.hover_team_img {
  display: none;
}
.team__item:hover .hover_team_img{
  display: block;
}
.info_hotels{
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: #ffffff;
  padding: 10px 15px;
  background: #17ad65;
  border-radius: 15px;
  margin: 10px 0px;
}

.schedule-tabs-main-excursion-page__list.dates-period {
  width: 100%;
  flex: 0 0 calc((100% - 0px * 1) / 1);
}
a.main-header__logo {
  padding: 5px 0px;
}
.mobile-menu {
  display: none;
}
.countries a.item-excursions__name {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media (min-width: 479.98px) {
    .fs-9{
    font-size:9px;
}
  .gallery-employment__column:nth-child(1) .gallery-employment__item:nth-child(even) {
    padding-bottom: 55%;
  }

  .gallery-employment__column:nth-child(2) .gallery-employment__item:nth-child(odd) {
    padding-bottom: 55%;
  }
}

@media (min-width: 564px) {
     .fs-9{
    font-size:9px;
}
  .daterangepicker {
    width: 100%;
  }
  
  .daterangepicker .ranges ul {
    width: 140px;
  }

  .daterangepicker.single .ranges ul {
    width: 100%;
  }

  .daterangepicker.single .drp-calendar.left {
    clear: none;
  }

  .daterangepicker.single .ranges,
  .daterangepicker.single .drp-calendar {
    float: left;
  }

  .daterangepicker {
    direction: ltr;
    text-align: left;
  }

  .daterangepicker .drp-calendar.left {
    clear: left;
    margin-right: 0;
  }

  .daterangepicker .drp-calendar.left .calendar-table {
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .daterangepicker .drp-calendar.right {
    margin-left: 0;
  }

  .daterangepicker .drp-calendar.right .calendar-table {
    border-left: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .daterangepicker .drp-calendar.left .calendar-table {
    padding-right: 8px;
  }

  .daterangepicker .ranges,
  .daterangepicker .drp-calendar {
    float: left;
  }
}

@media (min-width: 730px) {
    
  .daterangepicker .ranges {
    width: auto;
  }

  .daterangepicker .ranges {
    float: left;
  }

  .daterangepicker.rtl .ranges {
    float: right;
  }

  .daterangepicker .drp-calendar.left {
    clear: none !important;
  }
}
@media (max-width:767.98px){
     .fs-9{
    font-size:9px;
}
}
@media (min-width: 767.98px) {
  .actions-main-footer__item:not(:last-child) {
    border-right: 1px solid rgba(255, 255, 255, 0.15);
  }
  
  .main-banner__paggination {
    display: none;
  }

  .video-preview {
    display: none;
  }

  .benefits__item {
    background: #FFFFFF;
    -webkit-box-shadow: 0px 12px 52px 10px rgba(15, 15, 27, 0.04);
            box-shadow: 0px 12px 52px 10px rgba(15, 15, 27, 0.04);
    border-radius: 16px;
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .contacts-social__title {
    display: none;
  }

  .contacts-social__item {
    background: #FFFFFF;
    -webkit-box-shadow: 0px 12px 52px 10px rgba(15, 15, 27, 0.04);
            box-shadow: 0px 12px 52px 10px rgba(15, 15, 27, 0.04);
    border-radius: 16px;
  }

  .list-main-contacts__item {
    background: -o-linear-gradient(339.32deg, #51AB67 0.66%, #1F939F 100%), #1F939F;
    background: linear-gradient(110.68deg, #51AB67 0.66%, #1F939F 100%), #1F939F;
    border-radius: 16px;
    overflow: hidden;
    min-height: 225px;
  }

  .gallery-hotel-info-main-excursion-page:not(._all-view) .gallery-hotel-info-main-excursion-page__item:not(:nth-child(-n+9)) {
    display: none;
  }
}

@media (min-width: 991.98px) {
  .actions-main-footer__item:nth-child(2),
  .actions-main-footer__item:nth-child(3) {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .review__paggination {
    display: none;
  }

  .head-tabs-main-excursion-page__slider .swiper-wrapper {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .description-tabs-main-excursion-page__button {
    display: none;
  }

  .gallery-blog-page__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 5px) - 60%);
            flex: 0 0 calc((100% - 5px) - 60%);
  }

  .gallery-blog-page__item:nth-child(4n+1),
  .gallery-blog-page__item:nth-child(4n+4) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 5px) - 40%);
            flex: 0 0 calc((100% - 5px) - 40%);
  }
  
  .contacts__sidebar {
    background: #FFFFFF;
    -webkit-box-shadow: 0px 12px 52px 10px rgba(15, 15, 27, 0.04);
            box-shadow: 0px 12px 52px 10px rgba(15, 15, 27, 0.04);
    border-radius: 16px;
  }

  .calendar__events {
    display: none;
  }

  ._no-webp .landing-banner__main{
    background: url(../img/landing-banner-bg.png) top left/cover no-repeat, #51AB67; }

  .landing-banner__image::after {
    content: "";
    width: 100%;
    height: 100px;
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(6, 55, 56, 0.69)), to(rgba(6, 55, 56, 0)));
    background: -o-linear-gradient(top, rgba(6, 55, 56, 0.69) 0%, rgba(6, 55, 56, 0) 100%);
    background: linear-gradient(180deg, rgba(6, 55, 56, 0.69) 0%, rgba(6, 55, 56, 0) 100%);
  }

  .landing-banner__pagging {
    display: none;
  }

  .landing-about__body {
    margin-left: -80px;
  }
}

@media (min-width: 992px) {
  .select__option:hover {
    background: #F3F3F3;
  }

  .checkbox a:hover {
    text-decoration: none;
  }
}

@media (min-width: 1025px) {
  .lg-outer .lg-thumb-item {
    -webkit-transition: border-color 0.25s ease;
    -o-transition: border-color 0.25s ease;
    transition: border-color 0.25s ease;
  }
}

@media (min-width: 1342px) {
  .alert-header__close {
    position: absolute;
    top: 50%;
    right: 30px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }

  .menu__head {
    display: none;
  }

  .menu__link::after {
    content: "";
    pointer-events: none;
    width: 0px;
    height: 2px;
    background: #51AB67;
    position: absolute;
    left: 0;
    bottom: -10px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }

  .menu__link._active::after {
    width: 25px;
  }

  .menu__submenu {
    position: absolute;
    top: calc(100% + 8px);
    left: -20px;
    width: 100vw;
    max-width: 180px;
    padding: 10px 0px;
    background: #FFFFFF;
    border-radius: 8px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    z-index: 1;
  }

  .menu__contacts {
    display: none;
  }

  .submenu__item .submenu {
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 1;
    -webkit-filter: drop-shadow(0px 8px 28px -6px rgba(24, 39, 75, 0.12), 0px 18px 88px -4px rgba(24, 39, 75, 0.14));
            filter: drop-shadow(0px 8px 28px -6px rgba(24, 39, 75, 0.12), 0px 18px 88px -4px rgba(24, 39, 75, 0.14));
    min-height: 100%;
    border-left: 1px solid #E7E7E7;
  }

  .submenu__link._active {
    background: rgba(81, 171, 103, 0.2);
  }

  .slider-main-banner__slider {
    margin: -30px calc((100vw - 1330px + 40px) / 2 * -1) -30px -30px;
    padding: 30px 30px;
  }

  .excursions__slider {
    margin: -30px -15px;
    padding: 30px 15px;
  }

  .excursions__paggination {
    display: none;
  }

  .company__paggination {
    display: none;
  }

  .activity__slider {
    margin: -30px -15px;
    padding: 30px 15px;
  }

  .activity__paggination {
    display: none;
  }

  .landing-banner__main {
    padding-left: calc((100vw - 1290px) / 2);
  }

  .landing-about__description > *:not(:last-child) {
    margin-bottom: 15px;
  }
}

@media (min-width: 1342px) and (any-hover: hover) {
  .menu__link:not(._active):hover {
    color: #51AB67;
  }

  .menu__link:not(._active):hover::after {
    width: 25px;
  }
}

@media (max-width: 1342px) {
    
  ._title {
    font-size: 32px;
  }
.landing-about__wrapper{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    align-items: inherit;
    -webkit-box-align: baseline;
}
  .alert-header__container {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .alert-header__bag {
    margin-right: 30px;
  }

  .alert-header__price {
    margin-right: auto;
  }

  .alert-header__button {
    margin-left: auto;
  }

  .alert-header__close {
    margin-left: 15px;
  }

  .main-header__actions {
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
  }

  ._no-webp .menu{
    background: url(../img/menu-bg.jpg) top center/100% auto repeat-y; }

  .menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 360px;
    height: 100%;
    max-height: 100%;
    overflow-y: auto;
    padding: 0px 20px 50px;
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%);
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    z-index: 5;
  }

  .menu._active {
    -webkit-transform: translateX(0px);
        -ms-transform: translateX(0px);
            transform: translateX(0px);
  }

  .menu__list {
    padding: 30px 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 30px;
  }

  .menu__link {
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .menu__link._spoller._active::after {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }

  .menu__link._spoller::after {
    content: "";
    -webkit-box-flex: 0;
        -ms-flex: 0 0 18px;
            flex: 0 0 18px;
    width: 18px;
    height: 18px;
    background: url(../img/icons/more-w.svg) center/100% no-repeat;
    margin-left: auto;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }

  .menu__submenu {
    margin-top: 20px;
    padding-left: 15px;
    display: none;
  }

  .submenu__item:not(:last-child) {
    margin-bottom: 20px;
  }

  .submenu__link {
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF;
    padding: 0px;
  }

  .submenu__link._spoller._active::after {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }

  .submenu__link._spoller::after {
    content: "";
    -webkit-box-flex: 0;
        -ms-flex: 0 0 18px;
            flex: 0 0 18px;
    height: 18px;
    width: 18px;
    background: url(../img/icons/more-w.svg) center/100% no-repeat;
    margin-left: auto;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }

  .icon-menu {
    display: block;
    position: relative;
    width: 32px;
    height: 21px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 32px;
            flex: 0 0 32px;
    cursor: pointer;
  }

  .icon-menu span {
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    top: calc(50% - 1.5px);
    left: 0px;
    position: absolute;
    width: 100%;
    height: 3px;
    background-color: #000;
  }

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

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

  .actions-main-footer__title {
    font-size: 16px;
  }

  .nav-main-footer {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .nav-main-footer__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }

  .nav-main-footer__item._contacts {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 275px;
            flex: 0 0 275px;
  }

  .nav-main-footer__title {
    font-size: 16px;
  }

  .logo-bottom-footer__text {
    margin-left: 25px;
    padding-left: 25px;
  }

  .main-banner {
    min-height: 600px;
  }

  .main-banner__container {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .main-banner__info {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 365px;
            flex: 0 0 365px;
    max-width: 365px;
    padding-top: 40px;
  }

  .info-main-banner__country {
    font-size: 16px;
  }

  .info-main-banner__name {
    font-size: 70px;
  }

  .info-main-banner__text {
    font-size: 16px;
    width: 100%;
    max-width: 310px;
  }

  .info-main-banner__details {
    margin-top: 30px;
  }

  .slider-main-banner__slider {
    margin: -30px -30px -30px -30px;
    padding: 30px;
  }

  .video-preview {
    padding: 80px 0px 40px;
  }

  .excursions {
    padding: 80px 0px 40px;
  }

  .excursions__slider {
    margin: -20px -15px;
    padding: 20px 15px;
  }

  .excursions__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 15px * 3) / 4);
            flex: 0 0 calc((100% - 15px * 3) / 4);
  }

  .excursions__item:not(:last-child) {
    margin-right: 15px;
  }

  .excursions__arrow {
    display: none;
  }

  .excursions__more {
    display: none;
  }

  .item-excursions__status {
    left: 12px;
  }

  .item-excursions__date {
    width: 42px;
    height: 42px;
    font-size: 12px;
    right: 12px;
  }

  .item-excursions__date span {
    font-size: 18px;
  }

  .item-excursions__body {
    padding: 10px 12px 12px;
  }

  .item-excursions__name {
    font-size: 20px;
  }

  .item-excursions__price {
    font-size: 12px;
  }

  .item-excursions__value {
    font-size: 18px;
  }

  .item-excursions__more {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 38px;
            flex: 0 0 38px;
    height: 38px;
    width: 38px;
  }

  .find-ride {
    padding: 40px 0px;
  }

  .find-ride__video {
    margin: -12px 0px;
    min-height: 390px;
  }

  .find-ride__form {
    padding: 30px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 430px;
            flex: 0 0 430px;
  }

  .company {
    padding: 40px 0px;
  }

  .company__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 15px * 4) / 5);
            flex: 0 0 calc((100% - 15px * 4) / 5);
  }

  .company__item:not(:last-child) {
    margin-right: 15px;
  }

  .company__arrow {
    display: none;
  }

  .review.landing-review {
    padding: 40px 0px;
  }

  .review {
    margin: 40px 0px;
  }

  .bg-piples-review__item:nth-child(1) {
    left: 20px;
    top: 5%;
  }

  .bg-piples-review__item:nth-child(2) {
    left: 12px;
    top: 80%;
  }

  .bg-piples-review__item:nth-child(3) {
    left: 85%;
    top: 15%;
    width: 51px;
    height: 51px;
  }

  .bg-piples-review__item:nth-child(4) {
    left: auto;
    right: 12px;
    top: 85%;
    width: 62px;
    height: 62px;
  }

  .bg-piples-review__item:nth-child(5) {
    display: none;
  }

  .bg-piples-review__item:nth-child(6) {
    display: none;
  }

  .benefits {
    padding: 40px 0px;
  }

  .benefits__content {
    -webkit-column-gap: 15px;
       -moz-column-gap: 15px;
            column-gap: 15px;
  }

  .benefits__items {
    -webkit-column-gap: 15px;
       -moz-column-gap: 15px;
            column-gap: 15px;
  }

  .benefits__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 15px * 2) / 3);
            flex: 0 0 calc((100% - 15px * 2) / 3);
  }

  .benefits__icon {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 42px;
            flex: 0 0 42px;
    height: 42px;
    width: 42px;
    margin-bottom: 15px;
  }

  .benefits__value {
    font-size: 30px;
    margin-bottom: 15px;
  }

  .benefits__name {
    font-size: 14px;
  }

  .benefits__callback {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }

  .excursions-gallery {
    padding: 40px 0px;
  }

  .excursions-gallery__content {
    -webkit-column-gap: 15px;
       -moz-column-gap: 15px;
            column-gap: 15px;
    row-gap: 15px;
  }

  .excursions-gallery__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 15px * 2 ) / 3);
            flex: 0 0 calc((100% - 15px * 2 ) / 3);
  }

  .excursions-gallery__image {
    padding-bottom: 103%;
  }

  .excursions-gallery__name {
    font-size: 20px;
    right: 15px;
    width: 150px;
    text-align: center;
  }

  .excursions-gallery__more {
    margin-top: 15px;
  }

  .contacts-social {
    padding: 40px 0px 80px;
  }

  .contacts-social__items {
    -webkit-column-gap: 15px;
       -moz-column-gap: 15px;
            column-gap: 15px;
  }

  .contacts-social__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 15px * 2) / 3);
            flex: 0 0 calc((100% - 15px * 2) / 3);
  }

  .contacts-social__name {
    font-size: 20px;
  }

  .banner {
    min-height: 300px;
    margin-bottom: 40px;
  }

  .banner__title {
    font-size: 40px;
  }

  .banner__date {
    font-size: 16px;
  }

  .breadcrums-banner__item {
    font-size: 16px;
  }

  .about {
    padding: 40px 0px;
  }

  .about__logo {
    width: 138px;
  }

  .about__title {
    max-width: 760px;
  }

  .about__content {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    margin-top: 45px;
  }

  .about__image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 20px * 1) / 2);
            flex: 0 0 calc((100% - 20px * 1) / 2);
  }

  .about__body {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 20px * 1) / 2);
            flex: 0 0 calc((100% - 20px * 1) / 2);
  }

  .about__name {
    font-size: 20px;
  }

  .about__description {
    font-size: 16px;
  }

  .about-benefits {
    padding: 40px 0px;
  }

  .about-benefits__content {
    -webkit-column-gap: 15px;
       -moz-column-gap: 15px;
            column-gap: 15px;
  }

  .about-benefits__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 15px * 2) / 3);
            flex: 0 0 calc((100% - 15px * 2) / 3);
  }

  .about-benefits__step {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 22px;
            flex: 0 0 22px;
    height: 36px;
    width: 22px;
  }

  .about-benefits__title {
    font-size: 18px;
  }

  .about-form {
    margin: 40px 0px;
  }

  .about-form__main {
    -webkit-column-gap: 15px;
       -moz-column-gap: 15px;
            column-gap: 15px;
  }

  .team {
    padding: 40px 0px;
  }

  .team__content {
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
    row-gap: 40px;
    margin-top: 40px;
  }

  .team__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 40px * 2) / 3);
            flex: 0 0 calc((100% - 40px * 2) / 3);
  }

  .presa {
    padding: 40px 0px;
  }

  .presa__content {
    -webkit-column-gap: 15px;
       -moz-column-gap: 15px;
            column-gap: 15px;
  }

  .presa__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 15px * 2) / 3);
            flex: 0 0 calc((100% - 15px * 2) / 3);
  }

  .employment {
    padding: 40px 0px;
  }

  .employment__wrapper {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }

  .employment__sidebar {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 230px;
            flex: 0 0 230px;
  }

  .employment__main {
    padding: 30px;
  }

  .employment__title {
    margin-bottom: 35px;
  }

  .employment__gallery {
    margin-top: 20px;
  }

  .sidebar-employment__item {
    font-size: 18px;
  }

  .gallery-employment {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }

  .gallery-employment__column {
    row-gap: 20px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 20px * 1) / 2);
            flex: 0 0 calc((100% - 20px * 1) / 2);
  }

  .contacts-employment {
    padding: 15px 20px;
  }

  .search-filter {
    -webkit-transform: translateY(calc(-50% - 40px));
        -ms-transform: translateY(calc(-50% - 40px));
            transform: translateY(calc(-50% - 40px));
    margin-bottom: -40px;
  }

  .search-filter__form {
    padding: 25px 20px;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    -ms-grid-columns: 450px 1fr 170px;
    grid-template-columns: 450px 1fr 170px;
  }

  .search-filter__columns {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }

  .search-filter__column {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 20px) / 2);
            flex: 0 0 calc((100% - 20px) / 2);
  }

  .search-result {
    padding: 0px 0px 40px;
  }

  .search-result__content {
    -webkit-column-gap: 15px;
       -moz-column-gap: 15px;
            column-gap: 15px;
    row-gap: 40px;
  }

  .search-result__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 15px * 3) / 4);
            flex: 0 0 calc((100% - 15px * 3) / 4);
  }

  .excursion-page {
    padding: 40px 0px;
  }

  .excursion-page__container {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }

  .excursion-page__sidebar {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 240px;
            flex: 0 0 240px;
  }

  .main-excursion-page__info {
    padding: 20px;
  }

  .main-excursion-page__title {
    font-size: 20px;
  }

  .main-excursion-page__mini-info {
    margin-top: 12px;
  }

  .main-excursion-page__country-description {
    padding: 30px 20px;
  }

  .tabs-main-excursion-page__blocks {
    padding: 30px 20px 20px;
  }

  .head-tabs-main-excursion-page__slider {
    padding: 18px 23px;
  }

  .description-tabs-main-excursion-page__content {
    row-gap: 20px;
  }

  .description-tabs-main-excursion-page__title {
    font-size: 18px;
  }

  .description-tabs-main-excursion-page__text {
    margin-top: 15px;
  }

  .route-tabs-main-excursion-page__map {
    height: 400px;
  }

  .gallery-tabs-main-excursion-page {
    row-gap: 15px;
  }

  .gallery-tabs-main-excursion-page__images {
    row-gap: 15px;
    -webkit-column-gap: 15px;
       -moz-column-gap: 15px;
            column-gap: 15px;
  }

  .gallery-tabs-main-excursion-page__image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 15px * 2) / 3);
            flex: 0 0 calc((100% - 15px * 2) / 3);
  }

  .gallery-tabs-main-excursion-page__videos {
    row-gap: 15px;
  }

  .schedule-tabs-main-excursion-page__body {
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
  }

  .schedule-tabs-main-excursion-page__list {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 10px * 1) / 2);
            flex: 0 0 calc((100% - 10px * 1) / 2);
    padding: 20px;
  }

  .main-sidebar-excursion-page__head {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 70px;
            flex: 0 0 70px;
  }

  .main-sidebar-excursion-page__price {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 70px;
            flex: 0 0 70px;
  }

  .main-sidebar-excursion-page__form {
    padding: 15px 12px;
  }

  .main-sidebar-excursion-page__title {
    font-size: 18px;
    margin-bottom: 12px;
  }

  .price-main-sidebar-excursion-page__new {
    font-size: 32px;
  }

  .people-main-sidebar-excursion-page__body {
    padding: 20px 15px;
  }

  .people-main-sidebar-excursion-page__select {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }

  .pay-sidebar-excursion-page {
    padding: 20px 15px;
  }

  .pay-sidebar-excursion-page__title {
    font-size: 18px;
  }

  .pay-sidebar-excursion-page__body {
    margin-top: 15px;
    row-gap: 15px;
  }

  .pay-sidebar-excursion-page__name {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - (28px + 20px));
            flex: 0 0 calc(100% - (28px + 20px));
  }

  .socials-sidebar-excursion-page {
    padding: 20px 30px;
  }

  .socials-sidebar-excursion-page__title {
    font-size: 18px;
  }

  .socials-sidebar-excursion-page__content {
    margin-top: 15px;
  }

  .socials-sidebar-excursion-page__list {
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
  }

  .callback-sidebar-excursion-page {
    padding: 20px 12px;
  }

  .callback-sidebar-excursion-page__name {
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 0;
    color: #fff;
  }

  .callback-sidebar-excursion-page__title {
    font-size: 20px;
  }

  .callback-sidebar-excursion-page__form {
    margin-top: 20px;
    row-gap: 12px;
  }

  .contacts-sidebar-excursion-page__item {
    padding: 20px 15px;
  }

  .contacts-sidebar-excursion-page__icon {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 48px;
            flex: 0 0 48px;
    height: 48px;
    width: 48px;
  }

  .contacts-sidebar-excursion-page__name {
    font-size: 18px;
    margin-top: 15px;
  }

  .blog {
    padding: 40px 0px;
  }

  .blog__content {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    row-gap: 30px;
  }

  .blog__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 20px * 1) / 2);
            flex: 0 0 calc((100% - 20px * 1) / 2);
  }

  .blog__body {
    padding: 20px;
  }

  .blog__name {
    font-size: 18px;
  }

  .blog-page {
    padding-bottom: 20px;
  }

  .gallery-blog-page__item {
    height: 340px;
  }

  .subscribe-notification__content {
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
  }

  .footer-blog {
    min-height: 300px;
    margin-top: 20px;
  }

  .footer-blog__title {
    font-size: 40px;
    margin-top: 40px;
  }

  .contacts__container {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }

  .contacts__main {
    padding: 20px;
  }

  .contacts__sidebar {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 380px;
            flex: 0 0 380px;
    padding: 20px;
  }

  .main-contacts {
    row-gap: 20px;
  }

  .main-contacts__map {
    height: 400px;
  }

  .list-main-contacts {
    row-gap: 20px;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }

  .list-main-contacts__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 20px * 1) / 2);
            flex: 0 0 calc((100% - 20px * 1) / 2);
    padding: 35px 15px 20px;
  }

  .hotels-main-excursion-page__content {
    -webkit-column-gap: 15px;
       -moz-column-gap: 15px;
            column-gap: 15px;
    row-gap: 15px;
  }

  .hotels-main-excursion-page__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 15px * 2) / 3);
            flex: 0 0 calc((100% - 15px * 2) / 3);
  }

  .item-hotel__body {
    padding: 10px 15px 15px;
  }

  .item-hotel__name {
    font-size: 16px;
  }

  .item-hotel__price {
    font-size: 16px;
  }

  .item-hotel__value {
    font-size: 24px;
  }

  .activity {
    margin-top: 80px;
  }

  .activity__slider {
    margin: -20px -15px;
    padding: 20px 15px;
  }

  .activity__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 15px * 2) / 3);
            flex: 0 0 calc((100% - 15px * 2) / 3);
  }

  .activity__item:not(:last-child) {
    margin-right: 15px;
  }

  .activity__body {
    padding: 10px 15px 15px;
  }

  .activity__name {
    font-size: 16px;
  }

  .activity__price span {
    font-size: 24px;
  }

  .activity__price {
    font-size: 16px;
  }

  .activity__arrow {
    display: none;
  }

  .hotel-info-main-excursion-page {
    padding: 30px 20px;
  }

  .gallery-hotel-info-main-excursion-page__content {
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
    row-gap: 10px;
  }

  .gallery-hotel-info-main-excursion-page__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 10px * 2) / 3);
            flex: 0 0 calc((100% - 10px * 2) / 3);
  }

  .gift {
    padding: 40px 0px;
  }

  .gift__wrapper {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .gift__image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 30px) / 2);
            flex: 0 0 calc((100% - 30px) / 2);
    padding-bottom: 41%;
  }

  .gift__body {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 30px) / 2);
            flex: 0 0 calc((100% - 30px) / 2);
    padding: 30px;
  }

  .advantages-gift {
    padding: 40px 0px;
  }

  .advantages-gift__content {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    row-gap: 20px;
    margin-top: 30px;
  }

  .advantages-gift__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 20px * 3) / 4);
            flex: 0 0 calc((100% - 20px * 3) / 4);
    min-height: 190px;
    padding: 15px;
  }

  .advantages-gift__name {
    font-size: 18px;
  }

  .advantages-gift__form {
    row-gap: 7px;
  }

  .calendar {
    padding: 40px 0px;
  }

  .calendar__head {
    padding: 14px 15px;
  }

  .calendar__month {
    font-size: 16px;
  }

  .calendar__body {
    padding-bottom: 22px;
  }

  #calendar {
    height: 790px;
  }

  .landing-header {
    padding: 20px 0px;
  }

  .landing-banner {
    margin-bottom: 40px;
  }

  .landing-banner__main {
    padding-left: 20px;
    padding-top: 120px;
    min-height: 500px;
    padding-right: 35px;
  }

  .info-landing-banner__name {
    font-size: 62px;
  }

  .info-landing-banner__text {
    font-size: 16px;
    margin-top: 10px;
  }

  .paggination-landing-banner {
    margin-top: 30px;
  }

  .landing-about {
    padding: 40px 0px;
  }

  .landing-about__image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 460px;
            flex: 0 0 460px;
    height: 380px;
    flex-direction:column;
  }

  .landing-about__body {
    padding: 30px;
  }

  .landing-about__name {
    font-size: 20px;
  }

  .landing-for {
    padding: 40px 0px;
  }

  .landing-for__item {
    min-height: 200px;
    row-gap: 30px;
  }

  .landing-for__icon {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 42px;
            flex: 0 0 42px;
    height: 42px;
    width: 42px;
  }

  .landing-for__name {
    font-size: 20px;
  }

  .landing-benefits {
    padding: 40px 0px;
  }

  .landing-benefits__item {
    min-height: 200px;
  }

  .landing-benefits__icon {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 42px;
            flex: 0 0 42px;
    height: 42px;
    width: 42px;
    margin-bottom: 10px;
  }

  .landing-benefits__value {
    font-size: 30px;
  }

  .landing-contacts {
    padding-top: 105px;
  }

  .landing-contacts__footer {
    padding: 30px 0px 20px;
  }

  .main-landing-contacts__title {
    font-size: 32px;
  }

  .main-landing-contacts__subtitle {
    font-size: 16px;
    margin-top: 10px;
  }

  .toastui-calendar-template-monthDayName {
    font-size: 14px;
  }

  .toastui-calendar-grid-cell-date {
    width: 22px !important;
    height: 22px !important;
  }

  .toastui-calendar-grid-cell-date .toastui-calendar-weekday-grid-date.toastui-calendar-weekday-grid-date-decorator {
    width: 22px !important;
    height: 22px !important;
    line-height: 22px !important;
  }

  .toastui-calendar-grid-cell-date {
    font-size: 14px;
  }

  .toastui-calendar-day-name-item.toastui-calendar-month {
    height: 30px !important;
  }

  .page > section:last-child {
    padding-bottom: 80px;
  }
}

@media (max-width: 991.98px) {
    
  ._title {
    font-size: 26px;
  }

  .lg-outer .lg-pager-thumb-cont {
    display: none;
  }

  .alert-header__bag {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50px;
            flex: 0 0 50px;
    height: 50px;
    width: 50px;
    margin-top: 5px;
    margin-right: 15px;
  }

  .alert-header__text {
    font-size: 14px;
    line-height: 21px;
    max-width: -webkit-min-content;
    max-width: -moz-min-content;
    max-width: min-content;
  }

  .alert-header__text span {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }

  .alert-header__price {
    -webkit-transform: rotate(-5deg) scale(0.8);
        -ms-transform: rotate(-5deg) scale(0.8);
            transform: rotate(-5deg) scale(0.8);
  }

  .main-footer__nav {
    padding: 20px 0px 30px;
  }

  .actions-main-footer__item {
    padding: 0px 8px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    text-align: left;
  }

  .actions-main-footer__title {
    font-size: 14px;
  }

  .actions-main-footer__contacts {
    font-size: 16px;
  }

  .actions-main-footer__contacts::before {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20px;
            flex: 0 0 20px;
    height: 20px;
    width: 20px;
  }

  .subscribe-main-footer__button {
    font-size: 0;
    padding: 0px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 48px;
            flex: 0 0 48px;
    height: 48px;
    width: 48px;
  }

  .subscribe-main-footer__button::after {
    content: "";
    width: 20px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20px;
            flex: 0 0 20px;
    height: 20px;
    background: url(../img/icons/send.svg) center/100% no-repeat;
  }

  .socials-main-footer {
    -webkit-column-gap: 15px;
       -moz-column-gap: 15px;
            column-gap: 15px;
  }

  .nav-main-footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 30px;
  }

  .nav-main-footer__item._contacts {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }

  .nav-main-footer__title {
    font-size: 14px;
  }

  .nav-main-footer__title._active::after {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }

  .nav-main-footer__title::after {
    content: "";
    -webkit-box-flex: 0;
        -ms-flex: 0 0 18px;
            flex: 0 0 18px;
    height: 18px;
    width: 18px;
    margin-left: auto;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    background: url(../img/icons/more-w.svg) center/100% no-repeat;
  }

  .nav-main-footer__body {
    display: none;
    margin-top: 15px;
  }

  .nav-main-footer__list {
    row-gap: 12px;
  }

  .bottom-footer__container {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .bottom-footer__pay {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 230px;
            flex: 0 0 230px;
  }

  .logo-bottom-footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 11px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .logo-bottom-footer__img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }

  .logo-bottom-footer__text {
    padding-left: 0;
    margin-left: 0;
    border: none;
  }

  .pay-bottom-footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    row-gap: 10px;
  }

  .info-main-banner__name {
    font-size: 50px;
    margin-bottom: 20px;
  }

  .slider-main-banner__actions {
    margin-left: -240px;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }

  .video-preview {
    padding: 60px 0px 30px;
  }

  .excursions {
    padding: 60px 0px 30px;
  }

  .excursions__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 15px * 2) / 3);
            flex: 0 0 calc((100% - 15px * 2) / 3);
  }

  .find-ride {
    padding: 30px 0px;
  }

  .find-ride__content {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }

  .find-ride__video {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 20px * 1) / 2);
            flex: 0 0 calc((100% - 20px * 1) / 2);
    min-height: 0px;
    padding-bottom: 36%;
  }

  .find-ride__form {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 20px * 1) / 2);
            flex: 0 0 calc((100% - 20px * 1) / 2);
    border-radius: 16px;
    margin-left: 0;
    padding: 30px 20px;
  }

  .find-ride__row {
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
  }

  .find-ride__column {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 10px * 1) / 2);
            flex: 0 0 calc((100% - 10px * 1) / 2);
  }

  .company {
    padding: 30px 0px;
  }

  .company__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 15px * 3) / 4);
            flex: 0 0 calc((100% - 15px * 3) / 4);
  }

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

  .review {
    padding: 60px 0px 30px;
    margin: 30px 0px;
  }

  .review__content {
    margin-top: 60px;
  }

  .review__item {
    padding: 30px;
  }

  .review__item::after {
    width: 40px;
    height: 40px;
    background: url(../img/icons/double-quotes.svg) center/25px no-repeat, #1F939F;
  }

  .review__text {
    font-size: 16px;
  }

  .review__arrow {
    display: none;
  }

  .bg-piples-review {
    display: none;
  }

  .benefits {
    padding: 30px 0px;
  }

  .benefits__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    row-gap: 15px;
  }

  .benefits__items {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }

  .benefits__item {
    padding: 30px;
  }

  .benefits__info {
    padding: 0px;
  }

  .callback-benefits {
    padding: 20px 20px;
  }

  .callback-benefits__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 15px;
       -moz-column-gap: 15px;
            column-gap: 15px;
    width: 100%;
    max-width: 560px;
    margin: 0px auto;
  }

  .callback-benefits__input {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }

  .callback-benefits__button {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 200px;
            flex: 0 0 200px;
  }

  .excursions-gallery {
    padding: 30px 0px;
  }

  .excursions-gallery__name {
    font-size: 14px;
    width: 100px;
    bottom: 10px;
  }

  .contacts-social {
    padding: 30px 0px 60px;
  }

  .contacts-social__items {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .contacts-social__item {
    row-gap: 15px;
    padding: 20px;
  }

  .contacts-social__icon {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 44px;
            flex: 0 0 44px;
    height: 44px;
    width: 44px;
  }

  .contacts-social__name {
    font-size: 16px;
  }

  .banner {
    min-height: 225px;
    margin-bottom: 30px;
  }

  .banner__title {
    font-size: 32px;
  }

  .about {
    padding: 30px 0px;
  }

  .about__title {
    max-width: 550px;
  }

  .about__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 30px;
    margin-top: 60px;
  }

  .about__image {
    width: 100%;
  }

  .about-benefits {
    padding: 30px 0px;
  }

  .about-benefits__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding: 20px;
  }

  .about-form {
    margin: 30px 0px;
  }

  .about-form__text {
    font-size: 14px;
  }

  .team {
    padding: 30px 0px;
  }

  .team__content {
    -webkit-column-gap: 15px;
       -moz-column-gap: 15px;
            column-gap: 15px;
    row-gap: 15px;
    margin-top: 20px;
  }

  .team__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 15px * 2) / 3);
            flex: 0 0 calc((100% - 15px * 2) / 3);
  }

  .team__body {
    padding: 12px 15px 15px;
  }

  .team__name {
    font-size: 18px;
  }

  .team__job {
    font-size: 14px;
    margin-top: 4px;
  }

  .presa {
    padding: 30px 0px;
  }

  .presa__content {
    row-gap: 30px;
  }

  .presa__body {
    padding-top: 10px;
  }

  .presa__description {
    font-size: 14px;
  }

  .employment {
    padding: 30px 0px;
  }

  .employment__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 30px;
  }

  .employment__sidebar {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }

  .employment__main {
    padding: 20px;
  }

  .employment__title {
    margin-bottom: 20px;
  }

  .employment__contacts {
    margin-top: 20px;
  }

  .sidebar-employment__wrapper {
    background: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 0px;
  }

  .sidebar-employment__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 15px;
       -moz-column-gap: 15px;
            column-gap: 15px;
    row-gap: 15px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .sidebar-employment__item {
    padding: 12px 30px;
    text-align: center;
  }

  .search-filter {
    -webkit-transform: translateY(calc(-50% - 30px));
        -ms-transform: translateY(calc(-50% - 30px));
            transform: translateY(calc(-50% - 30px));
    margin-bottom: -30px;
  }

  .search-filter__form {
    -ms-grid-columns: 340px 1fr 130px;
    grid-template-columns: 340px 1fr 130px;
    -webkit-column-gap: 12px;
       -moz-column-gap: 12px;
            column-gap: 12px;
    padding: 20px;
  }

  .search-filter__columns {
    -webkit-column-gap: 12px;
       -moz-column-gap: 12px;
            column-gap: 12px;
  }

  .search-filter__column {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 12px) / 2);
            flex: 0 0 calc((100% - 12px) / 2);
  }

  .search-result {
    padding: 0px 0px 30px;
  }

  .search-result__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 15px * 2) / 3);
            flex: 0 0 calc((100% - 15px * 2) / 3);
  }

  .excursion-page {
    padding: 30px 0px;
  }

  .excursion-page__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    row-gap: 30px;
  }

  .description-tabs-main-excursion-page__content:not(._active) .description-tabs-main-excursion-page__row:not(:first-child) {
    display: none;
  }

  .sidebar-excursion-page {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    row-gap: 30px;
  }

  .sidebar-excursion-page__main {
    -ms-grid-column: 1;
        grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 1;
        grid-row-start: 1;
    -ms-grid-row-span: 2;
    grid-row-end: 3;
  }

  .sidebar-excursion-page__pay {
    -ms-grid-column: 2;
        grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 1;
        grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }

  .sidebar-excursion-page__socials {
    -ms-grid-column: 2;
        grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 2;
        grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }

  .sidebar-excursion-page__callback {
    -ms-grid-column: 1;
        grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
  }

  .sidebar-excursion-page__contacts {
    -ms-grid-column: 1;
        grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
  }

  .main-sidebar-excursion-page__head {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 80px;
            flex: 0 0 80px;
  }

  .main-sidebar-excursion-page__price {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100px;
            flex: 0 0 100px;
  }

  .price-main-sidebar-excursion-page__new {
    font-size: 42px;
  }

  .people-main-sidebar-excursion-page__body {
    padding: 20px;
  }

  .people-main-sidebar-excursion-page__select {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 20px * 1) / 2);
            flex: 0 0 calc((100% - 20px * 1) / 2);
  }

  .pay-sidebar-excursion-page {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .pay-sidebar-excursion-page__title {
    font-size: 22px;
  }

  .pay-sidebar-excursion-page__body {
    margin-top: 20px;
    row-gap: 20px;
  }

  .pay-sidebar-excursion-page__name {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }

  .socials-sidebar-excursion-page {
    padding: 30px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .socials-sidebar-excursion-page__title {
    font-size: 22px;
  }

  .socials-sidebar-excursion-page__content {
    margin-top: 20px;
  }

  .socials-sidebar-excursion-page__list {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }

  .callback-sidebar-excursion-page__name {
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 7px;
  }

  .callback-sidebar-excursion-page__title {
    font-size: 30px;
  }

  .callback-sidebar-excursion-page__form {
    row-gap: 25px;
    margin-top: 25px;
    width: 100%;
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
  }

  .contacts-sidebar-excursion-page__content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .contacts-sidebar-excursion-page__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 15px * 2) / 3);
            flex: 0 0 calc((100% - 15px * 2) / 3);
    padding: 20px;
  }

  .contacts-sidebar-excursion-page__icon {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 44px;
            flex: 0 0 44px;
    height: 44px;
    width: 44px;
  }

  .contacts-sidebar-excursion-page__name {
    font-size: 16px;
  }

  .blog {
    padding: 30px 0px;
  }

  .blog__body {
    padding: 15px;
  }

  .blog__name {
    margin-bottom: 12px;
  }

  .blog__pagging {
    margin-top: 30px;
  }

  .blog-page {
    padding-bottom: 10px;
  }

  .gallery-blog-page {
    -webkit-column-gap: 6px;
       -moz-column-gap: 6px;
            column-gap: 6px;
    row-gap: 6px;
  }

  .gallery-blog-page__item {
    height: 250px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 3px) - 60%);
            flex: 0 0 calc((100% - 3px) - 60%);
  }

  .gallery-blog-page__item:nth-child(4n+1),
  .gallery-blog-page__item:nth-child(4n+4) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 3px) - 40%);
            flex: 0 0 calc((100% - 3px) - 40%);
  }

  .subscribe-notification__content {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }

  .subscribe-notification__info {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 370px;
            flex: 0 0 370px;
  }

  .subscribe-notification__title {
    font-size: 16px;
  }

  .footer-blog {
    min-height: 225px;
    margin-top: 10px;
  }

  .footer-blog__title {
    font-size: 32px;
    margin-top: 30px;
  }

  .contacts__sidebar {
    padding: 0px;
  }

  .main-contacts {
    row-gap: 40px;
  }

  .main-contacts__map {
    height: 450px;
  }

  .activity {
    margin-top: 60px;
  }

  .activity__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 15px * 2) / 3);
            flex: 0 0 calc((100% - 15px * 2) / 3);
  }

  .hotel-info-main-excursion-page {
    padding: 30px 20px 20px;
  }

  .gift {
    padding: 30px 0px;
  }

  .gift__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    row-gap: 20px;
  }

  .gift__image {
    width: 100%;
    max-width: 100%;
    background: #1F939F;
    padding-bottom: 0px;
    min-height: 400px;
  }

  .gift__image img {
    -o-object-fit: contain;
       object-fit: contain;
  }

  .advantages-gift {
    padding: 30px 0px;
  }

  .advantages-gift__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 20px * 2) / 3);
            flex: 0 0 calc((100% - 20px * 2) / 3);
    padding: 15px 25px;
  }

  .advantages-gift__item._form {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }

  .calendar {
    padding: 30px 0px;
  }

  .calendar__head {
    padding: 7px 15px;
  }

  .calendar__body {
    padding-bottom: 15px;
  }

  #calendar {
    height: 570px;
  }

  .landing-header__logo {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75px;
            flex: 0 0 75px;
  }

  .landing-banner {
    margin-bottom: 30px;
  }

  .landing-banner__main {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3)));
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3));
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3));
    padding: 50px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: 400px;
  }

  .landing-banner__info {
    height: 100%;
  }

  .landing-banner__paggination {
    display: none;
  }

  .landing-banner__image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
  }

  .info-landing-banner__slider {
    height: 100%;
  }

  .info-landing-banner__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    padding-right: 0;
  }

  .info-landing-banner__name {
    font-size: 42px;
  }

  .landing-about {
    padding: 30px 0px;
  }

  .landing-for {
    padding: 30px 0px;
  }

  .landing-for__body {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }

  .landing-for__item {
    row-gap: 20px;
    min-height: 150px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 20px * 2) / 3);
            flex: 0 0 calc((100% - 20px * 2) / 3);
    padding: 20px 15px;
  }

  .landing-for__icon {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 32px;
            flex: 0 0 32px;
    height: 32px;
    width: 32px;
  }

  .landing-for__name {
    font-size: 16px;
  }

  .landing-benefits {
    padding: 30px 0px;
  }

  .landing-benefits__content {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }

  .landing-benefits__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 20px * 2) / 3);
            flex: 0 0 calc((100% - 20px * 2) / 3);
    min-height: 150px;
  }

  .landing-benefits__icon {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 32px;
            flex: 0 0 32px;
    height: 32px;
    width: 32px;
  }

  .landing-benefits__value {
    font-size: 24px;
  }

  .landing-benefits__name {
    font-size: 14px;
  }

  .landing-contacts {
    padding-top: 75px;
    -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 0, 21% 40px, 58% 0px, 72% 30px);
            clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 0, 21% 40px, 58% 0px, 72% 30px);
  }

  .main-landing-contacts__title {
    font-size: 26px;
  }

  .main-landing-contacts__body {
    margin-top: 20px;
  }

  .toastui-calendar-day-name-item.toastui-calendar-month {
    height: 22px !important;
  }

  .event-month {
    display: none;
  }

  .toastui-calendar-grid-cell-more-events {
    height: 20px !important;
    font-size: 10px !important;
  }

  .toastui-calendar-see-more .toastui-calendar-weekday-event {
    height: 25px !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .toastui-calendar-see-more .toastui-calendar-weekday-event .toastui-calendar-template-time {
    height: 100%;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .toastui-calendar-see-more .toastui-calendar-weekday-event .event-month__title {
    display: block;
    vertical-align: middle;
    padding: 7px 0px;
  }

  .toastui-calendar-see-more .toastui-calendar-weekday-event .event-month {
    height: 20px;
    width: 100%;
    max-width: 100%;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .page > section:last-child {
    padding-bottom: 60px;
  }

  .blog-page__text img {
    width: 100%;
  }
  .blog-page__text iframe {
    width: 100%;
  }
}

@media (max-width: 900px) {
  .lg-outer {
    max-height: 500px;
  }
}

@media (max-width: 767.98px) {
  .lg-outer {
    max-height: 430px;
  }

  .alert-header__bag {
    display: none;
  }

  .alert-header__button {
    display: none;
  }

  .main-header__actions {
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
  }

  .main-header__phone {
    display: none;
  }

  .actions-main-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 30px;
  }

  .actions-main-footer__item {
    padding: 0px 0px;
  }

  .bottom-footer__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 10px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .bottom-footer__pay {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin-top: 10px;
  }

  .logo-bottom-footer {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .pay-bottom-footer__name {
    display: none;
  }

  .main-banner {
    padding: 85px 0px;
    min-height: 0px;
    margin-bottom: 30px;
  }

  .main-banner__info {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding-top: 0;
  }

  .main-banner__slider {
    display: none;
  }

  .info-main-banner__item {
    text-align: center;
  }

  .info-main-banner__content {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .info-main-banner__country {
    display: none;
  }

  .info-main-banner__name {
    font-size: 38px;
    margin-bottom: 0;
  }

  .info-main-banner__text {
    display: none;
  }

  .info-main-banner__details {
    font-size: 14px;
    padding: 11px 30px;
    margin-top: 20px;
  }

  .excursions {
    padding: 30px 0px;
  }

  .excursions__slider {
    padding: 20px 20px;
    margin: -20px;
  }

  .excursions__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 20px * 1) / 2);
    flex: 0 0 calc((100% - 20px * 1) / 2);
  }

  .excursions__item:not(:last-child) {
    margin-right: 0px;
  }

  .find-ride__video {
    display: none;
  }

  .find-ride__form {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }

  .company__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 15px * 2) / 3);
            flex: 0 0 calc((100% - 15px * 2) / 3);
  }

  .review__item {
    padding: 30px 20px;
  }

  .review__other {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 17px;
  }

  .review__more {
    -ms-flex-item-align: start;
        align-self: flex-start;
  }

  .benefits__items {
    padding: 20px 20px;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 12px 52px 10px rgba(15, 15, 27, 0.04);
            box-shadow: 0px 12px 52px 10px rgba(15, 15, 27, 0.04);
    border-radius: 16px;
    -webkit-column-gap: 4px;
       -moz-column-gap: 4px;
            column-gap: 4px;
  }

  .benefits__item {
    padding: 0px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 4px * 2) / 3);
            flex: 0 0 calc((100% - 4px * 2) / 3);
  }

  .excursions-gallery__content {
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
    row-gap: 30px;
  }

  .excursions-gallery__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 30px * 1) / 2);
            flex: 0 0 calc((100% - 30px * 1) / 2);
  }

  .contacts-social__content {
    background: #FFFFFF;
    -webkit-box-shadow: 0px 12px 52px 10px rgba(15, 15, 27, 0.04);
            box-shadow: 0px 12px 52px 10px rgba(15, 15, 27, 0.04);
    border-radius: 16px;
    padding: 20px;
  }

  .contacts-social__items {
    margin-top: 20px;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
  }

  .contacts-social__item {
    padding: 0px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 68px;
            flex: 0 0 68px;
  }

  .contacts-social__icon {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 68px;
            flex: 0 0 68px;
    height: 68px;
    width: 68px;
  }

  .contacts-social__name {
    display: none;
  }

  .breadcrums-banner._md3 {
    display: none;
  }

  .about-form__btn {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 150px;
            flex: 0 0 150px;
  }

  .team__name {
    font-size: 16px;
  }

  .presa__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 15px * 1) / 2);
            flex: 0 0 calc((100% - 15px * 1) / 2);
  }

  .contacts-employment {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 20px;
    padding: 20px 15px;
  }

  .contacts-employment__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }

  .search-filter {
    -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
            transform: translateY(0px);
    margin-bottom: 20px;
  }

  .search-filter__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 12px;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }

  .search-filter__modal {
    left: -10px;
    right: -10px;
    max-width: 100vw;
    width: calc(100% + 20px);
  }

  .modal-search-filter__datepicker {
    margin-top: 20px;
  }

  .search-result {
    padding: 20px 0px 30px;
  }

  .search-result__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 15px * 1) / 2);
            flex: 0 0 calc((100% - 15px * 1) / 2);
  }

  .head-main-excursion-page__status {
    top: 10px;
    right: 10px;
  }

  .head-main-excursion-page__arrow {
    display: none;
  }

  .timer-head-main-excursion-page {
    width: 140px;
    height: 36px;
    left: 10px;
    top: 10px;
  }

  .timer-head-main-excursion-page__time {
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
  }

  .timer-head-main-excursion-page__item {
    row-gap: 1px;
  }

  .timer-head-main-excursion-page__item:not(:last-child)::after {
    font-size: 15px;
    right: -5px;
  }

  .timer-head-main-excursion-page__value {
    font-size: 15px;
  }

  .timer-head-main-excursion-page__name {
    font-size: 8px;
  }

  .timer-head-main-excursion-page__date {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40px;
            flex: 0 0 40px;
    row-gap: 1px;
  }

  .mini-info-main-excursion-page {
    -webkit-column-gap: 15px;
       -moz-column-gap: 15px;
            column-gap: 15px;
    row-gap: 12px;
  }

  .mini-info-main-excursion-page__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 15px * 1) / 2);
            flex: 0 0 calc((100% - 15px * 1) / 2);
  }

  .mini-info-main-excursion-page__item:nth-child(odd):last-child {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }

  .gallery-tabs-main-excursion-page__image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 15px * 1) / 2);
            flex: 0 0 calc((100% - 15px * 1) / 2);
    padding-bottom: 37%;
  }

  .schedule-tabs-main-excursion-page__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 20px;
    background: #EEF7F0;
    border-radius: 16px;
    padding: 20px;
  }

  .schedule-tabs-main-excursion-page__list {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    padding: 0px;
  }

  .sidebar-excursion-page {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .pay-sidebar-excursion-page {
    padding: 20px 15px;
    -webkit-box-pack: stretch;
        -ms-flex-pack: stretch;
            justify-content: stretch;
  }

  .blog__name {
    font-size: 16px;
  }

  .gallery-blog-page {
    row-gap: 10px;
  }

  .gallery-blog-page__item {
    display: none;
  }

  .gallery-blog-page__item:nth-child(1),
  .gallery-blog-page__item:nth-child(2) {
    display: block;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    height: auto;
  }

  .gallery-blog-page__image {
    padding-bottom: 67%;
    height: auto;
  }

  .subscribe-notification {
    display: none;
  }

  .footer-blog__list {
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
  }

  .main-contacts__map {
    height: 400px;
  }

  .list-main-contacts {
    background: -o-linear-gradient(339.32deg, #51AB67 0.66%, #1F939F 100%), #1F939F;
    background: linear-gradient(110.68deg, #51AB67 0.66%, #1F939F 100%), #1F939F;
    border-radius: 16px;
    -webkit-column-gap: 0px;
       -moz-column-gap: 0px;
            column-gap: 0px;
    padding: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 30px;
  }

  .list-main-contacts__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 10px;
    padding: 0px;
  }

  .list-main-contacts__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }

  .list-main-contacts__body {
    margin-top: 0px;
    text-align: left;
  }

  .timework-list-main-contacts__item {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }

  .timework-list-main-contacts__name {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }

  .timework-list-main-contacts__value {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }

  .activity__slider {
    padding: 20px 20px;
    margin: -20px;
  }

  .activity__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 235px;
            flex: 0 0 235px;
  }

  .gallery-hotel-info-main-excursion-page__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 10px * 1) / 2);
            flex: 0 0 calc((100% - 10px * 1) / 2);
    padding-bottom: 35%;
  }

  .gift__image {
    min-height: 370px;
  }

  .advantages-gift__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 20px * 1) / 2);
            flex: 0 0 calc((100% - 20px * 1) / 2);
  }

  .advantages-gift__item:nth-last-child(2):not(even) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }

  .advantages-gift__item._form {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }

  .landing-header__other {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }

  .landing-for__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 20px * 1) / 2);
            flex: 0 0 calc((100% - 20px * 1) / 2);
  }

  .landing-benefits__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 20px * 1) / 2);
            flex: 0 0 calc((100% - 20px * 1) / 2);
  }

  .banner__container._container.about_us {
    padding-bottom: 120px;
  }
}

@media (max-width: 700px) {
  .hotels-main-excursion-page__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 15px * 1) / 2);
            flex: 0 0 calc((100% - 15px * 1) / 2);
  }
}

@media (max-width: 650px) {
  .daterangepicker .drp-calendar {
    max-width: 100%;
    width: 100%;
  }

  .daterangepicker .drp-calendar.right {
    margin-top: 10px;
  }

  .events-calendar__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    row-gap: 10px;
  }

  .events-calendar__image {
    width: 175px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
}

@media (max-width: 479.98px) {
  ._container {
    padding: 0px 15px;
  }
.footer-blog__background img {
      height: 198px!important;
  }
  ._title {
    font-size: 22px;
  }

  .lg-actions .lg-next,
  .lg-actions .lg-prev {
    display: none;
  }

  .lg-outer .lg-pager {
    width: 12px;
  }

  .lg-outer {
    max-height: 320px;
  }

  .team-popup__body {
    padding: 15px;
  }

  .team-popup__name {
    font-size: 16px;
  }

  .team-popup__job {
    font-size: 14px;
    margin-top: 0;
  }

  .team-popup__description {
    margin-top: 12px;
  }

  .tour-popup__image {
    padding-bottom: 70%;
  }

  .tour-popup__price {
    -webkit-column-gap: 5px;
       -moz-column-gap: 5px;
            column-gap: 5px;
    padding: 7px 10px;
    border-radius: 0px 0px 10px 10px;
  }

  .tour-popup__price_new {
    font-size: 19px;
  }

  .tour-popup__price_old {
    font-size: 14px;
  }

  .tour-popup__body {
    padding: 30px 25px;
  }

  .tour-popup__name {
    font-size: 24px;
  }

  .tour-popup__height {
    font-size: 20px;
    margin-top: 4px;
  }

  .tour-popup__details {
    margin: 30px auto 0px;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }

  .header__main {
    min-height: 60px;
  }

  .alert-header__text {
    text-align: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .alert-header__price {
    position: absolute;
    top: -3px;
    right: 25px;
    -webkit-transform: rotate(-5deg) scale(0.6);
        -ms-transform: rotate(-5deg) scale(0.6);
            transform: rotate(-5deg) scale(0.6);
  }

  .alert-header__close {
    position: absolute;
    top: 50%;
    right: 15px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }

  .main-header__logo {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 65px;
            flex: 0 0 65px;
    width: 65px;
  }

  .main-header__actions {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }

  .main-header__icon {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 45px;
            flex: 0 0 45px;
    height: 45px;
    width: 45px;
  }

  .footer__bottom {
    padding: 30px 0px;
  }

  .main-footer__actions {
    padding: 30px 0px 20px;
  }

  .main-footer__nav {
    padding: 20px 0px;
  }

  .actions-main-footer__body {
    width: 100%;
  }

  .subscribe-main-footer {
    max-width: 100%;
  }

  .info-main-banner__name {
    font-size: 32px;
  }

  .video-preview {
    padding: 50px 0px 25px;
  }

  .excursions {
    padding: 25px 0px 25px;
  }

  .excursions__slider {
    padding: 20px 15px;
    margin: -20px -15px;
  }

  .find-ride {
    padding: 25px 0px;
  }

  .find-ride__form {
    padding: 20px 12px;
  }

  .company {
    padding: 25px 0px;
  }

  .company__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 15px * 1) / 2);
            flex: 0 0 calc((100% - 15px * 1) / 2);
    padding: 15px 20px;
  }

  .review.landing-review {
    padding: 25px 0px;
  }

  .review {
    margin: 25px 0px;
    padding: 50px 0px;
  }

  .review__content {
    margin-top: 50px;
  }

  .review__item {
    padding: 30px 15px 20px;
  }

  .review__image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50px;
            flex: 0 0 50px;
    width: 50px;
    height: 50px;
  }

  .review__main {
    row-gap: 1px;
  }

  .review__name {
    font-size: 14px;
  }

  .benefits {
    padding: 25px 0px;
  }

  .benefits__items {
    padding: 20px 15px;
  }

  .benefits__value {
    font-size: 24px;
    margin-bottom: 10px;
  }

  .callback-benefits {
    padding: 20px 15px;
  }

  .callback-benefits__button {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 110px;
            flex: 0 0 110px;
  }

  .excursions-gallery {
    padding: 25px 0px;
  }

  .excursions-gallery__content {
    -webkit-column-gap: 15px;
       -moz-column-gap: 15px;
            column-gap: 15px;
    row-gap: 15px;
    margin-top: 30px;
  }

  .excursions-gallery__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 15px * 1) / 2);
            flex: 0 0 calc((100% - 15px * 1) / 2);
  }

  .excursions-gallery__name {
    right: 10px;
    font-size: 10px;
    width: 80px;
    bottom: 5px;
  }

  .contacts-social {
    padding: 25px 0px 50px;
  }

  .contacts-social__items {
    margin-top: 15px;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }

  .contacts-social__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 44px;
            flex: 0 0 44px;
  }

  .contacts-social__icon {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 44px;
            flex: 0 0 44px;
    height: 44px;
    width: 44px;
  }

  .banner {
    min-height: 200px;
    margin-bottom: 25px;
  }

  .banner__title {
    font-size: 24px;
  }

  .banner__date {
    margin-top: 10px;
  }

  .breadcrums-banner {
    margin-top: 12px;
    -webkit-column-gap: 8px;
       -moz-column-gap: 8px;
            column-gap: 8px;
  }

  .breadcrums-banner__item {
    -webkit-column-gap: 8px;
       -moz-column-gap: 8px;
            column-gap: 8px;
    font-size: 14px;
  }

  .about {
    padding: 25px 0px;
  }

  .about__logo {
    margin-bottom: 10px;
    width: 106px;
  }

  .about__content {
    margin-top: 35px;
  }

  .about__name {
    font-size: 16px;
  }

  .about-benefits {
    padding: 25px 0px;
  }

  .about-form {
    margin: 25px 0px;
  }

  .about-form__wrapper {
    padding: 20px 15px;
  }

  .about-form__title {
    font-size: 18px;
  }

  .about-form__main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 15px;
    row-gap: 15px;
  }

  .about-form__input {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }

  .about-form__btn {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }

  .team {
    padding: 25px 0px;
  }

  .team__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 15px * 1) / 2);
            flex: 0 0 calc((100% - 15px * 1) / 2);
  }

  .team__body {
    padding: 10px 15px 15px;
  }

  .team__job {
    margin-top: 0;
  }

  .presa {
    padding: 25px 0px;
  }

  .presa__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }

  .presa__body {
    padding-top: 20px;
  }

  .employment {
    padding: 25px 0px;
  }

  .employment__main {
    margin: 0px -20px;
  }

  .sidebar-employment__list {
    -webkit-column-gap: 5px;
       -moz-column-gap: 5px;
            column-gap: 5px;
  }

  .sidebar-employment__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 5px * 1) / 2);
            flex: 0 0 calc((100% - 5px * 1) / 2);
    padding: 12px 15px;
    font-size: 16px;
  }

  .gallery-employment {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 10px;
  }

  .gallery-employment__column {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    row-gap: 10px;
  }

  .gallery-employment__item {
    padding-bottom: 69%;
  }

  .search-filter__column {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }

  .search-filter__modal {
    padding: 20px 15px;
    left: -20px;
    right: -20px;
    width: calc(100% + 40px);
  }

  .modal-search-filter__selects {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .search-result {
    padding: 25px 0px;
  }

  .search-result__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }

  .excursion-page {
    padding: 25px 0px;
  }

  .main-excursion-page__info {
    padding: 15px;
  }

  .main-excursion-page__title {
    font-size: 16px;
  }

  .main-excursion-page__country-description {
    padding: 20px 15px;
  }

  .mini-info-main-excursion-page__text {
    font-size: 14px;
  }

  .tabs-main-excursion-page__blocks {
    padding: 20px 15px 20px;
  }

  .head-tabs-main-excursion-page__item:not(:last-child) {
    margin-right: 10px;
  }

  .description-tabs-main-excursion-page__content:not(._active) .description-tabs-main-excursion-page__row .description-tabs-main-excursion-page__text {
    max-width: 100%;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
    -moz-line-clamp: 10;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
  }

  .included-tabs-main-excursion-page__title {
    font-size: 18px;
  }

  .included-tabs-main-excursion-page__row {
    padding: 15px 0px;
  }

  .route-tabs-main-excursion-page__title {
    font-size: 18px;
  }

  .route-tabs-main-excursion-page__body {
    margin-top: 15px;
  }

  .route-tabs-main-excursion-page__row {
    padding: 15px 0px;
  }

  .route-tabs-main-excursion-page__main {
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
  }

  .route-tabs-main-excursion-page__step {
    margin-right: 5px;
    width: 350px;
  }

  .route-tabs-main-excursion-page__name {
    font-size: 16px;
  }

  .route-tabs-main-excursion-page__description {
    padding-left: 0px;
    padding-right: 34px;
  }

  .route-tabs-main-excursion-page__map {
    height: 200px;
  }

  .gallery-tabs-main-excursion-page__image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding-bottom: 66%;
  }

  .schedule-tabs-main-excursion-page__title {
    font-size: 18px;
  }

  .schedule-tabs-main-excursion-page__body {
    padding: 20px 15px;
    margin-top: 15px;
  }

  .review-tabs-main-excursion-page__title {
    font-size: 18px;
  }

  .review-tabs-main-excursion-page__body {
    margin-top: 15px;
  }

  .review-tabs-main-excursion-page__footer {
    margin-top: 20px;
  }

  .documents-tabs-main-excursion-page__name {
    font-size: 16px;
  }

  .sidebar-excursion-page {
    row-gap: 20px;
  }

  .main-sidebar-excursion-page__head {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 70px;
            flex: 0 0 70px;
  }

  .main-sidebar-excursion-page__price {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 70px;
            flex: 0 0 70px;
  }

  .price-main-sidebar-excursion-page__new {
    font-size: 32px;
  }

  .people-main-sidebar-excursion-page__select {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }

  .pay-sidebar-excursion-page__title {
    font-size: 18px;
  }

  .pay-sidebar-excursion-page__body {
    margin-top: 15px;
    row-gap: 15px;
  }

  .pay-sidebar-excursion-page__item {
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
  }

  .socials-sidebar-excursion-page {
    padding: 20px 15px;
    -webkit-box-pack: stretch;
        -ms-flex-pack: stretch;
            justify-content: stretch;
  }

  .socials-sidebar-excursion-page__title {
    font-size: 18px;
  }

  .socials-sidebar-excursion-page__content {
    margin-top: 15px;
  }

  .socials-sidebar-excursion-page__list {
    -webkit-column-gap: 15px;
       -moz-column-gap: 15px;
            column-gap: 15px;
  }

  .callback-sidebar-excursion-page {
    padding: 20px 15px;
  }

  .callback-sidebar-excursion-page__name {
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 0;
  }

  .callback-sidebar-excursion-page__title {
    font-size: 20px;
  }

  .callback-sidebar-excursion-page__form {
    margin-top: 20px;
    row-gap: 12px;
  }

  .contacts-sidebar-excursion-page {
    display: none;
  }

  .contacts-sidebar-excursion-page__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }

  .blog {
    padding: 25px 0px;
  }

  .blog__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }

  .blog__name {
    margin-bottom: 8px;
  }

  .blog__pagging {
    display: none;
  }

  .blog-page__content {
    row-gap: 20px;
  }

  .blog-page__text h2 {
    font-size: 16px;
  }

  .blog-page__text h2:not(:last-child) {
    margin-bottom: 12px;
  }

  .footer-blog {
    min-height: 200px;
    margin-top: 20px;
    padding-top: 50px;
  }

  .footer-blog__list {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .footer-blog__title {
    font-size: 17px;
  }

  .contacts__main {
    padding: 20px 15px 30px;
  }

  .main-contacts {
    row-gap: 30px;
  }

  .list-main-contacts__icon {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 32px;
            flex: 0 0 32px;
    height: 32px;
    width: 32px;
  }

  .list-main-contacts__title {
    font-size: 20px;
  }

  .sidebar-contacts__head {
    row-gap: 0px;
  }

  .sidebar-contacts__icon {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 32px;
            flex: 0 0 32px;
    height: 32px;
    width: 32px;
  }

  .sidebar-contacts__title {
    font-size: 18px;
  }

  .sidebar-contacts__body {
    margin-top: 15px;
  }

  .hotels-main-excursion-page__content {
    row-gap: 20px;
  }

  .hotels-main-excursion-page__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }

  .city-hotels-main-excursion-page__item {
    padding: 14px 22px;
  }

  .item-hotel__body {
    padding: 10px 20px 20px;
  }

  .item-hotel__name {
    font-size: 18px;
  }

  .item-hotel__price {
    font-size: 18px;
  }

  .item-hotel__value {
    font-size: 28px;
  }

  .activity {
    margin-top: 30px;
  }

  .activity__slider {
    padding: 20px 15px;
    margin: -20px -15px;
  }

  .activity__body {
    padding: 10px 20px 20px;
  }

  .activity__name {
    font-size: 14px;
  }

  .activity__price span {
    font-size: 28px;
  }

  .activity__price {
    font-size: 18px;
  }

  .hotel-info-main-excursion-page {
    padding: 20px 15px;
  }

  .hotel-info-main-excursion-page__gallery {
    margin-top: 20px;
  }

  .gallery-hotel-info-main-excursion-page:not(._all-view) .gallery-hotel-info-main-excursion-page__item:not(:nth-child(-n+3)) {
    display: none;
  }

  .gallery-hotel-info-main-excursion-page__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding-bottom: 64%;
  }

  .gift {
    padding: 25px 0px;
  }

  .gift__image {
    min-height: 100%;
  }
  .gift__slider {
    width: 100%;
  }
  .gift__image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .gift__image img {
    -o-object-fit: cover;
       object-fit: cover;
  }

  .gift__body {
    padding: 20px;
    width: 100%;
  }

  .gift__title {
    font-size: 16px;
  }

  .gift__description {
    margin-top: 12px;
  }

  .advantages-gift {
    padding: 25px 0px;
  }

  .advantages-gift__content {
    row-gap: 15px;
    -webkit-column-gap: 15px;
       -moz-column-gap: 15px;
            column-gap: 15px;
  }

  .advantages-gift__item {
    row-gap: 15px;
    min-height: 150px;
    padding: 15px 10px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 15px * 1) / 2);
            flex: 0 0 calc((100% - 15px * 1) / 2);
  }

  .advantages-gift__icon {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 32px;
            flex: 0 0 32px;
    height: 32px;
    width: 32px;
  }

  .advantages-gift__name {
    font-size: 14px;
  }

  .advantages-gift__form {
    padding: 0px 10px;
  }

  .calendar {
    padding: 25px 0px;
  }

  .calendar__content {
    border-radius: 5px 5px 0px 0px;
  }

  .calendar__head {
    padding: 6px 15px;
  }

  .calendar__month {
    font-size: 14px;
  }

  .calendar__body {
    padding-bottom: 0px;
  }

  #calendar {
    height: 340px;
  }

  .events-calendar__other {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 10px;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }

  .events-calendar__more {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
  }

  .landing-banner {
    margin-bottom: 25px;
  }

  .landing-banner__container {
    padding: 0px;
  }

  .landing-banner__main {
    min-height: 285px;
  }

  .info-landing-banner__name {
    font-size: 32px;
  }

  .info-landing-banner__text {
    display: none;
  }

  .landing-about {
    padding: 25px 0px;
  }

  .landing-about__body {
    padding: 20px 15px;
  }

  .landing-about__name {
    font-size: 16px;
  }

  .landing-about__description {
    margin-top: 12px;
  }

  .landing-for {
    padding: 25px 0px;
  }

  .landing-for__body {
    row-gap: 12px;
  }

  .landing-for__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }

  .landing-benefits {
    padding: 25px 0px;
  }

  .landing-benefits__content {
    row-gap: 12px;
  }

  .landing-benefits__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }

  .landing-contacts {
    padding-top: 45px;
  }

  .landing-contacts__footer {
    padding: 20px 0px;
  }

  .main-landing-contacts__title {
    font-size: 22px;
  }

  .main-landing-contacts__subtitle {
    font-size: 14px;
    margin-top: 5px;
  }

  .footer-landing-contacts {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .toastui-calendar-template-monthDayName {
    font-size: 12px;
  }

  .toastui-calendar-grid-cell-header {
    padding: 0px 3px !important;
  }

  .toastui-calendar-daygrid-cell {
    padding: 3px 0px !important;
  }

  .toastui-calendar-grid-cell-date .toastui-calendar-weekday-grid-date.toastui-calendar-weekday-grid-date-decorator {
    width: 17px !important;
    height: 17px !important;
    line-height: 17px !important;
  }

  .toastui-calendar-grid-cell-date {
    font-size: 10px;
  }

  .toastui-calendar-day-name-item.toastui-calendar-month {
    height: 25px !important;
  }

  .toastui-calendar-grid-cell-more-events {
    font-size: 8px !important;
  }

  .toastui-calendar-see-more-header {
    padding: 10px 10px 0px !important;
  }

  .toastui-calendar-month-more-list {
    padding: 0px 10px !important;
  }

  .header._show-alert + .page {
    padding-top: 110px;
  }

  .page > section:last-child {
    padding-bottom: 50px;
  }

  .page {
    padding-top: 60px;
  }

  .date_info .main-sidebar-excursion-page__input {
    width: 120px!important;
  }
  .date_info .main-sidebar-excursion-page__select {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .date_info span {
    display: none;
  }

  .mobile-menu {
    display: block;
  }
}

@media (max-width: 390px) {
  .lg-outer {
    max-height: 250px;
  }
}

@media (max-width: 380px) {
  .find-ride__input._calendar {
    padding: 10px 15px;
  }
}

@media (max-width: 767.98px) and (min-width: 479.98px) {
  .gallery-hotel-info-main-excursion-page:not(._all-view) .gallery-hotel-info-main-excursion-page__item:not(:nth-child(-n+6)) {
    display: none;
  }
  .footer-blog__title {
    font-size: 20px;   
  }
}

@media (any-hover: hover) {
  input._white:hover,
  textarea._white:hover {
    border-color: #2B3B4C;
  }

  .quantity__button_plus:hover {
    border-color: #2D8B44;
  }

  .quantity__button_plus:hover::before,
  .quantity__button_plus:hover::after {
    background: #2D8B44;
  }

  .quantity__button_minus:hover {
    border-color: #063738;
  }

  .quantity__button_minus:hover::before,
  .quantity__button_minus:hover::after {
    background: #063738;
  }

  ._more-btn:hover {
    background: #2D8B44;
    border-color: #2D8B44;
  }

  .pagging__arrow:not(._disabled):hover {
    background: #17AD65;
  }

  .pagging__arrow:not(._disabled):hover svg path {
    fill: #fff;
  }

  .pagging__item:not(._active):hover {
    color: #adadad;
  }

  .alert-header__button:hover {
    background: #2D8B44;
    border-color: #2D8B44;
  }

  .main-header__phone:hover {
    color: #51AB67;
  }

  .main-header__icon:hover img,
  .main-header__icon:hover svg {
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05);
  }

  .menu__list li:hover .menu__link {
    color: #51AB67;
  }

  .menu__list li:hover > .menu__submenu {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
  }

  .submenu__item:hover {
    background: #F3F3F3;
  }

  .language-header__item:hover {
    color: #51AB67;
  }

  .actions-main-footer__contacts:hover {
    color: #51AB67;
  }

  .subscribe-main-footer__input:hover {
    border-color: transparent !important;
  }

  .subscribe-main-footer__button:hover {
    background: #2D8B44;
    border-color: #2D8B44;
  }

  .socials-main-footer__item:hover svg path {
    fill: #51AB67;
  }

  .nav-main-footer__link:hover {
    color: #fff;
  }

  .nav-main-footer__contacts a:hover {
    color: #fff;
  }

  .bottom-footer__dev:hover {
    opacity: 1;
  }

  .info-main-banner__details:hover {
    background: #2D8B44;
    border-color: #2D8B44;
  }

  .slider-main-banner__item:hover .slider-main-banner__image img {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
  }

  .slider-main-banner__arrow:hover {
    background: rgba(255, 255, 255, 0.164);
  }

  .excursions__arrow:hover {
    background: rgba(31, 146, 159, 0.05);
  }

  .item-excursions__image:hover img {
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05);
  }

  .item-excursions__name:hover {
    color: #51AB67;
  }

  .item-excursions__more:hover {
    background: #159658;
  }

  .find-ride__button:hover {
    background: #2D8B44;
    border-color: #2D8B44;
  }

  .company__arrow:hover {
    background: rgba(31, 146, 159, 0.05);
  }

  .review__arrow:hover {
    background: rgba(31, 146, 159, 0.05);
  }

  .callback-benefits__button:hover {
    background: #2D8B44;
    border-color: #2D8B44;
  }

  .excursions-gallery__item:hover .excursions-gallery__image img {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
  }

  .excursions-gallery__name:hover {
    color: #51AB67;
  }

  .contacts-social__item:hover .contacts-social__name {
    color: #51AB67;
  }

  .breadcrums-banner__item a.breadcrums-banner__link:hover {
    color: #51AB67;
  }

  .about-form__btn:hover {
    background: #2D8B44;
    border-color: #2D8B44;
  }

  .team__item:hover {
    -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
            transform: translateY(-10px);
  }

  .team__item:hover .team__name {
    color: #51AB67;
  }

  .search-filter__button:hover {
    background: #2D8B44;
    border-color: #2D8B44;
  }

  .modal-search-filter__select .select__option:hover {
    background: #EEF7F0;
    color: #51AB67;
  }

  .head-main-excursion-page__arrow:hover {
    background: #fff;
  }

  .head-main-excursion-page__arrow:hover svg path {
    fill: #063738;
  }

  .head-main-excursion-page__paggination .swiper-pagination-bullet:not(.swiper-pagination-bullet-active):hover {
    opacity: 0.7;
  }

  .description-tabs-main-excursion-page__more:hover {
    text-decoration: underline;
  }

  .description-tabs-main-excursion-page__less:hover {
    text-decoration: underline;
  }

  .documents-tabs-main-excursion-page__item:hover {
    background: #caebd1;
  }

  .main-sidebar-excursion-page__btn:hover {
    background: #2D8B44;
    border-color: #2D8B44;
  }

  .socials-sidebar-excursion-page__item:hover svg path {
    fill: #2D8B44;
  }

  .callback-sidebar-excursion-page__btn:hover {
    background: #2D8B44;
  }

  .contacts-sidebar-excursion-page__item:hover .contacts-sidebar-excursion-page__name {
    color: #51AB67;
  }

  .blog__image:hover img {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
  }

  .blog__name:hover {
    color: #2D8B44;
  }

  .blog__more:hover {
    color: #2D8B44;
  }

  .blog__more:hover svg path {
    fill: #2D8B44;
  }

  .subscribe-notification__main:hover {
    border-color: #51AB67;
  }

  .subscribe-notification__button:hover {
    background: #2D8B44;
    border-color: #2D8B44;
  }

  .list-main-contacts__body a:hover {
    text-decoration: underline;
  }

  .city-hotels-main-excursion-page__item:not(._active):hover {
    background: #1F939F;
    color: #fff;
  }

  .item-hotel__image:hover img {
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05);
  }

  .item-hotel__name:hover {
    color: #51AB67;
  }

  .activity__image:hover img {
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05);
  }

  .activity__name:hover {
    color: #51AB67;
  }

  .activity__arrow:hover {
    background: rgba(31, 146, 159, 0.05);
  }

  .advantages-gift__button:hover {
    background: #51AB67;
  }

  .events-calendar__more:hover {
    background: #51AB67;
  }

  .landing-header__phone:hover {
    color: #17AD65;
  }

  .main-landing-contacts__btn:hover {
    background: #51AB67;
  }

  .footer-landing-contacts__dev:hover {
    opacity: 1;
  }
}

._webp .wrapper{ background: url(../img/bg-texture.webp) top center/auto repeat, #fff; }

._webp .lg-outer .lg-has-vimeo .lg-video-play{ background: url(../img/vimeo-play.webp) no-repeat scroll 0 0 transparent; }

._webp .lg-outer .lg-has-vimeo:hover .lg-video-play{ background: url(../img/vimeo-play.webp) no-repeat scroll 0 -58px transparent; }

._webp .lg-outer .lg-has-html5 .lg-video-play{ background: transparent url(../img/video-play.webp) no-repeat scroll 0 0; }

._webp .lg-outer .lg-has-youtube .lg-video-play{ background: url(../img/youtube-play.webp) no-repeat scroll 0 0 transparent; }

._webp .lg-outer .lg-has-youtube:hover .lg-video-play{ background: url(../img/youtube-play.webp) no-repeat scroll 0 -60px transparent; }

._webp .alert-header{ background: url(../img/alert-bg.webp) center/cover no-repeat; }

._webp .footer__main{ background: url(../img/footer-bg.webp) top center/cover no-repeat; }

._webp .review{ background: url(../img/review-bg.webp) center/cover no-repeat; }

._webp .about-form__wrapper{ background: url(../img/review-bg.webp) center/cover no-repeat; }

._webp .landing-contacts{ background: url(../img/landing-contacts.webp) center/cover no-repeat; }

@media (min-width: 991.98px){

  ._webp .landing-banner__main{ background: url(../img/landing-banner-bg.webp) top left/cover no-repeat, #51AB67; }
}

@media (max-width: 1342px){

  ._webp .menu{ background: url(../img/menu-bg.webp) top center/100% auto repeat-y; }
}

@media only screen and (max-width: 991px){
  .toastui-calendar-weekday-event-block {
    height: 2px !important;
  }
  .toastui-calendar-weekday-event {
    height: 2px !important;
  }
}

.calendar-events__color-circle {
    background-color: red;
    min-width: 10px;
    min-height: 10px;
    border-radius: 10px;
}
.calendar-events__wrap {
    border-radius: 16px;
    background-color: #fff;
    padding: 12px 12px;
    box-shadow: 0px 8px 16px -6px #18274B14;
    box-shadow: 0px 6px 8px -6px #18274B1F;
}
.calendar-events__wrap .calendar-events__link {
    text-decoration: none;
    color: #063738;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    display: flex;
    align-items: center;
    gap: 6px;
    
}
.calendar-events__wrap .calendar-events__link .calendar-events__period {
    font-weight: 400;
    color: #858A8B;
}
.calendar-events__wrap .calendar-events__item {
    padding: 6px 0;
}
.calendar-events__wrap .calendar-events__item:not(:last-of-type) {
    border-bottom: 1px solid #eee;
}
.truncated {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.banner_desktop {
    display: flex;
}
.banner_mobile {
    color: #063738;
    margin-top: 40px;
    display: none;
}
.banner_mobile .banner__title {
    font-size: 24px;
    color: #063738;
}
.calendar-events {
    display: none;
}

.section-more-btn {
    display: none;
    justify-content: center;
    padding-top: 15px;
}

@media (max-width: 750px){
     .blog-page__text p img{
    width:47% !important;
    height:100%;
}
.blog-page__text.blog_item p img{
    width:100% !important;
}
   .blog-page__text p:has(img){
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap:wrap;
   
}


/*.blog-page__text p:has(img) {*/
/*    display: flex;*/
/*    width:100%;*/
/*    flex-wrap: wrap;*/
/*    justify-content: center;*/
/*  }*/

/*.blog-page__text  p img {*/
/*    width: 50% !important;*/
/*    height: auto;*/
/*  }*/

}
@media (max-width: 991px){
 
   .alert-header__red{
        -ms-flex: 0 ;
          flex: 0 ;
   margin:10px 94px;
       
   }
  
    .toastui-calendar-daygrid-cell {
        border: 2px solid transparent;
    }
    .toastui-calendar-daygrid-cell.day_active {
        border: 2px solid #51AB67!important;
    }
    .banner_mobile {
        min-height: unset;
        display: flex;
    }
    .banner_desktop {
        display: none;
    }
    .calendar {
        padding-top: 0;
    }
    .calendar-events {
      display: flex;
    }
    .section-more-btn {
        display: flex;
    }
    
}

.send_error {
  color: red;
  font-size: 12px;
}


/* HTML: <div class="loader"></div> */
.loader {
  width: 30px;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 2px solid #ffffff;
  animation: l20-1 0.8s infinite linear alternate, l20-2 1.6s infinite linear;
}

@keyframes l20-1 {
  0% {
    clip-path: polygon(50% 50%, 0 0, 50% 0%, 50% 0%, 50% 0%, 50% 0%, 50% 0%);
  }

  12.5% {
    clip-path: polygon(
      50% 50%,
      0 0,
      50% 0%,
      100% 0%,
      100% 0%,
      100% 0%,
      100% 0%
    );
  }

  25% {
    clip-path: polygon(
      50% 50%,
      0 0,
      50% 0%,
      100% 0%,
      100% 100%,
      100% 100%,
      100% 100%
    );
  }

  50% {
    clip-path: polygon(
      50% 50%,
      0 0,
      50% 0%,
      100% 0%,
      100% 100%,
      50% 100%,
      0% 100%
    );
  }

  62.5% {
    clip-path: polygon(
      50% 50%,
      100% 0,
      100% 0%,
      100% 0%,
      100% 100%,
      50% 100%,
      0% 100%
    );
  }

  75% {
    clip-path: polygon(
      50% 50%,
      100% 100%,
      100% 100%,
      100% 100%,
      100% 100%,
      50% 100%,
      0% 100%
    );
  }

  100% {
    clip-path: polygon(
      50% 50%,
      50% 100%,
      50% 100%,
      50% 100%,
      50% 100%,
      50% 100%,
      0% 100%
    );
  }
}

@keyframes l20-2 {
  0% {
    transform: scaleY(1) rotate(0deg);
  }

  49.99% {
    transform: scaleY(1) rotate(135deg);
  }

  50% {
    transform: scaleY(-1) rotate(0deg);
  }

  100% {
    transform: scaleY(-1) rotate(-135deg);
  }
}