@font-face {
    font-family: "SF Pro Display";
    src: url("fonts/SF-Pro-Display-Regular.woff2") format("woff2"),
        url("fonts/SF-Pro-Display-Regular.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "SF Pro Display";
    src: url("fonts/SF-Pro-Display-Medium.woff2") format("woff2"),
        url("fonts/SF-Pro-Display-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "SF Pro Display";
    src: url("fonts/SF-Pro-Display-Semibold.woff2") format("woff2"),
        url("fonts/SF-Pro-Display-Semibold.woff") format("woff");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "SF Pro Display";
    src: url("fonts/SF-Pro-Display-Bold.woff2") format("woff2"),
        url("fonts/SF-Pro-Display-Bold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

body {
    font-family: "SF Pro Display", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    background-color: #171717;
    color: #f9fafb;
}

.hero-section {
    margin-bottom: 50px;
}

.hero-card {
    padding-block: 50px;
}

.accent {
    color: #256cfa;
}

@media (max-width: 767.98px) {
    .hero-card {
        padding: 52px 28px;
        min-height: auto;
    }
}

.hero-card-header {
    margin-bottom: 78px;
}

.hero-logo span {
    font-weight: 600;
    font-size: 32px;
    letter-spacing: -0.01em;
}

.hero-header {
    padding-block: 52px;
}

.hero-title {
    font-size: 35px;
    line-height: 1.1;
    margin-bottom: 60px;
}

@media (min-width: 992px) {
    .hero-title {
        font-size: 57px;
    }
}

.hero-subtitle {
    font-size: 28px;
    max-width: 541px;
    margin-bottom: 77px;
}

.hero-cta {
    border-radius: 20px;
    padding-inline: 30px;
    padding-block: 20px;
    font-weight: 600;
}

.btn-primary {
    font-size: 26px;
    background: #2563eb;
    border: none;
    gap: 20px;
    transition: background-color 0.2s ease;
}

.btn-primary:hover,
.btn-primary:focus {
    background: #1d4ed8;
}

.hero-video-text {
    font-weight: 600;
    font-size: 56px;
    letter-spacing: 0.14em;
    color: #27272f;
}

.hero-video {
    border-radius: 20px;
    overflow: hidden;
    aspect-ratio: 16 / 9;
    background-image: url("img/rostspeak.svg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.hero-video video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-video-play {
    cursor: pointer;
    transition: background-color 0.2s, opacity 0.2s;
}

.hero-video-play:hover {
    background-color: rgba(255, 255, 255, 0.4) !important;
}

.hero-video.playing .hero-video-play {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.hero-video.playing:hover .hero-video-play {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

/* ABOUT SECTION */
.about-section {
    margin-bottom: 50px;
}

.about-title {
    font-weight: 700;
    font-size: 44px;
    line-height: 1.1;
    letter-spacing: -0.02em;
    color: #ffffff;
    margin-bottom: 75px;
}

.about-title-accent {
    display: block;
    color: #256cfa;
}

@media (min-width: 992px) {
    .about-title {
        font-size: 56px;
    }
}

.about-card {
    background-color: transparent;
    border-radius: 30px;
}

.about-card-inner {
    padding: 50px 40px;
    border-radius: 30px;
    transition: box-shadow 0.2s ease;
}

.about-card:hover .about-card-inner {
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.25);
}

.about-card-left .about-card-inner,
.about-card-center .about-card-inner {
    background-color: #2b2b2b;
    color: #ffffff;
}

.about-card-right .about-card-inner {
    background: #256cfa;
    color: #ffffff;
    position: relative;
    overflow: hidden;
}

.about-card-right .about-card-inner::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    opacity: 0.35;
    background-image: radial-gradient(circle at 0 0, rgba(255, 255, 255, 0.25), transparent 60%),
        radial-gradient(circle at 100% 100%, rgba(15, 23, 42, 0.5), transparent 55%);
}

.about-card-right .about-card-inner>* {
    position: relative;
    z-index: 1;
}

.about-card-title {
    font-weight: 600;
    font-size: 29px;
    line-height: 1.2;
    letter-spacing: -0.02em;
}

.about-emoji {
    width: 54px;
    height: 54px;
}

.about-card-header {
    margin-bottom: 55px;
}

.about-text-stack {
    display: flex;
    flex-direction: column;
    gap: 64px;
    margin-bottom: 57px;
}

.about-text {
    font-size: 22px;
    line-height: 1.35;
    letter-spacing: -0.01em;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 0;
}

.about-photo-small-wrapper {
    border-radius: 20px;
    overflow: hidden;
}

.about-photo-main-wrapper {
    border-radius: 22px;
    overflow: hidden;
    background-color: #e2e2e2;
}

.about-photo-main {
    width: 100%;
    display: block;
}

.about-center-title {
    font-weight: 600;
    font-size: 29px;
    letter-spacing: -0.02em;
}

.about-center-logos img {
    max-height: 35px;
    object-fit: contain;
}

.about-prof-title {
    font-weight: 600;
    font-size: 24px;
    letter-spacing: -0.02em;
    margin-bottom: 50px;
}

.about-prof-badge {
    background-color: #ffffff;
    border-radius: 15px;
    padding: 16px 14px;
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 50px;
}

.about-prof-icon {
    width: 22px;
    height: 22px;
}

.about-prof-badge-text {
    font-weight: 600;
    font-size: 20px;
    line-height: 1.2;
    color: #256cfa;
}

.about-prof-subtitle {
    font-weight: 700;
    font-size: 27px;
    margin-bottom: 50px;
}

.about-prof-list {
    font-size: 22px;
    list-style: none;
    padding-left: 0;
    display: flex;
    flex-direction: column;
    gap: 50px;
    font-weight: 500;
}

.about-prof-list li {
    position: relative;
    padding-left: 22px;
}

.about-prof-list li::before {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 999px;
    background-color: #ffffff;
    left: 6px;
    top: 0.7em;
    transform: translateY(-50%);
}

/* REALIZATION SECTION */
.realization-section {
    background-color: #171717;
    margin-block: 100px;
}

.realization-box {
    padding: 53px 65px;
    border-radius: 30px;
    background-color: #101010;
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin-bottom: 50px;
    margin-inline: 50px;
}

@media (max-width: 767.98px) {
    .realization-box {
        padding: 32px;
        margin-inline: 0;
    }
}

.realization-lead {
    font-weight: 500;
    font-size: 22px;
    line-height: 1.3;
    letter-spacing: -0.02em;
    color: #ffffff;
    max-width: 1050px;
}

.realization-accent {
    font-weight: 500;
    font-size: 22px;
    line-height: 1.3;
    letter-spacing: -0.02em;
    color: #256cfa;
    max-width: 1050px;
}

@media (min-width: 992px) {

    .realization-lead,
    .realization-accent {
        font-size: 30px;
    }
}

.realization-middle {
    gap: 20px;
    margin-bottom: 50px;
}

.realization-middle-text {
    font-weight: 500;
    font-size: 30px;
    letter-spacing: -0.02em;
    color: #ffffff;
}

.realization-icon {
    width: 78px;
    height: 78px;
}

.realization-question {
    font-weight: 700;
    font-size: 39px;
    line-height: 1.3;
    letter-spacing: -0.02em;
    color: #ffffff;
    max-width: 720px;
    margin: 0 auto;
}

/* WHITE INSERT SECTION */
.white-insert-section {
    padding-bottom: 50px;
}

.white-insert-box {
    border-radius: 74px;
    background-color: #ffffff;
    padding: 85px 46px 46px 46px;
}

.white-insert-card {
    background: transparent;
    border-radius: 28px;
}

.white-insert-inner {
    margin-bottom: 82px;
}

.white-insert-card-inner {
    border-radius: 30px;
    border: 1px solid rgba(0, 0, 0, 0.14);
    padding: 32px;
    justify-content: space-between;
    gap: 20px;
    transition: box-shadow 0.2s ease;
}

.white-insert-card:hover .white-insert-card-inner {
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.12);
}

.white-insert-icon-wrapper {
    display: flex;
}

.white-insert-icon-bg {
    width: 92px;
    height: 92px;
    border-radius: 18px;
    background-color: #e0ebff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.white-insert-icon {
    max-width: 56px;
    max-height: 56px;
}

.white-insert-text {
    font-weight: 600;
    font-size: 22px;
    line-height: 1.15;
    letter-spacing: -0.01em;
    color: #171717;
}

@media (min-width: 992px) {
    .white-insert-text {
        font-size: 26px;
    }
}

.white-insert-cta {
    border-radius: 18px;
    padding-inline: 27px;
    padding-block: 18px;
    font-weight: 600;
    letter-spacing: -0.01em;
    font-size: 24px;
    gap: 18px;
}

.white-insert-cta-check {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.3);
}

.white-insert-cta-check img {
    max-width: 20px;
}

/* TESTDRIVE SECTION */

.testdrive-section {
    padding-top: 50px;
    padding-bottom: 100px;
    background-color: #171717;

    .container {
        padding-inline: 90px;
    }
}

.testdrive-wrapper {
    gap: 50px;
    margin-bottom: 95px;
}

.testdrive-icon {
    width: 129px;
    height: 129px;
}

.testdrive-title {
    font-weight: 700;
    font-size: 40px;
    line-height: 1.1;
    letter-spacing: -0.02em;
    color: #ffffff;
}

@media (min-width: 992px) {
    .testdrive-title {
        font-size: 57px;
    }
}

.testdrive-card {
    border-radius: 24px;
    padding-inline: 12px;
}

.testdrive-card-inner {
    border-radius: 24px;
    padding: 0;
    background: transparent;
    border: none;
    transition: box-shadow 0.2s ease;
}

.testdrive-card:hover .testdrive-card-inner {
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.2);
}

.testdrive-card-image-wrapper {
    border-radius: 24px;
    overflow: hidden;

    img {
        width: 100%;
    }
}

.testdrive-card-text {
    font-weight: 600;
    font-size: 22px;
    line-height: 1.3;
    letter-spacing: -0.01em;
    color: #ffffff;
    margin-top: 20px;
    margin-bottom: 26px;
}

@media (min-width: 992px) {
    .testdrive-card-text {
        font-size: 20px;
    }
}

.testdrive-accent {
    color: #256cfa;
}

/* RULES SECTION */

.rules-section {
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #171717;


    .container {
        padding-inline: 40px;
    }
}

.rules-title {
    font-weight: 700;
    font-size: 57px;
    line-height: 1.1;
    letter-spacing: -0.02em;
    color: #ffffff;
    margin-bottom: 75px;
}

.rules-title-accent {
    color: #256cfa;
}

@media (min-width: 992px) {
    .rules-title {
        font-size: 57px;
    }
}

.rules-card {
    background: transparent;
    border: none;
}

.rules-card:hover .rules-card-image-wrapper {
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.3);
}

.rules-card-image-wrapper {
    position: relative;
    border-radius: 18px;
    overflow: hidden;
    background-color: #101010;
    transition: box-shadow 0.2s ease;
}

.rules-card-image-wrapper img {
    display: block;
    width: 100%;
    height: auto;
}

.rules-card-overlay {
    position: absolute;
    left: 18px;
    bottom: 18px;
    gap: 14px;
}

.rules-card-badge {
    width: 49px;
    height: 49px;
    border-radius: 10px;
    background-color: #101010;
    border: 1px solid rgba(255, 255, 255, 0.19);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 26px;
    line-height: 1;
    letter-spacing: -0.04em;
    color: #ffffff;
}

.rules-card-text {
    font-weight: 600;
    font-size: 22px;
    line-height: 1.15;
    letter-spacing: -0.01em;
    color: #ffffff;
}

@media (max-width: 575.98px) {
    .rules-card-overlay {
        left: 12px;
        bottom: 12px;
        gap: 10px;
    }

    .rules-card-badge {
        width: 42px;
        height: 42px;
        font-size: 22px;
    }

    .rules-card-text {
        font-size: 18px;
    }
}

/* AFTER RULES SECTION ("Не останавливаемся на теории") */

.after-rules-section {
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #171717;
}

.after-rules-section .after-rules-box {
    border-radius: 30px;
    background-color: #256cfa;
    padding: 32px 32px 28px;
}

.after-rules-section .after-rules-box p {
    font-weight: 500;
    font-size: 20px;
    line-height: 1.3;
    letter-spacing: -0.02em;
}

@media (min-width: 992px) {
    .after-rules-section .after-rules-box {
        padding: 52px 65px;
    }

    .after-rules-section .after-rules-box p {
        font-size: 30px;
    }
}

.after-rules-section .after-rules-row {
    font-weight: 500;
    font-size: 30px;
    letter-spacing: -0.02em;
    color: #ffffff;
}

.after-rules-section .after-rules-icon {
    width: 78px;
    height: 78px;
}

.after-rules-section .after-rules-icon img {
    max-width: 42px;
    max-height: 42px;
}

.after-rules-section .after-rules-cta {
    border-radius: 20px;
    padding-inline: 32px;
    padding-block: 16px;
    font-weight: 600;
    font-size: 26px;
    letter-spacing: -0.01em;
    gap: 20px;
}

/* AFTER TEST SECTION ("После тест драйва ты получишь") */

.after-test-section {
    padding-top: 80px;
    padding-bottom: 96px;
    background-color: #171717;

    .container {
        padding-inline: 100px;
    }
}

.after-test-title {
    font-weight: 700;
    font-size: 30px;
    line-height: 1.1;
    letter-spacing: -0.02em;
    color: #ffffff;
    margin-bottom: 75px;
}

.after-test-title-accent {
    color: #256cfa;
}

@media (min-width: 992px) {
    .after-test-title {
        font-size: 57px;
    }
}

.after-test-card {
    border-radius: 30px;
    background-color: #101010;
    padding: 50px;
    margin-bottom: 75px;
}

@media (min-width: 768px) {
    .after-test-card {
        padding: 50px;
    }
}

.after-test-card-header {
    color: #ffffff;
}

.after-test-card-title {
    font-weight: 600;
    font-size: 22px;
    line-height: 1.15;
    letter-spacing: -0.01em;
}

@media (min-width: 992px) {
    .after-test-card-title {
        font-size: 31px;
    }
}

.after-test-time {
    background-color: #2b2b2b;
    border-radius: 999px;
    padding-inline: 16px;
    padding-block: 8px;
    font-family: "SF Pro Display", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: -0.01em;
}

@media (min-width: 992px) {
    .after-test-time {
        font-size: 16px;
    }
}

.after-test-maincard-image {
    display: block;
    width: 100%;
    height: auto;
}

.after-test-maincard-gradient {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 40%;
    background: linear-gradient(180deg, rgba(16, 16, 16, 0) 0%, rgba(16, 16, 16, 0.42) 42%, #101010 100%);
    pointer-events: none;
}

.after-test-maincard-play {
    position: absolute;
    left: 20px;
    bottom: 20px;
    width: 49px;
    height: 49px;
    border-radius: 10px;
    background-color: #256cfa;
    border: 1px solid rgba(255, 255, 255, 0.19);
    display: flex;
    align-items: center;
    justify-content: center;
}

.after-test-maincard-play::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: 9px solid transparent;
    border-bottom: 9px solid transparent;
    border-left: 15px solid #ffffff;
    margin-left: 2px;
}

.after-test-sidecard {
    border-radius: 30px;
    background-color: #2b2b2b;
}

.after-test-sidecard-icon {
    width: 49px;
    height: 49px;
    border-radius: 10px;
    background-color: #101010;
    border: 1px solid rgba(255, 255, 255, 0.19);
    position: relative;
}

.after-test-sidecard-icon::before,
.after-test-sidecard-icon::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 999px;
}

