:root {
    --color-green: #4B9200;
    --color-orange: #F9804B;
    --color-orange-light: #FE9013;
    --color-orage-dark: #E47209;
    --color-orange-gradient: linear-gradient(113.96deg, #f9804b 1.49%, #FE9013 101.44%);
    --color-yellow: #FFEE2E;
    --color-red: #D31414;
    --color-pink-gradient: 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%);
    --color-black-blue: #333B41;
    --color-grey: #767474;
    --color-grey-smoky: #ABABAB;
    --color-light-grey: #F1F3F2;
    --color-grey-fog:#BDBDBD;
    --color-fosted-glass-white: #FDFDFF;
    --color-black-fog: #111115;
}

html {
	scroll-behavior: smooth;
    box-sizing: border-box;
    overflow-x: hidden;
}

body {
    position: relative;
    margin: auto;
    background-color: #000;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    overflow-x: hidden;
}

a {
    text-decoration: none;
}

button {
    width: 298px;
	height: 54px;
    font-weight: 500;
	font-size: 15px;
	line-height: 140%;
	color: #fff;
    border: none;
    text-transform: uppercase;
	cursor: pointer;
}

button:hover {
    background: var(--color-orage-dark);
    transition: all 0.5s ease-in;
}

button:active {
    background: var(--color-green);
}

.desktop_wrapper {
    background: url(../../assets/images/background_Giant-Panda.png);
    background-repeat: no-repeat;
    justify-content: center;
    background-position: center 0px;
    background-size: 130% 20%;
}

.wrapper {
    position: relative;
    width: 1160px;
    margin: 0 auto;
}

/* -----HEADER----- */
header {
    margin: 0;
    display: flex;
	flex-direction: row;
    background-color: #000;
}

.header_logo {
    position: relative;
    padding: 0;
    align-items: center;
}

.bamboo_icon {
    position: absolute;
    margin-left: 10px;
    margin-top: 38px;
    width: 12px;
    height: 21px;
}

h1 {
    position: absolute;
    margin: 14px 0px 14px 0px;
    padding: 2px 0px 1px 0px;
    width: 82px;
    color: #fff;
    font-weight: 400;
    text-align: center;
    font-size: 19.01px;
    line-height: 120%;
    border: 1px solid #fff;
}

h1:hover {
    color: var(--color-grey-fog);
    transition: all 0.5s ease-in;
    border: 1px solid var(--color-grey-fog);
}

.nav_menu {
    width: 100%;
    display: flex;
	flex-direction: row;
    align-items: stretch;
    margin-left: 88px;
    overflow-y: hidden;
}

.nav_item {
    margin: 29px 0px 29px 58px;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
}

.item_active {
    background: var(--color-orange-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.nav_item:hover {
    background: var(--color-orange-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    transition: all 0.5s ease-in;
}

#nav_hidden {
    height: 40px;
}

#burger_menu {
    display: none;
}

.designed_by {
    margin-left: 439px;
}

/* -----WATCH ONLINE----- */
.watch_online_block {
    padding-bottom: 100px;
}

.circle_block {
    position: relative;
    width: 465px;
    height: 465px;
    margin-top: 12px;
    margin-left: 587px;
    background-color: var(--color-orange);
    border-radius: 50%;
    align-items: center;
}

.circle_block h2 {
    position: absolute;
    margin-top: 73px;
    margin-left: 73px;
    width: 500.31px;
    height: 400px;
    font-weight: 700;
    font-size: 106.5px;
    line-height: 75%;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
}

.circle_block span {
    color: var(--color-yellow);
}

.button_watch {
    margin-top: 69px;
    margin-left: calc(50% - 298px/2 + 332px);
    background: var(--color-orange-gradient);
	border-radius: 25px;
}

/* -----BACKSTAGE----- */
.backstage_block {
    position: relative;
    background-color: #fff;
    padding-top: 140px;
    padding-bottom: 104px;
    align-items: center;
    max-width: 100%;
    background-image: url(../../assets/images/flower_foto.png);
    background-repeat: no-repeat;
    background-position-y: 24%;
    background-position-x: 100%;
}

.backstage_content {
    display: flex;
    flex-direction: row;
}

.backstage_image {
    width: 609px;
    height: 403px;
    background-image: url(../../assets/images/bamboo-cap.png);
    background-position: center;
    background-repeat: no-repeat;
}

.backstage_textblock {
    max-width: 465px;
    padding-left: 85px;
    overflow: hidden;
}
.backstage_textblock h2 {
    margin: 0;
    font-weight: 400;
    font-size: 48px;
    line-height: 120%;
    color: var(--color-black-blue);
}

.backstage_textblock h3 {
    margin-top: 55px;
    margin-bottom: 33px;
    font-weight: 400;
    font-size: 24px;
    line-height: 120%;
    color: var(--color-black-blue);
}

.backstage_text1 {
    margin-top: 22px;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    color: var(--color-black-blue);
}
.backstage_text2{
    margin-top: 19px;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: var(--color-black-blue);
}

/* -----PETS----- */
.pets_block {
    background-color: #fff;
    align-items: center;
    padding-top: 57px;
    padding-bottom: 100px;
    background-image: url('../../assets/images/palm_foto.png'), url('../../assets/images/strelitzia_foto.png');
    background-position: -82% 100%, 100% 100%;
    background-repeat: no-repeat, no-repeat;
}

.pets_content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.pets_content_slider {
    overflow: hidden;
}

.slider_pets {
    display: flex;
    flex-direction: row;
}

.cards_container {
    display: grid;
    column-gap: 28px;
    row-gap: 18px;
    grid-template-columns: repeat(3, 1fr);
    height: 874px;
}

.arrow_left_hidden,
.arrow_right_hidden {
    display: none;
}

.arrow_left {
    height: 62px;
    width: 62px;
    margin-top: 404px;
    margin-right: 18px;
    border-radius: 100px;
    border: none;
    background: var(--color-orange-gradient);
    cursor: pointer;
}

.arrow_right {
    height: 62px;
    width: 62px;
    margin-top: 404px;
    margin-left: 18px;
    border-radius: 100px;
    border: none;
    background: var(--color-orange-gradient);
    cursor: pointer;
}

.pet_card {
    width: 366px;
    height: 426px;
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 1px solid var(--color-orange);
    border-radius: 5px;
    overflow: hidden;
    transition: all 0.5s linear;
}

.pet_info {
    margin: 0;
    display: flex;
    flex-direction: row;
}

.pet_image {
    margin: 0;
    width: 366px;
    height: 366px;
    border-radius: 5px 5px 0 0;
    object-fit: cover;
    border-style: none;
    transition: all 0.5s ease-in;
}

.pet_info_text {
    margin: 7px 0px 16px 16px;
    width: 294px;
}

.pet_info_text h4 {
    margin: 0;
    margin-bottom: -4px;
    font-weight: 600;
    font-size: 16px;
    line-height: 140%;
    text-transform: uppercase;
    color: #000;
}

.pet_info_text p {
    margin: 0;
    font-weight: 300;
    font-size: 15px;
    line-height: 120%;
    color: #000;
}

.banana_bamboo_img {
    margin: 10px 13px 13px 11px;
    width: 33px;
    height: 37px;
}
.meat_fish_img {
    margin: 8px 13px 13px 0px;
    width: 48px;
    height: 38px;
}

.button_choose {
    margin-top: 78px;
    background: var(--color-orange-gradient);
	border-radius: 25px;
}

.pet_card:hover {
    background: var(--color-black-blue);
}

.pet_card:hover .pet_image {
    filter: brightness(0.50);
    transform: scale(1.1);
    margin-top: 30px;
}

.pet_card:hover .banana_bamboo_img,
.pet_card:hover .meat_fish_img {
    display: none;
}

.pet_card:hover .pet_info {
    transform: translate(0, -350%);
    transition: all 0.5s ease-in;
}

.pet_card:hover .pet_info_text h4,
.pet_card:hover .pet_info_text p {
    color: #fff;
    transform: scale(1.1);
    line-height: 140%;
}

.fade {
    animation-name: fade;
    animation-duration: 1.5s;
}

 @keyframes fade {
    from {opacity: .4}
    to {opacity: 1}
}

/* -----PICK AND FEED----- */
.pick_feed_block {
    padding-top: 70px;
    padding-bottom: 100px;
    background: #fff;
    background-image: url(../../assets/images/background_pick-and-feed.png);
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 1.1;
}

.pick_feed_content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: rgba(253, 253, 255, 0.52);
    backdrop-filter: blur(2px);
    border-radius: 20px;
}

