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

*,
*::before,
*::after {
    box-sizing: inherit;
}

body {
    font-style: normal;
    font-weight: 400;

}

h1 {
    overflow: hidden;
    width: 1px;
    height: 1px;
}


h2 {
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 44px;
    line-height: 130%;
    color: #FFFFFF;
}

h3 {
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 35px;
    line-height: 130%;
    letter-spacing: 0.06em;
    color: #545454;
}

h4 {
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 20px;
    line-height: 115%;
    color: #F1CDB3;
}

h5 {
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 15px;
    line-height: 110%;
    color: #545454;
    ;
}


p {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    line-height: 160%;
}

.wrapper {
    max-width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

/* header */

.background {
    background: url(../../assets/images/noise_transparent@2x.png),
        radial-gradient(100% 215.42% at 0% 0%, #5B483A 0%, #262425 100%),
        #211F20;
    height: 908px;
}

.header {
    width: 100vw;
}

.header_wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 61px;
}


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

.logo__title {
    color: #F1CDB3;
    font-size: 32px;
    letter-spacing: 0.06em;
    line-height: 110%;
    font-family: 'Georgia';
    font-style: normal;
    font-weight: 400;
    text-decoration: none;
}

.logo__subtitle {
    color: #FFFFFF;
    font-family: Arial;
    font-size: 13px;
    letter-spacing: 10%;
    line-height: 15px;
    margin-top: 8px;
    padding-left: 5px;
    letter-spacing: 0.1em;
    text-decoration: none;
}

.list__item {
    display: flex;
    align-items: center;
}

.list__link {
    color: white;
    font-family: Arial;
    font-size: 15px;
    line-height: 160%;
    margin-right: 35px;
}

.list__link:last-child {
    margin-right: 0px;
}

.list__link_active {
    border-bottom: solid 3px #F1CDB3;
}

.list__link_active:hover {
    text-decoration: none;
}

.list__link_disabled {
    color: #CDCDCD;
}


/* burger menu */
.body__overflow {
    overflow-y: hidden;
}

.burger {
    display: none;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 0.5rem;
    margin: 0;
    padding: 0;
    background-color: transparent;
    border: none;
    transition: 0.3s;
    cursor: pointer;
    z-index: 3;
    margin-right:43px;
}


.burger_close {
    display: none;
}

.nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0;
    flex-wrap: wrap;
    width: 443px;
    padding-bottom: 5px;
}


.logo__container {
    display: none;
}

/* hero */

.hero {
    display: flex;
}


.hero-content {
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    flex-wrap: wrap;
    max-width: 460px;
}

.hero-title {
    max-width: 310px;
    margin-bottom: 40px;
    margin-top: 223px;
}

.hero-subtitle {
    margin-bottom: 60px;
    color: #CDCDCD;
    font-size: 15px;
    line-height: 160%;
    font-family: Arial;
    /* letter-spacing: 10%; */
    margin-bottom: 42px;
}

.hero-button {
    padding: 15px 45px;
    width: 207px;
    border-radius: 100px;
    border: none;
    color: #292929;
    font-family: Georgia;
    font-size: 17px;
    line-height: 130%;
    background-color: #F1CDB3;
    letter-spacing: 0.05em;
}

.hero-button a {
    color: #292929;
}

.hero-button:hover {
    background: #FDDCC4;
    cursor: pointer;
}

.hero__image-wrapper {
    display: flex;
}

.hero__image {
    width: 100%;
    max-width: 698px;
    max-height: 728px;
    margin: 60px 0px 0 40px;
}

/* about */
/* .about {
    height: 588px;
} */

.about-wrapper {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 100px;

}

.about__image-wrapper {
    margin-top: 80px;
}

.about__image {
    width: 100%;
    max-width: 300px;
    max-height: 408px;
    margin-right: 120px;
}

.about__content {
    max-width: 430px;
    max-height: 380px;
    margin-top: 94px;
}

.about__title {
    max-width: 370px;
    letter-spacing: 0.06em;
}