.after-test-sidecard-icon::before {
    width: 22px;
    height: 22px;
    border: 2px solid #ffffff;
}

.after-test-sidecard-icon::after {
    width: 10px;
    height: 10px;
    background-color: #535353;
}

.after-test-text {
    max-width: 988px;
    margin-top: 32px;
    color: #ffffff;
}

.after-test-text p {
    font-weight: 500;
    font-size: 22px;
    line-height: 1.3;
    letter-spacing: -0.02em;
}

@media (min-width: 992px) {
    .after-test-text p {
        font-size: 30px;
    }
}

/* PRICE SECTION ("Сколько всё это стоит") */

.price-section {
    background-color: #171717;

    .container {
        padding-inline: 100px;
    }
}

.price-eyebrow {
    font-weight: 700;
    font-size: 22px;
    letter-spacing: -0.02em;
    color: #737373;
}

@media (min-width: 992px) {
    .price-eyebrow {
        font-size: 39px;
    }
}

.price-title {
    font-weight: 700;
    font-size: 30px;
    line-height: 1.1;
    letter-spacing: -0.02em;
    color: #ffffff;
    margin-bottom: 50px;
}

@media (min-width: 992px) {
    .price-title {
        font-size: 57px;
    }
}

.price-main-text {
    max-width: 988px;
    color: #ffffff;
}

