@media (hover: hover) {
    .cursor-pointer:hover{
        cursor: pointer;
    }
    .area-wrapper:hover .area-item{
        background: #BF4904;
    }
    .area-wrapper:hover .rea-item-line{
        background: #FFFFFF;
    }
    button{
        cursor: pointer;
    }
    .btn{
        cursor: pointer;
    }
}

@media (max-width: 1660px){

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

    .zoo-slider .swiper-slide:nth-child(2){
        transform:translate3d(-80%, 0, 0) scale(0.7);
    }
    .zoo-slider .swiper-slide:nth-child(3){
        transform: translate3d(0, 0, 0) scale(1);
        left: calc(50% - 15%);
    }
    .zoo-slider .swiper-slide:nth-child(3) .zoo-slide-top{
        padding-top: 15px;
    }
    .zoo-slider .swiper-slide:nth-child(4){
        transform: translate3d(80%, 0, 0) scale(0.7);
    }
    .zoo-slider .swiper-slide:nth-child(5){
        transform:translateX(140%) scale(0.6);
    }
    .reviews-slider{
        margin-top: 20px;
    }

}

@media (max-width: 1440px) {
    .area-row {
        height: calc((100vw - 30px) / 10);
    }

    .area-wrapper.area-1,
    .area-wrapper.area-2{
        width: calc((100vw - 30px) / 6);
    }
    .area-wrapper.area-3{
        width: calc((100vw - 30px) / 6.9);
    }
    .area-wrapper.area-4{
        width: calc((100vw - 30px) / 5);
    }
    .area-wrapper.area-5{
        width: calc((100vw - 30px) / 7);
        height: calc((100vw - 30px) / 13.7);;
    }
    .area-wrapper.area-6{
        width: calc((100vw - 30px) / 3.8);
    }
    .animal-hideout{
        width: calc((100vw - 30px) / 2.6);
    }
    .area-item{
        width: calc((100vw - 30px) / 43.75);
        height: calc((100vw - 30px) / 43.75);
    }
    .rea-item-line{
        width: calc((100vw - 30px) / 102.8);
    }
    .zoo-slider-button{
        position:absolute;
        z-index: 6;
        bottom: -16%;
        /*height: 80%;*/
        height: clamp(150px, 90%, calc(100vw / 2));
        width: 100%;
        max-width: 350px;
    }

    .soc-contacts{
        gap: calc(100vw  / 300);
    }
    .gift-certificates-img-wrapper img{
        max-width:calc(100vw / 2.5);
    }
    .question{
        font-size: calc(18px + 6 * (100vw / 1440));
    }

    .footer-center .soc-contacts{
        gap: 10px;
    }
    .visiting-rules-card-title{
        font-size: calc(16px + 16 * (100vw / 1440));
    }
    .help-amount-card .help-hel__amount{
        font-size: calc(48px + 16 * (100vw / 1440));
    }

    .about-display-4-title{
        font-size: 32px
    }
    .about-display-4-text{
        font-size: calc(12px + (2 + 2 * 0.7) * ((100vw - 360px) / 1920) );
    }
    .about-display-4-card{
        gap: 12px;
        padding: 14px;
    }



}

@media (max-width: 1300px){
    .zoo-slider-button{
        max-width: calc(100vw / 4);
    }
    .visiting-rules-image-wrapper{
        margin-right:5%;
    }


}

@media (max-width: 1200px){
    .visiting-rules-image-wrapper{
        margin-right:4%;
    }
    .help-amount-card .help-hel__amount{
        font-size: 38px;
    }

}

@media (max-width: 1100px){
    .gifts-wrapper{
        gap: 20px 70px;
    }
    .gift-certificates-content{
        padding: 70px 0 30px;
    }
    .footer-content{
        gap: 43px 20px;
    }
    .footer-bottom-col-r{
        font-size: 16px;
    }
    .visiting-rules-image-wrapper{
        margin-right:3%;
    }
    .visiting-rules-card-title{
        font-size: 18px;
    }
    .help-hel__amount{
        font-size: 26px;
    }
    .help-zoo-type-description-bottom{
        gap: 20px;
    }
    .help-zoo-type{
        grid-template-columns: 100%;
        grid-template-areas:
            "description"
            "helpR"
            "donate";
        padding: 21px 20px;
        gap: 30px;
    }
    .help-zoo-donate{
        flex-direction: column-reverse;
        gap: 30px;
    }
    .help-zoo-type-description-title{
        font-size: 32px;
        line-height: 110%;
        letter-spacing: -1.28px;
    }
    .about-help-zoo .section-title{
        font-size: 32px;
    }
    .help-zoo-donate .btn{
        width: 100%;
    }
    .help-zoo-type-r{
        justify-content: center;
    }




}

