@charset "UTF-8";

body, html {
    min-width: 320px;
}

a, a:visited {
    color: #178CCD;
    text-decoration: none;
    cursor: pointer;
}

a:hover {
    color: #126d9f;
    text-decoration: underline;
}

figure img {
    max-width: 100%;
}

.subMenu {
    list-style: none;
    padding: 0;
}

.subMenu-icon {
    color: #AEAEAE;
    font-weight: 500;
    font-size: 14px;
    line-height: 27px;
}

.subMenu-toggle.active .subMenu-show::after {
    content: "";
    display: block;
    margin: 0 auto;
    background: url("../images/icon/menu-toggle.svg") no-repeat;
    background-size: contain;
    width: 10px;
    height: 7px;
    bottom: 23px;
}

.subMenu-toggle:not(.active) .subMenu-show::after {
    content: "";
    display: block;
    margin: 0 auto;
    background: url("../images/icon/menu-toggle-light.svg") no-repeat;
    background-size: contain;
    width: 10px;
    height: 7px;
    bottom: 23px;
}

@media (min-width: 768px) and (max-width: 1024px) {
    .subMenu-toggle.active .subMenu-show::after,
    .subMenu-toggle:not(.active) .subMenu-show::after {
        left: 50%;
        top: 100%;
        margin-top: -15px;
        margin-left: -5px;
    }
}

.nav-link {
    padding: 0 0;
}

.nav-link:hover {
    cursor: pointer;
}

.nav-link:hover::after {
    cursor: pointer;
}

.navbar-nav .nav-item {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
}

.navbar-nav .nav-item.active .nav-link:not(.subMenu-link) {
    color: #444444;
    font-weight: bold;
}

.navbar-light .navbar-nav .nav-link {
    position: relative;
    font-weight: 500;
    font-size: 15px;
    line-height: 27px;
    color: #686868;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: font-size 0.3s linear, -webkit-transform 0.3s linear;
    transition: font-size 0.3s linear, -webkit-transform 0.3s linear;
    transition: font-size 0.3s linear, transform 0.3s linear;
    transition: font-size 0.3s linear, transform 0.3s linear, -webkit-transform 0.3s linear;
}

.navbar-light .navbar-nav .subMenu-link {
    font-weight: 500;
    font-size: 14px;
    line-height: 27px;
    color: #AEAEAE;
    padding-bottom: 0;
    white-space: nowrap;
}

@media (max-width: 767px) {
    .dropdown-toggle {
        display: -webkit-box;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        -webkit-box-align: center;
        align-items: center;
    }
}

@media (min-width: 768px) {
    .navbar-light .navbar-nav .nav-link {
        height: 100%;
        display: inline-block;
        display: flex;
        -webkit-box-align: center;
        align-items: center;
        line-height: 14px;
        font-weight: 500;
        color: #B3B3B3;
    }

    .navbar-light .navbar-nav .nav-link.subMenu-link {
        height: 36px;
        width: 100%;
        -webkit-box-pack: center;
        justify-content: center;
    }

    .navbar-light .navbar-nav .nav-link.subMenu-link--active {
        background-color: #7FCEF0;
        color: #FFFFFF;
    }

    .subMenu-toggle {
        position: relative;
    }

    .subMenu-nav {
        min-width: calc(100% + 80px);
        position: absolute;
        top: 48px;
        left: 50%;
        box-shadow: 0px 4px 10px #E9E9E9;
        -webkit-transform: translate(-50%, 0);
        -moz-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        -o-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }

    .subMenu {
        background-color: #fff;
        border-radius: 10px;
    }

    .subMenu-show {
        position: relative;
    }

    .subMenu-show::after {
        content: "";
        position: absolute;
        right: -18px;
        margin: 0 auto;
    }
}

@media (min-width: 768px) and (max-width: 990px) {
    .navbar-light .navbar-nav .nav-link {
        font-size: 11px;
    }

    .subMenu-toggle.active .subMenu-show::after {
        width: 8px;
        height: 7px;
    }

    .subMenu-toggle:not(.active) .subMenu-show::after {
        width: 8px;
        height: 7px;
    }

    .subMenu-show::after {
        right: -12px;
    }
}

@media (min-width: 991px) {
    .navbar-light .navbar-nav .nav-link {
        font-size: 12px;
    }
}

p {
    margin-bottom: 0;
}

h1 {
    font-weight: 500;
    font-size: 1.125rem;
    line-height: 19px;
    color: #444444;
}

h2 {
    font-weight: 500;
    font-size: 1.125rem;
    line-height: 1.313rem;
    color: #444444;
    margin-bottom: 0;
}

h1.heading--accent,
h2.heading--accent {
    color: #168CCC;
}

h3 {
    font-weight: 500;
    font-size: 25px;
    line-height: 29px;
    color: #444444;
}

h4, h4 a, h4 a:visited {
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    color: #5C5C5C;
}

h5 {
    font-weight: 500;
    font-size: 12px;
    line-height: 21px;
    color: #444444;
    margin-bottom: 5px;
}

.ico-32 {
    display: block;
    width: 32px;
    height: 32px;
    background: transparent url("../../img/ico-32.png") no-repeat 50% 0;
}
.ico-32.fb { background-position: 50% 0; }

.info__text {
    font-size: 16px;
    line-height: 20px;
    color: #444444;
}

.info__text--bold {
    font-weight: 500;
}

.info a.info__link {
    color: #178CCD;
    font-size: 16px;
}

.post__list {
    padding: 15px 15px 18px;
}

.post__list .info__list,
.post__list ul {
    margin-left: 19px;
}

.post__list .info__link {
    font-size: 12px;
    line-height: 18px;
    text-decoration: underline;
}

.post__list .info__list--illustrated .info__itemText {
    width: inherit;
}

.post__item {
    font-weight: normal;
    font-size: 14px;
    line-height: 21px;
    color: #1E1D1B;
    margin-bottom: 35px;
}

.post__item--medium {
    line-height: 21px;
    color: #444444;
}

.post__item--big {
    font-size: 14px;
    line-height: 21px;
    color: #444444;
}

.post__item h2 {
    margin-bottom: 11px;
    color: #168CCC;
}

.post__item a {
    text-decoration: underline;
}
.post__item a:hover {
    text-decoration: none;
}
.post__item p {
    margin: 0 0 20px 0;
}
.post__item p:last-child {
    margin: 0 0 0 0;
}
.post__item p + h2 {
    padding-top: 20px;
}
.post__item p img {
    max-width: 100%;
    height: auto;
}
.post__item iframe {
    max-width: 100%;
}
@media (max-width: 768px) {
    .post__item iframe {
        height: auto;
    }
}

.post__info {
    margin-bottom: 18px;
}

.post__info--sub {
    display: inline-block;
}

.loan-options .info__links {
    list-style: none;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
}

.loan-options .info__item {
    flex-shrink: 0;
    width: 50%;
}

.loan-options .info__item[data-name="cashinsky"] {
    -webkit-box-ordinal-group: 9;
    order: 8;
}

.loan-options .info__item[data-name="cashinsky"] a::before {
    background: url("../images/icon/cashinsky.png") no-repeat center;
}

.loan-options .info__item[data-name="loanForMonth"] {
    -webkit-box-ordinal-group: 8;
    order: 7;
}

.loan-options .info__item[data-name="loanForMonth"] a::before {
    background: url("../images/icon/month.png") no-repeat center;
}

.loan-options .info__item[data-name="cashBerry"] {
    -webkit-box-ordinal-group: 7;
    order: 6;
}

.loan-options .info__item[data-name="cashBerry"] a::before {
    background: url("../images/icon/cashberry.png") no-repeat center;
}

.loan-options .info__item[data-name="loanForWeeks"] {
    -webkit-box-ordinal-group: 6;
    order: 5;
}

.loan-options .info__item[data-name="loanForWeeks"] a::before {
    background: url("../images/icon/year.png") no-repeat center;
}

.loan-options .info__item[data-name="cashLoans"] {
    -webkit-box-ordinal-group: 5;
    order: 4;
    margin-bottom: 22px;
}

.loan-options .info__item[data-name="cashLoans"] a::before {
    background: url("../images/icon/coins2.png") no-repeat center;
}

.loan-options .info__item[data-name="loan10000"] {
    -webkit-box-ordinal-group: 4;
    order: 3;
    margin-bottom: 22px;
}

.loan-options .info__item[data-name="loan10000"] a::before {
    background: url("../images/icon/coins.png") no-repeat center;
}

.loan-options .info__item[data-name="cardLoans"] {
    -webkit-box-ordinal-group: 2;
    order: 1;
}

.loan-options .info__item[data-name="cardLoans"] a::before {
    background: url("../images/icon/card.png") no-repeat center;
}

.loan-options .info__item[data-name="loan5000"] {
    -webkit-box-ordinal-group: 1;
    order: 0;
}

.loan-options .info__item[data-name="loan5000"] a::before {
    background: url("../images/icon/coins.png") no-repeat center;
}

.loan-options .info__link {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    text-decoration: none;
}

.loan-options .info__link::before {
    content: "";
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    width: 24px;
    height: 24px;
    text-decoration: none;
    margin-right: 15px;
}

.loan-options .info__link::after {
    display: none;
}

.loan-options .info__link span {
    position: relative;
}

.loan-options .info__link span::after {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #178CCD;
    position: absolute;
    left: 0;
    bottom: 2px;
}

.post__list {
    padding: 30px 5% 1px;
    box-shadow: 0px 4px 10px #E9E9E9;
    border-radius: 10px;
    background-color: #FFFFFF;
}

.post__list .info__list {
    margin-bottom: 23px;
}

.post__list .info__list--illustrated {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    list-style: none;
    margin-left: 0;
    margin-top: 30px;
    margin-bottom: 50px;
}

.post__list .info__list--illustrated .info__item {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    width: 120px;
}

.post__list .info__link {
    font-size: 14px;
    line-height: 21px;
}

.post__list .info__itemImg {
    width: 90px;
    height: 90px;
    background-size: contain;
}

.post__list .info__itemText {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #444444;
    text-align: center;
    word-break: break-word;
    word-wrap: break-word;
    margin-top: 27px;
}

.post__list .info__item--email {
    background: url("../images/icon/email.svg") no-repeat center;
}

.post__list .info__item--passport {
    background: url("../images/icon/passport.svg") no-repeat center;
}

.post__list .info__item--fax {
    background: url("../images/icon/fax.svg") no-repeat center;
}

.post__list .info__item--smartphone {
    background: url("../images/icon/smartphone.svg") no-repeat center;
}

.post__list .info__item--blogging {
    background: url("../images/icon/blogging.svg") no-repeat center;
}

.post__list .info__item--creditCard {
    background: url("../images/icon/creditCard.svg") no-repeat center;
}

.post__list .info__item {
    margin-bottom: 0;
}

.post__list .showMore {
    display: block;
    margin: 0 auto;
    background-color: transparent;
    border: none;
    outline: none;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    text-decoration: underline;
    color: #444444;
}

