html {
    height: 100%;
}
@font-face {
    font-family: "Gilroy-Light";
    src: url('/fonts/Radomir-Tinkov-Gilroy-Light.ttf');
}
@font-face {
    font-family: "Gilroy-ExtraBold";
    src: url('/fonts/Radomir-Tinkov-Gilroy-ExtraBold.ttf');
}
body,
input,
textarea {
    background-color: #ffffff;
    margin: 0;
    font-family: "calibri";
    font-size: 18px;
    line-height: 1.5em;
    
}
p {
    font-size: 18px;
}
ul {
    font-size: 18px;
}
h1,
h2,
h3,
button {
    font-family: "calibri";
}
button {
    border: none;
    cursor: pointer;
}
:root {
    --main-gren:#06ae8d;
    --main-blue:#3a5072;
    --main-red: #be2a2c;
}
.page-index .g-button {
    margin-bottom: 262px;
}
.g-container {
    max-width: 1146px;
    width: 100%;
    margin: 0 auto;
}
.home-button {
    display: flex;
    justify-content: center;
}
.g-button {
    border-radius: 6px;
    background: linear-gradient(0deg, #0fb087, #7cc83d);
    font-size: 16px;
    font-weight: bold;
    width: 286px;
    height: 53px;
    text-transform: uppercase;
    box-shadow: 0px 3px 8px 0px #06ae8d;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: #ffffff !important;
    border-bottom: 2px solid #128f77;
}
.swiper-button-disabled {
    opacity: 0;
}


.page-article h2 {
    font-size: 35px;
    font-weight: bold;
    color: var(--main-gren);
}


.popular-excursions {
    background: url(/imgNew/img/backPopular.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
}
.popular-excursions__container{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.popular-excursions__slides {
    transition-timing-function:linear!important; 
}
.popular-excursions__text {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.popular-excursions__head {
    margin-top: 56px;
    margin-bottom: 25px;
    font-size: 33px;
    color: #4c4c4c;
    font-weight: bold;
}
.popular-excursions__head-color {
    color: var(--main-gren);
}
.popular-excursions__text-info {
    margin-bottom: 40px;
    text-align: center;
    font-size: 20px;
}
.popular-excursions__info {
    width: 100%;
    margin-bottom: 42px;
    overflow: hidden;
    position: relative;
}
.popular-excursion__arrow {
    font-size: 27px;
    width: 55px;
    height: 55px;
    background-color: #ffffff38;
    border-radius: 50%;
    z-index: -3;
    top: 30%;
}
@media (max-width: 1025px) {
    .popular-excursion__arrow {
        top: 30%;
    }
}
@media (max-width: 375px) {
    .popular-excursion__arrow {
        top: 26%;
    }
}
.popular-excursion__arrow a {
    display: block;
    color: #ffffff;
}
.popular-excursion__arrow-left {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: -15px;
}
.popular-excursion__arrow-right {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: -11px;
}
/* .popular-excursions__info-item {} */
.popular-excursions__info-img-container {
    display: inline-block;
    height: 200px;
    overflow: hidden;
    display: flex;
    border-radius: 8px;
    margin-bottom: 20px;
}
.popular-excursions__info-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}
@media (min-width: 1920px) {
    .popular-excursions__info-img-container {
        height: 240px;
    }
}
.popular-excursions .body-excursion__item-container {
    width: 100%;
}
.popular-excursions .g-button {
    width: 286px;
    margin-bottom: 130px;
}
.popular-excursions .excursion-text__head {
    color: var(--main-blue);
    max-width: 250px;
    width: 100%;
}
.popular-excursions .excursion-text__info {
    color: var(--main-blue);
}


.page-index .body-content {
    background: url(/imgNew/img/mainBack.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 25%;
} 
@media (max-width: 1817px) {
    .page-index .body-content {
        background-position: 50% 18%;
    } 
}
@media (max-width: 1650px) {
    .page-index .body-content {
        background-position: left 50% top 20px;
    } 
}
@media (max-width: 1550px) {
    .page-index .body-content {
        background-position: left 50% top 50px;
    } 
}
@media (max-width: 1024px) {
    .page-index .body-content {
        background-position: left 50% top 230px;
    } 
}
@media (max-width: 600px) {
    .page-index .body-content {
        background-position: left 50% top 350px;
    } 
}
@media (max-width: 350px) {
    .page-index .body-content {
        background-position: left 50% top 330px;
    } 
}
.navigation {
    padding-top: 50px;
    padding-left: 30px;
}
.navigation-container {
    display: flex;
    margin-bottom: 23px;
}
.navigation-info {
    display: flex;
    flex-direction: column;
}
.navigation-container__text {
    font-size: 35px;
    font-weight: bold;
    color: var(--main-gren);
    margin-right: 118px;
    margin-bottom: 30px;
}
.navigation-container__text p {
    font-size: 35px;
    font-weight: bold;
    color: var(--main-gren);
}
.navigation-item {
    flex-grow: 1;
    margin: 0; 
}
.navigation-item__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    list-style: none;
    margin: 0;
    padding: 0;
}
/* .navigation-item__list--active {
    display: block;
} */
.navigation-item__info {
    box-sizing: border-box;
    color: var(--main-blue);
}
.navigation-item__info a {
    font-family: Gilroy-Light;
    text-decoration: none;
    color: var(--main-blue);
    border-bottom: 2px solid #ffffff00;
    transition: 0.3s;
}
.navigation-item__info a:hover {
    border-bottom: 2px solid var(--main-gren);
}
.navigation-item__info-select {
    display: none;
}
.navigation-item__info--active {
    font-size: 22px;
    font-weight: bold;
    padding: 0;
    color: var(--main-blue);
}
.navigation-item__info--active a {
    font-family: Gilroy-ExtraBold;
    text-decoration: none;
    font-size: 22px;
    color: var(--main-blue);
    border-bottom: 3px solid var(--main-gren);
}
.arr-bottom {
    display: none;
    margin: 0 auto;
    width: 13px;
    height: 13px;
    background-color: var(--main-gren);
    border-radius: 50%;
}
.arr-bottom img {
    width: 8px;
}


.line {
    display: flex;
    width: 57px;
    height: 2px;
    margin-bottom: 30px;
}
.line-green {
    width: 50%;
    height: 2px;
    background: var(--main-gren);
}
.line-red {
    width: 50%;
    height: 2px;
    background: #be2a2c;
}


.cities {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 24px;
    text-decoration: none;
    margin-bottom: 40px;
}
.cities-container {
    border-radius: 6px;
    box-shadow: 0px 3px 11px 1px #bac2c27e;
    max-width: 217px;
    width: 100%;
}
.cities__item-container {
    background-color: #ffffff;
    position: relative;
    border-radius: 0 0 6px 6px;
}
.cities__item-container-text {
    padding: 10px 0 9px 30px;
}
.cities__item {
    border-radius: 20px;
    display: block;
    max-height: 212px;
    height: 100%;
    margin: 0;
    box-sizing: border-box;
    text-decoration: none;
}
.cities__item img {
    display: block;
    width: 100%;
    max-height: 133px;
    height: auto;
    border-radius: 6px 6px 0 0;
}
.cities__item-info {
    font-family: Gilroy-ExtraBold;
    display: block;
    color: var(--main-blue);
    text-align: left;
    text-decoration: none;
}
.cities__item-info::before {
    display: block;
    content: '';
    width: 100%;
    height: 7px;
    background: rgba(241, 239, 238, 0.452);
    position: absolute;
    top: -7px;
    left: 0;
} 
.cities__item-excursion {
    font-weight: lighter;
    color: #111111;
}
.cities__excursion-number {
    color: var(--main-blue);
}


.body-info {
    width: 100%;
    height: 100%;
    padding: 4px;
    background: rgba(241, 239, 238, 0.397);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 80px;
}
.body-info__container {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 0 35px 35px 35px;
    box-sizing: border-box;
    background-color: #ffffff;
    border-radius: 9px;
    position: relative;
}
.body-geo {
    position: absolute;
    top: -150px;
    right: 38px;
}
.body-info__container-head {
    display: flex;
    justify-content: center;
    margin-top: 22px;
    margin-bottom: 40px;
    font-size: 35px;
    font-weight: bold;
    color: var(--main-gren);
}
.body-info__container-text {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 38px;
    width: 100%;
}
.body-text__item {
    font-size: 16px;
    width: fit-content;
    display: flex;
    align-items: center;
    line-height: 1.2em;
}
.body-text__item div {
    padding-left: 16px;
    box-sizing: border-box;
}
.body-text__item img {
    height: 50px;
    color: var(--main-gren);
}
.body-text__item-head {
    color: var(--main-blue);
}
@media (max-width: 374px)  {
    .body-text__item img {
        height: 40px;
    }
    .body-text__item {
        font-size: 12px;
    }
}


.body-excursion{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 70px;
}
.body-excursion__text {
    font-size: 36px;
    font-weight: bold;
    color: #ffffff;
    margin-bottom: 25px;
}
.body-excursion__container{
    width: 100%;
}
.body-excursion__container-net-big {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 35px;
    width: 100%;
    margin-bottom: 30px;
    overflow: hidden;
}
.footer-excursion-container .body-excursion__arrow-left {
    top: 27%;
} 
.footer-excursion-container .body-excursion__arrow-right {
    top: 27%;
} 
.body-excursion__container-net-big .body-excursion__item {
    width: 100%;
    height: 212px;
}
.body-excursion__container-net-small {
    width: 100%;
    overflow: hidden;
    position: relative;
}
.body-excursion__arrow-small {
    color: #ffffff;
    font-size: 30px;
    position: absolute;
    z-index: 3;
    top: 30%;
}
.body-excursion__arrow-small i {
    text-shadow: 0px 0px 5px #ffffff;
}
.body-excursion__arrow-small-left {
    left: 6px;
}
.body-excursion__arrow-small-right {
    right: 6px;
}
.excursion-item__arrow-container {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 34px;
    min-height: 34px;
    max-width: 34px;
    max-height: 34px;
    background-color: #2becc52f;
    border-radius: 50%;
    cursor: pointer;
    margin-bottom: 1.15em;
}
.excursion-item__arrow {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    width: 22px;
    height: 22px;
    background-color: #1dc5a3;
    border-radius: 50%;
}
.excursion-item__arrow a {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    height: 10px;
    padding-top: 5px;
}
.body-excursion__container-net-small .body-excursion__item-container {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.85), transparent);
    border-radius:  0 0 8px 8px;
    padding: 0 13px 5px 20px;
}
@media (max-width: 600px) {
    .body-excursion__container-net-small .body-excursion__item-container {
        padding: 0 10px 5px 13px;
        line-height: 1.2em;
    }
}
.body-excursion__container-net-small .body-excursion__item {
    height: 212px;
}
.body-excursion__container-net-small .excursion-text__head {
    max-width: 250px;
    width: 100%;
    font-size: 17px;
}
.body-excursion__container-net-small .excursion-text__info {
    font-size: 17px;
}
@media (max-width: 1024px) {
    .body-excursion__container-net-small .body-excursion__item {
        height: 160px;
    }
    .body-excursion__container-net-small .excursion-text__head {
        font-size: 16px;
    }
    .body-excursion__container-net-small .excursion-text__info {
        font-size: 16px;
    }
}
@media (max-width:600px) {
    .body-excursion__container-net-small .body-excursion__item {
        height: 160px;
    }
    .body-excursion__container-net-small .excursion-text__head {
        font-size: 3vw;
    }
    .body-excursion__container-net-small .excursion-text__info {
        font-size: 3vw;
    }
    .body-excursion__arrow-small {
        top: 40%;
        font-size: 26px;
    }
}
@media (max-width:425px) {
    .body-excursion__container-net-small .excursion-text__head {
        font-size: 3vw;
    }
    .body-excursion__container-net-small .excursion-text__info {
        font-size: 3vw;
    }
    .body-excursion__container-net-small .excursion-item__arrow-container {
        min-width: 25px;
        min-height: 25px;
        max-width: 25px;
        max-height: 25px;
    }
    .body-excursion__container-net-small .excursion-item__arrow {
        width: 17px;
        height: 17px;
        background-color: #1dc5a3;
    }
    .body-excursion__container-net-small .excursion-item__arrow a img{
        height: 8px;
    }
}
@media (max-width:375px) {
    .body-excursion__container-net-small .body-excursion__item {
        height: 130px;
    }
    .body-excursion__container-net-small .excursion-text__head {
        font-size: 2.7vw;
    }
    .body-excursion__container-net-small .excursion-text__info {
        font-size: 2.7vw;
    }
}
.body-excursion__container-net-small .body-excursion__item.body-excursion__item-container {
    padding: 10px 12px;
}
.body-excursion__item {
    background-image: url('/imgNew/img/bridge.jpg');
    background-size: cover;
    border-radius: 8px;
    display: flex;
    align-items: flex-end;
    color: #ffffff;
}
.body-excursion__item-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
}
.body-excursion__container .body-excursion__item-container {
    align-items: flex-end;
}
.body-excursion__container-net-big .body-excursion__item-container {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.85), transparent);
    border-radius:  0 0 8px 8px;
    padding: 0  20px 5px;
}

