html * {
    max-height: 999999px;
    -webkit-font-smoothing: antialiased;
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: top;
    box-sizing: border-box;
    outline: 0
}

section {
    position: relative
}

body, html {
    width: 100%;
    height: 100%
}

html {
    min-width: 320px
}

.page-wrap, body {
    min-height: 100%;
    position: relative;
    min-width: 320px
}

body {
    font-family: Roboto;
    font-size: 14px;
    line-height: 22px;
    -webkit-text-size-adjust: 100%;
    background: #fff
}

.page-wrap {
    overflow: hidden
}

dd, dl, dt, form, h3, h4, h5, h6, p {
    font-weight: 400;
    list-style: none
}

ol, ul {
    font-weight: 400
}

h1, h2 {
    list-style: none;
    display: block
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.text-center {
    text-align: center
}

.text-right {
    text-align: right
}

.width-wrap {
    display: block;
    margin: 0 auto;
    max-width: 1220px;
    padding: 0 10px
}

@media screen and (max-width: 1240px) {
    .width-wrap {
        padding: 0 40px;
    }
}

@media screen and (max-width: 765px) {
    .width-wrap {
        padding: 0 20px;
    }
}

.grid, ol, ul {
    list-style: none;
    font-size: 0;
    line-height: 0;
    letter-spacing: -1px
}

.grid-item, li {
    letter-spacing: normal;
    display: inline-block;
    vertical-align: top;
    zoom: 1
}

.grid-item {
    line-height: normal
}

.hidden-block {
    display: none !important
}

.justifyed {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
}

.vertical-center {
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center
}

a, blockquote, input, li, p, span, textarea, time {
    font-family: Roboto, sans-serif;
    font-size: 18px;
    line-height: 1.5;
    text-decoration: none;
    color: #000;
}

a {
    cursor: pointer
}

h1 {
    font-family: Roboto, sans-serif;
    text-align: left;
    font-size: 51px;
    line-height: 1.5;
    font-weight: 600;
}

@media screen and (max-width: 1240px) {
    h1 {
        font-size: 35px;
    }
}

@media screen and (max-width: 1023px) {
    h1 {
        font-size: 22px;
    }
}

h2 {
    font-family: Roboto, sans-serif;
    text-align: left;
    font-size: 45px;
    line-height: 1.5;
    font-weight: 600;
}

@media screen and (max-width: 765px) {
    h2 {
        font-size: 28px;
    }
}

h3 {
    font-family: Roboto, sans-serif;
    font-size: 28px;
    line-height: 1.5;
    font-weight: 600;
    text-align: center;
}

.btn {
    box-sizing: border-box;
    text-align: center;
    cursor: pointer;
    border-radius: 10px;
    padding: 0;
    outline: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

/* HEADER */

.header {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    z-index: 10;
}

.header.fixed{
    position: fixed;
    background: #14ade0;
}

@media screen and (max-width: 1023px) {
    .header {
        position: relative;
    }
}

.header .width-wrap {
    height: 85px;
    padding: 0 60px;
}

@media screen and (max-width: 1023px) {
    .header .width-wrap {
        display: none;
        padding-top: 30px;
        padding-bototm: 30px;
    }
}
@media screen and (max-width: 765px) {
    .header .width-wrap {
        height: auto;
        background: #14ade0;
        padding-bottom: 20px;
    }
}

.header__logo {
    display: inline-block;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
}

@media screen and (max-width: 1023px) {
    .header__logo {
        display: block;
        text-align: center;
        margin-bottom: 20px;
    }
}

.header__mobile {
    display: none;
    background: #14ade0;
}

.header__hamburger {
    display: block;
    width: 28px;
    height: 20px;
    position: relative;
}

.header__hamburger:before,
.header__hamburger:after,
.header__hamburger span {
    position: absolute;
    content: "";
    width: 28px;
    height: 2px;
    background: #fff;
    transition: all 0.2s ease-in-out;
    opacity: 1;
    left: 50%;
    top: 50%;
}

.header__hamburger:before {
    transform: translate(-50%, -10px);
}

.header__hamburger:after {
    transform: translate(-50%, 8px);
}

.header__hamburger span {
    transform: translate(-50%, -50%);
}

.header.open .header__hamburger:before{
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%) rotate(45deg);
}
.header.open .header__hamburger:after{
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%) rotate(-45deg);
}
.header.open .header__hamburger span{
    opacity: 0;
}