.post__list button {
    background: #FF696A;
    border-color: #FF696A;
    font-weight: bold;
    width: 100%;
    height: 69px;
    font-size: 25px;
    line-height: 29px;
    margin: 42px 0 0;
}

.post__list button:hover {
    background: #ff5051;
    border-color: #ff5051;
}

.post__list .btn-primary:not(:disabled):not(.disabled).active, .post__list .btn-primary:not(:disabled):not(.disabled):active, .post__list .show > .btn-primary.dropdown-toggle {
    background: #FF696A;
    border-color: #FF696A;
}

.post__item:not(:last-of-type) {
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 45px;
}

.post__item h1,
.post__item h2 {
    margin-bottom: 20px;
}

.post__info {
    margin-bottom: 20px;
}

.post__info--row {
    display: block;
}

@media (max-width: 992px) {
    h3 {
        font-weight: 500;
        font-size: 18px;
        line-height: 21px;
    }

    .post__list {
        margin-bottom: 30px;
        padding: 10px 4.9% 12px 5%;
    }

    .post__list .info__list--illustrated {
        flex-wrap: wrap;
        -webkit-box-pack: start;
        justify-content: flex-start;
    }

    .post__list h2 {
        margin-bottom: 15px;
    }

    .post__list .info__link {
        font-weight: normal;
        font-size: 12px;
        line-height: 18px;
    }

    .post__list .info__link::after {
        bottom: 1px;
    }

    .post__list .info__item {
        font-weight: normal;
        font-size: 12px;
        line-height: 18px;
    }

    .loan-options .info__links {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
    }

    .loan-options .info__item {
        width: 100%;
    }

    .loan-options .info__item[data-name="cashinsky"] {
        -webkit-box-ordinal-group: 8;
        order: 7;
    }

    .loan-options .info__item[data-name="loanForMonth"] {
        -webkit-box-ordinal-group: 6;
        order: 5;
    }

    .loan-options .info__item[data-name="cashBerry"] {
        -webkit-box-ordinal-group: 7;
        order: 6;
    }

    .loan-options .info__item[data-name="loanForWeeks"] {
        -webkit-box-ordinal-group: 5;
        order: 4;
    }

    .loan-options .info__item[data-name="cashLoans"] {
        -webkit-box-ordinal-group: 4;
        order: 3;
    }

    .loan-options .info__item[data-name="loan10000"] {
        -webkit-box-ordinal-group: 2;
        order: 1;
    }

    .loan-options .info__item[data-name="cardLoans"] {
        -webkit-box-ordinal-group: 3;
        order: 2;
    }

    .loan-options .info__item[data-name="loan5000"] {
        -webkit-box-ordinal-group: 1;
        order: 0;
    }

    .post__list ul,
    .post__list .info__list {
        margin-bottom: 20px;
    }

    .post__list .info__list--illustrated .info__item {
        width: 50%;
    }

    .post__info {
        font-weight: normal;
        font-size: 12px;
        line-height: 18px;
        margin-bottom: 15px;
    }

    .post__info--row {
        display: inline-block;
    }

    .post__item:not(:last-of-type) {
        margin-bottom: 35px;
    }

    .post__item.post__item--medium {
        margin-bottom: 30px;
    }

    .post__item--medium .post__info {
        font-weight: normal;
        font-size: 12px;
        line-height: 21px;
        margin-bottom: 20px;
    }

    .post__item--big .info__item {
        font-weight: normal;
        font-size: 14px;
        line-height: 21px;
    }
}

@media (min-width: 768px) {
    .info__text {
        font-size: 22px;
        line-height: 30px;
    }

    .info a.info__link {
        font-size: 19px;
    }

    h1 {
        font-weight: bold;
        font-size: 35px;
        line-height: 41px;
        color: #454545;
    }

    h1.heading--accent {
        font-weight: 500;
        font-size: 1.875rem;
    }

    h2 {
        font-size: 1.875rem;
        line-height: 2.188rem;
    }

    h5 {
        font-size: 14px;
        line-height: 21px;
    }
}

@media (max-width: 991px) {
    .info a.info__link {
        text-decoration: underline;
    }

    .post__list .info__list--illustrated .info__itemText {
        width: initial;
    }
}

main {
    position: relative;
    z-index: 222;
}

main.container {
    padding: 0;
}

section:not(:first-of-type) {
    background: #FFFFFF;
    box-shadow: 0px 4px 10px #E9E9E9;
    border-radius: 10px;
}

.loan-rating {
    background: #FFFFFF;
    box-shadow: 0px 4px 10px #E9E9E9;
    border-radius: 0px 0px 10px 10px;
    padding: 19px 15px 0px;
    margin-bottom: 30px;
}

.info__link {
    color: #178CCD;
    position: relative;
    -webkit-transition: color 0.3s linear;
    transition: color 0.3s linear;
    text-decoration: underline;
}

.info__link:hover {
    text-decoration: none;
    cursor: pointer;
}

.info .info__column .info__link:hover {
    color: #126d9f;
}

.loan-terms {
    padding-left: 26px;
    padding-top: 26px;
}

.loan-terms .info__links {
    list-style: none;
    margin-top: 12px;
    padding-bottom: 25px;
}

.loan-terms .info__item {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

.loan-terms .info__item::before {
    content: "";
    width: 24px;
    height: 24px;
    display: -webkit-box;
    display: flex;
    margin-right: 15px;
    background-size: contain;
}

.loan-terms .info__item[data-name="age18"]::before {
    background: url("../images/icon/age.png") no-repeat center;
}

.loan-terms .info__item[data-name="quickLoan"]::before {
    background: url("../images/icon/clock.png") no-repeat center;
}

.loan-terms .info__item[data-name="loan10000"]::before {
    background: url("../images/icon/coins.png") no-repeat center;
}

.loan-terms .info__item[data-name="loan3000"]::before {
    background: url("../images/icon/coins.png") no-repeat center;
}

.loan-terms .info__item[data-name="loanCash"]::before {
    background: url("../images/icon/coins2.png") no-repeat center;
}

.loan-terms .info__item[data-name="loanCard"]::before {
    background: url("../images/icon/card.png") no-repeat center;
}

.loan-terms .info__item[data-name="loanMonth"]::before {
    background: url("../images/icon/year.png") no-repeat center;
}

.loan-terms .info__item[data-name="loanForYear"]::before {
    background: url("../images/icon/month.png") no-repeat center;
}

.info__item a {
    font-size: 1.125rem;
    line-height: 1.313rem;
}

.post__list {
    margin-top: 30px;
}

.documents {
    margin: 30px auto;
}

.documents__list {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: end;
    align-items: flex-end;
    -webkit-box-pack: start;
    justify-content: flex-start;
}

.documents__list img {
    width: 123px;
    height: 174px;
    flex-shrink: 0;
}

section.cardsMin {
    background-color: transparent;
    box-shadow: none;
}

.cardsMin__list {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.post__loan {
    padding-right: 3.5%;
    padding-bottom: 35px;
}

.post__loan h2 {
    margin-bottom: 17px;
}

.post__loan button {
    margin: 46px 0 0;
}

.post__loan .post__item:nth-of-type(3) {
    margin-bottom: 50px;
}

.post__loan .post__item:nth-of-type(3) .info__item:nth-of-type(2), .post__loan .post__item:nth-of-type(3) .info__item:nth-of-type(3) {
    list-style: none;
}

.post__loan .post__item:nth-of-type(3) .post__info {
    margin-bottom: 15px;
    padding-left: 18px;
}

.post__loan .post__item:not(:last-of-type) {
    margin-bottom: 45px;
}

.post__loan .post__item:last-of-type {
    margin-bottom: 28px;
}

.post__loan .post__item--big h2 {
    margin-bottom: 22px;
}

.post__loan .info__item:not(:last-of-type) {
    margin-bottom: 10px;
}

.post__loan .info__item:last-of-type span {
    display: block;
}

.documents {
    padding: 30px 3.75% 0 3.75%;
}

.documents__video {
    border-radius: 10px;
    width: 265px;
    overflow: hidden;
    line-height: 0;
}
.documents__video iframe {
    max-width: 100%;
    max-height: 190px;
}

.documents__list {
    margin-top: 27px;
    padding-left: 1%;
    padding-bottom: 45px;
}

.documents__images {
    display: -webkit-box;
    display: flex;
    width: 512px;
    margin-left: 10px;
}

.documents__item:not(:last-of-type) {
    margin-right: 10px;
}

section.cardsdMin {
    background: transparent;
    box-shadow: none;
}

.cardsMin {
    padding-top: 10px;
    margin-bottom: 33px;
}

.cardsMin h3 {
    margin-bottom: 25px;
}

.cardsMin .getMoney.getMoney--minimal {
    margin: 0 auto;
}

.loan-options {
    padding: 22px 0 0 2.75%;
    margin-bottom: 60px;
}

.loan-options .info__links {
    margin-top: 22px;
}

.loan-options .info__item {
    width: 36.5%;
}

footer {
    position: relative;
    z-index: 333;
}

.range__rating {
    padding: 24px 3.4% 0;
    background: #FFFFFF;
    box-shadow: 0px 4px 10px #E9E9E9;
    border-radius: 0px 0px 10px 10px;
}

.range__rating h2 {
    font-weight: normal;
}
.range__rating h1 {
    font-weight: normal;
    font-size: 1.875rem;
    line-height: 2.188rem;
}

section.cardsList {
    margin-top: 40px;
    background: #F4FBFF;
    box-shadow: none;
}
section.cardsList > p {
    margin: 0;
}

@media (max-width: 992px) {
    .loan-terms .info__item:not(:last-of-type) {
        margin-bottom: 15px;
    }

    .loan-terms .info__item:nth-of-type(even):not(:last-of-type) {
        margin-bottom: 25px;
    }

    .documents {
        padding: 19px 3.75% 0 3.75%;
        margin: 18px auto 10px;
    }

    .documents__list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        -webkit-box-align: center;
        align-items: center;
        margin-top: 15px;
        width: 100%;
        padding-bottom: 32px;
    }

    .documents__images {
        width: 100%;
        overflow-x: auto;
        margin-top: 20px;
        margin-left: 0;
        height: 200px;
    }

    .documents__video {
        max-width: 300px;
        width: 100%;
    }

    .cardsMin {
        margin-bottom: 0;
    }

    .cardsMin h3 {
        margin-bottom: 0;
        padding: 10px 5% 0;
    }

    .cardsMin .getMoney.getMoney--minimal {
        margin: 10px auto 18px;
    }

    .post__loan {
        padding: 18px 4.5% 1px 5%;
        margin-bottom: 0;
    }

    .post__loan h2 {
        margin-bottom: 0;
    }

    .post__loan .post__item--big .info__item {
        font-weight: normal;
        font-size: 12px;
        line-height: 21px;
    }

    .post__loan .post__item--big .info__item:last-of-type span {
        display: inline-block;
    }

    .post__loan .info__list--illustrated {
        margin-top: 10px;
        margin-bottom: 23px;
    }

    .post__loan .info__list--illustrated .info__item:not(:first-of-type) {
        margin-bottom: 30px;
    }

    .post__loan .post__item:nth-of-type(3) .info__item {
        margin-bottom: 5px;
    }

    .post__loan .info__itemText {
        margin-top: 15px;
    }

    .post__loan .info__itemText {
        padding-right: 20px;
        margin-left: 20px;
    }

    .post__loan .post__item h2 {
        margin-bottom: 15px;
    }

    .post__loan .post__item:not(:first-of-type), .post__loan .post__item:not(:last-of-type) {
        margin-bottom: 22px;
    }

    .post__loan .post__item:nth-of-type(3) {
        margin-bottom: 22px;
    }

    .post__loan .post__item:nth-of-type(3) .info__list {
        margin-bottom: 5px;
    }

    .post__loan .post__item:nth-of-type(4) {
        margin-bottom: 27px;
    }

    .post__loan .post__item:nth-of-type(4) .info__list {
        margin-top: 2px;
        margin-bottom: 0px;
    }

    .post__loan .post__item:nth-of-type(4) .info__list .info__item:not(:last-of-type) {
        margin-bottom: 2px;
    }

    .post__loan .post__item:nth-of-type(5) h2 {
        margin-bottom: 12px;
    }

    .post__loan .post__item:nth-of-type(5) .info__list .info__item:not(:last-of-type) {
        margin-bottom: 4px;
    }

    .post__loan .post__item:nth-of-type(2) h2 {
        padding-right: 10px;
    }

    .post__loan .post__item:nth-of-type(3) {
        padding-top: 10px;
    }

    .post__loan .post__item:nth-of-type(3) .post__info {
        padding-left: 0;
        margin-bottom: 0;
    }

    .post__loan .post__item:nth-of-type(4) h2 {
        margin-bottom: 7px;
    }

    .post__loan .post__item:nth-of-type(4) p {
        margin-bottom: 0;
    }

    .post__loan .post__item:last-of-type {
        margin-bottom: 9px;
    }

    .post__loan .post__info,
    .post__loan .info__list {
        font-weight: normal;
        font-size: 12px;
        line-height: 21px;
    }

    .post__list button {
        font-size: 14px;
        line-height: 16px;
        height: 38px;
        margin: 30px 0 18px;
    }

    .loan-options {
        margin: 28px 5%;
        padding: 22px 0 5px 7.5%;
    }

    .loan-options .info__item {
        width: 100%;
        margin-bottom: 10px;
    }

    .loan-options .info__item[data-name="cashLoans"] {
        margin-bottom: 40px;
    }

    .loan-options .info__item[data-name="loanForMonth"] {
        margin-bottom: 28px;
    }

    .range__rating h2 {
        font-weight: normal;
        font-size: 23px;
        line-height: 23px;
        color: #444444;
    }

    .range__rating .range__currentValue {
        font-size: 34px;
        line-height: 50px;
    }

    .range__rating .range__currentHead {
        font-size: 17px;
    }

    .cardsList {
        margin-top: 30px;
    }
}

@media (min-width: 768px) {
    .loan-terms {
        margin-bottom: 26px;
    }

    .loan-terms .info__links {
        margin-top: 18px;
        padding-bottom: 10px;
    }

    .loan-terms .info__item {
        width: 36%;
    }

    .loan-terms .info__item:nth-of-type(1), .loan-terms .info__item:nth-of-type(3) {
        margin-bottom: 14px;
    }

    .loan-terms .info__item:nth-of-type(2), .loan-terms .info__item:nth-of-type(4) {
        margin-bottom: 24px;
    }

    .loan-terms .info__item[data-name="age18"] {
        -webkit-box-ordinal-group: 1;
        order: 0;
    }

    .loan-terms .info__item[data-name="quickLoan"] {
        -webkit-box-ordinal-group: 3;
        order: 2;
    }

    .loan-terms .info__item[data-name="loan10000"] {
        -webkit-box-ordinal-group: 2;
        order: 1;
    }

    .loan-terms .info__item[data-name="loan3000"] {
        -webkit-box-ordinal-group: 4;
        order: 3;
    }

    .loan-terms .info__item[data-name="loanCash"] {
        -webkit-box-ordinal-group: 5;
        order: 4;
    }

    .loan-terms .info__item[data-name="loanCard"] {
        -webkit-box-ordinal-group: 7;
        order: 6;
    }

    .loan-terms .info__item[data-name="loanMonth"] {
        -webkit-box-ordinal-group: 6;
        order: 5;
    }

    .loan-terms .info__item[data-name="loanForYear"] {
        -webkit-box-ordinal-group: 8;
        order: 7;
    }

    .info__links {
        display: -webkit-box;
        display: flex;
        flex-wrap: wrap;
    }

    .info__item {
        margin-bottom: 15px;
    }

    .info__item:nth-of-type(1) {
        -webkit-box-ordinal-group: 1;
        order: 0;
    }

    .info__item:nth-of-type(2) {
        -webkit-box-ordinal-group: 1;
        order: 0;
    }

    .info__item:nth-of-type(3) {
        -webkit-box-ordinal-group: 1;
        order: 0;
    }

    .info__item:nth-of-type(4) {
        -webkit-box-ordinal-group: 1;
        order: 0;
    }

    .info__item:nth-of-type(5) {
        -webkit-box-ordinal-group: 1;
        order: 0;
    }

    .info__item:nth-of-type(6) {
        -webkit-box-ordinal-group: 1;
        order: 0;
    }

    .info__item:nth-of-type(7) {
        -webkit-box-ordinal-group: 1;
        order: 0;
    }

    .info__item:nth-of-type(8) {
        -webkit-box-ordinal-group: 1;
        order: 0;
    }

    aside {
        flex-shrink: 0;
        width: 238px;
        max-width: 238px;
        margin-left: 20px;
    }
}

@media (min-width: 768px) and (max-width: 990px) {
    .loan-terms .info__item {
        width: 100%;
    }
}

@media (max-width: 1199px) {
    .cardsMin__list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
    }

    .documents__video {
        margin-bottom: 15px;
    }

    .documents__list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        -webkit-box-align: center;
        align-items: center;
    }
}

