* {
    margin: 0;
    padding: 0;
}

@font-face {
    font-family: 'Georgia';
    src: url(../../assets/fonts/GeorgiaFonts/Georgia.ttf);
}

::-webkit-scrollbar{
    width: 6px;
}

::-webkit-scrollbar-thumb{
    border-width:1px 3px 1px 2px;
    border-color: #462c00;
    background-color: #5B483A;
}

::-webkit-scrollbar-thumb:hover{
    border-width: 1px 4px 1px 2px;
    border-color: #BDAE82;
    background-color: #d4b59e;
}

::-webkit-scrollbar-track:hover{
    border-left: transparent;
    background-color: rgb(255, 255, 255);
}

html, 
body {
    height: 100%;
    scroll-behavior: smooth;
}

.app__shelter {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    font-family: 'Arial';
    font-style: normal;
    font-weight: 400;
}

.container {
    width: 100%;
    max-width: 1280px;
    padding: 0 40px;
    margin: 0 auto;
    box-sizing: border-box;
}

.app__links {
    text-decoration: none;
    color: #545454;
}

.app__btns {
    display: inline-block;
    text-align: center;
    padding: 15px 45px;
    border-radius: 100px;
    background: #F1CDB3;
    font-family: 'Georgia';
    font-size: 17px;
    line-height: 130%;
    letter-spacing: 0.06em;
    cursor: pointer;
}

.app__btns:hover {
    background: #FDDCC4;
}

.app__section {
    padding: 80px 0 100px 0 ;
}

.section__title {
    font-family: 'Georgia';
    font-weight: 400;
    font-size: 35px;
    line-height: 129%;
    letter-spacing: 0.06em;
    color: #545454;
}

.header,
.footer {
    flex: 0 0 auto;
}

.main {
    flex: 1 0 auto;
    background: #F6F6F6;
}

.app__background__menu.active {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgba(41, 41, 41, 0.6);
    transition: 1s;
}

.header {
    background: #ffffff;
    position: sticky;
    top: 0;
    z-index: 1;
}

.header__wrapper {
    padding: 30px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 60px;
}

.header__logo {
    width: 186px;
    transition: 1s;
}

.header__logo:hover {
    opacity: 0.8;
}

.header__logo .header__logo__title {
    font-family: 'Georgia';
    font-weight: 400;
    font-size: 32px;
    line-height: 30px;
    letter-spacing: 0.06em;
    padding-top: 4px;
}

.header__logo .header__logo__title a{
    display: inline-block;
    height: 60px;
    color: #545454;
}

.header__logo__subtitle {
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    letter-spacing: 0.1em;
    color: #292929;
    padding-left: 4px;
}

.header__nav__items {
    list-style: none;
    display: flex;
}

.header__nav__item a {
    font-size: 15px;
    line-height: 160%;
    color: #545454;
    padding: 3px 0;
}

.header__nav__item a:hover {
    color: #292929;
}

.header__nav__item:not(:last-child) {
    margin-right: 36px;
}

.header__nav__item a.active {
    color: #292929;
    border-bottom: 3px solid #F1CDB3;
}

.header__btn-burger {
    display: none;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 30px;
    height: 22px;
    cursor: pointer;
    user-select: none;
    z-index: 2;
    transition: 0.3s ease-in-out;
}

.btn__line {
    display: inline-block;
    width: 100%;
    height: 2px;
    background: #000000;
    z-index: 15;
}

.header__btn-burger:hover {
    opacity: 0.7;
}

.header__btn-burger.open {
    transform: rotate(-90deg);
}

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

.our_friends__title {
    max-width: 400px;
    text-align: center;
}

.our_friends__content {
    margin: 60px 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.our_friends__content__btn button {
    border: none;
    outline: none;
    background: transparent;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 21px 17px;
    border: 2px solid #F1CDB3;
    box-sizing: border-box;
    border-radius: 100px;
    cursor: pointer;
}

.our_friends__content__btn button:hover {
    border: 2px solid #FDDCC4;
    background: #FDDCC4;
}

/* .our__friends__petscards {
    overflow: hidden;
    position: relative;
}

.our__friends__petscards__items {
    list-style: none;
    display: flex;
    justify-content: center;
    gap: 90px;
    max-width: 990px;
    position: relative;
    transition: 1s;
    left: -180px;
} */

.our__friends__petscards__items {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 30px 40px;
    transition: 1s;
}

.our__friends__petscards__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    width: 270px;
    height: 435px;
    background: #FAFAFA;
    border-radius: 9px;
    cursor: pointer;
}

.our__friends__petscards__item:hover {
    background: #ffffff;
    box-shadow: 0px 2px 35px 14px rgba(13, 13, 13, 0.04);
}

.our__friends__petscards__item__image {
    margin-bottom: 28px;
}

.our__friends__petscards__item__image img{
    min-height: 270px;
    border-radius: 9px 9px 0 0;
}

.our__friends__petscards__item__button {
    margin: 30px 0;
}