.pick_feed_textblock  {
    margin-left: 100px;
    margin-bottom: 11px;
    text-align: left;
    color: var(--color-black-blue);
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
}

.pick_feed_textblock h2 {
    margin: 40px auto 31px 251px;
    font-weight: 400;
    font-size: 48px;
    line-height: 120%;
    text-align: left;
    color: var(--color-orange-light);
}

.pick_feed_textblock .subtitle {
    font-size: 24px;
    line-height: 120%;
    margin-bottom: 40px;
}

.pick_feed_textblock .text_bold {
    font-weight: 500;
    font-size: 16px;
    margin-bottom: -5px;
}

.pick_feed_textblock .text_link {
    margin-right: 190px;
}

.pick_feed_textblock .support_link {
    position: relative;
    color: #333B41;
    text-decoration: none;
}

.support_link::after {
    content: "";
    position: absolute;
    width: 178px;
    left: 0;
    top: 21.5px;
    border-bottom: 1px solid var(--color-orange-light);
}

.pick_feed_work_block h3{
    font-weight: 400;
    font-size: 35px;
    line-height: 130%;
    margin-left: 478px;
    margin-bottom: 38px;
    color: var(--color-black-blue);
}

.work_table {
    padding-left: 198px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.table_item {
    width: 168px;
    height: 244px;
    display: flex;
    flex-direction: column;
}

.table_image {
    width: 168px;
    height: 168px;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 5px;
    background: #fff;
    border: 1px solid var(--color-orage-dark);
}

.pay_image {
    padding-top: 54px;
    width: 108px;
    height: 60px;
}

.zoo_image {
    padding-top: 38px;
    width: 85.77px;
    height: 95px;
}

.monkey_image {
    padding-top: 48px;
    width: 124.75px;
    height: 71.6px;
}

.arrow_green,
.arrow_green_next {
    display: none;
}

.arrow_big {
    padding: 0 31px 85px 30px;
    width: 69px;
    height: 35.08px;
}

.table_item p {
    margin: 0;
    padding-top: 29px;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
}

.button_feed {
    margin: 60px 430px 59px 432px;
    background: var(--color-orange-gradient);
    border-radius: 25px;
}

/* -----TESTIMONIALS----- */
.testimonials_block {
    background-color: #fff;
    align-items: center;
    padding-top: 140px;
    padding-bottom: 180px;
    background-image: url(../../assets/images/leav_foto.png);
    background-repeat: no-repeat;
    background-position-y: 126.5%;
    background-position-x: 100%;
}

.testimonials_content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* .testimonials_content ::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 115px;
    height: 6px;
    border-radius: 5px;
    background: #fe9013;
    cursor: pointer;
} */

.testimonials {
    overflow: hidden;
    width: 1200px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.testimonials::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 115px;
    height: 6px;
    border-radius: 5px;
    background: var(--color-orange-light);
    cursor: pointer;
}


.testimonials_content h3 {
    margin-top: 0px;
    margin-bottom: 47px;
    font-weight: 400;
    font-size: 36px;
    line-height: 130%;
    color: var(--color-black-blue);
}

.testimonials_container {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 0 auto;
    position: relative;
    justify-content: center;
    right: 0;
    gap: 30px;
    height: 392px;
    transition-duration: 0.5s;
    transform: translate(0px);
}

/* .user_card:nth-child(n + 5) {
    display: none;
} */

.user_card {
    width: 268px;
    height: 388px;
    border: 2px solid transparent;
    border-radius: 20px;
    background-image: linear-gradient(var(--color-light-grey), var(--color-light-grey)), var(--color-pink-gradient);
    background-origin: border-box;
    background-clip: padding-box, border-box;
    cursor: pointer;
}

