.banner-inner {
    background: url("../images/banner-products.jpg") no-repeat;
    background-size: 100% 100%
}

html,
body {
    width: 100%;
    background: #f4f4f4
}

.product-top .container {
    position: relative
}

.product-top .main {
    width: 100%;
    padding: 90px 60px 70px;
    background: var(--white);
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .1);
    margin-top: -80px
}

.product-top .top {
    text-align: center
}

.product-top .top h1 {
    display: inline-block;
    font-size: 42px;
    color: var(--fttcolor);
    font-family: 'Roboto-Bold';
    position: relative;
    z-index: 1
}

.product-top .top h1::before {
    content: '';
    position: absolute;
    left: -7px;
    top: -7px;
    width: 26px;
    height: 26px;
    background: var(--bgscolor);
    z-index: -1
}

.product-top .process {
    display: flex;
    justify-content: space-between;
    margin-top: 60px
}

.product-top .process ul {
    width: 21%
}

.product-top .process ul li {
    width: 270px;
    height: 180px;
    padding: 20px 24px;
    background: var(--white);
    border-radius: 10px;
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .1);
    text-align: center;
    margin-left: 100px
}

.product-top .process ul:last-child li {
    margin-left: -100px
}

.product-top .process ul li:nth-child(2) {
    margin: 40px 0 65px;
    margin-left: 0
}

.product-top .process ul:last-child li:nth-child(2) h3 {
    font-size: 20px;
    line-height: 22px
}

.product-top .process ul li img {
    margin: 0 auto 15px
}

.product-top .process ul li h3 {
    font-family: 'Roboto-Bold';
    font-size: 24px;
    color: #222;
    line-height: 26px
}

.product-top .process>img {
    width: 41%;
    padding: 40px 0
}

.product-top .bottom {
    position: relative;
    margin-top: 150px
}

.product-top .bottom p {
    width: 90%;
    padding: 30px 78px;
    background: var(--white);
    border-radius: 30px;
    font-size: 20px;
    color: var(--fttcolor);
    line-height: 26px;
    text-align: center;
    margin: 0 auto;
    font-family: 'Roboto-Medium';
    position: absolute;
    top: -80px;
    left: 0;
    right: 0;
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .1)
}

.product-top .bottom img {
    border-radius: 80px 0 80px 0
}

.products-main .products-item {
    margin-bottom: 70px
}

.products-main .products-top,
.products-main .products-item>ul,
.products-main .products-top a,
.products-main ul li button {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.products-main .products-item>ul {
    flex-wrap: wrap
}

.products-main .products-top {
    margin-bottom: 40px
}

.products-main .products-top h2 {
    position: relative;
    z-index: 2
}

.products-main .products-top h2,
.products-main .products-top h2 a {
    font-size: 36px;
    color: var(--fttcolor);
    font-family: 'Roboto-Bold';
    text-transform: capitalize
}

.products-main .products-top h2::after {
    content: '';
    position: absolute;
    right: -25px;
    bottom: 2px;
    width: 150px;
    height: 10px;
    background: url("../images/products-tit-icon.png") no-repeat;
    z-index: -1
}

.products-main .products-top>a {
    font-size: 20px;
    color: var(--bgscolor);
    font-family: 'Roboto-Bold';
    padding-bottom: 4px;
    border-bottom: 2px solid var(--bgscolor);
    text-transform: uppercase;
    position: relative
}

.products-main .products-top>a i {
    display: inline-block;
    margin-left: 15px;
    margin-top: -2px
}

.products-main .products-top>a::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 2px;
    background: var(--bgcolor);
    transition: all .5s
}

.products-main ul li {
    width: calc(25% - 15px);
    margin-top: 20px
}

.products-main ul li:first-child,
.products-main ul li:nth-child(2),
.products-main ul li:nth-child(3),
.products-main ul li:nth-child(4) {
    margin-top: 0
}

.products-main ul li:last-child:nth-child(4n - 1) {
    margin-right: calc(24% + 4% / 3)
}

.products-main ul li:last-child:nth-child(4n - 2) {
    margin-right: calc(48% + 8% / 3)
}

.products-main ul li a {
    display: block
}

.products-main ul li .products-img {
    overflow: hidden;
    border-radius: 20px 20px 0 0
}

.products-main ul li img {
    transition: all .5s linear
}

.products-main ul li .products-text {
    width: 100%;
    padding: 20px 28px 30px 20px;
    background: var(--white);
    border-radius: 0 0 20px 20px
}

.products-main ul li h3 {
    font-size: 20px;
    line-height: 24px;
    color: var(--fttcolor);
    font-family: 'Roboto-Bold';
    text-transform: capitalize
}

.products-main ul li p {
    font-size: 16px;
    color: var(--ftcolor);
    line-height: 23px;
    margin: 12px 0 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical
}

.products-main ul li button {
    width: 100%;
    max-width: 130px;
    height: 30px;
    border-radius: 15px;
    border: 1px solid var(--bgscolor);
    padding: 2px 2px 2px 15px;
    color: var(--bgscolor);
    font-size: 14px;
    background: var(--white);
    transition: all .5s
}

