@font-face {
    font-family: "Georgia";
     src: local("Georgia"),url("../../assets/fonts/georgia.ttf");
     font-weight: 400;     
}
@font-face {
    font-family: "Arial";
     src: local("Arial"),url("../../assets/fonts/arial.ttf");
     font-weight: 400;     
}
@font-face {
    font-family: "Arial Italic";
     src: url("../../assets/fonts/arial.ttf");
     font-weight: 400;    
     font-style: italic; 
    }
    .modal_pets{
        position: fixed;
         width: 900px;
        height: 500px;
        flex-direction: row;
        display: none;
        z-index: 999;
        margin-left: calc(50vw - 900px/2);
        margin-top:calc(50vh - 500px/2);;
        background: #FAFAFA;
        border-radius: 3%;
    }
    .cancel {
        position: absolute;
        left: 100%;
        top: -10%;
        width: 52px;
        height: 52px;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        background: transparent;
        border: 2px solid #F1CDB3;
        border-radius: 50%;
        cursor: pointer;
        transition: transform .3s;
      }
     .cancel:hover{
background: #F1CDB3;
transform: scale(1.3);
     }
     
      
    #modalPets:hover{
        box-shadow: 0px 2px 35px 14px rgba(13, 13, 13, 0.04);
    }

    #modalPets button{
        position: absolute;
        margin-top: -44px;
        margin-left: 885px;
        width: 52px;
        height: 52px;
        border: 2px solid #F1CDB3;
        box-sizing: border-box;
        border-radius: 100px;
        background: none;
    }

    #modalPets button:hover{
        cursor: pointer;
    }
    .modal_img{
        position: relative;
        border-radius: 9px 0px 0px 9px;
        width: 500px; 
        height: 500px;  
       
   }
    .modal_img img{
        width: 500px; 
        height: 500px;  
   }

    .modal_content{
        position: relative;
        display: flex;
        flex-direction: column;
        gap: 10px;
        margin-left: 3%;
    }
    .modal_wrapper{
        width: 900px;
        height: 500px;
        display: flex;
    }
    .name_modal{
        position: relative;
        margin-top: 15%;
        font-family: 'Georgia';
        font-style: normal;
        font-weight: 400;
        font-size: 35px;
        line-height: 130%;
        letter-spacing: 0.06em;
        color: #000000;
    }
    .name_modal h3{
        margin:0px;
    }

        .type_modal{
            position: relative;
            font-family: 'Georgia';
            font-style: normal;
            font-weight: 400;
            font-size: 20px;
            line-height: 115%;
            letter-spacing: 0.06em;
            color: #000000;
            margin-top: -10%;
        }
        .type_modal h4{
            margin:0px;
        }

        .description_modal{
            position: relative;
            font-family: 'Georgia';
            font-style: normal;
            font-weight: 400;
            font-size: 15px;
            line-height: 110%;
            letter-spacing: 0.06em;
               color: #000000;
        }
    

        .age_modal{
            position: relative;
            font-family: 'Georgia';
            font-style: normal;
            font-size: 15px;
            line-height: 110%;
            letter-spacing: 0.06em;
            color: #000000;

        }

        .age_modal ul{
            display: flex;
            flex-direction: column;
            gap:10px;
            padding-left:5%;
            margin: 0px;
        }

        .age_modal ul span{
            font-weight: 700;

        }
    /*---------------Links------------------*/

a{
    text-decoration: none;
    color: inherit;
}
nav a:hover{
    color: #FAFAFA;
}
nav a:first-child{
    color: #FAFAFA;
    padding-bottom: 3px;
    border-bottom: solid 3px #F1CDB3;
       
}

