@font-face {
    font-family: 'Roboto';
    src: url("../../assets/fonts/Roboto-Thin.ttf");
    font-weight: 100;
}

@font-face {
    font-family: 'Roboto';
    src: url("../../assets/fonts/Roboto-Light.ttf");
    font-weight: 300;
}

@font-face {
    font-family: 'Roboto';
    src: url("../../assets/fonts/Roboto-Regular.ttf");
    font-weight: 400;
}

@font-face {
    font-family: 'Roboto';
    src: url("../../assets/fonts/Roboto-Medium.ttf");
    font-weight: 500;
}

@font-face {
    font-family: 'Roboto';
    src: url("../../assets/fonts/Roboto-Bold.ttf");
    font-weight: 700;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.container {
    max-width: 1160px;
    margin: 0 auto;
}

.section1_ft {
    height: 700px;
    background: url('../../assets/images/Giant_Panda.png') no-repeat;
    background-size: cover;
}

.hero_title {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.nav {
    background: #000000;
}

.wrapper_nav_burger {
    display: flex;
    flex-direction: column;
    max-width: 100%;
    height: 329px;
    padding: 10px 0px 0px 10px;
    background-color: #fff;
    display: none;
}

.nav_list_left_burger {
    gap: 30px;
    display: flex;
    flex-direction: column;
}

.nav-first {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 10px;
}

.burger {
    z-index: 150;
    border-radius: 68%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
}

.burger::before,
.burger::after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background-color: #424551;
    border-radius: 3px;
}

.burger span {
    display: block;
    width: 15px;
    height: 2px;
    background-color: #424551;
    border-radius: 3px;
    margin: 4px 0;
    transform: scale(1);
}

.overlay {
    opacity: 0.3;
}


/* 
.burgered{
    max-width: 100%;
} */

.nav_list_burger {
    display: flex;
    flex-direction: column;
    row-gap: 15px;
    color: black;
    list-style-type: none;
}

.nav_list_burger li a {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    color: black;
    text-decoration: none;
}

.logo-text_burger {
    color: orange;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 120%;
}

.logo-image_burger {
    position: absolute;
    margin: 24px 0px 6px -28px;
    z-index: 2;
    transform: matrix(-0.9, 0.52, 0.7, 0.88, 4, -9);
    z-index: 1;
}

.burger_menu {
    display: none;
}

.logo_burger {
    width: 66px;
    height: 42px;
    text-align: center;
    border: 1.2px solid orange;
}

.nav_wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    height: 80px;
    transition: opacity 2s ease-out;
    opacity: 1;
}

.nav_list {
    display: flex;
    flex-direction: row;
    column-gap: 58px;
    align-items: center;
    color: white;
    list-style-type: none;
}

.nav_list_left {
    display: flex;
    flex-direction: row;
    align-items: center;
    column-gap: 63px;
}

.nav_list_right {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
}

.logo {
    width: 82px;
    height: 52px;
    text-align: center;
    border: 1.2px solid #FFFFFF;
}

.logo-image {
    position: absolute;
    margin: 24px 0px 6px -28px;
    z-index: 2;
    transform: matrix(-0.9, 0.52, 0.4, 0.88, 0, 0);
    z-index: 1;
}

.logo-text {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 19px;
    line-height: 130%;
    color: #FFFFFF;
}

.main_logo {
    text-decoration: none;
}

