/*---------------------fonts------------------------*/  
h1, h2, h3, h4, h5, button, .Pet p{
    font-family: Georgia, Verdana sans-serif;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.06em;
}
h1{
    font-size: 32px;
    line-height: 10%;
    color:#F1CDB3;
}
h2{
    font-size: 44px;
    line-height: 130%;
    color:  #FFFFFF;
    letter-spacing: 0em;
}
h3{
    font-size: 35px;
    line-height: 45px;
    color: #545454;
    margin: 0;
}

h4{
    font-size: 20px;
    line-height: 115%;
    color: #545454;
}

h5{
    font-size: 15px;
    line-height: 110%;
    color: #545454;
    margin: 20px 0;
}

p, a{
    font-family: Arial;
    font-style: normal;
    font-weight: 400;
    }
    
a{
    color: #FAFAFA;
    text-decoration: none;
    }

.header p{
    font-size: 13px;
    line-height: 15px;
    color: #FFFFFF;
    letter-spacing: 0.1em;
}

.header a{
    font-size: 15px;
    line-height: 24px;
    color: #CDCDCD;
    text-decoration: none;
}

.Not_only p{
    font-size: 15px;
    line-height: 160%;
    color: #CDCDCD;
}

.About p{
    font-size: 15px;
    line-height: 160%;
    color: #4C4C4C;
}

.Pet p{
    font-size: 20px;
    text-align: center;
}

/*--------------------frame-------------------------*/   

html{
    background-image: url("../../assets/images/start-screen-gradient-background.png");
    background-repeat: no-repeat;
    background-size:100% 923px;
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
    height: auto;
}

body{
   max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
}

.wrapper{
    padding: 0 40px;

   /* max-width: 1280px;
    margin-left: auto;
    margin-right: auto;*/
}
.wrapper__gray{
    background-color:#F6F6F6;
}

button{
    font-size: 17px;
    line-height: 130%;
    color: #292929;

    padding: 15px 45px;
    border-radius: 100px;
}
button:hover{
    cursor: pointer;
}

.light_color{
    background-color: #F1CDB3;
    border: none;
}
.light_color:hover{
    background-color: #FDDCC4;
}

.transparent{
    background-color: #FAFAFA;
    border: 2px solid #F1CDB3;
    padding: 13px 41.5px;  
}
.transparent:hover{
    background-color: #FDDCC4;;
}

 /*--------------------header-------------------------*/ 
header{
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 60px 0 43px;
 }
 .nav-container .checkbox{
    position: absolute;
    display: none;
    height: 50px;/*20*/
    width: 50px;/*22*/
    top: 50px;
    right: 50px;
    z-index: 5;
    opacity: 0;
    cursor: pointer;
}
 .navigation a.active {
    border-bottom: solid 3px #F1CDB3;
  }

 .navigation{
     display: flex;
 }
 .navigation a:hover{
    color: #4C4C4C;
    text-decoration:underline;
}

 li{
     list-style: none;
     padding-left: 35px;
     padding-bottom: 10px;
 }
 /*--------------------Not_only-------------------------*/         

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

.Not_only .Left{
    padding-top: 130px;
}

.Not_only button{
    margin-top: 32px;
}
.Not_only a{
    font-family: 'Georgia';
    font-size: 17px;
    line-height: 130%;
    color: #292929;
    letter-spacing: 0.06em;
}

/*--------------------About-------------------------*/           

.About{
    padding: 80px 175px 96px 175px;
    display: flex;
    justify-content: space-between;
}

.About .left{
    padding-right: 120px;
}
.About .right{
    padding-top: 14px;
}
.About p{
    padding-top: 9px;
}

/*--------------------Our_friends-------------------------*/          
.Our_friends{
    padding: 80px 0 100px;        
}

.header_Our_friends {
    max-width: 400px;
    text-align: center;  
    margin: 0 auto 60px; 
}

.container_Pets{
   display: flex;
   justify-content: space-between;
   align-items:center;
   
   vertical-align: center;
}

