a,
button {
    transition: .3s;
}

a:hover,
button:hover {
    transition: .3s;
}

h2 {
    color: #000;
    font-weight: 600;
}

h3 {
    line-height: 1.2;
    font-weight: 600;
    font-size: 1.625em;
}

a {
    color: #3361EC;
}

a:hover {
    color: #1140cd;
}

.button_hum {
    background: transparent;
    border: 0;
    padding: 5px;
}

header {
    padding: 12px 0;
}

.header_fixed {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 200;
}

.header_fixed_wrap {
  transition:
    background-color 0.3s ease,
    padding 0.3s ease,
    border-radius 0.3s ease;
}

.main_nav {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.header_fixed__bg .header_fixed_wrap {
    background-color: rgba(239, 247, 255, 0.8);
    padding: 10px 20px;
    border-radius: 20px;
}

.header_fixed__bg .main_nav {
    opacity: 0;
    visibility: hidden;
    height: 0;
}

.header_logo {
  max-width: 120px;
  transition: max-width 0.3s ease;
  padding-right: 20px;
}

.header_fixed__bg .header_logo {
  max-width: 80px;
}

.header_phone {
    padding-right: 20px;
}

.header_mobile_phone img {
    max-width: 32px;
}

.header_mobile_phone .uk-icon {
    background: #3361EC;
    padding: 6px;
    border-radius: 50%;
    color: #fff;
}

.header_mobile_phone a {
    margin-right: 10px;
}

.main_header {
    background-image: url(../img15/main_header_bg.png);
    background-position: 100% 0;
    background-repeat: no-repeat;
    background-color: #f7f7f7;
    
    padding-top: 150px;
}

.header_adress {
    color: #000;
    font-size: 0.925em;
    transition: font-size 0.3s ease;
}

.header_fixed__bg .header_adress {
    font-size: 0.825em;
}

.header_worktime {
    color: #4E4E4E;
    padding-right: 20px;
}

.header_worktime__time {
    font-size: 0.925em;
    transition: font-size 0.3s ease;
    margin-top: -5px;
}

.header_fixed__bg .header_worktime__time {
    font-size: 0.825em;
}

.header_worktime__phone a {
    color: #000;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.125em;
    transition: font-size 0.3s ease;
}

.header_fixed__bg .header_worktime__phone a {
    font-size: 0.975em;
}

.header_phone__number a {
    color: #000;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.125em;
    transition: font-size 0.3s ease;
}

.header_fixed__bg .header_phone__number a {
    font-size: 0.975em;
}

.header_phone__number a:hover {
    color: #4E4E4E;
    text-decoration: none;
}

.header_phone__link {
    margin-top: -5px;
}

.header_phone__link a {
    color: #3361EC;
    font-size: 0.925em;
    text-decoration: underline;
    transition: font-size 0.3s ease;
}

.header_fixed__bg .header_phone__link a {
    font-size: 0.825em;
}

.header_phone__link a:hover {
    color: #4E4E4E;
    text-decoration: none;
}

.button_header {
    background: #3361EC;
    color: #fff;
    border-radius: 10px;
    padding: 1px 22px;
    transition: font-size 0.3s ease;
    text-decoration: none;
}

.header_fixed__bg .button_header {
    font-size: 0.795em;
}

.button_header:hover {
    background: #1140cd;
    color: #fff;
    text-decoration: none;
}

.main_nav {
    padding-top: 20px;
}

.main_nav .uk-navbar {
    border-radius: 10px;
    background: #fff;
    padding: 0 30px;
}

.main_nav .uk-navbar-nav > li > a {
    height: auto;
    min-height: auto;
    font-size: 0.925em;
    color: #000;
    text-transform: none;
    padding: 14px 0;
}

.main_nav .uk-navbar-nav > li > a:hover {
    color: #535353;
}

.js-file-wrapper.selected .js-file-name {
    color: #3361ec;
    font-weight: bold;
    position: relative;
    padding-left: 20px;
}

.js-file-wrapper.selected .js-file-name::before {
    content: "✓";
    position: absolute;
    left: 5px;
    color: #3361ec;
}

.offer_form__img {
    margin-bottom: 20px !important;
    border: 1px solid #f0f0f0;
    background: #f0f0f0;
    border-radius: 10px;
    padding: 10px 20px;
    box-sizing: border-box;
    font-size: 0.825em;
}

.button_header-offer {
    background: #3361EC;
    color: #fff;
    border-radius: 10px;
    padding: 4px 25px;
    font-size: 1.025em;
    text-decoration: none;
}

@media all and (max-width: 960px) {
    .button_header-offer {
        padding: 4px 15px;
    }
}

.button_header-offer:hover {
    background: #1140cd;
    text-decoration: none;
    color: #fff;
}

.infoline {
    background: #3361ec;
    padding: 10px 0;
}

@media all and (max-width: 960px) {
    .infoline {
        padding: 30px 0;
    }
}

.infoline_title {
    color: #f2f2f2;
    font-weight: 600;
    font-size: 1.325em;
    line-height: 1.2;
    text-transform: uppercase;
}

@media all and (max-width: 960px) {
    .infoline_title {
        padding-bottom: 20px;
    }
}

.infoline_info {
    line-height: 1.2;
    color: #fff;
}

.infoline_info a {
    color: #ddffda;
    text-decoration: underline;
    font-weight: 600;
}

@media all and (max-width: 960px) {
    .infoline_info a {
        color: #151515;
        text-decoration: none;
        display: block;
        background: #acbef4;
        width: fit-content;
        padding: 10px 20px;
        margin-top: 20px;
        margin-left: auto;
        border-radius: 12px;
    }
}

.infoline_info a:hover {
    color: #fff;
    text-decoration: none;
}

.main_header__button {
    margin-bottom: 20px;
}

.main_header__img-car {
    position: absolute;
    max-width: 550px;
    z-index: 100;
}

@media all and (max-width: 960px) {
    .main_header__img-car {
        max-width: 90%;
    }
}

.main_header__img-woman {
    position: relative;
    z-index: 150;
    max-width: 350px;
}

@media all and (max-width: 768px) {
    .main_header__img-woman {
        max-width: 100%;
    }
}

.main_header__offer {
    font-size: 3.325em;
    font-weight: 600;
    color: #000;
    line-height: 1.1;
    max-width: 400px;
    margin-bottom: 25px;
}

@media all and (max-width: 960px) {
    .main_header__offer {
        font-size: 2.325em;
    }
}

.main_header__underline {
    color: #3361EC;
    background-image: url(../img15/icon_underline.svg);
    background-repeat: no-repeat;
    background-position: 0 100%;
    padding-bottom: 12px;
}

.main_header__info {
    max-width: 320px;
    line-height: 1.2;
    margin-bottom: 30px;
    font-size: 1.175em;
    color: #000;
}

.main_header__strong {
    color: #3361EC;
}

.features_wrap {
    padding: 60px 0;
}

.features_list__item {
    text-align: center;
}

.features_list__item img {
    max-width: 80px;
}

.features_list__item-text {
    color: #000;
    margin-top: 10px;
}

@media all and (max-width: 960px) {
    .features_rewievs {
        padding-top: 20px;
    }
}

.features_rewievs__text {
    line-height: 1.1;
}

@media all and (min-width: 960px) {
    .features_rewievs__img {
        padding-right: 20px;
    }
}

.features_rewievs__img img {
    max-width: 190px;
}

.features_rewievs__button {
    text-align: right;
    padding: 20px 0 0 0;
}

@media all and (min-width: 960px) {
    .features_rewievs__button {
        padding-right: 20px;
    }
}

.conditions {
    padding: 60px 0;
    background: #f7f7f7;
}

@media all and (max-width: 960px) {
    .conditions {
        padding-bottom: 20px;
    }
}

.conditions_best {
    font-size: 1.725em;
    line-height: 1.2;
    font-weight: 600;
    color: #3361ec;
}

@media all and (max-width: 960px) {
    .conditions_best {
        padding-bottom: 25px;
    }
}

.condition_item {
    background: #fff;
    border-radius: 10px;
    border: 1px solid #d8d8d8;
    padding: 20px;
    margin-bottom: 30px !important;
}

.condition_item__img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #eff2fe;
    text-align: center;
    padding: 15px;
    box-sizing: border-box;
    margin-bottom: 10px;
}