/* .body-excursion__container-net-small .excursion-text__info {
} */
.body-excursion__item-arrow {
    display: none;
}
.excursion-item__text{
    color: #ffffff;
}
.footer-excursion-container .excursion-text__head {
    max-width: 230px;
    width: 100%;
}
.excursion-text__head {
    font-family: 'Gilroy-ExtraBold';
    color: #ffffff;
    text-decoration: none;
    display: block;
    font-size: 20px;
    font-weight: bold;  
}
.excursion-text__info {
    font-weight: lighter;
}


.page-excursion .body-content {
    background: #ffffff;
}
.single {
    display: flex;
    padding-bottom: 30px;
    box-sizing: border-box;
}
.details {
    border: 1px solid var(--main-gren);
    border-radius: 10px;
    max-width: 370px;
    width: 100%;
    padding: 25px 30px;
    box-sizing: border-box;
    background-color: #ffffff;
    margin: 0 auto;
    font-size: 17px;
}
.details .g-button {
    margin: 0;
    margin-top: 30px;
    margin-bottom: 30px;
}
/* .details__items {
} */
.details__title {
    text-align: left;
    font-size: 27px;
    font-weight: bold;
    color: var(--main-gren);
    margin-bottom: 25px;
}
.details__title::first-letter {
    text-transform: capitalize;
}
@media (max-width: 350px) {
    .details__title {
        font-size: 25px;
    }
}
.details__item {
    display: flex;
    align-items: center;
    color: var(--main-blue);
    margin-bottom: 20px;
    line-height: normal;
}
.details__item .star {
    color: #ffe440;
    margin-right: 7px;
}
.details__item-title {
    font-family: Gilroy-ExtraBold;
    width: 120px;
    margin-right: 45px;
    font-size: 16px;
}
.details__reviews-avg {
    color: var(--main-gren);
}
/* .g-anchor {
} */
.details__price {
    display: block;
    margin-top: 20px;
}
.details__price::before {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background: #84d7c7;
    margin-bottom: 20px;
}
.details__price .details__item {
    display: flex;
    align-items: flex-end;
    font-size: 25px;
    margin-bottom: 0;
}
.details__price-number {
    
    font-size: 33px;
    font-weight: bold;
    margin-right: 13px;
}
.details__order {
    display: flex;
    flex-direction: column;
    align-items: center;
} 
.details__order-text {
    text-align: center;
    color: var(--main-blue);
}

