﻿

.users-reviews {
    padding: 60px 0 75px;
}

    .users-reviews h3 {
        font-size: 24px;
        line-height: 30px;
        font-weight: 900;
        text-transform: uppercase;
        color: #2a2c2b;
        margin: 0 auto;
        max-width: 590px;
        text-align: center;
    }

#reviews-slider .slick-track {
    display: flex;
}

#reviews-slider .slick-list {
    margin: 0 -30px;
    padding: 60px 0 !important;
}

#reviews-slider .raiting {
    display: none;
}

    #reviews-slider .raiting img {
        margin: 0 3px;
    }

#reviews-slider .review {
    padding: 25px 10px 60px;
    text-align: center;
    opacity: 1;
    background: #f9f9f9;
    font-size: 16px;
    line-height: 24px;
    color: #4e4e4e;
    box-shadow: none;
    border: 1px solid #dadada;
    border-radius: 8px;
    transform: scale(.9);
    height: auto;
    max-height: none;
    min-height: 0;
    margin: 0 10px;
    position: relative;
}

#reviews-slider .name {
    position: absolute;
    bottom: 20px;
    left: 20px;
    font-weight: bold;
    color: #2a2c2b;
    line-height: 24px;
}

#reviews-slider .date {
    position: absolute;
    bottom: 20px;
    right: 20px;
    color: #949191;
    font-size: 16px;
    line-height: 24px;
}

#reviews-slider .review.slick-center {
    box-shadow: 0 0px 40px rgb(124 124 124 / 25%);
    background: #fff;
    opacity: 1;
    transform: none;
    margin: -20px 10px;
}

#cta-slider .slick-arrow, #reviews-slider .slick-arrow {
    position: absolute;
    left: -70px;
    top: 50%;
    width: 21px;
    height: 37px;
    background: url(fin-health/arrow.png) no-repeat center;
    background-size: 100%;
    text-indent: -9999px;
    border: none;
    margin-top: -18px;
    transform: scaleX(-1);
    opacity: 0.7;
    overflow: hidden;
    cursor: pointer;
    z-index: 3;
}

#reviews-slider .review.slick-center .raiting {
    display: block;
    margin-bottom: 10px;
}

#cta-slider .slick-arrow:hover, #reviews-slider .slick-arrow:hover {
    opacity: 1;
}

#cta-slider .slick-arrow.slick-next, #reviews-slider .slick-arrow.slick-next {
    left: auto;
    right: -70px;
    transform: none;
}

.green-numbers-stats {
    background: #50b848;
    padding: 50px 0 40px;
}

    .green-numbers-stats .numbers {
        display: flex;
        flex-wrap: wrap;
    }

    .green-numbers-stats .item {
        width: 33.332%;
        color: #fff;
        font-weight: bold;
        letter-spacing: 1.3px;
    }

    .green-numbers-stats p {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 0;
    }

    .green-numbers-stats .num {
        font-size: 30px;
        line-height: 41px;
        text-transform: uppercase;
        text-shadow: 7px 6px 7px rgb(0 0 0 / 7%);
        margin-bottom: 5px;
    }

        .green-numbers-stats .num .big {
            font-size: 80px;
        }

.finance-check {
    padding: 50px 0 100px;
}

    .finance-check h3 {
        font-size: 24px;
        line-height: 38px;
        font-weight: 900;
        text-transform: uppercase;
        color: #2a2c2b;
        max-width: 500px;
        letter-spacing: 0.1px;
        margin-left: 33px;
        margin-right: 100px;
    }

    .finance-check .container {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }

.cta-links {
    padding: 100px 0 130px;
    overflow: hidden;
}

    .cta-links h3 {
        font-size: 24px;
        line-height: 38px;
        font-weight: 900;
        text-transform: uppercase;
        color: #2a2c2b;
        text-align: center;
        letter-spacing: 0.1px;
    }

#cta-slider .slick-list {
    margin: 0 -15px;
    padding: 45px 0;
}

#cta-slider .slick-track {
    display: flex;
}

#cta-slider .cta {
    box-shadow: 0 0px 21px rgb(124 124 124 / 15%);
    background: #fff;
    opacity: 1;
    transform: none;
    padding: 0 20px 22px;
    text-align: center;
    background: #ffffff;
    font-size: 16px;
    line-height: 24px;
    color: #4e4e4e;
    border-radius: 8px;
    height: auto;
    max-height: none;
    min-height: 0;
    margin: 0 15px;
    position: relative;
}

    #cta-slider .cta .img-h {
        max-width: 80%;
        display: flex;
        align-items: center;
        justify-content: center;
        align-content: center;
        padding: 10px 0;
        border-bottom: 2px solid #50b848;
        height: 66px;
        margin: 0 auto 10px;
    }

        #cta-slider .cta .img-h img {
            max-height: 64px;
            height: auto;
            width: auto;
            max-width: 100%;
        }

    #cta-slider .cta a {
        text-decoration: none;
        font-size: 16px;
        line-height: 24px;
        color: #2a2c2b;
        font-weight: 300;
    }

        #cta-slider .cta a:hover {
            text-decoration: underline;
            color: #42a93a;
        }