/*--------------------Header-----------------*/
body{
    margin: 0px;
}
#startScreen{
    background: radial-gradient(100% 215.42% at 0% 0%, #5B483A 0%, #262425 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */,
    linear-gradient(0deg, #211F20, #211F20);
    background-image: url("../../assets/images/start-screen-background.jpg");
    background-size: cover;
    position: absolute;
    height: 908px;
    left: 0%;
    right: 0%;
    top: 0px;
}
#black_back{
    display: none;
    width: 100vw;
    height: 3796px;
    position: absolute;
    background-color: #000000c1;
    z-index: 2;
    margin: 0px;
    cursor: pointer;
}

#screenRelative{
    position: relative;
    width: 1280px;
    height: 908px;
    margin: 0 auto;
}

header{
    position: absolute;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 1200px;
    height: 60px;
    margin-left: 40px;
    margin-top: 60px; 
}
#logo{
    margin-top: -12px;
    position: relative;
    display: flex;
    flex-direction: column;
}
#logo h1{
    color: #F1CDB3;
    font-family: Georgia;
    font-size: 32px;
    font-weight: 400;
    line-height: 35px;
    letter-spacing: 0.06em;
    text-align: left;
    margin-bottom: 0%;  
}
#logo p{
    color: #FFFFFF;
    font-family: Arial;
    font-size: 13px;
    font-weight: 400;
    line-height: 15px;
    letter-spacing: 0.1em;
    text-align: left;
    margin-top: 10px;
    margin-left: 5px;
}
#burger, #burger_menu{
    display: none;
}
#navMenu{
    position: absolute;
    margin-right: 40px;
    left: 757px;
    color: #CDCDCD;
    height: 27px;
    width: 445px;
    border-radius: 0px;
    font-family: Arial;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0px;
    
}

#navMenu a:nth-child(-n+3){
    margin-right: 30px;
}

/*---------------Start Screen------*/

#startContent{
    display: flex;
    flex-direction: row;
    position: absolute;
    width: 1200px;
    height: 728px;
    left: 40px;
    top: 180px;

}
#notOnly{
    display: flex;
    flex-direction: column;
    
    width: 460px;
    height: 322px;
    margin-right: 42px;
    margin-top: 128px;
}
#notOnly h2{
color:#FFFFFF;
font-family: Georgia;
font-size: 44px;
font-weight: 400;
line-height: 57px;
letter-spacing: 0em;
text-align: left;
}
#notOnly p{
    margin-top: 3px;
    color: #CDCDCD;
    font-family: Arial;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0px;
    text-align: left;

}
#notOnly button{
    display: flex;
flex-direction: column;
align-items: center;
padding: 15px 45px;
width: 207px;
height: 52px;
margin-top: 26px;
background: #F1CDB3;
border-radius: 100px;
font-family: Georgia;
font-size: 16px;
font-weight: 400;
line-height: 22px;
letter-spacing: 0.06em;
text-align: left;

}
#notOnly button:hover{
    background: #FDDCC4;
}

#startPic{
    width: 698px;
height: 728px;
left: calc(50% - 698px/2 + 251px);
bottom: 0px;
}

/*-------------------about-------------------*/

#about{
    background: #FFFFFF;
    position: absolute;
    height: 588px;
    left: 0%;
    right: 0%;
    top: 908px;


}

#aboutContent{
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 120px;
    margin: 0 auto;
    width: 1200px;
    height: 408px;
    top: calc(50% - 408px/2 - 10px);
}

#aboutContent img{
    width: 300px;
    height: 408px;
    left: 175px;
    top: 0px;
}



#aboutShelter{
    margin-top: -13px;
    width: 430px;
    height: 380px;
    
}

#aboutShelter h2{
  color: #545454;
    font-family: Georgia;
    font-size: 35px;
    font-weight: 400;
    line-height: 45px;
    letter-spacing: 0.06em;
    text-align: left;

}
#aboutShelter{
    color: #4C4C4C;

font-family: Arial;
font-size: 15px;
font-weight: 400;
line-height: 24px;
letter-spacing: 0px;
text-align: left;

}
#aboutShelter p{
    margin-top: -5px;
}
#aboutShelter p:last-child{
    margin-top: 25px;
}

/*-----------------Pets----------------*/

