.svg-icon { 
    width: 50px; 
    height: 50px;
    margin: .5em;
}

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

.container-xl {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .container-xl {
        padding-right: 45px;
        padding-left: 45px;
    }
}

@media (min-width: 1200px) {
    .container-xl {
        max-width: 1200px;
        padding-right: 15px;
        padding-left: 15px;
    }
}

.vidi-select-heading {
    margin: 10px 0 35px;
}

.vidi-select-heading img {
    margin: 0 0 15px;
    display: block;
    width: 100%;
    height: auto;
}

.vidi-select-heading__title {
    margin: 0;
    text-align: center;
    font-weight: 600;
    font-size: 23px;
    line-height: 1.3;
    color: #0E3576;
}

@media (min-width: 1050px) {
    .vidi-select-heading {
        margin-bottom: 26px;
        margin-top: 50px;
    }

    .vidi-select-heading img {
        margin: 0 0 38px;
    }

    .vidi-select-heading__title {
        font-size: 34px;
    }
}

.vidi-select-program {
    margin: 0 0 46px;
    font-size: 16px;
    line-height: 1.4;
    color: #191919;
}

.vidi-select-program__title {
    margin: 0 0 17px;
    text-transform: uppercase;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 1.3;
    color: #0E3576;
}

.vidi-select-program__descr p {
    margin: 0 0 1.5em;
    text-align: justify;
}

.vidi-select-program__descr ul {
    list-style-position: inside;
    margin: 0 0 1em .8em;
    padding: 0;
}

.vidi-select-program__descr li {
    margin: .5em 0 0;
}

@media (min-width: 1050px) {
    .vidi-select-program {
        font-size: 18px;
        margin-bottom: 114px;
    }
}

.car-benefits-section {
    margin-bottom: 14px;
}

.car-benefits-section__header {
    margin: 0 auto 20px;
    max-width: 880px;
    text-align: center;
}

.car-benefits-section__title {
    margin: 0;
    font-weight: normal;
    font-size: 22px;
    line-height: 1.3;
    text-align: center;
    letter-spacing: 0.02em;
    color: #0C3578;
}

.car-benefits-section__descr {
    font-size: 17px;
    line-height: 150%;
    letter-spacing: 0.02em;
    color: #191919;
}

.car-benefits-section__descr p {
    margin: 0 0 .5em;
}

@media (min-width: 576px) {
    .car-benefits-section__title {
    }
}

@media (min-width: 1050px) {
    .car-benefits-section__header {
        margin-bottom: 94px;
    }

    .car-benefits-section__title {
        font-size: 32px;
        line-height: 37px;
    }

    .car-benefits-section__descr {
        font-size: 20px;
    }
}

.benefits-hero {
    margin: 0 0 55px;
}

.benefits-hero__col {
    display: flex;
    margin: 0 0 15px -10px;
}

.benefits-hero__item {
    flex: 1;
    padding: 10px;
    margin: 0 0 0 10px;
    min-height: 80px;
    border: 2px solid #EAF8FF;
    border-radius: 15px;
    text-align: center;
}

.benefits-hero__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    margin: 0 auto 5px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #FFFFFF;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
    color: #00AFEA;
}

.benefits-hero__icon svg {
    width: 65%;
    height: 65%;
    margin: 0;
}

.benefits-hero__title {
    margin: 4px 0 0;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
    line-height: 128%;
    color: #000000;
}

.benefits-hero__photo {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    border: 2px solid #EAF8FF;
    border-radius: 15px;
}

.benefits-hero__photo img {
    display: block;
    max-width: 100%;
    height: auto;
}