@media (max-width: 1000px){
    .modal-gallery-content{
        padding: 0;
    }
    .animal-hideout{
        width: 100%;
        max-width: 1000px;
    }

    .main-section-content.bottom    .soc-contacts{
        flex-direction: column;
        gap: 10px;
    }
    .soc-contacts-item svg{
        height: 22px;
        width: 22px;
    }
    .about-animate-img-3__1{
        height: 300px;
        width: 290px;
        right: 10px;
        top: 8px;
    }
    .about-animate-img-3__2{
        right: 3%;
        top: 55%;
        height: 80px;
        width: 65px;
    }
    .about-animate-img-1{
        left: 5%;
        top: -10%;
        height: 310px;
        width: 320px;
    }
    .about-animate-img-2{
        height: 290px;
        width: 290px;
    }
    .about-animate-img-4{
        height: 290px;
        width: 257px;
    }
    .about-animate-img-5{
        height: 104px;
        width: 80px;
        left: 10px;
        top: 25%;
    }

    .icon-left-right-mobile{
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 49px;
        background: #F78A4B;
        width: 100px;
        height: 100px;
        position: absolute;
        bottom: 76px;
        left: calc(50% - 50px);
    }
    .help-zoo-item-3{
        font-size: 32px;
        font-weight: 400;
        line-height: 100%
    }
    .about-display-4{
        gap: 1px;
    }
    .animal-hideout-image-wrapper{
        max-width: 230px;
    }
}