.about,
.about-footer {
    background: linear-gradient(113.96deg, #F9804B 1.49%, #FE9013 101.44%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    pointer-events: none;
}

.donate:active,
.map:active,
.zoos:active,
.contact:active,
.design:active,
.design_burger:active {
    background: linear-gradient(113.96deg, #F9804B 1.49%, #FE9013 101.44%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.design {
    font-family: 'Raleway', sans-serif;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
}

.about,
.map,
.zoos,
.donate,
.contact,
.design {
    font-family: 'Raleway', sans-serif;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    color: #FFFFFF;
    text-decoration: none;
}

.wrapper_circle {
    display: flex;
    justify-content: flex-end;
}

.circle {
    position: absolute;
    background: linear-gradient(114deg, #F9804B 2%, #FE9013 100%);
    border-radius: 50%;
    margin-top: 12px;
    margin-left: -105px;
}

.title {
    position: absolute;
    width: 500px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 107px;
    line-height: 75%;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-top: 86px;
}

.title_yellow {
    color: yellow;
}

.btn_header {
    margin-top: 546px;
    margin-right: 90px;
    background: linear-gradient(114deg, #F9804B 2%, #FE9013 100%);
    border-radius: 25px;
    border: 0;
    width: 298px;
    height: 54px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    color: #FFFFFF;
    cursor: pointer;
    z-index: 5;
}

.section2 {
    background-image: url("../../assets/images/flower_foto1.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 100%;
}

.section2 {
    padding-top: 140px;
    padding-bottom: 60px;
}

.section_article {
    display: flex;
    align-items: flex-start;
    column-gap: 87px;
}

.section2_title {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 48px;
    line-height: 120%;
    color: #333B41;
}

.section2_text-first {
    margin-top: 20px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    color: #333B41;
}

.section2_subtitle {
    margin-top: 54px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 120%;
    color: #333B41;
}

.section2_text-second {
    margin-top: 34px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #333B41;
}

.section3 {
    margin-top: 122px;
    background: url("../../assets/images/palm_foto.png") no-repeat left bottom, url("../../assets/images/strelitzia_1.png") no-repeat right bottom;
}

.section3-card {
    padding-bottom: 100px;
    animation-name: my-animation;
}

.foto-card_img {
    width: 100%;
    animation-name: my-animation;
}

.section3_animals_card {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: 1fr 1fr;
    grid-gap: 20px 30px;
    position: relative;
}

.carousel {
    position: relative;
}

.gallery {
    overflow: hidden;
}

.foto-card:nth-child(6) {
    display: none;
}

.foto-card {
    display: flex;
    flex-direction: column;
    grid-column: span 2;
    grid-row: span 1;
    border-radius: 5px;
    border: 1px solid #FA6F32;
    overflow: hidden;
    cursor: pointer;
    position: relative;
    padding-bottom: 60px;
    z-index: 5;
    animation: my-animation 0.7s ease-in;
}

.foto-card_footer {
    display: flex;
    flex-direction: row;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    padding-left: 16px;
    padding-bottom: 14px;
    padding-top: 8px;
    padding-right: 8px;
    position: absolute;
    bottom: 0;
}

.foto-card_title {
    height: 22px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 140%;
    text-transform: uppercase;
    color: #000000;
}

.foto-card_disc {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 15px;
    line-height: 120%;
    color: #000000;
}

.foto-card:hover .foto-card_footer {
    background: rgba(0, 0, 0, 0.4);
    height: 100%;
    cursor: pointer;
}

.foto-card:hover .foto-card_logo {
    display: none;
}

.foto-card:hover .foto-card_title {
    color: white;
}

.foto-card:hover .foto-card_disc {
    color: white
}

.foto-card:hover .foto-card_img {
    transform: scale(1.03);
    transition: .8s;
}

.circle_arrow1 {
    width: 62px;
    height: 62px;
    padding: 0;
    margin-right: 20px;
    border: 0;
    border-radius: 50px;
    background: url('../../assets/icons/arrow_elips_1.svg');
    cursor: pointer;
}

.circle_arrow2 {
    width: 62px;
    height: 62px;
    padding: 0;
    margin-left: 20px;
    border: 0;
    border-radius: 50px;
    background: url('../../assets/icons/arrow_elips_2.svg');
    cursor: pointer;
}

.circle_arrow1:active {
    background: url('../../assets/icons/arrow_elips_2_green.svg');
    transition: 0.6s;
}

.circle_arrow2:active {
    background-image: url('../../assets/icons/arrow_elips_1_green.svg');
    transition: 0.6s;
}

.container_xl {
    max-width: 1300px;
    margin: 0 auto;
    position: relative;
}

.container_button {
    max-width: 1160px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}

.buttons {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 0px 140px 0px;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.section3_lower-btn {
    background: #FE9013;
    border-radius: 25px;
    width: 298px;
    height: 54px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-top: 86px;
    border: 0;
    cursor: pointer;
    z-index: 5;
}

.section4 {
    background: linear-gradient(315.75deg, rgba(254, 210, 144, 0.7) 30.06%, #FEBDAB 100.95%, rgba(254, 210, 144, 0.7) 106.36%), linear-gradient(315.75deg, rgba(254, 189, 171, 0.74) 30.06%, rgba(243, 169, 248, 0.66) 50.74%, #E0D8F0 80.49%, #EAF7FE 127.9%, #EAF7FE 149.54%), linear-gradient(315.75deg, rgba(254, 189, 171, 0.74) 30.06%, rgba(243, 169, 248, 0.66) 50.74%, #E0D8F0 80.49%, #EAF7FE 127.9%, #EAF7FE 149.54%);
    opacity: 0.9;
    display: flex;
    flex-direction: column;
}

.pick-feed {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 84px auto;
    background: rgba(253, 253, 255, 0.52);
    border-radius: 20px;
}

.pick_feed_header {
    display: flex;
    flex-direction: column;
    margin-left: 9px;
    margin-top: 26px;
    margin-bottom: 60px;
}

.section4_title {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    font-family: 'Raleway', sans-serif;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 48px;
    line-height: 120%;
    color: #FE9013;
}

.section4_title_moto {
    margin-bottom: 40px;
    font-family: 'Raleway', sans-serif;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 120%;
    color: #333B41;
}

.section4_title_covid-text {
    margin-bottom: 10px;
    font-family: 'Raleway', sans-serif;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 130%;
    color: #333B41;
}

.section4_title_zoo {
    width: 863px;
    font-family: 'Raleway', sans-serif;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    color: #333B41;
}

.section4_title_subtitle {
    width: 209px;
    height: 47px;
    margin-bottom: 40px;
    font-family: 'Raleway', sans-serif;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 36px;
    line-height: 130%;
    color: #333B41;
}

.support {
    color: #333B41;
    text-underline-offset: 4px;
    text-decoration: underline;
    text-decoration-color: #FE9013;
}

.pick-feed_icons {
    display: flex;
    flex-direction: row;
    justify-content: center;
    justify-items: center;
    margin-bottom: 60px;
}

.pick-feed_icon {
    box-sizing: border-box;
    height: 168px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    background: #FFFFFF;
    border: orange solid 1px;
}

.pick-feed_icon_monkey {
    width: 125px;
    height: 72px;
}

.cartoon_arrow {
    width: 69px;
    height: 169px;
    margin-left: 30px;
    margin-right: 31px;
}

.pick-feed_card {
    width: 168px;
}

.pick-feed_card_text {
    margin-top: 30px;
    font-family: 'Raleway', sans-serif;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #333B41;
}

.section4_lower-btn {
    background: #FE9013;
    border-radius: 25px;
    width: 298px;
    height: 54px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    border: 0;
    cursor: pointer;
    margin-bottom: 74px;
    z-index: 5;
}

.section5_comments {
    width: 100%;
    background: url("../../assets/icons/leav_foto.svg") no-repeat 100% 137%;
    margin-top: 140px;
}

.section5_comment_card {
    pointer-events: none;
}

.section5_comment_card:nth-child(5),
.section5_comment_card:nth-child(6),
.section5_comment_card:nth-child(7),
.section5_comment_card:nth-child(8),
.section5_comment_card:nth-child(9),
.section5_comment_card:nth-child(10),
.section5_comment_card:nth-child(11),
.section5_comment_card:nth-child(12) {
    display: none;
}

.section5_wrapper {
    padding-bottom: 21px;
    overflow: hidden;
}

.section5_comment_title {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 36px;
    line-height: 130%;
    text-align: center;
    color: #333B41;
    margin-bottom: 47px;
}

.pop-up {
    width: 320px;
    height: 428px;
    left: 25%;
    right: 25%;
    position: absolute;
    background-color: #fff;
    flex-direction: column;
    z-index: 1250;
    transition: 3s;
    border: orange solid 0.5px;
    border-radius: 20px;
    display: none;
}

.pop_up_card {
    position: absolute;
    top: 21px;
    left: 17px;
    right: 36px;
    bottom: 17px;
    overflow: hidden;
    transition: all 3s;
}

.pop_up_desc {
    height: 100%;
}

.X_pop {
    position: absolute;
    top: 12px;
    right: 10px;
    cursor: pointer
}

.section5_comment_cards {
    overflow: hidden;
}

.comments-row {
    display: flex;
    justify-content: space-between;
    transition: all 1s ease-out;
}

.section5_comment_card {
    box-sizing: border-box;
    padding: 2px;
    border-radius: 20px;
    background: linear-gradient(to left top, #FEBDAB 35%, #F3A9F8 45%, #E0D8F0 95%, #EAF7FE 100%, #EAF7FE 100%);
    animation: 0.5s ease-in-out;
}

.disabled {
    display: none;
}

.reviews-item__wrapper {
    width: 100%;
    height: 100%;
    padding: 15px;
    border-radius: 20px;
    background-color: #F1F3F2;
}

.header-card {
    margin-bottom: 11px;
    display: flex;
    flex-direction: row;
    column-gap: 10px;
}

.header-card_text {
    display: flex;
    flex-direction: column;
}

.header-card_text_title {
    font-family: 'Raleway', sans-serif;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    color: #000000;
}

.header-card_text_subtitle {
    font-family: 'Raleway', sans-serif;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 15px;
    line-height: 120%;
    color: #BDBDBD;
}

.header-card_text_desc {
    font-family: 'Raleway', sans-serif;
    font-family: 'Roboto', sans-serif;
    width: 237px;
    font-weight: 300;
    font-size: 15px;
    line-height: 120%;
    color: #767474;
}

.range-slider {
    width: 599px;
    height: 8px;
    text-align: center;
    display: flex;
    align-items: center;
    margin: 0 auto;
    border-radius: 5px;
    margin-bottom: 31px;
    background: linear-gradient(315.75deg, rgba(254, 189, 171, 0.74) 30.06%, rgba(243, 169, 248, 0.66) 50.74%, #e0d8f0 80.49%, #eaf7fe 127.9%, #eaf7fe 149.54%);
}

input[type="range"] {
    width: 100%;
    border-radius: 5px;
    appearance: none;
    margin: 1px;
    background: #F5F7F6;
}

input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 25%;
    height: 6px;
    background-color: #FE9013;
    border-radius: 5px;
    cursor: pointer;
}

.section5_footer {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.section5_lower-btn {
    width: 298px;
    height: 54px;
    background: linear-gradient(113.96deg, #F9804B 1.49%, #FE9013 101.44%);
    border-radius: 5px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    border: 0;
    cursor: pointer;
    z-index: 5;
    margin-bottom: 180px;
}

.footer {
    width: 100%;
    height: auto;
    background-color: #000000;
}

.footer_wrapper {
    display: flex;
    flex-direction: column;
}

.part_first,
.part_second,
.part_third {
    display: flex;
}

.part_first {
    justify-content: space-between;
    margin-top: 40px;
    margin-bottom: 36px;
}

.part_second {
    margin-bottom: 44px;
}

.part_third {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 50px;
}

.logo_footer {
    width: 82px;
    height: 52px;
    text-align: center;
    border: 1.2px solid #FFFFFF;
}

.logo-text_footer {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 19px;
    line-height: 130%;
    color: #FFFFFF;
    text-decoration: none;
}

.logo-image_footer {
    position: absolute;
    margin: 24px 60px 6px 7px;
    z-index: 2;
    transform: matrix(-0.9, 0.52, 0.4, 0.88, 0, 0);
    z-index: 1;
}

.footer_lower-btn {
    width: 298px;
    height: 54px;
    background: linear-gradient(113.96deg, #F9804B 1.49%, #FE9013 101.44%);
    border-radius: 5px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    border: 0;
    z-index: 5;
    cursor: pointer;
}

.footer_social {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    margin-right: 101px;
}

.footer_social_hide {
    display: none;
}

.footer_social_item {
    display: flex;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 170%;
    color: #FFFFFF;
    text-decoration: none;
    justify-items: center;
    gap: 12px;
}

.footer_social_item:active .social-facebook {
    background-image: url('../../assets/icons/facebook_green.svg');
    background-repeat: no-repeat;
}

.footer_social_item:active .social-twiter {
    background-image: url('../../assets/icons/twiter_green.svg');
    background-repeat: no-repeat;
}

.footer_social_item:active .social-instagram {
    background-image: url('../../assets/icons/instagra_green.svg');
    background-repeat: no-repeat;
}

.footer_social_item:active .social-youtube {
    background-image: url('../../assets/icons/youtube_green.svg');
    background-repeat: no-repeat;
}

.footer_social_item:active .social-text {
    color: #4B9200;
}

input.email_input:valid {
    border: #4B9200 solid 1px;
    color: #4B9200;
    outline: #4B9200;
}

input.email_input:valid+.email_button {
    border: #4B9200 solid 1px;
    color: #4B9200;
}

input.email_input:invalid {
    outline: #D31414;
    border: #D31414 solid 1px;
    color: #D31414;
}

input.email_input:invalid+.email_button {
    border: #D31414 solid 1px;
    color: #D31414;
}

input.email_input:invalid:not(:focus) {
    border: #F9804B solid 1px;
    color: #BDBDBD;
}

input.email_input:invalid:not(:focus)~.email_button {
    border: #000000 solid 1px;
    color: #000000;
}

input.email_input:invalid:not(:focus):not(:placeholder-shown) {
    border: #D31414 solid 1px;
    color: #D31414;
}

input.email_input:invalid:not(:focus):not(:placeholder-shown)~.email_button {
    border: #D31414 solid 1px;
    color: #D31414;
}

input.email_input:invalid:focus:not(:placeholder-shown)~.requirements {
    max-height: 200px;
    padding: 0 30px 20px 50px;
}

.requirements {
    padding: 0 30px 0 50px;
    color: #999;
    max-height: 0;
    transition: 0.28s;
    overflow: hidden;
    color: red;
    font-style: italic;
}

.footer_list {
    display: flex;
    flex-direction: row;
    gap: 58px;
}

.footer_subscibe {
    width: 237px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 120%;
    color: #FFFFFF;
}

.part_first_email_form-text {
    display: flex;
    flex-direction: column;
    row-gap: 14px;
}

.form_footer_email {
    display: flex;
    align-items: center;
    gap: 10px;
}

.email_input {
    width: 228px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #BDBDBD;
    border-radius: 3px;
    padding: 10px 7px 10px 10px;
    background: rgba(0, 0, 0, 1);
    border: 1px solid #FA6F32;
}

.email_button {
    width: 129px;
    height: 42px;
    box-sizing: border-box;
    background: #F1F3F2;
    border: 1px solid black;
    border-radius: 5px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    color: black;
    cursor: pointer;
}

.footer_design-text {
    display: flex;
    flex-direction: column;
    font-family: 'Roboto', sans-serif;
    font-weight: 100;
    font-size: 16px;
    line-height: 130%;
    color: #FFFFFF;
    row-gap: 10px;
}

.about-footer,
.map-footer,
.zoos-footer,
.contact-footer {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    color: #FFFFFF;
    text-decoration: none;
}

.about-footer:active,
.map-footer:active,
.zoos-footer:active,
.contact-footer:active {
    background: linear-gradient(113.96deg, #F9804B 1.49%, #FE9013 101.44%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.btn_header:hover,
.section3_lower-btn:hover,
.section4_lower-btn:hover,
.section5_lower-btn:hover,
.footer_lower-btn:hover {
    background: #E47209;
}

.btn_header:active,
.section3_lower-btn:active,
.section4_lower-btn:active,
.section5_lower-btn:active,
.footer_lower-btn:active {
    background: #4B9200;
}

.btn_header:disabled,
.section3_lower-btn:disabled,
.section4_lower-btn:disabled,
.section5_lower-btn:disabled,
.footer_lower-btn:disabled {
    background: #828282;
}

.to-left {
    animation-name: left;
}

.to-right {
    animation-name: right;
    animation-direction: reverse;
}

.from-left {
    animation-name: left;
    animation-direction: reverse;
}

.from-right {
    animation-name: right;
}

@keyframes my-animation {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@media (max-width: 1300px) {
    .section3-card {
        padding-bottom: 140px;
    }
    .foto-card:nth-child(5) {
        display: none;
    }
    .foto-card:nth-child(6) {
        display: flex;
    }
    .buttons {
        justify-content: center;
        z-index: 5;
    }
    .circle_arrow2 {
        margin-left: 85px;
    }
    .circle_arrow1 {
        margin-right: 85px;
    }
    .section3_animals_card {
        grid-gap: 92px 30px;
    }
}

@media (max-width: 1100px) {
    .section1_ft {
        height: 504px;
        background-size: 105% auto;
    }
    .nav {
        position: relative;
        z-index: 1500;
    }
    .container {
        max-width: 95%;
        margin: 0 auto;
    }
    .section2 {
        background: none;
        padding-top: 100px;
    }
    .circle {
        width: 367px;
        height: 367px;
        margin-top: -15px;
        margin-left: -105px;
    }
    .title {
        font-size: 85px;
        width: 404px;
        margin-top: 35px;
    }
    .btn_header {
        margin-top: 403px;
    }
    .foto-card_footer {
        margin-right: 10px;
    }
    .foto-card:hover .foto-card_title {
        font-size: small;
    }
    .foto-card:hover .foto-card_disc {
        font-size: small;
    }
    .section3 {
        background: url("../../assets/icons/palm_foto_1000.svg") no-repeat left bottom, url("../../assets/icons/strelitzia_1000.svg") no-repeat right bottom;
        margin-top: 75px;
    }
    .section3-card {
        padding-bottom: 140px;
    }
    .foto-card:nth-child(6) {
        display: flex;
    }
    .buttons {
        justify-content: center;
        z-index: 6;
    }
    .circle_arrow2 {
        margin-left: 85px;
    }
    .circle_arrow1 {
        margin-right: 85px;
    }
    .section3_animals_card {
        grid-gap: 92px 30px;
    }
    .section5_comments {
        width: 100%;
        background: url("../../assets/icons/leav_foto_1000.svg") no-repeat 100% 125%;
        margin-top: 100px;
    }
    .section5_comment_cards {
        justify-content: space-between;
    }
    .section5_comment_card:nth-child(4),
    .section5_comment_card:nth-child(5),
    .section5_comment_card:nth-child(6),
    .section5_comment_card:nth-child(7),
    .section5_comment_card:nth-child(8),
    .section5_comment_card:nth-child(9),
    .section5_comment_card:nth-child(10),
    .section5_comment_card:nth-child(11),
    .section5_comment_card:nth-child(12) {
        display: none;
    }
    .section4_title_zoo {
        width: auto;
    }
    .pick_feed_header {
        margin-bottom: 40px;
        margin-left: 49px;
        margin-right: 48px;
    }
    .section_article {
        column-gap: 31px;
    }
    .pick-feed {
        margin: 30px 0px 50px 0px;
    }
    .pick-feed_icons {
        margin-bottom: 70px;
    }
    .section4-button {
        margin-bottom: 50px;
    }
    .section4_lower-btn {
        margin-bottom: 0;
    }
    .section5_lower-btn {
        margin-bottom: 140px;
    }
    .section5_comment_title {
        margin-bottom: 30px;
    }
    .range-slider {
        margin-bottom: 52px;
    }
}

@media (max-width: 970px) {
    .section1_ft {
        height: 430px;
    }
    .section2 {
        padding-top: 60px;
        padding-bottom: 54px;
    }
    .section2_subtitle {
        margin-top: 30px;
    }
    .section2_text-second {
        margin-top: 20px;
    }
    .circle_arrow1 {
        margin-right: 15px;
    }
    .circle_arrow2 {
        margin-left: 15px;
    }
    .section3_lower-btn {
        margin-top: 60px;
    }
    .section3 {
        background: url("../../assets/icons/palm_foto_640.svg") no-repeat left bottom, url("../../assets/icons/strelitzia_640.svg") no-repeat right bottom;
        margin-top: 26px;
    }
    .section3-card {
        padding-bottom: 100px;
    }
    .buttons {
        margin-top: 11px;
    }
    .circle {
        width: 340px;
        height: 340px;
        margin-top: -15px;
        margin-left: -105px;
    }
    .title {
        font-size: 75px;
        width: 400px;
        margin-top: 35px;
    }
    .btn_header {
        margin-top: 352px;
    }
    .foto-card {
        grid-column: span 3;
    }
    .foto-card:nth-child(4),
    .foto-card:nth-child(5),
    .foto-card:nth-child(7) {
        display: none;
    }
    .comments-row {
        gap: 0;
    }
}

@media (max-width: 870px) {
    .section1_ft {
        height: 373px;
    }
    .circle {
        width: 280px;
        height: 280px;
        margin-top: 6px;
        margin-left: -93px;
    }
    .comments-row {
        flex-direction: column;
        gap: 15px;
    }
    .section5_comment_card {
        cursor: pointer;
        pointer-events: unset;
    }
    .title {
        font-size: 64px;
        width: 344px;
        margin-top: 53px;
    }
    .btn_header {
        margin-right: auto;
        margin-top: 300px;
    }
    .logo {
        width: 47px;
        height: 29px;
        border: none;
    }
    .pick-feed_content_title {
        text-align: center;
    }
    .btn_header {
        margin-top: 239px;
        margin-right: auto;
    }
    .logo-image {
        transform: matrix(-0.9, 0.52, 0.4, 0.88, 10, -6);
        width: 4.5px;
    }
    .logo-text {
        font-size: 13px;
    }
    .foto-card:nth-child(4),
    .foto-card:nth-child(5),
    .foto-card:nth-child(7) {
        display: none;
    }
    /* .nav_list_right {
        width: 18px;
        height: 10px;
        background: url("../../assets/icons/burger_menu.svg") no-repeat;
        background-size: cover;
        cursor:pointer;
    } */
    /* .burger_menu:hover .nav_wrapper{
        display:none;
    }
    .burger_menu.hover .wrapper_nav_burger{
        display:flex;
    } */
    .section2 {
        background-image: url("../../assets/images/flower_foto1_640.png");
        background-repeat: no-repeat;
        background-position: 100% 10%;
    }
    .bamboo {
        display: none;
    }
    .section2_text {
        width: 495px;
    }
    .section_article {
        display: block;
    }
    .section5_comment_cards {
        flex-direction: column;
        row-gap: 15px;
        margin-bottom: 0px;
    }
    .section5_comment_title {
        margin-bottom: 30px;
    }
    .header-card_text_desc {
        width: auto;
        height: 38px;
        overflow: hidden;
    }
    .section5_comments {
        margin-top: 60px;
        background: url("../../assets/icons/leav_foto.svg") no-repeat 100% 117%;
        background-size: 126px;
    }
    .section5_footer {
        justify-content: center;
    }
    .section5_lower-btn {
        width: 240px;
        margin-bottom: 92px;
    }
    .section5_wrapper {
        padding-bottom: 40px;
    }
    .range-slider {
        display: none;
    }
    .part_first {
        margin-bottom: -77px;
    }
    .part_second {
        margin-bottom: 67px;
    }
    .part_third {
        margin-bottom: 12px;
    }
    .footer_social {
        display: none;
    }
    .part_first_email_form-text {
        display: none;
    }
    .footer_list {
        gap: 36px;
    }
    .footer_social_hide {
        display: flex;
        flex-direction: column;
        row-gap: 20px;
    }
    .pick-feed {
        align-items: unset;
    }
    .average {
        margin: 0 auto;
    }
    .pick-feed_content_title {
        text-align: center;
    }
    .pick-feed_icons {
        margin-left: 9px;
        margin-right: 9px;
        margin-bottom: 40px;
    }
    .footer_social_hide {
        z-index: 5;
    }
    .pick-feed {
        margin: 20px 0;
    }
    .pick_feed_header {
        margin-left: 17px;
        margin-bottom: 30px;
    }
    .section4_title_subtitle {
        margin: 0px auto 20px auto;
    }
    .section4-button {
        margin: 0 auto 60px auto;
    }
}

@media (max-width: 740px) {
    .nav {
        position: fixed;
        width: 100%;
    }
    .nav_wrapper {
        height: 34px;
    }
    .design,
    .nav_list {
        display: none;
    }
    .burger_menu {
        display: unset;
        cursor: pointer;
    }
}

@media (max-width: 720px) {
    .feed_cont {
        max-width: 100%;
    }
    .section1_ft {
        height: 373px;
        background: url('../../assets/images/giant_panda_main_640.png') no-repeat;
        background-size: cover;
    }
    .circle {
        width: 240px;
        height: 240px;
        margin-top: 45px;
        margin-left: -70px;
    }
    .title {
        font-size: 55px;
        width: 256px;
        margin-top: 82px;
        margin-left: -15px;
    }
    .logo {
        width: 47px;
        height: 29px;
        border: none;
    }
    .nav_wrapper {
        height: 34px;
    }
    .btn_header {
        margin-top: 279px;
        margin-right: auto;
    }
    .logo-image {
        transform: matrix(-0.9, 0.52, 0.4, 0.88, 10, -6);
        width: 4.5px;
    }
    .logo-text {
        font-size: 13px;
    }
    .section4_title {
        font-size: 42px;
        margin-bottom: 20px;
    }
    .section4_title_moto {
        font-size: 22px;
        margin-bottom: 20px;
    }
    .pick_feed_header {
        margin-top: 10px;
    }
    .part_first {
        margin-top: 12px;
    }
    .cartoon_arrow {
        display: none;
    }
    .average {
        margin: 0 42px;
        position: relative;
    }
    .average:before,
    .average:after {
        content: url("../../assets/images/arrow_green.png");
        position: absolute;
        top: -20px;
        left: -80px;
    }
    .average:before {
        left: 130px;
    }
    /* 
    .nav_list_right {
        width: 18px;
        height: 10px;
        background: url("../../assets/icons/burger_menu.svg") no-repeat;
        background-size: cover;
    } */
    .section5_comment_title {
        margin-bottom: 30px;
    }
}

@media (max-width: 600px) {
    .container {
        max-width: 96%;
    }
    .section1_ft {
        height: 221px;
        background: url('../../assets/images/panda_320.png') no-repeat;
        background-size: cover;
    }
    .circle {
        width: 119px;
        height: 119px;
        margin-top: 56px;
        margin-left: -38px;
    }
    .title {
        font-size: 27px;
        width: 128px;
        margin-top: 75px;
        margin-left: -10px;
    }
    .btn_header {
        margin-left: -2px;
        margin-top: 241px;
    }
    .section2 {
        background-image: url("../../assets/images/flower_foto1_320.png");
        padding-top: 104px;
        padding-bottom: 0;
    }
    .section2_title {
        font-size: 24px;
    }
    .section2_text {
        width: auto;
    }
    .section2_text-first {
        margin-top: 10px;
    }
    .section2_subtitle {
        margin-top: 20px;
    }
    .section2_text-second {
        margin-top: 10px;
    }
    .foto-card {
        grid-column: span 6;
    }
    .buttons {
        display: none;
    }
    .section3_animals_card {
        grid-gap: 20px;
    }
    .section3 {
        background: url("../../assets/images/strelitzia1_320.png") no-repeat right bottom, url("../../assets/images/palm_foto_320.png") no-repeat left bottom;
        margin-top: 40px;
    }
    .section3_lower-btn {
        margin-top: 20px;
    }
    .section3-card {
        padding-bottom: 60px;
    }
    .pick_feed_header {
        text-align: center;
        margin: 20px auto;
    }
    .section4_title_covid {
        display: none;
    }
    .section4_title_covid-text {
        display: none;
    }
    .section4_title_zoo {
        display: none;
    }
    .section4_title {
        font-size: 24px;
        margin-bottom: 10px;
    }
    .section4_title_moto {
        font-size: 18px;
        margin-bottom: 0;
    }
    .section4_title_subtitle {
        font-size: 24px;
        text-align: center;
        margin: 0px auto 7px auto;
    }
    .pick-feed_icons {
        flex-direction: column;
        align-items: center;
        row-gap: 20px;
        margin-bottom: 30px;
    }
    .pick-feed_card_text {
        height: 44px;
        margin-top: 10px;
    }
    .average:before,
    .average:after {
        content: url(../../assets/images/arrow_green_rotate.png);
        position: absolute;
        top: -20px;
        left: -80px;
    }
    .average:before {
        top: -80px;
        left: 170px;
    }
    .average:after {
        top: 160px;
        left: 170px;
    }
    .section4-button {
        margin: 0 auto;
    }
    .section4_lower-btn {
        margin: 0px auto 40px auto;
        width: 297px;
    }
    .section5_comments {
        background: url("../../assets/icons/leav_foto_320.svg") no-repeat right 107%;
        background-size: 60px;
        margin-top: 30px;
    }
    .pop-up {
        left: 20%;
        right: 20%;
    }
    .section5_comment_title {
        margin-bottom: 20px;
    }
    .section5_wrapper {
        padding-bottom: 60px;
    }
    .part_first {
        flex-direction: column;
        margin-bottom: 30px;
        margin-top: 20px;
        row-gap: 30px;
    }
    .logo-image_footer {
        transform: matrix(-0.9, 0.52, 0.4, 0.88, 67, -25);
    }
    .footer_social_hide {
        flex-direction: row;
        justify-content: center;
        column-gap: 30px
    }
    .footer_social_item {
        gap: 0;
    }
    .logo_footer {
        width: auto;
        height: auto;
        border: 0;
    }
    .part_second {
        justify-content: center;
        margin-bottom: 30px;
    }
    .part_third {
        flex-direction: column-reverse;
        margin-bottom: 20px;
    }
    .footer_list {
        gap: 33px;
    }
    .footer-second {
        width: 100%;
        display: flex;
        justify-content: center;
        margin-top: 30px;
    }
    .section5_lower-btn {
        margin-bottom: 60px;
    }
}

@media (max-width: 500px) {
    .pop-up {
        left: 15%;
        right: 15%;
    }
}

@media (max-width: 460px) {
    .pop-up {
        left: 8%;
        right: 5%;
    }
}

@media (max-width: 360px) {
    .pop-up {
        width: 100%;
        left: 0%;
        right: 0%;
    }
}