@media screen and (max-width: 1023px) {
    .header__mobile {
        display: block;
        padding: 20px 40px;
        text-align: right;
        height: 62px;
    }

    .header__hamburger {
        display: inline-block;
    }
}
@media screen and (max-width: 765px) {
    .header__mobile {
        padding: 20px
    }
}

.header_nav {
    display: inline-block;
}

.header_nav ul li {
    display: inline-block;
    margin-left: 30px;
}

.header_nav ul li a {
    font-size: 16px;
    line-height: 34px;
    font-weight: 500;
    color: #fff;
}

.header_nav ul li a.button{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #f0b105;
    border-radius: 10px;
    width: 130px;
    height: 34px;
    font-size: 12px;
    transition: all 0.2s ease-in-out;
}

.header_nav ul li a.button:hover{
    background: #e09b1b;
}

@media screen and (max-width: 1023px) {
    .header_nav {
        display: block;
    }

    .header_nav ul li {
        display: block;
        margin: 0 auto 10px;
        text-align: center;
    }
}

/* loan */

.loan {
    background: url("../img/bg1.png") no-repeat 50% 55%;
    background-size: cover;
    padding: 200px 0 80px;
}

@media screen and (max-width: 1240px) {
    .loan {
        padding: 130px 0 90px;
    }
}

@media screen and (max-width: 1023px) {
    .loan {
        padding: 80px 0 50px;
        text-align: center;
    }
}

@media screen and (max-width: 765px) {
    .loan {
        background: url("../img/bg1.png") no-repeat 50% 100%;
        background-size: cover;
        padding: 70px 0 140px;
    }
}

.loan__content {
    display: inline-block;
    max-width: 725px;
    margin-left: 80px;
    text-align: left;
}

@media screen and (max-width: 1240px) {
    .loan__content {
        margin-left: 00px;
    }
}

@media screen and (max-width: 1023px) {
    .loan__content {
        max-width: 360px;
    }
}

@media screen and (max-width: 765px) {
    .loan__content {
        max-width: 300px;
        margin: 0 auto 30px;
        padding-left: 0;
    }
}

.loan__content h1 {
    margin-bottom: 20px;
    color: #fff;
}

.loan__content p {
    color: #fff;
    font-size: 25px;
    margin-bottom: 20px;
}

@media screen and (max-width: 1023px) {
    .loan__content p {
        font-size: 17px;
        margin-bottom: 20px;
    }
}

.loan__content .btn {
    width: 300px;
    height: 55px;
    background: #f0b105;
    border: 1px solid #f0b105;
    border-radius: 10px;
    font-weight: 600;
    font-size: 20px;
    transition: all 0.2s ease-in-out;
    color: #fff;
}

.loan__content .btn:hover {
    background: #e09b1b;
    border: 1px solid #e09b1b;
}

.loan__img{
    display: inline-block;
    width: 274px;
    transform: translate(-37px, -34px);
}

@media screen and (max-width: 1240px) {
    .loan__img{
        display: inline-block;
        width: 200px;
    }
}

@media screen and (max-width: 1023px) {
    .loan__img{
        display: inline-block;
        width: 170px;
    }
}

@media screen and (max-width: 765px) {
    .loan__img{
        display: block;
        margin: 0 auto;
        transform: none;
    }
}

/* choose */

.choose {
    padding: 20px 0 90px;
}

@media screen and (max-width: 765px) {
    .choose {
        padding: 70px 0;
    }
}

.choose h2 {
    text-align: center;
    margin-bottom: 30px;
}

.choose__list {
    display: flex;
    justify-content: space-between;
}

@media screen and (max-width: 1023px) {
    .choose__list {
        display: block;
    }
}

.choose__list li {
    display: inline-block;
    width: calc(33.3% - 30px);
}

@media screen and (max-width: 1023px) {
    .choose__list li {
        display: block;
        width: 100%;
        margin-bottom: 30px;
        text-align: left;
    }
}

.choose__list li img {
    display: block;
    max-height: 85px;
    margin-bottom: 23px;
}

.choose__list li span {
    display: block;
    font-size: 22px;
    line-height: 1.35;
    margin-bottom: 20px;
}

.choose__list li p {
    display: block;
}

/* rating */

.rating {
    //background: #f2f2f2;
    padding: 90px 0;
}

@media screen and (max-width: 765px) {
    .rating {
        padding: 30px 0 70px;
    }
}

.rating h2 {
    text-align: center;
    margin-bottom: 30px;
}

.rating__item {
    position: relative;
    border: 1px solid #c7c5c5;
    padding: 24px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 27px;
}