@media screen and (max-width: 1300px) {
    #cta-slider, #reviews-slider {
        margin: 0 auto;
        padding: 0 60px;
    }

        #cta-slider .slick-arrow.slick-next, #reviews-slider .slick-arrow.slick-next {
            right: 0;
        }

        #cta-slider .slick-prev, #reviews-slider .slick-prev {
            left: 0;
        }
}

@media screen and (max-width: 800px) {
    #reviews-slider {
        margin: 0 auto;
        padding: 0 100px;
        overflow: hidden;
    }

        #reviews-slider .slick-list {
            margin: 0;
            overflow: visible;
        }

    .finance-check {
        padding-bottom: 30px;
    }

        .finance-check .btn {
            margin: 40px auto 0;
        }
}

@media screen and (max-width: 767px) {
    .finance-check h3, .users-reviews h3 {
        font-size: 20px;
        line-height: 26px;
    }

    .users-reviews {
        padding: 25px 0 35px;
    }

        .users-reviews h3 {
            text-align: left;
        }

        .cta-links .container, .finance-check .container, .green-numbers-stats .container, .users-reviews .container {
            padding-left: 10px;
            padding-right: 10px;
        }

    #reviews-slider {
        padding: 0;
    }

    #reviews-slider {
        margin: 0 -10px;
        padding-bottom: 40px;
    }

        #reviews-slider .slick-list {
            padding: 20px 0 50px !important;
        }

        #reviews-slider .review, #reviews-slider .review.slick-center {
            margin: 0 10px;
            font-size: 14px;
            line-height: 19px;
            transform: none !important;
        }

        #reviews-slider .date {
            font-size: 14px;
            line-height: 19px;
        }

        #reviews-slider .review.slick-center {
            border: none;
        }

        #cta-slider .slick-prev, #reviews-slider .slick-prev {
            bottom: 40px;
            margin-top: 0;
            top: auto;
            width: 13px;
            left: 40%;
        }

        #cta-slider .slick-arrow.slick-next, #reviews-slider .slick-arrow.slick-next {
            bottom: 40px;
            margin-top: 0;
            top: auto;
            width: 13px;
            right: 40%;
        }

    .green-numbers-stats .item {
        width: 100%;
        text-align: center;
        margin-bottom: 45px;
    }

        .green-numbers-stats .item:last-of-type {
            margin-bottom: 0;
        }

    .green-numbers-stats .num {
        font-size: 29px;
    }

    .finance-check img {
        width: 50px;
        margin: 0 auto;
        display: block;
        height: auto;
    }

    .finance-check {
        padding: 30px 0;
    }

        .finance-check h3 {
            margin: 20px 0 0;
            font-size: 18px;
            text-align: center;
        }

        .finance-check .btn {
            margin: 20px auto 0;
            font-size: 18px;
            line-height: 52px;
            height: 52px;
            line-height: 52px;
            font-size: 14px;
            text-align: center;
            width: 300px;
        }

    .cta-links {
        padding: 30px 0 0;
    }

        .cta-links h3 {
            font-size: 20px;
            line-height: 26px;
            text-align: left;
        }

    #cta-slider {
        padding: 0 0 50px;
    }

        #cta-slider .slick-list {
            margin: 0 -15px;
            padding: 20px 0 40px;
        }

        #cta-slider .cta a {
            font-size: 14px;
            line-height: 20px;
        }
}

.finhealth {
    padding: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    margin: 0;
    color: #333;
    font-weight: 400;
    line-height: 28px;
}

a {
    text-decoration: none !important;
    margin: 0;
    color: #222222;
}

.h1 {
    font-size: 40px;
    margin-bottom: 0;
    color: #333333;
    font-weight: 800;
    line-height: 54px;
}

.finhealth section {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin: 0;
    margin-top: 50px;
    margin-bottom: 50px;
    padding: 0;
}

.finhealth-container {
    width: 90%;
}

.finhealth {
    box-sizing: unset;
}

    .finhealth b, h2 {
        font-weight: 700;
    }

.slider {
    display: flex;
    justify-content: center;
    align-items: center;
    height: fit-content;
    width: 100%;
}

.slider_left {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}

.slider_right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: wrap;
}

.slider_left1 {
    width: 90%;
}

.slider_left, .slider_right {
    width: 90%;
    height: 600px;
}

.button {
    background-color: #59C924;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: fit-content;
    padding: 15px 40px 15px 40px;
    color: white;
    font-weight: bold;
}

    .button:hover {
        background-color: #4eb81c;
        color: white;
    }

.slider_text_center {
    margin-top: 30px;
    margin-bottom: 30px;
}

.circle {
    background-color: #fff;
    border: 40px solid #ff1818;
    height: 430px;
    width: 430px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: relative;
}

.all_konvert {
    width: 430px;
    height: 430px;
}