@media (min-width: 576px) {
    .benefits-hero__col {
        margin: 0 0 17px -17px;
    }

    .benefits-hero__item {
        display: flex;
        align-items: center;
        text-align: left;
        margin: 0 0 0 17px;
    }

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

@media (min-width: 768px) {
    .benefits-hero {
        display: flex;
    }

    .benefits-hero__col {
        display: block;
        margin: 0;
        width: 33.33%;
        flex: 0 0 33.33%;
    }

    .benefits-hero__item {
        padding: 20px 10px;
        margin: 17px 0 0;
        min-height: 100px;
    }
    
    .benefits-hero__item:first-child {
        margin-top: 0;
    }

    .benefits-hero__icon {
        margin: 0 15px 0 0;
        width: 50px;
        height: 50px;
    }

    .benefits-hero__title {
        font-size: 20px;
    }

    .benefits-hero__photo {
        flex: 1;
        margin: 0 0 0 17px;
    }
}

@media (min-width: 1050px) {
    .benefits-hero__col {
        width: 360px;
        flex: 0 0 360px;
    }

    .benefits-hero__item {
        padding-left: 40px;
        min-height: 151px;
    }

    .benefits-hero__icon {
        margin: 0 24px 0 0;
        width: 74px;
        height: 74px;
    }

    .benefits-hero__title {
        margin: 10px 0 0;
        font-size: 30px;
    }
}

.participation-section {
    display: block;
    margin: 0 0 35px;
    position: relative;
    font-size: 18px;
    line-height: 128%;
    color: #191919;
    z-index: 5;
}

.participation-section__photo {
    margin: 0 -15px 43px;
}

.participation-section__photo img {
    height: 280px;
    width: 100%;
    object-fit: cover;
}

.participation-section__title {
    margin: 0 0 15px;
    font-weight: normal;
    font-size: 22px;
    line-height: 1.3;
    text-transform: uppercase;
    color: #0E3779;
}

.participation-section ol {
    margin: 0 0 1em;
    padding: 0;
    list-style-position: inside;
}

.participation-section li {
    margin: 0 0 1.3em;
}

@media (min-width: 768px) {
    .participation-section {
        display: flex;
        margin-bottom: 30px;
    }

    .participation-section__photo {
        max-width: 40%;
        margin: 0 20px 0 0;
    }

    .participation-section__photo img {
        max-width: 100%;
        height: auto;
    }

    .participation-section__content {
        flex: 1;
        padding: 0;
    }

    .participation-section__title {
    }
}

@media (min-width: 1050px) {
    .participation-section {
        margin-bottom: 75px;
        font-size: 20px;
    }

    .participation-section__content {
        padding-right: 30px;
        padding-top: 16px;
    }

    .participation-section__title {
        font-size: 35.3438px;
        line-height: 48px;
    }    

    .participation-section__photo {
        max-width: 50%;
        margin-right: 52px;
        width: 466px;
        flex: 0 1 466px;
    }    

    .participation-section__photo img {
        height: auto;
    }
}

.profit-section {
    margin: 0 0 40px;
}

.profit-section__title {
    margin: 0 0 25px;
    font-weight: 500;
    font-size: 22px;
    line-height: 150%;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #13459D;
}

@media (min-width: 576px) {
    .profit-section {
        margin-bottom: 50px;
    }

    .profit-section__title {
        font-size: 24px;
    }
}

@media (min-width: 768px) {
    .profit-section__title {
        font-size: 27px;
    }
}

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

    .profit-section__title {
        font-size: 30px;
        margin: 0 0 76px;
    }
}

.profits-list {
    list-style: none;
    padding: 0;
    margin: 0 -10px;
    display: flex;
    flex-wrap: wrap;
}

.profits-list__item {
    flex: 0 0 50%;
    margin: 0 0 25px;
    padding: 0 10px;
}

.profits-list__item:nth-child(2n) {
    padding-top: 32px;
}

.profits-list__title {
    margin: 0;
    font-weight: 600;
    /* font-size: 23px; */
    font-size: 16px;
    line-height: 1.3;
    text-transform: uppercase;
    color: #191919;
}

.profits-list__descr {
    font-size: 16px;
    line-height: 150%;
    color: #6E6E6E;
}

.profits-list__descr p {
    margin: 0;
}

@media (min-width: 768px) {
    .profits-list {
        margin: 0;
    }

    .profits-list__item {
        flex: 0 0 25%;
        margin: 0;
        padding: 6px 0 15px;
        border-left: 1px solid #BFBFBF;
    }

    .profits-list__item:first-child {
        border-left: 0;
    }

    .profits-list__item:first-child .profits-list__title,
    .profits-list__item:first-child .profits-list__descr {
        padding-left: 0;
    }

    .profits-list__title {
        padding: 0 10% 20px;
        margin: 0 0 15px;
        border-bottom: 1px solid #BFBFBF;
    }

    .profits-list__descr {
        padding: 0 10%;
    }
}

@media (min-width: 1050px) {
    .profits-list__item {
    }

    .profits-list__title {
        /* font-size: 30px;
        line-height: 41px; */
        font-size: 21px;
        line-height: 1.3;
    }

    .profits-list__descr {
    }
}

.vidi-select-rules {
    margin: 0 0 48px;
    font-size: 17px;
    line-height: 150%;
    letter-spacing: 0.02em;
    color: #191919;
}

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