.user_info {
    padding: 13px 15px 10px 16px;
    display: flex;
}

.user_icon {
    width: 37px;
    height: 37px;
}

.user_text {
    margin-left: 10px;
}

.user_text h4 {
    margin: 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    color: #000;
}

.user_text p {
    margin: 0;
    font-weight: 300;
    font-size: 15px;
    line-height: 120%;
    color: var(--color-grey-fog);
}

.user_feedback {
    margin: 0px 11px 19px 16px;
}

.user_feedback p {
    margin: 0;
    padding: 0;
    height: 309px;
    font-weight: 300;
    font-size: 15px;
    line-height: 120%;
    color: var(--color-grey);
    overflow-y: hidden;

}

#modal_container {
    display: none;
}

#slider_range {
    margin: 19px auto 30px 288px;
    width: 599px;
    height: 8px;
    border: 0.5px solid transparent;
    border-radius: 5px;
    background: linear-gradient(var(--color-light-grey), var(--color-light-grey)), var(--color-pink-gradient);
    background-origin: border-box;
    background-clip: padding-box, border-box;
    cursor: pointer;
    -webkit-appearance: none;
    transition: ease-in-out .5s;
}

#slider_range::-webkit-slider-thumb {
    width: 115.19px;
    height: 6px;
    border-radius: 5px;
    background: var(--color-orange-light);
    cursor: pointer;
    -webkit-appearance: none;
}

.slider_range:focus {
    outline: none;
}

.slider_range::-webkit-slider-thumb:hover {
    background: var(--color-orage-dark);
}

.slider_range::-webkit-slider-thumb:active {
    background: var(--color-green);
}

.button_feedback {
    margin-right: 861.5px;
    background: var(--color-orange-gradient);
    border-radius: 5px;
}

/* -----FOOTER----- */
footer {
    position: relative;
    padding-top: 25px;
    background-color: var(--color-black-fog);
    display: flex;
    flex-direction: column;
}

.footer_header {
    display: flex;
    justify-content: space-between;
}

.footer_logo {
    margin-left: 0;
    margin-top: 0;
    position: relative;
    align-items: center;
}

.footer_bamboo_icon {
    position: absolute;
    margin-left: 10px;
    margin-top: 37px;
    width: 12px;
    height: 21px;
}

.footer_logo p {
    position: absolute;
    margin: 14px 0px 14px 0px;
    padding: 2px 0px 3px 0px;
    width: 82px;
    color: #fff;
    font-weight: 400;
    text-align: center;
    font-size: 19.01px;
    line-height: 120%;
    border: 1px solid #fff;
}

.footer_logo p:hover {
    color: var(--color-grey-fog);
    transition: all 0.5s ease-in;
    border: 1px solid var(--color-grey-fog);
}

.form_subscribe {
    margin-top: 15px;
    display: flex;
    flex-direction: column;
    width: 365px;
}

.form_subscribe p {
    margin: 0 0 14px 0;
    font-weight: 400;
    font-size: 24px;
    line-height: 120%;
    color: #fff;
}

.input_block {
    display: flex;
    flex-direction: row;
}

.input_block input {
    width: 228px;
    padding-left: 7px;
    height: 38px;
    background-color: var(--color-black-fog);
    border: 0.7px solid var(--color-orange-light);
    border-radius: 2px;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: var(--color-grey-fog);
    outline: none;
}

.button_submit {
    margin-left: 5px;
    padding: 10px 39px;
    width: 129px;
    height: 42px;
    background: var(--color-light-grey);
    border: 1px solid var(--color-black-blue);
    border-radius: 5px;
    font-size: 16px;
    color: #000;
    text-transform: none;
}

.button_submit:hover {
    background: var(--color-grey-smoky);
}

.input_block input:focus {
    color: var(--color-green);
    border: 1px solid var(--color-green);
    background: var(--color-light-grey);
}

.input_block input:focus:invalid {
    color: var(--color-red);
    border: 1px solid var(--color-red);
    background: var(--color-light-grey);
}

.input_block input:focus + .button_submit {
    color: var(--color-green);
    border: 1px solid var(--color-green);
}

.input_block input:focus:invalid + .button_submit {
    color: var(--color-red);
    border: 1px solid var(--color-red);
}

.footer_content {
    margin-top: 36px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 35px;
}