@media (max-width: 991px) {
    section.cardsList {
        margin-top: 30px;
    }

    .cardsList .getMoney__note {
        padding: 5.5px 9.9% 5.5px 6.5%;
    }

    .cardsList .getMoney--approved::after {
        padding: 5.5px 12% 5.5px 21.5%;
    }

    .cardsList .getMoney__column:nth-of-type(2) {
        padding-bottom: 0;
    }
}

@media (min-width: 992px) {
    main {
        display: -webkit-box;
        display: flex;
        -webkit-box-pack: justify;
        justify-content: space-between;
        padding: 0;
    }

    .loan-rating {
        padding: 22px 22px 0 22px;
    }

    .post__loan {
        margin-top: 25px;
        padding-top: 39px;
        padding-left: 5.5%;
    }

    .post__list {
        margin-top: 26px;
    }

    .post__list--advice {
        margin-top: 40px;
    }

    .cardsList {
        margin-bottom: 40px;
    }

    .cardsMin__list .getMoney__column:nth-of-type(2) {
        padding-bottom: 0;
    }

    .cardsMin h3 {
        margin-bottom: 21px;
    }
}

.loan-rating {
    padding-bottom: 5px;
}

.loan-rating .table {
    color: #444444;
    margin-top: 10px;
}

.loan-rating .table thead {
    border-bottom: 2px solid #1BB26A;
}

.loan-rating .table th {
    color: #1BB26A;
    font-weight: 500;
    font-size: 0.75rem;
    line-height: 0.875rem;
    text-transform: uppercase;
    padding: 10px 0;
    text-align: right;
}

.loan-rating .table th[scope="bank__name"] {
    text-align: start;
}

.loan-rating .table td {
    font-weight: normal;
    font-size: 0.688rem;
    color: #444444;
    padding: 12px 0 15px;
    text-align: right;
}

.loan-rating .table td.bank__name {
    text-align: start;
}

th[scope="bank__name"] {
    width: 24%;
}

th[scope="bank__sum"] {
    width: 17%;
}

th[scope="bank__rating"] {
    width: 20%;
}

th[scope="bank__overpayment"] {
    width: 20%;
}

td.bank__name a {
    color: #444;
}

td.bank__name img {
    display: none;
}

@media (min-width: 768px) {
    .loan-rating {
        padding-bottom: 0;
    }

    .loan-rating .table {
        margin-top: 15px;
        margin-bottom: 0;
    }

    .loan-rating .table th {
        padding: 19px 0;
    }

    .loan-rating .table tr:not(:last-of-type) {
        border-bottom: 1px solid rgba(27, 178, 106, 0.62);
    }

    th[scope="bank__name"] {
        width: 26%;
    }

    th[scope="bank__sum"] {
        width: 13%;
    }

    th[scope="bank__rating"] {
        width: 19%;
    }

    th[scope="bank__period"] {
        width: 21%;
    }

    th[scope="bank__overpayment"] {
        width: 21%;
    }

    td.bank__name a {
        display: -webkit-box;
        display: flex;
        -webkit-box-align: center;
        align-items: center;
    }

    td.bank__name img {
        display: block;
        width: 30px;
        height: 30px;
        background-color: #1BB26A;
        margin-right: 22px;
    }
}

@media (min-width: 992px) {
    .loan-rating .table th {
        font-size: 1.125rem;
        line-height: 1.313rem;
    }

    .loan-rating .table td {
        font-size: 0.875rem;
        line-height: 1rem;
        font-weight: 500;
        padding: 7.5px 0;
        vertical-align: middle;
    }
}

aside h4 {
    margin-bottom: 17px;
}

aside > div:not(:last-of-type) {
    margin-bottom: 20px;
}

.aside__card {
    background: #FFFFFF;
    border: 1px solid #EEF0F1;
    box-sizing: border-box;
    box-shadow: 0px 4px 10px rgba(233, 233, 233, 0.3);
    border-radius: 10px;
    padding: 24px 18px 0;
}

.aside__card h4 {
    padding-left: 3%;
}

.aside__list {
    list-style: none;
    margin-bottom: 9px;
}

.aside__item {
    margin-bottom: 24px;
}

.aside__link, .aside__link:visited {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: start;
    align-items: flex-start;
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
    color: #5C5C5C;
}

.aside__link p {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
}

.popular .aside__link::before,
.news .aside__link::before {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    background-size: contain;
    flex-shrink: 0;
    margin-right: 9px;
}

.popular .aside__link::before {
    background: url("../images/aside-img/question.svg") no-repeat center;
}

.news {
    margin-bottom: 20px;
}

.news .aside__link::before {
    background: url("../images/aside-img/newspaper.svg") no-repeat center;
}
.news.popular .aside__link::before {
    background: url("../images/icon/icon-popular.png") no-repeat center;
    background-size: cover;
}

@media (max-width: 992px) {
    .aside__card {
        margin-right: 15px;
        margin-left: 15px;
    }

    .aside__list {
        padding-right: 16%;
    }

    .aside__link {
        -webkit-box-align: center;
        align-items: center;
    }

    .news .aside__item {
        margin-bottom: 20px;
    }
}