#ourFriends{
    position: absolute;
    height: 877px;
    left: 0%;
    right: 0%;
    top: 1496px;
    background: #F6F6F6;
}
#pets{
    position: relative;
    margin: 0 auto;
    width: 1200px;
    height: 697px;
    margin-top: 80px;


}
#pets h2{
    width: 400px;
    height: 90px;
    margin-left: 400px;
    margin-top: 0px;
    font-family: 'Georgia';
    font-style: normal;
    font-weight: 400;
    font-size: 35px;
    line-height: 130%;
    display: flex;
    align-items: center;
    text-align: center;
    letter-spacing: 0.06em;
    color: #545454;
}
#btnPets{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 15px 45px;
    width: 261px;
    height: 52px;
    margin-left: 470px;
    margin-top: 60px;
    background: #F1CDB3;
    border-radius: 100px;
    font-family: 'Georgia';
    font-style: normal;
    font-weight: 400;
    font-size: 16.5px;
    line-height: 130%;
    letter-spacing: 0.06em;
    color: #292929;

}
#btnPets:hover{
    background: #FDDCC4;

}
#slider{
    margin-top: 60px;
    display: flex;
    flex-direction: row;
    gap: 55px;
    
}
.sliderCards{
    overflow: hidden;
    width: 1080px;
}

.wrapper{
    display: flex;
    flex-direction: row;
    gap: 90px;
    width: 1080px;
    left: -1080px;
    position: relative;


}
@keyframes moveLeft{
    from {left:-1080px}
    to {left:0px}
}
.transitionLeft{
    animation-name: moveLeft;
    animation-duration: 1s;
}
@keyframes moveRight{
    from {left:-1080px}
    to {left:-2160px}
}
.transitionRight{
    animation-name: moveRight;
    animation-duration: 1s;
}

#itemsLeft, #itemsCenter, #itemsRight{
    display: flex;
    flex-direction: row;
    gap: 90px;
    width: 1080px;
}
.btns{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 23px 19px;
    width: 52px;
    height: 52px;
    border: 2px solid #F1CDB3;
    box-sizing: border-box;
    border-radius: 100px;
    margin-top: 192px;
}
.btns:hover{
    background: #FDDCC4;
    cursor: pointer;
    border: 2px solid #FDDCC4;
}
.btns:hover button{
    background: #FDDCC4;
    cursor: pointer;  
}

.btns:visited{
    border: 2px solid #CDCDCD; 
}
.arrow{
    height: 6px;
    width: 14px;
    margin-top: -8px;
    border-radius: 0px;

}

button{
    border: none;
}

.card{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    background: #FAFAFA;
}
.card:hover{
    background: #FFFFFF;
    cursor: pointer;
}
.card:hover button{
    background: #FDDCC4;
    border: 2px solid #FDDCC4;
}

.card img{
    height: 270px;
width: 270px;
margin-left: 0px;
margin-top: 0px;
border-radius: 9px 9px 0px 0px;


}
.card h3{
  margin-top: 27px;  
  font-family: 'Georgia';
font-style: normal;
font-weight: 400;
font-size: 20px;
line-height: 23px;

letter-spacing: 0.06em;
color: #545454;
}

.card button{
margin-top: 11px;
display: flex;
flex-direction: column;
align-items: center;
padding: 15px 45px;
position: static;
border: 2px solid #F1CDB3;
box-sizing: border-box;
border-radius: 100px;
font-family: 'Georgia';
font-style: normal;
font-weight: 400;
font-size: 17px;
line-height: 130%;
letter-spacing: 0.06em;
color: #292929;
background: #FAFAFA;
margin-bottom: 30px;

}
.card button:hover{
    background: #FDDCC4;
    border: 2px solid #FDDCC4;
    cursor: pointer;
}

/*-----------------------Help--------------------------*/