@media (min-width: 1050px) {    
    .vidi-select-rules {
        margin: 0 0 128px;
        font-size: 20px;
    }
}

.cta-vidi-select {
    position: relative;
    min-height: 100px;
    display: flex;
    background: linear-gradient(105deg, #EFF0F1, #EFF0F1 45%, #1246A3 45%, #0A306C);
}

.cta-vidi-select__col-tradein {
    flex: 0 0 50%;
}

.cta-vidi-select__col-buy {
    flex: 0 0 50%;
    color: #fff;
}

.cta-vidi-select__link {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px 15% 20px;
    height: 100%;
    z-index: 5;
    overflow: hidden;
}

.cta-vidi-select__link:hover {
    text-decoration: none;
}

.cta-vidi-select__link:hover .cta-vidi-select__btn {
    border-color: #0A306C;
    color: #0A306C;
    background: #fff;
}

.cta-vidi-select__content {
    display: block;
}

.cta-vidi-select__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    margin: 0 auto 10px;
    background: #FFFFFF;
    border-radius: 50%;
    box-shadow: 0px 1px 11px rgba(0, 0, 0, 0.25);
    display: none;
}

.cta-vidi-select__col-buy .cta-vidi-select__icon {
    box-shadow: 0px 1px 11px rgba(255, 255, 255, 0.25);
}

.cta-vidi-select__icon img {
    max-width: 60%;
    height: auto;
}

.cta-vidi-select__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 6px;
    padding: .7em 1em .5em;
    min-width: 70px;
    min-height: 17px;
    font-weight: bold;
    font-size: 8px;
    line-height: 120%;
    letter-spacing: 0.02em;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    border: 1px solid transparent;
    background: #2D96CD;
    border-radius: 3px;
    transition: all .18s ease-in-out;
}

.cta-vidi-select__col-buy .cta-vidi-select__btn {
    color: #FFFFFF;
    border-color: #FFFFFF;
    background: transparent;
}

.cta-vidi-select__descr {
    margin: 0;
    letter-spacing: 0.02em;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 11px;
    line-height: 150%;
    color: #828282;
}

.cta-vidi-select__col-buy .cta-vidi-select__descr {
    color: #DEE1EA;
}

.cta-vidi-select__buyer {
    position: absolute;
    bottom: 0;
    left: 50%;
    max-width: 130px;
    transform: translateX(-50%);
    height: auto;
    pointer-events: none;
    display: none;
}

@media (min-width: 576px) {
    .cta-vidi-select {
        min-height: 210px;
    }

    .cta-vidi-select__content {
        max-width: 168px;
    }

    .cta-vidi-select__icon {
        display: flex;
        width: 70px;
        height: 70px;
        margin-bottom: 20px;
    }

    .cta-vidi-select__btn {
        margin-bottom: 14px;
        min-width: 168px;
        min-height: 40px;
        font-size: 11px;
    }

    .cta-vidi-select__descr {
        margin-bottom: 12px;
        font-size: 12px;
        text-align: center;
    }

    .cta-vidi-select__buyer {
        max-width: 205px;
        display: block;
    }
}

@media (min-width: 1050px) {
    .cta-vidi-select {
        min-height: 300px;
    }
    
    .cta-vidi-select__content {
        max-width: 270px;
    }

    .cta-vidi-select__icon {
        width: 109px;
        height: 109px;
    }

    .cta-vidi-select__btn {
        margin-bottom: 8px;
        min-width: 270px;
        min-height: 48px;
        font-size: 18px;
    }
    
    .cta-vidi-select__descr {
        font-size: 18px;
        line-height: 25px;
    }
    
    .cta-vidi-select__buyer {
        max-width: 271px;
    }
}

@media (min-width: 1200px) {
    .cta-vidi-select__link {
        padding-left: 5.5%;
    }

    .cta-vidi-select__col-tradein .cta-vidi-select__link {
        padding-left: 4.5%;
        padding-right: 0;
    }
}
/**/

.vidi-select-program__descr > ul {
    padding-left: 20px;
    line-height: 24px;
}

.vidi-select-program__descr > ul > li {
    list-style: none;
}

.vidi-select-program__descr, .vidi-select-title, .vidi-select-program__descr > p {
    font-size: 20px !important;
    color: #191919;
}

@media (max-width: 1050px) {
    .vidi-select-program__descr, .vidi-select-title, .vidi-select-program__descr > p {
        font-size: 17px !important;
        line-height: 21px !important;
    }
    .vidi-select-program__descr > ul {
        line-height: 21px;
    }
}