.features-qlinks {
    text-align: left;
    width: 100%;
    display: block;
    margin-bottom: 50px;
}

.features-qlinks ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.features-qlinks ul li {
    position: relative;
    display: inline-block;
    font-size: 13px;
    margin: 0 20px 0 0;
}

.features-qlinks ul li a,
.features-qlinks ul li {
    color: #000;
}

.zw-product-header  {
    background: #f9e6ce;
}

.features-qlinks ul li a:after {
    content: '>';
    position: absolute;
    right: -15px;
}


.content-wrap h2 {
    font-family: var(--zf-primary-bold);
}

* {
    box-sizing: border-box;
}

h1 {
    font-weight: 700;
}

.content-wrap {
    max-width: 1040px;
}

.header-top .content-wrap {
    max-width: 1170px;
}

.header-top {
    padding: 30px 0 120px;
    box-sizing: border-box;
    background: #f9e5ce;
}

.middle-part#mid1 {
    padding: 200px 0 0px;
}

.middle-part .content-wrap {
    margin: 150px auto;
}

.header-top .img-part .image-part {
    position: absolute;
    bottom: -309px;
    left: -180px;
    max-width: 122%;
}

.header-top .content-wrap,
.middle-part .content-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.header-top .cont-part,
.header-top .img-part {
    width: 50%;
}

.middle-part .right-part,
.middle-part .left-part {
    width: 50%;
}

.middle-part .cont-part {
    width: 50%;
    max-width: 430px;
    padding-left: 50px;
}

.middle-part .cont-part {
    align-self: center;
}

.middle-part .cont-part p span {
    color: #ef3d26;
    font-family: var(--zf-primary-bold);
}

/*
        .middle-part .img-part img {
            max-width: 100%;
        }                    
*/
.bottom-cta-wrap {
    padding: 80px 0;
    background: #f9e5ce;
}

.main-container.blog {
    background: #f9e5ce;
}

div#mid2 .cont-part {
    padding: 0 50px 0 0;
}

.bottom-section .img-part {
    max-width: 518px;
    margin: 0 auto;
}

.bottom-cta-wrap p {
    max-width: 580px;
    margin: 0 auto;
}

.bottom-section .content-wrap .cont-sect p {
    margin-bottom: 40px;
}

.bottom-section {
    padding: 0px 0 100px;
}

.bottom-section .cont-sect {
    width: 80%;
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
}

.content-wrap .right-part .img-part.animation-element.in-view,
.content-wrap .left-part .img-part.animation-element.in-view {
    transform: translateX(0px);
}

.content-wrap .img-part.animation-element.in-view {
    transform: translateY(0px);
}

.content-wrap .right-part .img-part {
    -webkit-transition: all 1.2s cubic-bezier(0.215, 0.61, 0.355, 1) .2s;
    -o-transition: all 1.2s cubic-bezier(0.215, 0.61, 0.355, 1) .2s;
    transition: all 1.2s cubic-bezier(0.215, 0.61, 0.355, 1) .2s;
    -webkit-transform: translateX(50px);
    -ms-transform: translateX(50px);
    transform: translateX(50px);
}

.content-wrap .left-part .img-part {
    -webkit-transition: all 1.2s cubic-bezier(0.215, 0.61, 0.355, 1) .2s;
    -o-transition: all 1.2s cubic-bezier(0.215, 0.61, 0.355, 1) .2s;
    transition: all 1.2s cubic-bezier(0.215, 0.61, 0.355, 1) .2s;
    -webkit-transform: translateX(-50px);
    -ms-transform: translateX(-50px);
    transform: translateX(-50px);
}

.content-wrap .img-part {
    -webkit-transition: all 1.2s cubic-bezier(0.215, 0.61, 0.355, 1) .2s;
    -o-transition: all 1.2s cubic-bezier(0.215, 0.61, 0.355, 1) .2s;
    transition: all 1.2s cubic-bezier(0.215, 0.61, 0.355, 1) .2s;
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
}

.bottom-cta-wrap .content-wrap {
    padding: 0px 0;
}

@media screen and (max-width: 1366px) {
    .middle-part .cont-part {
        padding-left: 20px;
    }

    div#mid2 .cont-part {
        padding: 0 20px 0 0;
    }

    .middle-part .content-wrap {
        margin: 100px auto;
    }
}

@media only screen and (max-width: 1199px) and (min-width: 992px) {
    .middle-part .content-wrap {
        width: 85%;
    }

    .middle-part .right-part,
    .middle-part .left-part {
        width: 50%;
    }

    .middle-part .content-wrap {
        margin: 80px auto;
    }

    .header-top .img-part .image-part {
        bottom: -270px;
    }
}

@media screen and (max-width: 991px) {
    .features-qlinks {
        display: none;
    }

    .header-top .img-part .image-part {
        position: relative;
        bottom: unset;
        left: unset;
        max-width: 100%;
    }

    .middle-part#mid1 {
        padding: 60px 0 0px;
    }

    .header-top .cont-part,
    .header-top .img-part,
    .middle-part .right-part,
    .middle-part .left-part {
        width: 100%;
    }

    .header-top .cont-part {
        text-align: center;
        width: 90%;
        max-width: 600px;
        margin: 0 auto;
    }

    .middle-part .cont-part {
        width: 80%;
        max-width: 560px;
        padding-left: 0px;
        margin: 0 auto;
    }

    .cont-part {
        text-align: center;
    }

    div#mid1 {
        display: flex;
        flex-wrap: wrap;
        text-align: center;
        margin: 0px auto;
    }

    div#mid1 .content-wrap {
        flex-direction: column-reverse;
    }

    .content-wrap {
        width: 85%;
    }

    div#mid2 .cont-part {
        padding: 0 0px 0 0;
    }

    .middle-part .content-wrap {
        margin: 40px auto;
    }

    .content-wrap .right-part .img-part,
    .content-wrap .left-part .img-part {
        transform: unset;
    }

    .bottom-section {
        padding: 60px 0 100px;
    }
}

@media screen and (max-width:767px) {
    .header-top {
        padding: 30px 0 80px;
    }

    .header-top .cont-part {
        margin: 0 auto;
    }

    .middle-part .cont-part,
    .bottom-section .cont-sect {
        width: 100%;
    }

    .middle-part#mid1 {
        padding: 40px 0 0px;
    }

    .middle-part .content-wrap {
        margin: 20px auto;
    }

    .bottom-section {
        padding: 20px 0;
    }
}