* {
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
    background-color: #1E2126;
    scroll-behavior: smooth;
    overflow-x: hidden;
}

main {
    padding-top: 10%;
}

h3 {
    font-size: 2em;
    line-height: 1.2;
    font-weight: 700;
    color: #FFFFFF;
}

.section__hero__sub-section-description {
    font-size: 1.5em;
    line-height: 1.4;
    color: #FFFFFF;
    font-weight: 400;
}

.section__hero__sub-section-description.contacts {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    background-color: var(--div-background-color);
}

.section {
    transition: all 0.5s ease-in-out;
    opacity: 1;
    padding: 3.75em 6.25em 1em 6.25em;
    background-color: #1E2126;
    scroll-snap-type: mandatory;
}

.section__title {
    font-size: 24px;
    text-align: center;
}

.section__title-bonuses {
    font-size: 32px;
    text-align: center;
    line-height: 1;
    font-weight: 700;
    text-align: left;
    color: white;
    margin-bottom: 0;
    text-shadow: 0px 1px 14px rgba(232, 34, 39, 1);
    width: 100%;
    margin-bottom: 32px;
}

.section__title--stats {
    font-size: 32px;
    text-align: center;
    line-height: 1;
    font-weight: 700;
    text-align: left;
    color: white;
    margin-bottom: 0;
    text-shadow: 0px 1px 14px rgba(232, 34, 39, 1);
    width: 100%;
}

.section__title--supporters {
    font-size: 32px;
    line-height: 1;
    font-weight: 700;
    text-align: center;
    color: white;
    margin-bottom: 0;
    text-shadow: 0px 1px 14px rgba(232, 34, 39, 1);
    width: 100%;
}

.section__bonuses__list {
    margin-top: 48px;
    padding: 0 40px;
    max-width: 550px;
}

.section__bonuses__list-item {
    margin-bottom: 20px;
    font-weight: 200;
    color: white;
    line-height: 1.5;
    font-size: 16px;
}

li.section__bonuses__list-item {
    padding-left: 24px;
}

li.section__bonuses__list-item::marker {
    color: #FF3F3F;
}

.expandable {
    position: fixed;
    right: -100%;
    width: 72px;
    height: 72px;
    top: 14%;
    right: 0;
    background-color: #ffffff;
    border-radius: 16px 0 0 16px;
    z-index: 1000000;
    backdrop-filter: blur(100px);
    background: rgba(30, 33, 38, 0.01);
    box-shadow: inset 0 1px 35px rgba(255, 75, 75, 0.2),
        inset 0 4px 10px rgba(255, 75, 248, 0.3),
        inset 0 48px 70px rgba(176, 75, 255, 0.2),
        inset 0 -70px 60px -60px rgba(255, 33, 86, 0.3),
        inset 0 6px 7px -3px rgba(255, 75, 75, 1),
        inset 0 30px 45px -30px rgba(255, 63, 63, 1);
}

.icon-calculator:hover {
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    scale: 1.2;
}

#section__form-container {
    opacity: 0;
}

#expandable.expandable--expanded>#section__form-container {
    display: block;
}

#expandable:not(.expandable--expanded) .result__title {
    display: none;
}

#expandable:not(.expandable--expanded) .result__group {
    display: none;
}

#expandable:not(.expandable--expanded) .action__bar {
    display: none;
}

.expandable--expanded {
    width: 42%;
    height: fit-content;
    padding: 4% 4% 4% 5%;
    background: rgba(55, 62, 72, 0.4);
    box-shadow: none;
    right: 0;
    rotate: 0deg;
    border-radius: 16px 0 0 16px;
}

.expandable--expanded>#section__form-container>.section__title {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.4;
    color: rgba(255, 255, 255, 1);
    text-align: left;
}

.expandable--expanded>#section__form-container>.section__description {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3;
    color: rgba(255, 255, 255, 1);
    text-align: left;
}

.icon-calculator {
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1000;
}

.form__group {
    position: relative;
    display: inline-flex;
    height: 3em;
    gap: 0.5em;
}

.form__input-plate-number {
    width: 240px;
    height: 48px;
    border: none;
    border-radius: 9px;
    padding: 8px;
    font-size: 16px;
    text-indent: 36px;
}

