html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    min-width: 320px;
}

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

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

.wrapper-left {
    margin-left: 52px;
    margin-right: 90px;
}


.wrapper-right {
    margin-left: 90px;
    margin-right: 52px;
}


.carousel-wrapper {
    overflow: hidden;
    width: 270px;
}

.carouselF, .carouselS, .carouselT  {
    display: flex;
    position: relative;
    left: -270px;
}

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


@keyframes move-right {
    from {
        left: -270px;
    }
    to {
        left: -540px;
    }
    
}

@keyframes move-left {
    from {
        left: -270px;
    }
    to {
        left: 0px;
    }
    
}


.transition-left{
    animation-name: move-left; 
    animation-duration: .5s;      
}


.transition-right{
    animation-name: move-right; 
    animation-duration: .5s;      
}


.header {
    display: flex;
    justify-content: space-between;
    padding-top: 30px;
    padding-bottom: 90px;
}

.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: #F1CDB3;
}

.header-subtitle {
    font-family: 'Arial', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    letter-spacing: 0.1em;
    color: #FFFFFF;
    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: #CDCDCD; 
    text-decoration: none;
}

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

.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: #FAFAFA;
    text-decoration: none; 
    border-bottom: 3px solid #F1CDB3;
}

.hamburger {
    display: none;
}

.burger__menu {
    display: none;
}

.start-screen {
    background: url('img/noise_transparent.png'),  radial-gradient(100% 215.42% at 0% 0%, #5B483A 0%, #262425 100%);
}

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

.start-screen-content-left {
    box-sizing: border-box;
    width: 460px;
    height: 322px;
    margin: 163px 0px 243px;
  
}

.title-start-screen {
    font-family: 'Georgia';
    font-style: normal;
    font-weight: 400;
    font-size: 44px;
    line-height: 130%;
    margin-top: 0%;
    margin-bottom: 0%;
    padding: 0%;
    margin-right:  150px;
    color: #FFFFFF;
}

.text-start-screen {
    font-family: 'Arial';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 160%;
    color: #CDCDCD;
    margin: 42px 0px;
}

.botton-start-screen  {
    padding-top: 15px;
}

.botton-start-screen >a {
    text-decoration: none;
}

.button {
    border-radius: 100px;
} 

.button__colored {
    padding: 15px 45px;
    background-color: #F1CDB3;
    border: none;
    font-family: 'Georgia';
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 130%;
    letter-spacing: 0.06em;
    color: #292929;
    white-space: nowrap;
}

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

.about-the-shelter {
}

.about-the-shelter-content {
    padding: 80px 40px 100px;
    display: flex;
}

.image-about-the-shelter {
    margin-left: 175px;
}

.text-about-the-shelter {
    margin: 14px 175px 14px 120px;
}

.title-about-the-shelter {
    font-family: 'Georgia';
    font-style: normal;
    font-weight: 400;
    font-size: 35px;
    line-height: 130%;
    letter-spacing: 0.06em;
    color: #545454;
    margin: 0%;
    margin-right: 60px;
}

.first-paragraph-about-the-shelter {
    font-family: 'Arial';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 160%;
    color: #4C4C4C;
    margin: 25px 0%;

}

.second-paragraph-about-the-shelter {
    margin: 0%;
    font-family: 'Arial';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 160%;
    color: #4C4C4C;
}

.our-pets {
    background-color: #F6F6F6;
}

.our-pets-content {
    padding: 80px 40px 100px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

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

.our-pets-slider {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0%;
    margin-top: 60px;
}

.button__circle {
    width: 52px;
    height: 52px;
    border: 2px solid #F1CDB3;
    border-radius: 100px;
    background-color: #F6F6F6;
}

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

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

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

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

/*.left-card-content {
    margin-left: 52px;
    margin-right: 90px;
    background-color: #FAFAFA;
}

.right-card-content {
    margin-left: 90px;
    margin-right: 52px;
    background-color: #FAFAFA;
}*/

.right-card-content, .left-card-content {
    background-color: #FAFAFA;
}

.middle-card-content {
    background-color: #FAFAFA;
}


.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;
    height: 52px;
}

.button__empty {
    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;
    padding: 15px 45px;
    border: 2px solid #F1CDB3;
    background-color: #FAFAFA;
}

.button-get-know-the-rest {
    margin: 60px 470px 0%;
}

.button-get-know-the-rest:hover {
    transition: 0.3s;
    cursor: pointer;
}

.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;
}

::marker {
    color: #F1CDB3;
}

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

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

.list-help-content {
    display: flex;
    padding: 60px 0px 0px;
    row-gap: 55px;
    column-gap: 120px;
    flex-wrap: wrap;
    justify-content: center;

}
.list-help-card {
    display: flex;
    flex-direction: column;
    height: 113px;
    text-align: center;
}

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

.svg__help {
    width: 60px;
    height: 60px;
    display: inline-block;
    background-repeat: no-repeat;
    margin: 0px auto auto;
    text-align: center;
}

