#category-home {
    display: flex;
    flex-wrap: wrap;
    column-gap: 32px;
    row-gap: 20px;
    margin-bottom: 48px;
}
#category-home > * {
    flex: 1;
    position: relative;
    margin: 0 auto;
    max-height: 284px;
}
.category-home_full {
    display: flex;

    background-image: url("https://danavanna.guk.t-leader.ru/image/catalog/category_home/background_cat_home.png");
}
.category-home_full:hover, 
.category-home_half-main > a:hover {
    border: 1px solid #0072DD;
}
.category-home_half-main > a:hover > span,
.category-home_full:hover > span {
    color: #0072DD;
}

.category-home_full > span, .category-home_half > span {
    position: absolute;

    font-family: Roboto;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    text-transform: uppercase;
}
.category-home_half {
    display: flex;

    max-width: 237px;
    min-height: 138px;

    background-image: url("https://danavanna.guk.t-leader.ru/image/catalog/category_home/background_cat_home.png");
}
.category-home_half-main {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    row-gap: 20px;
}


.category-home_img1 {
    max-width: 106%;
    align-self: flex-end;
    margin-left: -6%;
}
.category-home_img1 + span {
    padding: 27px;
}
.category-home_img2 + span {
    color: #000;

    padding: 20px 0 0 165px;
}
.category-home_img3 {
    align-self: flex-end;
}
.category-home_img3 + span {
    color: #000;

    padding-top: 46px;
}

.category-home_half-6th-elemet {
    justify-content: end;
}
.category-home_img4 {
    /* width: 69%;
    height: 95%; */

    align-self: flex-end;
}
.category-home_img4 + span {
    color: #000;
    padding: 10px;
    display: block;
    width: 100%;
    text-align: center;
    /* padding-top: 126px;
    padding-left: calc(100% - 75px); */
}
.category-home_img3 + span {
    color: #000;
font-size:11px!important;
    padding-top: 46px;
    padding-left: calc(100% - 140px);
    padding-right: 10px;
    word-break: break-word;
}
.category-home_img5 {
	margin-top:10%;
}
.category-home_img5 + span {
    color: #000;
    padding-top: 150px;
    padding-left: 60px;
    /* padding-top: 196px;
    padding-left: 106px; */
}

.category-home_img6 + span {
    color: #000;

    padding-top: 36px;
    padding-right: 127px;
}
.category-home_img7 + span {
    color: #000;

    padding-top: 25px;
    padding-left: 32px;
}
.category-home_link-div{
    display: flex;
    justify-content: end;
    margin-bottom: 12px;
}
.category-home_img8 {
    align-self: flex-end;
}
 .category-home_img8 + span{
	 color: #000;
    padding: 10px;
    display: block;
    width: 100%;
    text-align: center;
 }
@media screen and (min-width: 320px) {
    #category-home > * {
        flex: 0 0 90%;
        margin: 0 auto;
    }
    #category-home .category-home_half-main {
        flex-grow: 0;
    }

    .category-home_half {
        margin: 0 auto;
        min-width: 100%;
    }
}
@media screen and (min-width: 480px) {
    #category-home > * {
        flex: 1 0 44%;
        margin: 0 auto;
    }
}

@media screen and (min-width: 768px) {
    .category-home_full {
        display: flex;
        min-height: 260px;
    }
    #category-home > * {
        flex: 1 0 30%;
        margin: 0 0;
    }

}

@media screen and (min-width: 1200px) {
    #category-home > * {
        flex: 1;
    }
	.category-home_img8,
	.category-home_img4 {
		height:85%;
	}
}
@media screen and (max-width: 1199px) {
.category-home_img4,.category-home_img8{
	height:70%;
}

}