.products-main ul li span {
    display: inline-block;
    width: 24px;
    height: 24px;
    background: var(--bgscolor);
    border-radius: 50%;
    transition: all .5s
}

.products-main ul li span i {
    color: var(--white);
    font-size: 14px;
    text-align: center;
    line-height: 24px;
    transition: all .5s
}

@media(any-hover:hover) {
    .product-top .process ul li:hover a h3 {
        color: var(--bgscolor)
    }

    .products-main .products-top h2 a:hover {
        color: var(--bgcolor)
    }

    .products-main .products-top>a:hover {
        color: var(--bgcolor)
    }

    .products-main .products-top>a:hover::after {
        width: 100%
    }

    .products-main ul li:hover img {
        transform: scale(1.2)
    }

    .products-main ul li:hover h3 {
        color: var(--bgcolor)
    }

    .products-main ul li:hover button {
        background: var(--bgscolor);
        color: var(--white)
    }

    .products-main ul li:hover span {
        background: var(--white)
    }

    .products-main ul li:hover span i {
        color: var(--bgscolor)
    }
}

@media(min-width:768px) and (max-width:1440px) {
    .product-top .top h1 {
        font-size: 36px
    }
}

@media(min-width:768px) and (max-width:1260px) {
    .product-top .top h1 {
        font-size: 30px
    }

    .products-main ul li .products-text {
        padding: 15px 15px 25px 15px
    }
}

@media screen and (max-width:768px) {
    .banner-inner {
        background: url("../images/banner-products-sm.jpg") no-repeat;
        background-size: 100% 100%
    }

    .product-top .top h1 {
        font-size: 26px;
        display: inline;
        line-height: 30px
    }

    .product-top .top h1::before {
        left: -6px;
        top: -2px;
        width: 18px;
        height: 18px
    }

    .product-top .main {
        padding: 45px 15px 35px;
        margin-top: -35px
    }

    .product-top .process {
        margin-top: 40px;
        flex-wrap: wrap
    }

    .product-top .process ul {
        width: calc(50% - 10px)
    }

    .product-top .process ul li {
        margin-left: 0;
        width: 100%;
        height: 160px;
        padding: 15px 15px
    }

    .product-top .process ul li:nth-child(2) {
        margin: 20px 0
    }

    .product-top .process ul li img {
        width: 25%;
        margin: 0 auto 10px
    }

    .product-top .process ul li h3 {
        font-size: 18px;
        line-height: 22px
    }

    .product-top .process ul:last-child li:nth-child(2) h3 {
        font-size: 16px;
        line-height: 22px
    }

    .product-top .process>img {
        display: none;
        width: 100%;
        padding: 30px 0;
        order: 2
    }

    .product-top .process ul:last-child li {
        margin-left: 0
    }

    .product-top .process ul:last-child li:first-child img {
        width: 35%
    }

    .product-top .bottom {
        margin-top: 20px;
        display: flex;
        flex-wrap: wrap
    }

    .product-top .bottom p {
        width: 100%;
        padding: 20px 15px;
        border-radius: 10px;
        font-size: 14px;
        line-height: 21px;
        position: unset;
        margin-top: 20px;
        order: 2
    }

    .product-top .bottom img {
        border-radius: 40px 0 40px 0
    }

    .products-main .products-item {
        margin-bottom: 35px
    }

    .products-main .products-item:last-child {
        margin-bottom: 40px
    }

    .products-main .products-top h2,
    .products-main .products-top h2 a {
        font-size: 26px
    }

    .products-main .products-top h2::after,
    .products-main .products-top>a span {
        display: none
    }

    .products-main .products-top>a {
        border-bottom: 0
    }

    .products-main .products-top>a i {
        margin-left: 0;
        margin-top: 2px;
        width: 25px;
        height: 25px;
        border-radius: 50%;
        color: var(--white);
        text-align: center;
        line-height: 25px;
        background: var(--bgcolor);
        font-size: 14px
    }

    .products-main .products-top {
        margin-bottom: 25px
    }

    .products-main ul li .products-text {
        padding: 18px 15px 25px 15px
    }

    .products-main ul li h3 {
        font-size: 18px
    }

    .products-main ul li p {
        font-size: 14px;
        line-height: 21px;
        margin: 8px 0 18px
    }

    .products-main .products-top,
    .products-main .products-item>ul,
    .products-main .products-top a,
    .products-main ul li button {
        flex-wrap: wrap
    }

    .products-main ul li {
        width: calc(50% - 10px);
        margin-bottom: 20px;
        margin-top: 0
    }

    .products-main ul li:last-child:nth-child(4n - 1),
    .products-main ul li:last-child:nth-child(4n - 2) {
        margin-right: 0
    }

    .products-main ul li:last-child {
        margin-bottom: 0
    }

    .products-main ul li img {
        width: 100%;
        border-radius: 8px 8px 0 0
    }

    .products-main ul li .products-img {
        border-radius: 8px 8px 0 0
    }

    .products-main ul li .products-text {
        border-radius: 0 0 8px 8px
    }
}