

/* Start:/ru/test-drive/style.css?17512489654532*/
/* 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;
}

@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%;
    }
}
/* End */
/* /ru/test-drive/style.css?17512489654532 */