.pet-food-card-img {
    background-image: url('img/icon-pet-food.svg');
}

.transportation-card-img {
    background-image: url('img/icon-transportation.svg');
}

.toys-card-img {
    background-image: url('img/icon-toys.svg');
}

.bowls-cups-card-img {
    background-image: url('img/icon-bowls-and-cups.svg');
}

.shampoo-card-img {
    background-image: url('img/icon-shampoos.svg');
}

.vitamins-card-img {
    background-image: url('img/icon-vitamins.svg');
}

.medicines-card-img {
    background-image: url('img/icon-medicines.svg');
}

.collars-card-img {
    background-image: url('img/icon-collars-leashes.svg');
}

.sleeping-area-card-img {
    background-image: url('img/icon-sleeping-area.svg');
}

.img-bank-card {
    background-image: url('img/credit-card.svg');
    width: 30px;
    height: 23px;
    display: inline-block;
    background-repeat: no-repeat;
}

.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 {
    height: 234px;
    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: 143px;
}

.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;
    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;
    }
    .wrapp {
        margin: 0 auto;
        padding: 0% 30px;
    }
    .header {
        padding-top: 30px;
    }
    .start-screen-content {
        padding: 0;
        margin: 60px 100px 0px 99px;
        display: flex;
        align-items: flex-start;
        flex-direction: column;
    }
    .start-screen-content-left {
        margin: 0px auto 100px ;
        width: 80.8%;
    }
    .title-start-screen {
        width: 310px;
        height: 114px;
    }
    .botton-start-screen {
        text-align: center;
    }
    .image-sratr-screen {
        align-self: flex-end;
        margin-right: -70px;
        width: 569px; /* 768 74 %*/
        height: 593px; /* 1165 50*/
    }
    .about-the-shelter-content {
        margin: 80px auto 100px;
        width: 57%;
        flex-direction: column-reverse;
        padding: 0% 3px 0% 3px;
    }
    .text-about-the-shelter {
        margin: 0%;
        padding: 0%;
    }
    .image-about-the-shelter {
        margin: 80px auto 0px;
    }
    .our-pets {
        padding: 80px 0px 100px;
    }
    .our-pets-content {
        padding: 0%;
        width: 92%;
    }
    .title-our-pets {
        height: 90px;
        white-space: nowrap;
        margin: 0 auto;
    }
    .our-pets-slider {
        width: 100%;
    }
    .middle-card-content {
        margin-right: 12px;
    }
    .right-card-content {
        display: none;
    }
    .wrapper-right {
        display: none;
    }
    .wrapper-left {
        margin: 0%;
    }
    .help-content {
        margin: 80px 69px 100px;
        padding: 0%;
    }
    .title-help{
        margin: 0px auto;
    }
    .list-help-content {
        row-gap: 55px;
        column-gap: 60px;
    }
    .list-help-card {
        width: 170px;
    }
    .donation-content {
        padding: 0%;
        display: flex;
        flex-direction: column-reverse;
    }
    .donation-left-content {
        margin: 80px auto 60px;
        width: 49%;
    }
    .title-help-content {
        width: 300px;
    }
    .donation-content-image {
        padding: 0%;
        margin: 0 auto 100px;
    }
    .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;
    }

}

