* {
    font-family: 'SuzukiPRORegular', sans-serif;
}

section#calculator {
    background: transparent;
}

/*TRADE_IN*/
.trade_in-steep.active .trade_in-steep-number {
    color: #D52B1E;
}

.trade_in-fourth-steeps-left-title b {
    color: #D52B1E;
}

.checkbox__btn .checkbox__item input:checked ~ .checkmark {
    background-color: #D52B1E;
}

.view_propositions {
    color: #D52B1E;
}

.view_propositions:hover {
    color: #D52B1E;
}

.trade_in-comlectation:hover, .trade_in-comlectation.active {
    border: 1px solid #D52B1E;
}

.trade_in-last-steep .trade_in-second-info-price b {
    color: #D52B1E;
}

.trade_in-card-car.active .trade_in-card-car-name, .trade_in-card-car:hover .trade_in-card-car-name {
    color: #D52B1E;
}

.trade_in-modif-item svg path {
    fill: #D52B1E;
}

.view_propositions svg path {
    stroke: #D52B1E;
}

/*INSURANCE*/
.insurance_item {
    background: #FFFFFF;
    max-width: 370px;
    height: 265px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: 0 auto 30px;
    width: 100%;
    padding: 36px 30px 35px;
}

.insurance_item-title {
    font-family: 'SuzukiPROBold';
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: -0.03em;
    color: #005071;
    margin-bottom: 10px;
}

.insurance_item-desc {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #40555E;
}

.insurance_item-btn {
    font-family: 'SuzukiPROHeadline';
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #789FAF;
    display: flex;
    align-items: center;
}

.insurance_item-btn svg {
    margin-left: 8px;
}

.insurance_item-btn:hover {
    text-decoration: none;
    color: #789FAF;
}

.advantages_item-insurance {
    margin-bottom: 30px;
}

.advantages_item-insurance .advantages_item-number {
    background: #F4F7F9;
}

.insurance-modal .modal-dialog {
    max-width: 770px;
}

.insurance-modal .modal-header {
    border-bottom: 0;
    padding-bottom: 0;
    padding-top: 40px;
    padding-left: 32px;
    padding-right: 32px;
}

.insurance-modal .modal-body {
    padding-top: 15px;
    padding-left: 32px;
    padding-right: 32px;
    padding-bottom: 30px;
}

.insurance-modal .modal-title {
    font-family: 'SuzukiPROHeadline';
    font-style: normal;
    font-weight: bold;
    font-size: 32px;
    line-height: 38px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #005071;
}

.insurance-modal .modal-title:before {
    display: none;
}

.insurance-modal .modal_desc {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #40555E;
}

.insurance-modal hr {
    border-top: 1px solid #DEE6EC;
    margin-top: 21px;
    margin-bottom: 19px;
}

/*ASSISTANCE*/
.assistance_block {
    background: #EEF6F9;
    text-align: right;
    padding: 10px 20px 15px 13px;
    width: 100%;
}

.assistance_block p {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    color: #40555E;
    margin-bottom: 0;
}

.assistance_block a {
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 29px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #D52B1E;
}

.assistance_block a:hover {
    text-decoration: none;
}

@media (max-width: 767.98px) {
    .bussines_car-frame {
        height: 300px;
    }
}

/* ДЛЯ ВАШОГО БІЗНЕСУ*/
.catalogue input,
.catalogue-content {
    display: none;
}

.for__business__content {
    margin-top: 40px;
}

.for__business-title {
    font-weight: 600;
    font-size: 26px;
    line-height: 38px;
    text-align: center;
    text-transform: uppercase;
    color: #222222;
    margin: 35px 0px;
}

.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: 31px;
    line-height: 67px;
    text-transform: uppercase;
    color: #013147;
}

.content-title > p {
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    color: #010101;
    width: 75%;

}

.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: 20px;
    border: 2px solid #F4F4F4;
}

.catalogue-title {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    text-transform: uppercase;
    color: #2f2f33;
    position: relative;
    padding: 25px 48px;
    display: block;
    cursor: pointer;
    background-color: #F4F4F4;
    margin: 0px;
}

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

}

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

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

.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: #222222;
}

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

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