.footer_social {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.button_donate {
    background: var(--color-orange-gradient);
    border-radius: 5px;
}

.hidden_list {
    list-style-type: none;
    padding-left: 0;
}

.social_list {
    margin: 0;
}

.social_list a {
    display: flex;
    flex-direction: row;
    margin-top: -7px;
    padding: 0;
}

.social_list p {
    margin-top: 5px;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #fff;
}

.social_icon {
    margin-right: 12px;
    width: 26px;
    height: 26px;
    background: rgba(196, 196, 196, 0.5);
    border-radius: 50%;
}

.social_list li:hover .social_icon  {
    background: var(--color-green);
}

.social_list li:hover p{
    color: var(--color-green);
}

.facebook_icon {
    margin-top: 5px;
    margin-left: 9px;
    width: 8px;
    height: 16px;
}

.twitter_icon {
    margin-top: 6px;
    margin-left: 5px;
    width: 16px;
    height: 14px;
}

.instagram_icon {
    margin-top: 5px;
    margin-left: 5px;
    width: 16px;
    height: 16px;
}

.youtube_icon {
    margin-top: 6px;
    margin-left: 4px;
    width: 18px;
    height: 12.99px;
}

.footer_nav {
    display: flex;
    flex-direction: row;
    margin-top: 210px;
    margin-left: -7px;
}

.footer_nav .nav_item {
    margin-left: 0;
    margin-right: 58px;
}

.footer_author {
    margin-top: 180px;
    font-weight: 100;
}

.footer_author p {
    margin-top: 0;
    margin-bottom: 10px;
    padding-top: 0;
}

.footer_author a {
    cursor: pointer;
    transition: all 0.5s ease-out;
    font-size: 16px;
    line-height: 130%;
    color: #fff;
}

.footer_author a:hover {
    color: var(--color-green);
    text-decoration: underline;
}

@media (max-width: 1599px) {
    .wrapper {
        width: 1160px;
        margin: 0 auto;
    }
}

@media (max-width: 1000px) {
    .desktop_wrapper {
        background-size: 120%;
        background-color: #fff;
    }

    .wrapper {
        width: 940px;
        margin: 0 30px;
    }

    /* -----HEADER----- */

    header {
        position: sticky;
        z-index: 1;
    }

    .bamboo_icon {
        margin-left: 10px;
    }

    .nav_menu {
        margin-left: 98px;
    }

    .nav_item {
        margin: 29px 0px 29px 48px;
    }

    .designed_by {
        margin-left: 259px;
    }

    /* -----WATCH ONLINE----- */
    .watch_online_block {
        padding-bottom: 46.5px;
    }

    .circle_block {
        width: 367px;
        height: 367px;
        margin-top: -11px;
        margin-left: 426px;
    }

    .circle_block h2 {
        margin-top: 54px;
        margin-left: 58px;
        width: 400.25px;
        height: 320px;
        font-size: 85px;
    }

    .button_watch {
        margin-top: 47px;
        margin-left: calc(50% - 298px/2 + 214px);
    }

    /* -----BACKSTAGE----- */
    .backstage_block {
        padding-top: 109.5px;
        padding-bottom: 105px;
        background-image: none;
    }

    .backstage_image {
        width: 455px;
        height: 408px;
        background-size: cover;
    }

    .backstage_textblock {
        max-width: 453px;
        padding-left: 30px;
    }

    .backstage_textblock h2 {
        margin-top: -10px;
    }

    /* -----PETS----- */
    .pets_block {
        padding-top: 18px;
        padding-bottom: 140px;
        background-position: -31.5% 100%, 100% 100%;
        background-size: 386px 202px, 241px 181px;
    }

    .slider_pets {
        position: relative;
        width: 100%;
    }

    .cards_container {
        grid-template-columns: repeat(6, 1fr);
        row-gap: 92px;
        height: 804px;
    }

    .arrow_left,
    .arrow_right {
        position: absolute;
    }

    .arrow_left {
        top: -35px;
        left: 322px;
        z-index: 6;
    }

    .arrow_right {
        top: -35px;
        left: 537px;
        z-index: 6;
    }

    .pet_card {
        width: 294px;
        height: 354px;
        grid-column: span 2;
        object-fit: cover;
    }

    .pet_image {
        width: 294px;
        height: 294px;
    }

    .pet_info_text {
        width: 224px;
    }

    .pet_info_text h4 {
        font-weight: 500;
    }

    .button_choose {
        left: calc(50% - 298px/2);
    }

    /* -----PICK AND FEED----- */
    .pick_feed_block {
        padding-top: 30px;
        padding-bottom: 51px;
        background-size: cover;
    }

    .pick_feed_textblock  {
        margin-left: 50px;
        margin-bottom: 10px;
    }

    .pick_feed_textblock h2 {
        margin: 28px auto 20px 190px;
    }

    .pick_feed_textblock .subtitle {
        margin-bottom: 18px;
    }

    .pick_feed_textblock .text_bold {
        margin-right: 80px;
    }

    .pick_feed_textblock  .text_link {
        margin-right: 80px;
    }

    .pick_feed_work_block h3{
        margin: 15px auto 38px 477px;
        font-size: 36px;
    }

    .button_feed {
        margin: 70px 430px 50px 432px;
    }

    /* -----TESTIMONIALS----- */
    .testimonials_block {
        padding-top: 100px;
        padding-bottom: 140px;
        background-image: url(../../assets/images/leav_foto.png);
        background-repeat: no-repeat;
        background-position-y: 117.5%;
        background-position-x: 100.2%;
        background-size: 20%;
    }

    .testimonials_content {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .testimonials_content h3 {
        margin-bottom: 30px;
    }

    .testimonials {
        margin: 0 auto;
        width: 940px;
    }

    .testimonials::-webkit-slider-thumb {
        width: 75px;
    }

    .testimonials_container {
        display: flex;
        flex-direction: row;
        align-items: center;
        height: 391px;
    }

    .user_card {
        width: 288px;
        height: 387px;
    }

    .user_info {
        padding: 13px 10px 10px 16px;
    }

    .user_feedback {
        margin: 0px 22px 19px 16px;
    }

    .user_feedback p {
        margin: 0;
        padding: 0;
        font-weight: 300;
        font-size: 15px;
        line-height: 120%;
        color: var(--color-grey);

    }

    #slider_range {
        margin: 19px auto 51px 268px;
        width: 390px;
        height: 8px;
    }

    #slider_range::-webkit-slider-thumb {
        width: 75px;
    }

    .button_feedback {
        margin-right: 642px;
    }

    /* -----FOOTER----- */

    .form_subscribe {
        margin-right: 32px;
    }

    .footer_nav {
        margin-left: -45px;
    }

    .footer_nav .nav_item {
        margin-right: 48px;
    }
}

