.home-ctgrs__el-img img,.home-ctgrs__el-img picture {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
    -webkit-transform: translateX(-1rem);
    -ms-transform: translateX(-1rem);
    transform: translateX(-1rem)
}

.home-ctgrs-section {
    padding-top: 4rem;
    background-color: #f0f0f0;
    overflow: hidden;
}

.home-ctgrs-section .container {
    padding-bottom: 3rem
}

.home-ctgrs {
    border-top: .1rem solid #c7c7c7
}

.home-ctgrs__el {
    overflow: hidden;
    -webkit-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear
}

.home-ctgrs__el-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 3rem 0
}

.home-ctgrs__el-img {
    width: 25%;
    height: 100%;
    position: absolute;
    left: 0;
    -webkit-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear
}

.home-ctgrs__el-info {
    width: 75%;
    margin-left: 25%;
    padding: 0 2rem
}

.home-ctgrs__el-info .sub-title,.home-ctgrs__el-info span,.home-ctgrs__el-link {
    -webkit-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear
}

.home-ctgrs__el-link {
    margin-top: auto;
    padding: 2rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    border-top: .1rem solid var(--border-theme-color);
}

@media only screen and (min-width: 600px) {
    .home-ctgrs,.home-ctgrs__el {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .home-ctgrs {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .home-ctgrs__el {
        width: 50%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .home-ctgrs__el-info {
        padding: 3rem
    }
}

@media only screen and (min-width: 968px) {
    .home-ctgrs-head {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .home-ctgrs-head h2,.home-ctgrs-head span {
        display: block
    }

    .home-ctgrs {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .home-ctgrs__el {
        width: auto;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
    }

    .home-ctgrs__el:nth-child(even) {
        background-color: #e3e3e3
    }

    .home-ctgrs__el:hover {
        background-color: var(--theme-color)
    }

    .home-ctgrs__el:hover .home-ctgrs__el-link {
        background-color: var(--border-theme-color);
        border-top: var(--border_theme_color);
    }

    .home-ctgrs__el:hover a,.home-ctgrs__el:hover h3,.home-ctgrs__el:hover span {
        color: #fff
    }

    .home-ctgrs__el:hover .home-ctgrs__el-img {
        -webkit-transform: scale(1.05) translateX(3%) translateY(-3%);
        -ms-transform: scale(1.05) translateX(3%) translateY(-3%);
        transform: scale(1.05) translateX(3%) translateY(-3%)
    }

    .home-ctgrs__el-inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .home-ctgrs__el-img {
        position: relative;
        width: 80%;
        height: auto;
        padding-bottom: 80%
    }

    .home-ctgrs__el-img img,.home-ctgrs__el-img picture {
        -webkit-transform: translateX(-25%);
        -ms-transform: translateX(-25%);
        transform: translateX(-25%);
        position: absolute
    }

    .home-ctgrs__el-info {
        width: 100%;
        margin-left: 0
    }

    .home-ctgrs__el-info .sub-title {
        margin-bottom: 2rem
    }

}

@media only screen and (min-width: 968px) and (min-width:968px) {
    .home-ctgrs-head .section-title {
        margin-right:13rem
    }

    .home-ctgrs-head span {
        max-width: 40rem
    }
}

@media only screen and (max-width: 600px) {
    .home-ctgrs__el:nth-child(even) {
        background-color:#e3e3e3
    }
}

@media only screen and (min-width: 600px) and (max-width:968px) {
    .home-ctgrs__el:nth-child(2),.home-ctgrs__el:nth-child(3),.home-ctgrs__el:nth-child(6),.home-ctgrs__el:nth-child(7) {
        background-color:#e3e3e3
    }
}