.price-main-text p {
    font-weight: 500;
    font-size: 22px;
    line-height: 1.3;
    letter-spacing: -0.02em;
}

.price-main-text p.text-secondary {
    color: #a3a3a3 !important;
}

@media (min-width: 992px) {
    .price-main-text p {
        font-size: 30px;
    }
}

.price-callout-icon {
    width: 78px;
    height: 78px;
}

.price-callout p {
    font-weight: 500;
    font-size: 30px;
    line-height: 1.3;
    letter-spacing: -0.02em;
}

@media (min-width: 992px) {
    .price-callout p {
        font-size: 30px;
    }
}

.price-banner {
    border-radius: 30px;
    background-color: #256cfa;
    padding: 60px 64px;
    font-weight: 500;
    font-size: 22px;
    line-height: 1.3;
    letter-spacing: -0.02em;
    color: #ffffff;
    margin-inline: -100px;
}

@media (min-width: 992px) {
    .price-banner {
        font-size: 30px;
    }
}

.price-bottom-text {
    max-width: 988px;
    color: #ffffff;
}

.price-bottom-text p {
    font-weight: 500;
    font-size: 22px;
    line-height: 1.3;
    letter-spacing: -0.02em;
}

@media (min-width: 992px) {
    .price-bottom-text p {
        font-size: 30px;
    }
}