.condition_item__img img {
    max-width: 45px;
}

.condition_item__text {
    line-height: 1.2;
    color: #000;
    font-weight: 600;
}

.lombard {
    background: #f7f7f7;
    padding-bottom: 40px;
}

.lombard_item {
    background: #3361EC;
    border-radius: 20px;
    padding: 30px;
    box-sizing: border-box;
    margin-bottom: 40px !important;
    color: #fff;
    line-height: 1.2;
}

.lombard_item strong {
    font-weight: 600;
    display: block;
}

.lombard_title {
    font-size: 1.275em;
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: 15px;
    margin-bottom: 15px;
    font-weight: 600;
}

.lombard_info {
    margin-bottom: 15px;
    font-size: 0.925em;
}

.lombard_price {
    font-size: 1.525em;
    font-weight: 300;
    margin-top: 30px;
    display: none;
}

.lombard_price strong {
    display: inline-block;
    font-weight: 700;
    font-size: 1.525em;
    letter-spacing: -1px;
}

.lombard_info img {
    margin-right: 5px;
}

.minutes {
    padding: 60px 0;
    
    background-image: url(../img15/min_bg.png);
    background-position: 0 50%;
    background-repeat: no-repeat;
    background-size: 30%;
}

.minutes_item__label {
    border-radius: 5px;
    padding: 5px 10px;
    font-size: 0.825em;
    background: #3361EC14;
    display: inline-block;
    margin-bottom: 5px;
}

