html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

main {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b, strong {
    font-weight: bolder
}

code, kbd, samp {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

button, input, optgroup, select, textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

[type=button], [type=reset], [type=submit], button {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox], [type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

[hidden], template {
    display: none
}

@font-face {
    font-family: Helvetica;
    src: url(../fonts/HelveticaLTStd/HelveticaLTStd-Roman.woff) format("woff2"), url(../fonts/HelveticaLTStd/HelveticaLTStd-Roman.woff) format("woff"), url(../fonts/HelveticaLTStd/HelveticaLTStd-Roman.ttf) format("truetype");
    font-display: swap;
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: AvenirNextCyr;
    src: url(../fonts/AvenirNextCyr/AvenirNextCyr-Regular.woff) format("woff2"), url(../fonts/AvenirNextCyr/AvenirNextCyr-Regular.woff) format("woff"), url(../fonts/AvenirNextCyr/AvenirNextCyr-Regular.ttf) format("truetype");
    font-display: swap;
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: AvenirNextCyr;
    src: url(../fonts/AvenirNextCyr/AvenirNextCyr-Demi.woff) format("woff2"), url(../fonts/AvenirNextCyr/AvenirNextCyr-Demi.woff) format("woff"), url(../fonts/AvenirNextCyr/AvenirNextCyr-Demi.ttf) format("truetype");
    font-display: swap;
    font-weight: 600;
    font-style: normal
}

@font-face {
    font-family: AvenirNextCyr;
    src: url(../fonts/AvenirNextCyr/AvenirNextCyr-Bold.woff) format("woff2"), url(../fonts/AvenirNextCyr/AvenirNextCyr-Bold.woff) format("woff"), url(../fonts/AvenirNextCyr/AvenirNextCyr-Bold.ttf) format("truetype");
    font-display: swap;
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: AvenirNextCyr;
    src: url(../fonts/AvenirNextCyr/AvenirNextCyr-Heavy.woff) format("woff2"), url(../fonts/AvenirNextCyr/AvenirNextCyr-Heavy.woff) format("woff"), url(../fonts/AvenirNextCyr/AvenirNextCyr-Heavy.ttf) format("truetype");
    font-display: swap;
    font-weight: 900;
    font-style: normal
}

html {
    box-sizing: border-box
}

*, :after, :before {
    box-sizing: inherit
}

p {
    margin-top: 0;
    margin-bottom: 0
}

a {
    color: #000;
    text-decoration: none;
    transition: .25s
}

ol, ul {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    list-style: none
}

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    clip: rect(0, 0, 0, 0)
}

.button {
    border: 0;
    cursor: pointer;
    outline: none;
    transition: .25s
}

.button--primary {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    padding: 10px 28px 10px 14px;
    font-family: AvenirNextCyr;
    font-size: 18px;
    font-weight: 600;
    background-image: -webkit-gradient(linear, left top, right top, from(#eca40d), to(#fdd071));
    background-image: linear-gradient(90deg, #eca40d 0, #fdd071);
    text-transform: uppercase;
    border-radius: 40px
}

.button--primary:before {
    content: "";
    flex-shrink: 0;
    width: 60px;
    height: 60px;
    margin-right: 16px;
    background-color: #fff;
    border-radius: 50%
}

.button--primary:hover {
    box-shadow: 0 2px 20.37px .63px #f3b739
}

.input, .textarea {
    padding: 0;
    font-family: inherit;
    border: 0;
    transition: .25s
}

.input:focus, .textarea:focus {
    outline: none
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start
}

.text-primary {
    color: #4f98da
}

.text-bold {
    font-weight: 700
}

.swiper-container--trust-us {
    width: 100%;
    height: 100%;
    padding: 32px 20px 34px;
    overflow: hidden
}

.page {
    margin: 0;
    padding: 0;
    font-family: Helvetica;
    font-size: 14px;
    font-weight: 400;
    color: #000
}

.header {
    box-shadow: 0 3px 25px 0 rgba(30, 30, 28, .4)
}

.header-top {
    padding-top: 9px;
    padding-bottom: 9px;
    background-color: #4f98da
}

.header-top__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap
}

.header-top__address {
    color: #fff
}

.header-top__phones {
    flex-wrap: wrap
}

.header-top__phones, .header-top__phones-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center
}

.header-top__phones-link {
    color: #fff
}

.header-top__phones-link:not(:last-child) {
    margin-right: 20px
}

.header-top__phones-link:before {
    content: "";
    width: 18px;
    height: 18px;
    margin-right: 7px;
    background: url(../img/phone.svg) no-repeat 50%/cover
}

.header-top__email {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    color: #fff
}

.header-top__email:before {
    content: "";
    width: 25px;
    height: 18px;
    margin-right: 10px;
    background: url(../img/email.svg) no-repeat 50%
}

.header-bottom {
    padding-top: 21px;
    padding-bottom: 26px
}

.header-bottom__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap
}

.header-bottom__logo {
    margin-right: 10px
}

.header-bottom__nav-menu {
    margin-right: 30px
}

.header-bottom__login-link {
    margin-right: 16px
}

.header-bottom__language {
    margin-right: 30px
}

.header-bottom__pay-loan {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    padding: 10px 28px 10px 14px;
    font-size: 18px;
    background-image: -webkit-gradient(linear, left top, right top, from(#eca40d), to(#fdd071));
    background-image: linear-gradient(90deg, #eca40d 0, #fdd071);
    text-transform: uppercase;
    border-radius: 40px
}

.header-bottom__pay-loan:before {
    content: "";
    width: 60px;
    height: 60px;
    margin-right: 16px;
    background: #fff url(../img/cards.svg) no-repeat 50%;
    border-radius: 50%
}

.header-bottom__pay-loan:hover {
    box-shadow: 0 2px 20.37px .63px #f3b739
}

.nav-menu__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center
}

.nav-menu__item:not(:last-child) {
    margin-right: 30px
}

.nav-menu__link {
    font-size: 15px
}

.nav-menu__link:hover {
    color: #4f98da
}

.nav-menu.active {
    display: block
}

.login-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    background: #4f98da url(../img/profile.svg) no-repeat 50%;
    border-radius: 50%;
    box-shadow: 0 2px 20.37px .63px rgba(88, 88, 88, .15)
}

.login-link:hover {
    background: #fff url(../img/profile-blue.svg) no-repeat 50%
}

.language {
    position: relative
}

.language:hover .language__link:last-child, .language__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.language__link {
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    font-family: AvenirNextCyr;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 50%;
    box-shadow: 0 2px 20.37px .63px rgba(88, 88, 88, .15)
}

.language__link--active {
    pointer-events: none
}

.language__link:hover {
    background-color: #4f98da;
    color: #fff
}

.language__link:last-child {
    display: none;
    position: absolute;
    top: 100%;
    background-color: #fff
}

.language__link:last-child:hover {
    background-color: #4f98da
}

.main {
    padding-top: 70px;
    padding-bottom: 100px
}

.main__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-shrink: 0;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
    font-family: AvenirNextCyr;
    font-size: 40px;
    font-weight: 700;
    text-align: center
}

.main__title:after {
    content: "";
    flex-shrink: 0;
    width: 25px;
    height: 25px;
    margin-left: 16px;
    background-color: #4f98da;
    border-radius: 5px;
    box-shadow: 0 0 15px rgba(79, 152, 218, .2);
    transform: rotate(-45deg)
}

.section__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 0;
    margin-bottom: 0;
    font-family: AvenirNextCyr;
    font-size: 40px;
    font-weight: 400;
    text-align: center
}

.section__title span {
    margin-right: 10px;
    font-weight: 700
}

.section__title:after {
    content: "";
    flex-shrink: 0;
    width: 25px;
    height: 25px;
    margin-left: 16px;
    background-color: #4f98da;
    border-radius: 5px;
    box-shadow: 0 0 15px rgba(79, 152, 218, .2);
    transform: rotate(-45deg)
}

.why-we {
    padding-top: 50px;
    padding-bottom: 100px;
    background: url(../img/why-we-bg.png) no-repeat 50%
}

.why-we__title {
    margin-bottom: 58px
}

.why-we__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.why-we__item {
    max-width: 408px;
    width: 100%;
    box-shadow: 0 2px 20.37px .63px rgba(88, 88, 88, .15);
    border-radius: 30px;
    overflow: hidden;
    transition: .25s
}

.why-we__item:first-child .why-we__name:before {
    background: url(../img/online.png) no-repeat 50%/cover
}

.why-we__item:nth-child(2) .why-we__name:before {
    background: url(../img/quickly.svg) no-repeat 50%/cover
}

.why-we__item:nth-child(3) .why-we__name:before {
    background: url(../img/transparently.png) no-repeat 50%/cover
}

.why-we__item:hover {
    transform: scale(1.025)
}

.why-we__name {
    position: relative;
    padding-top: 23px;
    padding-bottom: 23px;
    font-size: 36px;
    color: #fff;
    background-image: -webkit-gradient(linear, left top, right top, from(#4f98da), to(#c2dbf2));
    background-image: linear-gradient(90deg, #4f98da 0, #c2dbf2);
    text-align: center
}

.why-we__name:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 30px;
    width: 56px;
    height: 56px;
    transform: translateY(-50%)
}

.why-we__text {
    padding: 25px 45px 47px;
    font-size: 18px;
    line-height: 24px;
    text-align: center
}

.loan-rates {
    padding-top: 80px;
    background: url(../img/loan-rates-bg.png) no-repeat 50%/cover, -webkit-gradient(linear, left top, right top, from(#83b6e4), to(#f3f7fb));
    background: url(../img/loan-rates-bg.png) no-repeat 50%/cover, linear-gradient(90deg, #83b6e4 0, #f3f7fb)
}

.loan-rates__title {
    margin-bottom: 20px;
    color: #fff
}

.loan-rates__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    box-shadow: 0 2px 20.37px .63px rgba(88, 88, 88, .15);
    border-radius: 30px;
    overflow: hidden;
    transform: translateY(48px)
}

.loan-rates__item {
    width: 16.66667%;
    padding: 35px 18px 55px;
    background-color: #fff
}

.loan-rates__item:nth-child(odd) {
    color: #fff;
    background-image: -webkit-gradient(linear, left top, right top, from(#5ca0dd), to(#abceed));
    background-image: linear-gradient(90deg, #5ca0dd, #abceed)
}

.loan-rates__item:nth-child(odd) .loan-rates__img-wrapper {
    background-color: #fff
}

.loan-rates__img-wrapper {
    margin-right: auto;
    margin-bottom: 43px;
    margin-left: auto;
    background-color: #4f98da;
    border-radius: 50%
}

.loan-rates__name {
    margin-bottom: 52px;
    font-family: AvenirNextCyr;
    font-size: 30px;
    font-weight: 700;
    text-align: center
}

.loan-rates__img-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 166px;
    height: 166px
}

.loan-rates__text {
    font-size: 24px;
    text-align: center
}

.loan-rates__text:not(:last-child) {
    margin-bottom: 10px
}

.statistics {
    padding-top: 120px;
    background: url(../img/statistics-bg.png) no-repeat bottom
}

.statistics__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap
}

.statistics__img {
    margin-right: 5px;
    margin-left: 5px
}

.statistics__column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 60px
}

.statistics__value {
    margin-bottom: 5px;
    font-family: AvenirNextCyr;
    font-size: 48px;
    font-weight: 700;
    color: #4f98da
}

.statistics__label {
    font-size: 24px
}

.statistics__line {
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 57px;
    padding-top: 0;
    border-top: 8px solid #f2b330
}

.statistics__line, .statistics__line-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.statistics__line-column {
    flex-direction: column;
    align-items: center
}

.statistics__line-column:before {
    content: "";
    width: 34px;
    height: 34px;
    background-color: #fff;
    border: 10px solid #f2b330;
    border-radius: 50%;
    transform: translateY(-20px)
}

.statistics__line-column:first-child:before, .statistics__line-column:last-child:before {
    background-color: transparent;
    border-color: transparent
}

.statistics__line-value {
    margin-bottom: 5px;
    font-family: AvenirNextCyr;
    font-size: 36px;
    font-weight: 700;
    color: #4f98da
}

.statistics__line-label {
    font-size: 24px
}

.repay-loan, .submit-loan {
    padding-top: 70px;
    padding-bottom: 70px
}

.repay-loan__title, .submit-loan__title {
    margin-bottom: 75px
}

.repay-loan__list, .submit-loan__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap
}

.repay-loan__item, .submit-loan__item {
    max-width: 32%;
    width: 100%;
    background-color: #fff;
    border-radius: 30px;
    box-shadow: 0 2px 20.37px .63px rgba(88, 88, 88, .15);
    transition: .25s;
    overflow: hidden
}

.repay-loan__item:hover, .submit-loan__item:hover {
    transform: scale(1.1)
}

.repay-loan__img-wrapper, .submit-loan__img-wrapper {
    position: relative
}

.repay-loan__img, .submit-loan__img {
    display: block;
    margin-right: auto;
    margin-left: auto
}

.repay-loan__name, .submit-loan__name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 85px;
    padding-right: 50px;
    padding-left: 50px;
    font-size: 24px;
    background-image: -webkit-gradient(linear, left top, right top, from(#4f98da), to(#c2dbf2));
    background-image: linear-gradient(90deg, #4f98da 0, #c2dbf2);
    color: #fff;
    text-align: center
}

.repay-loan__text, .submit-loan__text {
    margin-right: 45px;
    margin-left: 45px;
    padding-top: 25px;
    font-size: 18px;
    line-height: 24px;
    text-align: center
}

.repay-loan__link, .submit-loan__link {
    max-width: 270px;
    margin-right: auto;
    margin-left: auto;
    transform: translateY(-50%)
}

.repay-loan__link:before, .submit-loan__link:before {
    background: #fff url(../img/dots.svg) no-repeat 50%
}

.submit-loan {
    padding-bottom: 12px;
    background: url(../img/submit-loan-bg.png) no-repeat top
}

.repay-loan {
    padding-bottom: 140px;
    background: url(../img/repay-loan-bg.png) no-repeat top
}

.repay-loan__title {
    margin-bottom: 60px
}

.our-services {
    padding-top: 98px;
    padding-bottom: 98px;
    background: url(../img/our-services-bg.png) no-repeat 50%/cover, -webkit-gradient(linear, left top, right top, from(#4f98da), to(#d3e5f6));
    background: url(../img/our-services-bg.png) no-repeat 50%/cover, linear-gradient(90deg, #4f98da 0, #d3e5f6)
}

.our-services__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 32px 48px 32px 58px;
    background-color: #fff;
    box-shadow: 0 2px 20.37px .63px rgba(88, 88, 88, .15);
    border-radius: 30px
}

.our-services__item:not(:last-child) {
    margin-bottom: 16px
}

.our-services__name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    font-family: AvenirNextCyr;
    font-size: 30px
}

.our-services__name:after {
    content: "";
    width: 25px;
    height: 25px;
    margin-left: 20px;
    background-color: #4f98da;
    border-radius: 5px;
    box-shadow: 0 2px 33.95px 1.05px rgba(79, 152, 218, .35);
    transform: rotate(45deg)
}

.our-services__name span {
    margin-right: 5px;
    font-weight: 700
}

.our-services__link {
    padding-right: 50px;
    font-size: 18px
}

.our-services__link:before {
    margin-right: 20px;
    background: #fff url(../img/eye.svg) no-repeat 50%
}

.trust-us {
    padding-top: 75px;
    padding-bottom: 75px;
    background: url(../img/trust-us-bg.png) no-repeat top
}

.trust-us__title {
    margin-bottom: 30px
}

.trust-us__list, .trust-us__video-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: flex-start
}

.trust-us__video-wrapper {
    flex-wrap: wrap;
    padding: 30px
}

.item-review, .trust-us__video-wrapper {
    border-radius: 30px;
    box-shadow: 0 2px 20.37px .63px rgba(88, 88, 88, .15)
}

.item-review {
    padding: 45px 30px 45px 50px
}

.item-review__name {
    margin-bottom: 5px;
    font-family: AvenirNextCyr;
    font-size: 30px;
    font-weight: 700
}

.item-review__profession {
    margin-bottom: 18px;
    font-size: 22px;
    color: #979797
}

.item-review__text {
    font-size: 18px;
    line-height: 30px
}

.item-video {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center
}

.item-video:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .35);
    border-radius: 20px
}

.item-video__img {
    max-width: 100%;
    height: auto;
    border-radius: 20px
}

.item-video__link {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 71px;
    height: 71px;
    background: #09d url(../img/video-play.png) no-repeat 50%;
    border-radius: 50%;
    transform: translate(-50%, -50%)
}

.seo-block {
    padding-bottom: 100px;
    background: url(../img/seo-block-bg.png) no-repeat bottom
}

.seo-block__content {
    max-height: 410px;
    padding-right: 85px
}

.seo-block__content h1, .seo-block__content h2, .seo-block__content h3, .seo-block__content h4, .seo-block__content h5, .seo-block__content h6 {
    font-family: AvenirNextCyr;
    text-align: center
}

.seo-block__content h1 {
    font-size: 30px
}

.seo-block__content h2 {
    font-size: 24px
}

.seo-block__content li, .seo-block__content p {
    font-size: 18px;
    line-height: 30px
}

.seo-block__content p:not(:last-child) {
    margin-top: 20px;
    margin-bottom: 20px
}

.seo-block__content li {
    margin-bottom: 5px
}

.seo-block__content ol, .seo-block__content ul {
    margin-top: 38px;
    margin-bottom: 38px
}

.seo-block__content li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center
}

.seo-block__content li:not(:last-child) {
    margin-bottom: 30px
}

.seo-block__content li:before {
    content: "";
    flex-shrink: 0;
    width: 25px;
    height: 25px;
    margin-right: 17px;
    margin-left: 5px;
    background-color: #4f98da;
    border-radius: 5px;
    box-shadow: 0 0 15px rgba(79, 152, 218, .2);
    transform: rotate(-45deg)
}

.seo-block__content a {
    color: #4f98da
}

.seo-block__content a:hover {
    text-decoration: underline
}

.seo-block .simplebar-track.simplebar-vertical {
    width: 20px;
    background-color: #e5e5e5;
    border-radius: 10px
}

.seo-block .simplebar-scrollbar {
    right: -18px;
    width: 50px;
    min-height: 50px;
    background: url(../img/slidecow.png) no-repeat 50%
}

.seo-block .simplebar-scrollbar:before {
    content: none
}

.about-credits {
    padding-top: 100px;
    padding-bottom: 80px;
    background: #f7f7f7 url(../img/about-credit-bg.png) no-repeat bottom
}

.about-credits__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap
}

.about-credits__item {
    max-width: 412px;
    width: 100%;
    padding: 38px 12px 32px 37px;
    background-color: #fff;
    box-shadow: 0 2px 20.37px .63px rgba(88, 88, 88, .15);
    border-radius: 20px
}

.about-credits__name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: flex-start;
    min-height: 55px;
    margin-bottom: 10px;
    font-family: AvenirNextCyr;
    font-size: 24px;
    font-weight: 700
}

.about-credits__name:before {
    content: "";
    flex-shrink: 0;
    width: 30px;
    height: 30px;
    margin-right: 18px;
    background-color: #4f98da;
    box-shadow: 0 2px 33.95px 1.05px rgba(79, 152, 218, .35);
    border-radius: 5px;
    transform: rotate(45deg)
}

.about-credits__text {
    font-size: 18px;
    line-height: 30px
}

.breadcrumbs__list {
    flex-wrap: wrap;
    padding-top: 40px;
    padding-bottom: 65px
}

.breadcrumbs__item, .breadcrumbs__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center
}