.Pets{
    padding: 0 53px;  
    width:100%;
    justify-content: space-between; 
    display: flex;       
}

.Pet{
    background: #FAFAFA; 
}
.Pet p{
    margin: 25px auto 32px;
}
.Pet button{
    margin: 0 auto 30px;
    display: block;
}

.arrows{
    padding: 15px;
    vertical-align: auto;
}

 .btn2{
    display: block;
    margin: 60px auto 0;
}

.Pet:hover .transparent{
    background-color: #FDDCC4;
}

.lightbox {  /* Default to hidden */
    display: none;
  
    /* Overlay entire screen */
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
  }

.modal-window{
    max-width:900px;
    height: 500px;
    background-color:#FAFAFA;
    color:#292929;
    left: 0; right: 0; 
    margin:190px auto; 
    display: flex;
}

.modal-img {
    width: 500px;
}
.modal-text{
    padding-top: 50px;
}

.modal-text :where(p, li){
    text-align: left;
    padding-left: 0;
    font-size: 15px;
    padding-right: 20px;
}

  .lightbox:target {
    display: block;
  }

/*--------------------Help-------------------------*/   
.Help h3{
    max-width: 310px;
    text-align: center;
    margin: 80px auto 60px;
}
.container_Help{
    /* max-width: 1026px;*/
    margin: 0 auto 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.help{
    width: 20%;
    margin: 0 auto 59px;
    display: block; 
}

.help img{
    margin: 0 auto;
    text-align: center;
    display: block; 

} 
.help h4{
    text-align: center;
    margin-bottom: 0px;
}

/*--------------------Credit-cart-------------------------*/  
.Credit_card{
    display: flex; 
    padding: 80px 142px 100px 143px; 
}

.Left_Credit-card{
   padding: 11px 30px 10px 0px;
}

.Right_Credit-card button{
    border-radius: 9px;
    padding: 10px 15px;

    font-size: 20px;
    line-height: 115%;
  
    display: inline-flex; 
    align-items: center;
    justify-content: center;
}

.Credit_card p{
    font-style: italic;
    font-size: 12px;
    line-height: 18px;
    color: #B2B2B2;
    margin-top: 20px;
    margin-bottom: 0;
}
/*--------------------footer-------------------------*/ 

footer{
    background-size:cover;
    background-image: url("../../assets/images/start-screen-gradient-background.png");
    
}

.contacts{
    padding-top: 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.colomn{
    display: block;
    padding-top: 16px;
    max-width: 310px;
}

.email-tel h3, .address h3{
    color:#FFFFFF
}

.email{
    padding: 43px 0;
}
.address-1{
    padding: 33px 0;
}

.contacts_img{
    max-width: 300px;
}

.address-1, .address-2, .email, .tel{
    display: inline-flex; 
    align-items: center;
    justify-content: center;
}
.contacts a{
    color: #F1CDB3;
    text-decoration: none;

    font-family: 'Georgia';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 115%;
    letter-spacing: 0.06em;

}

.address h4{
    margin: 0;
    font-size: 20px;
    line-height: 115%;
    color: #F1CDB3;
}



/*--------------------media-------------------------*/ 
/* 992px - 1200px */
@media screen and (max-width: 1200px) {

/*--------------------About-------------------------*/

    .About{
        padding: 80px 0 100px;
        justify-content: space-evenly;
    }
    .About .right{
        max-width: 430px;
    }
}
/*--------------------Our_friends-------------------------*/
.Pets{
    padding: 0 10px;  
}
/*--------------------Credit-cart-------------------------*/
.Credit_card{
    padding: 80px 0 100px;
    justify-content: center;
}
.Right_Credit-card{
    width: 380px;
}
/*--------------------footer-------------------------*/ 

.contacts{
    justify-content: space-around;
}

/* 768px - 992px */
@media screen and (max-width: 992px) {
    .wrapper{
        padding: 0 30px;
    }
    html{
        background-size:100% 1188px;
    }
 /*--------------------header-------------------------*/
    header{
       padding: 30px 0 0px;
    }
/*--------------------Not_only-------------------------*/
.Not_only h2{
    margin: 0;
}
 .Not_only{
    display: flex;
    flex-direction: column;
}
.Not_only .Left{
    width: 460px;
    padding-top: 60px;
    align-self: center;
}
.Left button{
    margin-top: 42px;
    align-self: center;
    margin-left: 125px;
}
.Not_only a{
    font-family: 'Arial';
    font-size: 15px;
    line-height: 24px;
}
.Not_only .Right{
   align-self: flex-end; 
   margin-top: 100px;
}
.Right img{
    width: 569px;
}

/*--------------------About------------------------- */ 
.About{
    flex-direction: column-reverse;
    align-items:center;
}
.About .right{
    width: 430px;
    margin-bottom: 80px;
}
.About .left{
    padding: 0;
}

/*--------------------Our_friends---------------------*/          
.Pets{
    padding: 0 12px;       
}

.modal-window{
    max-width:630px;
    height: 350px;
}

.modal-img {
    width: 350px;
}
.modal-text{
    padding-top: 10px;
}
.modal-text h4{
    padding-top: 10px;
    margin: 0;
}
.modal-text p{
    padding: 10px 0 10px;
    margin: 0;
}
.modal-text ul{
    margin: 0;
}
.Woody{
    display: none;
}
/*--------------------Help------------------------- */
.help{
    width: 30%; 
}
/*--------------------Credit-cart-------------------------  */
.Credit_card{
    flex-direction: column-reverse;
    align-items:center;
}
.Right_Credit-card{
    margin-bottom: 60px;
}
.Left_Credit-card{
    padding: 0px;
}
/*--------------------footer------------------------- */
.contacts_img{
    padding-top: 65px;
    max-width: 300px;
}





/* 576px - 768px */
@media (max-width: 768px) {
    html{
        background-size:100% 1002px;
    }

     /*--------------------header-------------------------*/ 
     
    .header{
        display: block;
     }
 .navigation{
     display: block;
     margin: 0;
     visibility: hidden; /* hidden menu*/
 }
 li{
     padding-bottom: 43px;
 }
 
 .nav-container .checkbox{
    position: absolute;
    display: block;
    height: 50px;/*20*/
    width: 50px;/*22*/
    top: 48px;
    right: 48px;
    z-index: 5;
    opacity: 0;
    cursor: pointer;
}
.nav-container .ham-lines{
    height: 50px;/*20*/
    width: 50px;/*22*/
    position: absolute;
    top: 50px;
    right: 50px;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.nav-container .ham-lines .line{
    display: block;
    height: 4px;
    width: 100%;
    border-radius: 10px;
    background: #F1CDB3;
}
.nav-container .ham-lines .line1{
    transform-origin: 0% 0%;
    transition: transform 0.4s ease-in-out;
}
.nav-container .ham-lines .line2{
    transition: transform 0.2s ease-in-out;
}
.nav-container .ham-lines .line3{
    transform-origin: 0% 100%;
    transition: transform 0.4s ease-in-out;
}

.nav-container .navigation{
    box-sizing: border-box;
    position: absolute;
    padding: 50px 0 ;
    width: 100%;
    /*transform: translate(130%);/*прячет за грань -150%*/
    left:-100%;/*замена пред строке*/
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: transform .4s ease-in-out;
    background: url("../../assets/images/start-screen-gradient-background.png") no-repeat;
    background-size:100%;
}
.navigation li{
    text-align: center;
}
.navigation li a{
    font-size: 32px;
    color: #FAFAFA;
    font-family: Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 400;
}


.nav-container input[type="checkbox"]:checked ~ .navigation{
    /*transform: translateX(0);*/
    left: 0;/*замена пред строке*/
    visibility: visible; /*show menu*/
}
.nav-container input[type="checkbox"]:checked ~ .ham-lines .line1{
    transform: rotate(45deg);
    width: 69px;
}
.nav-container input[type="checkbox"]:checked ~ .ham-lines .line2{
    transform: scaleY(0);
}
.nav-container input[type="checkbox"]:checked ~ .ham-lines .line3{
    transform: rotate(-45deg);
    width: 69px;
}/*

 /*--------------------Not_only-------------------------*/         

.Not_only .Left{
    padding-top: 60px;
    width: 400px;
    text-align: center; 
}
.Not_only button{
    margin: 32px auto 0;
}
.Right img{
    width: 400px;
    display: block;
    margin-left: auto;
    margin-right: auto
}
/*--------------------About------------------------- */ 
.About .right{
    margin-bottom: 40px;
}
.About .right h3{
    text-align: center;
}

/*--------------------Our_friends---------------------*/          
.modal-window{
    width: 420px;
    padding: 20px;
}
.modal-img{
    display: none;
}
.Jenifer{
    display: none;
}
.Pets{
    justify-content: center;
    order: -1;
    margin-bottom: 20px;
}
.container_Pets{
    display: flex;
    flex-flow: wrap;
    justify-content: space-evenly;
 }
 .header_Our_friends {
    max-width: 300px;
}
.header_Our_friends h3{
    margin: auto;
}
/*--------------------Credit-cart-------------------------  */
.Credit_card{
    align-items:center;
}
.Right_Credit-card{
    text-align: center;
}
.Right_Credit-card p{
    text-align: justify;
}
/*--------------------footer------------------------- */
.address{
    padding-top: 40px;
}
  }


/* 320px - 576px */
@media screen and (max-width: 576px) {
    html{
        background-size:100% 841px;
    }
    .wrapper{
        padding: 0 10px;
    }
    h3, h2{
        width: 278px;
        text-align: center;
        font-size: 25px;
        line-height: 32px;
        letter-spacing: 6%;
    }
    .Pet p{
        font-size: 13px;
    }
     /*--------------------header-------------------------*/ 
 .nav-container .checkbox{
    right: 38px;
}
.nav-container .ham-lines{
    right: 40px;
}

.nav-container .navigation{
    /*transform: translate(110%);/*прячет за грань -150%*/
    background-size:cover;
}
 /*--------------------Not_only-------------------------*/         

.Not_only .Left{
    width: 300px;
}
.Not_only h2{
    margin: 0;
    padding-bottom: 42px;
}
.Not_only p{
    margin: 0;
}
.Right img{
    width: 260px;
}
/*--------------------About------------------------- */ 
.About{
    padding: 42px 0;
}
.About .left img{
    width: 260px;
}
.About .right {
    width: 270px;
}

/*--------------------Our_friends---------------------*/          
.Our_friends{
    padding: 42px 0;
}
.header_Our_friends{
    margin-bottom: 42px;
}
.modal-window{
    width: 240px;
    height: 350px;
    padding: 10px;
    margin: 220px 40px;
    align-items:center;
}
.modal-text{
    padding: 0;
    margin: 0;
    width: 240px;
}
.modal-text ul li{
    padding: 5px;
    margin: 0;
}
 /*--------------------Help-------------------------*/   
.Help h3{
    margin: 42px auto;
}
.help{
    width: 45%;
    margin-bottom: 30px;
}

.help h4{
    text-align: center;
    margin-bottom: 0px;
    font-size: 15px;
}
/*--------------------Credit-cart-------------------------  */
.Credit_card{
    align-items:center;
    padding: 42px 0;
}
.Right_Credit-card{
    width: 300px;
    text-align: center;
    margin-bottom: 42px;
}
.Right_Credit-card .button{
    width: 281px;
    font-size: 15px;
}
.Right_Credit-card .button img{
width: 30px;
}
.Credit_card img{
    width: 300px;
}
/*--------------------footer------------------------- */
.contacts{
    padding-top: 30px;
}
.contacts_img img{
    width: 260px;
}
.contacts_img{
    padding-top: 45px;
}
}