.content__box-subtitle {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    margin-bottom: 15px;
    color: #222222;
}

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


.content__wrapper > img {
    margin: 30px;
}

.for__business-svg {
    fill: #D52B1E;
}

.accordion-btn {
    width: 304px;
    font-size: 12px;
    text-align: center;
    color: #FFFFFF;
    background: #D52B1E;
    border-radius: 2px;
    padding: 15px 50px;
    text-decoration: none;
    text-transform: uppercase;
    display: block;
    margin: 25px 0px;
    font-weight: 600;
    border: 1px solid transparent;
}

.bussines-btn {
    background-color: #D52B1E;
    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: #D52B1E !important;
    border: 1px solid #D52B1E !important;
}

.phone {
    color: #D52B1E;
}

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

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

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

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

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

    .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: 0px;
    }
}

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

    .content__box > ul {
        width: 100%;
    }

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

    .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 0px;
    }

    .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%;
    }
}

.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;
}

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

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

    .commercial__style {
        font-size: 12px;
    }
}

@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;
    }
}

/*form*/
.bussines__form {
    margin: 50px 0px;
}

.for__bussines__form {
    width: 60%;
    margin: 0 auto;
    text-align: center;
}

.form-select {
    width: 100%;
    height: 100%;
}

.form__field {
    margin-bottom: 15px;
}

.form__field-center {
    margin: 0 auto;
}

.bussines__form-btn {
    width: 50%;
    margin-top: 25px;
}

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

.selectBox {
    position: relative;
}

.checkboxes__wrapper__form {
    position: absolute;
    background-color: #FFFFFF;
    text-align: left;
    padding: 15px;
    z-index: 50;
    width: 97%;
}

.selectBox select {
    width: 100%;
    height: 50px;
    font-weight: bold;
    padding: 10px;
}

.overSelect {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

#checkboxes {
    display: none;
    border: 1px #dadada solid;
}

#checkboxes label {
    display: block;
    margin: 10px;
}

.checkboxes__wrapper__form > label > input {
    margin-right: 8px;
    opacity: 1;
}

.checkboxes__form {
    display: flex;
}

.checkboxes__form > label {
    width: 100%;
    margin: 0;
}

.checkboxes__margin {
    margin-top: 11px;
}

.checkboxes__form > input:before {
    content: '+';
    width: 10px;
    height: 10px;
    padding: 2px;
    color: #e51f10;
    background-color: #FFFFFF;
}

#checkboxes label:checked {
    color: #e51f10;
}

.checkboxes__form > input:checked:before {
    color: #A8A8A9;
}

.checkboxes__form input[type=checkbox]:checked + label {
    color: #A8A8A9;
}

/*END form*/

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


/* Тестовий селект*/

/*.testplus:before{*/
/*    content: "+";*/
/*    position: absolute;*/
/*    width: 10px;*/
/*    height: 10px;*/
/*    left: 10px;*/
/*    top: 5px;*/
/*   color: red;*/
/*}*/
/*.selected.testplus:before{*/
/*   display: none;*/
/*}*/
/*.dropdown-item {*/
/*    padding: 0.25rem 25px!important;*/
/*}*/

/*.filter-option-inner-inner{*/
/*    text-transform: capitalize;*/
/*}*/

/*@media (max-width: 500px){*/
/*    .filter-option-inner-inner {*/
/*        overflow-x: scroll!important;*/
/*    }*/
/*}*/

/*.bs-ok-default:after {*/
/*    content: '+' !important;*/
/*    position: absolute!important;*/
/*    left: -7px!important;*/
/*     display: block!important;*/
/*    width: 10px!important;*/
/*    height: 10px!important;*/
/*     border-style: none!important;*/
/*     border-width: 0px!important;*/
/*     -webkit-transform-style: inherit!important;*/
/*     transform-style: inherit!important;*/
/*     -webkit-transform: none!important;*/
/*    -ms-transform: none!important;*/
/*    -o-transform: none!important;*/
/*     transform: none !important;*/
/*    color: grey;!important;*/
/*}*/
/*.selected>.text{*/
/*    color: grey;!important;*/
/*}*/

/* END Тестовий селект*/