@media screen and (max-width: 1240px) {
    .rating__item {
        display: grid;
        align-items: flex-start;
        grid-template-columns: 50% 50%;
        max-width: 710px;
        margin: 0 auto;
        border: none;
        border-top: 2px solid #c7c5c5;
    }
}
@media screen and (max-width: 765px) {
    .rating__item {
        grid-template-columns: 100%;
        border-top: 1px solid #c7c5c5;
        padding: 24px 0;
    }
}

.rating__ribbon {
    position: absolute;
    top: -8px;
    left: -9px;
    right: auto;
    background: #3dca72;
    color: #fff;
    text-transform: lowercase;
    font-size: 14px;
    text-align: center;
    line-height: 23px;
    width: 156px;
}

@media screen and (max-width: 1240px) {
    .rating__ribbon {
        right: -30px;
        top: 4px;
        left: auto;
    }
}

.rating__img {
    display: inline-flex;
    align-items: center;
    width: 160px;
}

@media screen and (max-width: 1240px) {
    .rating__img {
        width: 100%;
        grid-column-start: 2;
        grid-column-end: 3;
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 1023px) {
    .rating__img {
        width: 100%;
        grid-column-start: 2;
        grid-column-end: 3;
        grid-row-start: 1;
        grid-row-end: 3;
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 765px) {
    .rating__img {
        width: auto;
        grid-column-start: 1;
        grid-column-end: 2;
        grid-row-start: 1;
        grid-row-end: 2;
        margin: 20px;
    }
}

.rating__img img {
    max-width: 160px;
}

@media screen and (max-width: 1240px) {
    .rating__img img {
        max-width: 100%;
        width: 100%;
    }
}

.rating .button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    width: 200px;
    height: 45px;
    background: #ffc400;
    transition: all 0.2s ease-in-out;
}

.rating .button:hover{
    background: #e09b1b;
}

@media screen and (max-width: 1240px) {
    .rating .button {
        grid-column-start: 2;
        grid-column-end: 3;
        grid-row-start: 3;
        grid-row-end: 4;
        width: 100%;
    }
}
@media screen and (max-width: 765px) {
    .rating .button {
        grid-column-start: 1;
        grid-column-end: 2;
        grid-row-start: 4;
        grid-row-end: 5;
        margin:  0 24px;
        width: auto;
    }
}

.rating__content {
    display: none;
}

@media screen and (max-width: 1240px) {
    .rating__content {
        display: block;
        grid-column-start: 1;
        grid-column-end: 2;
        grid-row-start: 1;
        grid-row-end: 2;
    }

    .rating__content .ratingOffer__title {
        font-size: 29px;
        font-weight: 500;
        color: #092d4b;
        margin: 0 24px
    }
}

@media screen and (max-width: 1023px) {
    .rating__content .ratingOffer__title {
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 765px) {
    .rating__content {
        display: block;
        grid-column-start: 1;
        grid-column-end: 2;
        grid-row-start: 2;
        grid-row-end: 3;
    }
}

.rating .list {
    display: inline-flex;
    align-items: stretch;
/ / border-right: 1 px solid #c7c5c5;
    border-left: 1px solid #c7c5c5;
    width: calc(100% - 430px);
}

@media screen and (max-width: 1240px) {
    .rating .list {
        display: flex;
        grid-column-start: 1;
        grid-column-end: 3;
        grid-row-start: 2;
        grid-row-end: 3;
        width: auto;
        border: none;
    }
}
@media screen and (max-width: 1023px) {
    .rating .list {
        display: block;
        grid-column-start: 1;
        grid-column-end: 2;
        grid-row-start: 2;
        grid-row-end: 3;
        width: auto;
        border: none;
        padding-right: 30px;
    }
}
@media screen and (max-width: 765px) {
    .rating .list {
        grid-column-start: 1;
        grid-column-end: 2;
        grid-row-start: 3;
        grid-row-end: 4;
        padding-right: 0;
        margin-bottom: 20px;
    }
}

.rating .list .list__col {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    width: 50%;
    border-right: 1px solid #c7c5c5;
    padding: 0 20px;
}

.rating .list .list__col.list__item {
    text-align: center;
    justify-content: center;
}

.rating .list .list__col .list__item {
    display: flex;
    width: 100%;
    position: relative;
    justify-content: space-between;
}

.rating .list .list__col .list__item:before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: 4px;
    border-bottom: 2px dotted #c7c5c5;
}

@media screen and (max-width: 1240px) {
    .rating .list .list__item.list__col {
        display: inline-flex;
        width: 25%;
    }

    .rating .list .list__col {
        border: none;
        display: inline-flex;
        width: 50%;
        padding: 0;
    }

    .rating .list .list__col .list__item {
        display: inline-flex;
        width: 49% !important;
    }

    .list__item {
        flex-direction: column-reverse;
        justify-content: flex-start;
        text-align: left;
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 1023px) {
    .rating .list .list__item.list__col,
    .rating .list .list__col .list__item,
    .list__item {
        display: flex;
        flex-wrap: wrap;
        width: 100% !important;
        justify-content: space-between;
        margin-bottom: 10px;
        flex-direction: row;
        position: relative;
    }

    .rating .list .list__item.list__col:before {
        position: absolute;
        content: "";
        left: 0;
        right: 0;
        bottom: 4px;
        border-bottom: 2px dotted #c7c5c5;
    }

    .rating .list .list__col {
        display: block;
        width: 100%;
    }
}

.rating .list .list__col div.list__text {
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 300;
    color: rgb(65, 65, 65);
    text-align: center;
    margin-bottom: 5px;
}

.rating .list .list__col div.list__value {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 17px;
    font-weight: 500;
}

.rating .list .list__col .list__item div.list__text,
.rating .list .list__col .list__item div.list__value {
    display: inline-block;
    width: auto;
    position: relative;
    z-index: 5;
    background: #f2f2f2;
    line-height: 22px !important;
    margin-bottom: 0;
}

.rating .list .list__col .list__item div.list__text {
    padding-right: 3px;
}

.rating .list .list__col .list__item div.list__value {
    padding-left: 3px;
}

@media screen and (max-width: 1240px) {
    .rating .list .list__col div.list__text,
    .rating .list .list__col div.list__value,
    .rating .list .list__col .list__item div.list__text,
    .rating .list .list__col .list__item div.list__value {
        text-align: left;
        padding: 0;
        line-height: 1.5 !important;
    }

    .rating .list .list__col div.list__value,
    .rating .list .list__col div.list__value span,
    .rating .list .list__col .list__item div.list__value,
    .rating .list .list__col .list__item div.list__value span {
        font-size: 20px !important;
        font-weight: 400;
    }

    .rating .list .list__col div.list__text,
    .rating .list .list__col .list__item div.list__text {
        font-size: 15px !important;
        font-weight: 400;
    }
}

@media screen and (max-width: 1023px) {
    .rating .list .list__col div.list__text,
    .rating .list .list__col div.list__value,
    .rating .list .list__col .list__item div.list__text,
    .rating .list .list__col .list__item div.list__value {
        display: inline-block;
        width: auto;
        background: #f2f2f2;
        position: relative;
        z-index: 5;
        line-height: 30px !important;
        margin-bottom: 0;
    }

    .rating .list .list__col div.list__text {
        padding-right: 4px;
    }

    .rating .list .list__col div.list__value {
        padding-left: 4px;
    }
}

/* about */

.about {
    padding: 50px 0 75px;
}

@media screen and (max-width: 1023px) {
    .about .mob{
        display: flex;
        align-items: center;
    }
}
@media screen and (max-width: 765px) {
    .about .mob{
        display: block;
    }
}

.about h2 {
    text-align: center;
    margin-bottom: 30px;
}

.about__content{
    display: inline-block;
    width: 740px;
    padding-top: 60px;
}

@media screen and (max-width: 1240px) {
    .about__content{
        width: 650px;
    }
}

@media screen and (max-width: 1023px) {
    .about__content{
        width: 350px;
    }
}

@media screen and (max-width: 765px) {
    .about__content{
        width: 100%;
        margin-bottom: 30px;
    }
}

.about p {
    font-size: 22px;
    margin-bottom: 30px;
}

.about p:last-child {
    margin-bottom: 0;
}

.about__img{
    display: inline-block;
    width: 360px;
    transform: translate(40px, -19px);
}

@media screen and (max-width: 1240px) {
    .about__img{
        width: 250px;
    }
}

@media screen and (max-width: 765px) {
    .about__img{
        width: 335px;
        transform: translate(0, 0);
        display: block;
        margin: 0 auto;
    }
}

.footer {
    background: #e6e8eb;
    padding: 90px 0;
}

.footer h3 {
    margin-bottom: 20px;
}

.footer a,
.footer p {
    display: block;
    margin-bottom: 20px;
    text-align: center;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 1px;
    opacity: 0.7;
}

.footer p:Last-child {
    margin-bottom: 0;
}