.guides {
    display: flex;
    flex-direction: column;
    width: 280px;
    margin: 0 auto;
}
.guides-container {
    display: flex;
    justify-content: space-around;
}
.guides__title {
    text-align: center;
    font-size: 27px;
    font-weight: bold;
    color: var(--main-gren);
    text-transform: capitalize;
    margin-bottom: 25px;
    margin-top: 35px;
}
.guides__guide {
    display: flex;
    flex-direction: column;
    align-items: center;

}
.guide__photo img {
    width: 75px;
    height: 75px;
    border-radius: 50%;
    border: 2px solid var(--main-gren);
}
.header .guide__photo img {
    border: 2px solid #ffffff;
    box-shadow: 0 0 30px #000000;
}
/* .guide__details {} */
.guide__details-title {
    font-family: Gilroy-ExtraBold;
    text-decoration: none;
    font-size: 17px;
    color: var(--main-blue);
}


.single__body {
    margin-right: 111px;
    font-size: 18px;
}
.single__body-main p {
    font-size: 20px;
    font-weight: lighter;
    line-height: 1.5em;
} 
.single__body-main {
    padding-top: 1.5em;
}
.text-content a {
    color: var(--main-gren);
}
.text-content h3 {
    color: var(--main-gren);
    font-size: 30px;
    font-weight: bold;
}
.text-content ul {
  padding: 0;  
}
.text-content ul li {
    list-style: none;
    margin-bottom: 35px;
    position: relative;
    padding-left: 17px;
    font-size: 20px;
    font-weight: lighter;
}
.text-content ul li::before {
    content: '';
    display: block;
    background-image: url(/imgNew/img/arrRightGreen.png);
    width: 7px;
    height: 11px;
    position: absolute;
    left: 0;
    top: 6px;
}



.reviews {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 5em;
}
.reviews .g-button {
    margin-bottom: 80px;
}
/* .review-item-date {
} */
.reviews-text {
    text-align: center;
    margin-bottom: 35px;
    padding-bottom: 12px;
    border-bottom: 2px solid #e8e8e8;
    width: 100%;
    font-size: 20px;
}
.reviews__container {
    margin-bottom: 12px;
    width: 100%;
    overflow: hidden;
}
.reviews__container-slides {
    display: flex;
    flex-direction: column;
}
.reviews-container__arrow {
    display: none;
    z-index: 10;
}
.reviews__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 2em;
    padding-bottom: 2em;
    border-bottom: 2px solid #e8e8e8;
    width: 100%;
}
.reviews-item__user-name {
    font-family: Gilroy-ExtraBold;
    color: var(--main-blue);
}
.reviews-item__user-title {
    color: #5fcbb6;
}
.reviews-item__info {
    margin: 0 auto;
    font-weight: 400;
    max-width: 547px;
    width: fit-content;
    line-height: 1.2em;
}
.reviews-item__info-item {
    display: inline-block;
}


.crumbs {
    font-size: 16px;
}
.crumbs ul {
    padding: 0;
}
.crumbs ul li a {
    text-decoration: none;
}
@media (max-width: 1024px) {
    .crumbs ul {
        margin-left: 20px;
    }
}
@media (max-width: 600px) {
    .crumbs ul {
        margin-left: 0;
    }
    .crumbs ul li a {
        font-size: 14px;
    }
    .crumbs ul li {
        font-size: 14px;
    }
}
.crumbs__item {
    list-style: none;
    display: inline-block;
}
.crumbs__item a {
    color: var(--main-gren);
}
.crumbs__item--main a {
    color: #128f77;
    font-weight: bold;
}
.crumbs__item--title {
    color: #111111;
}
.crumbs__item--title::before {
    content: '/';
    color: var(--main-gren);
    margin: 0 7px 0 10px;
}