.breadcrumbs__item {
    font-size: 18px
}

.breadcrumbs__item:not(:last-child):after {
    content: "/";
    margin-right: 5px;
    margin-left: 5px
}

.breadcrumbs__item:last-child {
    color: #4f98da
}

.breadcrumbs__link {
    font-size: 18px
}

.breadcrumbs__link:hover {
    color: #4f98da
}

.faq {
    background: url(../img/faq-bg.png) no-repeat 50%
}

.faq__list {
    margin-bottom: 75px
}

.faq__item {
    margin-bottom: 16px;
    border-radius: 10px;
    box-shadow: 0 2px 20.37px .63px rgba(88, 88, 88, .15);
    overflow: hidden
}

.faq__item:hover .faq__name {
    color: #4f98da
}

.faq__name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    padding: 14px 30px 14px 16px;
    font-size: 22px;
    border-radius: 10px;
    box-shadow: 0 2px 20.37px .63px rgba(88, 88, 88, .15);
    cursor: pointer;
    transition: .25s
}

.faq__name:before {
    content: "";
    flex-shrink: 0;
    width: 56px;
    height: 56px;
    margin-right: 16px;
    background: #4f98da url(../img/question.svg) no-repeat 50%;
    border-radius: 50%
}

.faq__name:after {
    content: "";
    width: 15px;
    height: 15px;
    flex-shrink: 0;
    margin-left: auto;
    border-bottom: 3px solid #000;
    border-right: 3px solid #000;
    transform: rotate(-45deg);
    transition: transform .25s
}

.faq__name.active:after {
    transform: rotate(45deg) translateX(-4px)
}

.faq__text {
    display: none;
    padding: 45px 55px;
    font-size: 18px;
    line-height: 30px
}

.ask-question__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0;
    margin-bottom: 65px;
    font-family: AvenirNextCyr;
    font-size: 40px;
    font-weight: 700;
    text-align: center
}

.ask-question__title:after {
    content: "";
    flex-shrink: 0;
    width: 25px;
    height: 25px;
    margin-left: 16px;
    background-color: #4f98da;
    border-radius: 5px;
    box-shadow: 0 0 15px rgba(79, 152, 218, .2);
    transform: rotate(-45deg)
}

.form-ask-question {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    align-items: flex-start
}

.form-ask-question__input, .form-ask-question__textarea {
    width: 100%;
    padding: 27px 42px;
    font-size: 24px;
    color: #000;
    border: 1px solid transparent;
    border-radius: 10px;
    box-shadow: 0 2px 20.37px .63px rgba(88, 88, 88, .15);
    outline: none
}