@media (min-width: 768px) {
    aside {
        padding-top: 30px;
    }

    .aside__item {
        margin-bottom: 19px;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    .aside__card {
        margin-right: 0;
        margin-left: 0;
    }
}

footer {
    background-color: #000000;
    padding-top: 30px;
}

.footer__links {
    display: -webkit-box;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.social-list,
.payment-list {
    display: -webkit-box;
    display: flex;
    margin-bottom: 5px;
}

.social-list {
    -webkit-box-ordinal-group: 2;
    order: 1;
}

.social-list li:not(:first-of-type) {
    margin-left: 11px;
}

.payment-list {
    -webkit-box-align: end;
    align-items: flex-end;
    -webkit-box-ordinal-group: 1;
    order: 0;
}

.payment-list li:not(:last-of-type) {
    margin-right: 14px;
}

.footer__nav {
    text-transform: uppercase;
}

.footer__nav .nav-item {
    -webkit-box-align: start;
    align-items: flex-start;
    margin-right: 30px;
}

.footer__nav .nav-link {
    font-weight: bold;
    font-size: 12px;
    line-height: 21px;
    color: #777777;
}

@media (max-width: 767px) {
    .footer__nav {
        text-transform: uppercase;
    }

    .footer__nav .nav-item {
        width: 100%;
    }

    .footer__nav .nav-item:nth-of-type(4) {
        margin-top: 13px;
    }

    .footer__links {
        margin-top: 20px;
        padding-bottom: 10px;
    }

    .payment-list .dmca-badge img {
        width: 100px;
        position: relative;
        top: 3px;
    }
}

@media (max-width: 575px) {
    .social-list {
        min-width: 100%;
    }
    .payment-list {
        min-width: 100%;
    }
}

.payment-icon {
    background-size: contain;
    height: 14px;
    display: -webkit-box;
    display: flex;
}

.payment-icon.privatbank {
    background: url("../images/icon/privatbank-small.svg") no-repeat;
    width: 73px;
}

.payment-icon.visa {
    background: url("../images/icon/visa-small.svg") no-repeat;
    width: 31px;
    height: 10px;
}

.payment-icon.mastercard {
    background: url("../images/icon/mastercard-small.svg") no-repeat;
    width: 19px;
}

@media (min-width: 768px) {
    footer {
        padding-top: 26px;
    }

    footer .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-direction: row;
        width: 94%;
        -webkit-box-pack: start;
    }

    .footer__links {
        -webkit-box-align: start;
        align-items: flex-start;
    }

    .social-list {
        -webkit-box-ordinal-group: 1;
        order: 0;
        margin-top: 8px;
    }

    .payment-list {
        -webkit-box-ordinal-group: 2;
        order: 1;
    }

    .payment-list li:not(:last-of-type) {
        margin-right: 35px;
    }

    .social-list, .payment-list {
        margin-bottom: 25px;
    }

    .footer__nav {
        margin-bottom: 27px;
    }

    .payment-icon {
        height: 24px;
    }

    .payment-icon.privatbank {
        background: url("../images/icon/privatbank.svg") no-repeat;
        width: 128px;
    }

    .payment-icon.visa {
        background: url("../images/icon/visa.svg") no-repeat;
        width: 59px;
        height: 19px;
    }

    .payment-icon.mastercard {
        background: url("../images/icon/mastercard.svg") no-repeat;
        width: 34px;
        height: 25px;
    }
}

@media (min-width: 768px) {
    footer .navbar-nav {
        width: 100%;
    }
}

@media (min-width: 1200px) {
    footer .navbar-nav {
        width: 62%;
    }
}

@media (min-width: 1500px) {
    footer .container {
        padding: 0;
        max-width: 1445px;
    }

    footer .navbar-nav {
        width: 66%;
    }
}

.info {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
}

.info__img {
    background: url("../images/person-img.png") no-repeat;
    width: 155px;
    height: 145px;
}

.info__column {
    background: #FFFFFF;
    box-shadow: 0px 4px 10px rgba(233, 233, 233, 0.5);
    border-radius: 10px;
    padding: 12px 16px;
    margin-top: 26px;
    position: relative;
}

.info__column::before {
    content: "";
    position: absolute;
    top: -6px;
    background-color: #FFFFFF;
    width: 20px;
    height: 20px;
    left: 50%;
    margin-left: -14px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.info--new {
    background: #FFFFFF;
    box-shadow: 0px 4px 10px #E9E9E9;
    border-radius: 10px;
    padding: 31px 14%;
}

.info--new .info__text:nth-of-type(2) {
    margin-bottom: 0;
}

.post__list--advice {
    padding: 33px 5% 1px;
}

.post__list--advice h3 {
    font-weight: 500;
    font-size: 25px;
    line-height: 29px;
    color: #168CCC;
}

.post__list--advice .post__info {
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
    color: #444444;
    margin-bottom: 0;
}

.post__list--advice .post__info:nth-of-type(1) {
    margin-bottom: 21px;
}

.post__list--advice .post__info:nth-of-type(4) {
    margin-bottom: 53px;
}

.post__list--advice .post__info--light {
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
    color: #BEBEBE;
    margin-bottom: 17px;
}

.post__list--advice .info__list {
    list-style: none;
    font-size: 14px;
    line-height: 18px;
    color: #444444;
    margin: 0 0 18px 0;
}

.post__list--advice .post__item {
    margin-bottom: 50px;
}

@media (max-width: 992px) {
    .info {
        margin: 30px 15px 0;
    }

    .info--new {
        padding: 25px 5.5% 15px;
        -webkit-box-align: start;
        align-items: flex-start;
        margin-top: 40px;
    }

    .info--new .info__text {
        font-weight: normal;
        font-size: 14px;
        line-height: 21px;
    }

    .info--new .info__text .info__link {
        font-size: 14px;
        line-height: 21px;
    }

    .post__item:last-of-type {
        margin-bottom: 2px;
    }

    .post__item:last-of-type .info__list {
        margin-bottom: 0;
    }

    .post__list--advice {
        padding: 25px 5% 2px 4.7%;
        margin-bottom: 24px;
        margin-top: 40px;
    }

    .post__list--advice h3 {
        font-weight: 500;
        font-size: 18px;
        line-height: 21px;
        margin-bottom: 13px;
    }

    .post__list--advice .post__info {
        font-weight: 500;
        font-size: 12px;
        line-height: 18px;
    }

    .post__list--advice .post__info:nth-of-type(1) {
        margin-bottom: 18px;
    }

    .post__list--advice .post__info:nth-of-type(3) {
        margin-top: 18px;
    }

    .post__list--advice .post__info:nth-of-type(4) {
        margin-bottom: 43px;
    }

    .post__list--advice .post__info--light {
        font-weight: normal;
        font-size: 12px;
        line-height: 16px;
    }

    .post__list--advice .info__item {
        font-weight: 500;
        font-size: 12px;
        line-height: 18px;
    }
}

@media (min-width: 768px) {
    .info {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-direction: row;
        -webkit-box-pack: justify;
        justify-content: space-between;
    }

    .info__text:nth-of-type(2) {
        margin-bottom: 9px;
    }

    .info__column {
        width: 78.5%;
        padding: 24px 28px;
        margin-top: 4px;
    }

    .info__column::before {
        left: 5px;
        top: 50%;
        margin-top: -8px;
    }

    .info--new {
        display: -webkit-box;
        display: flex;
        -webkit-box-align: baseline;
        align-items: baseline;
        -webkit-box-pack: start;
        justify-content: flex-start;
    }

    .info--new .info__text {
        font-size: 18px;
        line-height: 21px;
        color: #444444;
    }

    .info--new a.info__link {
        font-weight: normal;
        font-size: 18px;
        line-height: 21px;
    }

    .post__list--advice h3 {
        display: -webkit-box;
        display: flex;
        -webkit-box-align: center;
        align-items: center;
    }

    .post__list--advice h3::before {
        content: "";
        display: block;
        width: 50px;
        height: 50px;
        background: url("../images/icon/person.svg") no-repeat center;
        background-size: contain;
        margin-right: 15px;
    }
}

@media (min-width: 768px) and (max-width: 990px) {
    .info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
    }

    .info__column {
        width: 100%;
    }

    .info__text {
        font-size: 20px;
    }

    .info a.info__link {
        font-size: 17px;
    }
}

.articles {
    padding: 19px 3% 0 4.5%;
}

.articles h2 {
    margin-bottom: 12px;
}

.articles h5 {
    margin-bottom: 2px;
}

.article__item {
    display: -webkit-box;
    display: flex;
    margin-bottom: 22px;
}

.article__column span {
    display: block;
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
    color: #444444;
}

.article__column:hover {
    cursor: pointer;
}

.article__img {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    flex-shrink: 0;
    width: 50px;
    height: 50px;
    margin-right: 14px;
}

.article__img img {
    width: 100%;
    height: auto;
}

@media (min-width: 768px) {
    .articles {
        padding: 26px 3% 29px 3.75%;
    }

    .articles h2 {
        margin-bottom: 20px;
    }

    .articles h5 {
        margin-bottom: 8px;
    }

    .article__list {
        display: -webkit-box;
        display: flex;
        -webkit-box-pack: justify;
        justify-content: space-between;
    }

    .article__item {
        width: 30%;
        margin-bottom: 0;
    }

    .article__column span {
        line-height: 18px;
    }

    .article__img {
        width: 75.5px;
        height: 75.5px;
        margin-right: 19px;
    }

    .articles {
        margin-top: 30px;
    }
}

@media (max-width: 992px) {
    .article__list {
        padding-bottom: 22px;
    }

    .article__item:last-of-type {
        margin-bottom: 0;
    }
}

.subscribe {
    background: #FFFFFF;
    border: 1px solid #EEF0F1;
    box-shadow: 0px 4px 10px rgba(233, 233, 233, 0.3);
    border-radius: 10px;
    padding: 24px;
    margin-top: 0;
}

.subscribe button {
    background: #FFA5A5;
    border-color: #FFA5A5;
    font-weight: 500;
    font-size: 12px;
    line-height: 13px;
    width: 110px;
    height: 31px;
}

.subscribe button:hover {
    background: #ff7272;
    border-color: #ff7272;
}

.subscribe input {
    display: -webkit-box;
    display: flex;
    align-items: center;
    -webkit-box-align: center;
    height: 31px;
    background: #FFFFFF;
    border: 1px solid #EBEBEB;
    box-sizing: border-box;
    border-radius: 10px;
    margin-bottom: 10px;
    -webkit-appearance: none;
}

.subscribe input.form-control {
    font-size: 12px;
    line-height: 12px;
}

.subscribe span {
    font-size: 12px;
    line-height: 14px;
    color: #5C5C5C;
    display: block;
    margin-bottom: 18px;
}

.subscribe .btn-primary:not(:disabled):not(.disabled).active, .subscribe .btn-primary:not(:disabled):not(.disabled):active, .subscribe .show > .btn-primary.dropdown-toggle {
    background: #FFA5A5;
    border-color: #FFA5A5;
}

.subscribe ::-webkit-input-placeholder {
    font-size: 12px;
    line-height: 14px;
    color: #C6C6C6;
}

.subscribe ::-moz-placeholder {
    font-size: 12px;
    line-height: 14px;
    color: #C6C6C6;
    opacity: 1;
}

.subscribe :-ms-input-placeholder {
    font-size: 12px;
    line-height: 14px;
    color: #C6C6C6;
}

.subscribe ::-ms-input-placeholder {
    font-size: 12px;
    line-height: 14px;
    color: #C6C6C6;
}

.subscribe ::placeholder {
    font-size: 12px;
    line-height: 14px;
    color: #C6C6C6;
}

@media (max-width: 767px) {
    .subscribe {
        margin: 20px 15px 30px;
    }
}

.irs--big .irs-line, .irs--big .irs-bar {
    height: 6px;
}

.irs--big .irs-bar {
    background: #1BB26B;
    border: none;
}

.irs--big .irs-line {
    border-radius: 10px;
    background: #F5F5F5;
    border: 1px solid #EBEBEB;
}

.irs--big .irs-handle {
    width: 10px;
    height: 10px;
    border: 2px solid #1BB26B;
    background: #FFFFFF;
}

.irs--big .irs-handle.state_hover, .irs--big .irs-handle:hover {
    cursor: pointer;
    border: 2px solid #1BB26B;
    background: #FFFFFF;
}

.irs--big .irs-bar--single {
    border-radius: 10px;
}

.irs-single, .irs-min, .irs-max {
    display: none;
}

.range__wrapper {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
}

.range__row {
    width: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding: 0 4% 0 2%;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #5C5C5C;
}

@media (max-width: 992px) {
    .range__row {
        margin-top: -8px;
        padding: 0 2% 0 2%;
    }
}

.range__column {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
}

.range__column:nth-of-type(2) {
    padding-top: 10px;
}

@media (max-width: 992px) {
    .range__column:nth-of-type(2) {
        padding-top: 15px;
    }
}

.range__currentHead {
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    color: #444444;
}

.range__currentValue {
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    color: #1BB36A;
}

@media (max-width: 992px) {
    .irs--big .irs-handle {
        top: 30px;
    }
}

@media (min-width: 992px) {
    .irs--big .irs-line, .irs--big .irs-bar {
        height: 10px;
    }

    .irs--big .irs-line {
        height: 10px;
    }

    .irs--big .irs-handle {
        width: 24px;
        height: 24px;
        border: 7px solid #1BB26B;
    }

    .irs--big .irs-handle.state_hover, .irs--big .irs-handle:hover {
        border: 7px solid #1BB26B;
    }

    .range__wrapper {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-direction: row;
    }

    .range__wrapper:nth-of-type(2) {
        margin-top: 10px;
    }

    .range__column:nth-of-type(1) {
        width: 69%;
    }

    .range__column:nth-of-type(2) {
        margin-top: 10px;
        margin-left: 8.8%;
    }

    .range__currentHead {
        font-size: 25px;
        line-height: 34px;
    }

    .range__currentValue {
        font-weight: 500;
        font-size: 35px;
        line-height: 41px;
        padding-left: 3%;
    }
}

.getMoney {
    width: 100%;
    background: #FFFFFF;
    border: 1px solid #EEF0F1;
    box-shadow: 0 4px 10px #E9E9E9;
    border-radius: 10px;
    position: relative;
    margin: 30px 0;
}

.getMoney__row {
    display: -webkit-box;
    display: flex;
    padding-top: 25px;
    padding-bottom: 10px;
}

.getMoney__row:nth-of-type(1) {
    -webkit-box-align: start;
    align-items: start;
    -webkit-box-pack: start;
    justify-content: start;
    padding-left: 19px;
    padding-right: 15px;
}

.getMoney__row:nth-of-type(2) {
    background-color: #F5F5F5;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: end;
    justify-content: flex-end;
    height: 30px;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 30px;
    border-radius: 0 0 10px 10px;
}

.getMoney__logo {
    width: 100%;
    height: auto;
}

.getMoney__column strong.title {
    margin-bottom: 28px;
    font-size: 26px;
    display: block;
}
.getMoney__column strong.title a, .getMoney__column strong.title a:visited {
    color: #454545;
}
.getMoney__column strong.title a:hover {
    color: #126d9f;
}


.getMoney__column:nth-of-type(1) {
    width: 160px;
    margin-right: 4.5%;
    margin-bottom: 0;
    margin-top: 17px;
}

.getMoney__column:nth-of-type(1) figure {
    position: relative;
    height: 80px;
    overflow: hidden;
    margin: -9px 0 9px 0;
    width: 100%;
}
.getMoney__column:nth-of-type(1) figure img {
    position: absolute;
    width: auto;
    max-width: 100%;
    height: auto;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.getMoney__column:nth-of-type(2) {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    width: 57.5%;
    padding-right: 4.6%;
    padding-top: 0;
    padding-bottom: 0;
}
.getMoney--minimal .getMoney__column:nth-of-type(2) {
    padding-right: 0;
}

.getMoney__rating {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    margin-bottom: 5px;
}

.getMoney__rating::after {
    content: attr(data-value);
    font-weight: 500;
    font-size: 20px;
    line-height: 23px;
    color: #ECECEC;
    margin-left: 10px;
    display: none;
}

.getMoney__ratingIcon {
    display: block;
    width: 16px;
    height: 16px;
    background: url("../images/icon/star.svg") no-repeat 0 0;
    background-size: contain;
}
.getMoney__ratingIcon.icon-gray {
    background-image: url("../images/icon/star-gray.svg");
}

.getMoney__ratingIcon:not(:last-of-type) {
    margin-right: 5px;
}

.getMoney__valueList {
    list-style: none;
    display: -webkit-box;
    display: flex;
}

.getMoney__valueItem {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    width: 25%;
    height: 67px;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.getMoney__valueItem:nth-of-type(2) {
    padding-left: 3%;
}

.getMoney__valueItem:nth-of-type(3) {
    padding-left: 7%;
}

.getMoney__valueItem:nth-of-type(4) {
    padding-left: 5%;
}

.getMoney__valueTitle {
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #878787;
}

.getMoney__valueNumber {
    font-weight: bold;
    font-size: 20px;
    line-height: 23px;
    color: #1BB36A;
}

.getMoney__returnInfo {
    font-size: 12px;
    line-height: 16px;
    color: #444444;
    position: absolute;
    left: 32px;
    bottom: 7px;
    font-weight: 500;
}

.getMoney__returnValue {
    font-size: 12px;
    line-height: 14px;
    color: #757575;
    margin-left: 4.55%;
    font-weight: 500;
}

.getMoney__returnValue--accent {
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #1BB36A;
    margin-left: 5px;
}

.getMoney button {
    width: 160px;
    height: 45px;
    background: #FF696A;
    border-color: #FF696A;
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 0;
    align-self: center;
}

.getMoney button:hover {
    background: #ff5051;
    border-color: #ff5051;
}

.getMoney__note {
    position: absolute;
    top: 0;
    left: 0;
    background: #30AADE;
    border-radius: 10px 0px 33px 0px;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    color: #FFFFFF;
    z-index: 222;
    padding: 7px 3% 7px 2%;
}

.getMoney--approved::after {
    content: attr(data-approved);
    position: absolute;
    background: #1C7095;
    border-radius: 10px 0 33px 0;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    color: #FFFFFF;
    top: 0;
    left: 85px;
    padding: 7px 3% 7px 6.5%;
}
.getMoney--approved.empty-note::after {
    left: 0;
    padding-left: 2%;
}

@media (max-width: 992px) {
    .getMoney {
        width: calc(100% - 30px);
        margin: 30px auto;
    }

    .getMoney h1 {
        font-size: 19px;
    }

    .getMoney__row:nth-of-type(1) {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        -webkit-box-align: center;
        align-items: center;
        padding: 44px 0 15px;
    }

    .getMoney__row:nth-of-type(2) {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        height: initial;
        -webkit-box-align: start;
        align-items: flex-start;
        padding-right: 0;
        padding-left: 5%;
        padding-bottom: 11px;
        padding-top: 9px;
    }

    .getMoney__column strong.title {
        margin-bottom: 15px;
    }

    .getMoney__column:nth-of-type(1) {
        margin-right: 0;
        display: -webkit-box;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        -webkit-box-align: center;
        align-items: center;
        margin-bottom: 5px;
    }

    .getMoney__column:nth-of-type(1) figure {
        padding-bottom: 5px;
    }

    .getMoney__column:nth-of-type(2) {
        -webkit-box-align: center;
        align-items: center;
        width: 100%;
        padding-top: 0;
    }

    .getMoney__valueList {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        width: 100%;
    }

    .getMoney__returnInfo {
        position: initial;
        font-size: 12px;
        line-height: 14px;
        padding-top: 8px;
    }

    .getMoney__returnValue {
        margin-left: 0;
        padding-top: 8px;
    }

    .getMoney__returnValue--accent {
        font-weight: 500;
    }

    .getMoney__ratingIcon {
        width: 8.3px;
        height: 8.3px;
    }

    .getMoney__ratingIcon:not(:last-of-type) {
        margin-right: 3.5px;
    }

    .getMoney__rating::after {
        font-size: 18px;
        line-height: 21px;
    }

    .getMoney__valueList {
        padding: 0 3% 0 5%;
        margin-bottom: 25px;
    }

    .getMoney__valueTitle {
        font-size: 12px;
        line-height: 14px;
        width: 39%;
    }

    .getMoney__valueNumber {
        font-size: 16px;
        line-height: 19px;
    }

    .getMoney__valueItem {
        width: 100%;
        height: initial;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-direction: row;
        -webkit-box-pack: justify;
        justify-content: space-between;
    }

    .getMoney__valueItem:nth-of-type(1), .getMoney__valueItem:nth-of-type(2), .getMoney__valueItem:nth-of-type(3), .getMoney__valueItem:nth-of-type(4), .getMoney__valueItem:nth-of-type(5) {
        padding-left: 0;
    }

    .getMoney__valueItem:not(:last-of-type) {
        margin-bottom: 10px;
    }

    .getMoney button {
        width: calc(100% - 30px);
        height: 38px;
        margin-bottom: 0;
    }

    .getMoney--approved::after {
        font-size: 12px;
        line-height: 14px;
        padding: 7px 12% 7px 18.5%;
    }

    .getMoney__note {
        font-size: 12px;
        line-height: 14px;
        border-radius: 10px 0px 37px;
        padding: 7px 8% 7px 6.5%;
    }
}

@media (min-width: 993px) and (max-width: 1199px) {
    .getMoney__column:nth-of-type(1) {
        margin-right: 0;
    }

    .getMoney__column:nth-of-type(2) {
        margin-right: 0;
    }

    .getMoney__rating::after {
        font-size: 16px;
    }

    .getMoney__ratingIcon {
        width: 10px;
        height: 10px;
    }

    .getMoney__logo {
        width: 88%;
    }

    .getMoney__valueItem {
        width: 20%;
    }

    .getMoney__valueItem:nth-of-type(4) {
        padding-right: 0;
        padding-left: 3%;
    }

    .getMoney__valueItem:nth-of-type(3) {
        padding-left: 3%;
    }

    .getMoney__valueItem:nth-of-type(2) {
        width: 35%;
    }

    .getMoney__valueItem:nth-of-type(2) {
        width: 30%;
    }

    .getMoney__valueItem:nth-of-type(1) {
        width: 30%;
    }

    .getMoney__valueTitle {
        font-size: 13px;
    }

    .getMoney__valueNumber {
        font-size: 16px;
    }

    .info--new {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
    }

    .range__currentHead {
        font-size: 19px;
    }
}

.range__card {
    background: #FFFFFF;
    box-shadow: 0px 4px 10px #E9E9E9;
    border-radius: 0px 0px 10px 10px;
    padding: 22px 3.5%;
}

.range__card h2 {
    font-weight: normal;
    font-size: 30px;
    line-height: 35px;
    color: #444444;
}

@media (min-width: 992px) {
    .range__rating--withoutForm .range__column:nth-of-type(2) {
        margin-top: 0;
    }
}

.getMoney.getMoney--withForm {
    padding-bottom: 48px;
    margin: 0 0 30px 0;
}

.getMoney.getMoney--withForm .getMoney__row {
    padding-bottom: 17px;
}

.getMoney.getMoney--withForm .getMoney__row:nth-of-type(1) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: start;
    align-items: flex-start;
    position: relative;
    box-shadow: 0px 4px 10px rgba(233, 233, 233, 0.5);
    border-radius: 0px;
    padding: 25px 18px 26px;
}

.getMoney.getMoney--withForm .getMoney__row:nth-of-type(2) {
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding-left: 9.5%;
    padding-right: 29%;
}

.getMoney.getMoney--withForm .getMoney__column h1 {
    text-align: center;
    position: relative;
    margin-bottom: 25px;
    font-size: 35px;
    line-height: 41px;
    display: block;
    padding-left: 220px;
}

.getMoney.getMoney--withForm .getMoney__column:nth-of-type(1) {
    width: 220px;
    position: absolute;
    margin-left: 0;
    top: 43px;
}

.getMoney.getMoney--withForm .getMoney__column:nth-of-type(1) img {
    padding-bottom: 12px;
}

.getMoney.getMoney--withForm .getMoney__column:nth-of-type(2) {
    width: 100%;
    margin-top: 37px;
    padding-right: 1.6%;
}

.getMoney.getMoney--withForm .getMoney__headingInfo {
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    color: #178DCD;
    text-align: center;
    padding-left: 220px;
    margin-bottom: 39px;
}

.getMoney.getMoney--withForm h2 {
    font-weight: normal;
    padding-left: 3.5%;
    padding-top: 20px;
}

.getMoney.getMoney--withForm .getMoney__rating {
    bottom: 27px;
    left: 8px;
}

.getMoney.getMoney--withForm .getMoney__valueList {
    background: #F4FBFF;
    box-shadow: 0px 4px 10px #E9E9E9;
    border-radius: 10px;
    padding: 20px 0 17px 20px;
}

.getMoney.getMoney--withForm .getMoney__valueItem {
    height: 112px;
}

.getMoney.getMoney--withForm .getMoney__valueItem:nth-of-type(1) {
    width: 20%;
    padding-left: 2%;
}

.getMoney.getMoney--withForm .getMoney__valueItem:nth-of-type(2) {
    padding-left: 10.5%;
    width: 30%;
}

.getMoney.getMoney--withForm .getMoney__valueItem:nth-of-type(3) {
    padding-left: 10%;
    width: 30%;
}

.getMoney.getMoney--withForm .getMoney__valueItem:nth-of-type(4) {
    padding-left: 3.3%;
    width: 20%;
}

.getMoney.getMoney--withForm .getMoney__valueTitle {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    padding-bottom: 0;
}

.getMoney.getMoney--withForm .getMoney__valueNumber {
    font-size: 30px;
    line-height: 35px;
}

.getMoney.getMoney--withForm .getMoney__note {
    font-size: 22px;
    line-height: 26px;
    padding: 8px 3% 8px 2.5%;
}

.getMoney.getMoney--withForm .getMoney__returnInfo {
    display: none;
}

.getMoney.getMoney--withForm .getMoney__returnValue {
    font-size: 18px;
    line-height: 21px;
    color: #A2A2A2;
}

.getMoney.getMoney--withForm .getMoney__returnValue:last-child {
    margin-left: 15%;
}

.getMoney.getMoney--withForm .getMoney__returnValue--accent {
    font-weight: bold;
    font-size: 20px;
    line-height: 23px;
    color: #1BB16A;
    margin-left: 20px;
}

.getMoney.getMoney--withForm.getMoney--approved::after {
    font-size: 22px;
    line-height: 26px;
    left: 18%;
    padding: 8px 3% 8px 7.5%;
}

.getMoney.getMoney--withForm .getMoney__returnWrapper {
    margin-top: 16px;
    padding-left: 4.5%;
    margin-bottom: 24px;
}

.getMoney.getMoney--withForm .getMoney__returnWrapper .getMoney__returnValue:nth-of-type(3) {
    margin-left: 19%;
}

.getMoney.getMoney--withForm button {
    width: 92%;
    height: 69px;
    font-size: 25px;
    line-height: 29px;
    margin: 0 4% 0;
}

.getMoney.getMoney--withForm .range__wrapper {
    padding: 0 3.25%;
}

.getMoney.getMoney--withForm .range__wrapper:nth-of-type(2) {
    margin-top: 0;
    margin-bottom: 8px;
}

@media (max-width: 992px) {
    .getMoney.getMoney--withForm {
        width: 100%;
        padding-bottom: 18px;
    }

    .getMoney.getMoney--withForm .getMoney__returnWrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        margin-bottom: 9px;
    }

    .getMoney.getMoney--withForm .getMoney__returnWrapper .getMoney__returnValue {
        font-weight: bold;
    }

    .getMoney.getMoney--withForm .getMoney__returnWrapper .getMoney__returnValue:nth-of-type(3) {
        margin-left: 0;
    }

    .getMoney.getMoney--withForm .getMoney__row:nth-of-type(1) {
        position: relative;
        padding: 22px 18px 0;
    }

    .getMoney.getMoney--withForm .getMoney__column:nth-of-type(1) {
        width: 157px;
        position: initial;
        align-self: center;
        margin-left: 0;
    }

    .getMoney.getMoney--withForm .getMoney__column:nth-of-type(1) img {
        padding-bottom: 5px;
    }

    .getMoney.getMoney--withForm .getMoney__column:nth-of-type(2) {
        padding-right: 0;
        margin-top: 5px;
        padding-bottom: 0;
    }

    .getMoney.getMoney--withForm .getMoney__column:nth-of-type(2) h1 {
        font-weight: 500;
        font-size: 16px;
        line-height: 19px;
        color: #444444;
        padding-right: 0;
        padding-left: 0;
    }

    .getMoney.getMoney--withForm .getMoney__column:nth-of-type(2) h1 span {
        position: initial;
        -webkit-box-pack: center;
        justify-content: center;
    }

    .getMoney.getMoney--withForm h2 {
        padding-left: 3.5%;
        padding-top: 14px;
    }

    .getMoney.getMoney--withForm .getMoney__valueItem {
        height: initial;
    }

    .getMoney.getMoney--withForm .getMoney__valueItem:nth-of-type(1), .getMoney.getMoney--withForm .getMoney__valueItem:nth-of-type(2), .getMoney.getMoney--withForm .getMoney__valueItem:nth-of-type(3), .getMoney.getMoney--withForm .getMoney__valueItem:nth-of-type(4), .getMoney.getMoney--withForm .getMoney__valueItem:nth-of-type(5) {
        width: 100%;
        padding-left: 0;
    }

    .getMoney.getMoney--withForm .getMoney__headingInfo {
        font-size: 14px;
        line-height: 16px;
        padding-right: 0;
        margin-bottom: 10px;
        padding-left: 0;
    }

    .getMoney.getMoney--withForm .getMoney__valueTitle {
        font-size: 14px;
        line-height: 16px;
    }

    .getMoney.getMoney--withForm .getMoney__valueNumber {
        font-size: 16px;
        line-height: 19px;
    }

    .getMoney.getMoney--withForm .getMoney__valueList {
        padding: 20px 4% 15px 4%;
    }

    .getMoney.getMoney--withForm .getMoney__note {
        font-size: 12px;
        line-height: 14px;
        padding: 6px 11% 6px 7.5%;
        border-radius: 0px 0px 37px 0px;
    }

    .getMoney.getMoney--withForm.getMoney--approved::after {
        font-size: 12px;
        line-height: 14px;
        padding: 6px 4% 6px 27%;
    }

    .getMoney.getMoney--withForm .range__wrapper:nth-of-type(2) {
        margin-top: -17px;
    }

    .getMoney.getMoney--withForm .range__wrapper:nth-of-type(3) {
        margin-top: -10px;
    }

    .getMoney.getMoney--withForm .range__row {
        font-size: 12px;
        line-height: 14px;
        padding: 0 6% 0 4%;
    }

    .getMoney.getMoney--withForm .range__currentHead,
    .getMoney.getMoney--withForm .range__currentValue {
        padding: 5px 0 0 1.5%;
    }

    .getMoney.getMoney--withForm .range__currentHead {
        font-size: 17px;
    }

    .getMoney.getMoney--withForm .range__currentValue {
        font-size: 34px;
        line-height: 50px;
    }

    .getMoney.getMoney--withForm .getMoney__returnValue {
        font-size: 14px;
        line-height: 16px;
        display: -webkit-box;
        display: flex;
        -webkit-box-pack: justify;
        justify-content: space-between;
    }

    .getMoney.getMoney--withForm .getMoney__returnValue--accent {
        font-size: 16px;
        line-height: 18px;
    }

    .getMoney.getMoney--withForm .getMoney__returnWrapper {
        margin-top: 18px;
        padding-right: 4.5%;
    }

    .getMoney.getMoney--withForm button {
        width: 88%;
        height: 38px;
        font-size: 16px;
        line-height: 18px;
        margin: 0 6% 0;
    }
}

@media (min-width: 768px) {
    .getMoney.getMoney--withForm {
        margin-bottom: 0;
    }

    .getMoney.getMoney--withForm .getMoney__valueList {
        position: relative;
    }

    .getMoney.getMoney--withForm .getMoney__valueList::before {
        content: "";
        position: absolute;
        bottom: 70px;
        left: 20px;
        width: calc(100% - 40px);
        border: 1px dashed #EBEBEB;
    }

    .getMoney.getMoney--withForm .getMoney__column h1 {
        margin-bottom: 23px;
    }

    .getMoney.getMoney--withForm .getMoney__column:nth-of-type(2) {
        padding-top: 18px;
        padding-bottom: 15px;
        padding-right: 0;
    }

    .getMoney.getMoney--withForm .getMoney__row:nth-of-type(1) {
        padding-bottom: 0;
    }

    .getMoney.getMoney--withForm h2 {
        padding-top: 30px;
    }

    .getMoney.getMoney--withForm .range__column:nth-of-type(2) {
        margin-top: 0;
    }

    .getMoney.getMoney--withForm .range__wrapper:nth-of-type(2) {
        margin-bottom: 10px;
    }

    .getMoney.getMoney--withForm .getMoney__note {
        padding: 6.5px 3% 6.5px 2.5%;
    }

    .getMoney.getMoney--withForm .getMoney__row:nth-of-type(1) {
        padding: 25px 3.5% 0;
    }
}

.getMoney.getMoney--minimal {
    width: 30%;
    min-width: 280px;
    flex-shrink: 0;
    margin: 30px auto;
    border: 1px solid #EEF0F1;
    box-shadow: 0px 4px 10px rgba(233, 233, 233, 0.3);
    border-radius: 10px;
    overflow: hidden;
}

.getMoney.getMoney--minimal .getMoney__row:nth-of-type(1) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    padding: 26px 0 15px;
}

