

/* Start:/ru/test-drive/style.css?17526568285306*/
/* Top banner */
.td-banner-top {
    background-image: url("/local/templates/deus/assets/pics/test-drive/banner-top.png");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}
.td-banner-top .container {
    padding-top: 124px;
    padding-bottom: 124px;
}
.td-banner-top .td-banner-top-text {
    font-size: 20px;
    max-width: 500px;
    margin: 8px 0 32px;
}

@media (max-width: 900px) {
    .td-banner-top {
        background-image: url("/local/templates/deus/assets/pics/test-drive/banner-top-mobile.png");
    }
    .td-banner-top .container {
        padding-top: 32px;
        padding-bottom: 200px;
    }
    .td-banner-top .td-banner-top-text {
        font-size: 16px;
    }
}

@media (min-width: 1301px) {
    .td-banner-top .container {
        padding-top: 180px;
        padding-bottom: 180px;
    }
}

/* Test drive main block */
.td {
    padding: 94px 0 128px;
}
@media (max-width: 900px) {
    .td {
        padding: 44px 0 96px;
    }
}

.td .td-title svg {
    width: 100%;
    height: 86px;
    margin-top: 20px;
}
@media (max-width: 900px) {
    .td .td-title svg {
        height: 60px;
        margin-top: 8px;
    }
}

.td .td-program {
    margin-top: 48px;
}

.td .td-steps {
    margin-top: 48px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 48px;
}
.td .td-step {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    max-width: 250px;
}
.td .td-step svg {
    width: 64px;
    height: 64px;
}
@media (max-width: 900px) {
    .td .td-steps {
        margin-top: 32px;
        flex-direction: column;
        align-items: center;
        gap: 32px;
    }
}

.td .td-btns {
    display: flex;
    flex-direction: column;
    justify-self: center;
    gap: 16px;
    max-width: 290px;
    margin-top: 48px;
}
@media (max-width: 900px) {
    .td .td-btns {
        margin-top: 40px;
    }
}

/* Bottom banner */
.td-banner-bottom {
    background-image: url("/local/templates/deus/assets/pics/test-drive/banner-bottom.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.td-banner-bottom .container {
    padding-top: 160px;
    padding-bottom: 160px;
    display: flex;
    justify-content: space-between;
}

.td-banner-bottom .td-bb-left {
    display: flex;
    flex-direction: column;
    gap: 16px;
    max-width: 400px;
}
.td-banner-bottom .td-bb-left > div:first-child {
    display: flex;
    flex-direction: column;
    gap: 8px;
    max-width: 290px;
}
.td-banner-bottom .td-bb-left > div:first-child > div:first-child {
    display: flex;
    justify-content: space-between;
}
.td-banner-bottom .td-bb-left > div:first-child > div:first-child > div:first-child {
    font-size: 40px;
    line-height: 28px;
}
.td-banner-bottom .td-bb-left > div:first-child > svg {
    width: 100%;
    height: auto;
}
.td-banner-bottom .td-bb-left > div:last-child {font-size: 20px;}

.td-banner-bottom .td-bb-right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 16px;
    max-width: 292px;
    font-size: 20px;
}
.td-banner-bottom .td-bb-right svg {
    width: 100%;
    height: auto;
}
.td-banner-bottom .td-bb-right svg path {fill: #fff;}
.td-banner-bottom .td-bb-right .btn {
    width: fit-content;
}
.take-test-drive {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.take-test-drive h3 {
    text-align: center;
    padding-top: 60px;
    padding-bottom: 48px;
}
.take-test-drive__list {
    display: flex;
    gap: 48px;
    padding-inline: 20px;
}
.take-test-drive__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    min-width: 250px;
    font-size: 14px;
}
.take-test-drive__item p {
    text-align: center;
}

@media (max-width: 900px) {
    .td-banner-bottom {
        background-image: url("/local/templates/deus/assets/pics/test-drive/banner-bottom-mobile.png");
    }
    .td-banner-bottom .container {
        padding-top: 28px;
        padding-bottom: 36px;
        flex-direction: column;
        align-items: center;
        gap: 282px;
    }

    .td-banner-bottom .td-bb-left {
        text-align: center;
    }
    .td-banner-bottom .td-bb-left > div:first-child {
        align-self: center;
        max-width: 144px;
    }
    .td-banner-bottom .td-bb-left > div:first-child > div:first-child {
        align-items: center;
    }
    .td-banner-bottom .td-bb-left > div:first-child > div:first-child > div:first-child {
        font-size: 18px;
        line-height: 14px;
    }
    .td-banner-bottom .td-bb-left > div:first-child > div:first-child > svg {
        height: 20px;
        width: auto;
    }
    .td-banner-bottom .td-bb-left > div:last-child {
        font-size: 16px;
        max-width: 260px;
    }

    .td-banner-bottom .td-bb-right {
        max-width: 238px;
    }
    .td-banner-bottom .td-bb-right .btn {
        width: 100%;
    }
    .take-test-drive h3 {
        padding-top: 48px;
        padding-bottom: 32px;
    }
    .take-test-drive__list {
        gap: 35px;
    }
    .take-test-drive__item {
        min-width: 75px;
    }
}
@media (max-width: 320px) {
    .take-test-drive__list {
        gap: 16px;
    }
}
/* End */


/* Start:/local/templates/deus/blocks/modal-select/style.min.css?17405674051458*/
.modal-select .modal-inner{max-width:1125px}.modal-select .modal-content{padding:0;display:flex;overflow:hidden}.modal-select-article,.modal-select-preview{width:50%}.modal-select-article{display:flex;flex-direction:column}.modal-select-article>:not(:last-child){margin-bottom:40px}.modal-select-close{position:absolute;right:17px;top:11px;font-size:30px!important}.modal-select-article{padding:80px 40px 60px 40px;justify-content:space-between}.modal-select-actions .modal-select-btn{width:100%;height:88px;display:flex;align-items:center;justify-content:center;border-radius:45px;font-size:22px;font-weight:400;line-height:44px;letter-spacing:0}.modal-select-actions .modal-select-btn:not(:last-child){margin-bottom:30px}.modal-select-actions .modal-select-btn.tg{background-color:#00a1e5}.modal-select-actions .modal-select-btn.wa{background-color:#19ccba}.modal-select-actions .modal-select-btn.sa{background-color:#fff8ed}@media (max-width:768px){.modal-select-preview{width:100%;height:395px;object-fit:cover}.modal-select-article{width:100%;padding:40px;text-align:center}.modal-select-article h4{margin-bottom:40px}.modal-select .modal-content{flex-direction:column}}@media (max-width:480px){.modal-select-article{padding:20px}.modal-select-actions .modal-select-btn{font-size:15px;font-weight:400;line-height:20px;width:100%;height:48px}.modal-select-preview{height:220px}.modal-select-actions .modal-select-btn:not(:last-child){margin-bottom:15px}}
/* End */
/* /ru/test-drive/style.css?17526568285306 */
/* /local/templates/deus/blocks/modal-select/style.min.css?17405674051458 */
