/*Arrow link*/

.content__box__title-link {
    font-size: 23px;
    font-family: ProximaNova, serif;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    color: #333333;
    margin-bottom: 30px;
}

.content__box__title-link:hover {
    color: #333333;
    text-decoration: none;
}

.content__box__title-link:after {
    content: "›";
    margin-left: 10px;

}

.content__box__title-link:hover:after {
    content: "›";
    margin-left: 15px;

}

.form-for-bussines{
    width: 75%;
}

@media (max-width: 768px) {
    .content__box__title-link {
        font-size: 16px;
    }
    .form-for-bussines{
        width: 100%;
    }
}

@media (max-width: 321px) {
    .content__box__title-link {
        font-size: 16px;
    }
}

/*END Arrow link*/

/*END ДЛЯ ВАШОГО БІЗНЕСУ*/

/*Переваги лізингу*/
.advantages__leasing p {
    font-style: normal;
    font-weight: 300;
    line-height: 27px;
    color: #3C3947;
    margin-bottom: 18px;
}

.advantages__leasing__title {
    font-weight: bold;
    font-size: 24px;
    line-height: 30px;
    color: #333333;
    margin: 30px 0;
    text-transform: uppercase;
    text-align: left;
}

@media (max-width: 767.98px) {
    .advantages__leasing__title {
        font-size: 21px;
        margin: 15px 0;
    }
}

@media (max-width: 497.98px) {
    .advantages__leasing__title {
        font-size: 21px;
        line-height: 37px;
    }
}

/* АКОРДІОН ЛІЗИНГ*/
.catalogue input,
.catalogue-content {
    display: none;
}

.for__business__content {
    margin-top: 40px;
}

.for__business-title {
    font-size: 30px;
    font-family: ProximaNova, serif;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 30px;
}

.content__box {
    width: 100%;
}

.for__business__content__wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 80px;
}

.content-title > h1 {
    font-size: 40px;
    font-family: ProximaNova, serif;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 40px;
}

.content-title > p {
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    color: #333333;

}

/* buy-back*/
.section__buy-back {
}


.page-main-title {
}

.section-img {
    width: 100%;
    margin: 50px 0;
}

.section__for__bussines {
    margin-bottom: 80px;
}

.section__for__bussines-title {
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 30px;
}

.section__for__bussines__name {
    margin-bottom: 20px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;

}

.section__for__bussines__item {
    margin-bottom: 10px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
}

.section__for__bussines-box__wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 100px;
    row-gap: 30px;
}

.section__for__bussines-box {
}

.section__for__bussines-box-name {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.section__for__bussines-box-name>p {
  font-weight: bold;
    margin-left: 10px;
}


.section__for__bussines-box-img {
}

.section__for__bussines-box-text {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
}

@media (max-width: 768px){
    .section-img {
        margin: 15px 0 30px 0;
    }
    .section__for__bussines-box__wrapper {
        grid-template-columns: 1fr;
    }
    .section__for__bussines-title {
        font-size: 23px;
    }
    .section__for__bussines {
        margin-bottom: 40px;
    }
}
/* END buy-back*/

/*  program-for-employees */

.conditions-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 0;
    justify-items: end;
}

.conditions-box {
    display: flex;
    align-items: center;
}

.conditions-number {
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-right: 20px;
}

.conditions-text {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
}
@media (max-width: 991px){
    .conditions-wrapper {
        grid-template-columns: 1fr;
        justify-items: start;
    }

}
/* END program-for-employees */

.bg-none {
    color: #013147 !important;
    background-color: white !important;
    border: 1px solid #013147 !important;
}

.content-title {
    width: 60%;
}

.catalogue {
    border-radius: 3px;
    color: #848994;
    margin-bottom: 10px;
    border: 2px solid #F4F4F4;
}

.catalogue-title {
    font-family: ProximaNova, serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    color: #333333;
    position: relative;
    padding: 15px 20px;
    display: block;
    cursor: pointer;
    background-color: #F4F4F4;
    margin: 0;
}

