.item-homedescription {
    display: flex;
    align-items: center;
}

.item-homedescription_img {
    width: 1000px;
    margin-right: 100px;
}

.item-homedescription_img img {
    display: block;
    width: 100%;
}

.mainpage__cats-line {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-left: -10px;
    margin-right: -10px;
    padding-bottom: 29px;
}

.mainpage__cats-line .categories-b__item {
    width: 33.333333333%;
    padding: 0 10px;
}

.mainpage__cats-line .categories-b__item a {
    display: block;
    text-decoration: none;
    text-align: center;
    line-height: 46px;
    height: 46px;
    font-weight: bold;
    color: #fff;
}

.mainpage__cats-line .categories-b__item:nth-child(1) a {
    background: #15afd3;
}

.mainpage__cats-line .categories-b__item:nth-child(2) a {
    background: #ff7f00;
}

.mainpage__cats-line .categories-b__item:nth-child(3) a {
    background: #61bc3b;
}

.mainpage__block-top {
    margin-left: 296px;
}

.mainpage__block-line {
    position: relative;
    padding-right: 300px;
    margin-left: 296px;
}

.mainpage__block-line .mainpage__cats-slider {
    width: auto;
    display: block;
}

.mainpage__block-line .mainpage__cats-banner {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 280px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
}

.categories-c__item {
    display: flex;
    height: 48%;
    width: 100%;
}

.categories-c__item a {
    text-align: center;
    display: flex;
    width: 100%;
    height: 100%;
    position: relative;
    background: #ccc;
    text-decoration: none;
    align-items: center;
    background-position: center;
    background-size: cover;
    justify-content: space-around;
}

.home-reviews__item-v1 .home-reviews__content {
    margin: 0;
}

.main-social {
    padding: 100px;
    text-align: center;
}

.main-social a {
    display: block;
    text-transform: none;
    text-decoration: none;
}

.main-social_img {
    width: 100px;
    margin-left: auto;
    margin-right: auto;
}

.main-social_img img {
    display: block;
}

.main-social_name {
    font-weight: bold;
    font-size: 28px;
}

.main-social_desc {
    padding: 20px 0;
}

@media screen and (max-width: 1480px) {

    .mainpage .slider-outer img {
        display: block;
    }

}

@media screen and (max-width: 1000px) {

    .mainpage__block-top {
        margin-left: 0;
    }

    .mainpage__block-line {
        margin-left: 0;
    }

}

@media screen and (max-width: 680px) {

    .item-homedescription {
        display: block;
    }

    .item-homedescription_img {
        margin-right: 0;
        width: 100%;
    }

    .mainpage__block-line {
        padding-right: 0;
    }

    .mainpage__block-line .mainpage__cats-banner {
        position: relative;
        right: auto;
        top: auto;
        bottom: auto;
        width: 100%;
        display: block;
    }

    .categories-c__item {
        margin-bottom: 20px;
    }

    .mainpage__cats-line {
        display: block;
        margin-left: 0;
        margin-right: 0;
    }

    .mainpage__cats-line .categories-b__item {
        width: 100%;
        margin-bottom: 10px;
        padding: 0;
    }

    .main-social {
        padding: 20px;
    }

    .categories-c__item a {
        height: 280px;
    }

    .product-card__description img {
        display: block;
        margin: 0 0 20px 0!important;
        width: 100%!important;
        height: auto!important;
        border: none!important;
    }

}