/* BUNDLE SECTION ("Весь этот набор из") */

.bundle-section {
    padding-top: 80px;
    padding-bottom: 96px;
    background-color: #171717;

    .container {
        padding-inline: 100px;
    }
}

.bundle-title {
    font-weight: 700;
    font-size: 32px;
    line-height: 1.1;
    letter-spacing: -0.02em;
    color: #ffffff;
    margin-bottom: 75px;
}

@media (min-width: 992px) {
    .bundle-title {
        font-size: 39px;
    }
}

.bundle-box {
    border-radius: 30px;
    background-color: #2b2b2b;
    border: 1px solid rgba(255, 255, 255, 0.2);
    overflow: hidden;
    margin-bottom: 100px;
}

.bundle-list {
    overflow: hidden;
    background-color: transparent;
}

.bundle-list .list-group-item {
    background-color: #101010;
    border-color: rgba(255, 255, 255, 0.2);
}

.bundle-item {
    padding: 32px 40px;
}

.bundle-item span {
    font-weight: 600;
    font-size: 25px;
    line-height: 1.15;
    letter-spacing: -0.01em;
    color: #ffffff;
}

.bundle-item-check img {
    max-width: 38px;
    max-height: 38px;
}

@media (min-width: 992px) {
    .bundle-item span {
        font-size: 25px;
    }
}

