:root{
    --font1:400 13px 'Arial', serif;
    --font2:400 32px 'Georgia', serif;
    --font3:400 15px 'Arial', serif;
    --font4:400 44px 'Georgia', serif;
    --font5:400 17px 'Georgia', serif;
    --font6:400 35px 'Georgia', serif;
    --font7:400 20px 'Georgia', serif;
    --font8:400 15px 'Georgia', serif;
    --font9:400 12px 'Arial', serif;
    --font10:400 25px 'Georgia', serif;
    --font11:400 32px 'Arial', serif;
    --font12:400 13px 'Georgia', serif;
    --background1: #F1CDB3;
    --background2: #F6F6F6;
    --background3: #F1CDB3;
    --background4: #FDDCC4;
    --background5: #FFFFFF;
    --background6: #000000;
    --color1:#F1CDB3;
    --color2:#FFFFFF; 
    --color3:#CDCDCD;
    --color4:#545454; 
    --color5:#B2B2B2;
    --color6:#292929;
    --color7:#4C4C4C;
    --color8:#FDDCC4;
    --color9:#FAFAFA;
    --color10: #000000;
}
html{
    margin: 0 auto;
    max-width: 1280px;
    scroll-behavior:smooth
}
a{
    text-decoration: none;
}
/*header*/
.header{
   padding: 0px 40px 0px 40px;
left: 0%;
right: 0%;
top: 0%;
bottom: 0%;
background: url('../../assets/images/noise_transparent@2x.png'), radial-gradient(100% 215.42% at 0% 0%, #5B483A 0%, #262425 100%), #211F20;
box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.header-logo{
padding: 60px 0px 0px 0px;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
    align-items: center;
}
.logo{
    width: 184px;
    height: 60px;
    z-index: 2;
}
.logo1{
    letter-spacing:1.75px;
    font: var(--font2);
    color:var(--color1);
    margin: 0;
}
.logo1 a{
    color:var(--color1);
}
.logo2{
    width: 179px;
    height: 15px;
    font: var(--font1);
    letter-spacing:1.27px;
    margin-top: 10px;
    padding-left: 4px;
    color:var(--color2);
}
.nav-list{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    list-style: none;
    font: var(--font3);
    letter-spacing: 0.06px;
}
.navigation{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.nav-link{
    text-decoration: none;
    color:var(--color3);
}
.nav-item{
    padding-right: 35px;
    height: 24px;  
}
li:last-child{
    padding-right: 0px; 
}
.hamburger{
    display: none;
}
.activ{
    border-bottom: solid 3px #F1CDB3;
    color:var(--color9);
}
.nav-link:hover{
    color:var(--color9); 
    cursor: pointer;
}
/*not only*/
.not-only-pet{
    margin-top: 60px;
    display: flex;
    flex-wrap: wrap;
justify-content: space-between;
}
.not-only{
    width: 460px;
    height: 322px;
    padding-top: 163px;
}
.not-only-h2{
    width: 310px;
    height: 114px;
    font: var(--font4);
    margin: 0;
    line-height:57px;
    color:var(--color2);
}
.not-only-text {
    margin: 43px 0px 0px 0px;
    text-align: left;
    color:var(--color3);
    font: var(--font3);
    line-height:24px;
}
.not-only-button{
width: 207px;
height: 52px;
border-width: 1px 4px;
border-radius: 40px;
margin-top: 40px;
font: var(--font5);
letter-spacing: 1px;
background-color: var(--background1);
border:none;
color:var(--color6);
}
.not-only-button:hover{
    background-color: var(--background4);
    cursor: pointer;
}
.not-only-button a{
    color:var(--color6);
}
.pet-img{
    height: 728px;
}
.pet-img img{
    width: 100%;
}
/*about*/
.about{
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    gap: 120px;
    padding: 80px 40px  100px 40px;
}
.about-text{
    margin-top: 14px;

    width: 430px;
}
.about-text1{
    font: var(--font6);
    letter-spacing: 2.2px;
    line-height: 45px;
    color:var(--color4);
    width: 305px;
}
.about-text2{
    margin-top: 25px;
    font: var(--font3);
    line-height: 24px;
    color:var(--color7);
}
.about-text3{
    margin-top: 25px;
    font: var(--font3);
    line-height: 24px;
    color:var(--color7);
}
/*slider*/
.wrap{
    height: 435px;
    margin-top: 60px;
}
.carusel{
    position: relative;
    left: 0px;
    top: 0px;
}
.carusel__container{
    width: 82.5%;
    margin: auto;
    overflow: hidden;
  }
  .carusel-container img{
    display: block;
    width: 100%;
  }
  .carusel__slide{
    display: flex;
    transform: translate(0px);
    gap: 90px;
  }
  .name{
      margin-top: 26px;
      text-align: center;
      font: var(--font7);
      line-height: 22.72px;
      letter-spacing: 1.19px;
      color:var(--color4);
  }
  .button-name{
      margin: 30px 41.5px 30px 41.5px;
      width: 187px;
      height: 52px;
      border-radius: 40px;
      margin-top: 30px;
      font: var(--font5);
      line-height: 22px;
      letter-spacing: 1.19px;
      border: 1px solid #F1CDB3;
      color:var(--color6);
      background-color: var(--background2);
  }
  .carusel__slide__cat{
      height: 435px;
      margin-right: 0px;
    /*  flex:0 0 33.33333%*/
  }
  .carusel__slide__cat:hover{
    cursor: pointer;
    background-color: var(--background5);
    border-radius: 12px;
    -webkit-box-shadow: 0px 2px 35px 14px rgba(13, 13, 13, 0.06);
    box-shadow: 0px 2px 35px 14px rgba(13, 13, 13, 0.06);
  }
  .carusel__slide__cat:hover .button-name{
    cursor: pointer;
    background-color: var(--background4);
  }
  .btn{
    cursor: pointer;
    border: none;
    height: 52px;
    width: 52px;
}
  .btn-left{
    position: absolute;
      top: 192px;
      left: 0px;
      background: url('../../assets/icons/button_arrow_left.png')
  }
  .btn-left:hover{
    position: absolute;
    top: 192px;
    left: 0px;
    background: url('../../assets/icons/button_arrow_left_hover.png');
  }
  .btn-right{
    position: absolute;
      top: 192px;
      right: 0px;
      background: url('../../assets/icons/button_arrow_right.png')
  }
  .btn-right:hover{
    position: absolute;
      top: 192px;
      right: 0px;
      background: url('../../assets/icons/button_arrow_right_hover.png')
  }
  .transformAnimation{
    transition: .6s all ease-in-out;
  }
/*Our Friends*/
.our-friends{
    background-color: var(--background2)
}
.our-friends-slider{
    padding: 80px 40px 0px 40px;
}
.our-friends-text{
    margin: -2px auto;
    font: var(--font6);
    letter-spacing: 2.1069px;
    line-height: 45.5px;
    width: 400px;
    height: 90px;
    text-align: center;
    color:var(--color4);
}
.text-justify{
    text-align: center;
    color:var(--color4);
}
.div-button{
    text-align: center;
}
.div-button-title{
width: 261px;
height: 52px;
margin: 60px 0px 0px 0px;
border-radius: 40px;
border: none;
background-color: var(--background1);
font: var(--font5);
letter-spacing: 1.03px;
line-height: 22px;
margin-bottom: 100px;
padding: 0;
color:var(--color6);
}
.div-button-title a{
    color:var(--color6);
}
.div-button-title:hover{
    background-color: var(--background4);
    cursor: pointer;
}
/* help*/
.help-text{
    padding:   80px 40px 100px 40px;
    text-align: center;
    color:var(--color4);
}
.help-shelter{
    margin: 0 auto;
    font: var(--font6);
    letter-spacing: 1.9px;
    line-height: 45.5px;
    text-align: center;
    width: 308px;
    height: 90px;
}
.help-icon{
    margin: 60px 87px 0px 87px;
    display: grid;
    grid-template-columns: 82px 150px 60px 153px 101px;
    justify-content: space-between;
    grid-row-gap: 55px;
}
.help-icon-info{
height: 113px;
}
.collars{
    width: 165px;
    margin-left: 43px;
}
.vitamins{
    width: 89px;
    margin-left: 85px;
}
.medicines{
    width: 101px;
    margin-left: 92px;
}
.sleeping{
    width: 143px;
    margin-left: 148px;
}
.help-icon-botton{
    margin-top: 55px;
    display: grid;
    grid-template-columns: 89px 101px 165px 143px;
    grid-column-gap: 120px;
    margin: 55px 84px 0px 84px;
}
.icon-text{
    font: var(--font7); 
    letter-spacing: 1.108px;
    line-height: 23px;
    text-align: center;
}
/*In addition*/
.In-addition{
background-color: var(--background2);
padding: 80px 0px 89px 0px;
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: center;
gap: 30px;
}
.In-addition-img{
    margin: 12px 0px 10px 0px;
    height: 261px;
}
.In-addition-info{
width: 380px;
color:var(--color4);
}
.In-addition-text h3{
    font: var(--font6);
    letter-spacing: 2px;
    line-height: 45.5px;
    width: 308px;
    height: 90px;
text-align: left;
margin: 1px 80px 0px 0px;
}
.In-addition-text h5{
margin: 21px 73px 0px 0px;
height: 307px;
height: 17px;
font: var(--font8);
letter-spacing: 0.87px;
line-height: 16.5px;
}
.karta-info{
    width: 349px;
    height: 43px;
    border-radius: 8px;
    margin: 20px 31px 19px 0px;
    background-color: var(--background3);
    display: flex;
flex-direction: row;
flex-wrap: wrap;
}
.karta-info:hover{
    background-color: var(--background4);
    cursor: pointer;
}
.karta-info img{
    margin: 10px 15px; 
}
.karta-info h4{
    margin: 9px 15px 10px 0px;
    font: var(--font7);
letter-spacing: 1.17px;
line-height: 23px;
}
.karta-info h4 a{
    color:var(--color4);
}
.In-addition-text2{
    color:var(--color5);
  font: var(--font9);
  line-height: 18px;
  width: 380px;
  height: 72px;
}
/*footer*/
.footer{
background: url('../../assets/images/noise_transparent@2x.png'),
 radial-gradient(110.67% 538.64% at 5.73% 50%, #513D2F 0%, #1A1A1C 100%), #211F20;

padding: 40px 40px 0px 40px;
}
.footer-content{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;

}
.suggestions{
   margin: 16px 0px 0px 1px;
width: 278px;

text-align: left;
}
.suggestions-text{
    font: var(--font6);
letter-spacing: 2.06px;
line-height: 45px;
color:var(--color2);
    margin: 0;
}
.suggestions-e_mail{
    margin: 40px 27px 0px 0px;
    width: 251px;
    height: 32px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}
.suggestions-e_mail img{
margin: 2px 20px 3px -1px;
}
.suggestions-e_mail h4,
.suggestions-tel h4{
    margin: 3.5px 0px 0px 0px;
    font: var(--font7);
    letter-spacing: 1.24px;
    line-height: 23px;
    color:var(--color1);
}
.suggestions-e_mail a,
.suggestions-tel a{
    color:var(--color1);
}
.suggestions-tel{
    width: 239px;
    height: 32px;
    margin: 40px 39px 0px 0px;
    display: flex;
flex-wrap: wrap;
    flex-direction: row;
}
.suggestions-tel img{
margin: -1px 20px 0px -1px;
}
.visit{
    width: 302px;
    margin: 12px 0px 0px 0px;
    height: 234px;
}
.visit-text{
    font: var(--font6);
    letter-spacing: 2.08px;
    line-height: 45px;
    color:var(--color2);
        margin: 4px 31px 0px 1px;
}
.visit-adress1{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row; 
    margin-top: 34px;
    width: 302px;
    height: 46px;
}
.visit-adress1 img{
    margin:5px 20px 0px 0px;
}
.visit-adress1 h4{
    margin:-1px 0px 0px 0px;
    font: var(--font7);
    letter-spacing: 1.24px;
    line-height: 23px;
    color:var(--color1);
    width: 260px;
}
.visit-adress1 a,
.visit-adress2 a{
    color:var(--color1);
}
.visit-adress2{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    margin: 32px 0px 60px 0px;
    font: var(--font7);
    letter-spacing: 1.24px;
    line-height: 23px;
}
.visit-adress2 img{
margin: -1px 20px 0px 0px;
}
.visit-adress2 h4{
    font: var(--font7);
    letter-spacing: 1.24px;
    line-height: 23px;
    color:var(--color1);
    width: 260px;
    margin:4px 0px 0px 0px;
}
.modal.open {
    display: flex;
}
.modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(41, 41, 41, 0.6);
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
@media all and (max-width: 1255px){
.header-logo{
    padding: 30px 0px 0px 0px;
}
.not-only {
    padding-top: 0px;
    text-align: center;
}
.not-only-h2 {
    text-align: left;
}
.not-only-pet {
    justify-content: center;
    gap: 100px;
}
.pet-img{
    height: auto;
}
.pet-img img{
    padding-left: 40px;
}
.about{
    gap: 80px;
    align-items: center;
}
.about-text{
    order: -1;
}
}
@media all and (max-width: 1033px){
.footer-content{
    justify-content: center;
    gap: 60px;
    }
    }
@media all and (max-width: 926px){
.help-icon{
    grid-template-columns:170px 170px 170px;
    margin: 60px 69px 0px 69px;
}
.help-text{
    padding: 80px 0px 100px 0px;
}
.vitamins{
    width: auto;
    margin-left: 0px;
}
.medicines{
    width: auto;
    margin-left: 0px;
}
.collars{
    width: auto;
    margin-left: 0px;
}
.sleeping{
    width: auto;
    margin-left: 0px;
}
.In-addition-img{
    order: 1;
}
.about-text{
    margin-top: 0px;
}
.carusel__slide {
    gap: 13px;
}
.carusel__container {
    width: 553px;
    margin: auto;
    overflow: hidden;
}
}
@media all and (max-width: 767px){
.hamburger {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    cursor: pointer;
    user-select: none;
    z-index: 10;
    margin-top: 15px;
    margin-right: 53px;
}
.line {
    width: 100%;
    height: 2px;
    background-color: var(--background3);
    margin: 4px 0;
    z-index: 15;
    transition: all 0.3s ease-in-out;
}
.not-only-h2{
    width: 200px;
    height: 64px;
    font: var(--font10);
    text-align: center;
    line-height:32.5px;
    margin: auto;
    }
.not-only{
    height: auto;
}
.not-only-text{
    padding: 0px 6px;
    text-align: center;
}
.pet-img img{
padding-left: 0px;
}
.hamburger.open .line1 {
    transform: rotate(-90deg) translate(-10px, -9px);
}
.hamburger.open .line2 {
    opacity: 1;
    transform: rotate(-90deg) translate(0px, 2px);
}
.hamburger.open .line3 {
    transform: rotate(-90deg) translate(10px, 12px);
}
.nav-list.open 
  {display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  position: absolute;
  width: 320px;
    height: 100%;
    padding: 248px 5px 0px 30px;
    line-height:51px;
  gap: 43px;
  align-items: center;
  background: black;
  list-style-type: none;
  transform: scale(1.0, 1.0);
  top: 0px;
  right:0px;
  margin: 0;
}
body.open{
    overflow-y: hidden;
}
.nav {
    flex-direction: column;
    justify-self: center;
    height: 100%;
    width: 100%;
    z-index: 10;
    position: fixed;
    top: 0;
    right: 0;
    transform: translateX(100%);
    align-items: flex-end;
    background-color: rgba(41, 41, 41, 0.6);
    transition: all 0.5s ease-in-out;
}
.nav.open{
    transform: translateX(0);
}
.nav-list {
  display: none;
}
.nav-item{
    padding-right: 0px;
    height: auto;
}
.nav-link{
  
  font: var(--font11);
}
.logo{
    padding-left: 10px;
}
.header{
    padding: 0;
}
}
@media all and (max-width: 680px){
    .help-icon {
        grid-template-columns: 130px 130px;
        margin: 40px 15px 42px 15px;
        grid-row-gap: 30px;
        justify-content: center;
    }
    .help-text {
        padding: 40px 0px 0px 0px;
    }
    .help-shelter{
         font: var(--font10);
        height: auto;
        width: 275px;
    }
    .icon-text {
        font: var(--font8);
        line-height: 16.5px;
    }
    .In-addition-text h3 {
        font: var(--font10);
        line-height: 32.5px;
        text-align: center;
        margin: 0 auto;
        width: 232px;
        height: auto;
}
.In-addition {
    padding: 40px 0px 0px 0px;
}
.In-addition-text h5 {
    line-height: 24px;
    margin: 21px 13px 0px 13px;
    letter-spacing: 0.1px;
}
.karta-info h4 {
    font: var(--font8);
    margin: 12px 8px 10px 0px;
}
.karta-info {
    width: 281px;
    margin: 20px 0px 19px 20px;
}
.In-addition-text2 {
    margin: 0px 0px 0px 10px;
    height: auto;
}
}
@media all and (max-width: 513px){
    .In-addition-img img{
       width: 100%;
    }
    .not-only-h2{
        width: 210px; 
    }
    .not-only-text{
        padding: 0px 10px;
    }
    .about{
        padding: 40px 10px;
    }
    .about-text{
        padding: 0px 13px;
    }
    .about-text1{
        font: var(--font10);
        line-height: 32.5px;
        text-align: center;
        width: 276px;
    }
    .about-text2{
        text-align: justify;
    }
    .about-text3{
        text-align: justify;
    }
    .our-friends-text {
        letter-spacing: 1.1069px;
        font: var(--font10);
        line-height: 32.5px;
        width: auto;
        height: auto;
}
.our-friends-slider {
    padding: 42px 10px;
}
.wrap {
    height: auto;
    margin-top: 42px;
}
.div-button-title {
    width: 261px;
    height: 52px;
    margin: 72px 0px 42px 0px;
}
.btn-left {
    
    top: 450px !important;
    left: 46px !important;
}
.btn-right {
  
    top: 450px!important;
    right: 54px!important;
}
.carusel__container {
    width: 95.5%;
}
.In-addition-img {
    margin:0;
 height: auto 
}
}
@media all and (max-width: 440px){
    .carusel__container {
        width: 67.5%;
    }
}
@media all and (max-width: 400px){
    .about{
        gap: 42px;
    }
    .In-addition-text2 {
        width: 281px;
        text-align: justify;
    }
    .karta-info {
        width: 281px;
        margin: 20px 0px 19px 11px;
    }
    .visit-text {
        margin: 4px 19px 0px 13px;
        text-align: center;
        font: var(--font10);
    }
    .visit-adress1 img {
        margin: 5px 14px 0px 6px;
    }
    .visit-adress2 img {
        margin: -1px 13px 0px 6px;
    }
    .suggestions {
        text-align: center;
    }
    .suggestions-text{
        font: var(--font10);
    }
    .carusel__container {
        width: 72.5%;
    }
}
@media all and (max-width: 370px){
    .carusel__container {
        width: 82.5%;
    }
}
@media all and (max-width: 320px){
    .carusel__container {
        width: 97.5%;
    }
}




/* Модальный (фон) */
.modal:hover{

}
.modal {
    display: none; /* Скрыто по умолчанию */
    position: fixed; /* Оставаться на месте */
    z-index: 1; /* Сидеть на вершине */
    
    left: 0;
    top: 0;
    width: 100%; /* Полная ширина */
    height: 100%; /* Полная высота */
    overflow: auto; /* Включите прокрутку, если это необходимо */
    background-color: rgb(0,0,0); /* Цвет запасной вариант  */
    background-color: rgba(0,0,0,0.4); /*Черный с непрозрачностью */
  }
  .modal-flex{
      display: flex;
      flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    position: absolute;
  }
  .modal-header{
      margin-right: 30px;
  }
  .modal-text{
      margin-top: 50px;
      width: 351px;
      height: 362px;
  }
  .img{
      border-radius: 15px;
  }
  .modal-text h3{
    font: var(--font6);
    letter-spacing: 2.2px;
    line-height: 45,5px;
    color:var(--color10);
    margin: 0;
  }
  .modal-text h4{
    font: var(--font7);
    letter-spacing: 2.2px;
    line-height: 45,5px;
    color:var(--color10);
    margin: 0;
    margin-top: 10px;
  }
  .modal-text h5{
    font: var(--font8);
    letter-spacing: 0.6px;
    line-height: 45,5px;
    color:var(--color10);
    margin: 0;
    margin-top: 40px;
    width: 330px;
    height: 102px;
    text-align: justify;
  }
  .modal-text4-ul{
      margin-top: 40px;
      padding-left: 0px;
      list-style:none;
      font: var(--font8);
  }
  .modal-text4-ul li{
      margin-top: 10px;
  }
  .modal-text4-li2{
    font: var(--font8);
  }
  .modal-text4 ul li::before{
    content: '';
    display: inline-block;
    margin-bottom: 3px;
    width: 4px;
    height: 4px;
    background-color: #f1cdb3;
    border-radius: 50%;
    margin-right: 7px;
  }
  /* Модальное содержание */
  .modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    width: 900px;
    height: 500px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 1.5s;
    border-radius: 15px;
  }
  /* Добавить анимацию */
  @-webkit-keyframes animatetop {
    from {top:0px; opacity:0} 
    to {top:0; opacity:1}
  }
  @keyframes animatetop {
    from {top:0px; opacity:0}
    to {top:0; opacity:1}
  }
  /* Кнопка закрытия */
  .close {
    position: absolute;
    top: -50px;
    left: 894px;
    cursor: pointer;
    border: none;
    height: 52px;
    width: 52px;
    background: url(../../assets/icons/modal_close_button.png);
  }
  
  .close:hover,
  .close:focus {
    background: url(../../assets/icons/modal_close_button-hover.png);
    cursor: pointer;
  }
  @media all and (max-width: 1280px){
    .modal-content {
        width: 630px;
        height: 350px;
    }
    .modal-text{
        margin-top: 10px;
        width: 260px;
        height: 303px;
    }
    .modal-text h5{
        font: var(--font12);
        margin-top: 20px;
        width: 246px;
        height: 98px;
        letter-spacing: 0.6px;
    line-height: 14.3px;
      }
      .modal-header{
        margin-right: 11px;
    }
    .modal-text4-ul {
        margin-top: 20px;
        font: var(--font8);
    }
    .modal-text4-ul li {
        margin-top: 5px;
    }
    
    .close {
        top: -45px;
        left: 624px;
  }
}
@media all and (max-width: 767px){
    .modal-text4 ul li::before {
        margin-left: 13px;
    }
    .modal-text4-ul {
        margin-top: 10px;
    }
    .modal-text {
        width: 240px;
        height: 341px;
    }
    .modal-text h4 {
        letter-spacing: 0.6px;
        line-height: 23px;
        text-align: center;
        margin-top: 5px;
    }
    .modal-text h3 {
        text-align: center;
        line-height: 45.5px;
    }
    .modal-text h5{
        width: 215px;
        height: 112px;
margin: 0 auto;
margin-top: 10px;
      }
      .close {
        top: -53px;
        left: 223px;
    }
    
    .modal-content {
        width: 240px;
        height: 341px;
    }.modal-img{
        display: none;
    }
}