.form-ask-question__input:focus, .form-ask-question__input:hover, .form-ask-question__textarea:focus, .form-ask-question__textarea:hover {
    border-color: #4f98da
}

.form-ask-question__input:placeholder, .form-ask-question__textarea:placeholder {
    color: #c7c7c7
}

.form-ask-question__input {
    min-height: 84px;
    margin-bottom: 16px
}

.form-ask-question__textarea {
    min-height: 360px;
    margin-bottom: 48px;
    padding: 32px 42px
}

.form-ask-question__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    padding: 10px 65px 10px 14px;
    font-size: 18px;
    background-image: -webkit-gradient(linear, left top, right top, from(#eca40d), to(#fdd071));
    background-image: linear-gradient(90deg, #eca40d 0, #fdd071);
    text-transform: uppercase;
    border-radius: 40px
}

.form-ask-question__button:before {
    content: "";
    width: 60px;
    height: 60px;
    margin-right: 28px;
    background: #fff url(../img/send.svg) no-repeat 50%;
    border-radius: 50%
}

.form-ask-question__button:hover {
    box-shadow: 0 2px 20.37px .63px #f3b739
}

.footer {
    padding-top: 32px;
    background-color: #4f98da
}

.footer__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap
}

.footer__left-column {
    max-width: 400px;
    margin-right: 110px
}

.footer__logo {
    margin-bottom: 15px
}

.footer__text {
    line-height: 22px;
    color: #fff
}

.footer__list {
    margin-top: 30px
}

.footer__item:not(:last-child) {
    margin-bottom: 13px
}

.footer__link {
    color: #fff
}

.footer__payments {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 24px;
    padding-bottom: 24px
}

.footer__contacts {
    margin-top: 32px
}

.footer-contacts {
    padding-top: 24px;
    padding-bottom: 24px;
    border-top: 1px solid hsla(0, 0%, 100%, .35);
    border-bottom: 1px solid hsla(0, 0%, 100%, .35)
}

.footer-contacts__address, .footer-contacts__label, .footer-contacts__time-work {
    font-size: 18px;
    color: #fff
}

.footer-contacts__address, .footer-contacts__label {
    margin-bottom: 14px
}

.footer-contacts__emails, .footer-contacts__phones {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    align-items: flex-start
}

.footer-contacts__phones {
    margin-right: 30px
}

.footer-contacts__emails-link, .footer-contacts__phones-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    font-size: 18px;
    color: #fff
}

.footer-contacts__emails-link:not(:last-child), .footer-contacts__phones-link:not(:last-child) {
    margin-bottom: 10px
}

.footer-contacts__phones-link:before {
    content: "";
    width: 23px;
    height: 23px;
    margin-right: 10px;
    background: url(../img/phone.svg) no-repeat 50%/cover
}

.footer-contacts__emails-link:before {
    content: "";
    width: 28px;
    height: 21px;
    margin-right: 10px;
    background: url(../img/email.svg) no-repeat 50%/cover
}

.underfooter {
    padding-top: 18px;
    padding-bottom: 18px;
    background-color: #1b1b1b
}

.underfooter__copyright {
    font-size: 14px;
    color: #fff;
    text-align: center
}

.blog {
    background: url(../img/blog-bg.png) no-repeat 50%
}

.blog__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: flex-start;
    margin-bottom: 65px
}

.blog__list {
    max-width: calc(100% - 530px);
    width: 100%;
    margin-right: 30px
}

.blog__item:not(:last-child) {
    margin-bottom: 25px
}

.blog__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: stretch;
    padding: 25px 25px 17px;
    border-radius: 20px;
    box-shadow: 0 2px 20.37px .63px rgba(88, 88, 88, .15)
}

.blog__link:hover .blog__img {
    transform: scale(1.05)
}

.blog__link:hover .blog__name {
    color: #4f98da
}

.blog__img-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    max-width: 260px;
    max-height: 235px;
    margin-right: 24px;
    overflow: hidden
}

.blog__img {
    transition: transform .5s ease-out
}

.blog__name {
    margin-bottom: 5px;
    font-family: AvenirNextCyr;
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    transition: .25s
}

.blog__text {
    font-size: 18px;
    line-height: 30px
}

.blog__right-column {
    max-width: 530px;
    width: 100%
}

.blog .credit-calculator {
    flex-basis: auto;
    margin-bottom: 15px
}

.blog__form-search {
    margin-bottom: 16px
}

.pagination__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 655px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding: 16px 20px;
    border-radius: 20px;
    box-shadow: 0 2px 20.37px .63px rgba(88, 88, 88, .15)
}

.pagination__item:not(:last-child) {
    margin-right: 10px
}

.pagination__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 66px;
    height: 66px;
    font-size: 30px;
    border-radius: 50%
}

.pagination__link--active {
    background-color: #4f98da;
    color: #fff
}

.pagination__link--next, .pagination__link--prev {
    position: relative;
    box-shadow: 0 2px 20.37px .63px rgba(88, 88, 88, .15)
}

.pagination__link--next:before, .pagination__link--prev:before {
    content: "";
    position: absolute;
    top: 50%;
    width: 15px;
    height: 15px
}

.pagination__link--prev:before {
    left: 30px;
    border-top: 2px solid #000;
    border-left: 2px solid #000;
    transform: translateY(-50%) rotate(-45deg)
}

.pagination__link--next:before {
    left: 25px;
    border-bottom: 2px solid #000;
    border-right: 2px solid #000;
    transform: translateY(-50%) rotate(-45deg)
}

.pagination__link:hover {
    background-color: #4f98da;
    color: #fff
}

.pagination__link:hover:before {
    border-color: #fff
}

.form-search-blog__input-wrapper {
    position: relative
}

.form-search-blog__input-wrapper:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 30px;
    width: 24px;
    height: 25px;
    background: url(../img/search.svg) no-repeat 50%/cover;
    transform: translateY(-50%)
}

.form-search-blog__input {
    width: 100%;
    padding: 28px 28px 28px 65px;
    font-size: 24px;
    border: 1px solid #b8b8b8;
    border-radius: 10px
}

.form-search-blog__input:focus, .form-search-blog__input:hover {
    border-color: #4f98da
}

.form-search-blog__input:placeholder {
    color: #b8b8b8
}

.article {
    background: url(../img/article-bg.png) no-repeat 50%
}

.article__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 60px
}

.article__img {
    border-radius: 10px;
    box-shadow: 0 2px 20.37px .63px rgba(88, 88, 88, .15)
}

.article__content h1, .article__content h2, .article__content h3, .article__content h4, .article__content h5, .article__content h6 {
    font-family: AvenirNextCyr;
    text-align: center
}

.article__content h1 {
    font-size: 30px
}

.article__content h2 {
    font-size: 24px
}

.article__content p {
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 30px
}

.article__content ol, .article__content ul {
    margin-top: 38px;
    margin-bottom: 38px
}

.article__content li {
    position: relative;
    padding-left: 47px;
    font-size: 18px;
    line-height: 30px
}

.article__content li:not(:last-child) {
    margin-bottom: 30px
}

.article__content li:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 5px;
    flex-shrink: 0;
    width: 25px;
    height: 25px;
    background-color: #4f98da;
    border-radius: 5px;
    box-shadow: 0 0 15px rgba(79, 152, 218, .2);
    transform: translateY(-50%) rotate(-45deg)
}

.article__content a {
    color: #4f98da
}

.article__content a:hover {
    text-decoration: underline
}

.article__wrapper-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 45px
}

.article__get-money, .article__link-back {
    max-width: 350px;
    width: 100%
}

.article__link-back {
    margin-right: 20px
}

.article__link-back:before {
    background: #fff url(../img/materials.svg) no-repeat 50%
}

.article__get-money:before {
    background: #fff url(../img/money.svg) no-repeat 50%
}

.article__neightbours {
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 70px
}

.article__neightbours, .article__neightbours-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center
}

.article__neightbours-link {
    position: relative;
    width: 42%;
    font-family: AvenirNextCyr;
    font-size: 24px;
    font-weight: 700
}

.article__neightbours-link:hover {
    color: #4f98da
}

.article__neightbours-link:hover:before {
    background-color: #4f98da
}

.article__neightbours-link:hover:after {
    border-color: #fff
}

.article__neightbours-link:before {
    content: "";
    position: absolute;
    top: 50%;
    flex-shrink: 0;
    width: 66px;
    height: 66px;
    border-radius: 50%;
    box-shadow: 0 2px 20.37px .63px rgba(88, 88, 88, .15);
    transform: translateY(-50%);
    transition: .25s
}

.article__neightbours-link:after {
    content: "";
    position: absolute;
    top: 50%;
    width: 15px;
    height: 15px;
    border-top: 2px solid #000;
    border-left: 2px solid #000;
    transition: .25s
}

.article__neightbours-link--prev {
    padding-left: 91px;
    text-align: left
}

.article__neightbours-link--prev:before {
    left: 0
}

.article__neightbours-link--prev:after {
    left: 30px;
    transform: translateY(-50%) rotate(-45deg)
}

.article__neightbours-link--next {
    padding-right: 91px;
    text-align: right
}

.article__neightbours-link--next:before {
    right: 0
}

.article__neightbours-link--next:after {
    right: 28px;
    transform: translateY(-50%) rotate(135deg)
}

.read-also__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    margin-bottom: 55px;
    font-family: AvenirNextCyr;
    font-size: 40px;
    font-weight: 400;
    text-align: center
}

.read-also__title span {
    margin-right: 10px;
    font-weight: 700
}

.read-also__title:after {
    content: "";
    width: 25px;
    height: 25px;
    margin-left: 16px;
    background-color: #4f98da;
    border-radius: 5px;
    box-shadow: 0 0 15px rgba(79, 152, 218, .2);
    transform: rotate(-45deg)
}

.read-also__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap
}

.read-also__item {
    width: calc(33.33333% - 15px);
    padding: 20px;
    border-radius: 20px;
    box-shadow: 0 2px 20.37px .63px rgba(88, 88, 88, .15)
}

.read-also__img {
    max-width: 100%;
    height: auto;
    margin-bottom: 25px
}

.read-also__name {
    margin-bottom: 16px;
    font-family: AvenirNextCyr;
    font-size: 24px;
    font-weight: 700;
    line-height: 30px
}