.form__input-plate-number:focus {
    outline: none;
}

.form__button-submit {
    width: 48px;
    border: none;
    cursor: pointer;
    background-image: url(/img/arrow-right.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 24px;
    border-radius: 8px;
}

.icon-plate-number {
    position: absolute;
    width: 36px;
    height: 48px;
    margin: auto;
    top: 0px;
    left: 0px;
}

.expandable--expanded>.icon-calculator {
    top: 0;
    left: 0;
    cursor: pointer;
    position: absolute;
    rotate: 0deg;
    width: 4em;
    height: 4em;
}

#expandable-close {
    display: none;
    transition: all 0.3s ease-in-out;
    position: absolute;
    width: 24px;
    height: 24px;
    margin: auto;
    top: 24px;
    right: 24px;
    background-image: url(https://test.carpoint.lv/img/close.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    cursor: pointer;
    z-index: 1000000;
}

.expandable--expanded>#expandable-close {
    display: block;
}

#results__container {
    display: none;
}

.result__title {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.4;
    color: rgba(255, 255, 255, 1);
    text-align: center;
    margin-bottom: 16px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

#result__make_model {
    font-size: 16px;
    font-weight: 600;
    color: rgba(255, 255, 255, 1);
    text-align: center;
    margin-bottom: 16px;
    text-transform: uppercase;
    letter-spacing: 2px;
}


.result__group {
    display: inline-flex;
    width: 100%;
    justify-content: center;
    gap: 36px;
}

.column {
    display: flex;
    flex-direction: column;
    gap: 1vh;
    width: 50%;
}

.column__title {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 1.4;
    color: rgb(255 255 255);
    text-align: center;
    border-top: 1px solid white;
    padding-bottom: 8px;
    padding-top: 8px;
}

#result__month,
#result__year {
    transition: all 0.3s ease-in-out;
    font-size: 2.5em;
    font-weight: 600;
    line-height: 1.4;
    color: rgb(255 255 255);
    text-align: center;
}

#result__month:hover,
#result__year:hover {
    font-size: 2.8em;
}

.action__bar {
    width: 100%;
    margin-top: 12px;
    display: flex;
    justify-content: space-between;
    margin-top: 1em;
    gap: 0.5em;
    flex-direction: column;
}

#learn-more__button {
    transition: all 0.3s ease-in-out;
    color: white;
    background-color: transparent;
    border: none;
    display: inline-flex;
    justify-content: space-between;
    margin: auto;
    width: 180px;
    gap: 8px;
    border: 1px solid white;
    padding: 2% 4%;
    text-wrap: nowrap;
    border-radius: 8px;
}

#learn-more__button:hover {
    cursor: pointer;
    color: #FF4B4B;
    border: 1px solid #FF4B4B;

    .btn__reload {
        transition: all 0.3s ease-in-out;
        filter: brightness(1.5);
    }
}

#recalculate__button {
    border: 1px solid white;
    border-radius: 8px;
    margin: auto;
    padding: 2% 4%;
    width: 180px;
    background-color: white;
    display: inline-flex;
    gap: 8px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.btn__reload {
    transition: rotate 0.8s ease-in-out;
    rotate: 0deg;
    width: 16px;
    height: 16px;
    filter: brightness(5.5);
    margin: auto;
    margin-right: 0;
}

#recalculate__button:hover {
    cursor: pointer;
}

#recalculate__button:hover>.btn__reload {
    rotate: 180deg;
}

.section__text {
    text-align: center;
}

.section__list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.section__item {
    background-color: #f5f5f5;
    padding: 20px;
    margin-bottom: 20px;
}

.section__content#stats {
    display: inline-flex;
    gap: 40px;
    flex-direction: column;
}

.section__stats {
    align-items: center;
    display: inline-flex;
    justify-content: space-between;
    width: 100%;
    padding: 0 24px;
}

.section__stat__background {
    animation: blink 2s infinite;
    position: absolute;
    height: 100%;
    width: 100%;
    background-size: 100px;
    background-repeat: no-repeat;
    background-position: top left;
    z-index: -1;
}

.section__stat__text {
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
    text-align: center;
    text-wrap: nowrap;
}

.section__stat {
    text-align: center;
    position: relative;
}

