﻿.hiw-header {
    padding: 80px 50px;
}
    .hiw-header p {
        padding-right: 50px;
        line-height: 35px;
    }
    .hiw-p {
        font-size: 18px;
    }
.link_grey {
    color: grey;
}
.hiw-offer_link {
    width: 50%;
    display: block;
}
    .hiw-offer_link img {
        width: 100%;
        height: auto;
    }
.hiw-offer-wrapper {
    display: flex;
    overflow-x: auto;
}
.hiw-banner {
    background: url(/Content/images-new/how-it-works/Banner.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}
.hiw-width-100 {
    max-width: 100%;
}
.hiw-colored {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(rgba(0,0,0,.01), rgba(0,0,0,.05));
    z-index: -1;
}
.hiw-with-backgroung {
    background-color: rgb(248,248,248);
}
.hiw-with-back {
    position: relative;
}
.hiw-icon {
    display: flex;
    justify-content: center;
    align-items: center;
}
.hiw-height-130 {
    height: 130px;
}
.hiw-paragraph {
    padding: 0 50px;
}
.hiw-get_money {
    background-image: url(/content/images-new/get-money/background.jpg);
    padding-top: 60px;
    padding-bottom: 90px;
}
.hiw-condition_wrapper {
    perspective-origin: 150% 150%;
    transform-style: preserve-3d;
    perspective: 900px;
    position: relative;
}
.hiw-condition {
    position: relative;
    background: linear-gradient(rgba(0,0,0,.01), rgba(0,0,0,.05));
    height: 240px;
    border-radius: 15px;
    transform: skewY(-1deg);
}

.hiw-map {
    height: 350px;
    position: relative;
    overflow: hidden;
    border-radius: 15px;
    margin: 10px 0;
    box-shadow: 1px 5px 10px 0px rgba(0, 0, 0, 0.36);
}
.hiw-map_description {
    padding: 0 35px;
}
.hiw-map-select {
    max-width: 300px;
}
    .hiw-map-select:disabled {
        background: lightgray;
        color: grey;
        border: 1px solid grey;
    }
.hiw-modal-calc {
    box-shadow: 1px 2px 10px 0px rgba(0, 0, 0, 0.36);
    position: fixed;
    bottom: 50px;
    background: white;
    z-index: 100;
    width: 90%;
    max-width: 1224px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
    .hiw-modal-calc.toggled {
        width: auto;
        padding: 15px;
        left: 100%;
        transform: translateX(-110%);
    }
        .hiw-modal-calc.toggled .btn {
            white-space: nowrap;
        }
        .hiw-modal-calc .btn-hidden {
            display: none;
        }
    .hiw-modal-calc.toggled .hiw-modal-toggle {
        transform: rotate(180deg);
    }
    .hiw-modal-calc.toggled .btn-hidden {
        display: block;
    }
    .hiw-modal-calc.toggled .hiw-modal-img,
    .hiw-modal-calc.toggled .col-md-5,
    .hiw-modal-calc.toggled .hiw-modal-container {
        display: none;
    }
    .hiw-modal-container {
        position: relative;
        padding: 25px 15px;
        overflow: hidden;
    }
        .hiw-modal-container .btn {
            white-space: nowrap;
        }
        .hiw-modal-toggle {
            display: flex;
            justify-content: center;
            align-items: center;
            width: 36px;
            height: 36px;
            border-radius: 50%;
            right: -20px;
            top: -20px;
            background: white;
            position: absolute;
            box-shadow: 1px 2px 10px 0px rgba(0, 0, 0, 0.36);
            background-image: url('../images-new/how-it-works/icon_arrow.jpg');
            background-repeat: no-repeat;
        }
    .hiw-modal-toggle:hover {
        cursor: pointer;
    }

.hiw-modal-img {
    position: absolute;
    left: -20px;
    top: -60px;
}
/*.hiw-modal-arrow {
    font-size: 18px;
    color: lightgray;
    transform: rotate(90deg) scaleY(1.25);
}*/
.hiw-modal-container:after {
    content: '';
    display: block;
    background: linear-gradient(-90deg, white 10%, rgba(0,0,0,.125) 125%);
    position: absolute;
    width: 5px;
    height: 130%;
    transform: rotate(12deg);
}
    .hiw-modal-description {
        color: #ff2929;
        padding: 0 20px;
        font-weight: 600;
    }
.hiw-skewed-text {
    position: absolute;
    top: 80px;
    left: 150px;
    transform: translateZ(50px);
    font-size: 28px;
}
    .hiw-skewed-text .btn {
        position: absolute;
        right: 0;
        top: 0;
    }
    .hiw-skewed-text p {
        font-size: 28px;
        padding-right: 300px;
    }
.hiw-list-item {
    display: flex;
    align-items: center;
}
    .hiw-list-item > span {
        padding: 0 10px;
    }
    .half-rounded {
        background: linear-gradient(to right, #57e44c 12%, transparent 35%);
        padding: 3px 30px;
        border-radius: 40px;
    }
    .half-rounded .right-item {
        margin-left: 30px;
        padding-right: 35px;
    }
.return-order .item {
    padding: 15px;
}

.return-wrapper {
    min-width: 320px;
    background: #f7f7f7;
}

    .return-wrapper .h3 {
        padding-top: 25px;
    }

.return-order .row {
    align-items: stretch;
}

    .return-order .row a {
        text-decoration: none;
    }

    .return-order .row > div {
        transition: .3s;
    }

        .return-order .row > div:hover {
            transform: translateY(-20px);
        }

.return-order .item {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: white;
    box-shadow: 1px 1px 20px 0px rgba(0, 0, 0, 0.36);
    border-radius: 10px;
}

.return-order .img {
    height: 30px;
    width: 70px;
    padding: 60px 0;
    display: flex;
    align-items: center;
    background-repeat: no-repeat;
}

    .return-order .img.first {
        background-position-x: -218px;
    }

    .return-order .img.second {
        background-position-x: -10px;
    }

    .return-order .img.third {
        background-position-x: -115px;
    }

    .return-order .img.fourth {
        background-position-x: -325px;
    }

.return-order .item p {
    text-align: center;
    color: #646464;
    font-size: 12px;
}

.return-order .item .h6 {
    font-size: 18px;
    text-align: center;
}
.mobile-app {
    min-width: 300px;
}
    /*.mobile-app .wrapper img {
    display: block;
    width: 100%;
}*/
    .mobile-app .wrapper {
        height: 400px;
        background-position-x: -265px;
        background-repeat: no-repeat;
        background-size: 135%;
    }

    .mobile-app .mobile-row {
        display: flex;
        align-items: center;
        margin-bottom: 30px;
        padding-left: 90px;
    }

        .mobile-app .mobile-row > div {
            display: flex;
            align-items: center;
        }

        .mobile-app .mobile-row:nth-of-type(1) {
            margin-top: 80px;
        }

        .mobile-app .mobile-row .img {
            margin-right: 20px;
            width: 42px;
            height: 42px;
            background-repeat: no-repeat;
            background-position-x: -20px;
            background-position-y: -20px;
        }

        .mobile-app .mobile-row p {
            font-size: 16px;
            white-space: nowrap;
        }

    .mobile-app .btn {
        margin-left: 90px;
        width: calc(100% - 90px);
        text-transform: uppercase;
        max-width: 300px;
    }

        .mobile-app .btn:hover {
            display: block;
        }

    .mobile-app .google {
        height: 63px;
        background-repeat: no-repeat;
    }

.mobile-app_link {
    transition: .3s;
    border: 1px solid rgba(0,0,0,0);
    border-radius: 10px;
}

    .mobile-app_link:hover {
        border: 1px solid rgba(0,0,0,.2);
    }

.reviews,
.feedback {
    background: white;
}
.toggle-container {
    perspective: 400px;
}
.toggle-button {
    position: relative;
    font-size: 20px;
    text-transform: uppercase;
    display: inline-block;
    padding: 15px 60px;
    background-color: white;
    border-radius: 10px 10px 0 0;
    transition: .5s;
}
    .toggle-button:after {
        content: '';
        display: block;
        position: absolute;
        width: 10%;
        height: 1px;
        background: linear-gradient(to right, #57e44c 0%, transparent 15%);
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -ms-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
    }
    .toggle-button:hover {
        cursor: pointer;
    }
        .toggle-button:hover:after {
            width: 100%;
            background: linear-gradient(to right, #57e44c 12%, transparent 35%);
        }
        .toggle-button.selected {
            background-color: rgb(248,248,248);
            color: #39cc2e;
            box-shadow: 0px -6px 12px -11px rgba(0, 0, 0, 0.36);
        }
    .toggle-list-to-show {
        display: none;
        /*transform: rotateX(90deg);
        opacity: 0;
        transform-origin: top center;
        transition: transform 0.5s ease-out 0s, opacity 0s ease 0.5s;*/
    }
        .toggle-list-to-show.opened {
            display: block;
            /*max-height: 1000px;
            transform: rotateX(0deg);
            opacity: 1;
            transition: transform 0.5s ease-out 0s, opacity 0s ease 0.5s;*/
            padding: 25px 50px;
            border-radius: 0 15px 15px 15px;
            box-shadow: 1px 5px 10px 0px rgba(0, 0, 0, 0.36);
        }
.ui-slider-value {
    font-size: 20px;
}
@media (max-width: 992px) {
    .hiw-header p {
        display: none;
    }
    .hiw-header {
        padding: 0;
        height: 275px;
    }
    .hiw-skewed-text p {
        font-size: 20px;
        padding-right: 275px;
    }
    /*TOGGLE BUTTON*/
    .toggle-button {
        padding: 15px 20px;
        font-size: 16px;
    }
    .h1 {
        text-align: center;
        font-size: 28px;
        font-weight: 600;
        padding: 0 50px;
    }
}
@media (max-width: 768px) {
    .mobile-app .mobile-row {
        margin-bottom: 10px;
        padding-left: 0;
        justify-content: flex-start;
        padding: 0;
    }

        .mobile-app .mobile-row > div {
            width: 100%;
        }

    .mobile-app .google {
        height: 63px;
        width: 210px;
        margin: 20px auto;
        background-position-x: -100px;
        background-position-y: -20px;
        background-repeat: no-repeat;
    }

    .mobile-app .btn {
        margin: 0 auto;
        max-width: 300px;
        min-width: 220px;
    }
    .hiw-modal-container:after {
        display: none;
    }
    .hiw-modal-calc .col-md-5 {
        padding: 25px 15px 0;
    }
    .hiw-modal-container {
        justify-content: center;
    }
}

@media (max-width: 556px) {

    .hiw-banner {
        background-size: 300%;
        background-position-x: 30%;
        min-width: 320px;
    }

    .h2 {
        font-size: 26px;
        font-weight: 300;
    }

    .mt-40 {
        margin-top: 0;
    }

    .mb-40 {
        margin-bottom: 0;
    }

    .hiw-principles-description .hiw-height-130 {
        height: auto;
    }

    .hiw-principles-description .hiw-icon img {
        width: 55px;
    }

    .hiw-principles-description .hiw-height-130 img {
        width: 35px;
        height: auto;
    }

    .hiw-principles .hiw-paragraph {
        display: none;
    }

    .hiw-principles-description {
        display: flex;
    }

        .hiw-principles-description p {
            text-align: left;
            color: rgb(90,90,90);
            padding-left: 15px;
            font-size: 16px;
        }

    section,
    article,
    .return-order {
        min-width: 320px;
    }

    .get-money__wrapper._container {
        display: none;
    }

    .hiw-get_money {
        padding: 0;
        background-image: none;
    }

    .get-money__wrapper {
        width: 100%;
        box-shadow: 1px 2px 10px 0px rgba(0, 0, 0, 0.36);
    }

        .get-money__wrapper .form-control {
            background: rgba(0,0,0,.1);
            border: none;
            color: black;
            box-shadow: inset 1px 2px 10px 0px rgba(0, 0, 0, 0.36);
        }

    .hiw-requirements .h6 {
        color: #39cc2e;
        font-weight: 900;
        font-size: 21px;
        margin: 0;
    }

    .hiw-requirements .hiw-principles-description {
        margin-bottom: 25px;
    }

    .hiw-skewed-text {
        text-align: center;
        left: 70px;
    }

        .hiw-skewed-text p {
            font-size: 17px;
            width: 100%;
            padding-right: 0;
            text-align: left;
        }

        .hiw-skewed-text .btn {
            position: static;
            padding: 0px 60px;
        }

    .half-rounded {
        padding: 0;
        padding-left: 10px;
        background: linear-gradient(to right, #57e44c 42%, transparent 65%);
    }

        .half-rounded .right-item {
            font-size: 14px;
            padding-right: 0;
            margin-left: 10px;
        }

        .half-rounded .h2 {
            font-size: 22px;
            width: 45px;
        }

        .half-rounded .to-hide {
            display: none;
        }

    /*TOGGLE BUTTON*/
    .toggle-button {
        padding: 5px 10px;
        font-size: 14px;
    }

    .toggle-list-to-show,
    .toggle-list-to-show.opened {
        padding: 10px 15px;
    }

        .toggle-list-to-show h2 {
            margin-top: 0;
            padding: 0;
            margin-left: 0;
            width: 100%;
            margin-right: 0;
            text-align: center;
            font-size: 16px;
        }

    .hiw-map_description p {
        display: none;
    }

    .hiw-map-select {
        margin-top: 25px;
    }

    .return-order .item {
        padding: 10px;
        padding-top: 0;
    }

    .return-order .img {
        padding: 42px 0;
    }
    .hiw-modal-calc {
        display: none;
    }
}