.read-also__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    max-width: 232px;
    padding: 9px 42px 9px 9px;
    font-size: 16px;
    background-image: -webkit-gradient(linear, left top, right top, from(#eca40d), to(#fdd071));
    background-image: linear-gradient(90deg, #eca40d 0, #fdd071);
    text-transform: uppercase;
    border-radius: 35px
}

.read-also__link:before {
    content: "";
    width: 52px;
    height: 52px;
    margin-right: 22px;
    background: #fff url(../img/dots.svg) no-repeat 50%;
    border-radius: 50%
}

.read-also__link:hover {
    box-shadow: 0 2px 20.37px .63px #f3b739
}

.main-screen {
    position: relative;
    padding-top: 25px;
    background: url(../img/main-screen-bg.png) no-repeat 50%/cover;
    overflow-x: hidden;
    box-shadow: inset 0 -44px 0 #fff
}

.main-screen h1.main-screen__title {
    font-weight: 400
}

.main-screen h1.main-screen__title span {
    font-weight: 900;
    margin-right: 10px
}

.main-screen__title {
    margin-bottom: 12px;
    font-weight: 400
}

.main-screen__title span {
    font-weight: 900;
    margin-right: 10px
}

.main-screen__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap
}

.main-screen__left-column {
    flex: 0 0 45%;
    max-width: 45%;
    padding-top: 45px
}

.main-screen__text {
    position: relative;
    margin-bottom: 22px;
    font-family: AvenirNextCyr;
    font-size: 40px;
    line-height: 40px
}

.main-screen__text:before {
    content: "";
    position: absolute;
    top: 5px;
    left: -55px;
    width: 41px;
    height: 37px;
    background: url(../img/money.png) no-repeat 50%
}

.main-screen__text span {
    display: block;
    font-weight: 900
}

.main-screen__design-img {
    transform: translateX(-44px)
}

.main-screen .credit-calculator {
    flex-basis: 645px;
    margin-left: auto
}

.landing-page {
    padding-top: 0;
    padding-bottom: 90px
}

.landing-page__title {
    margin-bottom: 20px
}

.landing-page__content {
    padding-top: 50px;
    background: url(../img/landing-page-bg.png) no-repeat 50%
}

.landing-page__content h2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    margin-bottom: 55px;
    font-family: AvenirNextCyr;
    font-size: 40px;
    font-weight: 700
}

.landing-page__content h2:after {
    content: "";
    flex-shrink: 0;
    width: 25px;
    height: 25px;
    margin-left: 16px;
    background-color: #4f98da;
    border-radius: 5px;
    box-shadow: 0 0 15px rgba(79, 152, 218, .2);
    transform: rotate(-45deg)
}

.landing-page__content p {
    font-size: 18px;
    line-height: 30px
}

.landing-page__content p:not(:last-child) {
    margin-bottom: 30px
}

.landing-page__content ol, .landing-page__content ul {
    margin-top: 38px;
    margin-bottom: 38px
}

.landing-page__content li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    font-size: 18px;
    line-height: 30px
}

.landing-page__content li:not(:last-child) {
    margin-bottom: 30px
}

.landing-page__content li:before {
    content: "";
    flex-shrink: 0;
    width: 25px;
    height: 25px;
    margin-right: 17px;
    margin-left: 5px;
    background-color: #4f98da;
    border-radius: 5px;
    box-shadow: 0 0 15px rgba(79, 152, 218, .2);
    transform: rotate(-45deg)
}

.landing-page__content a {
    color: #4f98da
}

.landing-page__content a:hover {
    text-decoration: underline
}

.landing-page .credit-calculator {
    flex: 0 0 50%;
    max-width: 50%
}

.landing-page__get-money {
    max-width: 350px;
    width: 100%;
    margin: 30px auto
}

.landing-page__get-money:before {
    background: #fff url(../img/money.svg) no-repeat 50%
}

.landing-services__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap
}

.landing-services__item {
    width: 100%;
    max-width: calc(20% - 14px);
    margin-right: 14px;
    margin-bottom: 12px
}

.landing-services__item:nth-child(5n+5) {
    margin-right: 0
}

.landing-services__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    min-height: 52px;
    padding: 10px 20px;
    font-size: 14px;
    border-radius: 10px;
    box-shadow: 0 2px 20.37px .63px rgba(88, 88, 88, .15)
}

.landing-services__link:hover {
    background-color: #4f98da;
    color: #fff
}

.contacts {
    background: url(../img/contacts-bg.png) no-repeat 50%
}

.contacts__main-screen {
    position: relative;
    padding-bottom: 222px;
    /*padding-bottom: 63px;*/
    background: url(../img/contacts-grass.png) no-repeat center bottom -60px
}

.contacts__main-screen:before {
    content: "";
    position: absolute;
    bottom: 78px;
    left: 128px;
    width: 250px;
    height: 320px;
    background: url(../img/cow-contacts.png) no-repeat 50%;
    z-index: -1
}

.contacts__title {
    margin-bottom: 95px
}

.contacts__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap
}

.contacts__info {
    max-width: 720px
}

.contacts__address, .contacts__time-work {
    font-size: 24px
}

.contacts__address {
    margin-bottom: 25px
}

.contacts__label {
    margin-bottom: 15px;
    font-size: 24px;
    font-weight: 700
}

.contacts__time-work {
    margin-bottom: 40px
}

.contacts__emails, .contacts__phones {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    align-items: flex-start
}

.contacts__phones {
    margin-right: 45px
}

.contacts__emails-link, .contacts__phones-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    font-size: 24px
}

.contacts__emails-link:hover, .contacts__phones-link:hover {
    color: #4f98da
}

.contacts__phones-link:before {
    content: "";
    width: 30px;
    height: 30px;
    margin-right: 10px;
    background: url(../img/phone-blue.svg) no-repeat 50%/cover
}

.contacts__emails-link:before {
    content: "";
    width: 30px;
    height: 23px;
    margin-right: 15px;
    background: url(../img/email-blue.svg) no-repeat 50%/cover
}

.contacts__map {
    position: relative;
    width: 100%;
    height: 596px;
    margin-bottom: 37px;
    border-radius: 10px;
    box-shadow: 0 2px 20.37px .63px rgba(88, 88, 88, .15);
    transform: translateY(-31px);
    overflow: hidden;
}

.contacts__map iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.contacts .credit-calculator {
    margin-right: auto;
    margin-left: auto
}

.contacts .ask-question {
    padding-right: 15px;
    padding-left: 15px
}

.credit-calculator {
    flex-basis: 530px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 5px 15px 0 hsla(0, 0%, 69.8%, .4);
    z-index: 2;
    overflow: hidden
}

.credit-calculator__wrapper {
    padding: 26px 40px 76px 44px;
    background: url(../img/calculator-bg.png) no-repeat bottom/contain
}

.credit-calculator__conditions, .credit-calculator__results {
    margin-bottom: 35px
}

.credit-calculator__results .credit-calculator__row {
    flex-wrap: wrap
}

.credit-calculator__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    margin-bottom: 20px
}

.credit-calculator__label {
    font-family: AvenirNextCyr;
    font-size: 24px;
    font-weight: 700;
    color: #1b1b1b
}

.credit-calculator__label--grey {
    font-size: 16px;
    color: rgba(0, 0, 0, .5)
}

.credit-calculator__input {
    max-width: 165px;
    width: 100%;
    margin-left: auto;
    padding: 20px;
    font-size: 22px;
    background-color: #f5f5f5;
    color: #1b1b1b;
    text-align: center;
    text-transform: lowercase;
    border-radius: 32px
}

.credit-calculator__input span {
    font-weight: 900
}

.credit-calculator__slider {
    margin-top: 20px;
    margin-bottom: 8px
}

.credit-calculator__slider.noUi-target {
    height: 5px;
    background-color: #4f98da;
    border: 0;
    border-radius: 0
}

.credit-calculator__slider .noUi-handle {
    top: -32px;
    right: -26px;
    width: 53px;
    height: 55px;
    background: url(../img/slidecow.png) no-repeat 50%;
    border: 0;
    box-shadow: none;
    cursor: -webkit-grabbing;
    cursor: grabbing;
    outline: none
}

.credit-calculator__slider .noUi-handle:after, .credit-calculator__slider .noUi-handle:before {
    content: none
}

.credit-calculator__slider .noUi-handle-lower {
    display: none
}

.credit-calculator__slider .noUi-connect {
    background-color: #4f98da
}

.credit-calculator__value {
    font-size: 24px;
    font-weight: 700;
    text-transform: lowercase
}

.credit-calculator__value--end {
    margin-left: auto
}

.credit-calculator__value span {
    font-weight: 900
}

.credit-calculator__column-result:nth-child(2) {
    margin-right: auto;
    margin-left: auto
}

.credit-calculator__button {
    max-width: 270px
}

.credit-calculator__button:before {
    background: #fff url(../img/money.svg) no-repeat 50%
}

.popup-regions, .popup-services {
    display: none;
    max-width: 1600px;
    padding: 45px;
    border-radius: 10px;
    box-shadow: 0 2px 20.37px .63px rgba(88, 88, 88, .15)
}

.popup-regions__list, .popup-services__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap
}

.popup-regions__item, .popup-services__item {
    width: 100%;
    max-width: calc(20% - 14px);
    margin-right: 14px;
    margin-bottom: 12px
}

.popup-regions__item:nth-child(5n+5), .popup-services__item:nth-child(5n+5) {
    margin-right: 0
}

.popup-regions__link, .popup-services__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    min-height: 56px;
    padding: 10px 20px;
    font-size: 18px;
    border-radius: 10px;
    box-shadow: 0 2px 20.37px .63px rgba(88, 88, 88, .15)
}

.popup-regions__link:hover, .popup-services__link:hover {
    background-color: #4f98da;
    color: #fff
}

.popup-login {
    display: none;
    max-width: 725px;
    width: 100%;
    box-shadow: 0 2px 20.37px .63px rgba(88, 88, 88, .15);
    border-radius: 10px
}

.popup-login__title {
    margin-top: 0;
    margin-bottom: 30px;
    font-family: AvenirNextCyr;
    font-size: 48px;
    font-weight: 700;
    text-align: center
}

.popup-login__text {
    margin-bottom: 40px;
    font-size: 24px;
    line-height: 30px;
    text-align: center
}

.form-login__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center
}

.form-login__input {
    width: 100%;
    padding: 28px 36px;
    font-size: 24px;
    border: 1px solid transparent;
    border-radius: 10px;
    box-shadow: 0 2px 20.37px .63px rgba(88, 88, 88, .15)
}

.form-login__input:focus, .form-login__input:hover {
    border-color: #4f98da
}

.form-login__input:placeholder {
    color: #c7c7c7
}

.form-login__input:not(:last-child) {
    margin-bottom: 16px
}

.form-login__input:last-child {
    margin-bottom: 25px
}

.form-login__input-remember-me {
    display: none
}

.form-login__input-remember-me:checked + .form-login__label-remember-me:after {
    opacity: 1
}

.form-login__label-remember-me {
    position: relative;
    display: block;
    margin-top: 20px;
    margin-bottom: 42px;
    padding-left: 62px;
    font-size: 21px;
    cursor: pointer
}

.form-login__label-remember-me:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid #b8b8b8;
    transform: translateY(-50%)
}

.form-login__label-remember-me:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 10px;
    width: 23px;
    height: 18px;
    background: url(../img/checked.svg) no-repeat 50%;
    transform: translateY(-50%);
    opacity: 0
}

.form-login__button {
    max-width: 210px;
    margin: 30px auto
}

.form-login__button:before {
    background: #fff url(../img/login.svg) no-repeat 50%
}

.form-login__link {
    font-size: 24px;
    font-weight: 700;
    color: #4f98da
}

.form-login__link--registration {
    margin-left: auto
}

.form-login__link:hover {
    text-decoration: underline
}

.popup-pay-loan {
    display: none;
    max-width: 725px;
    width: 100%;
    padding: 50px 50px 75px;
    border-radius: 10px;
    box-shadow: 0 2px 20.37px .63px rgba(88, 88, 88, .15)
}

