@import "fonts/MV-SKIFER/mvskiferregular.css";
@import "fonts/mv-weekend-f/styles.css";

* {
    outline: none;
    margin: 0;
    padding: 0;
    border: none;
    text-decoration: none;
    background: none;
    box-sizing: border-box;
}

body {
    font-family: 'MV-WEEKEND';
    line-height: normal;
}

.btn {
    border-radius: 30px;
    font-family: MV-WEEKEND;
}
.booking-btn{
    background-color: #FEFCF8;
    padding: 15px 30px;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
    color: #EF6614;
    font-size: 18px;
    font-weight: 400;
    line-height: 120%;
    text-transform: uppercase;
}
.title-Sk {
    font-family: MV-SKIFER;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
    color: #000000;
}

button {
    background: none;
    border: none;
}

input,
textarea {
    font-family: 'MV-WEEKEND';
    line-height: normal;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

input[type='number'],
input[type="number"]:hover,
input[type="number"]:focus {
    appearance: none;
    -moz-appearance: textfield;
}

.container-holder {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 15px;
}
.page-section {
    margin-top: 120px;
}
:root {
    --color-EF6614: #EF6614;
}
.section-title{
    color: #FEFCF8;
    font-size: 48px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -1.92px;
    text-transform: uppercase;
}
.first-popup__suTitle{
    color: #F78A4B;
    font-size: 16px;
    font-weight: 400;
    line-height: 130%;
}
.border-radius{
    border-radius: 30px;
    overflow: hidden;
}


.display-height{
    height:max(100dvh, 700px);
}



.main-section-content-wrapper {
    width: 100%;
    /*overflow-y: scroll;*/
}
.main-section-content-wrapper::-webkit-scrollbar {
    display: none;
}

/* Скрываем scrollbar для IE, Edge и Firefox */
.main-section-content-wrapper {
    -ms-overflow-style: none;  /* IE и Edge */
    scrollbar-width: none;  /* Firefox */
}
.main-section {
    display: flex;
    position: relative;
    overflow: hidden;
    border-radius: 30px;
    /*background-color: #f8e7b3;*/
    /*height: 100vh;*/
}
/*.main-section-image-wrapper,
.main-section-image-wrapper svg {
    width: 100%;
}*/
/*.main-section-image-wrapper*/
.animal-hideout-image-wrapper{
    display: flex;
    height: 100%;
}
.animal-hideout-image-wrapper picture{
    display: flex;
}
/*.main-section-image-wrapper{
    min-width: 1000px;
}*/

.main-section-content {
    position: absolute;
}

.main-section-content.top {
    top: 20px;
    left: 20px;
}
.main-section-content.bottom {
    bottom: 0;
    left: 0;
    padding: 0 20px 20px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: end;
}
.soc-contacts {
    display: flex;
    gap: 10px;
}
.btn span {
    font-size: 18px;
    font-weight: 400;
    line-height: 120%;
}
.main-section-btn {
    display: flex;
    padding: 16px 24px 14px;
    background-color: var(--color-EF6614);
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 400;
    line-height: 120%;
    text-transform: uppercase;
}
.menu-button.btn span{
    text-transform: uppercase;
    margin-bottom: -1px;
}
.main-section-content.bottom .main-section-btn {
    width: 100%;
    max-width: 150px;
    justify-content: center;
}
.soc-contacts-item{
    display: flex;
}
.menu-button-text-wrapper {
    display: flex;
    align-items: baseline;
}
.area-item {
    height: 32px;
    width: 32px;
    border-radius: 100px;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.rea-item-line {
    height: 2px;
    width: 14px;
    background: #BF4904;
    position: absolute;
}
.rea-item-line.vertical {
    transform: rotate(90deg);
}
.animal-hideout {
    position: absolute;
    bottom: -750px;
    width: 100%;
    max-width: 548px;
    z-index: 10;
    transition: bottom 400ms;
}
.show .animal-hideout {
    bottom: 0;
}
.animal-hideout img {
    width: 100%;
}
.area-item {
    z-index: 3;
    position: absolute;
}
.area-item-1 {
    top: 60%;
    left: 30%;
}
.area-item-2 {
    top: 46%;
    left: 36%;
}
.area-item-3 {
    top: 44.4%;
    left: 46%;
}
.area-item-4 {
    top: 38%;
    left: 56%;
}
.area-item-5 {
    top: 72%;
    left: 40%;
}
.area-item-6 {
    top: 69%;
    left: 53%;
}
.area-item:hover {
    background-color: #BF4904;
}
.area-item:hover .rea-item-line {
    background-color: #FFFFFF;
}
.hover-on {
    background-color: #BF4904;
}
.hover-on .rea-item-line {
    background-color: #FFFFFF;
}

/*modal*/
.modal {
    z-index: 9;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    align-items: center;
    justify-content: center;
    opacity: 0;
    display: flex;
    visibility: hidden;
    transition: opacity 400ms, visibility 400ms;
}
/*.main-section .modal{
    background: rgba(0, 0, 0, 0.2);
}*/
.show-animal-modal {
    border-bottom-left-radius: 0;
}
.main-section-modal {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 366px;
}
.modal-content {
    background: #FEFCF8;
    padding: 20px;
}

.modal-title {
    color: #F78A4B;
    font-size: 32px;
    font-weight: 400;
    line-height: 100%;
    text-transform: uppercase;
}
.modal-content .btn {
    width: 100%;
    justify-content: center;
    font-size: 18px;
    font-weight: 400;
    line-height: 120%;
    text-transform: uppercase;
}
.close-btn {
    width: 100%;
    max-width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url("/static/images/bg/close-ellipses.svg");
}
.close-btn:after {
    content: url("/static/images/bg/close-icon.svg");
    padding-top: 2px;
}
.modal-content.top {
    display: flex;
    gap: 10px;
    justify-content: space-between;
}
.show .modal {
    visibility: unset;
    opacity: 1;
}
.modal-content-title-wrapper {
    width: 100%;
    max-width: 270px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.modal-content-title-wrapper .section-title{
    color: var(--color-EF6614);
}
.modal-subTitle {
    font-size: 16px;
    font-weight: 400;
    line-height: 130%;
    color: #01655A;
    max-width: 400px;
}
.modal-content-bottom {
    position: relative;
}
.modal-content-bottom .insert-piece {
    position: absolute;
    bottom: 0;
    left: -28px;
}
.modal-title .first-open {
    font-size: 48px;
    line-height: 100%;
}
/*END modal*/

/*menu*/
.menu-button-wrapper {
    position: sticky;
    bottom: 15px;
    left: calc(50% - 54px);
    display: flex;
    justify-content: center;
    z-index: 10;
    background: #FFFFFF;
    padding: 4px;
    width: fit-content;
}
.menu-button-wrapper.border-radius{
    overflow: unset;
}
.menu-button {
    display: flex;
    background: #3A67A3;
    padding: 8px 16px;
    color: #FFFFFF;
}
.menu-nav {
    position: absolute;
    bottom: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 500px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 300ms;
}
.menu-nav a {
    padding: 12px 16px;
    color: #18539D;
    font-size: 18px;
    font-weight: 400;
    line-height: 120%;
    background-color: #FFFFFF;
    border-radius: 30px;
    width: fit-content;
    white-space: nowrap;
}

/*EMD menu*/


/*zoo section*/
.zoo-section {
    padding-top: 15px;
    position: relative;
    color: #FEFCF8;
    margin-top: 15px;
    border-radius: 30px;
}
.zoo-section > .pin-spacer{
    width: 0!important;
}
.zoo-section-top{
    display: flex;
    justify-content: space-between;
    position: sticky;
    top: 0;
    z-index: 2;
    height: 0;
}
.zoo-slider.alpaca{
    background-image: url("/static/images/bg/bg-color-orange.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 120% 120%;
    border-radius: 30px 30px 0 0;
    transition: background-size 200ms;
}
.zoo-slider-block{
    display: flex;
    flex-direction: column;
    gap: 50px;
    border-radius: 30px;
}


.zoo-types {
    position: sticky;
    top: 10px;
    padding: 15px;
    display: flex;
    flex-direction: column;
    width: fit-content;
    z-index: 2;
}
.end-sticky{
    margin-bottom: calc(100vh - 290px);
}

.zoo-type-item {
    font-size: 24px;
    font-weight: 400;
    line-height: 130%;
    text-transform: uppercase;
    cursor: pointer;
    color: #FEFCF8;
    transition: font-size 300ms;
    display: flex;
    align-items: center;
    height: 50px;
}

.zoo-type-item.active {
    font-size: 48px;
}


.zoo-slider {
    position: relative;
    display: flex;
    transform-style: preserve-3d;
    perspective: 500px;
    width: 100%;
   overflow: hidden;
    /*   border-radius: 30px;*/
}

.zoo-slider .swiper-slide {
    position: absolute;
    transition: transform 0.5s, scale 0.5s, opacity 0.5s;
    transform-style: preserve-3d;
    transform-origin: bottom;
    user-select: none;
    bottom: -50px;
    width: 100%;
    max-width: 30%;
    display: flex;
    justify-content: center;
    left: calc(50% - 15%);
}
.slid-image-wrapper {
    position: relative;
    display: flex;
    justify-content: center;
    height: 100%;
    width: 100%;
}

.zoo-slider .swiper-slide:nth-child(1) {
    transform: translate3d(-140%, 0, 0) scale(0.6);
    z-index: 1;
    opacity: 0.4;
}

.zoo-slider .swiper-slide:nth-child(2) {
    transform: translate3d(-80%, 0, 0) scale(0.7);
    z-index: 2;
    opacity: 0.6;
}

.zoo-slider .swiper-slide:nth-child(3) {
    transform: translate3d(0, 0, 0) scale(1);
    z-index: 3;
    left: calc(50% - 15%);
    display: flex;
    flex-direction: column;
    align-items: center;
    opacity: 1;
}




.zoo-slider.dogs .zoo-slide-top{
    top: -10px;
}
.zoo-slider.dogs  .swiper-slide{
    bottom: -10px;
}
.zoo-slider.hors .zoo-slide-top{
    top: 0;
}
.zoo-slider.hors  .swiper-slide{
    max-width: 35%;
    bottom: 0;
}
.zoo-slider.hors .swiper-slide:nth-child(3){
    left: calc(50% - 20%);
}
.zoo-slider.hors .zoo-slider-button.left{
    left: 7%;
}
.zoo-slider.hors .zoo-slider-button.right{
    right: 13%;
    transform: scale(0.8);
}
.zoo-slider.hors  .swiper-slide.slide-item{
    left: calc(50% - 20%);
}
.zoo-slider.hors .swiper-slide:nth-child(4){
    transform: translate3d(80%, 0, 0) scale(0.8);
}
.zoo-slider .swiper-slide:nth-child(3) .zoo-slide-top {
    display: flex;
    text-align: center;
    padding-top: 15px;
}

.zoo-slider .swiper-slide:nth-child(4) {
    transform: translate3d(80%, 0, 0) scale(0.7);
    z-index: 2;
    opacity: 0.6;
}

.zoo-slider .swiper-slide:nth-child(5) {
    transform: translateX(140%) scale(0.6);
    z-index: 1;
    opacity: 0.4;
}

.zoo-slider .swiper-slide:nth-child(1).animate {
    animation: showing2 0.5s forwards;
}

.zoo-slider .swiper-slide:nth-child(5).animate {
    animation: showing1 0.5s forwards;
}


@keyframes showing1 {
    0% {
        transform: translateX(180%) scale(0.4);
    }
    100% {
        transform: translateX(140%) scale(0.6);
    }
}

@keyframes showing2 {
    0% {
        transform: translateX(-180%) scale(0.4);
    }
    100% {
        transform: translate3d(-140%, 0, 0) scale(0.6);
    }
}

.zoo-slider .swiper-slide img {
    width: 100%;
    margin-top: auto;
}

.button {
    position: absolute;
    height: 300px;
    width: 200px;
    border: 1px solid #ffffff;
    display: flex;
    cursor: pointer;
}

.slider-wrapper {
    position: relative;
    height: 300px;
    width: 100%;
}

.button.prev {
    top: 2%;
    left: 10%;
}

.button.next {
    top: 2%;
    right: 10%;
}

.zoo-slide-top {
    position: absolute;
    top: -50px;
    flex-direction: column;
    gap: 5px;
    display: none;
    max-width: 450px;
    z-index: 5;
}

.zoo-slide-title-m {
    font-size: 16px;
    font-weight: 400;
    line-height: 130%
}

.zoo-slide-title-xxl {
    font-size: 64px;
    font-weight: 400;
    line-height: 100%;
    text-transform: uppercase;
}

.zoo-slider-button {
    position: absolute;
    z-index: 6;
    bottom: -16%;
    /*height: 80%;*/
    height: clamp(550px, 90%, 700px);
    width: 100%;
    max-width: 350px;
}

.zoo-slider-button.left {
    transform: scale(0.7);
    left: 13%;
}

.zoo-slider-button.right {
    transform: scale(0.7);
    right: 13%;

}

/*END zoo section*/

/*we have section*/
.we-have-item {
    border-radius: 30px;
    overflow: hidden;
    position: relative;
    color: #FEFCF8;
    aspect-ratio: 1;
}
.we-have-item .title {
    position: absolute;
    bottom: 30px;
    left: 30px;
    z-index: 2;
    font-size: 32px;
    font-weight: 400;
    line-height: 100%;
    text-transform: uppercase;
}
.we-have-card-bg{
    background-size: cover;
    filter: blur(3px);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    transition: filter 400ms;
}
.booking-price {
    display: none;
    flex-direction: column;
    width: 179px;
    height: 178px;
    justify-content: center;
    align-items: center;
    border-radius: 1000px;
    position: absolute;
    top: 0;
    color: #FEFCF8;
    text-transform: uppercase;
    z-index:2;
}
.excursion-card{
    color: #BF4904;
    border: 2px solid #BF4904;
}
.excursion-card-img{
    background-image: url("/static/images/cards-image/s-1.png");
}
.excursion-card .booking-price {
    background: #BF4904;
}


.visit-card-img{
    background-image: url("/static/images/cards-image/s-2.png");
}
.visit-card .booking-price {
    background: #028173;
}

.walking-card-img{
    background-image: url("/static/images/cards-image/s-3.png");
}
.walking-card .booking-price {
    background: #063166;
}

.delicacy-card-img{
    background-image: url("/static/images/cards-image/s-4.png");
}
.delicacy-card .booking-price {
    background: #028173;
}

.carrot-card-img{
    background-image: url("/static/images/cards-image/s-5.png");
}
.carrot-card .booking-price {
    background: #063166;
}

.birthday-card-img{
    background-image: url("/static/images/cards-image/s-6.png");
}
.birthday-card .booking-price{
    background: #9B3A00;
}

.corporate-card{
    color: #0C3E7D;
    border: 1px solid #0C3E7D;
}
.corporate-card-img{
    background-image: url("/static/images/cards-image/s-7.png");
}
.corporate-card .booking-price {
    background: #0C3E7D;
}

.squirrels-card-img{
    background-image: url("/static/images/cards-image/s-8.png");
}
.squirrels-card .booking-price {
    background: #9B3A00;
}

.rent-card-img{
    background-image: url("/static/images/cards-image/s-9.png");
}
.rent-card .booking-price {
    background: #9B3A00;
}

.drinks-card-img {
    background-image: url("/static/images/cards-image/s-10.png")
}
.drinks-card .booking-price {
    background: #26AD9F;
}


.walking-card .title,
.squirrels-card .title,
.rent-card .title,
.drinks-card.title,
.carrot-card .title{
    top: 30px;
    bottom: auto;
}


.we-have {
    display: grid;
    grid-template-columns:repeat(3, 1fr);
    gap: 30px;
}


@media (hover: hover) {
    .we-have-item:hover{
        cursor: pointer;
    }
    .we-have-item:hover .we-have-card-bg{
        filter: none;
    }
}
.we-have-item img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.we-have .we-have-item:first-child {
    border-radius: unset;
}

.we-have .we-have-item:first-child .title {
    color: #BF4904;
    font-size: 48px;
    font-weight: 400;
    line-height: 100%;
    text-transform: uppercase;
    position: initial;
}




.we-have .we-have-item:nth-child(9) .title,
.we-have .we-have-item:nth-child(10) .title {
    top: 30px;
    bottom: auto;
}
.we-have .we-have-item:nth-child(11) {
    border: 1px solid #26AD9F;
}

.we-have .we-have-item:nth-child(11) .title {
    top: 30px;
    bottom: auto;
    color: #26AD9F;
}


.booking-price span {
    font-size: 32px;
}










/*END we have section*/

/*start gift certificates section*/
.gift-certificates {
    color: #FEFCF8;
}
.gift-certificates-top.border-radius{
    overflow: unset;
}
.gift-certificates-top {
    background-color: #F78A4B;
    background-image: url("/static/images/bg/bg-dashed.png");
    background-position: bottom;
    background-repeat: no-repeat;
    padding: 30px;
    position: relative;
    z-index: 1;
}

.gift-certificates-content {
    background-image: url("/static/images/bg/Group-51.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 672px;
    padding-top: 71px;
    position: relative;
    overflow: hidden;

}

.row-13-icon {
    position: absolute;
}

.row-icon {
    display: flex;
    border-radius: 1000px;
    position: absolute;
    width: 107px;
    height: 107px;
    background: #ffffff;
}

.row-icon-1 {
    top: -53px;
    left: -53px;
}

.row-icon-2 {
    top: -53px;
    right: -53px;
}

.row-icon-3 {
    bottom: -53px;
    right: -53px;
}

.row-icon-4 {
    bottom: -53px;
    left: -53px;
}

.gift-certificates-title-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.gift-certificates-img-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
}

.gift-certificates-img-wrapper img {
    width: 100%;
    max-width: 576px;
}
.gift-certificates-content-title {
    font-size: 32px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -1.28px;
    text-transform: uppercase;
    text-align: center;
}

.gifts-wrapper {

    width: 100%;
    max-width: 938px;
    margin: 60px auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px 90px;
}

.gifts-item {
    display: flex;
    align-items: center;
    gap: 30px;
}

.gifts-item:has(input:checked) svg .svg-border {
    fill: #FFFFFF;
}

.gifts-item:has(input:checked) svg .svg-border-out {
    fill: #FFFFFF;
}

.gifts-item .gifts-item-title {
    font-size: 24px;
    font-weight: 400;
}

.buy-button-wrapper {
    display: flex;
    justify-content: center;
}
.gifts-wrapper .btn {
    text-transform: none;
}

/*END gift certificates section*/

/*faq section*/
.faq {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.faq .section-title {
    color: #EF6614;
    max-width: 186px;
}

.faq-item {
    color: #FEFCF8;
    border-radius: 30px;
    background: #F78A4B;
    position: relative;
    padding-bottom: 30px;
}
@media (hover: hover) {
    [data-open-faq-btn]:hover{
        cursor: pointer;
    }
}


.faq-item-button-wrapper {
    display: flex;
    justify-content: end;
    padding: 30px 30px 0 0;
}

.question {
    font-size: 24px;
    font-weight: 400;
    line-height: 150%;
    text-transform: uppercase;
    padding: 46px 30px 0;
}

.answer {
    position: absolute;
    margin-top: 0;
    /*display: none;*/
    max-height: 0;
    overflow: hidden;
    transition: max-height 300ms, margin-top 300ms, padding-bottom 300ms;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    background: #F78A4B;
    border-radius: 0 0 30px 30px;
    z-index: 1;
    width: 100%;
}

.answer p {
    padding: 30px;
    width: 100%;
}

.faq-item.special {
    border: 1px solid #F78A4B;
    background: #FFF6E6;
    color: #EF6614;
}

.faq-item.special svg ellipse,
.faq-item.special svg .ellipse {
    fill: #EF6614;
}

.faq-item.special svg .ellipse {
    stroke: #EF6614;
}

.faq-item.special svg .faq-icon-row {
    stroke: #FEFCF8;
}

.faq-item.special .answer {
    background: #FFF6E6;
    width: calc(100% + 2px);
    left: -1px;
}

.faq-item.special.open .answer {
    border: 1px solid #F78A4B;
    border-top: none;
}

.faq.page-section {
    margin-bottom: 132px;
}
.seo-content{
    position: relative;
    height: 100%;
}

.seo-text-wrapper{
    padding: 46px 30px 24px;
    position: absolute;
    top: 0;
    left: 0;
    background: #FFF6E6;
    border-radius: 0 0 30px 30px;
}
.seo-text {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    text-transform: uppercase;
    max-height: 116px;
    transition: max-height 300ms;
}
.open .seo-text{
    display: -webkit-box;
    -webkit-line-clamp: unset;
    -webkit-box-orient: unset;
    overflow: unset;
    text-overflow: unset;
    white-space: normal;
    overflow: hidden;
}


    /*END faq section*/

/*map section*/

.map-section {
    height: 100vh;
    max-height: 810px;
    overflow: hidden;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.map-animate-wrapper{
    display: flex;
    height: 100%;
    width: 100%;
}
.map-animate-wrapper iframe{
    border-radius: 30px;
}
.map-animate-block {
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    height: 100%;
    width: 100%;
    max-height: 100%;
    max-width: 100%;
    transition:border-radius 700ms, max-width 700ms, max-height 700ms, right 700ms;

}
.map-section.animate .map-animate-block{
    max-height: 450px;
    max-width: 450px;
}
.map-animate-bg{
    background-image: url("/static/images/bg/bg-orange-1.png");
    background-repeat: no-repeat;
    background-position: center center;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: 123% 123%;
    height: 100%;
    width: 100%;
    max-height: 100%;
    max-width: 100%;
    border-radius: 30px;
    transition:border-radius 700ms, background-size 700ms, max-width 700ms, max-height 700ms;
}
.map-section.animate .map-animate-bg{
    background-size: 90% 90%;
}
.map-animate-mail{
    color: #FFF6E6;
    font-size: 24px;
    font-weight: 400;
    line-height: 120%;
}
.map-animate-mail-s{
    color: #FFF6E6;
    font-size: 13px;
    font-weight: 400;
    line-height: 120%;
}
.map-animate-content{
    width: 100%;
    max-width: 273px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: center;
    transition: max-width 300ms;
}
.map-animate-content .section-title{
    max-width: 186px;
    text-align: center;
}
/*end map section*/


/*visiting rules*/

.visiting-rules{
    position: relative;
}

.visiting-rules  .modal{
    display: flex;
    justify-content: end;
}
.visiting-rules .modal-content{
    background: #BF4904;
    width: 100%;
    max-width: 366px;
    max-height: 254px;
    padding: 0;
    position: absolute;
    visibility: hidden;
    opacity: 0;
    transition:visibility 300ms, opacity 300ms;
    z-index: 10;
    left: -44%;
    top: 25%;
}
.modal-inner-content{
    position: relative;
    padding: 20px;
}
.visiting-rules .modal-content .modal-icon{
    position: absolute;
    bottom: 0;
    right: -28px;
}
.visiting-rules-top{
    background-image: url("/static/images/bg/bg-visiting-rules.png");
    display: flex;
    justify-content: space-between;
    background-size: cover;
}
.visiting-rules-image-wrapper{
    display: flex;
    margin-right:9%;
    position: relative;
}
.visiting-rules-image-wrapper img{
    width: 100%;
    position: relative;
    z-index: 9;
}
.visiting-rules-description{
    display: flex;
    flex-direction: column;
    gap: 30px;
    color: var(--color-EF6614);
    padding: 30px 0 0 30px;
    max-width: 341px;
}
.visiting-rules .modal-content .section-title{
    max-width: 250px;
}
.visiting-rules-description .section-title{
    color: #BF4904;
}
.visiting-rules-description-text{
    font-size: 20px;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: -0.46px;
}
.visiting-rules-subTitle{
    margin-top: 40px;
    font-size: 20px;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: -0.46px;
    color: #FEFCF8;
}
.__overlay{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    backdrop-filter: blur(7px);
    visibility: hidden;
    opacity: 0;
    transition:visibility 300ms, opacity 300ms;
}
.visiting-rules-top.show .__overlay,
.visiting-rules-top.show .visiting-rules-image-wrapper .modal-content{
    visibility: visible;
    opacity: 1;
}
.visiting-rules-bottom{
    margin-top: 30px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
}
.visiting-rules-card{
    width: 100%;
    max-width: 330px;
    position: relative;
    border-radius: 30px;
    overflow: hidden;
}
.visiting-rules-card img{
    width: 100%;
}
.visiting-rules-card-title{
    position: absolute;
    top: 30px;
    left: 30px;
    right: 30px;color: #BF4904;
    font-size: 32px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -1.28px;
    text-transform: uppercase;
}
.visiting-rules-image-wrapper picture{
    display: flex;
}
.modal-content.border-radius{
    overflow: unset;
}

/*END visiting rules*/

/*help zoo section*/

.help-zoo-section{
    background: #F78A4B;
    padding: 15px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    position: relative;
}
/*.slide-sticky{
    position: sticky;
    top: 0;
}*/
.help-zoo-type{
    background: #FFF6E6;
    padding: 15px 15px 15px 30px;
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 15px;
    grid-template-areas:
       "description helpR"
       "donate helpR";
}
.help-zoo-type-r{
    width: 100%;
    display: flex;
    gap: 15px;
    grid-area: helpR;
}
.bout-help-zoo{
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.help-zoo-item{
    background-color: #F78A4B;
    padding: 30px;
    width: 100%;
    max-width: 450px;
    aspect-ratio: 4/3;
}
.about-help-zoo-subTitle{
    margin-top: 10px;
    color: #FEFCF8;
    font-size: 20px;
    font-weight: 400;
    line-height: 110%;
    letter-spacing: -0.8px;
    max-width: 220px;
}
.help-zoo-item-1{
    background-image: url("/static/images/bg/bg-card-1.png");
}
.help-zoo-item-2{
    background-image: url("/static/images/bg/bg-card-2.png");
}
.help-zoo-item-3{
    background-image: url("/static/images/bg/bg-card-3.png");
    color: #FEFCF8;
    font-size: 48px;
    font-weight: 400;
    line-height: 100%;
    text-transform: uppercase;
}
.help-zoo-type-description-top{
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.help-zoo-type-description-title{
    color: #EF6614;
    font-size: 32px;
    font-weight: 400;
    line-height: 110%;
    letter-spacing: -1.28px;
    text-transform: uppercase;
    max-width: 250px;
}
.help-zoo-type-description-subTitle{
    color: #F78A4B;
    font-size: 16px;
    font-weight: 400;
    line-height: 120%;
    max-width: 301px;
}
.help-zoo-type-description{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    max-width: 450px;
    grid-area: description;
}
.help-zoo-donate .btn{
    background: #EF6614;
    color: #FEFCF8;
    font-size: 18px;
    font-weight: 400;
    line-height: 120%;
    text-transform: uppercase;
    padding: 15px 30px;
    text-align: center;
}
.help-help-amount-wrapper{
    display: flex;
    align-items: center;
    gap: 8px;
}
.help-zoo-donate{
    display: flex;
    align-items: center;
    gap: 36px;
    grid-area: donate;
}
.help-hel__amount{
    color:#BF4904;
    font-size: 32px;
    font-weight: 400;
    line-height: 100%;
    text-transform: uppercase;
}
.help-amount-card{
    display: flex;
    align-items: center;
    justify-content: center;
}
.help-amount-card .help-hel__amount{
    color: #FEFCF8;
    font-size: 64px;
    font-weight: 400;
    line-height: 100%;
    text-transform: uppercase;
}
.swiper-slide img{
    width: 100%;
}
.help-animal-slider{
    /*max-width: 161px;*/
    overflow: hidden;
}
.help-animal-slider .swiper-slide{
    display: flex;
}
.help-animal-slider-wrapper{
    padding-bottom: 0;
    padding-top: 8px;
    display: flex;
    justify-content: center;
}
.help-animal-top{
    color:#FEFCF8;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.help-animal-name{
    font-size: 32px;
    font-weight: 400;
    line-height: 100%;
    text-transform: uppercase;
}
.help-animal-wish{
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    letter-spacing: -0.8px;
}
.help-animal-stage-name,
․help-animal-character{
    font-size: 16px;
    font-weight: 400;
    line-height: 110%;
    letter-spacing: -0.64px;
    text-transform: uppercase;
}
.help-animal-character,
.help-animal-wish{
    margin-top: 5px;
}
.help-zoo-modal{
    flex-direction: column;
}
.help-zoo-modal .modal-content{
    max-width: 366px;
    position: relative;
}
.help-zoo-QR{
    padding: 20px;

}
.help-zoo-modal .modal-content .insert-piece{
    position: absolute;
    bottom: 0;
    left: -28px;
}
.help-zoo-QR img{
    width: 100%;
}
.help-zoo-modal-top{
    display: flex;
    gap: 20px;
    justify-content: space-between;
    width: 100%;
}
.help-zoo-modal-description{
    display: flex;
    flex-direction: column;
    gap: 20px;
    color: #F78A4B;
}
.help-zoo-modal-title{
    font-size: 48px;
    font-weight: 400;
    line-height: 100%
}
.help-zoo-modal-purpose{
    font-size: 16px;
    font-weight: 400;
    line-height: 130%
}
.help-zoo-modal .modal-content .btn{
display: none;
}
.help-zoo-modal .modal-content{
    width: 100%;
}
.help-animal-card{
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
}
.help-animal-text{
    font-size: 20px;
}
.help-animal-text.text2{
    margin-top: 4px;
}
.help-animal-slider .help-animal-card img{
    max-width: 161px;
}
/*END help zoo section*/


/*about section*/
.about-section{
    position: relative;
}
.about-display{
    height: max(100vh, 720px);
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-display-1.border-radius{
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.about-display-1,
.about-display-2,
.about-display-3{
    position: sticky;
    top: 0;
    display: flex;
    background-image: url("/static/images/bg/bg-about.png");
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-size: 100% 101%;
    background-repeat: no-repeat;
}
.about-display-5,
.about-display-6,
.about-display-7{
    position: sticky;
    top: 0;
}
.about-display-7{
    margin-bottom: -2px;
}
.about-display-content{
    width: 100%;
    max-width: 748px;
    color: #FEFCF8;
    text-align: center;
    padding: 10px;
    position: relative;
    z-index: 4;
}
.about-display__title{
    font-size: 64px;
    font-weight: 400;
    line-height: 100%;
    text-transform: uppercase;
}
.about-display__text{
    font-size: 20px;
    font-weight: 400;
    line-height: 130%
}
.about-display__btn{
    display: flex;
    max-width: fit-content;
    margin: 20px auto 0;
    background: #FEFCF8;
    color: #BF4904;
    font-size: 18px;
    font-weight: 400;
    line-height: 120%;
    padding: 16px 24px;
    text-transform: uppercase;
}


.about-display-animate{
    position: relative;
    z-index: 2;
}

.about-display-2-image-wrapper{
    display: flex;
    width: 100%;
    background-size: contain;
    background-repeat: no-repeat;
}
.about-img{
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.about-animate-img-1{
    left:10%;
    top: -10%;
    height: 337px;
    width: 348px;
    background-image: url("/static/images/about/about-animate-img-1.png");
}
.about-animate-img-5{
    height: 136px;
    width: 100px;
    left: 32px;
    top: 35%;
    background-image: url("/static/images/about/about-animate-img-5.png");
}
.about-animate-img-2{
    height: 350px;
    width: 350px;
    left: 5%;
    bottom: 5%;
    background-image: url("/static/images/about/about-animate-img-2.png");

}
.about-animate-img-6{
    height: 81px;
    background-image: url("/static/images/about/about-animate-img-6.png");
    background-position:82% 0;
}
.about-animate-img-3{
    display: flex;
    padding-top:25%;
    align-items: end;
}
.about-animate-img-3__1{
    height: 350px;
    width: 350px;
    top: 15%;
    right: 20%;
    background-image: url("/static/images/about/about-animate-img-3.png");
}
.about-animate-img-3__2{
    height: 96px;
    width: 80px;
    background-image: url("/static/images/about/about-animate-img-7.png");
    right: 10%;
    top: 40%;
}
.about-animate-img-4{
    height: 340px;
    width: 298px;
    right: 10%;
    bottom: 0;
    background-image: url("/static/images/about/about-animate-img-4.png");
}

.about-display-3{
    display: flex;
    height: max(100vh, 720px);
}

.about-animate-img-10{
    top: 0;
    left: 5%;
    height: 410px;
    width: 100%;
    max-width: 500px;
    background-image: url("/static/images/about/about-animate-img-10.png");
    background-position: bottom;
}
.about-animate-img-11 {
    bottom: 10%;
    right: 5%;
    width: 512px;
    height: 390px;
    background-image: url("/static/images/about/about-animate-img-11.png");
}


.about-display-4{
    background-image: url("/static/images/about/bg-about-4.png") ;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    display: flex;
    gap: 30px;
    padding: 15px;
    z-index: 5;
}
.about-display-4-description{
    color:#FEFCF8;
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding: 30px;
    background-color: #028173;
}
.about-display-4-title{
    font-size: 64px;
    font-weight: 400;
    line-height: 100%;
    text-transform: uppercase;
}
.about-display-4-text{
    font-size: 16px;
    font-weight: 400;
    line-height: 130%
}
.about-display-4-card{
    width: 100%;
    max-width: 450px;
    aspect-ratio: 1/1.1;
    border-radius: 30px;
    position: relative;
}
.about-display-4-card > img{
    height: 100%;
    width: 100%;
    border-radius: 30px;
}
.about-display-4-col{
   display: flex;
    flex-direction: column;
    gap: 30px;
}
.about-display-4-col:nth-child(2){
    padding-top: 49px;
}
.about-display-4-col:nth-child(3){
    padding-top: 79px;
}
.about-display-4-card .weather-icon{
    position: absolute;
    top: -100px;
    left: -100px;
    width: 200px;
    height: 200px;
    display: flex;
    justify-content: end;
}
.gallery-title,
.reviews-title{
    color: #FEFCF8;
    text-align: center;
    font-size: 64px;
    font-weight: 400;
    line-height: 100%;
    text-transform: uppercase;
}

.about-display-5{
    background-color: #26AD9F;
    padding: 50px 0;
}
.gallery-slider .swiper-wrapper .swiper-slide{
    max-width: 450px;
}
.gallery-slider .swiper-wrapper .swiper-slide img{
    width: 100%;
}
.gallery-slider{
    margin-top: 55px;
    width: 100%;
    overflow: hidden;
}
.gallery-slider-control{
    margin-top: 40px;
    display: flex;
    justify-content: center;
    gap: 29px;
}

.main-soc-item {
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-display-6{
    padding: 40px 0;
    background-color: #26AD9F;
}
.reviews-content{
    padding: 0 24px;
    width: 100%;
}
.reviews-card{
    border-radius: 30px;
    background: #FEFCF8;
    padding: 20px;
    width: 100%;
    max-width: 448px;
}
.reviews-slider .swiper-wrapper .swiper-slide{
    max-width: 440px;
    display: flex;
    height: auto;
}
.reviews-card-top{
    display: flex;
    justify-content: space-between;
}
.reviews-creator{
    display: flex;
    align-items: center;
    gap: 21px;
}
.reviews-creator-image{
    width: 90px;
    height: 90px;
    border-radius: 100px;
    background: #FFF6E6;
    display: flex;
    align-items: center;
    justify-content: center;
}
.reviews-creator-image img{
    height: 100%;
    width: 100%;
}
.reviews-slider-control{
    margin-top: 24px;
    display: flex;
    gap: 29px;
    justify-content: center;
}
.reviews-creator-name{
    color: #EF6614;
    font-size: 32px;
    font-weight: 400;
    line-height: 100%;
    text-transform: uppercase;
}
.reviews-text{
    margin-top: 24px;
    color: #F78A4B;
    font-size: 16px;
    font-weight: 400;
    line-height: 120%;
    max-width: 388px;
}
.reviews-slider{
    margin-top: 76px;
    width: 100%;
    overflow: hidden;
}
.reviews-video{
    margin-top: 12px;
    overflow: hidden;
    height: 200px;
    display: none;
}
.reviews-video-item{
    position: relative;
    cursor: pointer;
}
.reviews-video-play-btn{
    background: #BF4904;
    position: absolute;
    bottom: -20px;
    right: -20px;
    border-radius: 1000px;
    width: 130px;
    height: 126px;
    align-items: center;
    justify-content: center;
    z-index: 9;
    padding-left: 10px;
    display: none;
}
.reviews-video-item:hover .reviews-video-play-btn{
    display: flex;
}
.reviews-video-wrapper{
    max-width: 160px;
}
.reviews-video-wrapper img{
    width: 100%;
}
.reviews-video .swiper-wrapper .swiper-slide{
    max-width: 160px;
}
.about-display-7{
    background-image: url("/static/images/about/bd-bottom.png");
    background-repeat: no-repeat;
    background-position: bottom;
    height: 270px;
    z-index: 5;
}
.about-section-block{
    display: flex;
    flex-direction: column;
    gap: 50px;
}
/*END about section*/





    /*footer*/
footer {
    background-image: url("/static/images/bg/bg-footer.png");
    background-size: cover;
    background-position: center center;
    overflow: hidden;
    padding: 0 15px;
}
.footer-top {
    display: flex;
    justify-content: center;
}
.footer-image-wrapper {
    display: flex;
    width: fit-content;
}
.footer-image-wrapper img {
    width: 100%;
    margin-top: -97px;
}
.footer-content {
    width: 100%;
    max-width: 1200px;
    margin: 36px auto 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 43px;
    grid-template-areas:
    "leftMenu footerCenter rightMenu"
    "bottomLeft  footerCenter  bottomRight";
}
.footer-left-menu {
    grid-area: leftMenu;
}
.footer-center {
    grid-area: footerCenter;
    display: flex;
    justify-content: center;
}
.footer-center__bottom-text{
    color: #CFB78C;
    font-size: 12px;
    font-weight: 400;
    line-height: 120%;
    max-width: 209px;
    text-align: center;

}
.footer-right-menu {
    grid-area: rightMenu;
    display: flex;
    justify-content: end;
}
.footer-bottom-left {
    grid-area: bottomLeft;
}
.footer-bottom-right {
    grid-area: bottomRight;
}
.color-CFB78C {
    color: #CFB78C;
}
.footer-mail {
    font-size: 24px;
    font-weight: 400;
    line-height: 120%
}
.footer-number {
    font-size: 24px;
    font-weight: 400;
    line-height: 120%
}
.footer-bottom-col-r a {
    color: #CFB78C;
    text-decoration-line: underline;
}
.footer-bottom-col-l,
.footer-bottom-col-r {
    font-size: 18px;
    font-weight: 400;
    line-height: 120%;
    text-transform: uppercase;
}
.footer-bottom-col-r {
    display: flex;
    gap: 10px;
    justify-content: space-between;
}
.footer-menu {
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.footer-menu a {
    color: #FEFCF8;
    font-size: 24px;
    font-weight: 400;
    line-height: 120%;
    text-transform: uppercase;
}
.footer-action-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: end;
    gap: 15px;
}
.footer-logo {
    display: none;
}
.footer-right-menu .footer-menu {
    width: 100%;
    max-width: 209px;
}

/*END footer*/



/*animate*/
.circle-animate{
    margin-top: -285px;
    position: sticky;
    top: 0;
    display: flex;
    justify-content: end;
    z-index: 1;
}
.circle-animate .info{
    font-size: 16px;
    padding: 30px 30px 0 0;
    position: absolute;
}

.circle-animate-fix-position{
    position: absolute;
    padding: 135px 135px 0 0;
    cursor: pointer;
}
.circle-animate-wrapper{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 210px;
    width: 210px;
}
.carousel-img{
    background-image: url("/static/images/carousel-img.png");
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
     height: 100%;
    width: 100%;
    position: absolute;
    animation: rotateAnimation 15s infinite;
}
.animate-center-img{
    border-radius: 10000px;
    height: 155px;
    width: 155px;
}

@keyframes rotateAnimation {
    0% {
        transform: rotate(0deg);
    }
    45% {
        transform: rotate(360deg); /* Вращение вправо */
    }
    50% {
        transform: rotate(360deg); /* Удерживаем позицию в конце вращения вправо */
    }
    95% {
        transform: rotate(0deg); /* Вращение влево */
    }
    100% {
        transform: rotate(0deg); /* Удерживаем позицию в конце вращения влево */
    }
}


/*NED animate*/



.skip-section{
    display: flex;
    align-items: center;
    position: absolute;
    gap: 10px;
    border-radius: 30px;
    right: 20px;
    top: calc(100vh - 80px);
    z-index: 2;
    background: #BF4904;
    /* padding: 4px 4px 4px 8px; */
}

.skip-section-reserve-btn{
    border-radius: 30px;
    padding: 10px 16px;
    font-size: 18px;
    font-weight: 400;
    line-height: 120%;
    text-transform: uppercase;
    background-color: #ffffff;
    color: #EF6614;
    display: flex;
}
.skip-section-btn{
    border-radius: 30px;
    background: #FEFCF8;
    padding: 8px;
    width: 100%;
    max-width: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
}

.skip-section-reserve-btn-mobile-fon{
    padding: 9px 12px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.persianGreen.skip-section{
    background:#028173;
}
.persianGreen .skip-section-reserve-btn{
   color:#028173;
}
.persianGreen .skip-section-btn-mobile-fon svg path{
    stroke: #028173;
}







/*modal*/
.modal-gallery{
    display:none;
    position: fixed;
    z-index: 11;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    backdrop-filter: blur(25px);
    align-items: center;
    justify-content: center;
}
.modal-gallery.show{
    display: flex;
}
.modal-gallery-slider{
    width: 100%;
    overflow: hidden;
    max-width: 900px;
    position: relative;
    border-radius: 30px;
}
.modal-gallery-slider .swiper-slide{
    display: flex;
    height: 520px;
    align-items: center;
    justify-content: center;
}
.modal-gallery-slider img{
    border-radius: 30px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.gallery-content{
    width: 100%;
}
.modal-gallery-content{
    max-width: 1440px;
    display: flex;
    align-items: center;
    padding:50px 70px;
    justify-content: space-between;
    width: 100%;
}
.modal-gallery-slider .close-btn{
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 11;
}
.footer-bottom{
    padding: 20px 0;
    display: flex;
    justify-content: center;
}
.icon-left-right-mobile{
    display: none;
}

.modal-gallery .swiper-slide{
    background-repeat: no-repeat;
    background-size: cover;
}
.gallery1{
    background-image: url("/static/images/gallery/gallery1.jpg");
    background-position: center;
}
.gallery2{
    background-image: url("/static/images/gallery/gallery2.jpg");
    background-position: center bottom -170px;
}
.gallery3{
    background-image: url("/static/images/gallery/gallery3.jpg");
    background-position: center;
}
.gallery4{
    background-image: url("/static/images/gallery/gallery4.jpg");
    background-position: center top -240px;
}
.gallery5{
    background-image: url("/static/images/gallery/gallery5.jpg");
    background-position: center top -100px;
}
.gallery6{
    background-image: url("/static/images/gallery/gallery6.jpg");
    background-position: center;
}
.gallery7{
    background-image: url("/static/images/gallery/gallery7.jpg");
    background-position: center;
}
.gallery8{
    background-image: url("/static/images/gallery/gallery8.jpg");
    background-position: center top -130px;
}
.gallery11{
    background-image: url("/static/images/gallery/gallery11.jpg");
    background-position: center ;
}
.gallery12{
    background-image: url("/static/images/gallery/gallery12.jpg");
    background-position: center top -250px;
}
.gallery13{
    background-image: url("/static/images/gallery/gallery13.jpg");
    background-position: center top -200px;
}
.gallery14{
    background-image: url("/static/images/gallery/gallery14.jpg");
    background-position: center;
}
.gallery15{
    background-image: url("/static/images/gallery/gallery15.jpg");
    background-position: center;
}
.gallery16{
    background-image: url("/static/images/gallery/gallery16.jpg");
    background-position: center top -150px;
}
.gallery17{
    background-image: url("/static/images/gallery/gallery17.jpg");
    background-position: center;
}
.gallery18{
    background-image: url("/static/images/gallery/gallery18.jpg");
    background-position: center;
}
.swiper-slide .text{
    position: absolute;
    top: 30px;
    color: #FEFCF8;
    font-size: 24px;
    font-weight: 400;
    line-height: 100%;
    text-transform: uppercase;
    padding: 6px 10px;
    background: #f78a4b;
    border-radius: 12px;
}

/*END modal*/

/*modal offers*/
.modals{
    display: none;
    position: fixed;
    z-index: 11;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background: rgba(247, 138, 75, 0.10);
    backdrop-filter: blur(25px);
}
.modals.show{
    display: flex;
}
.modal-type{
    display: none;
    width: 100%;
    max-width: 733px;
    flex-direction: column;
    margin: auto;
}
.modal-type.show{
    display: flex;
}
.modal-content.bottom{
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.modal-content.bottom .insert-piece{
    position: absolute;
    left: -28px;
    bottom: 0;
}
.modal-price{
    color: #01655A;
    font-size: 32px;
    font-weight: 400;
    line-height: 100%;
    max-width: 639px;
}
.modal-offers .modal-content-title-wrapper{
    max-width: 100%;
}
.modal-offers .modal-content-title-wrapper .modal-title{
    max-width: 379px;
}
.modal-bottom-buttons{
    display: flex;
    gap: 10px;
}
.modal-bottom-buttons .btn.excursion{
    display: none;
}
.drinks .modal-bottom-buttons .btn.excursion{
    display: flex;
}
.modal-description{
    display: flex;
    color: #396D66;
    font-size: 16px;
    font-weight: 400;
    line-height: 130%;
    flex-direction: column;
    width: 100%;
}
.modal-description span{
    font-size: 16px;
}
.modal-offers .modal-content.top{
    padding-bottom: 20px;
    position: relative;
}
.modal-offers .close-btn{
    position: absolute;
    top: 20px;
    right: 20px;
}
.modal-date-selection-block{
    display: flex;
    gap: 20px;
}
.modal-date-selection-item-wrapper{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    width: 100%;
    max-width: 174px;
    color: #F78A4B;
}
.modal-date-selection-item-top{
    font-size: 12px;
    font-weight: 400;
    line-height: 130%
}
.modal-selection-border{
    display: flex;
    border-radius: 30px;
    border: 1px solid #F78A4B;
    padding: 16px 24px;
}
.modal-date-selection{
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-weight: 400;
    line-height: 120%;
    position: relative;
}
.modal-final-price{
    display: flex;
    gap: 20px;
    color: #F78A4B;
    font-size: 32px;
    font-weight: 400;
    line-height: 100%;
}
.modal-quantity-selection{
    display: flex;
    gap: 10px;
    font-size: 18px;
    font-weight: 400;
    line-height: 120%;
}
.modal-quantity-selection button{
    color: #F78A4B;
    font-size: 18px;
    font-weight: 400;
}
.quantity-selection-wrapper{
    max-width: fit-content;
}
.modal-type-excursion .modal-subTitle span{
    font-size: 32px;
}
.modal-type-excursion-visit{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    width: 100%;
    max-width: 368px;
    color: #F78A4B;
    font-size: 12px;
    font-weight: 400;
    line-height: 130%;
    height: fit-content;
}
.modal-description-wrapper{
    display: flex;
    gap: 20px;
}

.visit-selection{
    display: flex;
    gap: 10px;
    justify-content: space-between;
    align-items: center;
}

.modal-type-order{
    width: 100%;
    max-width: 350px;
    margin: auto;
    position: relative;
}
.modal-type-order .close-btn{
    position: absolute;
    top: 20px;
    right: 20px;
}
.modal-type-order-form{
    display: flex;
    flex-direction: column;
    width: 100%;
}
.modal-type-order-form .modal-content{
    flex-direction: column;
    gap: 20px;
}
.modal-type-order-form .modal-content input{
    width: 100%;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    line-height: 120%;
    text-transform: uppercase;
    color: #F78A4B;
}

.modal-type-order-form .modal-content input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: rgba(247, 138, 75, 0.40);
}

.modal-type-order-form .modal-content input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: rgba(247, 138, 75, 0.40);
}

.modal-type-order-form .modal-content input::-ms-input-placeholder { /* Microsoft Edge */
    color: rgba(247, 138, 75, 0.40);
}

.filter-list-item input{
    display: none;
}
.filter-list-item-choice {
    display: flex;
    gap: 10px;
    align-items: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
}
.filter-square {
    height: 18px;
    width: 18px;
    border: 2px solid #EF6614;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
}

.filter-list-item:has(input:checked) .filter-inner-square {
    background-color: #EF6614;
}
.filter-list-item-choice span {
    color: #505050;
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
}
.filter-inner-square {
    height: 8px;
    width: 8px;
    border-radius: 2px;
}
.consent-wrapper{
    display: flex;
    align-items: center;
    gap: 15px;
}
.consent-text{
    color: #505050;
    font-size: 8px;
    font-weight: 400;
    line-height: 150%;
    max-width: 200px;
}
.consent-text a{
    color: #EF6614;
}
.order-list-wrapper{
    display: flex;
    flex-direction: column;
    gap: 12px;
    font-size: 12px;
    color: #F78A4B;
    font-weight: 400;
    line-height: 100%;
}
.final-price input{
    display: none;
}
.order-list-item{
    display: flex;
    align-items: baseline;
    gap: 12px;
}
.order-list-item__value{
    font-size: 16px;
}
.order-list-item input,
.order-title-wrapper input{
    display: none;
}
.order-items{
    display: flex;
    flex-direction: column;
    gap: 12px;
    max-width: 201px;

}
.order-items-row{
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}
.order-items-date-row{
    justify-content: space-between;
}
.final-price{
    font-size: 24px;
    font-weight: 400;
    line-height: 100%;
}
.modal-success{
    display: flex;
    flex-direction: column;
    margin: auto;
    width: 100%;
    max-width: 733px;
}
.selected-quantities{
    color: #F78A4B;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    line-height: 120%;
    width: 23px;
}





.modal-type-info .modal-content.top{
    padding-bottom: 170px;
}
/*END modal offers*/



/*datepicker*/
.modal-date-selection-item-wrapper  .qs-datepicker-container{
    font-family: MV-WEEKEND;
    font-size: 18px;
    font-weight: 400;
    line-height: 120%;
    color: #F78A4B;
    border: 1px solid #F78A4B;
    -webkit-box-shadow: 0 1.25em 1.25em -.9375em #F78A4B;
    box-shadow: 0 1.25em 1.25em -.9375em #F78A4B;
}
.modal-date-selection-item-wrapper .qs-day{
    font-weight: 500;
    color: #ef6614;
}
.modal-date-selection-item-wrapper .qs-controls{
    background: #ef6614;
}
.modal-date-selection-item-wrapper .qs-month-year{
    color: #FFFFFF;
}
.modal-date-selection-item-wrapper .qs-arrow.qs-right:after{
    border-left-color: #FFFFFF;
    opacity: .7;
}
.modal-date-selection-item-wrapper .qs-arrow.qs-left:after{
    border-right-color: #FFFFFF;
    opacity: .7;
}
.modal-date-selection-item-wrapper .qs-arrow:hover.qs-right:after,
.modal-date-selection-item-wrapper .qs-arrow:hover.qs-left:after{
    opacity: 1;
}
.modal-date-selection-item-wrapper  .qs-month-year:not(.qs-disabled-year-overlay):hover{
    border-bottom: 1px solid #FFFFFF;
}
.modal-date-selection-item-wrapper .qs-square:not(.qs-empty):not(.qs-disabled):not(.qs-day):not(.qs-active):hover{
    color: #FFFFFF;
    background-color: #ef6614;
}
/*END datepicker*/

/*time*/
.time-data-content{
    display: none;
    position: absolute;
    top: 60%;
    z-index: 3;
    background: #fefcf8;
    padding: 15px 0 15px 14px;
    border-radius: 20px;
    gap: 10px;
}
.time-data-slider{
    max-height: 150px;
    overflow: hidden;
}
.time-data-slider .swiper-slide{
    height: 20px;
    user-select: none;
}
@media (hover: hover) {
    .time-data-slider .swiper-slide:hover,
    .selected-time:hover,
    .modal-date-wrapper:hover{
        cursor: pointer;
    }
}
.modal-date-selection.open .time-data-content{
    display: flex;
}
.time-data-content .time-swiper-scrollbar{
    border-radius: 100px;
    background: #FEFCF8;
    width: 6px;
    opacity: 1 !important;
}
.time-data-content .time-swiper-scrollbar .swiper-scrollbar-drag{
    border-radius: 100px;
    background:#F78A4B;
}
/*END time*/

.fixe-reserve-btn{
    display: none;
    position: sticky;
    bottom: 15px;
    margin-right: 20px;
    margin-left: auto;
    width: fit-content;
    z-index: 10;
    align-items: center;
    gap: 10px;
    padding: 9px 12px;
    border-radius: 30px;
    background-color: #EF6614;
}

.fixe-reserve-btn.show{
    display: flex;
}

.fixe-reserve-btn .main-section-btn{
    position: absolute;
    right: 0;
    bottom: 1px;
}



/*video*/

.modal-video-wrapper{
    max-width: fit-content;
    position: relative;
    margin: auto;
    display: flex;
    align-items: center;
}
.modal-video-wrapper .modal-video{
    height: 99vh;
    min-height: 600px;
    width: 100%;
    object-fit: contain;
}
.modal-video-wrapper .close-btn{
    position: absolute;
    top: 12px;
    right: 12px;
}
.open-modal-video-btn{
    width: 100%;
    height: 100%;
}
.open-modal-video-btn img{
    width: 100%;
    height: 100%;
}



.main-section-content__video{
    width: 100%;
    display: flex;
}
.main-section-content__video video{
    width: 100%;
}



#amoforms_iframe_1564050 {
    width: 100% !important;
    height: 100% !important;
    border: none !important;
}

.amo-popup-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.7);
    z-index: 9999;
    justify-content: center;
    align-items: center;
}

.amo-container {
    width: 500px;
    height: 600px;
}
/*END video*/