.about__description {
    color: #4C4C4C;
}

.about__description-part1 {
    margin-top: 25px;
    margin-bottom: 25px;
}

/* pets */
.pets {
    background: #F6F6F6;
}

.pets__wrapper {
    display: flex;
    align-items: center;
    /* flex-wrap: wrap; */
    margin-top: 60px;
}

.right {
    margin-left: 52px;
}

.left {
    margin-right: 52px;
}

.left:hover,
.right:hover {
    cursor: pointer;
    background: #FDDCC4;
    border-radius: 99px;
}

.title {
    max-width: 400px;
    text-align: center;
    letter-spacing: 0.06em;
    font-weight: 400;
    margin: 0 auto;
    margin-top: 78px;

}

.pets__title {
    max-width: 400px;
    text-align: center;
    letter-spacing: 0.06em;
    font-weight: 400;
    margin: 0 auto;
}

.pets__cards_common {
    /* display: grid;
    grid-template-columns: repeat(3, 270px);
    grid-column-gap: 90px; */
    display: flex;
    /* justify-content: space-between; */
    position: relative;
    width: 990px;
    height: 435px;
}

.pets__cards {
    display: grid;
    grid-template-columns: repeat(3, 270px);
    grid-column-gap: 90px;


}

.pets__card {
    background: #FAFAFA;
    border-radius: 9px;
    width: 270px;
    height: 435px;
    text-align: center;
}


.pets__card:hover .pets__button {
    background: #FDDCC4;
    cursor: pointer;
}

.pets__card:hover {
    cursor: pointer;
    background-color: #FFFFFF
}



.pets__name {
    font-size: 20px;
    margin-top: 25px;
    margin-bottom: 30px;
    margin-left: 2px;
    letter-spacing: 0.06em;
    line-height: 23px;
    font-family: 'Georgia';
    font-style: normal;
    font-weight: 400;

}

.pets__image {
    width: 270px;
    height: 270px;
}

.pet__button {
    padding: 14px 40px;
    width: 261px;
    border-radius: 100px;
    border: none;
    color: #292929;
    font-family: Georgia;
    font-size: 17px;
    letter-spacing: 0.06em;
    line-height: 130%;
    background-color: #F1CDB3;
    position: relative;
    left: 50%;
    transform: translate(-50%, 0);
    margin-top: 59px;
    margin-bottom: 101px;
}

.pet__button a {
    color: #292929;
}

.pet__button:hover {
    background: #FDDCC4;
    cursor: pointer;
}

.pets__button {
    padding: 13px 15px;
    width: 187px;
    border-radius: 100px;
    border: 2px solid #F1CDB3;
    color: #292929;
    font-family: Georgia;
    font-size: 17px;
    line-height: 130%;
    margin-bottom: 30px;
    letter-spacing: 0.06em;
}

.pets__button:hover {
    background: #FDDCC4;
    cursor: pointer;
}

/* carousel */

/* .pets__cards_common {
    position: relative;
    width: 990px;
    height: 435px;
} */








/* popup */
#popup_more {
    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;
}

#popup_more.visible {
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    justify-content: center;
}


#more_content {
    display: flex;
    flex-direction: column;
    width: 900px;
    height: 500px;
    background: #FAFAFA;
    border-radius: 9px;
    position: relative;
    margin: 0 auto;
}

.close_result {
    /* position: absolute;
    top: 22%;
    right: 5%; */
    border-radius: 100px;
    width: 52px;
    height: 52px;
    align-self: center;
    margin-right: 100px;
}

.close_result:hover {
    cursor: pointer;
    background-color: #FDDCC4;
    border-radius: 100px;
    width: 52px;
    height: 52px;
    text-align: center;
}

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

.description_image {
    width: 500px;
}

.description_image img {
    width: 500px;
}

.description_content {
    width: 351px;
    padding: 50px 20px 88px 29px;
    font-family: 'Georgia';
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.06em;
    color: #000000;
    text-align: left;
}

.description_name {
    font-size: 35px;
    line-height: 130%;
}