@media (max-width: 640px) {
    .desktop_wrapper {
        background-size: 120%;
        background-color: #fff;
    }

    .wrapper {
        width: 600px;
        margin: 0 20px;
    }

    /* -----HEADER----- */

    header {
        position: fixed;
        height: 34px;
        z-index: 1;
        margin-bottom: 10px;
    }

    .header_logo {
        margin-top: -13px;
        margin-left: -18px;
    }

    .bamboo_icon {
        margin-top: 31px;
        padding-left: 13px;
        width: 4.54px;
        height: 12.56px;
        transform: rotate(-10deg);
    }

    h1 {
        font-size: 12.2899px;
        border: none;
    }

    #nav_origin {
        display: none;
    }

    #burger_menu {
        display: flex;
        flex-direction: row;
        z-index: 1;
        margin-left: -197px;
    }

   .icon_burger {
        display: block;
        width: 18px;
        height: 10px;
        margin-top: 20px;
        margin-left: 135px;
        z-index: 100;
        top: 1rem;
        right: 1rem;
        padding: 4px;
        cursor: pointer;
    }

    .nav_burger {
        width: 640px;
        transform: translateY(-100%);
        transition: transform 0.2s;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 99;
        padding-top: 4rem;
    }

    .logo_container {
        margin-top: -35px;
        display: flex;
        flex-direction: row;
    }

    .logo_container .header_logo {
        position: relative;
        padding: 0;
        align-items: center;
        margin-top: 0px;
        margin-left: 0;
    }

    .logo_container .header_logo .bamboo_icon_orange  {
        position: absolute;
        margin-top: -10px;
        padding-left: 21px;
        width: 4.54px;
        height: 12.56px;
        transform: rotate(-10deg);
    }

    .logo_container .icon_burger {
        position: sticky;
        width: 18px;
        height: 10px;
        margin-top: -15px;
        margin-left: 600px;
        cursor: pointer;
    }

    .icon_burger:hover {
        box-shadow: 0 0 2px 2px rgba(249, 128, 75, 1);
        transition: all 0.5s ease-in;
    }

    .logo_title {
        position: absolute;
        margin: -20px 0px 14px 9px;
        padding: 2px 2px;
        width: 58px;
        color: var(--color-orange-light);
        font-weight: 400;
        text-align: center;
        font-size: 15.2116px;
        line-height: 120%;
        border: 1px solid var(--color-orange-light);
    }

    .nav_items {
        display: flex;
        flex-direction: column;
        margin-top: 20px;
    }

    .nav_item {
        display: block;
        color: var(--color-black-blue);
        margin-bottom: -14px;
        margin-left: 10px;
        text-decoration: none;
    }

    .show_menu {
        transform: translateY(0);
        position: fixed;
        display: block;
        top: 0;
        left: 0;
        width: 640px;
        height: 100%;
        background: #fff;
    }

    .designed_by {
        margin-left: 10px;
    }

     /* -----WATCH ONLINE----- */
     .watch_online_block {
        padding-top: 34px;
        padding-bottom: 40px;
    }

    .circle_block {
        width: 237.6px;
        height: 237.6px;
        margin-top: 10px;
        margin-left: 311px;
    }

    .circle_block h2 {
        margin-top: 39px;
        margin-left: 37px;
        width: 255.64px;
        height: 204.38px;
        font-size: 54.2894px;
    }

    .button_watch {
        margin-top: -2px;
        margin-left: calc(50% - 298px/2 - 151px);
    }

    /* -----BACKSTAGE----- */
    .backstage_block {
        padding-top: 110px;
        padding-bottom: 62px;
        background-image: url(../../assets/images/flower_foto.png);
        background-repeat: no-repeat;
        background-position-y: -25.5%;
        background-position-x: 106.5%;
        background-size: 25.1%;
    }

    .backstage_image {
        display: none;
    }

    .backstage_textblock {
        margin-top: -40px;
        max-width: 480px;
        padding-left: 5px;
    }

    .backstage_textblock h2 {
        margin-top: -10px;
    }

    .backstage_textblock h3 {
        margin-top: 31px;
        margin-bottom: 20px;
    }

    .backstage_text1 {
        margin-top: 20px;
        margin-left: -5px;
    }
    .backstage_text2{
        margin-top: 17px;
        margin-left: -5px;
    }

    /* -----PETS----- */
    .pets_block {
        padding-top: 0px;
        padding-bottom: 100px;
        background-position: -98.5% 100.1%, 100% 100.1%;
        background-size: 385px 202px, 175px 131px;
    }

    .slider_pets {
        position: relative;
        width: 100%;
    }

    .cards_container {
        grid-template-columns: repeat(4, 1fr);
        row-gap: 90px;
        height: 758px;
    }

    .arrow_left,
    .arrow_right {
        position: absolute;
    }

    .arrow_left {
        top: -60px;
        left: 223px;
        z-index: 6;
    }

    .arrow_right {
        top: -60px;
        left: 297px;
        z-index: 6;
    }

    .pet_card {
        width: 285px;
        height: 332px;
    }

    .pet_image {
        width: 285.24px;
        height: 285.24px;
    }

    .pet_info_text {
        width: 224px;
    }

    .pet_info_text h4 {
        font-weight: 500;
        font-size: 12.4695px;
    }

    .pet_info_text p {
        font-size: 11.6901px;
    }

    .banana_bamboo_img {
        margin-top: 6px;
        width: 25.72px;
        height: 28.84px;
    }
    .meat_fish_img {
        margin-top: 6px;
        margin-left: 8px;
        width: 37.41px;
        height: 29.62px;
    }

    .button_choose {
        margin-top: 58px;
        left: calc(50% - 298px/2);
    }

    /* -----PICK AND FEED----- */
    .pick_feed_block {
        padding-top: 20px;
        padding-bottom: 19px;
        background-size: cover;
    }

    .pick_feed_content {
        margin-left: -20px;
        margin-right: 0px;
        width: 640px;
    }

    .pick_feed_textblock  {
        margin-left: 0px;
        margin-bottom: 10px;
        width: 100%;
    }

    .pick_feed_textblock h2 {
        margin: 10px auto 20px 118px;
        font-size: 42px;
    }

    .pick_feed_textblock .subtitle {
        font-size: 22px;
        margin-top: 0px;
        margin-left: 20px;
        margin-bottom: 19px;
    }

    .pick_feed_textblock .text_bold {
        width: 95%;
        margin-left: 20px;
        margin-bottom: -6px;
    }

    .pick_feed_textblock .text_link {
        margin-left: 20px;
        width: 95%;
    }

    .pick_feed_work_block h3{
        margin: 5px auto 19px 476px;
        font-size: 36px;
    }

    .work_table {
        position: relative;
        margin-left: 83.5px;
        width: 640px;
        display: flex;
        flex-direction: row;
        column-gap: 40px;
        align-items: center;
    }

    .table_item {
        width: 168px;
        height: 244px;
        display: flex;
        flex-direction: column;
    }

    .table_image {
        width: 168px;
        height: 168px;
        display: flex;
        flex-direction: column;
        align-items: center;
        border-radius: 5px;
        background: #fff;
        border: 1px solid var(--color-orage-dark);
    }

    .pay_image {
        padding-top: 54px;
        width: 108px;
        height: 60px;
    }

    .zoo_image {
        padding-top: 38px;
        width: 85.77px;
        height: 95px;
    }

    .monkey_image {
        padding-top: 48px;
        width: 124.75px;
        height: 71.6px;
    }

    .arrow_big {
        display: none;
    }

    .arrow_green {
        display: block;
        position: absolute;
        width: 63.12px;
        height: 69.66px;
        margin-top: -207px;
        margin-left: 136px;
    }

    .arrow_green_next {
        display: block;
        position: absolute;
        width: 63.12px;
        height: 69.66px;
        margin-top: -207px;
        margin-left: 344px;
    }

    .table_item p {
        margin: 0;
        padding-top: 29px;
        font-weight: 400;
        font-size: 16px;
        line-height: 140%;
    }

    .button_feed {
        margin: 42px 430px 60px 432px;
    }

    /* -----TESTIMONIALS----- */
    .testimonials_block {
        padding-top: 100px;
        padding-bottom: 80px;
        background-position-y: 114.9%;
        background-position-x: 101.5%;
        background-size: 19.35%;
    }

    .testimonials_content h3 {
        margin-top: -40px;
        margin-left: -2px;
        margin-bottom: 10px;
    }

    .testimonials {
        margin: 0 auto;
        width: 600px;
        padding-bottom: 20px;
    }

    .testimonials_container {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 15px;
        height: 391px;
    }

    .user_card:nth-child(n + 4) {
        display: none;
    }

    .user_card {
        width: 590px;
        height: 105px;
    }

    .user_info {
        padding: 13px 10px 10px 16px;
    }

    .user_icon {
        margin-left: -2px;
    }

    .user_feedback {
        margin: 0px 22px 19px 16px;
    }

    .user_feedback p {
        height: 38px;
        margin: 0;
        padding: 0;
        font-weight: 300;
        font-size: 15px;
        line-height: 120%;
        color: var(--color-grey);
        overflow-y: hidden;
    }

    #modal_container {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        background: rgba(41, 41, 41, 0.6);
        z-index: 2;
        text-align: center;
        color: #353a3f;
    }

    #modal_container.visible {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    #more_container {
        display: flex;
        flex-direction: column;
        width: 268px;
        height: 388px;
        background: none;
        border-radius: 9px;
        position: relative;
        margin: 0 auto;
    }

    .modal_close {
        position: absolute;
        top: -8%;
        right: -12.5%;
        border-radius: 50%;
        background: transparent;
        width: 32px;
        height: 32px;
        align-self: center;
        border: 2px solid #F1CDB3;
        font-size: 27px;
        font-weight: lighter;
        text-align: center;
        color: var(--color-black-blue);
        transform: rotate(45deg);
        transition: all 0.6s;
    }

    .modal_close:hover {
        cursor: pointer;
        background-color: #FDDCC4;
        border-radius: 100px;
        width: 32px;
        height: 32px;
        text-align: center;
        transform: rotate(135deg);
    }

    .user_modal_card {
        width: 268px;
        height: 388px;
        border: 2px solid transparent;
        border-radius: 20px;
        background-image: linear-gradient(var(--color-light-grey), var(--color-light-grey)), var(--color-pink-gradient);
        background-origin: border-box;
        background-clip: padding-box, border-box;
    }

    .user_modal_card .user_info {
        padding: 13px 15px 10px 16px;
        display: flex;
    }

    .user_modal_card .user_icon {
        width: 37px;
        height: 37px;
    }

    .user_modal_card .user_text {
        margin-left: 10px;
    }

    .user_modal_card .user_text h4 {
        margin: 0;
        font-weight: 400;
        font-size: 16px;
        line-height: 120%;
        color: #000;
    }

    .user_modal_card .user_text p {
        margin: 0;
        font-weight: 370;
        font-size: 15px;
        line-height: 120%;
        color: var(--color-grey-fog);
    }

    .user_modal_card .user_feedback {
        margin: 0px 11px 19px 16px;
    }

    .user_modal_card .user_feedback p {
        text-align: left;
        height: 309px;
    }

    .slider_range {
        display: none;
    }

    .button_feedback {
        margin-top: 6px;
        margin-right: 0px;
        width: 240px;
    }

    /* -----FOOTER----- */
    footer {
        padding-left: 10px;
    }

    .footer_logo {
        margin-left: -10px;
        margin-top: -27px;
        position: relative;
        align-items: center;
    }

    .form_subscribe {
        display: none;
    }

    .footer_content {
        margin-top: 36px;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        margin-bottom: 4px;
    }

    .footer_social {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }

    .button_donate {
        margin-top: 36px;
        margin-left: -10px;
    }

    .social_list {
        display: flex;
        flex-direction: column;
        gap: 26px;
        margin-top: -40px;
        margin-left: 276px;
    }

    .social_list p {
        display: none;
    }

    .footer_nav {
        margin-top: 157px;
        margin-left: -643px;
    }

    .footer_nav .nav_item {
        color: #fff;
        margin-right: 37px;
    }

    .footer_author {
        margin-top: 156px;
        margin-right: 10px;
    }
}