.getMoney.getMoney--minimal .getMoney__row:nth-of-type(2) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: start;
    align-items: flex-start;
    padding-right: 0;
    padding-left: 5%;
    padding-bottom: 5px;
    height: auto;
}
.getMoney.getMoney--minimal .getMoney__row:nth-of-type(2) .bg {
    position: relative;
    width: 100%;
}
.getMoney.getMoney--minimal .getMoney__row:nth-of-type(2) .bg:after {
    content: '';
    position: absolute;
    top: 100%;
    left: -15px;
    right: -15px;
    z-index: 0;
    height: 50px;
    background-color: #F5F5F5;
}

.getMoney.getMoney--minimal .getMoney__column strong.title {
    margin-bottom: 18px;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    display: block;
}

.getMoney.getMoney--minimal .getMoney__column strong.title:after {
    display: none;
}

.getMoney.getMoney--minimal .getMoney__column:nth-of-type(1) {
    margin-right: 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    margin-bottom: 2px;
}

.getMoney.getMoney--minimal .getMoney__column:nth-of-type(1) img {
    padding-bottom: 5px;
}

.getMoney.getMoney--minimal .getMoney__column:nth-of-type(2) {
    -webkit-box-align: center;
    align-items: center;
    width: 100%;
    padding-top: 0;
}