.description_type {
    font-size: 20px;
    line-height: 115%;
    padding-top: 10px;
    padding-bottom: 40px;

}

.description_more {
    font-size: 15px;
    line-height: 110%;
    margin-bottom: 40px;
}

li {
    color: #F1CDB3;
    ;
    list-style-type: disc;
    padding-bottom: 11px;

}

li span {
    color: #000000;
    ;
}


.add_information {
    font-size: 15px;
    line-height: 110%;
    color: #000000;
    margin-left: 11px;
}

.add_information-title {
    font-weight: bold;
}





/* help */
.help {
    height: 611px;
}

.help__title {
    text-align: center;
    /* margin-top: 80px;
    margin-bottom: 100px; */
    max-width: 320px;
    margin: 81px auto 57px auto;
}

.help__icons {
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 45px;
    margin-left: 37px;
    margin-right: -86px;
}

.help__icon {
    text-align: center;
    margin-right: 120px;
    padding-bottom: 55px;

}

.help__icon img {
    padding-bottom: 28px;
}

.icon_name {
    font-size: 20px;
    line-height: 115%;
    letter-spacing: 0.06em;
    font-family: 'Georgia';
    font-style: normal;
    font-weight: 400;
    color: #545454;
}



/* donation */

.donation {
    display: flex;
    background: #F6F6F6;
    height: 461px;
    flex-wrap: wrap;
}

.donation-wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.donation__image-wrapper {
    display: flex;
    flex-wrap: wrap;
}

.donation__image {
    width: 100%;
    max-width: 505px;
    max-height: 261px;
    margin: 90px auto 100px 40px;
}

.donation__content {
    max-width: 380px;
    max-height: 282px;
    margin: 80px 40px 101px 29px;
}

.donation__content-title {
    color: #545454;
    margin-bottom: 21px;
    max-width: 300px;
    max-height: 90px;
}

.donation__content-subtitle {
    color: #545454;
    max-width: 330px;
    letter-spacing: 0.06em;
    font-size: 15px;
    line-height: 110%;

}


.search {
    width: 349px;
    border: none;
    height: 43px;
    border-radius: 9px;
    background-color: #F1CDB3;
    margin-bottom: 20px;
    margin-top: 19px;
    padding: 10px;
    display: flex;


}

.search:hover {
    background: #FDDCC4;
    cursor: pointer;
}



.search__search {
    border: none;
    background-color: #F1CDB3;
    width: 279px;
    font-family: Georgia;
    font-size: 20px;
    font-weight: 400;
    line-height: 115%;
    letter-spacing: 0.06em;
    color: #545454;
    margin-left: 14px;

}

.search__submit {
    width: 30px;
    height: 23px;
    border: none;
    margin-left: 5px;
    background: url(../../assets/icons/credit-card.svg) no-repeat 50% 50%;
}

.donation__description {
    font-family: 'Arial';
    font-weight: 400;
    font-size: 12px;
    line-height: 150%;
    color: #B2B2B2;
    font-style: italic;

}