.catalogue-title::after {
    content: '';
    background-image: url(/bundles/dcsite/img/jeep/icon/accordion-arrow-down.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 21px;
    height: 20px;
    position: absolute;
    right: 17px;
    bottom: 15px;

}

.catalogue-content {
    padding: 25px 20px;
}

.catalogue :checked + .catalogue-title::after {
    content: '';
    background-image: url(/bundles/dcsite/img/jeep/icon/accordion-arrow-up.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 21px;
    height: 20px;
    position: absolute;
    right: 17px;
    bottom: 15px;
}

.catalogue :checked ~ .catalogue-content {
    display: block;
}

.content__box-title {
    font-weight: 800;
    font-size: 24px;
    line-height: 150%;
    margin-top: 30px;
    margin-bottom: 10px;
    color: #333333;
}

.content__box > ul > li {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 15px;
    color: #333333;
    list-style: disc;
    margin-left: 30px;
}

.content__box > ul {
    width: 90%;
    padding-left: 0;
}

.content__box-subtitle {
    font-family: ProximaNova, serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    margin-top: 15px;
    margin-bottom: 15px;
    color: #333333;
}

.content__wrapper {
    display: flex;
    align-items: flex-start;
}


.content__wrapper > img {
    margin: 30px;
}

.for__business-svg {
    fill: #333333;
    margin-right: 30px;
}

.accordion-btn {
    width: 305px;
    font-size: 16px;
    text-align: center;
    color: #FFFFFF;
    background: #333333;
    border-radius: 2px;
    padding: 15px 25px;
    text-decoration: none;
    /*text-transform: uppercase;*/
    display: block;
    margin: 25px 0 10px;
    /*font-weight: 600;*/
    border: 1px solid transparent;
}

.bussines-btn {
    background-color: #333333;
    border: none;
    color: #ffff;
    padding: 11px 30px;
    text-transform: uppercase;
}

.bussines-btn:hover {
    opacity: 80%;
}

.bussines-btn:active, .bussines-btn:focus {
    outline: none;
}

.bg-none:hover {
    color: #333333 !important;
    border: 1px solid #333333 !important;
}

.phone {
    color: #333333;
}

.phone:hover {
    color: inherit;
    opacity: 80%;
    text-decoration: none;
}

.accordion-btn:hover {
    color: #333333;
    text-decoration: none;
    background: none;
    border: 1px solid #333333;
}

.desc {
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: #333333;
}

.pue-btn:hover {
    color: #162133 !important;
    border: 1px solid #162133 !important;
    background-color: #FFFFFF !important;


}

.mobile-scroll {
    white-space: nowrap !important;
}

.corporative__clients-section{
    margin-bottom: 100px;
}


.corporate-page-header {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 1.4;
    color: #333333;
    background: #FFFFFF;
}

.corporate-page-title{
    font-size: 40px;
    font-family: ProximaNova, serif;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.corporate-intro {
    padding: 0 0 40px;
    font-size: 12px;
    line-height: 1.875;
    flex-direction: column;
}

.corporate-intro__title {
    font-size: 30px;
    font-family: ProximaNova, serif;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.full__fleet__management{
    background: rgba(231, 231, 231, 0.32);
    padding: 50px 0;
    margin-bottom: 50px;
}

.corporate-intro p {
    margin: 0 0 1em;
}

.corporate-intro__pic {
    padding: 0;
    margin: 0 0 20px;
}

.corporate-intro__pic img {
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 50px;
}

/*.corporate-intro__content {*/
/*    padding: 20px 15px 0px 15px;*/
/*}*/



@media (min-width: 576px) {
    .corporate-page-header {
        font-size: 28px;
    }

    .corporate-intro__pic {
        margin: 0;
    }

    .corporate-intro__title {
        font-size: 20px;
    }
}

@media (min-width: 1050px) {
    .corporate-page-header {
        font-size: 32px;
    }

    .corporate-intro {
        font-size: 14px;
    }

    .corporate-intro__title {
        font-size: 23px;
    }
}

.write-to-us {
    margin: 0 0 40px;
    padding: 40px 0;
    text-align: center;
    font-size: 17px;
    line-height: 1.36;
    letter-spacing: 0.02em;
    color: #333333;
    border-bottom: 1px solid #D0D0D0;
}

.corporate-benefits-section {

}

.corporate-benefits-section__header {
    margin: 0 0 40px;
}

.corporate-benefits-section__title {
    margin: 0 0 25px;
    font-weight: 600;
    font-size: 22px;
    line-height: 1.375;
    color: #333333;
    text-align: center;
}

.corporate-benefits-section__header p {
    font-size: 13px;
    line-height: 1.375;
    letter-spacing: 0.02em;
    color: #333333;
    text-align: center;
}

.benefits-list {
    margin: 0 0 10px;
}

.benefits-list__title {
    margin: 0 0 10px;
    font-weight: 600;
    font-size: 19px;
    line-height: 1.35;
    letter-spacing: 0.02em;
    color: #333333;
}

.benefits-list__content {
    padding: 0 20px;
    border: 2px solid #F6F6F6;
}

.benefits-list__list {
    list-style: none;
    margin: 0 -20px 30px;
    padding: 20px;
    font-size: 13px;
    line-height: 1.375;
    color: #545454;
    background: #F6F6F6;
}

.benefits-list__list li {
    position: relative;
    padding: 0 0 0 22px;
    margin: 0 0 1.5em;
}

.benefits-list__list li:before {
    content: '';
    position: absolute;
    top: 6px;
    left: 0;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #545454;
}

.benefits-list__pic img {
    width: 100%;
    height: auto;
    min-height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
}

@media (min-width: 576px) {
    .corporate-benefits-section__header p {
        font-size: 15px;
        text-align: left;
    }

    .benefits-list {
        display: flex;
    }

    .benefits-list__content {
        flex: 0 0 50%;
        max-width: 50%;
        padding: 0 38px 20px 28px;
    }

    .benefits-list__list {
        margin: 0 -38px 40px -28px;
        padding: 40px 28px 15px 38px;
    }

    .benefits-list__pic {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (min-width: 1050px) {
    .write-to-us {
        font-size: 20px;
        margin-bottom: 80px;
    }

    .benefits-list__list {
        font-size: 15px;
    }
}

.testdrive-descr {
    font-size: 15px;
    line-height: 1.375;
    color: #545454;
}

.testdrive-descr__title {
    margin: 0 0 17px;
    font-weight: 600;
    font-size: 19px;
    line-height: 1.35;
}

.corporate-gallery {
    margin: 0 0 60px;
}

.corporate-gallery.--bg {
    padding: 80px 0;
    margin: 0;
    background: #EFF0F1;
}

.corporate-gallery__header {
    max-width: 935px;
    margin: 0 auto 40px;
    font-size: 16px;
    line-height: 1.35;
    text-align: center;
    color: #333333;
}

.corporate-gallery__title {
    margin: 0 0 20px;
    font-weight: 600;
    font-size: 22px;
    line-height: 1.35;
}

.corporate-gallery__header p {
}

@media (min-width: 576px) {
    .corporate-gallery__title {
        font-size: 23px;
    }

    .corporate-gallery__header {
        font-size: 18px;
    }
}

@media (min-width: 1050px) {
    .corporate-gallery__title {
        font-size: 25px;
    }

    .corporate-gallery__header {
        font-size: 21px;
    }
}

.corporate-gallery-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.corporate-gallery-list__item {
    margin: 0 0 20px;
}

.corporate-gallery-list img {
    max-width: 100%;
    height: auto;
    margin: 0 0 20px;
}

.corporate-gallery-list__title {
    margin: 0;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: #333333;
}

/*new*/
input:focus,
input:active {
    outline: none;
}

.service-btn {
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    text-align: center;
    color: #333333;
    background: #F7FF14;
    padding: 14px 43px;
    border: none;
    cursor: pointer;
    transition: all ease .3s;
    margin: 10px 0;
    border: 1px solid transparent;
}

.service-btn:hover {
    color: #333333;
    text-decoration: none;
    background: #FFFFFF;
    border: 1px solid black;
}

.service-btn:focus, .service-btn:active {
    outline: none;
}

.corporative__clients-title {
    font-size: 23px;
    font-family: ProximaNova, serif;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 35px;
}

.corporative__clients__sub-title {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #333333;
    margin-bottom: 50px;
}

.service__points__wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}

.service__points__items > img {
    width: 30px;
}

.service__points__items {
    width: 50%;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.participation__in__the__program {
    width: 49%;
}

.program__wrapper {

}

.service__points__text {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #333333;
    margin-left: 23px;
    margin-right: 10px;
    margin-bottom: 0;
}

.checkmark-1 {
    width: 24px !important;
    height: 24px;
}

.form__service {
    width: 50%;
    text-align: center;
}

.name__wrapper {
    display: flex;
    justify-content: center;
}

.form__wrapper {
    display: flex;
    text-align: center;
    margin-bottom: 120px;
    justify-content: center;
    align-items: center;
}

.name__wrapper > input {
    width: 30%;
}

.name__wrapper > input:first-child {
    margin-right: 10px;
}

.form__service-input {
    width: 61%;
    padding: 15px;
    background: #FFFFFF;
    border: 1px solid #A3A3A3;
    border-radius: 4px;
    margin-bottom: 25px;
}

.fw-color {
    font-weight: 500;
    font-size: 18px;
    line-height: 25px;
    text-align: center;
    color: #333333;
}

.service__tell {
    font-weight: 500;
    font-size: 18px;
    color: #d3db00;
    text-decoration: none;
}

.mrb {
    margin-bottom: 20px;
}

.or-text {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #A3A3A3;
    margin: 15px 0;
}

.corporate-intro-top {
    margin-top: 40px;
    padding-top: 40px;
    font-size: 12px;
    border-top: 1px solid #D0D0D0;
}

.conversion-car > li::marker {
    color: #333333;
}

.text-left {
    text-align: left;
}

@media (max-width: 991px) {
    .participation__in__the__program {
        width: 100%;
    }

    .form__service {
        width: 80%;
    }
}

@media (max-width: 768px) {
    .name__wrapper > input {
        width: 100%;
    }

    .form__service-input {
        width: 100%;
    }

    .name__wrapper > input:first-child {
        margin-right: 10px;
    }

}

@media (max-width: 525px) {
    .service__points__wrapper {
        flex-direction: column;
    }

    .service__points__items {
        width: 100%;
        margin-top: 25px;
        margin-bottom: 0;
    }

    .name__wrapper > input {
        width: 100%;
    }

    .name__wrapper > input:first-child {
        margin-right: 5px;
    }

    .form__service-input {
        width: 100%;
        margin-bottom: 10px;
    }

    .corporative__clients-title {
        font-size: 24px;
        line-height: 32px;
    }

    .service-btn {
        margin-top: 10px;
    }

    .corporative__clients-title {
        margin-bottom: 0;
    }

    .corporative__clients__sub-title {
        margin: 5px 0;
    }

    .fw-color {
        font-size: 11px;
    }

    .form__wrapper {
        margin-bottom: 50px;
    }

    .service__tell {
        font-size: 11px;
    }

    .corporate-intro-top {
        margin-top: 20px;
        padding-top: 20px;
    }

    .form__service {
        width: 90%;
    }

}


@media (max-width: 991px) {
    .content-title > h1 {
        font-size: 6vw;
        margin: 15px 0;
    }

    .content-title > p {
        width: 100%;
        font-size: 4vw;
        line-height: 5vw;
        margin-bottom: 25px;
    }

    .content-title {
        width: 100%;
    }

    .for__business__content__wrapper {
        align-items: center;
        margin-bottom: 0;
    }
}

@media (max-width: 768px) {
    .content__wrapper {
        flex-wrap: wrap;
    }

    .content__box > ul {
        width: 100%;
    }

    .accordion-btn {
        width: 100%;
        margin: 0;
    }

    .content__box > ul > li {
        margin-left: 15px;
    }

    .content__box-title {
        font-size: 16px;
        margin-top: 5px;
        line-height: 24px;
    }

    .content__wrapper > svg {
        margin: 20px 20px 20px 0;
    }

    .catalogue-title {
        font-size: 10px;
    }

    .catalogue-title {
        padding: 20px 12px;
        padding-right: 45px;
    }

    .catalogue-title::after {
        bottom: 22px;
    }

    .catalogue :checked + .catalogue-title::after {
        bottom: 22px;
    }

    .catalogue {
        margin-bottom: 10px;
    }

    .content-btn {
        width: 100%;
    }

    .section__title-newsize {
        font-size: 20px;
        line-height: 32px;
    }

    .leasing_widget-wrap {
        margin: 0 0 10px;
    }
}

.pue-btn {
    padding: 12px 35px 11px;
    font-style: normal;
    font-weight: bold;
    font-size: 10px;
    line-height: 17px;
    text-align: center;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    border: 1px solid black !important;
}

.pue-btn:focus, .pue-btn:active {
    color: black !important;
    box-shadow: none !important;
    background-color: transparent !important;
}

.form__warpper{
    display: flex;
}

.form__img{
    width: 100%;
    margin-right: 20px;
}

.commercial__style{
    font-size: 30px;
    font-family: ProximaNova, serif;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 30px;

}

.content__box__title-nolink {
    font-weight: lighter;
    font-size: 24px;
    text-transform: uppercase;
    line-height: 150%;
    margin-top: 30px;
    margin-bottom: 10px;
    color: #333333;
    display: block;
}

@media (max-width: 1400px) {
    .form__warpper {
        flex-direction: column;
    }
    .form__img {
        margin-bottom: 30px;
    }
}

@media (max-width: 425px) {
    .content-title > h1 {
        margin: 15px 0;
        line-height: 31px;
        text-align: center;
    }

    .for__business-title {
        font-size: 5vw;
        line-height: 28px;
    }

    .commercial__style {
        font-size: 14px;
    }

    .section__title-newsize {
        font-size: 16px;
    }

    .content__box__title-nolink {
        font-size: 16px;
    }
}

@media (max-width: 321px) {
    .catalogue-title {
        font-size: 12px;
    }

    .content__box > ul > li {
        font-size: 10px;
        line-height: 15px;
        margin-bottom: 8px;
    }

    .content__box-title {
        font-size: 11px;
        line-height: 24px;
    }

    .content__box-subtitle {
        font-size: 10px;
    }

    .section__title-newsize {
        font-size: 12px;
    }

    .content__box__title-nolink {
        font-size: 11px;
    }
}

/*END АКОРДІОН ЛІЗИНГ*/

.checkbox.style-b.js-form-privacy{ 
    margin: 15px 0 20px;
}