.section__stat__image {
    height: 160px;
    width: 100%;
    object-fit: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.section__stat__image img {
    max-width: 100%;
    height: 150px;
}

.section__stat__image#stat-1 {
    background-image: url(../img/30.svg);
}

.section__stat__image#stat-2 {
    background-image: url(../img/55000.svg);
}

.section__stat__image#stat-3 {
    background-image: url(../img/15.svg);
}

.section__stats__text {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    max-width: 65%;
}

.section__title {
    margin-top: 0;
}

.section--hero {
    opacity: 1 !important;
    background-color: #1E2126;
}

.section--stats {
    background-color: #1E2126;
    /* background-image: url(../img/BG_Computer.png); */
    background-size: cover;
    background-position-y: 52%;
    background-repeat: no-repeat;
    background-blend-mode: overlay;
    color: #fff;
    background-attachment: fixed;
}

.section--cta {
    background-color: #1E2126;
    color: #fff;
    text-align: center;
}

.section--cta .section__button {
    background-color: #fff;
    color: #1E2126;
    padding: 10px 20px;
    border-radius: 5px;
}

.section__button {
    text-decoration: none !important;
}

h1 {
    font-size: 4.5em;
    font-weight: 700;
    line-height: 1.1;
    max-width: 60%;
    color: #FFFFFF;
    margin: 0;
}

.section__title--hero {
    /* letter.style.filter = 'blur(4px)'; */
    margin-bottom: 80px;
}

.section--hero {
    background-image: url(../img/hero.png);
    background-size: 60%;
    background-position: 85% 17%;
    background-repeat: no-repeat;
}

.section__hero__container {
    transition: all cubic-bezier(0.165, 0.84, 0.44, 1);
    position: relative;
    backdrop-filter: blur(100px);
    box-shadow: 0px -2px 34px -16px #8205FF;
    border-radius: 24px;
    padding: 48px;
    margin-top: 48px;
    margin-bottom: 48px;
}

.section__hero__gradient {
    transition: all 0.3s ease-in;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    backdrop-filter: blur(100px);

    background: #1E212603;

    box-shadow: inset 0px 39px 56px -36px #FF3F3F;
}

.section__hero__container:hover>.section__hero__gradient {
    box-shadow: inset 0px 1px 40px #FF4B4B33,
        inset 0px 4px 16px #FF4BF84D,
        inset 0px 48px 100px #B04BFF33,
        inset 0px -82px 68px -64px #FF21564D,
        inset 0px 8px 11px -4px #FF4B4B,
        inset 0px 39px 56px -36px #FF3F3F;
}

.section__hero__sub-section {
    position: relative;
    z-index: 1;
}