#help{
    position: absolute;
    height: 611px;
    left: 0%;
    right: 0%;
    top: 2373px;
    background: #FFFFFF;
}
#helpContent{
    position: relative;
    margin: 0 auto;
    width: 1200px;
    height: 431px;
}
#help h2{
    color: #545454;
    font-family: Georgia;
    font-size: 35px;
    font-weight: 400;
    line-height: 45px;
    letter-spacing: 0.06em;
    text-align: center;
    margin-top: 80px;
 

}
#list{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    text-align: center;
    width: 1026px;
    column-gap: 123px;
    row-gap: 40px;
    justify-content: center;
    margin: 0 auto;
    margin-top: 65px;

}
#list img{
    margin-top: -3px;
}
#list p{
font-family: Georgia;
font-size: 19px;
font-weight: 400;
line-height: 23px;
letter-spacing: 0.06em;
text-align: center;
color: #545454;
margin-top: 25px;

}


/*-----------------------Donation------------------------*/

#addition{
    position: absolute;
    height: 462px;
    left: 0%;
    right: 0%;
    top: 2984px;
    background: #F6F6F6;
}
#donation{
    position: relative;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 282px;
    width: 915px;
    border-radius: 0px;
    margin-top: 80px;
    }

#donationDog{
    height: 261px;
    width: 505px;
    margin-top: 0px;
    border-radius: 0px;

}

#donationContent{
    height: 282px;
    width: 380px;
    border-radius: 0px;
    margin-left: 30px;
}
#donationContent h2{
    color: #545454;
    font-family: Georgia;
    font-size: 35px;
    font-weight: 400;
    line-height: 45px;
    letter-spacing: 0.06em;
    text-align: left;
    margin-top: 0px;
    margin-bottom: 0px;
}
#donationContent h3{
    font-family: Georgia;
    font-size: 15px;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: 0.06em;
    text-align: left;
    margin-top: 20px;
    margin-bottom: 22px;
    color: #545454;


}
#card{
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 10px 15px;
    width: 320px;
    height: 20px;
    background: #F1CDB3;
    border-radius: 9px;
    margin-bottom: 20px;
}
#card:hover{
   background: #FDDCC4;
   cursor: pointer;
}
#card img{
    width: 30px;
    height: 23px;
    margin-right: 15px;
}
#card p{
    font-family: Georgia;
    font-size: 20px;
    font-weight: 400;
    line-height: 23px;
    letter-spacing: 0.06em;
    text-align: left;
    color: #545454;

}
#donationContent h4{
    width: 380px;
    height: 72px;
    font-family: 'Arial';
    font-style: italic;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    display: flex;
    align-items: center;
    color: #B2B2B2;
}

/*Footer*/

footer{
    position: absolute;
    height: 350px;
    left: 0%;
    right: 0%;
    top: 3446px;
    background: radial-gradient(110.67% 538.64% at 5.73% 50%, #513D2F 0%, #1A1A1C 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */,
    linear-gradient(0deg, #211F20, #211F20);
;
}
#footerContent{
    position: relative;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    gap: 160px;
    width: 1200px;
    height: 310px;
    
}
#footerPuppy{
    Width:300px;
    Height: 310px;
    margin-top: 40px;
}
#contacts{
    margin-top: 23px;
    width: 278px;
    height: 234px;


}
#contacts h3{
    width: 278px;
    height: 90px;
    left: calc(50% - 278px/2 - 0px);
    font-family: 'Georgia';
    font-style: normal;
    font-weight: 400;
    font-size: 34px;
    line-height: 130%;
    letter-spacing: 0.07em;
    color: #FFFFFF;

}
#contacts div{
    display: flex;
    flex-direction: row;
    width: 302px;
    height: 32px;
    margin-bottom: 40px;
    margin-top: -5px;
}

#contacts div img{
    height: 32px;
width: 40px;
border-radius: 0px;
margin-top: 8px;

}
#contacts div p{
    width: 191px;