.minutes_item__info {
    margin-bottom: 20px;
    color: #000;
    max-width: 550px;
    line-height: 1.2;
}

.min_title {
    padding: 50px 0 20px;
}

.lombard_type {
    padding-bottom: 20px;
}

.lombard_type__img {
    position: relative;
}

.lombard_type__label {
    position: absolute;
    top: 10px;
    left: 10px;
    color: #fff;
    background: #3361ec;
    font-size: 0.825em;
    padding: 5px 10px;
    border-radius: 10px;
}

.lombard_type__title {
    color: #000;
    margin-top: 5px;
    line-height: 1.2;
}

.offer {
    background: #F7F7F7;
    padding: 40px 0;
}

.offer_success > strong {
    display: block;
    font-size: 1.525em;
    color: #1b4ee9;
}

.offer_wrap {
    padding: 50px 40px;
    background-image: url(../img15/form_bg.jpg);
    background-repeat: no-repeat;
    background-position: 100% 0;
    background-size: 260px;
    background-color: #fff;
    border-radius: 10px;
}

@media all and (max-width: 960px) {
    .offer_wrap {
        background-size: 120px;
        padding-top: 60px;
    }
}

.offer_info {
    font-size: 1.075em;
    line-height: 1.2;
    margin-bottom: 30px;
    color: #000;
}

.offer_form__field {
    padding-bottom: 25px;
}

.offer_form__field .uk-input {
    border-radius: 5px;
    border: 1px solid #8d8d8d;
    padding: 5px 15px;
    height: 45px;
    line-height: 1;
}

.button_submit {
    background: #3361EC;
    color: #fff;
    border-radius: 10px;
    padding: 1px 22px;
    width: 100%;
    height: 45px;
}

.button_submit:hover {
    background: #1140cd;
}

.refinance_wrap {
    padding: 40px 0;
    background-color: #f7f7f7;
}

.refinance {
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    position: relative;
}

