html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
}

.body-wrapper {
    position: relative;
    overflow: hidden;
    height: 100%;
}

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

.header {
    padding: 0%;
    padding: 30px 40px;
    display: flex;
    justify-content: space-between;
}

.linklogo {
    text-decoration: none;
}

.Logo {
    display: flex;
    flex-direction: column;
    height: 60px;
}

.header-title {
    font-family: 'Georgia', serif;
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 110%;
    letter-spacing: 0.06em;
    color: #545454;
}

.header-subtitle {
    font-family: 'Arial', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    letter-spacing: 0.1em;
    color: #292929;
    padding-left: 4px;
    padding-top: 10px;
}


.navigation {
    display: flex;
    justify-content: space-between;
    width: 443px;
    height: 17px;
    padding-left: 0%;
}

.navigation__link {
    list-style-type: none;
    font-family: 'Arial';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 160%;
}

.navigation__link>a {
    color: #545454; 
    text-decoration: none;
}

.navigation__link:hover > a {
    transition: 0.2s;
    color: #292929;
}

.navigation__activelink {
    list-style-type: none;
    font-family: 'Arial';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 160%;
    
}

.navigation__activelink > a {
    cursor: default;
    color: #292929;
    text-decoration: none; 
    border-bottom: 3px solid #F1CDB3;
}

.hamburger {
    display: none;
}

.burger__menu {
    display: none;
}


.main {
    background-color: #F6F6F6;
}

.backgroundPopUp {
    position: fixed;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 500;
    display: none;
    background-color: rgba(0, 0, 0, 0.5);
}


.popUp {
    position: absolute;
    display: block;
    width: 952px;
    height: 552px;
    margin: 56px 98px 89px 150px;
    background-color: transparent;
    z-index: 600;
}

.popUp-close {
    width: 40px;
    position: relative;
    left: 93.5%;
}

.popUp-close-button {
    width: 52px;
    height: 52px;
    background-color: transparent;
    border: 2px solid #F1CDB3;;
    border-radius: 100px;
    background-image: url("./img/Vector.png");
    background-repeat: no-repeat;
    background-position: center;
}

.popUp-content {
    width: 900px;
    height: 500px;
    display: flex;
    background-color: #FAFAFA;
    box-shadow: 0px 2px 35px 14px rgba(13, 13, 13, 0.04);
    border-radius: 9px;
}

.popUpImg {
    width: 500px;
    height: 500px;
}

.popUp-info {
    margin: 50px 20px 88px 29px;
}

.popUp-info-name {
    font-family: 'Georgia';
    margin-top: 0px;
    margin-bottom: 10px;
    font-style: normal;
    font-weight: 400;
    font-size: 35px;
    line-height: 130%; 
    letter-spacing: 0.06em;
    color: #000000;
}

.popUp-info-typebreed {
    margin-top: 0px;
    margin-bottom: 40px;
    font-family: 'Georgia';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 115%;
    letter-spacing: 0.06em;
    color: #000000;
}

.popUp-info-info {
    margin-top: 0px;
    margin-bottom: 40px;
    font-family: 'Georgia';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 110%;
    letter-spacing: 0.06em;
    color: #000000;
}

.popUp-info-list {
    padding-left: 15px;
    margin: 0;
    font-family: 'Georgia';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 110%;
    letter-spacing: 0.06em;
    color: #000000;
}

.popUp-info-list>li {
    margin-bottom: 10px;
}

.popUp-info-list:last-child {
    margin-bottom: 0;
}

.our-pets-content {
    padding: 80px 40px 100px;
}

.main-title {
    font-family: 'Georgia';
    font-style: normal;
    font-weight: 400;
    font-size: 35px;
    line-height: 130%;
    letter-spacing: 0.06em;
    color: #545454;
    margin: 0% 400px 45px;
    text-align: center;
    height: 90px;
}

.main-pets {
    display: flex;
    justify-content: center;
    row-gap: 30px;
    column-gap: 40px;
    flex-wrap: wrap;
    padding: 15px 0px;
}

.slider__card {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0;
    background-color: #FAFAFA;
    border-radius: 9px;
}

.slider__card:hover {
    cursor: pointer;
    transition: 0.3s;
    box-shadow: 0px 2px 35px 14px rgba(13, 13, 13, 0.04);
}