@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;
    }
    .item-carousel-left {
        position: absolute;
    }
    .left-card-content {
        position: relative;
        left: 270px;
    }
    .item-carousel-right {
        position: relative;
        left: 270px;
    }
    .backgroundBurger {
        position: fixed;
        top: 0;
        height: 100%;
        width: 100%;
        z-index: 500;
        display: none;
        background-color: rgba(0, 0, 0, 0.5);
    }

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

    }

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

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

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

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

    .burger__menu {
        transform: translateX(100%);
        transition: .5s all linear;
        position: absolute;
        right: 0%;
        top: 0%;
        width: 320px;
        height: 100%;
        background-color: #292929;
        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%;
        color: #FAFAFA;
        text-align: center;
    }

    .navigation__activelink__burger>a {
        text-decoration: none;
        cursor: default;
        color: #FAFAFA;
        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%;
        color: #CDCDCD;
        text-align: center;
    }

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

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

    .header {
        padding: 30px 20px 0%;
    }
    .nav {
        display: none;
    }
    .hamburger {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        margin: 19px 0%;
    }
    .start-screen-content {
        margin: 60px auto 0%;
        width: 93.75%;
    }
    .start-screen-content-left {
        margin: 0% 0% 105px;
        text-align: center;
        width: 100%;
        height: 296px;
    }
    .title-start-screen {
        margin: 0% auto;
        font-family: 'Georgia';
        font-style: normal;
        font-weight: 400;
        font-size: 25px;
        line-height: 130%;
        letter-spacing: 0.06em;
        color: #FFFFFF;
        width: 250px;
        height: 64px;
    }
    .text-start-screen {
        max-width: 53%;
        margin: 42px auto;
    }
    .image-sratr-screen {
        width: 260px;
        height: 271.77px;
        margin: 0%;
    }
    .about-the-shelter-content {
        margin: 42px auto;
        min-width: 300px;
        padding: 0%;
    }
    .title-about-the-shelter {
        margin: 0 auto;
        text-align: center;
        font-family: 'Georgia';
        font-style: normal;
        font-weight: 400;
        font-size: 25px;
        line-height: 130%;
        letter-spacing: 0.06em;
        width: 250px;
        height: 64px;
        color: #545454;
    }

    .first-paragraph-about-the-shelter {
        margin: 25px 15px 22px;
        text-align: justify;
    }
    .second-paragraph-about-the-shelter {
        text-align: justify;
        margin: 0% 15px;
    }
    .image-about-the-shelter {
        margin: 42px 20px 0.4px;
        width: 260px;
        height: 353.6px;
    }
    .our-pets {
        padding: 42px 0%;
    }
    .title-our-pets {
        font-family: 'Georgia';
        font-style: normal;
        font-weight: 400;
        font-size: 25px;
        line-height: 130%;
        width: 300px;
        height: 64px;
        letter-spacing: 0.06em;
        color: #545454;
    }
    .our-pets-slider {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        width: 270px;
        margin: 42px auto 0%;
        gap: 0px;
        justify-content: space-around;
        row-gap: 20px;
    }

    .left-card-content {
        order: -1;
        margin: 0%; 
    }

    .middle-card-content {
        display: none;
    }
    .wrapper-middle {
        display: none;
    }
    .wrapper-left {
        margin: 0%;
        order: -1;
    }
    .button-get-know-the-rest {
        margin: 42px auto 0px;
    }
    .right-arrow-our-pets-content {
        justify-content: center;
    }
    .help-content {
        margin: 0%;
    }
    .title-help {
        width: 220px;
        height: 60px;
        font-family: 'Georgia';
        font-style: normal;
        font-weight: 400;
        font-size: 25px;
        line-height: 130%;
        letter-spacing: 0.06em;
        color: #545454;
        margin: 42px auto;
    }
    .list-help-content {
        padding: 0%;
        gap: 30px;
        
        margin: 0px 15px 42px;
        justify-content: space-between;
    }
    .list-help-card {
        width: 130px;
        height: 87px;
    }
    .svg__help {
        width: 50px;
        height: 50px;
        margin: 0 40px 20px;
    }
    .card-text {
        font-family: 'Georgia';
        font-style: normal;
        font-weight: 400;
        font-size: 15px;
        line-height: 110%;
        letter-spacing: 0.06em;
        color: #545454;
    }
    .pet-food-card-img {
        background-image: url('img/icon-pet-food50.svg');
    }
    
    .transportation-card-img {
        background-image: url('img/icon-transportation50.svg');
    }
    
    .toys-card-img {
        background-image: url('img/icon-toys50.svg');
    }
    
    .bowls-cups-card-img {
        background-image: url('img/icon-bowls-and-cups50.svg');
    }
    
    .shampoo-card-img {
        background-image: url('img/icon-shampoos50.svg');
    }
    
    .vitamins-card-img {
        background-image: url('img/icon-vitamins50.svg');
    }
    
    .medicines-card-img {
        background-image: url('img/icon-medicines50.svg');
    }
    
    .collars-card-img {
        background-image: url('img/icon-collars-leashes50.svg');
    }
    
    .sleeping-area-card-img {
        background-image: url('img/icon-sleeping-area50.svg');
    }
    .donation-left-content {
        margin: 42px auto;
        width: 93.75%;
    }
    .donation-content-image {
        width: 260px;
        height: 135.2px;
        margin: 0 auto 42px;
    }
    .title-help-content {
        text-align: center;
        font-family: 'Georgia';
        font-style: normal;
        font-weight: 400;
        font-size: 25px;
        line-height: 130%;
        letter-spacing: 0.06em;
        color: #545454;
        margin: 0% auto 20px;
        
    }

    .undertitle-content {
        width: 273px;
        font-weight: 400;
        font-size: 15px;
        line-height: 160%;
        color: #545454;
        margin: 0%;
        letter-spacing: 0em;
        margin: 0% auto;
    }
    .donation-title-content-bankcard {
        width: 281px;
        margin: 20px auto;
    }
    .number-card {
        font-family: 'Georgia';
        font-style: normal;
        font-weight: 400;
        font-size: 15px;
        line-height: 110%;
        letter-spacing: 0.06em;
        color: #545454;
    }
    .text-content-donation {
        margin: 0% auto;
        padding: 0% 10px;
        max-width: 400px ;
        font-family: 'Arial';
        font-style: italic;
        font-weight: 400;
        font-size: 12px;
        line-height: 18px;
        text-align: justify;
        color: #B2B2B2;
    }

    .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;
    }
@media (max-width: 585px) {
    .text-start-screen {
        max-width: none;
        width: 291px;
        margin: 42px auto;
    }
}