.refinance::after {
    background-image: url(../img15/refinance_bg.png);
    background-position: 100% 0;
    background-repeat: no-repeat;
    width: 100%;
    max-width: 500px;
    height: 600px;
    position: absolute;
    content: '';
    right: 0;
    top: -100px;
    background-size: 400px;
}

.refinance_info__button {
    padding-top: 20px;
}

.refinance_info__description {
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 10px;
}

.refinance_info__contacts a {
    color: #000;
    text-decoration: none;
    font-size: 1.325em;
    font-weight: 600;
}

.refinance_info__contacts img {
    max-width: 35px;
}

.cars_item {
    border-radius: 10px;
    border: 1px solid #d7d7d7;
    margin-bottom: 30px !important;
}

.cars_item__img {
    margin-bottom: 10px;
}

.cars_item__img img {
    border-radius: 10px;
}

.cars_item__info {
    padding: 0 20px;
}

.cars_item__info-title {
    font-weight: 600;
    color: #000;
    font-size: 1.325em;
}

.cars_item__info-bet {
    border-bottom: 1px solid #d7d7d7;
    padding-bottom: 5px;
}

.cars_item__info-year {
    font-size: 0.925em;
    border-bottom: 1px solid #d7d7d7;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

.cars_item__info-total {
    background: #3361ec;
    color: #fff;
    border-radius: 10px;
    margin: 15px auto 30px;
    padding: 5px 10px;
}

.refinance_img {
    position: relative;
    z-index: 100;
}

.legal {
    padding: 40px 0;
}

.legal p {
    font-size: 0.925em;
}

.coolness_wrap {
    padding-top: 40px;
}

.coolness_item__sep {
    width: 1px;
    height: 35px;
    background: #dfdfdf;
    opacity: 0.5;
}

@media all and (max-width: 960px) {
    .coolness_item__sep {
        width: 50px;
        height: 1px;
        margin: 20px auto !important
    }
}

.coolness {
    background: #3361ec;
    border-radius: 10px;
    padding: 15px 30px;
}

@media all and (max-width: 960px) {
    .coolness {
        padding: 40px 20px;
    }
}

.coolness_item {
    text-align: center;
    color: #fff;
}

.coolness_item__strong {
    font-weight: 700;
    font-size: 1.625em;
    line-height: 1;
}

.coolness_item__text {
    font-size: 0.925em;
    font-weight: 400;
}

footer {
    background: #000;
    padding: 40px 0;
}

.footer_logo {
    max-width: 120px;
    padding-right: 40px;
    padding-bottom: 20px;
}

.footer_nav {
    padding-right: 40px;
}

@media all and (max-width: 960px) {
    .footer_nav {
        border-bottom: 1px solid #565454;
        padding-bottom: 15px;
        margin-bottom: 15px;
    }
}

.footer_info__item {
    font-size: 0.925em;
    margin-bottom: 10px;
    color: #bebebe;
}

.footer_info__item strong {
    color: #dbdbdb;
}

.footer_info__item a {
    color: #dbdbdb;
    text-decoration: none;
}

.footer_info__item a:hover {
    color: #fff;
    text-decoration: none;
}

.footer_dev {
    padding-top: 10px;
    text-align: right;
}

@media all and (max-width: 960px) {
    .footer_dev {
        text-align: left;
    }
}

.uk-modal-full {
    background: #fff;
}

.uk-modal-full .uk-nav {
    list-style-type: disc;
    margin-left: 15px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.uk-modal-full .uk-nav li a {
    color: #5e5e5e;
}

.mobile_nav_worktime__phone {
    margin-bottom: 5px;
}

.mobile_nav_worktime__phone a {
    font-size: 1.325em;
    color: #000;
    text-decoration: none;
    font-weight: 600;
}

.mobile_nav_phone__number {
    margin-bottom: 10px;
}

.mobile_nav_phone__number a {
    font-size: 1.025em;
    color: #000;
    text-decoration: none;
    font-weight: 600;
}

.mobile_nav_whatsapp {
    margin-bottom: 10px;
}

.header_worktime__phone {
    display: none;
}