@media (max-width: 320px) {
    .desktop_wrapper {
        background-position: center 30px;
        background-size: 122.5%;
        background-color: #fff;
    }

    .wrapper {
        width: 300px;
        margin: 0 10px;
    }

     /* -----HEADER----- */

     header {
        position: fixed;
        height: 34px;
        z-index: 1;
    }

    .header_logo {
        margin-top: -13px;
        margin-left: -18px;
    }

    .bamboo_icon {
        margin-top: 31px;
        padding-left: 13px;
        width: 4.54px;
        height: 12.56px;
        transform: rotate(-10deg);
    }

    h1 {
        font-size: 12.2899px;
        border: none;
    }

    #nav_origin {
        display: none;
    }

    #burger_menu {
        display: flex;
        flex-direction: row;
        z-index: 1;
        margin-left: -235px;
    }

   .icon_burger {
        display: block;
        width: 18px;
        height: 10px;
        margin-top: 21px;
        margin-left: 193px;
        z-index: 100;
        top: 1rem;
        right: 1rem;
        padding: 4px;
        cursor: pointer;
    }

    .nav_burger {
        width: 320px;
        transform: translateY(-100%);
        transition: transform 0.2s;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 99;
        padding-top: 4rem;
    }

    .logo_container {
        margin-top: -35px;
        display: flex;
        flex-direction: row;
    }

    .logo_container .header_logo {
        position: relative;
        padding: 0;
        align-items: center;
        margin-top: 0px;
        margin-left: 0;
    }

    .logo_container .header_logo .bamboo_icon_orange  {
        position: absolute;
        margin-top: -10px;
        padding-left: 21px;
        width: 4.54px;
        height: 12.56px;
        transform: rotate(-10deg);
    }

    .logo_container .icon_burger {
        position: sticky;
        width: 18px;
        height: 10px;
        margin-top: -15px;
        margin-left: 290px;
        cursor: pointer;
    }

    .icon_burger:hover {
        box-shadow: 0 0 2px 2px rgba(249, 128, 75, 1);
        transition: all 0.5s ease-in;
    }

    .logo_title {
        position: absolute;
        margin: -20px 0px 14px 9px;
        padding: 2px 2px;
        width: 58px;
        color: var(--color-orange-light);
        font-weight: 400;
        text-align: center;
        font-size: 15.2116px;
        line-height: 120%;
        border: 1px solid var(--color-orange-light);
    }

    .nav_items {
        display: flex;
        flex-direction: column;
        margin-top: 20px;
    }

    .nav_item {
        display: block;
        color: var(--color-black-blue);
        margin-bottom: -14px;
        margin-left: 10px;
        text-decoration: none;
    }

    .show_menu {
        transform: translateY(0);
        position: fixed;
        display: block;
        top: 0;
        left: 0;
        width: 640px;
        height: 100%;;
        background: #fff;
    }

    .designed_by {
        margin-left: 10px;
    }

     /* -----WATCH ONLINE----- */
     .watch_online_block {
        padding-bottom: 0px;
        background-image: url(../../assets/images/flower_foto.png);
        background-repeat: no-repeat;
        background-position-y: 374%;
        background-position-x: 117.5%;
        background-size: 23.5%;
    }

    .circle_block {
        width: 119.09px;
        height: 119.09px;
        margin-top: 22px;
        margin-left: 153px;
    }

    .circle_block h2 {
        margin-top: 19px;
        margin-left: 19px;
        width: 128.13px;
        height: 102.44px;
        font-size: 28px;
    }

    .button_watch {
        margin-top: 66px;
        margin-left: calc(50% - 298px/2);
    }

    /* -----BACKSTAGE----- */
    .backstage_block {
        padding-top: 0px;
        padding-bottom: 22px;
        background-image: url(../../assets/images/flower_foto.png);
        background-repeat: no-repeat;
        background-position-y: -14.5%;
        background-position-x: 117.5%;
        background-size: 23%;
    }

    .backstage_image {
        display: none;
    }

    .backstage_textblock {
        margin-top: 0px;
        max-width: 480px;
        padding-left: 0px;
    }

    .backstage_textblock h2 {
        margin-top: 30px;
        font-size: 24px;
    }

    .backstage_textblock h3 {
        margin-top: 21px;
        margin-left: 2px;
        margin-bottom: 9px;
        font-size: 24px;
    }

    .backstage_text1 {
        margin-top: 10px;
        margin-left: 2px;
    }
    .backstage_text2{
        margin-top: 0px;
        margin-left: 0px;
    }

    /* -----PETS----- */
    .pets_block {
        padding-top: 0px;
        padding-bottom: 60px;
        background-position: -43.5% 100%, 107% 100.2%;
        background-size: 138px 72px, 85px 71px;
    }

    .slider_pets {
        width: 100%;
    }

    .cards_container {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-left: 5px;
        row-gap: 18px;
        height: 1390px;
    }

    .arrow_left,
    .arrow_right {
        display: none;
    }

    .pet_card {
        width: 285.24px;
        height: 332px;
    }

    .pet_image {
        width: 285.24px;
        height: 285.24px;
    }

    .pet_info_text {
        width: 224px;
    }

    .pet_info_text h4 {
        font-weight: 500;
        font-size: 12.4695px;
    }

    .pet_info_text p {
        font-size: 11.6901px;
    }

    .banana_bamboo_img {
        margin-top: 6px;
        width: 25.72px;
        height: 28.84px;
    }
    .meat_fish_img {
        margin-top: 6px;
        margin-left: 8px;
        width: 37.41px;
        height: 29.62px;
    }

    .button_choose {
        margin-top: 18px;
        left: calc(50% - 298px/2);
    }

     /* -----PICK AND FEED----- */
     .pick_feed_block {
        padding-top: 20px;
        padding-bottom: 20px;
        background-size: cover;
    }

    .pick_feed_content {
        margin-left: 0px;
        margin-right: 0px;
        width: 300px;
    }

    .pick_feed_textblock  {
        margin-left: 0px;
        margin-bottom: 10px;
        width: 100%;
    }

    .pick_feed_textblock h2 {
        margin: 20px auto 10px 34px;
        font-size: 24px;
    }

    .pick_feed_textblock .subtitle {
        font-size: 18px;
        text-align: center;
        margin: 0px 11px 10px 10px;
    }

    .pick_feed_textblock .text_bold {
        display: none;
    }

    .pick_feed_textblock .text_link {
        display: none;
    }

    .pick_feed_work_block h3{
        margin: 0px auto 19px 510px;
        font-size: 24px;
    }

    .work_table {
        position: relative;
        margin-left: 223px;
        width: 320px;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 0px;
    }

    .table_item {
        width: 168px;
        height: 244px;
        display: flex;
        flex-direction: column;
    }

    .table_image {
        width: 168px;
        height: 168px;
        display: flex;
        flex-direction: column;
        align-items: center;
        border-radius: 5px;
        background: #fff;
        border: 1px solid var(--color-orage-dark);
    }

    .pay_image {
        padding-top: 54px;
        width: 108px;
        height: 60px;
    }

    .zoo_image {
        padding-top: 38px;
        width: 85.77px;
        height: 95px;
    }

    .monkey_image {
        padding-top: 48px;
        width: 124.75px;
        height: 71.6px;
    }

    .arrow_big {
        display: none;
    }

    .arrow_green {
        display: block;
        position: absolute;
        width: 63.12px;
        height: 69.66px;
        margin-top: 160px;
        margin-left: 154px;
        transform: rotate(83deg);
    }

    .arrow_green_next {
        display: block;
        position: absolute;
        width: 63.12px;
        height: 69.66px;
        margin-top: 410px;
        margin-left: 154px;
        transform: rotate(83deg);
    }

    .table_item p {
        margin: 0;
        padding-top: 9px;
        font-weight: 400;
        font-size: 16px;
        line-height: 140%;
    }

    .button_feed {
        margin: 22px 430px 40px 430px;
    }

    /* -----TESTIMONIALS----- */
    .testimonials_block {
        padding-top: 100px;
        padding-bottom: 60px;
        background-image: url(../../assets/images/leav_foto_2.png);
        background-position-y: 106%;
        background-position-x: 119%;
        background-size: 29%;
    }

    .testimonials_content h3 {
        margin-top: -70px;
        margin-left: -2px;
        margin-bottom: 15px;
        font-size: 24px;;
    }

    .testimonials {
        margin: 0 auto;
        width: 300px;
        padding-bottom: 0px;
    }

    .testimonials_container {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 10px;
        height: 359px;
    }

    .user_card {
        width: 296px;
        height: 109px;
    }

    .user_info {
        padding: 13px 10px 10px 16px;
    }

    .user_text {
        margin-left: 6px;
    }

    .user_icon {
        margin-left: -2px;
    }

    .user_feedback {
        margin: 0px 22px 19px 16px;
    }

    .user_feedback p {
        height: 38px;
        margin: 0;
        padding: 0;
        font-weight: 300;
        font-size: 15px;
        line-height: 120%;
        color: var(--color-grey);
        overflow-y: hidden;
    }

    #modal_container {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        background: rgba(41, 41, 41, 0.6);
        z-index: 2;
        text-align: center;
        color: var(--color-black-blue);
    }

    #modal_container.visible {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    #more_container {
        display: flex;
        flex-direction: column;
        width: 268px;
        height: 388px;
        background: none;
        border-radius: 9px;
        position: relative;
        margin: 0 auto;
    }

    .modal_close {
        position: absolute;
        top: -8%;
        right: -9.5%;
        border-radius: 50%;
        background: transparent;
        width: 32px;
        height: 32px;
        align-self: center;
        border: 2px solid #F1CDB3;
        font-size: 27px;
        font-weight: lighter;
        text-align: center;
        color: var(--color-black-blue);
        transform: rotate(45deg);
        transition: all 0.6s;
    }

    .modal_close:hover {
        cursor: pointer;
        background-color: #FDDCC4;
        border-radius: 100px;
        width: 32px;
        height: 32px;
        text-align: center;
        transform: rotate(135deg);
    }

    .user_modal_card {
        width: 268px;
        height: 388px;
        border: 2px solid transparent;
        border-radius: 20px;
        background-image: linear-gradient(var(--color-light-grey), var(--color-light-grey)), var(--color-pink-gradient);
        background-origin: border-box;
        background-clip: padding-box, border-box;
    }

    .user_modal_card .user_info {
        padding: 13px 15px 10px 16px;
        display: flex;
    }

    .user_modal_card .user_icon {
        width: 37px;
        height: 37px;
    }

    .user_modal_card .user_text {
        margin-left: 10px;
    }

    .user_modal_card .user_text h4 {
        margin: 0;
        font-weight: 400;
        font-size: 16px;
        line-height: 120%;
        color: #000;
    }

    .user_modal_card .user_text p {
        margin: 0;
        font-weight: 370;
        font-size: 15px;
        line-height: 120%;
        color: var(--color-grey-fog);
    }

    .user_modal_card .user_feedback {
        margin: 0px 11px 19px 16px;
    }

    .user_modal_card .user_feedback p {
        text-align: left;
        height: 309px;
    }

    .slider_range {
        display: none;
    }

    .button_feedback {
        margin-top: 30px;
        margin-right: 0px;
        width: 240px;
    }

    /* -----FOOTER----- */
    footer {
        padding-top: 10px;
        padding-left: 10px;
        padding-bottom: 58px;
    }

    .footer_logo {
        margin-left: 75px;
        margin-top: -5px;
        margin-bottom: 40px;
        position: relative;
        align-items: center;
    }

    .footer_logo p {
        font-size: 19.0145px;
        border: none;
        text-align: center;
        width: 128px;
    }

    .footer_bamboo_icon {
        margin-top: 13px;
        margin-left: 72px;;
    }

    .form_subscribe {
        display: none;
    }

    .footer_content {
        margin-top: 36px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        margin-bottom: 4px;
    }

    .footer_social {
        display: flex;
        flex-direction: column-reverse;
        justify-content: flex-end;
    }

    .button_donate {
        margin-top: 30px;
        margin-left: -11px;
    }

    .social_list {
        display: flex;
        flex-direction: row;
        gap: 18px;
        margin-top: 0px;
        margin-left: 43px;
    }

    .social_list p {
        display: none;
    }

    .footer_nav {
        margin-top: 80px;
        margin-left: 0px;
        margin-right: -31px;
    }

    .footer_nav .nav_item {
        color: #fff;
        margin-right: 31px;
    }

    .footer_author {
        margin-top: -102px;
        margin-left: 75px;
        margin-right: 0px;
    }

    .footer_author p {
        font-weight: 100;
        font-size: 15px;
        line-height: 120%;
    }
}