.getMoney.getMoney--minimal .getMoney__logo {
    height: 100%;
}

.getMoney.getMoney--minimal .getMoney__valueList {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    width: 100%;
    padding: 0 1% 0 5%;
}

.getMoney.getMoney--minimal .getMoney__returnInfo {
    position: static;
    font-size: 12px;
    line-height: 14px;
    padding-top: 8px;
}

.getMoney.getMoney--minimal .getMoney__returnValue {
    margin-left: 0;
    padding-top: 8px;
}

.getMoney.getMoney--minimal .getMoney__returnValue--accent {
    font-weight: 500;
}

.getMoney.getMoney--minimal .getMoney__ratingIcon {
    width: 12px;
    height: 12px;
}

.getMoney.getMoney--minimal .getMoney__ratingIcon:not(:last-of-type) {
    margin-right: 3.5px;
}

.getMoney.getMoney--minimal .getMoney__rating::after {
    font-size: 18px;
    line-height: 21px;
}

.getMoney.getMoney--minimal .getMoney__valueList {
    padding: 0 6% 0 5%;
    margin-bottom: 25px;
}

.getMoney.getMoney--minimal .getMoney__valueTitle {
    font-size: 12px;
    line-height: 14px;
    width: 40%;
}

.getMoney.getMoney--minimal .getMoney__valueNumber {
    font-size: 16px;
    line-height: 19px;
}

