body {
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center -10vw;
}
.home_hero{
    padding: 40px 0 30px;
}
.home_hero h1 {
    font-size: 60px;
    padding: 0 0 45px;
    max-width: 800px;
}
.home_hero .calculator {
    margin: auto;
}
.advantages {
    background: #fff;
    padding: 40px 0 10px;
    color: #333;
}
.advantages h2 {
    font-size: 32px;
    padding: 5px 0;
}
.advantages .advantages_row {
    display: flex;
    flex-wrap: wrap;
}
.advantages .advantages_row .advantage{
    flex: 1 1;
    padding: 0 15px 0 40px;
    margin: 15px 0;
    position: relative;
}
.advantages .advantages_row .advantage:before{
    content: "";
    background: url("../img/checkmark.png") no-repeat center center;
    background-size: contain;
    width: 25px;
    height: 25px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}
.advantages .advantages_row .advantage .title {
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    line-height: 1.5;
}
.advantages .advantages_row .advantage .text {
    opacity: 0.75;
    margin-top: 13px;
    line-height: 2.4rem;
}
.get_money {
    background: rgb(250, 250, 250);
    padding: 40px 0;
    color: #333;
}
.get_money h2 {
    font-size: 32px;
    margin-bottom: 0.5rem;
}
.get_money .advantages_row {
    display: flex;
    flex-wrap: wrap;
}
.get_money .advantages_row .item{
    flex: 1 1;
    position: relative;
    padding: 30px 0;
    display: flex;
    align-items: center;
}
.get_money .advantages_row .item .num {
    color: black;
    opacity: 0.05;
    font-weight: bold;
    font-style: normal;
    text-align: center;
    font-size: 83px;
    line-height: 1;
}
.get_money .advantages_row .item .content {
    padding: 0 15px;
}
.get_money .advantages_row .item .image {
    width: 40px;
    height: 40px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}
.get_money .advantages_row .item .title {
    padding: 5px 0 15px;
    letter-spacing: 0.1em;
    line-height: 1.5;
    font-size: 16px;
    text-transform: uppercase;
}
.get_money .advantages_row .item .text {
    font-size: 16px;
    line-height: 1.5;
    opacity: 0.65;
}
.call_to_action {
    background: #fff;
}
.call_to_action h2 {
    font-size: 35px;
    margin: 40px 0 20px;
    line-height: 1.1;
}
.call_to_action p {
    font-size: 16px;
    line-height: 1.5;
    opacity: 0.65;
}
.call_to_action ul {
    list-style-type: none;
    padding: 20px 0 15px;
}
.call_to_action ul li {
    background: url("../img/li-checkmark.png") 0px 3px no-repeat;
    padding: 10px 0 10px 55px;
    background-position: left center;
    background-size: 40px 40px;
    font-size: 15px;
    line-height: 1.4;
    color: #000;
}
.call_to_action button {
    margin-bottom: 40px;
}
.call_to_action .right_col{
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: contain;
}
.reviews {
    background: rgb(250, 250, 250);
    color: #333;
    padding: 25px 0 31px;
}
.reviews h2 {
    font-size: 32px;
    margin: 25px 0 35px;
}
.reviews .reviews_holder{
    position: relative;
    padding: 0 30px;
}
.reviews .reviews_row  {
    margin: 0 auto;
    position: relative;
}
.reviews .reviews_row .review {
    background: white;
    padding: 31px 21px;
}
.reviews .reviews_row .review .user {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.reviews .reviews_row .review .image {
    width: 52px;
    height: 52px;
    display: block;
    margin-right: 20px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}
.reviews .reviews_row .review .name {
    color: rgb(22, 102, 241);
    font-size: 14px;
    text-transform: uppercase;
    display: block;
}
.reviews .reviews_row .review .caption {
    font-size: 13px;
    opacity: 0.8;
}
.reviews .reviews_row .review .text {
    font-size: 13px;
    line-height: 1.8;
    opacity: 0.8;
}
.reviews .reviews_row .review .button-container {
    text-align: center;
}
.reviews .reviews_row .review button {
    background-color: rgba(243, 121, 53, 0);
    border: 2px solid var(--color-primary);
    font-size: 14px;
    color: var(--color-primary);
    margin-top: 20px;
    display: inline-block;
    width: auto;
    line-height: 21px;
}
.reviews .reviews_row .review button:hover {
    opacity: 0.8;
}
.reviewsControls{
    font-size: 45px!important;
    position: absolute;
    top: 25%;
    z-index: 10;
    cursor: pointer;
    user-select: none;
    opacity: 1;
    transition: opacity 300ms ease-in-out;
}

.reviewsControls.prev{
    left: 0;
}
.reviewsControls.next{
    right: 0;
}
.reviewsControls[aria-disabled=true]{
    opacity: 0;
    visibility: hidden;
}

@media (max-width: 991px){
    .home_hero h1 {
        font-size: 32px;
        text-align: center;
    }
    .call_to_action .col-6{
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0 5px;
    }
    .call_to_action .right_col {
        display: none;
    }
}
@media (max-width: 539px){
    .home_hero h1 {
        font-size: 32px;
        text-align: center;
    }
    .advantages h2, .get_money h2, .call_to_action h2, .reviews h2, .about h2 {
        text-align: center;
        margin-bottom: 20px;
        font-size: 26px;
    }
    .advantages .advantages_row {
        flex-direction: column;
    }
    .get_money .advantages_row .item .num {
        font-size: 60px;
    }
    .get_money .advantages_row .item .image {
        width: 30px;
        height: 30px;
        float: left;
        bottom: -3px;
        position: relative;
    }
    .call_to_action p {
        text-align: center;
    }
    .about .content {
        font-size: 14px;
    }
    .mfo_list .organisation {
        flex: 1 100%;
    }
    .mfo_list .organisation .text {
        padding: 10px 0 !important;
    }
}
@media(max-width: 399px) {
    .home_hero {
        padding: 20px 0 20px;
    }
    .home_hero h1 {
        font-size: 24px;
        text-align: center;
        padding-bottom: 20px;
    }
}
