.footer {
    width: 100%;
    height: 400px;
    position: relative;
    /* background-image: url('../img/footer/rectangle.svg'), url('/img/footer/animals1.jpg');

    background-repeat: no-repeat no-repeat;
    background-position: left,
        right;
    background-size: 844px 400px, 611px 320px; */
}

.footer::before {
    content: "";
    position: absolute;
    background-image: url(../img/footer/rectangle-paws.svg);
    background-repeat: no-repeat;
    background-position: top 10px left 0px;
    background-size: contain;

    width: 60%;
    /* background-size: 60%; */
    height: 400px;
    z-index: -2;
}

.footer--first::after {
    content: "";
    position: absolute;
    background-image: url(../img/footer/animals1.jpg);
    background-repeat: no-repeat;
    background-position: top 0px right 0px;
    background-size: contain;
    height: 76%;
    z-index: -27;
    width: 41%;
    top: 80px;
    right: 0;
}
.footer--second::after {
    content: "";
    position: absolute;
    background-image: url(../img/footer/dog-2.jpg);
    background-repeat: no-repeat;
    background-position: top 0px right 0px;
    background-size: contain;
    height: 76%;
    z-index: -27;
    width: 41%;
    top: 80px;
    right: 0;
}
.footer--third::after {
    content: "";
    position: absolute;
    background-image: url(../img/footer/d0g-3.jpg);
    background-repeat: no-repeat;
    background-position: top 0px right 0px;
    background-size: contain;
    height: 76%;
    z-index: -27;
    width: 41%;
    top: 80px;
    right: 0;
}
.footer--fourth::after {
    content: "";
    position: absolute;
    background-image: url(../img/footer/dog-4.jpg);
    background-repeat: no-repeat;
    background-position: top 0px right 0px;
    background-size: contain;
    height: 76%;
    z-index: -27;
    width: 41%;
    top: 80px;
    right: 0;
}
.footer--fifth::after {
    content: "";
    position: absolute;
    background-image: url(../img/footer/dog-5.png);
    background-repeat: no-repeat;
    background-position: top 0px right 0px;
    background-size: contain;
    height: 76%;
    z-index: -27;
    width: 41%;
    top: 80px;
    right: 0;
}
.footer--sixth::after {
    content: "";
    position: absolute;
    background-image: url(../img/footer/dog-6.png);
    background-repeat: no-repeat;
    background-position: top 0px right 0px;
    background-size: contain;
    height: 76%;
    z-index: -27;
    width: 41%;
    top: 80px;
    right: 0;
}
.footer--seventh::after {
    content: "";
    position: absolute;
    background-image: url(../img/footer/dog-7.png);
    background-repeat: no-repeat;
    background-position: bottom 0px right 0px;
    background-size: contain;
    height: 509px;
    z-index: -27;
    width: 339px;
    top: -110px;
    right: 100px;
}

.footer--eight::after {
    content: "";
    position: absolute;
    background-image: url(../img/footer/dog-8.png);
    background-repeat: no-repeat;
    background-position: bottom 0px right 0px;
    background-size: contain;
    height: 351px;
    z-index: -27;
    width: 525px;

    right: 70px;
    top: 25px;
}
.footer--ninth::after {
    content: "";
    position: absolute;
    background-image: url(../img/footer/dog-9.png);
    background-repeat: no-repeat;
    background-position: bottom 0px right 0px;
    background-size: contain;
    height: 351px;
    z-index: -27;
    width: 525px;

    right: 70px;
    top: 25px;
}
.footer__text {
    /* height: 400px;
    width: 844px; */
    display: flex;
    flex-direction: column;
}
.footer__wrapper::before {
    content: "";
    position: absolute;
    width: 125px;
    height: 89px;
    top: -80px;
    left: 32%;
    background-image: url(../img/registration/reg-bone.svg);
    background-repeat: no-repeat;
}
.footer__title {
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    color: #FFFFFF;
    margin-top: 59px;
}


.footer__wrapper {
    /* display: flex; */
    width: 60%;
}

.footer__form {
    display: flex;
    margin-top: 31px;

}

.footer__form>input {
    justify-self: center;
    border-radius: 4px;
    height: 30px;
    width: 240px;
    padding: 6px 14px;
    font-size: 15px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0em;
    text-align: left;
}

.footer__form>input:nth-child(2) {
    width: 172px;
}

.footer__form>input:not(:last-child) {
    margin-right: 8px;
}

.footer__form>input::placeholder {
    color: black
}

.footer__form>button {
    border: 1px solid #000000;
    height: 30px;
    width: 131px;
    border-radius: 4px;
    color: #FFFFFF;
    background-color: #F96B0A;
    font-family: Montserrat;
    font-size: 15px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0em;
}

.footer__images {
    display: flex;
    flex-direction: row;
    margin-top: 62px;
    height: 100px;
}

.footer__logo {
    margin-right: 53px;
}

.footer__paws {
    /* width: 370px;
    margin-top: -100px; */
    width: 100%;
    height: 100%;
    /* padding-right: 10%; */
    /* height: 130px; */
    background: url('/img/footer/paws.svg');
    background-position: top 0px left 0px;
    background-repeat: no-repeat;
    /* background-size: 2%; */
    background-size: contain;
    background-size: 424px 130px;
}





.footer__contacts {
    display: flex;
}

.footer__contacts>*:not(:last-child) {
    margin-right: 131px;
}

.footer__company-about-item {
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    color: #FFFFFF;
    height: 30px;
    display: flex;
    align-items: center;
}



.footer__contacts-data {
    display: flex;
    flex-direction: column;
}

.footer__contacts-social {
    width: 150px;
    display: flex;
    flex-wrap: nowrap;
}


.footer__contacts-social-link:not(:last-child) {
    margin-right: 10px;
}

.footer__contacts-social-link>img {
    width: 30px;
    height: 30px;
}


.footer__contacts-mobile {
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;

    color: #FFFFFF;
}

.footer__image {
    height: 320px;
    width: 611px;
    /* background-image: url('/img/footer/animals1.jpg'); */
}