@media (max-width: 800px){
    .container-holder{
        padding: 0;
    }
    .menu-nav{
        max-width: 350px;
    }
    .menu-nav  a{
        font-size: 14px;
        padding: 8px;
    }

    .we-have .we-have-item:first-child .title{
        font-size: 32px;
    }
    .we-have-item{
       border-radius: 15px;
    }
    .we-have-item .title{
        font-size: 18px;
        position: initial;
    }
    .title-wrapper{
        position: absolute;
        bottom: 10px;
        left: 10px;
        display: flex;
        flex-direction: column;
        gap: 5px;
    }
    .we-have-card-bg{
        filter: none;
    }

    .we-have-item .booking-price{
        display: flex;
        gap: 4px;
        position: initial;
        background: no-repeat;
        flex-direction: row;
        font-size: 12px;
        height: auto;
        width: fit-content;
        background: none !important;
    }
    .booking-price span{
        font-size: 12px;
    }
    .we-have{
        grid-template-columns: 1fr 1fr;
        gap: 20px;
        grid-template-areas:
        'card1 card2'
        'card4 card10'
        'card7 card11'
        'card8 card5'
        'card6 card3'
        'card9 none';
    }

    .we-have .we-have-item{
        height: unset;
        aspect-ratio: 1/1;
    }
    .we-have .we-have-item:nth-child(1){
        grid-area: card1;
    }
    .we-have .we-have-item:nth-child(2){
        grid-area: card2;
    }
    .we-have-item:nth-child(2) .booking-price{
        color: #BF4904;
    }
    .we-have .we-have-item:nth-child(3){
        grid-area: card3;
    }
    .we-have .we-have-item:nth-child(4){
        grid-area: card4;
    }
    .walking-card-img{
        background-color: #3a67a3;
        background-position: center top 30px;
        background-repeat: no-repeat;
    }
    .we-have .we-have-item:nth-child(5){
        grid-area: card5;/
    }
    .we-have .we-have-item:nth-child(5) .title{
        max-width: 150px;
    }
    .we-have .we-have-item:nth-child(6){
        grid-area: card6;
    }
    .we-have .we-have-item:nth-child(6) .booking-price{
        color: #0C3E7D;
    }
    .we-have .we-have-item:nth-child(7){
        grid-area: card7;
    }
    .we-have .we-have-item:nth-child(8){
        grid-area: card8;
    }
    .we-have .we-have-item:nth-child(9){
        grid-area: card9;
    }
    .we-have .we-have-item:nth-child(10){
        grid-area: card10;
    }
    .we-have .we-have-item:nth-child(11){
        grid-area: card11;
    }

    .visit-card-img{
        background-color: #00a797;
        background-repeat: no-repeat;
        background-position: center top 45px;
    }


    .we-have .we-have-item:nth-child(3) .title-wrapper,
    .we-have .we-have-item:nth-child(4) .title-wrapper,
    .we-have .we-have-item:nth-child(7) .title-wrapper,
    .we-have .we-have-item:nth-child(9) .title-wrapper,
    .we-have .we-have-item:nth-child(10) .title-wrapper,
    .we-have .we-have-item:nth-child(11) .title-wrapper{
        top: 10px;
    }
    .we-have .we-have-item:nth-child(11) .booking-price{
        color: #00A797;
    }

    .row-13-icon{
        display: none;
    }
    .row-icon{
        height: 50px;
        width: 50px;
    }
    .row-icon-1{
        top: -25px;
        left: -25px;
    }
    .row-icon-2{
        top: -25px;
        right: -25px;
    }
    .row-icon-3{
        bottom: -25px;
        right: -25px;
    }
    .row-icon-4{
        bottom: -25px;
        left: -25px;
    }
    .gifts-item {
        gap: 15px;
    }
    .gifts-item .gifts-item-title{
        font-size: 14px;
    }
    .gifts-item .icon-wrapper svg{
        width: 17px;
        height: 16px;
    }
    .gifts-wrapper{
        max-width: 320px;
        gap: 30px 20px;
        justify-content: space-around;
    }
    .gift-certificates-title-wrapper .section-title{
        font-size: 24px;
        font-weight: 400;
        line-height: 100%;
        letter-spacing: -0.96px;
    }
    .gift-certificates-title-wrapper .btn{
        font-size: 12px;
        font-weight: 400;
        line-height: 120%;
        white-space: nowrap;
    }
    .gift-certificates-top{
        padding: 16px;
    }

    .question{
        font-size: calc(18px + (6 + 6 * 0.7) * ((100vw - 360px) / 1440) );
    }
    .faq{
        grid-template-columns: 100%;
    }
    .faq-title-wrapper{
        display: flex;
        justify-content: center;
    }
    .faq .section-title{
        text-align: center;
    }
    .answer{
        position: initial;
        font-size: 12px;
    }
    .answer p{
        padding-bottom: 0;
    }
/*    .faq-item.special .answer{
        width:100%;
        left: 0;
    }*/
    .faq-item.special{
        min-height: 210px;
    }
    .faq-item.special.open .answer{
        border: none;
    }
    .faq-item.special{
        grid-row-start: 9;
    }



    .footer-image-wrapper img{
        margin-top: 0px;
    }
    .footer-bottom-col-r{
        font-size: 18px;
        flex-direction: column;
        gap: 32px;
    }
    .footer-content{
        margin-top: 0;
        grid-template-columns: 100%;
        grid-template-areas:
        "footerCenter"
        "leftMenu"
        "rightMenu"
        "bottomLeft"
        "bottomRight"
        ;
    }
    .footer-menu{
        align-items: center;
    }
    .footer-right-menu .footer-menu{
        max-width: 100%;
    }
    .footer-bottom-col-l,
    .footer-bottom-col-r{
        text-align: center;
    }
    .footer-logo{
        display: flex;
    }
    .footer-btn{
        margin-top: 45px;
    }
    .footer-left-menu{
        margin-top: 13px;
    }


    .map-section{
        /*height: 200vh;*/
        aspect-ratio: unset;
        overflow: unset;
        align-items: start;
    }

/*    .map-animate-wrapper{
        height: 100vh;
        width: 100%;
        position: sticky;
        top: 0;
        transition: align-items 300ms;
    }*/
    .map-section.animate .map-animate-block{
        right: calc(50% - 175px);
/*        margin: 0 auto;
        right: auto;
        top: auto;
        transition: height 200ms;*/
    }
    .map-section.animate .map-animate-block{
        max-height: 350px;
        max-width: 350px;
    }

    .map-animate-bg{
        background-size: 124% 124%;
    }



    .map-animate-content{
        max-width: fit-content;

    }
    .map-animate-content .section-title{
        font-size: 35px;
        margin-bottom: 0;
    }
    .map-animate-content .booking-btn{
        font-size: 13px;
    }
    .map-animate-content .map-animate-mail{
        font-size: 17px;
    }
    .map-animate-block.open{
        max-width: 359px;
        max-height: 359px;
        background-size: 100%;
    }


















    .visiting-rules-bottom{
        margin-top: 20px;
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    .visiting-rules-card{
        max-width: 100%;
    }
    .visiting-rules-card-title{
        top: 15px;
        left: 15px;
        right: 15px;
        font-size: 16px;
        line-height: 100%;
        letter-spacing: -0.659px;
    }
    .visiting-rules-top{
        flex-direction: column;
    }
    .visiting-rules-image-wrapper{
        margin-right: 0;
        display: flex;
        justify-content: end;
        flex-direction: column;
    }
    .visiting-rules-top .__overlay{
        display: none;
    }
    .visiting-rules-top .visiting-rules-image-wrapper .modal-content{
        visibility: visible;
        opacity: 1;
        margin-left: calc(100vw / 17);
    }
    .visiting-rules .modal-content{
        position: initial;
        max-width: 221px;
    }
    .visiting-rules-description .section-title{
        font-size: 32px;
        max-width: 204px;
    }
    .visiting-rules-description{
        padding: 20px;
        max-width: 254px;
    }
    .visiting-rules-description-text{
        font-size: 14px;
    }
    .visiting-rules .modal-content .section-title{
        font-size: 24px;
        letter-spacing: unset;
    }
    .visiting-rules-subTitle{
        font-size: 12px;
        line-height: 150%;
        letter-spacing: 1px;
        max-width: 137px;
    }
    .visiting-rules-image-wrapper picture{
        justify-content: end;
    }
    .visiting-rules-image{
        max-width: 200px;
    }
    .help-zoo-type-r{
        flex-direction: column;
        align-items: center;
    }
    .help-zoo-item{
        padding: 19px;
        background-position: bottom;
        background-size: cover;
    }
    .about-help-zoo-subTitle{
        font-size: 13px;
        max-width: 142px;
    }
    .help-hel__amount{
        font-size: 32px;
    }
    .help-zoo-type-description-title{
        max-width: 100%;
    }
    .help-amount-card .help-help-amount-wrapper{
        flex-direction: column-reverse;
        height: 100%;
        justify-content: space-between;
    }
    .help-amount-card .help-help-amount-wrapper svg,
    .help-animal-slider-wrapper button svg{
        height: 30px;
        width: 30px;
    }
    .help-animal-slider-wrapper{
        aspect-ratio: unset;
        padding-bottom: 0;
    }
    .help-animal-slider-wrapper .help-animal-card{
        display: flex;
        flex-direction: column;
        height: 100%;
        justify-content: space-between;
    }
    .help-animal-wish{
        font-size: 12px;
        font-weight: 400;
        line-height: 110%;
        letter-spacing: 1px;
    }
    .help-zoo-modal{
        padding: 0 30px;
    }
    .help-zoo-QR{
        display: none;
    }
    .help-zoo-modal .modal-content .btn{
        display: flex;
        justify-content: center;
        color: #FEFCF8;
        font-size: 12px;
        font-weight: 400;
        line-height: 130%;
        padding: 12px 16px;
        background: var(--color-EF6614);
    }
    .help-zoo-modal{
        position: fixed;
    }

    .about-display-4{
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }
    .about-display-1__title{
        font-size: 32px;
    }
    .about-display-1__text{
        margin-top: 10px;
        font-size: 8px;
        font-weight: 400;
        line-height: 130%
    }
    .about-display-1__btn{
        font-size: 12px;
        font-weight: 400;
        line-height: 120%;
        width: 100%;
        max-width: 200px;
    }
    .about-animate-img-1{
        height: 160px;
        width: 160px;
        top: 0;
        right: 0;
        left: auto;
    }
    .about-animate-img-5{
        height: 46px;
        width: 37px;
        top: 50px;
        left: 40px;
    }
    .about-animate-img-2{
        height: 160px;
        width: 160px;
        left: 0;
        top: 18%;
    }
    .about-animate-img-6{
        height: 35px;
    }
    .about-animate-img-3{
        flex-direction: column;
    }
    .about-animate-img-3__1{
        height: 120px;
        width: 120px;
        top: auto;
        right: 0;
        bottom: 20%;
    }
    .about-animate-img-3__2{
        height: 32px;
        width: 26px;
        right: 5%;
        top: auto;
        bottom: 10%;
    }
    .about-animate-img-4{
        height: 170px;
        width: 150px;
        bottom: 0;
        left: 22px;
        transform: rotate(73deg);
    }
    .about-animate-img-10{
        height: 229px;
        max-width: 241px;
        transform: rotate(26deg);
        top: 0;
        background-position: top;
    }
    .about-animate-img-11{
        margin-top: 0;
        height: 200px;
        width: 260px;
        background-position: center;
        bottom: 0;
    }
    .reviews-video-play-btn{
        height: 30px;
        width: 30px;
        display: flex;
        bottom: auto;
        right: auto;
    }

    .reviews-video .swiper-wrapper .swiper-slide{
        max-width: 80px;
    }
    .reviews-video-play-btn svg{
        height: 16px;
        width: 13px;
    }
    .reviews-content{
        padding: 0 5px;
    }
    .reviews-video{
        height: auto;
    }
    .about-display-4-col{
        margin-top: 0 !important;
        padding-top: 0 !important;
        gap: 20px;
    }
    .about-display-4-card{
        aspect-ratio: unset;
    }
    .about-display-4-card .weather-icon{
        top: -72px;
        left: -72px;
        width: 144px;
        height: 144px;
    }
    .display-height,
    .about-display{
        height: max(100lvh, 600px);
    }
    .first-display-height{
        height: max(100dvh, 600px);
    }

    .gallery-title,
    .reviews-title,
    .about-display-4-title{
        font-size: 32px;
        line-height: 100%
    }
    .gallery-slider .swiper-wrapper .swiper-slide,
    .reviews-slider .swiper-wrapper .swiper-slide{
        max-width: 350px;
    }
    .about-display-4-text{
        font-size: 12px;
        line-height: 130%
    }
    .about-display-7{
        background-position: top;
        height: 120px;
    }
    .about-display-6{
        height: max(100vh, 600px);
    }
    .about-display__title{
        font-size: 32px;
        font-weight: 400;
        line-height: 100%
    }
    .about-display__text{
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
    }
    .about-display__btn{
        font-size: 12px;
        font-weight: 400;
        line-height: 120%;
    }






    .zoo-types{
        margin-bottom: -40px;
        flex-direction: row;
        align-items: center;
        padding: 0 20px;
        top: 20px;
        gap: 15px;
        width: 100%;
        max-width: 450px;

    }
    .circle-animate{
        margin-top: 0;
        right: 20px;
    }
    .circle-animate-fix-position{
        padding: 60px 20px 0 0;
    }
    .circle-animate-wrapper{
        height: 100px;
        width: 100px;
    }
    .animate-center-img{
        height: 75px;
        width: 75px;
    }
    .animate-center-img img{
        width: 100%;
    }
    .zoo-type-item.active{
        font-size: 24px;
    }
    .zoo-type-item{
        font-size: 12px;
        height: 22px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .zoo-slider-button.btn.right,
    .zoo-slider-button.btn.left{
        display: none;
    }
    .zoo-slider .swiper-slide{
        flex-direction: column;
        justify-content: end;
        position: unset;
        max-width: 100%;
        opacity: 1;
    }
    .zoo-slider.hors  .swiper-slide{
        max-width: 100%;
    }

    .zoo-slide-top{
        position: initial;
    }
    .zoo-slider{
        transform-style:unset;
        perspective:none;
        position: sticky;
        top: 0;
    }


    .zoo-slider .swiper-slide:nth-child(5),
    .zoo-slider .swiper-slide:nth-child(4),
    .zoo-slider .swiper-slide:nth-child(3),
    .zoo-slider .swiper-slide:nth-child(2),
    .zoo-slider .swiper-slide:nth-child(1){
        transform: none ;
        z-index: 1;
        position: unset;
        opacity: .4;
        transition: opacity 500ms;
    }

    .zoo-slider .swiper-wrapper .swiper-slide .zoo-slide-top{
        display: none;
        text-align: center;
    }
    .zoo-slider .swiper-wrapper .swiper-slide.swiper-slide-active{
        opacity: 1;
    }
    .zoo-slider .swiper-wrapper .swiper-slide.swiper-slide-active .zoo-slide-top {
        display: block;
        padding-top: 140px;
    }
/*    .zoo-slider.alpaca .swiper-wrapper .swiper-slide.swiper-slide-active .zoo-slide-top {
        padding-top: 60px;
    }*/
/*    .zoo-slider-block{
        margin-top: -190px;
        padding-top: 15px;
    }*/

    .zoo-slide-title-m{
        font-size: 14px;
    }
    .zoo-slide-title-xxl{
        font-size: 32px;
    }

    .zoo-slider .swiper-slide .slid-image-wrapper img{
        width: 70%;
        transition: width 500ms;
    }
    .zoo-slider  .slid-image-wrapper{
        max-height: 350px;
        transition: max-height 500ms;
    }

    .swiper-slide.swiper-slide-prev  .slid-image-wrapper,
    .swiper-slide.swiper-slide-next.swiper-slide-prev .slid-image-wrapper{
        justify-content: end;
    }
    .swiper-slide.swiper-slide-active  .slid-image-wrapper img{
        width: 100%;
    }
    .swiper-slide.swiper-slide-active  .slid-image-wrapper{
        max-height: 450px;
    }
    .swiper-slide.swiper-slide-next .slid-image-wrapper{
        justify-content: start;
    }

    .modal-gallery button svg{
        height: 30px;
        width: 30px;
    }
    .modal-gallery button{
        z-index: 12;
        position: absolute;
        display: flex;
    }
    .modal-gallery-content{
        position: relative;
    }
    .modal-gallery .left-btn{
        left: 10px;
    }
    .modal-gallery .right-btn{
       right: 10px;
    }

    .skip-section{
        right: 7px;
        flex-direction: column-reverse;
        align-items: end;
        top: calc(100vh - 90px);
        background: none;
        gap: 0;
        height: auto;
        width: auto;
    }
    .skip-section.persianGreen{
        background: none;
    }

    .skip-section-reserve-btn{
        font-size: 12px;
        padding: 8px 16px;
    }
    .skip-section-reserve-btn-mobile-fon,
    .fixe-reserve-btn{
        flex-direction: column;
    }
    .skip-section-btn-mobile-fon,
    .skip-section-reserve-btn-mobile-fon{
        border-radius: 30px;
        padding: 12px;
        background: #BF4904;
    }

    .persianGreen .skip-section-btn-mobile-fon,
    .persianGreen .skip-section-reserve-btn-mobile-fon{
        background: #028173;
    }
    .skip-section-btn{
        padding: 4px;
    }
    .skip-section-btn svg{
        height: 12px;
        width: 12px;
    }
    .zoo-section{
        margin-top: 40px;

    }
    .main-section-content.top{
        top:15px;
        left: 15px;
        height: 48px;
        width: 48px;
        display: flex;
    }
    .main-section-content.bottom{
        padding: 0 15px 15px;
    }
    .main-section-btn{
        font-size: 12px;
    }
    .main-section-content.bottom .main-section-btn{
        max-width: 100px;
        padding: 8px 15px;
    }
    .fixed {
        position: fixed;
        bottom: 10px;
        left: 0;
        right: 7px;
    }
    .modal-offers .modal-content-title-wrapper .modal-title{
        max-width: 280px;
    }
    .modal-subTitle span{
        font-size: 12px;
    }
    .modal-date-selection-item-wrapper{
        max-width: 150px;
    }
    .quantity-selection-wrapper{
        max-width: fit-content;
    }
     .modal-description-wrapper{
        flex-direction: column;
    }
    .modal-type-excursion-visit{
        gap: 10px;
    }
    .mobile-wrap{
        flex-wrap: wrap;
    }
    .help-animal-text{
        font-size: 16px;
    }
    .help-animal-text.text2{
        font-size: 12px;
    }
    .help-animal-slider .help-animal-card img{
        max-width: 111px;
    }
    .circle-animate .info{
        display: none;
    }

    .fixe-reserve-btn .main-section-btn{
        padding: 15px 20px;
    }

    .gallery2,
    .gallery4,
    .gallery5,
    .gallery8,
    .gallery11,
    .gallery12,
    .gallery13,
    .gallery16{
        background-position: center center;
    }

    .swiper-slide .text{
        top: 10px;
        font-size: 16px;
        line-height: 130%;
    }



    .page-section{
        margin-top: 40px;
    }
    .menu-button-wrapper{
        bottom: 15px;
        left: calc(50% - 51px);
    }

    .main-soc-item svg{
        height: 32px;
        width: 32px;
    }

    .main-soc-btn,
    .fixe-reserve-btn{
        padding: 12px;
    }
    .fixe-reserve-btn{
        margin-right: 5px;
    }


    .main-section-modal .modal-content-bottom{
        display: none;
    }
    .main-section{
        border-radius: unset;
        height: 100vh;
    }
    .main-section-content__video{
        height: 100%;
    }
    .main-section-content__video video{
        object-fit: cover;
        height: 100%;
    }

    .animal-hideout-image-wrapper{
        max-width: 200px;
        margin: 0 auto;
    }


}




