.svg-icon { 
    display: inline-block;
    width: 19px; 
    height: 19px;
    margin: .1em;
}

.hidden {
    position: absolute;
    height: 0;
    width: 0;
    top: -100px;
    left: -100px;
}

.text-style {
    font-size: 12px;
    line-height: 16px;
    color: #565656;
}

.text-style ul {
    list-style-position: inside;
    padding: 0;
    margin: 0 0 1em;
}

@media (min-width: 576px) {
}

@media (min-width: 1050px) {
    .text-style {
        font-size: 20px;
        line-height: 26px;
    }    
}

.hero-leasing {
    margin: 47px 0 18px;
    text-align: center;
    background: none;
}

.hero-leasing__content {
    position: relative;
    z-index: 5;
}

.hero-leasing__logos {
    margin: 0 0 42px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hero-leasing__logos img {
    margin: 0 15px;
    max-width: 78px;
    height: auto;
}

.hero-leasing__title {
    margin: 0 10%;
    font-weight: 600;
    font-size: 20px;
    line-height: 26px;
    text-transform: uppercase;
    color: #141414;
}

.hero-leasing__pic {
    max-width: 1440px;
    margin: -9px auto 0;
}

.hero-leasing__pic img {
    width: 100%;
    height: auto;
}

@media (min-width: 576px) {
    .hero-leasing {
        margin-top: 64px;
        margin-bottom: 54px;
    }

    .hero-leasing__pic {
        margin-top: -75px;
    }
}

@media (min-width: 1050px) {
    .hero-leasing {
        margin-top: 70px;
        margin-bottom: 100px;
    }

    .hero-leasing__logos img {
        margin: 0 27px;
        max-width: 150px;
    }

    .hero-leasing__title {
        font-size: 40px;
        line-height: 52px;
    }
}

.leasing-section-title {
    margin: 0 0 14px;
    font-weight: 600;
    font-size: 20px;
    line-height: 26px;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    color: #141414;
}

.leasing-section-title span {
    font-weight: normal;
}

@media (min-width: 576px) {
    .leasing-section-title {
        font-size: 21.3333px;
        line-height: 28px;
    }
}

@media (min-width: 1050px) {
    .leasing-section-title {
        margin-bottom: 34px;
        font-size: 30px;
        line-height: 39px;
    }
}

.intro-section {
    margin-bottom: 24px;
}

.intro-section__content {

}

@media (min-width: 576px) {
    .intro-section__content {
        padding-left: 5%;
        padding-right: 5%;
    }
}

@media (min-width: 1050px) {
    .intro-section {
        margin-bottom: 61px;
    }

    .intro-section__content {
        padding-left: 0;
        padding-right: 0;
    }
}

.leasing-options {
}

.leasing-article .leasing-options {
    margin-bottom: 26px;
}

.leasing-option__term {
    display: flex;
    align-items: center;
    margin: 0 5% 17px 0;
}

.leasing-option__title {
    margin: 0;
    font-weight: 600;
    font-size: 16px;
    line-height: 21px;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    color: #141414;
}

.leasing-option__title span {
    font-weight: normal;
}

.leasing-option__icon {
    display: flex;
    flex: 0 0 92px;
    align-items: center;
    justify-content: center;
    margin: 0 20px 0 0;
    width: 92px;
    height: 87px;
    background: #5B768F;
    color: #fff;
    border-radius: 11px;
}

.leasing-option__icon .svg-icon {
    width: 50%;
    height: 50%;
}

.leasing-option__descr {
    margin: 0 0 30px;
}

@media (min-width: 768px) {
    .leasing-option__icon {
        flex: 0 0 116px;
        margin-right: 18px;
        width: 116px;
        height: 110px;
        border-radius: 15px;
    }

    .leasing-option__title {
        font-size: 17.7787px;
        line-height: 23px;
    }
}

@media (min-width: 1050px) {
    .leasing-options,
    .leasing-article .leasing-options {
        margin-bottom: 33px;
    }
    
    .leasing-option__term {
        margin-bottom: 30px;
    }

    .leasing-option__title {
        font-size: 30px;
        line-height: 39px;
    }
}

@media (min-width: 1200px) {

    .leasing-option__icon {
        flex: 0 0 200px;
        margin-right: 30px;
        width: 200px;
        height: 189px;
        border-radius: 25px;
    }
}

@media (max-width: 576px) {

    .leasing-option__icon {
        flex: 0 0 80px;
        margin-right: 20px;
        width: 80px;
        height: 76px;
        border-radius: 15px;
    }
}

.leasing-article {
    padding: 18px 9px 10px;
    margin: 0 0 31px;
    border: 4px solid #5B768F;
}

.leasing-article:last-of-type {
    margin-bottom: 38px;
}

.leasing-article__title {
    margin: 0 0 16px;
    font-weight: 600;
    font-size: 20px;
    line-height: 26px;
    text-transform: uppercase;
    color: #141414;
}

@media (min-width: 576px) {
    .leasing-article {
        padding: 32px 20px 10px;
    }
    
    .leasing-article__title {
        margin-bottom: 36px;
        font-size: 23.7049px;
        line-height: 31px;
        text-align: center;
    }
}

@media (min-width: 1050px) {
    .leasing-article {
        padding-top: 55px;
        padding-bottom: 40px;
        margin-bottom: 55px;
    }

    .leasing-article:last-of-type {
        margin-bottom: 64px;
    }

    .leasing-article__title {
        margin: 0 10px 63px;
        font-size: 40px;
        line-height: 52px;
    }
}

.leasing-table-wrap {
    overflow-x: auto;
    margin: 0 -9px 20px;
}

.leasing-table {
    width: 100%;
    text-align: center;
    font-size: 12px;
    line-height: 16px;
    text-transform: uppercase;
    color: #141414;
}

.leasing-table th {
    height: 34px;
    font-weight: 500;
    font-size: 8px;
    line-height: 10px;
    text-transform: uppercase;
    text-align: center;
    color: #FFFFFF;
    background: #9EB1B1;
}

.leasing-table .th-dark {
    font-weight: bold;
    font-size: 12px;
    line-height: 16px;
    background: #5B768F;
    border-right: 1px solid #fff;
}

.leasing-table .th-dark:last-child {
    border-right: 0;
}

.leasing-table tr:first-child th:first-child {
    width: 31%;
}

.leasing-table tr:nth-child(odd) {
    background: #EDEDED;
}

.leasing-table td {
    height: 34px;
}

@media (min-width: 576px) {
    .leasing-table-wrap {
        margin: 0 -20px 45px;
    }

    .leasing-table th {
        height: 30px;
        font-size: 10px;
        line-height: 13px;
    }

    .leasing-table td {
        height: 30px;
    }
}

@media (min-width: 1050px) {
    .leasing-table-wrap {
        margin-bottom: 87px;
    }

    .leasing-table {
        font-size: 20px;
        line-height: 26px;
    }

    .leasing-table th {
        height: 50px;
        font-size: 16px;
        line-height: 21px;
    }

    .leasing-table .th-dark {
        font-size: 18px;
        line-height: 23px;
    }

    .leasing-table td {
        height: 50px;
    }
}

.leasing_widget .btn.btn-primary {
    color: #FFFFFF;
    border: 1px solid #DFDFDF !important;
    border-radius: 3px;
    background: #5B768F !important;
}

.leasing_widget .btn.btn-primary:hover {
    background: #5b768fdc !important;
}

.leasing_program-row .radio-block input[type="radio"]:checked + label:before {
    border-color: #5B768F;
}

.leasing_program-row .radio-block input[type="radio"]:checked + label:after {
    background-color: #5B768F;
}

.leasing_widget {
    padding: 0;
    margin: 0 -9px;
}

.leasing_widget-wrap {
    border-width: 1px 0;
}

.leasing_widget-wrap,
.leasing_widget-right {
    border-radius: 0;
}

.block-forma .form-group label {
    font-size: 16px;
}

@media (min-width: 576px) {
    .leasing_widget {
        margin: 0 -20px;
    }
}

.leasing_widget-wrap {
    border-bottom: 0;
    margin-bottom: 0;
}

.table-notes {
    margin: 0 0 20px;
    font-style: italic;
    font-size: 12px;
    line-height: 16px;
    color: #565656;
}

@media (min-width: 576px) {
    .table-notes {
        margin-bottom: 18px;
    }
}

@media (min-width: 1050px) {
    .table-notes {
        margin-bottom: 56px;
        font-size: 20px;
        line-height: 26px;
    }
}

.leasing-terms {
    margin: 0 0 60px;
    font-size: 12px;
    line-height: 16px;
    color: #565656;
}

.leasing-terms a {
    color: inherit;
}

.leasing-terms__title {
    margin: 0 0 7px;
    font-size: 18px;
    line-height: 24px;
    font-weight: normal;
    text-transform: uppercase;
    color: #141414;
}

.leasing-terms__address {
    margin: 0 0 20px;
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase;
    color: #141414;
}

@media (min-width: 576px) {
    .leasing-terms__address {
        margin: 0 0 30px;
        font-size: 15px;
        line-height: 19px;
    }
}

@media (min-width: 1050px) {
    .leasing-terms {
        margin: 0 0 90px;
        font-size: 20px;
        line-height: 26px;
    }

    .leasing-terms__title {
        margin: 0 0 12px;
        font-size: 30px;
        line-height: 39px;
    }

    .leasing-terms__address {
        margin: 0 0 40px;
        font-size: 24px;
        line-height: 31px;
    }
}

.leasing-order-form {
    margin: 0 0 40px;
}

.leasing-order-form__title {
    margin: 0 0 9px;
    font-weight: 600;
    font-size: 20px;
    line-height: 26px;
    text-align: center;
    text-transform: uppercase;
    color: #141414;
}

.leasing-order-form__label {
    margin: 0 0 9px;
    font-size: 12px;
    line-height: 15px;
    text-transform: uppercase;
    color: #999999;
}

.leasing-order-form .form-group {
    margin: 0 0 15px;
}

.leasing-order-form .form-control {
    padding: 0 20px;
    height: 38px !important;
    background: #F0F0F0;
    color: #616161;
    border: 0;
}

.leasing-order-form__submit {
    padding: 5px 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 38px;
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    background: #5B768F;
    border: 0;
    outline: none;
    transition: all .18s;
}

.leasing-order-form__submit:hover {
    background: #7597b8;
}

@media (min-width: 576px) {
    .leasing-order-form {
        margin: 0 0 72px;
    }

    .leasing-order-form__title {
        margin-bottom: 32px;
        font-size: 24px;
        line-height: 31px;
    }

    .leasing-order-form .form-group {
        margin: 0 0 14px;
    }

    .leasing-order-form .form-control {
        height: 41px !important;
    }  

    .leasing-order-form__submit {
        min-height: 41px;
        font-size: 12px;
        line-height: 15px;
    }
}

@media (min-width: 1050px) {
    .leasing-order-form {
        margin: 0 0 120px;
    }

    .leasing-order-form__title {
        margin-bottom: 64px;
        font-size: 40px;
        line-height: 52px;
    }

    .leasing-order-form__label {
        margin-bottom: 14px;
        font-size: 20px;
        line-height: 26px;
    }    

    .leasing-order-form .form-group {
        margin: 0 0 30px;
    }

    .leasing-order-form .form-control {
        height: 69px !important;
    }

    .leasing-order-form__submit {
        min-height: 69px;
        font-size: 20px;
        line-height: 26px;
    }
}

.leasing_program-row .radio-block input[type="radio"]:checked + label:after{
    background-color: #5B768F ;
}
.leasing_program-row .radio-block input[type="radio"]:checked + label:before{
    border: 1px solid #5B768F ;
}
.leasing_widget_card-info-brand:hover .leasing_widget_card-info-brand-name,
.leasing_widget_card-info-brand.active .leasing_widget_card-info-brand-name{
    color: #5B768F ;
}
.leasing_widget_card-info .leasing_widget_card-info-head .dealer-active{
    color: #5B768F ;
}
.leasing_widget_card-info{
    border: 1px solid #5B768F ;
}
.leasing_widget_brand.leasing_widget_card-item:hover .leasing_widget_card-title{
    color: #5B768F ;
}
.leasing_widget-modif .leasing_widget-modif-price{
    color: #5B768F ;
}
.leasing_widget-modif:hover {
    border-color: #5B768F ;
}
.leasing_widget-complectation-car:hover {
    border-color: #5B768F ;
}
.leasing_widget-card:hover .leasing_widget-card-title,
.leasing_widget-card:hover .leasing_widget-card-price {
    color: #5B768F ;
}
.leasing_widget-left-interesting-block .btn.cheked{
    background: #5B768F ;
}
.leasing-form__option .color-red {
    color: #5B768F !important;
}
.leasing_program-info-item:last-child span{
    color: #5B768F ;
}
.leasing_program:hover,
.leasing_program.active{
    border: 1.5px solid #5B768F ;
}
.leasing_widget .leasing_widget-range_avans-percent{
    color: #5B768F ;
}
.leasing_widget-left-interesting-block .subtitle b{
    color: #5B768F ;
}
.leasing_widget-left-wrap-choosed .head_car-price{
    color: #5B768F ;
}

.leasing_widget .btn.btn-primary{
    background: #5B768F !important;
    border: 1px solid #5B768F !important;
    color: #FFFFFF;
}

.leasing_widget .btn.btn-primary:hover{
    background: #FFFFFF !important;
    color: #5B768F !important;
}
.leasing_widget .btn.btn-outline-primary{
    background: #FFFFFF;
    border: 1px solid #5B768F !important;
    color: #5B768F ;
}
.leasing_widget .btn.btn-outline-primary:hover,
.leasing_widget .btn-outline-primary:not(:disabled):not(.disabled):active:focus{
    background: #5B768F ;
    color: #fff;
}
.leasing_widget-modif-item svg {
    color: #5B768F ;
}