height: 23px;
margin-left: 20px;
font-family: 'Georgia';
font-style: normal;
font-weight: 400;
font-size: 20px;
line-height: 115%;
letter-spacing: 0.06em;
color: #F1CDB3;


}
#contacts div:not(:last-child) p{
    margin-top: 15px;
}
#contacts div:last-child img{
    margin-top: 15px;
}
#locations{
    width: 302px;
    height: 234px;
    margin-top: 25px;   


}
#locations h3{
    width: 278px;
    height: 90px;
    left: calc(50% - 278px/2 - 0px);
    font-family: 'Georgia';
    font-style: normal;
    font-weight: 400;
    font-size: 34px;
    line-height: 130%;
    letter-spacing: 0.08em;
    color: #FFFFFF;
    margin-bottom: 0px;

}

#locations div{
    display: flex;
    flex-direction: row;
    width: 302px;
    height: 32px;
    margin-bottom: 50px;
    margin-top: 10px;
}

#locations div img{
    margin-top: 25px;
    width: 22px;
height: 32px;
border-radius: 0px;

}
#locations div:last-child img{
    margin-top: 15px;
}
#locations div p{
    width: 260px;
height: 46px;
margin-left: 20px;
font-family: 'Georgia';
font-style: normal;
font-weight: 400;
font-size: 20px;
line-height: 115%;
letter-spacing: 0.06em;
color: #F1CDB3;


}

/*--------------media queries---------------*/



@media screen and (min-width:768px) and (max-width:1279.9px) {
    
  #modalPets{
    width: 682px;
    height: 402px;
    margin-left: calc(50% - 682px/2);
  }
  #modalPets button {
   
    margin-left: 675px;
}
  .modal_img img {
    width: 350px;
    height: 350px;
  }
 
  .modal_content{
      gap: 20px;
  }
  .name_modal h3 {
    font-size: 35px;}

    .type_modal h4 {
        margin-top: 0px;
    }
    .description_modal {

    font-size: 13px;}

    

        #startScreen{
        height: 1165px;
    }
    #screenRelative{
        width: 768px;
        height: 1165px;
        background-repeat: no-repeat;
        background-size: cover;
    }
    header{
        position: absolute;
        width: 708px;
        height: 60px;
        margin: 30px 30px 60px 30px;
    }
    #logo{
        width: 186px;
        height: 60px;
        left: 0px;
        top: 0px;
        margin-top: -20px;

    }
    #logo h1{
        display: flex;
        align-items: center;
        letter-spacing: 0.06em;
        height: 35px;
        margin-top: 12px;        
    }
    #logo p{
        
        left: 4px;
        top: calc(50% - 15px/2 + 22.5px);
    }
    #burger, #burger_menu{
        display: none;
    }
    #navMenu{
        position: absolute;
        width: 443px;
        height: 27px;
        left: 265px;
        top: 16px;
    }

    #startContent{
        flex-direction: column;
        position: absolute;
        width: 569px;
        height: 1015px;
        left: 99px;
        top: 150px;
    }
    #notOnly{
    margin-left: 55px;
    margin-top: -36px;
    }
    #notOnly button{
        align-self: center;
        margin-top: 30px;

    }
    #startPic{
        position: absolute;
        width: 569px;
    height: 593px;
    left: calc(50% - 569px/2 + 70px);
    bottom: 0px;
    }
    #startPic img{
        width: 569px;
    height: 593px;
    }
    /*-------------------about-------------------*/
    #about{
        top: 1165px;
    }
    #aboutContent{
        flex-direction: column-reverse;
        width: 430px;
        top: 60px;
        gap: 80px;
    }
    #aboutShelter{
        margin-top: -45px;

    }
    .aboutImg{
        position: absolute;
        top: 477px;
        margin-left: calc(50% - 300px/2);
    }
    

    /*our friends*/

    #ourFriends{
        top: 2213px;
    }

    #pets{
        width: 708px;
        height: 697px;
    }
    #pets h2{
        margin-left: calc(50% - 400px/2);
        margin-top: 80px;
    }
    #slider{
        gap:12px;
    }
    @keyframes moveLeft{
        from {
            left: -930px;
          }
          to {
            left: 0;
          }
    }
    .transitionLeft-768{
        animation-name: moveLeft;
        animation-duration: 0.5s;
    }
    @keyframes moveRight{
        from {
            left: -930px;
          }
          to {
            left: -1860px;
          }
    }
    .transitionRight-768{
        animation-name: moveRight;
        animation-duration: 0.5s;
    }
    .wrapper{
        left: -930px;
    width: 1820px;
    gap: 40px;
    }
    
    .card:nth-child(3) {
        opacity: 0 !important;
      }
      .card:nth-child(6) {
        opacity: 0 !important;
      }
      .card:nth-child(9) {
        opacity: 0 !important;
      }
    #btnPets{
        margin-left: calc(50% - 260px/2);
    }

    /*help*/
    #help{
    height: 779px;
    top: 3090px;
    }
    #helpContent{
        width: 630px;
        height: 599px;
    }
    #list{
        width: 630px;
        column-gap: 60px;
        row-gap: 55px;
    }
    #list div{
        width: 170px;
        height: 113px;
    }

    /*donation*/
    #addition{
        height: 783px;
        top: 3869px;

    }
    #donation{
        width: 505px;
        flex-direction: column-reverse;
        height: auto;
        margin-left: calc(50% - 505px/2);
        gap: 60px;
    }
    #donationContent{
        margin-left: 0px;
    }

    /*footer*/
    footer{
        height: 639px;
        top: 4652px;

    }
    #footerContent{
        flex-wrap: wrap;
        gap:25px;
        width:708px;
    }
    #footerContent div{
        margin-top: 0px;
        margin-left: 35px;
    }
    
    
    #locations div{
        margin-left: -1px;
        margin-top: 11px;
    }
    #locations div:last-child img{
        margin-top: 15px;
    }
    #contacts div{
        margin-top: -15px;
    margin-left: -2px;
    }
    #contacts div img{
        margin-top: 15px;
    }
    #contacts div:last-child{
        margin-top: 10px;
    }
    #contacts div:not(:last-child) p{
        margin-top: 20px;
    }
   #footerContent #footerPuppy{
    margin-left: calc(50% - 300px/2);
    margin-top: 65px;
    }
}