/* footer */
.footer {
    background: url(../../assets/images/noise_transparent@2x.png),
        radial-gradient(100% 215.42% at 0% 0%, #5B483A 0%, #262425 100%),
        #211F20;
    /* height: 350px; */
}

.footer-wrapper {
    display: flex;
    /* flex-wrap: wrap; */
    justify-content: space-between;
    margin-top: 40px;
}

.footer__contacts {
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 300px;
    max-height: 234px;
    color: #FFFFFF;
    margin-top: 20px;
    margin-bottom: 10px;
}

.footer__contacts h3 {
    color: #FFFFFF;
}

.footer__svg {
    margin-right: 20px;
}

.mail {
    display: flex;
    align-items: center;
    margin: 40px auto 35px 0;
}

.mail__title,
.phone__title {
    padding-bottom: 5px;
    font-size: 20px;
    line-height: 115%;
    letter-spacing: 0.06em;
}

.phone {
    display: flex;
    align-items: center;
}



.footer__location {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-wrap: wrap;
    display: inline;
    /* max-width: 302px; */
    /* max-height: 234px; */
    margin-top: 19px;
    margin-bottom: 60px;
    margin-left: 139px;
    margin-right: 150px;
    color: #FFFFFF;
}

.footer__location h3 {
    color: #FFFFFF;
}

.uk__title,
.usa__title {
    font-size: 20px;
    line-height: 115%;
    letter-spacing: 0.06em;
}

.footer__location-USA {
    display: flex;
    align-items: center;
    margin: 31px auto 31px 0px;

}

.footer__location-UK {
    display: flex;
    align-items: center;
}


.footer__image-wrapper {
    width: 100%;
    max-width: 300px;
    /* max-height: 310px; */
}

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

a:hover {
    text-decoration: underline;
    cursor: pointer;
}








/* responsive */
@media (min-width: 768px) and (max-width: 1279.98px) {
    .background {
        height: 1165px;
    }

    .header_wrapper {
        padding-top: 31px;
    }

    .wrapper {
        max-width: 708px;
        margin: 0 auto;
    }

    .hero {
        display: flex;
        flex-direction: column;
        /* height: 1165px; */
        margin: 0 70px;
    }

    .hero-content {
        margin: 0 54px 43px;
    }

    .hero-title {
        margin-top: 60px;
    }


    .hero-subtitle {
        margin-bottom: 42px;
    }

    .hero-button {
        margin: 0 auto;
    }

    .hero__image {
        width: 100%;
        width: 569px;
        height: 593px;
        margin-left: 70px;
    }


    .about__content {
        order: -1;
        margin-top: 80px;
    }

    .about__image-wrapper {
        margin-top: 80px;
    }

    .about__image {
        margin-right: 0px;
    }

    .right {
        margin-left: 11px;
    }

    .left {
        margin-right: 13px;
    }

    .pets__wrapper {
        width: 708px;
    }

    .pets__cards_common {

        /* width: 569px; */

    }


    .pets__cards {
        display: grid;
        grid-template-columns: repeat(2, 270);
        grid-column-gap: 40px;
    }



    /* popup */

    #more_content {
        width: 630px;
        height: 350px;
    }

    /* .close_result {
        top: 29%;
        right: -8%;
    } */


    .description_image {
        width: 350px;
    }

    .description_image img {
        width: 350px;
    }

    .description_content {
        width: 280px;
        padding: 10px 9px 37px 11px;
    }

    .description_type {
        padding-bottom: 20px;
    }

    .description_more {
        font-size: 13px;
        line-height: 110%;
        margin-bottom: 20px;
    }

    li {
        padding-bottom: 6px;
    }




    .help {
        height: 779px;
    }

    .help__icons {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(170px, 1fr));
        grid-column-gap: 10px;
        grid-row-gap: 57px;
        margin-left: 13px;
        margin-right: 13px;
    }

    .help__icon {
        text-align: center;
        margin-right: 0px;
        padding-bottom: 0px;
    }

    .help__icon img {
        padding-bottom: 26px;
    }


    .donation {
        height: 783px;

    }

    .donation__content {
        max-width: 380px;
        order: -1;
        margin: 80px auto 60px 164px;
    }

    .donation__image-wrapper {
        display: flex;
        margin: 0 auto;
    }

    .donation__image {
        margin: 0px auto 100px auto;
    }


    .footer-wrapper {
        flex-wrap: wrap;
        margin: 30px 34px 0px;
    }


    .footer__contacts {
        margin-top: 2px;
        margin-bottom: 10px;
    }

    .footer__location {
        margin: 0px 0px 60px 0px;
        /* max-width: 280px; */
    }

    .footer__location h3 {
        max-width: 280px;
    }

    .uk__title,
    .usa__title {
        max-width: 260px;
        padding-bottom: 0px;
    }

    .usa__title {
        padding-top: 13px;
        padding-bottom: 14px;
    }


    .footer__location-USA {
        margin: 20px auto 0px 0px;
    }

    .footer__location-UK {
        margin: 17px auto 0px 0px;
    }


    .footer__image-wrapper {
        margin: 0 auto;
    }
}