.bundle-price-wrapper {
    padding-block: 62px;
}

.bundle-price {
    font-weight: 700;
    font-size: 32px;
    line-height: 1.1;
    letter-spacing: -0.02em;
    color: #ffffff;
}

@media (min-width: 992px) {
    .bundle-price {
        font-size: 54px;
    }
}

.bundle-cta {
    border-radius: 20px;
    padding-inline: 32px;
    padding-block: 20px;
    font-weight: 600;
    font-size: 27px;
    letter-spacing: -0.01em;
    gap: 20px;
}

/* GUARANTEE SECTION ("После ты получишь") */

.guarantee-section {
    padding-top: 80px;
    padding-bottom: 96px;
    background-color: #171717;

    .container {
        padding-inline: 100px;
    }
}

.guarantee-card {
    border-radius: 30px;
    background-color: #101010;
    color: #ffffff;
    position: relative;
    transition: box-shadow 0.2s ease;
}

.guarantee-card:hover {
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.35);
}

.guarantee-card-body {
    padding: 50px;
    position: relative;
    overflow: hidden;
    z-index: 5;
    margin-bottom: 75px;
}

.guarantee-card-title {
    font-weight: 600;
    font-size: 22px;
    line-height: 1.15;
    letter-spacing: -0.01em;
}