.popup-pay-loan__title {
    margin-bottom: 20px;
    font-family: AvenirNextCyr;
    font-size: 48px;
    font-weight: 700;
    text-align: center
}

.popup-pay-loan__text {
    margin-bottom: 30px;
    font-size: 24px;
    line-height: 30px;
    text-align: center
}

.form-pay-loan__field {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center
}

.form-pay-loan__field--to-pay {
    position: relative;
    margin-top: 18px;
    margin-bottom: 44px
}

.form-pay-loan__field--to-pay:after {
    content: "грн.";
    position: absolute;
    top: 50%;
    right: 35px;
    font-size: 24px;
    color: #c7c7c7;
    transform: translateY(-50%)
}

.form-pay-loan__label {
    flex-shrink: 0;
    margin-right: 45px;
    font-size: 30px
}

.form-pay-loan__input {
    width: 100%;
    padding: 28px 36px;
    font-size: 24px;
    color: #000;
    border: 1px solid transparent;
    border-radius: 10px;
    box-shadow: 0 2px 20.37px .63px rgba(88, 88, 88, .15)
}

.form-pay-loan__input:focus, .form-pay-loan__input:hover {
    border-color: #4f98da
}

.form-pay-loan__input:placeholder {
    color: #c7c7c7
}

.form-pay-loan__button {
    margin-right: auto;
    margin-left: auto
}

.form-pay-loan__button:before {
    background: #fff url(../img/cards.svg) no-repeat 50%
}

.popup-application-rejected {
    display: none;
    max-width: 725px;
    width: 100%;
    padding: 55px 65px 60px;
    border-radius: 10px;
    box-shadow: 0 2px 20.37px .63px rgba(88, 88, 88, .15)
}

.popup-application-rejected__title {
    margin-bottom: 30px;
    font-family: AvenirNextCyr;
    font-size: 48px;
    font-weight: 700;
    text-align: center
}

.popup-application-rejected__text {
    margin-bottom: 30px;
    font-size: 24px;
    line-height: 30px;
    text-align: center
}

.popup-application-rejected__button {
    max-width: 290px;
    width: 100%;
    margin-right: auto;
    margin-left: auto
}

.popup-application-rejected__button:before {
    background: #fff url(../img/application-rejected.png) no-repeat 50%
}

.popup-vacancies {
    display: none;
    max-width: 685px;
    width: 100%;
    padding: 50px 90px 70px;
    border-radius: 10px;
    box-shadow: 0 2px 20.37px .63px rgba(88, 88, 88, .15)
}

.popup-vacancies__title {
    margin-bottom: 30px;
    font-family: AvenirNextCyr;
    font-size: 48px;
    font-weight: 700;
    text-align: center
}

.popup-vacancies__img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto
}

.personal-area {
    padding-bottom: 115px;
    background: url(../img/personal-area-bg.png) no-repeat 50%
}

.personal-area__title {
    margin-bottom: 60px
}

.personal-area__tabs {
    margin-bottom: 30px
}

.personal-area__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap
}

.personal-area__block:not(.active) {
    display: none
}

.personal-area__fields {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex-grow: 1;
    margin-right: 30px;
    padding: 38px 30px 42px 34px
}

.personal-area__fields, .personal-area__input {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 20.37px .63px rgba(88, 88, 88, .15)
}

.personal-area__input {
    width: 100%;
    padding: 29px 30px 29px 43px;
    font-size: 24px
}

.personal-area__input:placeholder {
    color: #c7c7c7
}

.personal-area__input:not(:last-child) {
    margin-bottom: 15px
}

.personal-area__input:focus, .personal-area__input:hover {
    box-shadow: 0 2px 20.37px .63px rgba(79, 152, 218, .5)
}

.personal-area .credit-calculator {
    flex-basis: 645px
}

.personal-area-tabs {
    justify-content: space-between;
    padding: 19px 20px;
    background-color: #fff;
    box-shadow: 0 2px 20.37px .63px rgba(88, 88, 88, .15)
}

.personal-area-tabs, .personal-area-tabs__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    border-radius: 10px
}

.personal-area-tabs__item {
    justify-content: center;
    padding: 23px 40px;
    font-family: AvenirNextCyr;
    font-size: 24px;
    font-weight: 700;
    transition: .25s
}

.personal-area-tabs__item.active {
    background-color: #4f98da;
    color: #fff
}

.personal-area-tabs__item--tabs {
    cursor: pointer
}

.history-loan {
    width: 100%;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 20.37px .63px rgba(88, 88, 88, .15)
}

.history-loan__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 46px 63px
}

.history-loan__thead {
    font-family: AvenirNextCyr;
    font-size: 18px;
    font-weight: 700
}

.profile {
    background: url(../img/profile-bg.png) no-repeat 50%
}

.profile .error {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-bottom: 25px;
    color: red
}

.form-profile {
    position: relative;
    padding: 78px 60px 95px;
    background-color: #fff;
    border-radius: 30px;
    box-shadow: 0 2px 20.37px .63px rgba(88, 88, 88, .15)
}

.form-profile__title {
    margin-bottom: 22px;
    font-size: 48px;
    font-weight: 400
}

.form-profile__title:after {
    content: none
}

.form-profile__title span {
    margin-right: 10px;
    font-weight: 700
}

.form-profile__subtitle {
    max-width: 80%;
    width: 100%;
    margin-right: auto;
    margin-bottom: 60px;
    margin-left: auto;
    font-family: Helvetica;
    font-size: 24px;
    text-align: center;
    line-height: 34px
}

.form-profile__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center
}

.form-profile__row:not(:last-child) {
    margin-bottom: 32px
}

.form-profile__row:last-child {
    margin-bottom: 45px
}

.form-profile__input {
    width: calc(50% - 15px);
    padding: 30px 47px;
    font-size: 24px;
    color: #000;
    border: 1px solid #b8b8b8;
    border-radius: 10px
}

.form-profile__input--full-width {
    width: 100%
}

.form-profile__input::-webkit-input-placeholder {
    color: #d4d4d4
}

.form-profile__input::-moz-placeholder {
    color: #d4d4d4
}

.form-profile__input::-ms-input-placeholder {
    color: #d4d4d4
}

.form-profile__input:-ms-input-placeholder {
    color: #d4d4d4
}

.form-profile__input::placeholder {
    color: #d4d4d4
}

.form-profile__input:not(:last-child) {
    margin-right: 30px
}

.form-profile__input:focus {
    border-color: #4f98da
}

.form-profile__checkbox {
    display: none
}

.form-profile__checkbox:checked + .form-profile__label:after {
    opacity: 1
}

.form-profile__label {
    position: relative;
    display: block;
    margin-bottom: 42px;
    padding-left: 62px;
    font-size: 21px;
    cursor: pointer
}

.form-profile__label:before {
    left: 0;
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid #b8b8b8
}

.form-profile__label:after, .form-profile__label:before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

.form-profile__label:after {
    left: 10px;
    width: 23px;
    height: 18px;
    background: url(../img/checked.svg) no-repeat 50%;
    opacity: 0
}

.form-profile__label-link {
    color: #4f98da;
    text-decoration: underline
}

.form-profile__label-link:hover {
    text-decoration: none
}

.form-profile__button-wrapper {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    padding: 10px 40px 10px 14px
}

.form-profile__button-wrapper:before {
    content: "";
    flex-shrink: 0;
    width: 60px;
    height: 60px;
    margin-right: 16px;
    background: #fff url(../img/arrow-right.svg) no-repeat 50%;
    border-radius: 50%;
    z-index: 2;
    pointer-events: none
}