@media (min-width: 320px) and (max-width: 767.98px) {
    .wrapper {
        max-width: 300px;
        margin: 0 auto;
    }

    .header_wrapper {
        padding-top: 30px;
    }

    .background {
        height: 823px;
    }


    .hero {
        margin: 0;
        flex-direction: column;
    }

    .hero-content {
        margin: 0 auto;
    }

    .hero-title {
        max-width: 250px;
        font-size: 25px;
        text-align: center;
        margin-top: 61px;
        margin-left: 25px;
        line-height: 130%;
        letter-spacing: 0.06em;
    }


    .hero-subtitle {
        font-size: 15px;
        text-align: center;
        margin-bottom: 43px;
    }

    .hero-button {
        margin: 0 auto;
    }

    .hero__image {
        max-width: 260px;
        max-height: 272px;
        margin: 107px 0 0 40px;
    }


    .about-wrapper {
        margin-bottom: 42px;
    }

    .about__content {
        order: -1;
        max-width: 270px;
        max-height: 494px;
        margin: 42px 15px;
    }

    .about__title {
        font-size: 25px;
        text-align: center;
    }

    .about__description {
        text-align: justify;
    }

    .about__description-part1 {
        margin-bottom: 22px;
    }

    .about__image {
        margin-right: 0px;
        max-width: 260px;
        max-height: 353px;
    }

    .about__image-wrapper {
        margin-top: 0px;
    }

    .title {
        font-size: 25px;
        margin-top: 40px;
    }

    .pets__title {
        font-size: 25px;
        margin-bottom: 42px;
    }

    .pets__wrapper {
        margin-top: 21px;
        flex-wrap: wrap;
    }

    .right {
        margin-left: 40px;
    }

    .left {
        margin-right: 40px;
        margin-left: 58px;

    }

    .pets__cards_common {
        width: 270px;
        order: -1;
        margin-bottom: 20px;
    }


    .pets__cards {
        margin-left: 15px;
        /* grid-template-columns: repeat(1, 270); */
    }

    /* .Woody,
    .Jennifer {
        display: none;
    } */



    .pet__button {
        margin-top: 39px;
        margin-bottom: 42px;
    }

    .pets__button {
        padding: 15px 15px;
    }



    /* popup */

    #more_content {
        width: 240px;
        height: 390px;
    }

    /* .close_result {
        top: 28%;
        right: -27%;
    } */

    .description_image {
        display: none;
    }


    .description_content {
        width: 240px;
        padding: 10px 10px 0 10px;

    }

    .description_name {
        text-align: center;
    }

    .description_type {
        padding-top: 10px;
        padding-bottom: 20px;
        text-align: center;
    }

    .description_more {
        font-size: 13px;
        line-height: 110%;
        margin-bottom: 20px;
        text-align: justify;
    }

    li {
        padding-bottom: 6px;
    }



    .help {
        height: 745px;
    }


    .help__title {
        margin-top: 42px;
        margin-bottom: 42px;
        font-size: 25px;
        max-width: 230px;
    }

    .help__icons {
        margin-left: 5px;
        margin-right: 5px;
        margin-bottom: 42px;
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(130px, 1fr));
        grid-column-gap: 30px;
        grid-row-gap: 30px;
    }

    .help__icon {
        text-align: center;
        margin-right: 0px;
        padding-bottom: 0px;
        height: 87px;

    }


    .help__icon img {
        padding-bottom: 19px;
        max-width: 50px;
    }

    .pet_image {
        width: 40px;
    }

    .help__icon p {
        font-size: 15px;
        line-height: 110%;
    }







    .donation {
        height: 542px;
        margin: 0 auto;

    }

    .donation__content {
        max-width: 280px;
        order: -1;
        margin: 42px 10px 43px;
        text-align: center;
    }

    .donation__content-title {
        text-align: center;
        max-width: 220px;
        margin: 0 auto 22px auto;
    }

    .donation__content-subtitle {
        max-width: 300px;
        letter-spacing: 0.07em;
        font-size: 13px;
        line-height: 160%;
        margin-bottom: 6px;
    }

    .donation__image-wrapper {
        display: flex;
        margin: 0 auto;
    }

    .donation__image {
        margin: 0px auto 42px auto;
        max-width: 260px;
    }


    .search {
        width: 281px;
        margin-bottom: 20px;
        margin-top: 20px;
        padding: 11px;
        text-align: center;
    }


    .search__search {
        width: 210px;
        font-size: 15px;
        line-height: 110%;
        margin-top: 4px;
    }



    .search__submit {
        margin-left: 2px;
    }

    .donation__description {
        text-align: justify;

    }






    .footer-wrapper {
        flex-wrap: wrap;
        margin: 0 auto;
    }


    h3 {
        font-size: 25px;
    }

    .footer__contacts {
        text-align: center;
        margin-top: 30px;
    }

    .mail {
        padding-left: 24px;
    }

    .mail,
    .phone {
        justify-content: center;
    }

    .footer__location {
        max-width: 300px;
        margin-top: 24px;
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;

    }

    .footer__location h3 {
        text-align: center;
        max-width: 270px;
        padding-left: 30px;
    }



    .footer__location-USA {
        text-align: left;
        margin: 40px auto 0px 0px;
    }

    .footer__location-UK {
        margin: 37px auto 38px 0px;
    }


    .footer__image-wrapper {
        margin: 0 20px;

    }

    .footer__image {
        max-width: 260px;
        max-height: 269px;
    }

    /* burger menu */

    .nav {
        position: fixed;
        top: 0;
        right: -320px;
        flex-direction: column;
        width: 320px;
        height: 100vh;
        background-color: #292929;
        z-index: 3;
      
        
    }

    .burger_link{
        margin-left: 38px
    }


   

    .logo__container {
        display: block;
        margin: 1.875rem 3.75rem 9.375rem 0;
    }

    
    .list__link {
        position: relative;
        font-family: "Arial", sans-serif;
        font-size: 32px;
        line-height: 160%;
        color: #cdcdcd;
        transition: 0.3s;
        /* padding-bottom: 40px; */
    }


    .list__link::after {
        position: absolute;
        bottom: 0;
        left: 0;
        content: "";
        width: 100%;
        height: 3px;
        background-color: #f1cdb3;
        opacity: 0;
        transition: 0.3s;
    }


    .list__link::after {
        bottom: -0.625rem;
    }


    .list__link:hover {
        color: #fafafa;
        transition: 0.3s;
        cursor: pointer;
    }


    .list__link {
        font-size:32px;
        text-align: center;
    }

    .burger {
        display: flex;
    }


    .burger__line {
        display: block;
        width: 1.875rem;
        height: 2px;
        background-color: #f1cdb3;
    }


    @keyframes rotateIn {
        0% {

            transform: rotate(0deg);
        }

        100% {

            transform: rotate(-90deg);
        }
    }

    .burger__rotateIn {
        animation: rotateIn 1s forwards;
    }


    @keyframes rotateOut {
        0% {
            transform: rotate(-90deg);
        }

        100% {
            transform: rotate(0deg);
        }
    }

    .burger__rotateOut {
        animation: rotateOut 1s forwards;
    }


    @keyframes slideIn {
        0% {
            right: -320px;
        }

        100% {
            right: 0;
        }
    }



    @keyframes slideOut {
        0% {
            right: 0;
        }

        100% {
            right: -320px;
        }
    }


    .nav__slidein {
        animation: slideIn 1s forwards;
    }

    .nav__slideout {

        animation: slideOut 1s forwards;
    }

    .shadow {
        display: none;
        position: fixed;
        top: 0;
        right: 0;
        content: "";
        width: 100vw;
        height: 100vh;
        background-color: rgba(41, 41, 41, 0.6);
        z-index: -1;
    }

    .shadow__active {
        display: block;
    }






  







}