.getMoney.getMoney--minimal .getMoney__valueItem {
    width: 100%;
    height: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.getMoney.getMoney--minimal .getMoney__valueItem:nth-of-type(1), .getMoney.getMoney--minimal .getMoney__valueItem:nth-of-type(2), .getMoney.getMoney--minimal .getMoney__valueItem:nth-of-type(3), .getMoney.getMoney--minimal .getMoney__valueItem:nth-of-type(4), .getMoney.getMoney--minimal .getMoney__valueItem:nth-of-type(5) {
    padding-left: 0;
}

.getMoney.getMoney--minimal .getMoney__valueItem:not(:last-of-type) {
    margin-bottom: 10px;
}

.getMoney.getMoney--minimal .getMoney__returnValue:nth-of-type(3) {
    position: absolute;
    right: 5%;
    bottom: 5px;
}

.getMoney.getMoney--minimal button {
    width: calc(100% - 30px);
    height: 38px;
    margin-bottom: 0;
}

.getMoney.getMoney--minimal.getMoney--approved::after {
    font-size: 12px;
    line-height: 14px;
    padding: 6px 14% 6px 24.5%;
}

.getMoney.getMoney--minimal .getMoney__note {
    font-size: 12px;
    line-height: 14px;
    border-radius: 10px 0px 37px;
    padding: 6px 9% 6px 6.5%;
}

@media (max-width: 992px) {
    .cardsMin .getMoney.getMoney--minimal {
        width: 90%;
        margin: 14px 5% 0;
    }

    .cardsMin {
        margin-bottom: 30px;
    }
}

@media (min-width: 993px) {
    .cardsMin .getMoney.getMoney--minimal {
        margin: 0;
    }
}

.reviews {
    margin: 0 0 30px 0;
    padding: 25px 2% 43px 4.5%;
}

.reviews h3 {
    margin-bottom: 25px;
}

@media (min-width: 768px) {
    .reviews__item {
        display: -webkit-box;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        margin-left: 2px;
        margin-bottom: 30px;
    }
}

.reviews__controllDots {
    display: none;
}

.reviews__user {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: start;
    align-items: flex-start;
}

.reviews__userInfo {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    margin-left: 12px;
    margin-top: 5px;
}

.reviews__date {
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    color: #696969;
    margin-top: 8px;
}

.reviews__text {
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
    color: #B3B3B3;
    margin-top: 15px;
}

.reviews__avatar {
    border-radius: 50%;
}

.reviews__userName {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #444444;
}

.reviews__rating {
    display: -webkit-box;
    display: flex;
    margin-top: 5px;
}

.reviews__ratingIcon {
    display: -webkit-box;
    display: flex;
    width: 8px;
    height: 7.5px;
    background: url("../images/icon/star.svg") no-repeat center;
    background-size: contain;
}

.reviews__ratingIcon:not(:last-of-type) {
    margin-right: 3px;
}

.reviews__actions {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
}

.reviews__actions a {
    text-decoration: underline;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
}

.reviewsAll {
    color: #178DCD;
    margin-right: 24px;
}
.reviewsAll:hover {
    color: #ff5051 !important;
}

.reviews .SignIn {
    color: #ADADAD;
}
.reviews .SignIn:hover {
    color: #ff5051 !important;
}

@media (max-width: 767px) {
    .reviews {
        margin: 0;
        padding: 25px 2% 25px 4.5%;
    }

    .reviews__userInfo {
        margin-left: 11px;
    }

    .reviews__rating {
        margin-top: 2px;
    }

    .reviews__ratingIcon {
        width: 7.5px;
    }

    .reviews__text {
        padding-right: 5px;
    }

    .reviews__date {
        margin-top: 12px;
    }

    .reviews h3 {
        margin-bottom: 18px;
    }

    .reviews__controlDots {
        display: -webkit-box;
        display: flex;
        bottom: -41px;
        margin-left: 10%;
    }

    .reviews__controlDots li {
        border: none;
        height: 10px;
        width: 10px;
        margin: 0 4px;
        border-radius: 50%;
        background: #C4C4C4;
    }

    .reviews .reviewsAll {
        margin-right: 0;
    }

    .reviews__actions {
        padding-top: 72px;
        padding-right: 7%;
        -webkit-box-pack: justify;
        justify-content: space-between;
    }
}

.sorting {
    display: -webkit-box;
    display: flex;
    padding: 56px 3% 0 0;
}

.sorting__buttons .button {
    border: none;
    background: transparent;
    outline: none;
    font-size: 18px;
    line-height: 21px;
    color: #959595;
    padding: 7px 12px;
    margin-right: 10px;
    -webkit-transition: color 0.3s linear;
    transition: color 0.3s linear;
}

.sorting__buttons .button--active {
    position: relative;
    font-weight: 500;
    font-size: 18px;
    color: #444444;
}

.sorting__buttons .button--active::before {
    content: "";
    position: absolute;
    display: block;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
    background: #30AADE;
}

.sorting__buttons .button:hover {
    color: #7c7c7c;
}

.sorting p {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    color: #A2A2A2;
    margin-right: 7.5%;
}

@media (max-width: 991px) {
    .sorting p {
        margin-right: 5.5%;
    }
}

.sorting .select--custom {
    display: none;
}

@media (max-width: 991px) {
    .sorting {
        position: relative;
        padding: 30px 3% 15px 0;
    }

    .sorting__buttons {
        display: none;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        position: absolute;
        bottom: 0;
        right: 0;
    }

    .sorting__buttons .button {
        font-size: 12px;
        line-height: 29px;
        text-align: center;
        color: #A2A2A2;
        margin-right: 0;
        padding: 2.5px 25.5px;
        background-color: #FFFFFF;
        z-index: 444;
        -webkit-transition: color 0.3s linear, background-color 0.3s linear;
        transition: color 0.3s linear, background-color 0.3s linear;
    }

    .sorting__buttons .button--active::before {
        display: none;
    }

    .sorting p {
        font-weight: 500;
        font-size: 14px;
        line-height: 16px;
        padding-left: 1%;
    }

    .sorting .select--custom {
        display: -webkit-box;
        display: flex;
        -webkit-box-align: center;
        align-items: center;
        font-weight: bold;
        font-size: 14px;
        line-height: 16px;
        color: #444444;
    }

    .sorting .select--custom::after {
        content: "";
    }
}

.select {
    display: none;
}

.select .ui-selectmenu-button.ui-button {
    background-color: transparent;
    border: none;
}

.select .ui-state-active, .select .ui-widget-content .ui-state-active, .select .ui-widget-header .ui-state-active, .select a.ui-button:active, .select .ui-button:active, .select .ui-button.ui-state-active:hover {
    border-color: transparent;
    background: transparent;
    color: #444444;
    outline: none;
}

.select .ui-state-hover, .select .ui-widget-content .ui-state-hover, .select .ui-widget-header .ui-state-hover, .select .ui-state-focus, .select .ui-widget-content .ui-state-focus, .select .ui-widget-header .ui-state-focus, .select .ui-button:hover, .select .ui-button:focus {
    background: transparent;
    outline: none;
}

.select .ui-tabs-anchor:active, .select .ui-tabs-anchor:focus {
    outline: none;
}

.select .ui-button .ui-icon {
    background: url("../images/icon/menu-toggle.svg") no-repeat;
    background-size: contain;
    display: block;
    width: 15px;
    height: 6px;
    margin-left: 8px;
}

.select .ui-state-hover .ui-icon, .select .ui-state-focus .ui-icon, .select .ui-button:hover .ui-icon, .select .ui-button:focus .ui-icon {
    background: url("../images/icon/menu-toggle.svg") no-repeat;
    background-size: contain;
    display: block;
    width: 15px;
    height: 6px;
    margin-left: 8px;
}

.select .ui-selectmenu-button {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}

.select .ui-selectmenu-button .ui-selectmenu-icon {
    -webkit-box-ordinal-group: 2;
    order: 1;
    margin-left: 3px;
}

.select .ui-selectmenu-button .ui-selectmenu-text {
    -webkit-box-ordinal-group: 1;
    order: 0;
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
    color: #444444;
    margin-right: 0px;
}

.select .ui-selectmenu-button:hover {
    cursor: pointer;
}

.select .ui-state-hover .ui-icon, .select .ui-state-focus .ui-icon, .select .ui-button:hover .ui-icon, .select .ui-button:focus .ui-icon {
    margin-left: 3px;
}

.ui-selectmenu-open {
    z-index: 999;
}

.ui-widget.ui-widget-content {
    background: #FFFFFF;
    box-shadow: 0px 4px 10px #E9E9E9;
    border-radius: 10px;
    border-color: transparent;
    position: absolute;
    top: -90px;
}

.ui-menu .ui-menu-item-wrapper {
    font-weight: normal;
    font-size: 12px;
    line-height: 29px;
    text-align: center;
    color: #A2A2A2;
    padding-top: 0;
    padding-bottom: 0;
    height: 32px;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    cursor: pointer;
    background: #7FCEF0;
    color: #FFFFFF;
    border: none;
}

.ui-widget.ui-widget-content {
    border: none;
}

@media (max-width: 991px) {
    .select {
        display: block;
    }

    .select .ui-state-hover .ui-icon, .select .ui-state-focus .ui-icon, .select .ui-button:hover .ui-icon, .select .ui-button:focus .ui-icon {
        width: 10px;
        height: 5px;
    }
}

body {
    font-family: 'Roboto', -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 16px;
    background-color: #F4FBFF;
}

* {
    padding: 0;
    margin: 0;
}

header {
    z-index: 333;
    position: fixed;
    width: 100%;
    box-shadow: 0px 4px 10px #E9E9E9;
    min-height: 50px;
    background-color: #FFFFFF;
}

header .container {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    min-height: 50px;
}

main.container {
    padding-top: 50px;
}

button.btn {
    border-radius: 10px;
    -webkit-transition: background 0.3s linear, border-color 0.3s linear;
    transition: background 0.3s linear, border-color 0.3s linear;
}

.logo {
    position: absolute;
    top: 0;
    left: 4.7%;
    height: 50px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    width: 150px;
    z-index: 10;
}

.logo img {
    width: inherit;
}

.navbar {
    -webkit-box-align: start;
    align-items: flex-start;
    padding: 0;
    text-transform: uppercase;
}

.navbar-toggler {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    align-items: center;
    position: absolute;
    top: 0;
    border: none;
    padding: 0;
    width: 100%;
    height: 100%;
    max-height: 50px;
}

.navbar-toggler:active,
.navbar-toggler:focus {
    outline: none;
}

.navbar-light .navbar-toggler-icon {
    width: 18px;
    height: 3px;
    background-image: none;
    position: relative;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
    background-color: #5C5C5C;
}

.navbar-light .navbar-toggler-icon::before,
.navbar-light .navbar-toggler-icon::after {
    content: '';
    width: 18px;
    position: absolute;
    height: 3px;
    background-color: #5C5C5C;
    left: 0;
    top: 0;
    z-index: 2;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
}

.navbar-light .navbar-toggler-icon::before {
    top: 6px;
}

.navbar-light .navbar-toggler-icon::after {
    top: -6px;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
    width: 15.2px;
    height: 2px;
    -webkit-transform: translateY(2px) rotate(45deg);
    transform: translateY(2px) rotate(45deg);
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
    width: 15.2px;
    height: 2px;
    -webkit-transform: translateY(-10px) rotate(-45deg);
    transform: translateY(-10px) rotate(-45deg);
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
    background-color: transparent;
}

@media (max-width: 767px) {
    header .navbar-nav {
        padding: 72px 0 25px;
    }

    .nav-item {
        margin: 0 auto;
        padding: 5px 0;
    }

    .nav-item:first-of-type {
        padding-top: 0;
    }

    .nav-item:last-of-type {
        padding-bottom: 0;
    }

    .subMenu {
        padding-bottom: 21px;
        padding-top: 18px;
    }

    .subMenu .nav-item {
        padding: 0;
    }

    th[scope="bank__period"] {
        display: none;
    }

    .bank__period {
        display: none;
    }
}

@media (min-width: 768px) {
    header {
        height: 54px;
        padding: 0;
    }

    header .container {
        height: 100%;
    }

    header .menu-list {
        height: 100%;
    }

    .content {
        width: 77.35%;
    }

    main {
        display: -webkit-box;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
    }

    main.container {
        padding-top: 54px;
    }

    main > section:nth-of-type(1) {
        display: -webkit-box;
        display: flex;
        -webkit-box-align: start;
        align-items: flex-start;
        background-color: #F4FBFF;
    }

    .logo {
        position: static;
        height: inherit;
    }

    .navbar {
        -webkit-box-align: center;
        align-items: center;
    }

    .navbar-nav {
        height: 100%;
    }

    .navbar-toggler {
        position: static;
    }

    .table th {
        font-size: 1.125rem;
        line-height: 1.31rem;
    }

    .table td {
        font-size: 0.875em;
        line-height: 1rem;
    }
}

@media (min-width: 992px) {
    .menu-list {
        padding-left: 5.9%;
    }
}

@media (max-width: 991px) {
    .logo {
        width: 115px;
    }
}

/*** OLD STYLES ************************************************************/

.btn-primary {
    background: #FF696A;
    border-color: #FF696A;
}
.btn-primary:hover {
    background: #ff5051;
    border-color: #ff5051;
}

.ico48 {
    width: 48px;
    height: 48px;
    display: inline-block;
    background: transparent url("../images/old/ico-48.png") no-repeat 0 48px;
}

.qa {
    margin-bottom: 15px;
}
.qa .icon i {
    display: block;
    width: 32px;
    height: 32px;
    position: relative;
    background: transparent url("../images/old/ico-32.png") no-repeat 0 -128px;
    margin-right: 15px;
}

.questions .question {
    margin-bottom: 30px;
    width: auto;
    border: solid #a2b4ca 6px;
    padding: 20px;
    padding-left: 85px;
    position: relative;
}
.questions .answer {
    margin-bottom: 30px;
    width: auto;
    border: solid #a5d1bc 6px;
    padding: 20px;
    padding-left: 85px;
    position: relative;
    min-height: 48px;
}
.questions .question i {
    position: absolute;
    top: 20px;
    left: 20px;
    background-position: 0 0;
}
.questions .answer i {
    position: absolute;
    top: 20px;
    left: 20px;
    background-position: 0 -48px;
}

.content .news {
    width: 100%;
    border: 7px solid #a6c3b2;
    margin-bottom: 20px;
}
.content .news figure {
    flex-basis: 15%;
    max-width: 150px;
    min-width: 50px;
    padding: 15px;
    margin: 0;
}
.content .news figure img {
    max-width: 100%;
    height: auto;
}
.content .news figure + div {
    flex-basis: 85%;
    padding: 20px 20px 20px 0;
    line-height: 1.2;
}
.content .news figure + div a {
    display: block;
    margin-bottom: 10px;
}

.documents__list .item {
    float: left;
    margin: 0 5px 0 0;
}
.documents__list .caroufredsel_wrapper {
    margin: 0 auto !important;
}
.documents__list .cf-nav {
    min-width: 100%;
    height: 25px;
    margin-bottom: -10px;
    text-align: center;
}
.documents__list .cf-nav a {
    display: inline-block;
    padding: 0 10px;
    color: #ff5051;
    opacity: 0.75;
}
.documents__list .cf-nav a:hover {
    color: #ff5051;
    opacity: 1;
}
@media (max-width: 992px) {
    .documents__list .cf-nav {
        margin-bottom: 0;
    }
}

/*** Accordion **************************************************************************************/

.accordion {

}
.accordion .card {
    border: none;
    margin-bottom: 10px;
}
.accordion .card-header {
    background: none;
    padding: 0;
    border: none;
}
.accordion .card-header h3 {
    font-size: 16px;
    position: relative;
    padding: 5px 0 5px 30px;
}
.accordion .card-header h3:before {
    content: '';
    display: block;
    position: absolute;
    left: -10px;
    top: 0;
    width: 40px;
    height: 40px;
    background: transparent url("../images/icon/ico-expand.png") no-repeat center center;
    background-size: 24px auto;
}
.accordion .collapse {
    background: transparent;
}
.accordion .card-body {
    position: relative;
    padding: 15px 15px 15px 30px;
}
.accordion .card-body:before {
    content: '';
    position: absolute;
    display: block;
    background: #ff5051;
    width: 1px;
    height: auto;
    top: 0;
    bottom: 15px;
    left: 10px;
}

/*** Articles aside **************************************************************************************/

aside .articles {
    background: #FFFFFF;
    border: 1px solid #EEF0F1;
    box-shadow: 0 4px 10px rgba(233, 233, 233, 0.3);
    border-radius: 10px;
    padding: 24px;
    margin-top: 20px;
}
aside .articles a {
    display: block;
    margin-bottom: 20px;
}
aside .articles figure {
    margin: 0 10px 5px 0;
}
aside .articles figure img {
    max-width: 75px;
    border-radius: 5px;
}

/*** Breadcrumbs **************************************************************************************/

.breadcrumbs {
    margin-top: 30px;
    margin-bottom: 15px;
    background: #FFFFFF;
    border: 1px solid #EEF0F1;
    box-shadow: 0 4px 10px rgba(233, 233, 233, 0.3);
    border-radius: 10px;
    padding: 10px 5% 10px;
}

/*** Our expert ***********************************************************************************/

.our-expert {
    margin-bottom: 25px;
    padding: 25px 25px;
}
.our-expert .body {
    line-height: 1.5;
    overflow: auto;
    position: relative;
}
.our-expert figure {
    float: left;
    width: 100px;
    margin: 0 20px 0 0;
}
.our-expert figure img {
    max-width: 100%;
    height: auto;
}
.our-expert .heading {
    display: block;
}
.our-expert .promt {
    display: block;
    margin-bottom: 30px;
}
.our-expert .link-bar {
    font-size: 14px;
    padding-top: 10px;
    position: absolute;
    bottom: 0;
    right: 0;
}
.our-expert .link-bar .ico-32 {
    width: 24px;
    height: 24px;
    background-size: 100% auto;
}
@media (max-width: 575px) {
    .our-expert figure {
        height: 100px;
        margin: 0 15px 10px 0;
    }
    .our-expert figure img {
        max-height: 100%;
    }
    .our-expert .heading {
        min-height: 110px;
        overflow: auto;
    }
    .our-expert .promt {
        clear: both;
        width: 100%;
    }
}