.form-profile__button {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 280px;
    width: 100%;
    height: 100%;
    padding: 10px 40px 10px 14px;
    font-family: AvenirNextCyr;
    font-size: 18px;
    font-weight: 600;
    background-image: -webkit-gradient(linear, left top, right top, from(#eca40d), to(#fdd071));
    background-image: linear-gradient(90deg, #eca40d 0, #fdd071);
    text-transform: uppercase;
    border-radius: 40px;
    text-align: right
}

.form-profile__button:hover {
    box-shadow: 0 2px 20.37px .63px #f3b739
}

.not-found {
    padding-top: 100px;
    padding-bottom: 100px
}

.not-found__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap
}

.not-found__row:not(:last-child) {
    margin-bottom: 50px
}

.not-found__column {
    width: 33.33%
}

.not-found__title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 200px;
    font-weight: 700;
    color: #4f98da;
    text-align: right
}

.not-found__img {
    margin-right: 50px;
    margin-left: 50px
}

.not-found__content {
    width: 33.33%
}

.not-found__content h2 {
    margin-top: 0;
    margin-bottom: 24px;
    font-size: 48px;
    text-align: center
}

.not-found__content p {
    font-size: 24px;
    text-align: center
}

.not-found__button {
    margin-right: 15px;
    margin-left: 15px;
    padding: 15px 30px;
    font-family: AvenirNextCyr;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    border: 0;
    border-radius: 40px;
    background-image: -webkit-gradient(linear, left top, right top, from(#eca40d), to(#fdd071));
    background-image: linear-gradient(90deg, #eca40d 0, #fdd071);
    text-transform: uppercase;
    cursor: pointer;
    outline: none;
    transition: .25s
}

.not-found__button:hover {
    box-shadow: 0 2px 20.37px .63px #f3b739
}

.toggle-menu {
    display: none;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    padding: 0;
    background-color: #4f98da;
    border: none;
    border-radius: 50%;
    outline: none;
    cursor: pointer;
    z-index: 11
}

.toggle-menu__icon {
    position: relative;
    width: 20px;
    height: 3px;
    background-color: #fff;
    transition: .25s
}

.toggle-menu__icon:after, .toggle-menu__icon:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #fff;
    transition: .25s
}

.toggle-menu__icon:before {
    top: -7px
}

.toggle-menu__icon:after {
    top: 7px
}

.toggle-menu.active .toggle-menu__icon {
    background-color: transparent
}

.toggle-menu.active .toggle-menu__icon:before {
    top: 0;
    transform: rotate(45deg)
}

.toggle-menu.active .toggle-menu__icon:after {
    top: 0;
    transform: rotate(-45deg)
}

@media (max-width: 1900px) {
    .contacts__main-screen:before {
        content: none
    }
}

@media (max-width: 1309px) {
    .container {
        max-width: 1200px
    }
}

@media (max-width: 1200px) {
    .breadcrumbs__list {
        padding-top: 30px;
        padding-bottom: 30px
    }

    .underfooter {
        padding: 15px
    }

    .blog__list {
        max-width: 100%;
        margin-right: 0;
        order: 2
    }
}

@media (max-width: 992px) {
    .container {
        max-width: 960px
    }
}

@media (max-width: 768px) and (orientation: portrait) {
    .header-bottom__pay-loan {
        margin-top: 15px
    }
}

@media (max-width: 768px) and (orientation: landscape) {
    .header-bottom__pay-loan {
        margin-top: 0
    }
}

@media (max-width: 768px) {
    .swiper-container--trust-us {
        padding: 10px
    }

    .item-review {
        padding: 15px
    }

    .item-review__name {
        font-size: 24px
    }

    .landing-page .credit-calculator {
        flex: 0 0 100%;
        max-width: 100%
    }

    .landing-services__item:nth-child(5n+5) {
        margin-right: 14px
    }

    .landing-services__item:nth-child(2n+2) {
        margin-right: 0
    }

    .landing-services__item {
        max-width: calc(50% - 7px)
    }

    .popup-pay-loan__title {
        margin-bottom: 15px;
        font-size: 30px
    }
}

@media (max-width: 767px) and (orientation: landscape) {
    .footer__left-column {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        align-items: center
    }

    .footer__text {
        margin-left: 15px
    }

    .footer-contacts__phones {
        margin-bottom: 0
    }
}

@media (max-width: 767px) and (max-width: 1200px) {
    .blog__img-wrapper {
        margin-right: 15px;
        margin-bottom: 0
    }

    .pagination {
        display: block
    }
}

@media (max-width: 767px) {
    .button--primary:before {
        width: 40px;
        height: 40px;
        padding: 10px
    }

    .button--primary {
        margin-right: auto;
        margin-left: auto;
        padding: 10px;
        font-size: 16px;
        border-radius: 30px
    }

    .container {
        max-width: 720px
    }

    .header-top {
        display: none
    }

    .logo__img {
        max-width: 94px
    }

    .header-bottom {
        padding-top: 15px;
        padding-bottom: 15px
    }

    .header-bottom__language, .header-bottom__login-link, .header-bottom__logo, .header-bottom__nav-menu {
        margin-right: auto
    }

    .header-bottom__pay-loan {
        margin-right: auto;
        margin-left: auto;
        padding: 10px 20px 10px 10px;
        font-size: 16px;
        border-radius: 30px
    }

    .header-bottom__pay-loan:before {
        width: 40px;
        height: 40px;
        background-size: 50%
    }

    .nav-menu {
        display: none;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        padding-top: 30px;
        padding-bottom: 30px;
        background-color: #fff;
        box-shadow: 0 3px 25px 0 rgba(30, 30, 28, .4);
        z-index: 9
    }

    .nav-menu__list {
        flex-direction: column;
        align-items: flex-start;
        padding-left: 30px
    }

    .nav-menu__item:not(:last-child) {
        margin-right: 0;
        margin-bottom: 15px
    }

    .login-link {
        width: 50px;
        height: 50px;
        background-size: 40%
    }

    .language__link {
        width: 50px;
        height: 50px;
        font-size: 16px
    }

    .main {
        padding-top: 30px;
        padding-bottom: 30px
    }

    .main__title {
        display: block;
        font-size: 24px
    }

    .main__title:after {
        width: 20px;
        height: 20px
    }

    .section__title {
        display: block;
        font-size: 24px
    }

    .section__title span {
        margin-right: 5px
    }

    .section__title:after {
        width: 20px;
        height: 20px
    }

    .why-we {
        padding-top: 30px;
        padding-bottom: 30px
    }

    .why-we__title {
        margin-bottom: 30px
    }

    .why-we__item:not(:last-child) {
        margin-bottom: 15px
    }

    .why-we__name {
        padding-top: 15px;
        padding-bottom: 15px;
        font-size: 20px
    }

    .why-we__name:before {
        left: 15%;
        width: 30px;
        height: 30px
    }

    .why-we__text {
        padding: 15px;
        font-size: 16px;
        text-align: justify
    }

    .loan-rates {
        padding-top: 30px;
        padding-bottom: 30px
    }

    .loan-rates__title {
        margin-bottom: 30px
    }

    .loan-rates__list {
        transform: translateY(0)
    }

    .loan-rates__item {
        width: 100%;
        padding: 15px
    }

    .loan-rates__img-wrapper {
        width: 100px;
        height: 100px;
        margin-bottom: 15px
    }

    .loan-rates__img {
        width: 50%
    }

    .loan-rates__name {
        margin-bottom: 15px;
        font-size: 20px
    }

    .loan-rates__text {
        font-size: 20px
    }

    .loan-rates__text:not(:last-child) {
        margin-bottom: 5px
    }

    .statistics {
        padding-top: 30px;
        padding-bottom: 30px
    }

    .statistics__column {
        margin-top: 30px
    }

    .statistics__line {
        position: relative;
        margin-top: 30px;
        padding-top: 0;
        border-top: 0
    }

    .statistics__line:before {
        content: "";
        position: absolute;
        top: 0;
        left: 50%;
        width: 8px;
        height: 100%;
        background-color: #f2b330;
        transform: translateX(-50%)
    }

    .statistics__line-column {
        width: 100%
    }

    .statistics__line-column:nth-child(odd) {
        align-items: flex-start
    }

    .statistics__line-column:nth-child(2n) {
        align-items: flex-end
    }

    .statistics__line-column:before {
        align-self: center;
        transform: translateY(50px)
    }

    .repay-loan, .submit-loan {
        padding-top: 30px;
        padding-bottom: 30px
    }

    .repay-loan__title, .submit-loan__title {
        margin-bottom: 30px
    }

    .repay-loan__item, .submit-loan__item {
        max-width: 100%;
        padding-bottom: 0
    }

    .repay-loan__item:not(:last-child), .submit-loan__item:not(:last-child) {
        margin-bottom: 15px
    }

    .repay-loan__name, .submit-loan__name {
        min-height: auto;
        padding: 15px;
        font-size: 20px
    }

    .repay-loan__text, .submit-loan__text {
        margin-right: 15px;
        margin-left: 15px;
        font-size: 16px
    }

    .our-services {
        padding-top: 30px;
        padding-bottom: 30px
    }

    .our-services__item {
        padding: 15px 30px
    }

    .our-services__name {
        margin-bottom: 15px;
        font-size: 20px
    }

    .our-services__name:after {
        content: none
    }

    .trust-us {
        padding-top: 30px;
        padding-bottom: 30px
    }

    .trust-us__video-wrapper {
        padding: 15px
    }

    .trust-us__video:not(:last-child) {
        margin-bottom: 15px
    }

    .seo-block {
        padding-bottom: 30px
    }

    .seo-block__content {
        padding-right: 40px
    }

    .seo-block__content h1 {
        font-size: 24px
    }

    .seo-block__content h2 {
        font-size: 18px
    }

    .seo-block__content li, .seo-block__content p {
        font-size: 16px;
        line-height: 24px;
        text-align: justify
    }

    .seo-block__content ol, .seo-block__content ul {
        margin-top: 30px;
        margin-bottom: 30px
    }

    .seo-block__content li:not(:last-child) {
        margin-bottom: 15px
    }

    .seo-block__content li:before {
        width: 20px;
        height: 20px;
        transform: translateY(50%) rotate(-45deg)
    }

    .about-credits {
        padding-top: 30px;
        padding-bottom: 30px
    }

    .about-credits__item {
        padding: 30px
    }

    .about-credits__item:not(:last-child) {
        margin-bottom: 15px
    }

    .about-credits__name {
        margin-bottom: 15px;
        font-size: 20px
    }

    .about-credits__name:before {
        width: 25px;
        height: 25px
    }

    .about-credits__text {
        font-size: 16px;
        line-height: 24px
    }

    .breadcrumbs__link {
        font-size: 16px
    }

    .faq__list {
        margin-bottom: 30px
    }

    .faq__name {
        padding: 15px;
        font-size: 16px
    }

    .faq__name:before {
        width: 40px;
        height: 40px;
        background-size: 40%
    }

    .faq__text {
        padding: 15px;
        text-align: justify
    }

    .ask-question__title {
        font-size: 20px;
        margin-bottom: 30px
    }

    .ask-question__title:after {
        width: 20px;
        height: 20px
    }

    .form-ask-question__input, .form-ask-question__textarea {
        padding: 15px 20px;
        font-size: 16px
    }

    .form-ask-question__input {
        min-height: auto;
        margin-bottom: 15px
    }

    .form-ask-question__textarea {
        min-height: 200px;
        margin-bottom: 30px
    }

    .form-ask-question__button {
        margin-right: auto;
        margin-left: auto;
        padding: 10px 20px 10px 10px;
        font-size: 16px
    }

    .form-ask-question__button:before {
        width: 40px;
        height: 40px;
        margin-right: 15px;
        background-size: 50%
    }

    .footer {
        padding-top: 15px
    }

    .footer__left-column {
        max-width: 100%;
        margin-right: 0
    }

    .footer__logo {
        display: block;
        margin-right: auto;
        margin-left: auto
    }

    .footer__text {
        line-height: 20px;
        text-align: justify
    }

    .footer__payments {
        padding-top: 15px;
        padding-bottom: 15px
    }

    .footer__payments img {
        margin: 0 auto 10px
    }

    .footer__payments-img {
        margin-right: auto;
        margin-left: auto
    }

    .footer__payments-img:not(:last-child) {
        margin-bottom: 15px
    }

    .footer-contacts {
        padding-top: 15px;
        padding-bottom: 15px
    }

    .footer-contacts__info {
        width: 100%;
        margin-bottom: 15px
    }

    .footer-contacts__address, .footer-contacts__label, .footer-contacts__time-work {
        font-size: 16px
    }

    .footer-contacts__phones {
        margin-right: 0;
        margin-bottom: 15px
    }

    .footer-contacts__emails-link, .footer-contacts__phones-link {
        font-size: 16px
    }

    .footer-contacts__phones-link:before {
        width: 21px;
        height: 21px
    }

    .footer-contacts__emails-link:before {
        width: 21px;
        height: 14px
    }

    .blog__row {
        flex-wrap: wrap;
        margin-bottom: 30px
    }

    .blog__item:not(:last-child) {
        margin-bottom: 15px
    }

    .blog__link {
        flex-direction: column;
        align-items: center
    }

    .blog__img-wrapper {
        margin-right: 0;
        margin-bottom: 15px
    }

    .blog__name {
        margin-bottom: 10px;
        font-size: 20px;
        line-height: 24px
    }

    .blog__text {
        font-size: 16px;
        line-height: 24px;
        text-align: justify
    }

    .pagination {
        display: none
    }

    .form-search-blog__input-wrapper:before {
        left: 15px;
        width: 20px;
        height: 20px
    }

    .form-search-blog__input {
        padding: 15px 20px 15px 45px;
        font-size: 16px
    }

    .article__row {
        margin-bottom: 30px
    }

    .article__img {
        max-width: 100%;
        height: auto
    }

    .article__content h1 {
        font-size: 24px
    }

    .article__content h2 {
        font-size: 18px
    }

    .article__content p {
        margin-bottom: 15px;
        font-size: 16px;
        line-height: 24px;
        text-align: justify
    }

    .article__content ol, .article__content ul {
        margin-top: 30px;
        margin-bottom: 30px
    }

    .article__content li {
        align-items: flex-start;
        font-size: 16px;
        line-height: 24px;
        text-align: justify
    }

    .article__content li:not(:last-child) {
        margin-bottom: 15px
    }

    .article__content li:before {
        width: 20px;
        height: 20px
    }

    .article__wrapper-buttons {
        margin-bottom: 30px
    }

    .article__link-back {
        margin-right: 0;
        margin-bottom: 15px
    }

    .article__neightbours {
        margin-bottom: 30px
    }

    .article__neightbours-link {
        width: 100%;
        font-size: 18px
    }

    .article__neightbours-link:before {
        width: 40px;
        height: 40px
    }

    .article__neightbours-link--prev {
        margin-bottom: 15px;
        padding-left: 55px
    }

    .article__neightbours-link--next {
        padding-right: 55px
    }

    .read-also__title {
        margin-bottom: 30px;
        font-size: 20px
    }

    .read-also__title:after {
        width: 20px;
        height: 20px;
        margin-left: 10px
    }

    .read-also__item {
        width: 100%;
        padding: 15px
    }

    .read-also__item:not(:last-child) {
        margin-bottom: 15px
    }

    .read-also__name {
        font-size: 20px
    }

    .landing-page__content h2 {
        margin-bottom: 30px;
        font-size: 20px;
        text-align: center
    }

    .landing-page__content h2:after {
        width: 20px;
        height: 20px
    }

    .landing-page__content p {
        font-size: 16px;
        line-height: 24px;
        text-align: justify
    }

    .landing-page__content p:not(:last-child) {
        margin-bottom: 15px
    }

    .landing-page__content ol, .landing-page__content ul {
        margin-top: 30px;
        margin-bottom: 30px
    }

    .landing-page__content li {
        font-size: 16px;
        line-height: 24px;
        text-align: justify
    }

    .landing-page__content li:not(:last-child) {
        margin-bottom: 15px
    }

    .landing-page__content li:before {
        width: 20px;
        height: 20px;
        transform: translateY(50%) rotate(-45deg)
    }

    /*.contacts__main-screen:before {*/
    /*    content: none*/
    /*}*/

    .contacts__main-screen {
        /*padding-bottom: 30px*/
    }

    .contacts__title {
        margin-bottom: 30px
    }

    .contacts__address, .contacts__time-work {
        font-size: 16px
    }

    .contacts__address {
        margin-bottom: 15px
    }

    .contacts__label {
        font-size: 20px
    }

    .contacts__phones, .contacts__time-work {
        margin-bottom: 15px
    }

    .contacts__emails {
        margin-bottom: 30px
    }

    .contacts__emails-link:last-child, .contacts__phones-link:last-child {
        margin-bottom: 0
    }

    .contacts__emails-link, .contacts__phones-link {
        font-size: 16px
    }

    .contacts__phones-link:before {
        width: 23px;
        height: 23px
    }

    .contacts__emails-link:before {
        width: 23px;
        height: 16px
    }

    .contacts__map {
        height: 300px
    }

    .credit-calculator__wrapper {
        padding: 15px
    }

    .credit-calculator__conditions, .credit-calculator__results {
        margin-bottom: 15px
    }

    .credit-calculator__results .credit-calculator__row {
        margin-bottom: 0
    }

    .credit-calculator__label {
        font-size: 16px
    }

    .credit-calculator__input {
        max-width: 100px;
        padding: 10px;
        font-size: 16px;
        border-radius: 19px
    }

    .credit-calculator__value {
        font-size: 16px
    }

    .credit-calculator__column-result {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%
    }

    .credit-calculator__column-result:not(:last-child) {
        margin-bottom: 10px
    }

    .credit-calculator__button:before {
        background-size: 50%
    }

    .credit-calculator__button {
        max-width: 200px
    }

    .form-profile__button-wrapper:before {
        width: 40px;
        height: 40px;
        padding: 10px
    }

    .form-profile__button {
        margin-right: auto;
        margin-left: auto;
        padding: 10px;
        font-size: 16px;
        border-radius: 30px
    }

    .not-found__row:not(:last-child) {
        margin-bottom: 30px
    }

    .not-found__column {
        width: 100%
    }

    .not-found__title {
        margin-bottom: 30px;
        font-size: 72px;
        text-align: center
    }

    .not-found__img {
        max-width: 50%;
        margin-bottom: 15px
    }

    .not-found__content {
        width: 100%
    }

    .not-found__content h2 {
        font-size: 32px
    }

    .not-found__content p {
        font-size: 18px
    }

    .not-found__button {
        margin-bottom: 15px;
        padding: 10px;
        font-size: 16px;
        border-radius: 30px
    }

    .toggle-menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

@media (max-width: 576px) {
    .container {
        max-width: 540px
    }

    .statistics__img {
        max-width: 50%;
        height: auto
    }

    .statistics__value {
        font-size: 24px
    }

    .statistics__label {
        font-size: 20px
    }

    .statistics__line-value {
        font-size: 24px
    }

    .statistics__line-label {
        font-size: 20px
    }

    .repay-loan__img, .submit-loan__img {
        max-width: 50%
    }

    .repay-loan__link, .submit-loan__link {
        max-width: 200px
    }

    .our-services__link:before {
        background-size: 50%
    }

    .article__neightbours-link--prev:after {
        left: 15px
    }

    .article__neightbours-link--next:after {
        right: 15px
    }

    .main-screen__left-column {
        flex-basis: 100%;
        max-width: 100%;
        padding-top: 0
    }

    .main-screen__text {
        padding-left: 30px;
        font-size: 20px;
        line-height: 24px
    }

    .main-screen__text:before {
        width: 21px;
        height: 17px;
        left: 0;
        background-size: contain
    }

    .main-screen__design-img {
        max-width: 100%;
        height: auto;
        transform: translateX(0)
    }

    .popup-regions, .popup-services {
        padding: 15px
    }

    .popup-regions__item, .popup-services__item {
        max-width: calc(50% - 5px);
        margin-right: 10px
    }

    .popup-regions__item:nth-child(5n+5), .popup-services__item:nth-child(5n+5) {
        margin-right: 10px
    }

    .popup-regions__item:nth-child(2n+2), .popup-services__item:nth-child(2n+2) {
        margin-right: 0
    }

    .popup-regions__link, .popup-services__link {
        padding: 5px 10px;
        font-size: 14px
    }

    .popup-login {
        padding: 30px
    }

    .popup-login__title {
        margin-bottom: 15px;
        font-size: 30px
    }

    .popup-login__text {
        margin-bottom: 15px;
        font-size: 16px;
        line-height: 24px
    }

    .form-login__input {
        padding: 10px 15px;
        font-size: 20px
    }

    .form-login__input:last-child, .form-login__input:not(:last-child) {
        margin-bottom: 15px
    }

    .form-login__label-remember-me {
        font-size: 20px
    }

    .form-login__label-remember-me:before {
        width: 20px;
        height: 20px
    }

    .form-login__label-remember-me:after {
        left: 3px;
        width: 15px;
        height: 9px;
        background-size: contain
    }

    .form-login__button {
        max-width: 140px;
        margin-top: 15px;
        margin-bottom: 15px
    }

    .form-login__button:before {
        background-size: 50%
    }

    .form-login__link {
        font-size: 16px
    }

    .popup-pay-loan {
        padding: 30px
    }

    .popup-pay-loan__text {
        margin-bottom: 15px;
        font-size: 16px;
        line-height: 24px
    }

    .form-pay-loan__field--to-pay {
        margin-top: 15px;
        margin-bottom: 15px
    }

    .form-pay-loan__field--to-pay:after, .form-pay-loan__label {
        font-size: 20px
    }

    .form-pay-loan__input {
        padding: 10px 15px;
        font-size: 20px
    }

    .form-pay-loan__button:before {
        background-size: 50%
    }

    .popup-vacancies {
        padding: 30px 15px
    }

    .popup-vacancies__title {
        font-size: 24px
    }

    .popup-vacancies__img {
        max-width: 50%
    }

    .form-profile {
        padding: 30px 15px
    }

    .form-profile__title {
        margin-bottom: 15px;
        font-size: 30px
    }

    .form-profile__subtitle {
        max-width: 100%;
        margin-bottom: 15px;
        font-size: 16px;
        line-height: 24px
    }

    .form-profile__row:last-child, .form-profile__row:not(:last-child) {
        margin-bottom: 15px
    }

    .form-profile__input {
        width: calc(50% - 8px);
        padding: 10px 15px;
        font-size: 16px
    }

    .form-profile__input--full-width {
        width: 100%
    }

    .form-profile__input:not(:last-child) {
        margin-right: 16px
    }

    .form-profile__label {
        margin-bottom: 15px;
        padding-left: 35px;
        font-size: 16px
    }

    .form-profile__label:before {
        width: 20px;
        height: 20px
    }

    .form-profile__label:after {
        left: 3px;
        width: 15px;
        height: 9px;
        background-size: contain
    }
}

@media (min-width: 768px) and (max-width: 1200px) {
    .footer__left-column {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        align-items: center;
        max-width: 100%;
        margin-right: 0
    }

    .footer__logo {
        margin-right: 15px
    }

    .blog__right-column {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        flex-direction: column;
        margin: 0 auto 15px
    }

    .blog__form-search {
        margin-bottom: 0;
        order: 2
    }

    .article__img {
        margin-top: 30px;
        order: 2
    }

    .article__neightbours-link {
        width: 100%
    }

    .article__neightbours-link--prev {
        margin-bottom: 30px
    }

    .read-also__list {
        justify-content: flex-start
    }

    .read-also__item {
        max-width: calc(50% - 8px);
        width: 100%;
        margin-right: 16px;
        margin-bottom: 15px
    }

    .read-also__item:nth-child(2n+2) {
        margin-right: 0
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .header-bottom__pay-loan {
        margin-left: auto;
        margin-right: auto
    }
}

@media (min-width: 1310px) {
    .container {
        max-width: 1310px
    }
}

@media (min-width: 1600px) {
    .main-screen:after {
        content: "";
        position: absolute;
        bottom: 20px;
        right: -8px;
        width: 365px;
        height: 536px;
        background: url(../img/cow-right.png) no-repeat 50%/cover
    }
}
















.offer-list {
    position: relative;
    padding: 25px 0 40px;
    background: rgba(92, 160, 221, 0.7) url(../img/main-screen-bg.png) no-repeat 50% bottom;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    overflow-x: hidden;
}
@media (max-width: 992px) {
    .offer-list {
        padding: 28px 0;
    }
}
.offer-title {
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 30px;
    color: #FFFFFF;
    display: block;
    margin-bottom: 24px;
}
.offer-list .main__title {
    color: #FFFFFF;
}
@media (max-width: 992px) {
    .offer-title {
        font-weight: 400;
        font-size: 16px;
        margin: 0 auto 24px;
        text-align: center;
    }
}
.offer-title span {
    color: #122FBE;
}
.offer-cover {
    display: grid;
    gap: 24px;
}
@media (max-width: 1310px) {
    .offer-cover {
        grid-template-columns: 1fr 1fr 1fr;
    }
}
@media (max-width: 1100px) {
    .offer-cover {
        grid-template-columns: 1fr 1fr;
    }
}
@media (max-width: 768px) {
    .offer-cover {
        grid-template-columns: 1fr;
    }
}
.offer-item {
    position: relative;
    display: flex;
    align-items: center;
    flex-flow: row wrap;
    justify-content: space-between;
    padding: 30px 24px 30px;
    border-radius: 6px;
    background: #FFFFFF;
    box-shadow: 0 2px 20px 1px rgba(255, 255, 255, .8);
    box-sizing: border-box;
    overflow: hidden;
}
@media (max-width: 480px) {
    .offer-item {
        padding: 34px 18px 18px;
    }
}
.offer-item.hidden {
    display: none !important;
}
.offer-label {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    border-top-width: 3px;
    border-style: solid;
    pointer-events: none;
}
@media (max-width: 480px) {
    .offer-label {
        bottom: 0;
        border-width: 3px;
    }
}
.offer-label .title {
    position: absolute;
    top: -2px;
    left: -4px;
    padding: 4px 15px;
    font-size: 12px;
    line-height: 1.2;
    border-radius: 0 0 3px 0;
}
@media (max-width: 480px) {
    .offer-label .title {
        font-size: 16px;
    }
}
.offer-rate {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 5px;
    max-width: 450px;
    width: 100%;
}
@media (max-width: 1310px) {
    .offer-rate {
        max-width: none;
        margin-bottom: 32px;
    }
}
@media (max-width: 480px) {
    .offer-rate {
        grid-template-columns: 1fr;
    }
}
@media (min-width: 480px) {
    .offer-rate {

    }
}
.offer-rate-name {
    font-weight: normal;
    font-size: 16px;
    color: #A0A08D;
    margin-bottom: 5px;
}
.offer-rate-score {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.2;
    color: #616161;
}
@media (max-width: 992px) {
    .offer-rate-score {
        font-weight: 400;
    }
}
.offer-rate-item {
    background-color: #F5F5F5;
    border-radius: 6px;
    padding: 10px;
}
.offer-stats {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 330px;
    flex-wrap: wrap;
}
@media (max-width: 1310px) {
    .offer-stats {
        width: 100%;
        margin-bottom: 40px;
    }
}
@media (max-width: 480px) {
    .offer-stats {
        margin-bottom: 16px;
    }
}
.offer-stats-item {
    position: relative;
    min-width: 101px;
    margin-bottom: 11px;
    box-sizing: border-box;
    flex: 0 0 100%;
    min-height: 25px;
    padding-left: 30px;
}
@media (min-width: 480px) {
    .offer-stats-item {
        flex: 0 0 50%;
        padding-right: 5px;
    }
}
@media (min-width: 480px) {
    .offer-stats .offer-stats-item:nth-child(3), .offer-stats .offer-stats-item:nth-child(4) {
        margin-bottom: 0;
    }
}
.offer-stats-name {
    font-weight: 600;
    font-size: 16px;
    line-height: 1.2;
    color: #616161;
}
.offer-stats-hint {
    display: none;
    width: max-content;
    background: #EBEBEB;
    z-index: 10;
    border-radius: 4px;
    font-weight: 300;
    font-size: 12px;
    line-height: 16px;
    color: #616161;
    padding: 2px 6px;
    box-sizing: border-box;
    position: absolute;
    left: calc(50% + 31px);
    bottom: 100%;
}
@media (max-width: 992px) {
    .offer-stats-hint {
        left: 0;
        bottom: 100%;
    }
}
.offer-image {
    display: flex;
    align-items: center;
    position: relative;
    width: 135px;
}
@media (max-width: 1310px) {
    .offer-image {
        width: 100%;
        max-width: 240px;
        margin-bottom: 30px;
    }
}
.offer-image a {
    display: flex;
    align-items: center;
    width: 100%;
}
.offer-image img {
    width: 100%;
}
.offer-more {
    width: auto;
}
@media (max-width: 1310px) {
    .offer-more {
        width: 100%;
    }
}
.offer-more button {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-top: 7px;
    /*padding: 5px;*/
    padding: 5px 16px;
    border: 1px solid #CCCCCC;
    border-radius: 6px;
    background-color: #fff;
    color: #363636;
    font-weight: 600;
    text-align: center;
    cursor: pointer;
}
.offer-more button .less {
    display: none;
}
.offer-more button:after {
    display: block;
    content: '';
    width: 14px;
    height: 7px;
    background: url(../img/dropdown.svg) center no-repeat;
    background-size: contain;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    margin-left: 5px;
}
.offer-more button.active:after {
    transform: rotate(180deg);
}
.offer-more button.active .less {
    display: inline;
}
.offer-more button.active .more {
    display: none;
}
.offer-more a {
    display: inline-block;
    position: relative;
    padding: 3px 16px 4px;
    border-radius: 6px;
    width: 100%;
    /*background: #4f98da;*/
    box-sizing: border-box;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 39px;
    color: #FFFFFF;
    text-align: center;
    text-decoration: none;
    transition: 0.3s;
    overflow: hidden;
}
.offer-more a span {
    position: relative;
    z-index: 2;
}
.offer-more a:before {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(to bottom, #F2C043, #E43D1A);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    opacity: 1;
    z-index: 1;
}
.offer-more a:after {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(to top, #F2C043, #E43D1A);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    opacity: 0;
    z-index: 1;
}
@media (max-width: 992px) {

}
.offer-more a:hover {
    background: #364fc7;
}
.offer-more a:hover:before {
    opacity: 0;
}
.offer-more a:hover:after {
    opacity: 1;
}
.offer-description {
    display: none;
    width: 100%;
    padding: 20px 0 0;
    font-weight: 400;
    font-size: 15px;
    color: #616161;
}
@media (max-width: 1310px) {
    .offer-description {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 5;
        width: calc(100% - 40px);
        padding: 20px;
        height: calc(100% - 81px);
        background-color: #ffffff;
        overflow-y: auto;
    }
}
.offer-time {
    padding-left: 30px;
    position: relative;
}
.offer-time:before {
    display: block;
    position: absolute;
    content: '';
    width: 17px;
    height: 17px;
    left: 0;
    top: calc(50% - 9px);
    background: url(../img/o-clock.png) center no-repeat;
}

.offer-description a {
    border-bottom: 1px solid #ddd;
    color: #f15123;
}

.offer-description a:hover {
    color: #333;
}

.offer-description p {
    margin: 0 0 26px;
    padding: 0;
}

.offer-description strong {
    font-weight: 700;
}

.offer-description ol,
.offer-description ul {
    margin: 0 0 26px 40px;
    padding: 0;
}

.offer-description ol li {
    list-style-type: decimal;
}

.offer-description ul li {
    list-style-type: disc;
}

.offer-description ol ol,
.offer-description ul ul {
    margin-bottom: 0;
}

.offer-description blockquote,
.offer-description blockquote::before {
    color: #999;
}

.offer-description blockquote {
    margin: 40px 40px 24px;
}

.offer-description blockquote::before {
    content: "201C";
    display: block;
    font-size: 30px;
    height: 0;
    left: -20px;
    position: relative;
    top: -10px;
}

.offer-description cite {
    font-style: normal;
}

.offer-description h1,
.offer-description h2,
.offer-description h3,
.offer-description h4,
.offer-description h5,
.offer-description h6 {
    color: #333;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 16px;
}

.offer-description h1 {
    font-size: 36px;
}

.offer-description h2 {
    font-size: 30px;
}

.offer-description h3 {
    font-size: 24px;
}

.offer-description h4 {
    font-size: 20px;
}

.offer-description h5 {
    font-size: 18px;
}

.offer-description h6 {
    font-size: 16px;
}

.offer-description table {
    border-collapse: collapse;
    border-spacing: 0;
    line-height: 2;
    margin-bottom: 40px;
    width: 100%;
}

.offer-description tbody {
    border-bottom: 1px solid #ddd;
}

.offer-description th,
.offer-description td {
    text-align: left;
}

.offer-description th {
    font-weight: bold;
    text-transform: uppercase;
}

.offer-description td {
    border-top: 1px solid #ddd;
    padding: 6px 0;
}
.offer-description img.centered,
.offer-description .aligncenter {
    display: block;
    margin: 0 auto 24px;
}

.offer-description img.alignnone {
    margin-bottom: 12px;
}

.offer-description .alignleft {
    float: left;
    text-align: left;
}

.offer-description .alignright {
    float: right;
    text-align: right;
}

.offer-description img.alignleft,
.offer-description .wp-caption.alignleft {
    margin: 0 24px 24px 0;
}

.offer-description img.alignright,
.offer-description .wp-caption.alignright {
    margin: 0 0 24px 24px;
}

.offer-description .wp-caption-text {
    font-size: 14px;
    font-weight: 700;
    text-align: center;
}




.width-hint {
    cursor: pointer;
}
.width-hint:after {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    position: absolute;
    bottom: calc(50% + 1px);
    left: calc(95% - 5px);
    background-color: #EBEBEB;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' id='Capa_1' x='0px' y='0px' width='973.1px' height='973.1px' viewBox='0 0 973.1 973.1' style='enable-background:new 0 0 973.1 973.1;' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='%23363636' d='M502.29,788.199h-47c-33.1,0-60,26.9-60,60v64.9c0,33.1,26.9,60,60,60h47c33.101,0,60-26.9,60-60v-64.9 C562.29,815,535.391,788.199,502.29,788.199z'/%3E%3Cpath fill='%23363636' d='M170.89,285.8l86.7,10.8c27.5,3.4,53.6-12.4,63.5-38.3c12.5-32.7,29.9-58.5,52.2-77.3c31.601-26.6,70.9-40,117.9-40 c48.7,0,87.5,12.8,116.3,38.3c28.8,25.6,43.1,56.2,43.1,92.1c0,25.8-8.1,49.4-24.3,70.8c-10.5,13.6-42.8,42.2-96.7,85.9 c-54,43.7-89.899,83.099-107.899,118.099c-18.4,35.801-24.8,75.5-26.4,115.301c-1.399,34.1,25.8,62.5,60,62.5h49 c31.2,0,57-23.9,59.8-54.9c2-22.299,5.7-39.199,11.301-50.699c9.399-19.701,33.699-45.701,72.699-78.1 C723.59,477.8,772.79,428.4,795.891,392c23-36.3,34.6-74.8,34.6-115.5c0-73.5-31.3-138-94-193.4c-62.6-55.4-147-83.1-253-83.1 c-100.8,0-182.1,27.3-244.1,82c-52.8,46.6-84.9,101.8-96.2,165.5C139.69,266.1,152.39,283.5,170.89,285.8z'/%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 50%;
    z-index: 5;
}
@media (min-width: 480px) {
    .width-hint:after {
        bottom: calc(100% + 1px);
        left: calc(50% + 10px);
    }
}
.width-hint:hover .offer-stats-hint {
    display: block;
}
.offer-stats-rating, .offer-stats-pay, .offer-stats-time {
    padding-left: 30px;
    position: relative;
}
.offer-stats-time:before {
    display: block;
    position: absolute;
    content: '';
    width: 17px;
    height: 17px;
    left: 0;
    top: 0;
    background: url(../img/o-clock.png) center no-repeat;
}
.offer-stats-pay:before {
    display: block;
    position: absolute;
    content: '';
    width: 20px;
    height: 20px;
    left: 0;
    top: -2px;
    background: url(../img/o-money.png) center no-repeat;
}
.offer-stats-rating:before {
    display: block;
    position: absolute;
    content: '';
    width: 20px;
    height: 16px;
    left: 0;
    top: 2px;
    background: url(../img/o-star.png) center no-repeat;
}
.offer-stats-num span {
    color: #12BE76;
}
.offer-stats-num:before {
    display: block;
    position: absolute;
    content: '%';
    width: 20px;
    height: 16px;
    left: 1px;
    top: 2px;
    color: #12BE76;
    font-weight: bold;
    text-align: center;
}