.guarantee-card-main {
    gap: 131px;
    max-width: 500px;
}

@media (min-width: 992px) {
    .guarantee-card-title {
        font-size: 31px;
    }
}

.guarantee-card-visual {
    flex-shrink: 0;
}

.guarantee-image-main {
    position: absolute;
    top: 12px;
    right: -120px;
    max-width: 510px;
}

@media (min-width: 992px) {
    .guarantee-image-main {
        max-width: 510px;
    }
}

.guarantee-image-badge {
    max-width: 96px;
}

.guarantee-text {
    max-width: 988px;
    color: #ffffff;
}

.guarantee-text p {
    font-weight: 500;
    font-size: 22px;
    line-height: 1.3;
    letter-spacing: -0.02em;
}

@media (min-width: 992px) {
    .guarantee-text p {
        font-size: 30px;
    }
}

.guarantee-cta {
    border-radius: 20px;
    padding-inline: 32px;
    padding-block: 20px;
    font-weight: 600;
    font-size: 26px;
    letter-spacing: -0.01em;
    gap: 20px;
}

.guarantee-cta-check img {
    max-width: 16px;
    max-height: 12px;
}

.hero-video-play {
    cursor: pointer;
    transition: background-color 0.2s, opacity 0.2s;
}

.hero-video-play:hover {
    background-color: rgba(255, 255, 255, 0.4) !important;
}