.s2_elements {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.s2_icons {
    font-size: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
}

.s2_text {
    margin-left: 20px;
}

.fcc {
    display: flex;
    justify-content: center;
    align-items: center;
}

.s3_icons {
    font-size: 24px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
}

.s3_icons1 {
    width: 80%;
}

.s3_text {
    margin-left: 20px;
    width: 70%;
}

.s3_elements {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.s4_1 {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    margin-top: 80px;
}

.s4_2 {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    margin-top: 80px;
}

.s4_text, .s4_text1 {
    font-size: 28px;
    width: 70%;
    line-height: 40px;
}

.s4_1, .s4_2 {
    font-size: 28px;
    line-height: 38px;
}

.s5 {
    display: flex;
    justify-content: space-around;
    align-items: center;
    position: relative;
    margin-top: 50px;
}

.circle2 {
    background-color: #59C924;
    border: 30px solid #fff;
    height: 390px;
    width: 390px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    box-shadow: 0 4px 25px rgba(0, 0, 0, 0.1);
}

.plashka {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 310px;
    height: 100px;
    padding: 0 20px 0 20px;
    margin: 60px 0 60px 0;
    background: #FFFFFF;
    box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.1);
    border-radius: 999px;
}

#p1, #p3, #p5 {
    margin-left: 40px;
}

.punktir {
    position: absolute;
    z-index: 0;
    background: no-repeat center url("fin-health/punkt.png");
    width: 100%;
    height: 280px;
    background-size: contain;
}

.s5_text {
    margin-left: 20px;
    width: 70%;
}

.e4 {
    z-index: 900;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f8f8f8;
    height: 600px;
    width: 100%;
    position: relative;
}

.left_block2 {
    padding-left: 100px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 600px;
    width: 40%;
    margin-top: 150px;
}

.e3_img {
    width: 50%;
    height: 600px;
    background: no-repeat url("fin-health/couple.png");
    background-size: cover;
    background-position: top;
}

.e4_white {
    top: 0;
    z-index: -899;
    background-color: white;
    height: 150px;
    width: 100%;
    position: absolute;
}

#fzeto {
    color: white;
}

.s5_center {
    z-index: 99;
}

.s5_right {
    z-index: 99;
}

.s5_left {
    z-index: 99;
}
.s6_elements {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #59C924;
    padding: 30px;
    color: white;
}

.s6_icons {
    font-size: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30%;
}

.s6_text {
    margin-left: 20px;
    width: 50%;
    font-weight: bold;
}

.s6_cif {
    font-size: 100px;
    font-weight: lighter;
}

.vertika {
    width: 1px;
    height: 100px;
    background-color: white;
    margin: 0 20px 0 20px;
}

@media screen and (max-width: 1000px) {
    .vertika {
        transform: rotate(90deg);
    }

    .s6_elements {
        justify-content: center;
        flex-wrap: wrap;
    }

    .s6_icons {
        width: 100%;
    }

    .container {
        height: fit-content;
    }

    #fzeto {
        color: black;
    }

    #k2, #k1, #l2 {
        width: 365px;
    }

    .s4_1, .s4_2 {
        font-size: 24px;
        line-height: 34px;
    }

    .img_middle {
        width: 50%;
        height: auto;
    }

    .plashka {
        width: 90%;
        height: 70px;
        padding: 10px;
    }

    #p1, #p3, #p5 {
        margin-left: 0px;
    }

    .punktir {
        display: none;
    }

    .circle {
        border: 30px solid #ff1818;
        height: 320px;
        width: 320px;
        margin-top: 30px;
    }

    .circle2 {
        display: flex;
        justify-content: center;
        background-color: #fff;
        border: none;
        height: 0px;
        width: 100%;
        margin-bottom: 30px;
    }

    .s5 {
        flex-wrap: wrap;
        justify-content: center;
        flex-direction: column;
    }

    .s5_center {
        order: 1;
        z-index: 10;
    }

    .s5_right {
        order: 2;
        z-index: 99;
    }

    .s5_left {
        order: 3;
        z-index: 99;
    }

    .e3_img {
        width: 100%;
        height: 500px;
    }

    .left_block2 {
        padding-left: 0px;
        width: 100%;
        height: fit-content;
    }

    .left_block_text2 {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        text-align: center;
    }

    .fcc {
        text-align: center;
    }

    .e4 {
        flex-wrap: wrap;
        height: fit-content;
        justify-content: flex-start;
    }

    .slider_left1, .s4_text {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
    }

    .s4_1 {
        flex-wrap: wrap-reverse;
        justify-content: flex-start;
    }

    .s4_2 {
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    .s3_icons1 {
        width: 100%;
    }

    .s3_elements {
        flex-wrap: wrap;
    }

    .s2_icons {
        margin: 15px;
    }

    .s2_elements {
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    .finhealth-container {
        height: fit-content;
    }

    .slider_left, .slider_right {
        height: fit-content;
    }

    .slider_right {
        justify-content: center;
    }

    .slider {
        flex-wrap: wrap;
    }

    .h1 {
        font-size: 36px;
        line-height: 44px;
    }
}