.slider__card:hover > div > button {
    transition: 0.3s;
    background-color: #F1CDB3;
}

.button__empty {
    height: 52px;
    font-family: 'Georgia';
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 130%;
    letter-spacing: 0.06em;
    color: #292929;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 15px 45px;
    gap: 10px;
    border: 2px solid #F1CDB3;
    background-color: #FAFAFA;
    border-radius: 100px;
}

.text-card-slider {
    font-family: 'Georgia';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 23px;
    letter-spacing: 0.06em;
    color: #545454;
    margin: 30px auto;
}

.button-slider {
    margin-bottom: 30px;
}

.main-buttons {
    margin: 45px 430px 0%;
    display: flex;
}

.button-main {
    font-family: 'Georgia';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 115%;
    letter-spacing: 0.06em;
    width: 52px;
    height: 52px;
    border-radius: 100px;
}

.left-button {
    color: #CDCDCD;
    box-sizing: border-box;
    border: 2px solid #CDCDCD;
}

.single-left-button{
    margin: 0% 20px;
}

.single-right-button{
    margin: 0% 20px;
}


.right-button {
    box-sizing: border-box;
    border: 2px solid #F1CDB3;
    border-radius: 100px;
}

.right-button:hover {
    transition: 0.3s;
    background-color: #FDDCC4;
}


.page-count-content {
    background-color: #F1CDB3;
    padding: 12px 20px;
    display: inline-block;
    font-family: 'Georgia';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 115%;
    letter-spacing: 0.06em;
    width: 52px;
    height: 52px;
    color: #292929;
    box-sizing: border-box;
    border: 2px solid #F1CDB3;
    border-radius: 100px;
}



.svg__footer {
    width: 40px;
    height: 32px;
    display: inline-block;
    background-repeat: no-repeat;
}

.left-content-footer-mail-image {
    background-image: url('img/icon-email.svg');
}

.left-content-footer-phone-image {
    background-image: url('img/icon-phone.svg');
}

.middle-content-footer-mark-image{
    width: 22px;
    background-image: url('img/icon-marker.svg');
}

.donation {
    background-color: #F6F6F6;
}

.donation-content {
    display: flex;
    justify-content: space-between;
    padding: 80px 182px 100px 183px;
}

.donation-content-image {
    padding: 11px 30px 10px 0%; 

}

.title-help-content {
    font-family: 'Georgia';
    font-style: normal;
    font-weight: 400;
    font-size: 35px;
    line-height: 130%;
    letter-spacing: 0.06em;
    color: #545454;
    margin: 0% 80px 20px 0%; 
}

.undertitle-content {
    font-family: 'Georgia';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 110%;
    letter-spacing: 0.06em;
    color: #545454;
    margin: 0% 73px 20px 0%;
    white-space: nowrap;

}

.donation-title-content-bankcard {
    width: 349px;
    height: 43px;
    display: flex;
    align-items: center;
    background-color: #F1CDB3;
    margin: 0%  31px 20px 0%;
    box-sizing: border-box;
    padding: 10px 15px;
    gap: 10px;
    border-radius: 9px;
}

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

.text-content-donation {
    font-family: 'Arial';
    font-style: italic;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #B2B2B2;
    margin: 0%;
}