.hero-video.playing .hero-video-play {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.hero-video.playing:hover .hero-video-play {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

@media (max-width: 768px) {

    /* When playing, show only native controls; keep custom overlay hidden (no hover on touch) */
    /* When playing, remove custom overlay so tap hits video and native controls work */
    .hero-video.playing .hero-video-play,
    .hero-video.playing:hover .hero-video-play {
        display: none !important;
    }

    .testdrive-section,
    .rules-section,
    .after-test-section,
    .price-section,
    .bundle-section,
    .guarantee-section {
        .container {
            padding-inline: 33px;
        }
    }

    .section {
        padding: 0;
    }

    .white-insert-section .container {
        padding-top: 0;
    }

    section.section {
        margin-bottom: 0;
    }

    .container {
        padding-inline: 33px;
        padding-block: 50px;
    }

    .title {
        font-size: 32px;
        margin-bottom: 40px;
    }

    .btn-primary {
        justify-content: center;
        font-size: 21px !important;
        padding: 14px 24px !important;
        gap: 8px !important;
    }

    .hero-card {
        padding: 0;
    }

    .white-insert-section {
        .container {
            padding-inline: 0;
        }
    }

    .after-rules-section .after-rules-row {
        font-size: 22px;
    }

    .price-banner {
        margin-inline: 0;
        padding: 34px 43px;
    }

    .bundle-item {
        padding: 32px;
    }

    .guarantee-image-main {
        display: none;
    }

    .guarantee-card-main {
        gap: 46px;
    }

    .about-card-inner {
        padding: 43px 35px;
    }

    .about-text-stack {
        gap: 50px;
    }

    .about-text {
        font-size: 19px;
    }

    .about-card-title,
    .about-center-title {
        font-size: 25px;
    }

    .about-emoji {
        width: 47px;
        height: 47px;
    }

    .hero-subtitle {
        font-size: 19px;
        opacity: .6;
    }

    .hero-card-header,
    .hero-subtitle,
    #heroVideo {
        margin-bottom: 40px;
    }

    .hero-title {
        margin-bottom: 30px;
    }

    .about-photo-main-wrapper {
        margin-bottom: 114px;
    }

    .about-center-logos img {
        max-width: 104px;
    }

    .about-prof-title {
        font-size: 22px;
        margin-bottom: 27px;
    }

    .about-prof-badge-text {
        font-size: 16px;
    }

    .about-prof-badge {
        padding: 23px 11px;
    }

    .about-prof-badge,
    .about-prof-subtitle {
        margin-bottom: 44px;
    }

    .about-prof-subtitle {
        font-size: 22px;
    }

    .about-prof-list li,
    .realization-accent,
    .after-rules-section .after-rules-box p {
        font-size: 19px;
    }

    .realization-section {
        margin-block: 0;
    }

    .realization-box {
        padding: 40px 47px;
    }

    .realization-icon {
        width: 55px;
        height: 55px;
    }

    .realization-middle-text,
    .price-callout p {
        font-size: 22px;
    }

    .realization-question {
        font-size: 32px;
    }

    .white-insert-box {
        padding: 50px 35px;
        border-radius: 50px;
    }

    .white-insert-card-inner {
        padding: 20px 30px;
        gap: 60px;
    }

    .white-insert-inner {
        margin-bottom: 50px;
    }

    .testdrive-section {
        padding-top: 0;

        .container {
            padding-top: 0;
        }
    }

    .testdrive-icon {
        width: 61px;
        height: 61px;
    }

    .testdrive-wrapper {
        gap: 16px;
        margin-bottom: 65px;
    }

    .testdrive-title,
    .rules-title {
        font-size: 32px;
    }

    .after-rules-section .after-rules-box {
        padding: 46px 35px;
    }

    .after-rules-section .after-rules-icon,
    .price-callout-icon {
        width: 56px;
        height: 56px;
    }

    .after-test-card {
        padding: 37px 24px;
    }

    .after-test-time {
        width: fit-content;
        margin-inline: auto;
    }

    .after-test-card {
        margin-bottom: 50px;
    }

    .bundle-list .list-group-item {
        gap: 51px;
    }

    .bundle-item span {
        font-size: 22px;
    }

    .bundle-price-wrapper {
        padding: 37px 64px;
    }

    .bundle-box,
    .guarantee-card-body {
        margin-bottom: 50px;
    }

    .guarantee-card-body {
        padding: 30px;
    }

    .guarantee-image-badge {
        width: 64px;
        height: 64px;
    }
}