@media (max-width:767.9px) {
    .modal_wrapper{
        width: auto;
        height: auto;
    }
    
     .wrapper{
         
            width: 1620px;
            left: -810px;
            gap: 0;
        
    }
    
    #modalPets button {
       
        margin-left: 235px;
    }
    .modal_img{
        display: none;
    }
    .modal_content{
        align-items: center;
        gap: 0px;
    }
    .name_modal{
        margin-top: 3%;
        margin-bottom: 5px;

    }
    .type_modal{
        margin-top: 0%;
        margin-bottom: 5px;

    }
    .description_modal {
    font-size: 13px;
    text-align: justify;
    margin-right: 5px;

    }

    .age_modal ul{
        gap: 7px;
        padding-left: 0%;
    }
    #startScreen{
        height: 823px;
       
    }
    
    #screenRelative{
       
        height: 823px;
        width: 320px;
        overflow: hidden;
    }
    
    header{
        width: 257px;
        height: 60px;
        left: calc(50% - 257px/2 - 21.5px);
        top: 30px;
        margin-top: 0px;
        margin-left: 0px;
        z-index: 4;
    }
    #navMenu{
        display: none;
    }
    #burger{
        display:flex;
        width: 30px;
        height: 22px;
        transition: 0.5s;
    }
    .rotated{
        transform: rotate(-90deg);
    }
    

    #burger_menu{
        background: #292929;
        position: absolute;
        display:flex;
        flex-direction: column;
        width: 320px;
        height: 100vh;
        z-index: 3;
        left:320px;
        color: #CDCDCD;
        border-radius: 1%;

    }
    #burger_menu div:not(:first-child) a{
        border-bottom: none; 
        color: inherit;   
    }

    #burger_menu div:not(:first-child) a:hover{
        color: #FAFAFA;
    }

    @keyframes menuFlows{
        from {left:320px}
        to {left:0px}
    }
    .transitionMenu{
        animation-name: menuFlows;
        animation-duration: 0.5s;
        
    }
    @keyframes menuHide {
        from {left:0px}
        to {left:320px}
        
    }
    .transitionHide{
        animation-name: menuHide;
        animation-duration: 0.5s;
    }

    #burger_menu div{
        font-family: 'Georgia';
        font-style: normal;
        font-weight: 400;
        font-size: 30px;
        line-height: 130%;
        letter-spacing: 0.06em;
        color: #FFFFFF;
    }
    #burger_menu nav{
        display: flex;
        align-items: center;
        text-align: center;
        flex-direction: column;
        gap: 60px;
        margin-top: 45%;
    }
    

    #startContent{
        flex-direction: column;
        width: 300px;
        height: 673px;
        left: 10px;
        top: 150px;
    }
    #notOnly{
        margin-top: 0%;
        margin-right: 0%;
        width: 300px;
        height: 296px;
    }
    #notOnly h2{
        font-size: 25px;
        line-height: 130%;
        text-align: center;
        letter-spacing: 0.06em;
        margin-top: 0px;

    }
    #notOnly p{
        text-align: center;
        margin-top: 20px;

    }
    #notOnly button{
        margin-left: calc(50% - 207px/2 - 0.5px);
    }
    #startPic{
        position: absolute;
        width: 260px;
        height: 272px;
        left: 13.33%;
        right: 0%;
        top: 59.58%;
        bottom: 0.03%;
    }
    #startPic img{
        width: 260px;
     

    }
    /*about*/

    #about{
        height: 974px;
        top:823px;
    }

    #aboutContent{
        width: 300px;
        height: 890px;
        top: -10px;
        display: flex;
        flex-direction: column-reverse;
        gap: 60px;
    }

    #aboutShelter{
        width: 300px;
        height: 494px;
        margin-top: 80px;
    }
    .aboutImg{
        margin: 0 auto;
    }
    #aboutContent img{
        width: 260px;
        height: 353.6px;
    }
    
    #aboutShelter h2{
        text-align: center;
        line-height: 130%;
        width: 300px;
        font-size: 25px;
        margin-bottom: 27px;

    }
    #aboutShelter p{
        font-size: 15px;
        line-height: 160%;
        text-align: justify;
        align-items: center;
        width: 270px;
        margin: 0 auto;
    }
    #aboutShelter p:last-child {
        margin-top: 21px;
    }
    /*pets*/
    #ourFriends{
        height: 791px;
        left: 0%;
        right: 0%;
        top: 1797px;

    }
    #pets{
        width: 300px;
        height: 707px;
        margin-top: 0%;

    }
    #pets h2{
        width: 300px;
        margin-left: calc(50% - 300px/2);
        font-size: 25px;
        margin-top: 30px;
        justify-content: center;
    }
    #slider{
        width: 270px;
        flex-direction: row;
        row-gap: 15px;
        column-gap: 3px;
        flex-wrap: wrap;
        justify-content: space-around;
        margin-left: calc(50% - 270px/2);
        margin-top: 30px;
    }
 .modal_pets{
     position: fixed;
    margin-left: calc(50% - 240px/2);
    margin-top: calc(50% - 88px/2);
        width: 240px;
    height: 341px;}

    @keyframes moveLeft{
        from {left:-810px}
        to {left:0px}
    }
    @keyframes moveRight{
        from {left:-810px}
        to {left:-1620px}
        
    }
    .transitionLeft-320{
        animation-name: moveLeft;
        animation-duration: 0.5s;
    }
    
    .transitionRight-320{
        animation-name: moveRight;
        animation-duration: 0.5s;
    }
    .card:nth-child(2) {
        opacity: 0 !important;
      }
      .card:nth-child(3) {
        opacity: 0 !important;
      }
      .card:nth-child(5) {
        opacity: 0 !important;
      }
      .card:nth-child(6) {
        opacity: 0 !important;
      }
      .card:nth-child(8) {
        opacity: 0 !important;
      }
      .card:nth-child(9) {
        opacity: 0 !important;
      }
   
    .sliderCards{
        order:-1;
    }
    .btns{
        margin-top: 0px;
    }
    /*.card:not(:first-child){
        display: none;
    }*/
    #btnPets{
        margin-left: calc(50% - 260px/2);
        margin-top: 43px;

    }
    /*help*/
    #help{
        height: 745px;
        left: 0%;
        right: 0%;
        top: 2588px;
    }
    #helpContent{
        height: 745px;
        width: 320px;
        margin-top: 42px;
    }
    #help h2{
        margin-top: 0%;
        font-size: 25px;
        line-height: 130%;

    }
    #list{
        width: 290px;
        gap: 30px;
        margin-top: 0%;
        justify-content: left;
        margin-top: 42px;


    }
    #list div{
        width: 130px;
        height: 87px;
    }
    #list img{
        width: 50px;
        height: 50px;
    }
    #list p{
        font-size: 15px;
        line-height: 110%;
        display: flex;
        align-items: center;
        letter-spacing: 0.06em;
        margin-top: 18px;
        justify-content: center;
    }
    /*donation*/
    #addition{
        height: 542.2px;
        top: 3333px;
    }
    #donation{
        width: 300px;
        margin-top: 42px;
        flex-direction: column-reverse;
    }
    #donationContent{
        width: 300px;
        margin-left: 0px;
    }
    #donationContent h2{
        font-size: 25px;
    line-height: 130%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    letter-spacing: 0.06em;
    }
    #donationContent h3{
        width: 273px;
        line-height: 160%;
        display: flex;
        align-items: center;
        letter-spacing: 0em;
        margin-left: calc(50% - 273px/2);
        margin-bottom: 20px;

            }
    #card{
        width: 250px;
        height: 22px;
        margin: 0 auto;
    }
    #card img{
        margin-right: 14px;
    }
    #card p{
        font-size: 15px;
        line-height: 110%;
    }
    #donationContent h4{
        width: 280px;
        display: flex;
        align-items: center;
        text-align: justify;
        margin-left: calc(50% - 280px/2);
        margin-bottom: 0px;
        height: 98px;

    }
    #donationDog{
        position: absolute;
        width: 260px;
        height: 135.2px;
        top: 323px;

    }
    #donationDog img{
        width: 260px;
    }

    /*footer*/

    footer{
        height: 809px;
        top: 3875px;

    }
    #footerContent{
        flex-direction: column;
        width: 300px;
        gap: 40px;
        align-items: center;
        text-align: center;

    }
    #footerContent h3{
        height: 64px;
        font-size: 25px;
        line-height: 130%;
        letter-spacing: 0.06em;
        margin-bottom: 29px;


    }
    #contacts{
        margin-top: 5px;
    }
    #contacts div{
        width: 251px;
        margin-left: calc(50% - 251px/2);
        margin-bottom: 45px;

    }
    #contacts div img{
        margin-top: 15px;
    }
    #contacts div:not(:last-child) p {
        margin-top: 1em;
    }

    #contacts div:last-child img{
        margin-left: 5px;
    }
    #contacts div:last-child p{
        margin-left: 14px;
    }
    
    #locations{
        width: 300px;
        height: 222px;
        margin-top: 12px;
        justify-content: center;
        display: flex;
        flex-direction: column;

    }
    #locations h3{
        margin: 0 auto;
    }
    #locations div img {
        margin-top: 37px;
    }
    #locations div:last-child img{
        margin-top: 23px;
    }
    #locations div p {
        width: 258.28px;
        text-align: left;
        margin-top: 30px;
    }
    #footerPuppy{
        width: 260px;
        margin-top: -12px;

    }
    #footerPuppy img{
        width: 260px;
    }
}