.footer {
    background: url('img/noise_transparent.png'), radial-gradient(110.67% 538.64% at 5.73% 50%, #513D2F 0%, #1A1A1C 100%), #211F20;
}

.footer-contetn {
    padding: 40px 40px 0% 40px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}


.container-3-columns {
    display: flex;
    flex-direction: row;
}

.left-content-footer {
    margin-top: 16px;
    margin-bottom: 60px;
    margin-right: 150px;
}

.left-content-footer-title {
    width: 288px;
    font-family: 'Georgia';
    font-style: normal;
    font-weight: 400;
    font-size: 35px;
    line-height: 130%;
    letter-spacing: 0.06em;
    color: #FFFFFF;
    margin-top: 0%;
    margin-bottom: 40px;
}

.middle-content-footer {
    height: 234px;
    margin-top: 16px;
    margin-bottom: 60px;
    margin-right: 160px;
}

.middle-content-footer-title {
    width: 288px;
    font-family: 'Georgia';
    font-style: normal;
    font-weight: 400;
    font-size: 35px;
    line-height: 130%;
    letter-spacing: 0.06em;
    color: #FFFFFF;
    margin: 0% 31px 34px 0px;
}

.left-content-footer-mail-text {
    font-family: 'Georgia';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 115%;
    letter-spacing: 0.06em;
    color: #F1CDB3;
    text-decoration: none;
    margin-left: 20px;
}

.left-content-footer-phone-text {
    font-family: 'Georgia';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 115%;
    letter-spacing: 0.06em;
    color: #F1CDB3;
    text-decoration: none;
    margin-left: 20px;
}

.middle-content-footer-location-text1 {
    font-family: 'Georgia';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 115%;
    letter-spacing: 0.06em;
    color: #F1CDB3;
    width: 260px;
}

.middle-content-footer-location-text2 {
    font-family: 'Georgia';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 115%;
    letter-spacing: 0.06em;
    color: #F1CDB3;
}

.left-content-footer-mail {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}

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

.middle-content-footer-mark1 {
    display: flex;
    align-items: center;
    margin: 0%;
    margin-bottom: 32px;
}

.middle-content-footer-mark2 {
    display: flex;
    align-items: center;
    margin: 0%;
}

.link-mail {
    text-decoration: none;
}

.link-phone {
    text-decoration: none;
}

.placement-shelter-first {
    text-decoration: none;
}

.placement-shelter-second {
    text-decoration: none;
}

@media (max-width: 1279px) {
    .popUp-close {
        left: 91%
    }
    .popUp {
        width: 682px;
        height: 402px;
        margin-top: 129px;
    }
    .popUp-content {
        width: 630px;
        height: 350px;
    }
    .popUpImg {
        width: 350px;
        height: 350px;
    }
    .popUp-info {
        margin: 10px 9px 37px 11px;
    }
    .popUp-info-typebreed {
        margin-bottom: 20px;
        font-family: 'Georgia';
        font-style: normal;
        font-weight: 400;
        font-size: 20px;
        line-height: 115%;
        letter-spacing: 0.06em;
    }
    .popUp-info-info {
        margin-bottom: 20px;
        font-family: 'Georgia';
        font-style: normal;
        font-weight: 400;
        font-size: 13px;
        line-height: 110%;
        letter-spacing: 0.06em;
        color: #000000;
    }
    .popUp-info-list>li {
        margin-bottom: -11px;
    }
    
    .popUp-info-list:last-child {
        margin-bottom: 0;
    }
    .container-3-columns {
        justify-content: space-between;
        flex-grow: 1;
        margin: 30px 30px 65px;
        flex-shrink: 0;
    }
    .footer-contetn {
        display: flex;
        flex-direction: column;
        padding: 0%;
    }
    .left-content-footer {
        margin: 0%;
        padding: 0%;
        margin-left: 34px;
    }
    .middle-content-footer {
        margin: 0%;
        padding: 0%;
        margin-right: 17px;
    }
    .right-content-footer {
        align-self: flex-end;
        margin: 0 auto;
    }
    .header {
        padding: 30px;
    }
    .our-pets-content {
        padding: 60px 30px 70px;
    }
    .main-title {
        width: 400px;
        margin: 20px auto 30px;
    }
    .main-pets {
        padding: 0%;
    }
    .main-buttons {
        width: 340px;
        margin: 40px auto 6px;
    }
}

@media (max-width: 1259px) {
    .card__scarlet {
        display: none;
    }
    .card__freddie {
        display: none;
    }
}

@media (max-width: 767px) {
    .popUp {
        width: 241px;
        height: auto;
    }
    .popUp-content {
        width: 240px;
        height: auto;
    }
    .popUp-close {
        left: 91%;
    }
    .popUpImg {
        display: none;
    }
    .popUp-info-name, .popUp-info-typebreed {
        text-align: center;
    }
    .popUp-info-list>li {
        margin-bottom: -8px;
    }
    
    .popUp-info-list:last-child {
        margin-bottom: 0;
    }    
    .backgroundBurger {
        position: fixed;
        top: 0;
        height: 100%;
        width: 100%;
        z-index: 500;
        display: none;
        background-color: rgba(0, 0, 0, 0.3);
    }

    .hamburger {
        display: none;
        width: 30px;
        z-index: 999;
        transform: rotate(0);
        transition: 0.5s all linear;
        
    }

    .hamburger__active {
        transform: rotate(90deg); 
    }

    .burger__menu {
        transform: translateX(100%);
        transition: .5s all linear;
        position: absolute;
        right: 0%;
        top: 0%;
        width: 320px;
        height: 100%;
        background-color: 	#F5F5F5;
        box-sizing: border-box;
        z-index: 600;
        display: block;
        
    }
    .burger__menu_active {
        transform: translateX(0);
    }


    .nav__burger {
        margin: 75% 38.5px;
        max-height: 327px;
        height: 100%;
        top: 0%;
        
    }

    .navigation__burger {
        height: 100%;
        padding: 0%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        
    }

    .navigation__activelink__burger {
        list-style-type: none;
        font-family: 'Arial';
        font-style: normal;
        font-weight: 400;
        font-size: 32px;
        line-height: 160%;
        text-align: center;
    }

    .navigation__activelink__burger>a {
        text-decoration: none;
        cursor: default;
        color: #292929;
        border-bottom: 3px solid #F1CDB3;
        
    }

    .navigation__link__burger {
        list-style-type: none;
        font-family: 'Arial';
        font-style: normal;
        font-weight: 400;
        font-size: 32px;
        line-height: 160%;
        text-align: center;
    }

    .navigation__link__burger>a {
        text-decoration: none;
        color: #545454; 
    }

    .navigation__link__burger:hover > a {
        transition: 0.3s;
        color: #292929;
        text-decoration: none;
    }


    .firtsline__burger::before {
        display: block;
        content: "";
        width: 30px;
        height: 2px;
        background-color: #000000;
    }

    .secondline__burger::before {
        display: block;
        content: "";
        width: 30px;
        height: 2px;
        background-color: #000000;
    }

    .thirdline__burger::before {
        display: block;
        content: "";
        width: 30px;
        height: 2px;
        background-color: #000000;
    }
    .header {
        padding: 30px 20px;
    }
    .nav {
        display: none;
    }
    .hamburger {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        margin: 19px 0%;
    }
    .container-3-columns {
        flex-direction: column;
        margin: 30px 10px 40px;
    }
    .right-content-footer {
        width: 260px;
        height: 269px;
    }
    .middle-content-footer {
        margin: 0% auto;
        height: 222px;
    }
    .middle-content-footer-title {
        font-family: 'Georgia';
        font-style: normal;
        font-weight: 400;
        font-size: 25px;
        line-height: 130%;
        text-align: center;
        letter-spacing: 0.06em;
        color: #FFFFFF;
        margin: 0% auto 40px;
    }
    .left-content-footer {
        height: 208px;
        margin: 0% auto 40px;
    }
    .left-content-footer-title {
        font-family: 'Georgia';
        font-style: normal;
        font-weight: 400;
        font-size: 25px;
        line-height: 130%;
        text-align: center;
        letter-spacing: 0.06em;
        color: #FFFFFF;
    }
    .left-content-footer-mail {
        width: 251px;
        margin: 0% auto 40px;
    }
    .left-content-footer-phone {
        width: 251px;
        margin: 0% auto;
        padding-left: 6px;
    }
    .middle-content-footer-mark1 {
        margin-bottom: 40px;
    }
    .card__charly {
        display: none;
    }
    .card__timmy {
        display: none;
    }
    
    .main-title {
        font-family: 'Georgia';
        font-style: normal;
        font-weight: 400;
        font-size: 25px;
        line-height: 130%;
        letter-spacing: 0.06em;
        color: #545454;
        margin: 0% auto;
        width: 300px;
        height: 64px;
    }
    .our-pets-content {
        padding: 42px 0px;
        margin: 0% auto;
    }
    .main-pets {
        margin-top: 42px;
    }
    .main-buttons {
        width: 300px;
    }
    .single-left-button {
        margin: 0% 10px;
    }
    .single-right-button {
        margin: 0% 10px;
    }
}

@media (max-width: 579px) {
    .card__sophia {
        display: none;
    }
}