.page {
    margin-top: -15px;
    position: relative;
    margin-bottom: 97px;
}

.page__content {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    width: 100%;
    height: 351px;
    margin-top: 45px;
}

.page__content-item {
    background: #FFFFFF;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.25);
    width: 240px;
    height: 160px;
}

.page__content-item:first-child {
    height: 100%;
    width: 528px;
    margin-right: 48px;
}

.page__content-item:not(:first-child) {
    margin-bottom: 31px;
}

.page__content-item:last-child {
    margin-bottom: 0;
}

.page__breeder {
    margin-top: 42px;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    justify-content: space-between;
}

.page__breeder:last-child {
    width: 100%;
}


.page::before {
    content: "";
    position: absolute;
    width: 350px;
    height: 308px;
    top: 330px;
    left: 0px;
    background-image: url(../img/dog-like.png);
    background-repeat: no-repeat;
    background-position: top 0px left 0px;
    background-size: contain;
    /* z-index: -20; */
}


.page::after {

    content: "";
    position: absolute;
    width: 264px;
    height: 287px;
    top: 210px;
    background-size: contain;
    background-position: top 0px right 0px;
    right: 0;
    background-image: url(../img/index1/paw-right.svg);
    background-repeat: no-repeat;

}

.page__breeder-description {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #000000;
}

.page__breeder-description-title {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #000000;
}

.page__breeder-description-data {
    margin-top: 12px;

    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    color: #000000;
}

.page__breeder-description-data:first-of-type {
    margin-top: 26px;
}


.page__breeder-description-social {
    margin-top: 19px;
    display: flex;
    align-items: center;
}

.page__breeder-description-social-link {
    display: block;
    width: 30px;
    height: 30px;
    margin-right: 10px;
}

.page__breeder-description-social-link>img {
    /* background-color: #000000; */
}


.page__breeder-description-contacts {
    margin-top: 12px;
    margin-bottom: 2px;
}

.page__breeder-description-contacts a {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    /* identical to box height */


    color: #000000;
}

.page__breeder-description-button {
    display: block;
    margin: 12px 0px;

    border-radius: 4px;
    background-color: #F96B0A;
    color: #FFFFFF;
    width: 160px;
    height: 32px;
    padding: 5px 12px;
    font-size: 18px;
}

.page__breeder-map {}

.page__breeder-full-description {
    margin-top: 29px;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    color: #000000;
}

/* --------------------------------------------------- */

.page__related-breeders {}



.page__related-breeders-title {
    margin-top: 46px;
    margin-bottom: 78px;
}


.page__related-breeders-content {
    margin-top: 78px;
    display: flex;
}



.page__related-breeders-content-item {
    display: flex;
    width: 334px;
}

.page__related-breeders-content-item:not(:last-child) {
    margin-right: 50px;
}

.page__related-breeders-content-item-image {
    background: #FFFFFF;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.25);
    width: 143px;
    height: 157px;
    margin-right: 19px;
}

.page__related-breeders-content-item-description {
    width: calc( 100% - 160px);

}

.page__related-breeders-content-item-description-title {
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 18px;

    color: #000000;
}

.page__related-breeders-content-item-description-contacts {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;


    color: #000000;
}

.page__related-breeders-content-item-description-contacts-link {
    margin-top: 14px;

    margin-bottom: 2px;
}

.page__related-breeders-content-item-description-contacts-link>a {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #000000;
}


.page__related-breeders-content-item-description-full {
    margin-top: 7px;
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 19px;
    color: #000000;
}

/* --------------------------------------------------- */

.page__news {
    position: relative;
}

.page__news-title {
    margin-top: 81px;
    position: relative;
}
.vip-news{
  position: relative;
}
.vip-news::before {
    content: "";
    background-image: url('../img/index1/animals.png');
    background-repeat: no-repeat;
    position: absolute;
    background-size: contain;
    width: 219px;
    height: 146px;
    top: 340px;
    left: 0px;
}

.page__news-title::after {
    content: "";
    background-image: url('../img/maze.png');
    background-repeat: no-repeat;
    position: absolute;
    background-size: contain;
    width: 300px;
    height: 300px;
    top: -177px;
    right: 200px;
    z-index: -10;
}

.page__news-divider {
    margin-top: -45px;
    background-image: url("../img/index1/divider.svg");
    width: 100%;
    height: 170px;
    background-repeat: no-repeat;
    /* background-size: contain; */
    /* position: absolute; */
    max-width: 1132px;

}

.page__news-content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 0px 80px;
    margin-top: -40px;
}

.page__news-content-item {
    width: 432px;
}

.page__news-content-item-image {
    background: #FFFFFF;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.25);
    min-width: 432px;
    min-height: 211px;
    margin-top: 4px;
}

.page__news-content-item-description {
    display: flex;
    justify-content: space-between;
}

.page__news-content-item-description-title {
    display: flex;
    align-items: center;

    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 18px;
    text-align: right;

    color: #000000;
}

.page__news-content-item-description-contacts {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    /* identical to box height */

    text-align: right;

    color: #000000;
}

.page__news-content-item-description-contacts-link {
    margin-top: 2px;
}

.page__news-content-item-description-contacts-link>a {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    /* identical to box height */

    text-align: right;

    color: #000000;
}

.page__news-content-item-full-description {
    margin-top: 6px;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;

    color: #000000;
}