.our__friends__petscards__item__name {
    font-family: 'Georgia';
    font-weight: 400;
    font-size: 20px;
    line-height: 21px;
    letter-spacing: 0.06em;
    color: #545454;
}

.our__friends__petscards__item__button button {
    background: transparent;
    border: 2px solid #F1CDB3;
    padding: 13px 42px;
}

.our__friends__petscards__item:hover button {
    background-color: #FDDCC4;
    border: 2px solid #FDDCC4;
}

.our__friends__pop-up.active {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(41, 41, 41, 0.6);
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
}

.our__friends__pop-up__wrapper {
    background: #FAFAFA;
    border-radius: 9px;
    display: flex;
    align-items: flex-start;
    max-width: 900px;
    max-height: 500px;
    gap: 29px;
    position: relative;
}

.our__friends__pop-up__image img {
    width: 500px;
    height: 500px;
    border-radius: 9px 0 0 9px;
}

.our__friends__pop-up__description {
    margin-top: 50px;
    margin-right: 20px;
    font-family: 'Georgia';
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.06em;
    color: #000000;
}

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

.our__friends__pop-up__breed {
    padding: 10px 0 40px;
    font-size: 20px;
    line-height: 115%;
}

.our__friends__pop-up__about {
    font-size: 15px;
    line-height: 110%;
    padding-bottom: 40px; 
}

.our__friends__pop-up__characteristic {    
    padding-left: 16px;
    font-size: 15px;
    line-height: 110%;
}

.our__friends__pop-up__characteristic__item::marker {
    color: #F1CDB3;
}

.our__friends__pop-up__characteristic__item:not(:last-child) {
    margin-bottom: 10px;
}

.our__friends__pop-up__btn-close {
    padding: 15px 18px;
    border: 2px solid #F1CDB3;
    box-sizing: border-box;
    border-radius: 100px;
    cursor: pointer;
    position: absolute;
    top: -52px;
    right: -52px;
}

.our__friends__pop-up__btn-close.active,
.our__friends__pop-up__btn-close:hover {    
    border: 2px solid #FDDCC4;
    background: #FDDCC4;
}

.our__friends__pagination {
    display: flex;
    gap: 20px;
}

.app__pagination__btns,
.our__friends__pagination__counter {
    outline: none;
    background: transparent;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 52px;
    height: 52px;
    border: 2px solid #F1CDB3;
    box-sizing: border-box;
    border-radius: 100px;
    cursor: pointer;
}

.app__pagination__btns {
    font-family: Georgia;
    font-size: 20px;
    line-height: 115%;
    font-weight: 500;
    color: #292929;

}

.our__friends__pagination__counter.active {
    font-family: 'Georgia';
    font-weight: 400;
    font-size: 20px;
    line-height: 115%;
    letter-spacing: 0.06em;
    color: #292929;
    background: #F1CDB3;
}

.app__pagination__btns.active:hover {
    border: 2px solid #FDDCC4;
    background: #FDDCC4;
}

.app__pagination__btns:disabled {
    border: 2px solid #CDCDCD;
    color: #CDCDCD;
}

.footer {
    background: url(../../assets/images/app__hat_noise_transparent.png),radial-gradient(100% 215.42% at 0% 0%, #5B483A 0%, #262425 100%), #211F20;
}

.footer__wrapper {
    height: 234px;
    padding-top: 56px;
    padding-bottom: 60px;
    background: url(../../assets/images/footer-puppy.png) bottom right no-repeat;
    display: flex;
    gap: 160px;
}

.footer__contacts {
    max-width: 280px;
}

.footer__contacts,
.footer__address {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.footer__contacts__title,
.footer__address__title {
    font-family: 'Georgia';
    font-weight: 400;
    font-size: 35px;
    line-height: 130%;
    letter-spacing: 0.06em;
    color: #FFFFFF;
}

.footer__contacts__items,
.footer__address__items {
    min-height: 104px;
    list-style: none;
}

.footer__contacts__item:first-child {
    margin: 40px 0;
}

.footer__contacts__item a,
.footer__address__item a{
    font-family: 'Georgia';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 115%;
    letter-spacing: 0.06em;
    color: #F1CDB3;
    display: flex;
    align-items: center;
    min-height: 32px;
}

.footer__contacts__item:hover,
.footer__address__item:hover {
    opacity: 0.8;
}

.footer__contacts__email {
    padding-left: 60px;
    background: url(../../assets/svg/footer_contacts_icon-email.svg) left center no-repeat;
}

.footer__contacts__phonenumber {
    padding-left: 60px;
    background: url(../../assets/svg/footer_contacts_icon-phone.svg) left center no-repeat;
}

.footer__address {
    max-width: 302px;
}

.footer__address__name {
    padding-left: 40px;
    background: url(../../assets/svg/footer_address_icon-marker.svg) left center no-repeat;
}

.footer__address__item:first-child {
    margin: 34px 0 32px 0;
}