.page-booking .body-content {
    background: #ffffff;
}
.page-booking h3 {
    font-size: 35px;
    font-weight: bold;
    color: var(--main-gren);
    margin-top: 40px;
}
.page-booking .single {
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
}
.order-container {
    order: 1;
}
.page-booking .details {
    order: 2;
    margin: 0;
    max-height: 500px;
    height: auto;
}
.order__form {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.order-form__item {
    display: flex;
    justify-content: space-around;
    box-sizing: border-box;
}
.order__field {
    margin-right: 15px;
}
.order__field input[type='date'] {
    margin-top: -5px;
}
.order__field-label {
    color: var(--main-gren);
}
.order-form__item textarea {
    max-width: 600px;
    width: 100%;
    resize: both;
}
.order-form__text {
    max-width: 500px;
    width: 100%;
    margin-top: 1em;
    padding-bottom: 30px;
    box-sizing: border-box;
    color: var(--main-blue);
}
.order-form__button-container {
    width: 100%;
    display: flex;
    justify-content: center;
}

.page-city .excursions {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr ;
    grid-gap: 30px;
    padding-bottom: 30px;
}
.page-city .body-content {
    background: #ffffff;
}
.excursions__item {
    width: 100%;
    margin: 0;
}
.excursions__item-image {
    display: block;
    margin-bottom: 18px;
    height: 213px;
} 
.excursions__item-image img {
    width: 100%;
    height: 100%; 
    object-fit: cover; 
    object-position: top; 
    border-radius: 8px;
}
.excursions__item-image-container {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 0 15px;
    border-radius: 0 0 8px 8px;
    box-sizing: border-box;
}
.excursions__item-image-container .excursions__item-image {
    display: none;
}
.excursions__item-image-text {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    max-width: 290px;
    width: 100%;
}
.excursions__item-title {
    font-family: Gilroy-ExtraBold;
    text-decoration: none;
    font-size: 20px;
    color: var(--main-blue);
}
.excursions__item-duration {
    color: var(--main-blue);
}
.excursions__item-info {
    display: none;
}
.excursions__item-price {
    display: none;
}


.header {
    width: 100%;
    height: 480px;
    background-image: url('/imgNew/backgrounds_1920/background-header.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    box-shadow: inset 0 -20px 0 rgba(255, 255, 255, 0.5);
    position: relative;
}
.header .g-container {
    height: 100%;
}
.page-index .header {
    height: 700px;
    background-position: top;
}
.page-city .header,
.page-excursion .header {
    height: 500px;
}
.header-container {
    height: 100%;
}
.header-burger-menu {
    display: none;
    height: 100%;
    width: 40%;
    background-color: #ffffff;
    position: absolute;
    z-index: 1;
    box-shadow: inset 0 -20px 0 rgba(0, 0, 0, 0.1);
}
.header-burger-menu--active {
    display: block;
}
.header-burger-menu-arrow {
    color: var(--main-gren);
    font-size: 45px; 
    position: relative; 
    left: 20px;
    top: 35px;
}
.header-burger-menu-list {
    width: 100%;
    padding: 0;
    margin-top: 40px;
}
.header-burger-menu-item {
    list-style: none;
    width: 90%;
    display: flex;
    margin: 0 auto;
    font-size: 20px;
    border-bottom: 1px solid var(--main-gren);
}
.header-burger-menu-link {
    text-decoration: none;
    color: var(--main-blue);
    padding: 15px 15px 15px 0;
}
.header-burger-link {
    display: none;
    color: #ffffff;
    font-size: 45px;
    position: absolute;
    left: 20px;
    top: 35px;
}
.header-top {
    display: flex;
    height: 100px; 
}
.header-logo {
    width: 175px;
    height: 48px;
    background-image: url("/imgNew/icons/logo.png");
    background-repeat: no-repeat;
    margin-top: 52px;
}
.header-logo-link {
    display: block;
    width: 175px;
    height: 48px;
    color: rgba(0, 0, 0, 0);
}
.header-menu {
    position: absolute;
    left: 45%; 
    top: 30px; 
}
.header-menu ul {
    padding: 0;
}
.header-menu-item {
    list-style: none;
}
.header-menu-item a{
    font-size: 24px;
    color: var(--main-blue);
    text-decoration: none;
    border-bottom: 2px solid var(--main-gren);
}
.page-article .home-promo,
.page-allcities .index-hero,
.page-booking .index-hero,
.page-excursion .index-hero {
    height: 360px;
    display: flex;
    align-items: flex-end;
}
.page-article .home-promo h1,
.page-allcities .home-promo h1,
.page-booking .home-promo h1,
.page-excursion .home-promo h1 {
    color: #ffffff;
    text-shadow: 0 0 30px #000000,  0 0 30px black, 0 0 30px rgba(0, 0, 0, 0.5); 
    font-weight: bold;
    margin-bottom: 10px;
}
.page-article .home-promo h2,
.page-allcities .home-promo h2,
.page-booking .home-promo h2,
.page-excursion .home-promo h2 {

    color: #ffffff;
    text-shadow: 0 0 30px #000000, 0 0 30px black, 0 0 30px rgba(0, 0, 0, 0.5);
    line-height: 1em;
    margin-top: 10px;
}
.page-city .index-hero,
.page-article .index-hero,
.page-allcities .index-hero,
.page-excursion .index-hero,
.page-city .index-hero {
    height: calc(100% - 120px);
}
.page-city .index-hero .g-container {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}
.page-allcities .index-hero .g-container,
.page-article .index-hero .g-container,
.page-excursion .index-hero .g-container,
.page-booking .index-hero .g-container {
    display: flex;
    align-items: flex-end;
} 

.page-city .home-promo h1{
    display: flex;
    justify-content: center;
    color: #ffffff;
    text-shadow: 0 0 30px #000000, 0 0 30px black, 0 0 30px rgba(0, 0, 0, 0.5); 
    font-weight: bold;
}
.home-promo-tags {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.home-promo-tags a{
    display: flex;
    text-decoration: none;
    color: #ffffff;
    border: 2px solid #ffffff;
    border-radius: 5px;
    background-color: rgba(0, 0, 0, 0.4);
    padding: 5px 10px;
    margin: 7px;
    font-weight: 500;
}
.home-promo-tags a.current {
    background-color: rgba(0, 0, 0, 0.6);
}
.page-article .index-hero .g-container {
    padding: 0;
}
.header-middle {
    display: flex;
    flex-direction: column;
    height: auto;
    margin-top: 200px;
}
.page-index .header-middle{
    align-items: center;
}
.header-middle-container {
    width: fit-content;
}
.header-middle-textTop,
.header-middle-textMiddle,
.header-middle-textBottom { 
    color: #FFFFFF;
    text-shadow:  0 0 30px black, 0 0 30px black, 0 0 30px black;
}
.header-middle-textTop {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    font-size: 40px;
    font-weight: lighter;
    color: #FFFFFF;
    text-shadow:  0 0 30px black, 0 0 30px black, 0 0 30px rgba(255, 255, 255, 0.5);
}
.header-middle-textMiddle {
    height: auto;
    font-size: 70px;
    font-weight: bold;
    line-height: 1em;
    margin-bottom: 0;
    color: #FFFFFF;
    text-shadow:  0 0 25px black, 0 0 30px black, 0 0 25px rgba(255, 255, 255, 0.2);
}
.header-middle-textBottom {
    font-size: 29px;
    display: flex;
    justify-content: center;
    color: #FFFFFF;
    text-shadow: 0 0 30px black, 0 0 30px black, 0 0 30px black;
}
.header-location {
    position: absolute;
    top: 250px;
    left: 200px;
}
.page-index .header-location {
    position: absolute;
    top: 346px;
}
.location-map {
    font-size: 11px;
    position: absolute;
    left: -13px;
    top: 4px;
    color: #FFFFFF;
}
.location-text1 {
    margin: 0;
    font-weight: bold;
    color: #FFFFFF;
    font-size: 16px;
}
.location-text2 {
    margin: 0;
    color: #FFFFFF;
    font-size: 16px;
}

.header-search {
    width: 100%;
    height: 68px;
    display: none;
    align-items: flex-end;
    justify-content: center;
    margin-top: 125px;
}
.page-index .header-search {
    display: flex;
}
.header-search-container  {
    height: 68px;
    max-width: 818px;
    width: 100%;
    display: flex; 
    justify-content: center;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 9px;
}
.header-search-form {
    max-width: 810px;
    width: 100%;
    height: 60;
    display: flex;
}
.header-search-input {
    max-width: 605px;
    width: 100%;
    height: 60px;
    padding: 0 0 0 50px;
    margin: 0;
    outline: none;
    border: 0px;
    background-image: url("/imgNew/icons/bashnya.png");
    background-color: #FFFFFF;
    background-repeat: no-repeat;
    background-position: 4% 45%;
    border-radius: 9px 0 0 9px;
    font-size: 15px; 
    color: #000000;
}
.header-search-button {
    max-width: 205px;
    width: 100%;
    height: 60px;
    padding: 0 0 0 25px;
    margin: 0;
    outline: none;
    border: 0px;
    border-radius: 0 9px 9px 0;
    background: linear-gradient(0deg, #0aaf83, #76d636);
    color: #FFFFFF;
    font-size: 22px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
} 
.header-search-arrow {
    margin-left: 15px;
}
.header-search-arrow1 {
    font-size: 20px;
    width: 6px;
    height: 1px;
    background-color: #FFFFFF;
    margin: 3px;
    transform: rotate(45deg)
    
} 
.header-search-arrow2 {
    font-size: 20px;
    width: 6px;
    height: 1px;
    background-color: #FFFFFF;
    margin: 3px;
    transform: rotate(-45deg)
}
.page-allcities .index-hero .g-container,
 .page-article .index-hero .g-container,
  .page-excursion .index-hero .g-container {
      padding: 0;
  }


.background-feedback {
    /* min-height: 1600px; */
    height: calc(100vw * 0.77 + 400px);
    background-image: url("/imgNew/backgrounds_1920/feedback.jpg");
    background-size: 100% auto;
    background-position: bottom;
    background-repeat: no-repeat;
}
.feedback-heading {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 30px;
}
.feedback-top{
    font-size: 36px;
    font-weight: bold;
    color: var(--main-gren);
    margin: 50px 0 26px 0;
}
.feedback-line {
    display: flex;
    margin-bottom: 17px;
}
.feedback-line1 {
    width: 30px;
    height: 2px;
    background: var(--main-gren);
}
.feedback-line2 {
    width: 30px;
    height: 2px;
    background: var(--main-red);
}
.feedback-subtitle {
    font-size: 20px;
}
.feedback-people {

    width: 100%;
    overflow: hidden;
    position: relative;
}
.feedback__container {
    margin-bottom: 12px;
    width: 100%;
}
.feedback__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 12px;
    width: 100%;
}
.page-index
.feedback__item {
    border-bottom: none;
}
.reviews-item__stars,
.feedback-item__stars {
    text-align: center;
    margin-bottom: 14px;
    font-size: 16px;
}
.star {
    color: #cccccc;
}
.star--color {
    color: #ffe440;
}

.reviews-item__user,
.feedback-item__user {
    text-align: center;
    margin-bottom: 23px;
    font-family: Gilroy-Light;
}
.feedback-item__user-name {
    font-family: Gilroy-ExtraBold;
    color: var(--main-blue);
}
.feedback-item__user-title {
    color: var(--main-gren);
}
.feedback-item__info {
    max-width: 461px;
    width: 100%;
    margin: 0 auto;
    line-height: 1.2em;
}
.feedback-item__info-item {
    display: inline-block;
}
.feedback-item__arrow-container {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background-color: #06ae8c86;
    display: flex;
    align-items: center;
    justify-content: center;
}
.feedback-item__arrow {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: var(--main-gren);
}
.feedback-arrow1 {
    width: 15px;
    height: 20px;
    position: absolute;
    left: 1px;
    top: 50%;
    z-index: 4;
}
.feedback-arrow1 a {
    text-decoration: none;
    font-size: 25px;
    color: var(--main-gren);
}
.feedback-arrow1,
.feedback-arrow2 {
    cursor: pointer;
} 
.feedback-arrow2 {
    width: 15px;
    height: 20px;
    position: absolute;
    right: 0;
    top: 50%;
    z-index: 4;
}
.feedback-arrow2 a {
    text-decoration: none;
    font-size: 25px;
    color: var(--main-gren);
}

.location {
    width: auto;
    height: 320px;
}
.location-volcano {
    width: 100px;
    position: relative;
    top: 18%;
    left: 98%;
}
.location-ruins {
    width: 120px;
    position: relative;
    top: 70%;
    left: 83%;
}


.description {
    width: auto;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(255,255,255,0.4);
    border-radius: 15px;
    padding: 15px;
}
.description-container {
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 40%, rgba(255,255,255,0.6) 100%);
    border-radius: 15px;
    padding: 0 40px 40px 40px;
}
.description-title {
    width: 100%;
    display: flex;
    flex-direction: column;
}
.description-title-text {
    font-size: 36px;
    font-weight: bold;
    color: var(--main-gren);
    margin: 30px 0 26px 0;
    display: flex;
    justify-content: center;
}
.description-line {
    display: flex;
    justify-content: center;
}
.description-line1 {
    width: 30px;
    height: 2px;
    background: var(--main-gren);
}
.description-line2 {
    width: 30px;
    height: 2px;
    background: var(--main-red);
}
.description-text {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    margin-top: 40px;
}
/* .description-text-left {
} */
.description-text-left p {
    font-size: 20px;
    font-weight: lighter;
}
.description-text-right p {
    font-size: 20px;
    font-weight: 500;
}
.description a {
    text-decoration: none;
    border-bottom: 2px solid var(--main-gren);
    color: #000000;
    font-weight: 300;
}
.description strong {
    font-weight: bold;
    color: var(--main-gren);
}





.footer { 
    height: auto;
    background-color: #00235d;
    background-image: url("/imgNew/backgrounds_1920/footerall.jpg");
    background-size: 100% auto;
    background-position: top;
    background-repeat: no-repeat;
    padding-bottom: 50px;
    padding-top: 100px;
}
@media (max-width: 600px) {
    .footer { 
        padding-top: 0;
    }
    .single {
        padding-bottom: 0;
    }
    .reviews__item {
        margin-bottom: 0;
    }
}
.footer .body-excursion__container-net-small {
    display: none;
}
.page-index .footer {
    background-image: url("/imgNew/backgrounds_1920/footer.jpg");
    padding-top: 0;
}
.footer-excursion {
    width: auto;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(255,255,255,0.4);
    border-radius: 15px;
    padding: 15px;
    margin-bottom: 30px;
}
.page-index .footer-excursion {
    display: none;
}
.footer-excursion-container {
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.6) 100%;
    border-radius: 15px;
    padding: 15px;
    box-sizing: border-box;
}
.footer-excursion-title {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
}
.footer-excursion-button {
    margin-top: 20px;
}
.footer-menu {
    border-bottom: 1px solid #1d81a0;
}
.footer-menu-list{
    display: flex;
    justify-content: space-between;
    padding: 18px 0;
    margin: 0;
}
.footer-menu-item {
    list-style: none;
}
.footer-menu-item-link {
    color: #FFFFFF;
    text-decoration: none;
    font-size: 18px;
    font-weight: bold;
}
.footer-contacts {
    display: flex;
    justify-content: space-between;
    margin-top: 45px;
    height: 142px;
    /* width: 1080px; */
}
.footer-contacts-chat {
    display: flex;
    flex-direction: column;
}
.footer-contacts-chat-text1 {
    font-size: 18px;
    font-weight: bold;
    color: #FFFFFF;
    margin: 0 0 25px 0;
}
.footer-contacts-chat-text2 {
    font-size: 18px;
    font-weight: bold;
    color: #FFFFFF;
    margin: 0;
    padding-top: 18px;
    position: relative;
    top: 6px;
    line-height: 0.8em;
}
.footer-copyright {
    font-size: 12px;
    margin-bottom: 3px;
}
.footer-contacts-chat-text2-mobile {
    width: fit-content;
    display: none;
    font-size: 17px;
    font-weight: bold;
    color: #FFFFFF;
    margin: 0;
    
}
.footer-contacts-chat-messenger {
    width: 163px;
    height: 50px;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 8px;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: space-around;
    
}
.footer-contacts-chat-vk,
.footer-contacts-chat-fb,
.footer-contacts-chat-tg {
    width: 25px;
    height: 25px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.footer-contacts-chat-vk {
    background-image: url("/imgNew/icons/vkbig.png");
}
.footer-contacts-chat-fb {
    background-image: url("/imgNew/icons/fbbig.png");
}
.footer-contacts-chat-tg {
    background-image: url("/imgNew/icons/tg.png");
}
.footer-contacts-numbers {    
    display: flex;
    flex-direction: column;
}
.footer-contacts-numbers-mail {
    text-decoration: none;
    width: fit-content;
    font-size: 20px;
    color: #FFFFFF;
    border-bottom: 2px solid var(--main-gren);
    margin: 0 0 25px 0;
    font-weight: lighter;
}
.footer-contacts-numbers-phone {
    font-size: 26px;
    color: #FFFFFF;
    margin: 0 0 22px;
    font-weight: 100;
}
.footer-contacts-numbers-hours {
    font-size: 16px;
    color: #FFFFFF;
    margin: 0;
    font-weight: lighter;
}
.footer-contacts-mailing {
    display: flex;
    flex-direction: column;
}
.footer-text-border {
    text-decoration: none;
    border-bottom: 2px solid var(--main-gren);
    color: #ffffff;
}
.footer-contacts-mailing-form {
    width: 464px;
    height: 50px;
    display: flex;
    margin: 0 0 10px 0;
}
.footer-contacts-mailing-input {
    width: 66%;
    height: 50px;
    padding: 0 0 0 20px;
    margin: 0;
    outline: none;
    border: 0px;
    background-color: #FFFFFF;
    border-radius: 9px 0 0 9px;
    font-size: 15px;
}
.footer-contacts-mailing-button {
    width: 34%;
    height: 50px;
    margin: 0;
    position: relative;
    outline: none;
    border: 0px;
    border-radius: 0 9px 9px 0;
    background: linear-gradient(0deg, #0aaf83, #76d636);
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer-contacts-mailing-text {
    font-size: 15px;
    font-weight: 100;
    color: #FFFFFF;
    margin: 0;
    line-height: 1.2em;
}
.footer-contacts-icons {
    width: 120px;
    display: flex;
    flex-direction: column;
}
.footer-contacts-icons-logo {
    background-image: url("/imgNew/icons/logofooter.png");
    width: 120px;
    height: 39px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin: 5px 0 19px 0;
}
.footer-contacts-icons-massengers {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: space-between;
    margin: 18px 0 23px 0;
}
.footer-contacts-icons-inst,
.footer-contacts-icons-tw,
.footer-contacts-icons-fb {
    width: 20px;
    height: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.footer-contacts-icons-vk {
    width: 23px;
    height: 25px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.footer-contacts-icons-inst {
    background-image: url("/imgNew/icons/inst.png");
}
.footer-contacts-icons-vk {
    background-image: url("/imgNew/icons/vk.png");
}
.footer-contacts-icons-tw {
    background-image: url("/imgNew/icons/twitter.png");
}
.footer-contacts-icons-fb {
    background-image: url("/imgNew/icons/facebook.png");
}
.footer-contacts-icons-logo-cards {
    background-image: url("/imgNew/icons/pay.png");
    width: 125px;
    height: 18px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left;
}



.editor-dark-blue a {
    color: var(--main-blue);
}


.page-guide .excursions {
    display: grid; 
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
    box-sizing: border-box;
}
.page-guide h1 {
    font-size: 35px;
    color: var(--main-blue);
    margin: 15px 0;
}
.page-guide h2 {
    font-size: 27px;
    color: var(--main-blue);
    margin: 0;
}
.page-guide .guide-index .guide__photo img {
    max-width: 150px;
    width: 100%;
    height: auto;
}
.page-guide .guide-index { 
    
    padding: 25px 0;
    box-sizing: border-box;
}
.page-guide .guide-hero {
    height: calc(100% - 120px);
}
.page-guide .guide-hero .g-container {
    display: flex;
    align-items: flex-end;
    padding: 0;
}
.page-guide .guide-hero .guide-index {
    display: flex;
}
.page-guide .guide-hero .guide-index .home-promo {
    padding-left: 40px;
    box-sizing: border-box;
}
.page-guide .guide-hero .guide-index .home-promo h1 {
    color: #ffffff;
    font-size: 50px;
    text-shadow: 0 0 30px #000000, 0 0 30px black, 0 0 30px rgba(0, 0, 0, 0.5);
}
.page-guide .guide-hero .guide-index .home-promo h2 {
    color: #ffffff;
    font-size: 35px;
    text-shadow: 0 0 30px #000000, 0 0 30px black, 0 0 30px rgba(0, 0, 0, 0.5);
}
.page-guide .single__body-title {
    font-weight: bold;
    font-size: 30px;
    color: var(--main-blue);
    padding: 10px 0;
    box-sizing: border-box;
    margin-top: 30px;
}
.page-guide .single__body-main {
    font-size: 21px;
    color: #2d313f;
    font-weight: lighter;
    padding-bottom: 24px;
    box-sizing: border-box;
}
@media (max-width: 1399px) {
    .header-location,
    .location-map,
    .location-volcano,
    .location-ruins,
    .body-geo {
        display: none;
    }
}   
@media (max-width: 1147px) {
    .g-container {
        padding: 0 20px;
        box-sizing: border-box;
    }
}
@media (max-width: 1024px) {
    .g-container {
        max-width: 800px;
        width: 100%;
        padding: 0 20px;
        box-sizing: border-box;
    }
    .navigation {
        display: flex;
        flex-direction: column;
    }
    .navigation-container {
        align-items: flex-end;
    }
    .navigation-container__text {
        margin-right: 0;
        width: 100%;
    }
    .navigation-item {
        display: flex;
        align-items: flex-end;
        width: auto;
        height: 25px;
        position: relative;
    }
    .navigation-item__list {
        display: none;
        background-color: #ffffff;
        border-radius: 8px;
        border: 1px solid var(--main-gren);
    }
    .navigation-item__list--active {
        display: block;
        padding: 0;
        padding: 20px 35px 8px 25px;
        box-sizing: border-box;
        z-index: 3;
        position: absolute;
        left: -1.5em;
        top: 2em;
        box-shadow: 0px 3px 11px 1px #bac2c27e;
    }
    .navigation-item__list--active .navigation-item__info {
        padding: 0;
        margin-bottom: 1em;
    }
    .navigation-item__info-select {
        display: flex;
        align-items: center;
        border-bottom: 2px solid var(--main-gren);
        margin-right: 30px;
        font-size: 18px;
        font-weight: lighter;
        cursor: pointer;
    }
    .navigation-item__info-select a {
        font-family: Gilroy-Light;
        font-size: 18px;
        border: none;
    }
    .arr-bottom {
        display: block;
        margin-left: 10px;
        text-align: center;
        position: relative;
    }
    .arr-bottom i {
        color: #ffffff;
        font-size: 10px;
        position: absolute;
        top: 12%;
        left: 19%;
    }


    .popular-excursions__container {
        padding: 0 12px;
    }
    .popular-excursion__arrow {
        z-index: 10;
    }

    .cities {
        grid-template-columns: 1fr 1fr 1fr;
        justify-items: baseline;
    }
    .cities-container {
        justify-self: center;
    }
    .cities div:nth-child(10) {
        display: none;
    }


    .body-info {
        box-sizing: border-box;
    }
    .body-info__container-head {
        font-size: 28px;
    }
    .body-info__container-text {
        grid-template-columns: 334px;
        gap: 30px;
        margin-bottom: 0;
        width: fit-content;
    }
    .body-text__item {
        max-width: 334px;
        padding: 0;
    }

    .body-content .g-button {
        margin-bottom: 60px;
    }

    .body-excursion__container-net-big {
        grid-template-columns: repeat(2, 1fr);
        margin-bottom: 15px;
    }
    .body-excursion__container-net-big div.body-excursion__item:nth-child(3) {
        display: none;
    }
    .body-excursion__container-net-small {
        grid-template-columns: repeat(3, 1fr);
    }


    .page-city .excursions {
        grid-template-columns: 1fr 1fr;
    }


    .page-excursion .single__body {
        margin-right: 30px;
    }
    .page-excursion .single {
        flex-direction: column-reverse;
    }
    .page-excursion .single__body {
        margin-right: 0;
    }
    .details {
        padding: 25px 21px;
        max-width: none;
    }
    .details__title {
        font-size: 27px;
    }
    @media (max-width: 350px) {
        .details__title {
            font-size: 25px;
        }
    }
    .details__item {
        margin-bottom: 18px;
    }
    .guides-container {
        margin-bottom: 30px;
    }
    .page-excursion .reviews .home-button {
        display: none;
    }
    .reviews__item {
        border: none;
    }
    .reviews-text {
        border: none;
        padding: 0;
    }
    .reviews__container {
        position: relative;
        overflow: hidden;
    }
    .reviews__container-slides {
        flex-direction: row;
    }
    .reviews__container .home-button {
        flex: none;
    }
    .reviews-container__arrow {
        display: block;
        font-size: 25px;
    }
    .reviews-container__arrow a {
        color: var(--main-gren);
    }
    .reviews-container__arrow-left {
        padding-right: 10px;
        box-sizing: border-box;
        position: absolute;
        left: 0;
        top: 50%;
    }
    .reviews-container__arrow-right {
        padding-left: 10px;
        box-sizing: border-box;
        position: absolute;
        right: 0;
        top: 50%;
    }


    .page-booking .single {
        flex-direction: column-reverse;
        align-items: flex-start;
    }
    .order-container {
        width: 100%;
        margin-top: 30px;
    }
    .order {
        width: 100%;
    }
    .order__form {
        padding-left: 5px;
        box-sizing: border-box;
    }
    .order-form__text {
        max-width: none;
        padding-left: 15px;
    }
    .order-form__item {
        width: 100%;
        justify-content: flex-start;
    }
    .order__field {
        margin-left: 15px;
        margin-right: 0;
        max-width: 300px;
        width: 100%;
    }


    .page-guide .excursions {
        grid-template-columns: 1fr 1fr;
    }
    .page-guide .guide-hero .guide-index {
        flex-direction: column;
    }
    .page-guide .guide-hero .guide-index .home-promo {
        padding: 0;
    }
}

@media (max-width: 600px) {
    body {
        font-size: 16px;
    }
    .g-container {
        padding: 0 12px;
    }
    .popular-excursions__head {
        font-size: 8vw;
    }
    .popular-excursions__info-img-container {
        height: auto;
    }
    /* .popular-excursions__info-img {
        max-width: max-content;
    } */


    .navigation {
        padding-left: 10px;
    }
    .navigation__text {
        margin-bottom: 0;
    }
    .navigation-container__text p {
        font-size: 7vw;
        margin-bottom: 0;
    }
    .navigation-item {
        width: 150px;
        width: 100%;
        padding-bottom: 0;
    }
    .navigation-item__list--active {
        left: 0;
    }
    .navigation-item__info a {
        font-size: 16px;
    }
    .navigation-item__info-select {
        margin-left: 20px;
        margin-right: 0;
    }
    .navigation-item__info-select a {
        font-family: Gilroy-Light;
        font-size: 16px;
        border: none;
    }


    .cities {
        grid-template-columns: 1fr 1fr;
        justify-items: baseline;
    }
    .cities-container {
        justify-self: center;
    }
    .cities__item-container-text {
        padding-left: 17px;
    }
    .cities div:nth-child(9) {
        display: none;
    }


    .body-info {
        box-sizing: border-box;
        margin-bottom: 30px;
    }
    .body-info__container {
        padding: 0 12px 20px 12px;
    }
    .body-info__container-head {
        font-size: 8vw;
    }
    .body-info__container-text {
        grid-template-columns: 1fr;
    }



    .body-excursion {
        padding-bottom: 30px;
    }
    .body-excursion__text {
        font-size: 8vw;
    }
    .body-excursion__container-net-big .body-excursion__item {
        max-width: none;
        width: 100%;
        margin: 0 auto;
    }
    .body-excursion__container-net-big {
        grid-template-columns: 1fr;
        margin-bottom: 15px;
    }
    .body-excursion__container-net-big div.body-excursion__item:nth-child(2) {
        display: none;
    }
    .body-excursion__container-net-small {
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 5px;
    }




    .page-city .excursions {
        grid-template-columns: 1fr;
    }

    .reviews-container__arrow-left,
    .reviews-container__arrow-right {
        top: 5%;
    }

    .page-excursion .details .g-button {
        max-width: 286px;
        width: 100%;
    }

    .single__body-main p {
        font-size: 16px;
    } 
    .text-content ul li {
        font-size: 16px;
    }
    .single__body-main p {
        line-height: 1.2em;
    } 
    .text-content ul {
        line-height: 1.2em;
    }
    .crumbs ul {
        display: flex;
        justify-content: center;
    } 

    .reviews-item__info {
        max-width: 350px;
        width: 100%;
        font-size: 16px;
    }

    .page-booking h3 {
        font-size: 30px;
        text-align: center;
    }
    .order-form__item {
        width: 100%;
        display: flex;
        flex-direction: column;
    }
    .order__field {
        width: auto;
    }


    .guide__photo img {
        width: 50px;
        height: 50px;
    }
    .guide__details-title {
        font-size: 15px;
    }

    .page-guide .excursions {
        grid-template-columns: 1fr;
    }
    .page-guide h2 {
        font-size: 7vw;
        color: var(--main-blue);
        margin: 10px 0;
    }
    .page-guide .guide-hero .guide-index {
        flex-direction: column;
        margin: 0; 
    }
    .page-guide .guide-hero {
        height: calc(100% - 120px);
        align-items: flex-end;
    }
    .page-guide .guide-hero .guide-index .home-promo {
        padding-left: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .page-guide .guide-hero .guide-index {
        align-items: center;
    }
    .page-guide .guide-hero .guide-index .home-promo h2 {
        font-size: 6vw;
        margin: 0 0 15px 0;
    } 
    .page-guide .guide-hero .guide-index .home-promo h1 {
        margin: 0;
    } 
    .page-guide .guide-hero .g-container {
        justify-content: center;
    }   
}
@media (max-width: 1100px) {
    .page-index .footer,
    .footer-contacts {
        width: auto;
    }
} 
@media (max-width: 1024px) {
    .g-container {
        padding: 0 12px;
        box-sizing: border-box;
    }
    .header-container {
        background-image: linear-gradient( rgb(152, 217, 236,1) 0%, rgba(173,220,234,0) 70%);
    }
    .header-burger-link {
        display: block;
    }
    .header-top {
        display: flex;
        justify-content: center;
    }
    .header-logo {
        max-width: 200px;
        width: 100%;
        max-height: 60px;
        height: 100%;
        background-size: contain;
        margin-top: 30px;
    }
    .header-logo-link {
        max-width: 200px;
        width: 100%;
        max-height: 60px;
        height: 100%;
    }
    .header-menu {
        display: none;
    }
    .page-city .index-hero {
        margin-top: 0;
    }
    .page-allcities .home-promo h1 {
        font-size: 43px;
    }
    .page-excursion .home-promo h1 {
        font-size: 40px;
    }
    .page-excursion .home-promo h2 {
        font-size: 33px;
    }
    .header-location {
        display: none;
    }
    .header-search-form {
        width: calc(100% - 8px);
    }
    .header-middle-textMiddle {
        font-size: 55px;
    }
    .background-feedback {
        background-size: 140% auto;
        background-position: bottom;
        height: auto;
    }
    /* .feedback-people {
        display: flex;
        justify-content: space-around;
    } */
    .feedback__container {
        width: fit-content;
    }
    /* .feedback__item {
        display: none;
    }
    .feedback-item--active {
        display: flex;
        width: fit-content;
        margin: 0 auto;
    } */
    .feedback-item__info {
        font-weight: normal;
    }
    .feedback-arrow2,
    .feedback-arrow1 {
        margin-bottom: 45px;
    }
    .description {
        padding: 10px;
    }
    .description-container {
        padding: 0 0 20px 0;
    }
    .description-text {
        margin-top: 25px;
    }
    .description-title-text {
        font-size: 30px;
    }
    .description-text-left,
    .description-text-right {
        margin: 10px 10px 10px 15px;
        font-weight: 400;
        font-size: 17px;
    }

    .footer-excursion {
        background-color: #00000000;
        padding: 0;
        width: 100%;
    }
    .footer-excursion-container {
        background-color: #00000000;
        padding: 0;
        width: 100%;
    }
    .footer {
        background-size: 140% auto;
        background-position: top;
        height: auto;
        padding-bottom: 20px;
        width: 100%;
    }
    .page-index .footer {
        padding-bottom: 20px;
    }
    .footer .body-excursion__container-net-small {
        display: block;
    }
    .footer-menu {
        display: none;
    }
    .footer-contacts {
        flex-direction: column;
        align-items: center;
        height: auto;
        padding-top: 15px;
        margin-top: 0;
    }
    .footer-contacts-numbers-phone {
        margin-bottom: 10px;
    }
    .footer-contacts-chat,
    .footer-contacts-numbers,
    .footer-contacts-mailing,
    .footer-contacts-icons {
        align-items: center;
    }
    .footer-contacts-icons {
        width: 130px;
    }
    .footer-contacts-chat-text2,
    .footer-contacts-numbers-hours,
    .footer-contacts-icons-logo-cards {
        display: none;
    }
    .footer-contacts-chat-text2-mobile {
        display: block;
    }
    .footer-contacts-numbers-mail {
        order: 1;
        font-size: 23px;
    }
    .footer-contacts-chat-text1 {
        margin-bottom: 7px;
    }
    .footer-contacts-chat-messenger {
        margin-bottom: 15px;
    }
    .footer-contacts-mailing-text {
        margin-bottom: 15px;
        text-align: center;
    }
    .footer-contacts-icons-logo {
        width: 180px;
        height: 60px;
        margin-bottom: 0;
    }
    .footer-contacts-mailing {
        width: 100%;
    }
    .footer-contacts-mailing-form {
        width: 70%;
    }
    .footer-contacts-mailing-input {
        width: 61%;
        height: 45px;
    }
    .footer-contacts-mailing-button {
        width: 39%;
        height: 45px;
        font-size: 20px;
        font-weight: 500;
    }
    .footer-contacts-icons-massengers {
        width: 100%;
        justify-content: space-between;
        margin: 10px 0;
    }
}
@media (max-width: 600px) {
    .page-index .header {
        height: 380px;
    }
    .page-index .header-middle {
        margin-top: 30px;
    }
    .page-article .header,
    .page-excursion .header {
        height: 350px;
    }
    .g-container {
        padding: 0 12px;
        box-sizing: border-box;
    }
    .header-container {
        background-image: linear-gradient( rgb(152, 217, 236,1) 0%, rgba(173,220,234,0) 70%);
    }
    .header-burger-menu {
        width: 100%;
    }
    .header-burger-link {
        display: block;
        font-size: 35px;
        top: 40px;
    }
    .header-burger-menu-arrow {
        font-size: 35px;
        top: 40px;
    }
    .header-top {
        display: flex;
        justify-content: center;
    }
    .header-logo {
        max-width: 150px;
        width: 100%;
        max-height: 45px;
        height: 100%;
        background-size: contain;
        margin-top: 35px;
    }
    .header-logo-link {
        max-width: 150px;
        width: 100%;
        max-height: 45px;
        height: 100%;
    }
    .header-menu {
        display: none;
    }
    .page-city .header {
        height: 650px;
    }
    .home-promo-tags a {
        font-size: 16px;
        padding: 5px 8px;
        margin: 3px;
    }
    .page-city .home-promo h1 {
        margin: 0;
    }
    .page-excursion .home-promo h1,
    .page-booking .home-promo h1 {
        font-size: 8vw;
        margin: 0;
    }
    .page-article .home-promo h1{
        font-size: 12vw;
    }
    .page-allcities .home-promo h1 {
        font-size: 8vw;
    }
    .page-booking .home-promo h2,
    .page-excursion .home-promo h2 {
        font-size: 5.5vw;
        margin: 0 0 10px 0;
        font-weight: 500;
    }
    .page-excursion .index-hero .g-container {
        display: flex;
        align-items: center;
    }
    .page-city .index-hero,
    .page-excursion .index-hero {
        height: calc(100% - 120px);
    }
    .header-middle {
        margin-top: 130px;
    }
    .header-middle-textTop {
        font-size: 6vw;
        margin-bottom: 3px;
        font-weight: 500;
        z-index: 2;
    }
    .header-middle-textMiddle {
        font-size: 9vw;
        
    }
    .header-middle-textBottom {
        font-size: 6vw;
    }
    .header-search {
        margin-top: 35px;
        height: 58px;
    }
    .header-search-container {
        height: 58px;
    }
    .header-search-form {
        width: calc(100% - 8px);
        height: 50px;
    }
    .header-search-input {
        height: 50px;
        padding-left: 38px;
        background-size: 12px;
    }
    .header-search-button {
        width: 50%;
        height: 50px;
        font-size: 18px;
    }
    .header-search-arrow {
        margin: 0 10px 0 5px;
    }
    .background-feedback {
        background-size: 300% auto;
        background-position: bottom;
        height: auto;
    }
    .feedback-people {
       margin-bottom: 100px;
    }
    /* .feedback__item {
        display: none;
    } */
    /* .feedback-item--active {
        display: flex;
    } */

    .feedback-item__user {
        margin-bottom: 10px;
        max-width: 320px;
    }
    .feedback-arrow2,
    .feedback-arrow1 {
        margin-bottom: 45px;
        top: 28%;
    }
    .feedback-item__info,
    .reviews-item__info {
        max-width: 400px;
        width: 100%;
        font-size: 16px;
    }
    .location {
        display: none;
    }
    .description {
        padding: 10px;
    }
    .description-container {
        padding: 0 0 20px 0;
    }
    .description-text {
        grid-template-columns: 1fr;
        gap: 10px;
        margin-top: 25px;
    }
    .description-title-text {
        color: var(--main-gren);
        font-size: 30px;
        text-align: center;
        line-height: 30px;
    }
    .description-text-left p ,
    .description-text-right p {
        font-size: 16px;
        font-weight: 300;
        padding-right: 0;
    }



    .footer .g-button {
        display: none;
    }
    .footer {
        background-size: 300% auto;
        background-position: top;
        height: auto;
        padding-bottom: 0;
        padding-top: 0;
    }
    .footer-menu {
        display: none;
    }
    .footer-contacts {
        flex-direction: column;
        align-items: center;
        height: auto;
        padding-top: 15px;
        margin-top: 0;
    }
    .footer-contacts-chat,
    .footer-contacts-numbers,
    .footer-contacts-mailing,
    .footer-contacts-icons {
        align-items: center;
    }
    .footer-contacts-chat-text2,
    .footer-contacts-numbers-hours,
    .footer-contacts-icons-logo-cards {
        display: none;
    }
    .footer-contacts-numbers-mail {
        order: 1;
    }
    .footer-contacts-chat-text1 {
        margin-bottom: 7px;
    }
    .footer-contacts-chat-messenger {
        margin-bottom: 15px;
    }
    .footer-contacts-mailing-text {
        margin-bottom: 15px;
    }
    .footer-contacts-icons-logo {
        width: 180px;
        height: 60px;
    }
    .footer-contacts-mailing {
        width: 100%;
    }
    .footer-contacts-mailing-form {
        width: 100%;
    }
    .footer-contacts-mailing-input {
        width: 64%;
        height: 45px;
    }
    .footer-contacts-mailing-button {
        width: 36%;
        height: 45px;
        font-size: 4vw;
        font-weight: 600;
    }
    .footer-contacts-icons-massengers {
        width: 100%;
        justify-content: space-between;
    }
}
@media (max-width: 350px) {
    .header-middle-textBottom,
    .header-middle-textTop {
        font-weight: 550;
    }
    .header-middle-textMiddle {
        font-size: 9vw;
    }
}
@media (max-width: 10024px) {
    .order-form__item .surname {position: absolute; z-index: -1;}
}
.cards {
    display: flex;
    margin-bottom: 1em;;
}
.cards img {height: 100px;}
.mdl-textfield .mdl-textfield__label,
.mdl-textfield .mdl-textfield__input {
    font-family: Calibri, 'Gill Sans MT', 'Gill Sans', 'Trebuchet MS', sans-serif;
}
.mdl-textfield.is-invalid .mdl-textfield__input {
    border-bottom: 1px solid rgba(0,0,0,.12);
}

/* FCK Editor */
big {font-size: 1.2em; line-height: 1.3em;} 
small {font-size: .9em; line-height: 1.4em;}
.editor-red {color: red;}
.editor-dark-blue {color: #0e589e;}
.editor-indent1 {margin-left: 40px;}
.editor-indent2 {margin-left: 80px;}
.editor-indent3 {margin-left: 120px;}
.editor-indent4 {margin-left: 160px;}
.editor-align-left {text-align: left;}
.editor-align-center {text-align: center;}
.editor-align-right {text-align: right;}
.editor-align-justify {text-align: justify;}

/* from html content filter */
.g-content-left {float: left; margin: 0 10px 15px 0;}
.g-content-right {float: right; margin: 0 0 15px 10px;}

/* text content table */
.text-content table.g-bordered {border: 1px solid #e5e5e5;}
.text-content table.g-bordered td, .text-content table.g-bordered th {padding: 3px; border: 1px solid #dadada;}
.text-content table caption {padding-bottom: 5px; font-size: 1.1em; font-weight: bold; color: #2d3b5b; text-align: left;}
.text-content table th {background-color: #eef0f8;}

.text-content .block {margin-bottom: 14px;}
.text-content .block-title {margin-bottom: 7px; font-weight: bold;}
.text-content .block-title a {border-bottom: 1px dotted #1b5be0; text-decoration: none;}
.text-content .block-open .block-title a {border-bottom-style: solid;}

/* foto gallery plugin */
.fotoset {display: flex; gap: 5px; flex-wrap: wrap;}
.fotoset-item img {width: 225px; height: 150px;}
a.fotoset-item, a.fotoset-item:hover {border: 0;}
.fotoset-single .fotoset-item {margin-right: 0;}