.section__hero__sub-section.contacts {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.section__hero__sub-section-right {
    width: 50%;
    margin: auto;
    padding-left: 5%;
}

.section__hero__sub-section-left {
    width: 50%;
    padding-right: 5%;
    border-right: 1px solid grey;
    margin-right: 4.5%;
}

.section__hero__sub-section-left::before {
    display: block;
    width: 50px;
    height: 50px;
    text-align: center;
    padding-top: 25px;
    background-color: rgb(30, 33, 38);
    color: white;
    position: absolute;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 15px;
    top: 30%;
    right: 50%;
}

.section__hero__sub-section-left.lv__label::before {
    content: "vai";
}

.section__hero__sub-section-left.en__label::before {
    content: "or";
}

.section__hero__sub-section-left.ru__label::before {
    content: "или";
}

.section__hero__sub-section-form input {
    width: 100%;
    margin-bottom: 8px;
    padding: 12px 16px;
    border-radius: 8px;
    border: none;
    background-color: rgba(24, 26, 29, 1);
    color: rgba(121, 122, 124, 1);
    transition: all 0.3s ease-in-out;
}

.section__hero__sub-section-form input:hover,
.section__hero__sub-section-form input:focus {
    background-color: rgba(24, 26, 29, 0.8);
    outline: none;
}

.section__hero__sub-section-form button {
    width: fit-content;
}

.section__hero__sub-section-title {
    margin-top: 0;
    margin-bottom: 0;
}

.section__hero__sub-section-contact {
    font-size: 1.5em;
    line-height: 1.2;
    color: #FFFFFF;
    font-weight: 500;
    margin: 10px 0;
}

.section__button {
    background-color: #ECECEC;
    color: #000000;
    border: none;
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    padding: 8px 20px;
    border-radius: 8px;
    transition: all 0.3s ease-in-out;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border: 2px solid transparent;
}

.section__button.accent {
    display: inline-flex;
    background-color: #FF4B4B;
    color: #FFFFFF;
    gap: 12px;
    text-align: center;
}

.section__button:hover {
    background-color: red;
    color: #FFFFFF;
}

.section__button:focus {
    background-color: red;
    color: #ccc;
    outline: #ccc;
    border: 2px solid #ccc;
}

.double-arr-right {
    transition: all 0.3s ease-in-out;
    margin-left: 0;
    width: 16px;
    height: 16px;
    margin: auto;
    background-image: url(/img/double-arr-right.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    display: block;
}

.section__button.accent:hover>.double-arr-right {
    transition: all 0.3s ease-in-out;
    margin-left: 4px;
}

.section--advantages {
    padding-top: 15%;
    /* background-image: url(/img/online_animation.webp); */
    background-size: 100%;
    background-repeat: no-repeat;
    box-shadow: inset 1px 22px 62px -40px rgba(73, 0, 28, 0.75);
    -webkit-box-shadow: inset 1px 22px 62px -40px rgba(73, 0, 28, 0.75);
}

.advantages__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.section__cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.section__card {
    transition: all 0.5s ease-in-out;
    background-image: url(/img/eclipse-bg.svg);
    background-color: #181b1fe7;
    color: #FFFFFF;
    box-shadow: 0px 32px 64px -32px #000000;
    padding: 3em;
    margin: 1em;
    width: 30%;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    gap: 2em;
    backdrop-filter: blur(6px);
    background-position: -100px -200px;
    background-repeat: no-repeat;

}

.section__card:hover {
    background-position: 0 0;
}

.section__card__title {
    margin: 0;
    font-size: 20px;
    line-height: 1.2;
    font-weight: 700;
    color: white;
}

.section__card__description {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.6;
}

.section--bonuses>.section__bg {
    position: absolute;
    background-image: url(/img/bonuses-bg.png), url(/img/eclipse-bg-2.svg);
    background-size: 70%, 25%;
    background-position: 51% 35%, top left;
    background-repeat: no-repeat;
    padding: 15% 0 10%;
    min-height: 1000px;
    width: 80%;
    z-index: 1;
}

.section__bonuses__left {
    width: 50%;
    padding-right: 2em;
    margin-top: 40px;
}

.section__bonuses__right {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.section__bonuses__right__gradient {
    position: absolute;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(24px);
    box-shadow:
        0px 1px 40px 0px rgba(255, 75, 75, 0.2) inset,
        0px 4px 16px 0px rgba(255, 75, 248, 0.3) inset,
        0px 48px 100px 0px rgba(176, 75, 255, 0.2) inset,
        0px -82px 68px -64px rgba(255, 33, 86, 0.3) inset,
        0px 8px 11px -4px rgba(255, 75, 75, 1) inset,
        0px 39px 56px -36px rgba(255, 63, 63, 1) inset;
    z-index: 0;
    border-radius: 24px;
    padding-left: 40px;
    padding-right: 40px;
}

.section__bonuses__right__content {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 2em;
    padding-bottom: 40%;
    z-index: 1;
    overflow-y: hidden;
}

.accordion {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.accordion__item__content {
    transition: all 0.3s ease-in-out;
    display: none;
    height: 0px;
}

.accordion__item__content--active {
    display: flex;
    flex-direction: column;
    height: fit-content;
    gap: 12px;
}

.section__title.section__bonuses__right__title {
    color: white;
}

.accordion__item {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.accordion__item__content__list {
    margin-top: 0;
    padding-left: 10%;
}

.accordion__item__content__list-item:first {
    padding-top: 0;
}

.accordion__item__content__list-item {
    font-size: 14px;
    line-height: 1.6;
    font-weight: 400;
    color: white;
    margin: 0;
    padding-top: 12px;
}

.accordion__item__link {
    padding-left: 4%;
}

.accordion__item__title {
    transition: all 0.3s ease-in-out;
    font-family: Montserrat, sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 0.8;
    text-align: left;
    color: white;
    margin: 0;
    display: flex;
    flex-direction: row;
    gap: 16px;
}

.accordion__item__title:hover {
    cursor: pointer;
    padding-left: 8px;
}

.chevron-down {
    transition: all 0.3s ease-in-out;
    width: 28px;
    height: 28px;
    background-image: url(../img/chevron-down.svg);
    background-repeat: no-repeat;
    background-size: contain;
    margin-top: auto;
    margin-bottom: auto;
    rotate: 0deg;
}

.chevron-down.active {
    rotate: 180deg;
}

/* Add chevron to right side */
.accordion__item__title::before {
    transition: all 0.3s ease-in-out;
    content: "";
    right: 0;
    margin: auto;
    margin-right: 10px;
    margin-left: 10px;
    transform: rotate(0deg);
    background-image: url(../img/chevron-down.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 28px;
    min-width: 28px;
    height: 28px;
}

.accordion__item__title--active {
    color: rgba(255, 75, 75, 1) !important;
}

.accordion__item__title--active::before {
    transition: all 0.3s ease-in-out;
    content: "";
    right: 0;
    margin: auto;
    margin-right: 10px;
    margin-left: 10px;
    transform: rotate(180deg);
    background-image: url(../img/chevron-down-red.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 28px;
    height: 28px;
}

.accordion__item__link {
    transition: all 0.3s ease-in-out;
    color: white;
    text-decoration: none;
    max-width: fit-content;
    display: inline-flex;
    gap: 4px;
}

.accordion__item__link::after {
    transition: all 0.3s ease-in-out;
    content: "";
    display: inline-flex;
    right: 0;
    margin: auto;
    background-image: url(../img/chevron-right.svg);
    background-repeat: no-repeat;
    background-size: 16px;
    width: 16px;
    height: 16px;
}

.accordion__item__link:hover {
    animation: chevron-bounce 0.5s ease-in-out;
}

.accordion__item__link:hover::after {
    animation: chevron-bounce 0.5s ease-in-out;
}

@keyframes chevron-bounce {
    0% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(-3px);
    }

    100% {
        transform: translateX(0);
    }
}

.accordion__item__title-text {
    line-height: 1.4;
}

.section {
    position: relative;
}

.section__content {
    position: relative;
    z-index: 2;
    transition: transform 0.5s, opacity 0.5s;
}

.section--bonuses>.section__content {
    display: flex;
    flex-direction: row;
}

@keyframes blink {
    50% {
        opacity: 0;
    }
}

.section__background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: transform 0.5s, opacity 0.5s;
}

.section:nth-child(odd) .section__background {
    transform: translateX(-20%);
}

.section:nth-child(even) .section__background {
    transform: translateX(20%);
}

.section--visible {
    opacity: 1;
}

.section:not(.section--hero).section--visible .section__background {
    opacity: 1;
    transform: translateX(0);
}

.section:not(.section--hero).section--visible .section__content {
    opacity: 1;
    transform: translateX(0);
}

.section--hero .section__background {
    opacity: 1;
}

.section--hero .section__content {
    opacity: 1;
}

.section--supporters .section__title {
    color: #fff;
}

.section__supporters__logos {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 80px;
    padding: 0 48px;
}

.section__supporters__logos__item {
    margin: 0 10px 10px 0;
}

.section__supporters__logos__item img {
    width: 200px;
    height: auto;
}

.section__hero__sub-section-form {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

@media (min-width: 768px) and (max-width: 1280px) {

    .section__hero__sub-section-description {
        font-size: 1.3em;
        line-height: 1.5;
    }

    .header__language-switcher__link {
        font-size: 0.6em;
    }

    .header__language-switcher {
        gap: 12px;
    }

    .header {
        padding: 1.75em 2.25em;
        height: 100px;
    }

    .section {
        padding: 1.5em 6.25em 0.5em 6.25em;
    }

    .section__stat__text {
        font-size: 16px;
    }

    .section__hero__container {
        margin-top: 40px;
    }

    .section__hero__sub-section-left {
        width: 60%;
    }

    .section__hero__sub-section-right {
        width: 60%;
    }

    .section__hero__sub-section-form {
        width: 100%;
    }

    .expandable--expanded {
        padding: 5% 4% 4% 5%;
        height: fit-content;
        background: rgba(55, 62, 72, 0.4);
        box-shadow: none;
    }

    .expandable--expanded>#section__form-container>.section__title {
        font-size: 24px;
        font-weight: 600;
        line-height: 1.4;
        color: rgba(255, 255, 255, 1);
        text-align: left;
    }

    .expandable--expanded>#section__form-container>.section__description {
        font-size: 16px;
        font-weight: 400;
        line-height: 1.3;
        color: rgba(255, 255, 255, 1);
        text-align: left;
    }

    .section__hero__sub-section-contact {
        font-size: 1.2em;
    }

    .section__cards {
        flex-direction: column;
    }

    .section__card {
        width: auto;
    }

    .section__hero__sub-section-left.lv__label::before {
        right: 50%;
    }

    .section--signup {
        padding-top: 6em;
    }

    .section__stat__background {
        background-size: 100px;
    }
}


@media (max-width: 768px) {
    h1 {
        max-width: 100vw;
        font-size: 1.6em;
    }

    h3 {
        font-size: 1em;
    }

    .header__language-switcher {
        margin-right: 2vw;
    }

    .section--hero {
        margin-top: 4em;
    }

    .section__card__title {
        text-align: center;
    }

    .section__hero__container {
        padding: 2em;
    }

    .section__card {
        padding: 1.5em;
        gap: 1em;
    }

    .section__hero__sub-section.contacts {
        flex-direction: column;
        gap: 24px;
    }

    .section__hero__sub-section-left {
        width: 100%;
        margin: auto;
        border: none;
    }

    .section__hero__sub-section-left::before {
        display: none;
    }

    .section__hero__sub-section-right {
        width: 100%;
        padding-left: 0;
    }

    .section--hero {
        padding-top: 3em !important;
        background-size: 100%;
        background-position: 85% 26%;
        background-repeat: no-repeat;
        background-blend-mode: color-dodge;
    }

    .section__hero__sub-section-description {
        font-size: 0.8em;
        line-height: 1.7;
        color: #FFFFFF;
        font-weight: 500;
    }

    .section__stats__text {
        max-width: 100%;
        text-align: center;
        font-size: 0.8em;
        margin: 0;

    }

    .section__button {
        font-size: 14px;
        padding: 8px 18px;
    }

    .section {
        padding: 1.5em 2.25em;
    }

    .section_stat_image {
        height: 8em;
    }

    .section__stat__background {
        background-size: 100px;
        background-position: center;
    }

    .section__cards {
        flex-direction: column;
        gap: 2em;
    }

    .section__card {
        width: 100%;
        margin: 0;
    }

    .section__bonuses__left {
        width: 100%;
        padding-right: 0;
    }

    .section__bonuses__right {
        width: 100%;
        margin-top: 2em;
    }

    .section--bonuses>.section__bg {
        display: none;
    }

    .section__bonuses__list {
        padding-left: 2em;
        padding-right: 0em;
    }

    li.section__bonuses__list-item {
        padding-left: 0;
        font-size: 0.9em;
        line-height: 1.8;
        font-weight: 300;
        text-wrap: pretty;
    }

    .section__content {
        flex-direction: column !important;
    }

    .section__content#stats {
        gap: 0;
    }

    .section__stats {
        flex-direction: column;
    }

    .section__title--stats {
        text-align: center;
    }

    .section__stat__text {
        font-size: 16px;
        margin: 0;
    }

    .section--bonuses {
        background-position: 5% 3%;
    }

    .section__title-bonuses {
        margin-bottom: 18px !important;
        text-align: center !important;
    }

    .section--advantages {
        width: 100vw;
        background-size: 400%;
        background-position: top center;
        /* background-image: url(/img/online_animation.webp); */
    }

    .expandable--expanded {
        width: 85%;
        height: 320px;
        padding: 10% 6% 4% 7%;
        background: rgba(55, 62, 72, 0.4);
        box-shadow: none;
    }

    #expandable-close {
        width: 12px;
        height: 12px;
    }

    .section__form {
        margin: auto;
    }

    #section__form-container {
        margin-bottom: 0.6em;
    }

    .form__group {
        height: 2em;
    }

    .icon-plate-number {
        height: 100%;
        width: 28px;
    }

    .form__input-plate-number {
        height: 100%;
        width: 180px;
    }

    .expandable--expanded>#section__form-container>.section__description {
        font-size: 0.8em;
        text-align: left;
        font-weight: 400;
        line-height: 1.3;
        color: rgba(255, 255, 255, 1);
        padding-top: 0.5em;
        padding-bottom: 0.5em;
    }

    #expandable.expandable--expanded>#section__form-container {
        height: 100%;
        display: flex;
        flex-direction: column;
        place-content: space-between;
    }

    .expandable--expanded>#section__form-container>.section__title {
        font-size: 1.6em;
        text-align: left;
        line-height: 1.2;
        font-weight: 500;
        margin-bottom: 0;
    }

    .expandable {
        height: 56px;
        width: 56px;
    }

    .expandable--expanded {
        width: 280px;
        height: 340px;
    }

    .section__bonuses__right__content {
        padding: 1.4em;
        max-height: 15%;
    }

    .accordion__item {
        padding-top: 0.5em;
    }

    .accordion__item__title {
        font-size: 0.9em;
        line-height: 1;
        gap: 1em;
    }

    .accordion__item__title::before {
        width: 1.5em;
        height: 1.5em;
    }

    .accordion__item__content__description {
        font-size: 0.8em;
        line-height: 2;
        padding-left: 0.5em;
        padding-bottom: 0.5em;
        text-wrap: pretty;
    }

    .accordion__item__link {
        font-size: 0.8em;
        line-height: 2;
        padding-left: 10%;
        padding-bottom: 0.5em;
        text-decoration: underline;
    }

    .section__stat {
        margin-top: 1.5em;
        margin-bottom: 1.5em;
    }

    .section__stat__image {
        height: 6em;
    }

    .section__stat__image img {
        height: 6em;
    }

    .section__hero__sub-section-contact {
        margin: 10px 0;
        font-size: 0.9em;
    }

    .section__hero__sub-section-form input {
        padding: 12px 14px;
    }

    .result__title {
        /* font-size: 1.125em;
        font-weight: 500;
        line-height: 1.2;
        color: rgba(255, 255, 255, 1);
        text-align: left;
        margin-bottom: 1em;
        text-transform: uppercase;
        letter-spacing: 1px; */
        font-size: 1.6em;
        text-align: left;
        line-height: 1.2;
        font-weight: 500;
        margin-bottom: 0;
    }

    .btn__reload {
        margin-right: 0;
    }

    .result__group {
        height: 90px;
        margin-top: 1em;
    }

    #result__month,
    #result__year {
        transition: all 0.3s ease-in-out;
        font-size: 2.5em;
        font-weight: 600;
        line-height: 1.4;
        color: rgb(255 255 255);
        text-align: left;
    }

    .column__title {
        transition: all 0.3s ease-in-out;
        font-size: 1em;
        font-weight: 400;
        line-height: 1.4;
        color: rgb(255 255 255);
        text-align: left;
        padding: 0;
        border: 0;
        letter-spacing: 6px;
    }

    #recalculate__button {
        border: 1px solid white;
        text-wrap: nowrap;
        border-radius: 8px;
        width: 100%;
        margin: auto;
        padding: 2% 6%;
        background-color: white;
        display: inline-flex;
        gap: 0.125em;
        box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
        margin-left: 0;
        padding: 8px 12px;
    }

    #learn-more__button {
        margin-bottom: 8px;
        margin-left: 0;
        padding: 8px 6px;
    }

    .expandable--expanded>.icon-calculator {
        opacity: 0;
    }

    .carousel-item {
        min-height: 90px;
    }

    .carousel-item img {
        padding: 0 !important;
        width: 100% !important;
    }

    .section__title--supporters {
        margin-bottom: 1.5em;
    }

    .result__group.column {
        gap: 0;
    }

    #advantages__video {
        transform: rotate(90deg);
        transform-origin: bottom left;
        scale: 2;
        width: calc(100vh / 2);
        height: calc(100vw / 2);
        margin-top: -50vw;
        /* filter: blur(1px); */
        object-fit: cover;
        z-index: 0;
        visibility: visible;
        mix-blend-mode: plus-lighter;
    }

    .section--advantages {
        background: none;
    }
}