:root {
    --primary: #E10600; /* красный акцентный цвет */
    --text-green: #12ff44; /* красный акцентный цвет */
    --bg-dark: #0D0D0D; /* основной фон */
    --bg-dark-gray: #1A1A1A; /* второстепенный фон */
    --bg-graphite: #1C1C1C; /* для карточек, акцентных блоков */
    --text-white: #FFFFFF; /* основной белый текст */
    --text-gray: #B3B3B3; /* второстепенный серый текст */
}

body {
    font-family: 'Inter', sans-serif;
    background-color: var(--bg-dark);
    color: var(--text-white);
    line-height: 1.6;
}
.text-green {
    color: var(--text-green);
}

input.form-control::placeholder {
    color: var(--text-white);
    opacity: .5;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    margin-bottom: 1.5rem;
}

.hero-bg {
    background-color: #001020;
    background-image: url("../assets/img/hero-3.jpg");
    background-position: top 4rem center;
    background-repeat: no-repeat;
    background-size: 120rem;
    position: relative;
    overflow: hidden;
}
.hero-bg h1 {
    font-size: 76px;
}
.hero-bg .spacer {
    display: flex;
    width: 100%;
    height: 22rem;
}

.btn-wrap {
    display: flex;
}

/*.hero-bg::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;    
    background: linear-gradient(rgba(255,255,255,0.15), rgba(255,255,255,0.15));
    pointer-events: none;
}*/
.ligues {
    display: flex;
    position: absolute;
    flex-flow: column;
    border-radius: 1rem;
    background: rgba(0, 184, 255, .75);
    gap: .5rem;
    top: 13%;
    right: 4%;
    max-width: 12rem;
    box-shadow: .5rem 0 1rem #3fd3ff94, -2rem 0 3rem #1e207ec7;
    font-weight: 800;
    text-transform: uppercase;
    font-style: italic;
    font-size: .8rem;
    padding: 1rem;
}
.ligues .logos {
    display: flex;
    flex-flow: wrap;
    gap: 1rem;
    justify-content: center;
    align-items: center;
}
.ligues .logos img {
    max-width: 4rem;
    max-height: 4rem;
}
.ligues p {
    margin: 0;
}

.section-padding {
    padding: 80px 0;
}

.section-title {
    text-align: center;
    margin-bottom: 3rem;
    font-size: 36px;
}

.benefit-icon {
    width: 6rem;
    height: 6rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    background: #1f2b33;
}
.benefit-dscr {
    color: var(--text-gray);
    font-size: .8rem;
    line-height: 1.25;
}

.benefit-icon i {
    font-size: 2rem;
    color: var(--text-white);
}

.model-card {
    transition: transform 0.3s;
    border-radius: 8px;
    overflow: hidden;
    background: var(--bg-graphite);
    padding: 2rem;
    height: 100%;
}

.comparison-table {
    background: var(--bg-dark);
    border-radius: 8px;
    overflow: hidden;
    max-width: 54rem;
    margin: 0 auto;
    line-height: 1.25;
}

.comparison-table th {
    background: var(--bg-graphite);
    color: var(--text-white);
    padding: 1.2rem;
    font-weight: 600;
}

.comparison-table td {
    padding: 1.2rem;
    background: var(--bg-dark-gray);
    color: var(--text-gray);
}

.comparison-table .vitokin {
    background: var(--bg-graphite);
    color: var(--text-white);
}

.btn-primary {
    background-color: var(--primary);
    border-color: var(--primary);
    padding: 12px 30px;
    border-radius: 8px;
    font-weight: 600;
}

.btn-primary:hover {
    background-color: #c10500;
    border-color: #c10500;
}

.btn-blue {
    background-color: var(--bs-primary);
    border-color: var(--bs-primary);
    padding: 12px 30px;
    border-radius: 8px;
    font-weight: 600;
    color: var(--text-white);
}
.btn-blue:hover {
    background-color: #0d8efd;
    border-color: #0d8efd;
}

.chars-btn {
    display: inline-flex;
    font-size: 1rem;
    font-weight: 400;
    padding: .15rem .5rem .35rem;
    border-radius: .5rem;
    border: 1px solid currentColor;
    line-height: 1;
    height: 2rem;
    justify-content: center;
    align-items: center;
    transform: translateY(-.5em);
    transition: .15s ease;
    cursor: pointer;
}
.chars-btn:hover {
    background: rgba(255,255,255,.25);
}

.form-control, .form-select {
    background: var(--bg-dark-gray);
    border: 1px solid #333;
    color: var(--text-white);
    border-radius: 8px;
    padding: .5rem 1rem;
    line-height: 1;
    font-size: 1rem;
}

.form-control:focus, .form-select:focus {
    background: var(--bg-dark-gray);
    border-color: var(--primary);
    color: var(--text-white);
    box-shadow: 0 0 0 0.25rem rgba(225, 6, 0, 0.25);
}

.form-label {
    color: rgb(100,100,100);
    line-height: 1;
    font-size: .75rem;
    font-weight: 400;
    margin-bottom: .25rem;
}

.nav-link {
    color: var(--text-gray);
    font-weight: 500;
    transition: color 0.3s;
}

.nav-link:hover {
    color: var(--text-white);
}

.navbar-brand {
    color: var(--text-white) !important;
    font-weight: 700;
    font-size: 1.8rem;
}
.navbar-brand img {
    display: flex;
    width: 100%;
    filter: invert(1);
}

.cta-section {
    background: linear-gradient(90deg, var(--primary) 0%, rgba(225, 6, 0, 0.4) 100%);
}

.review-card {
    background: var(--bg-graphite);
    border-radius: 1rem;
    /*padding: 2rem;*/
    height: 100%;
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
    margin-bottom: 6rem;
    
    padding: 0;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-flow: column;
    max-height: 30rem;
}
.review-card img {
    display: flex;
    object-fit: cover;
    max-height: 30rem;
}

.review-avatar {
    display: flex;
    min-width: 3rem;
    min-height: 3rem;
    background: black;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    font-weight: 400;
    background-image: linear-gradient(245deg, #36627c, #1f333c);
}

.review-card h5 {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
}

.delivery-step {
    text-align: center;
}

.delivery-icon {
    width: 80px;
    height: 80px;
    border: 2px solid var(--primary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    font-size: 32px;
    color: var(--text-white);
}

#individual-form {
    max-width: 40rem;
}
.customization-form {
    background-color: rgba(0,27,51,.4);
    background-image: url("../assets/img/shape-1.webp");
    background-repeat: no-repeat;
    background-position: bottom right;
    padding: 2rem;
    border-radius: 16px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.2);
    backdrop-filter: blur(1rem);
    -webkit-backdrop-filter: blur(1rem);
    position: relative;
}
.customization-form-img {
    position: absolute;
    z-index: -1;
    right: 0;
    height: 14rem;
    top: calc(50% - 9.5rem);
    transform: translateX(1rem) rotate(-15deg);
}
.customization-form-img img {
    max-width: 100%;
    max-height: 100%;
}
.customization-form .total {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    font-size: 2rem;
    font-weight: 700;
}

.preview-image {
    background-color: #2A2A2A;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--text-gray);
    font-weight: bold;
    border-radius: 8px;
    min-height: 300px;
}

.bullet-list {
    list-style: none;
    padding: 0;
}
.bullet-list li {
    position: relative;
    color: var(--text-gray);
    padding-left: 2rem;
}
.bullet-list li:before {
    position: absolute;
    content: '';
    border-radius: 50%;
    width: .6rem;
    height: .6rem;
    background: var(--bs-body-bg);
    left: 0;
    top: calc(50% - .3rem);
}
.bullet-list li i.bi {
    font-size: 3em;
    color: var(--bs-body-bg);
}
.bullet-list li.bullet-li-col {
    display: flex;
    flex-flow: column;
    margin-bottom: 1rem;
    line-height: 1.25;
}
.bullet-list li.bullet-li-col b {
    color: var(--text-white);
}

.bullet-list.inline {
    list-style: none;
    display: flex;
    flex-flow: column;
    gap: 1rem;
    background: rgba(0, 0, 0, .4);
    border-radius: 1rem;
    padding: 1.5rem;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 17rem;
}

.bullet-list.inline li {
    position: relative;
    color: var(--text-white);
    display: flex;
    flex-flow: row;
    gap: 1rem;
    justify-content: center;
    align-items: center;
    line-height: 1.25;
    padding: 0;
}

.bullet-list.inline li i.bi {
    font-size: 3em;
    color: #00e5ff;
}

.bullet-list.inline li:before {
    display: none;
}

.text-accent {
    color: var(--primary);
}

.features-img {
    display: flex;
    justify-content: center;
}
.features-img img {
    border-radius: 1rem;
    max-width: 100%;
}

.model-img {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 6rem;
}

.model-img img {
    max-width: 28rem;
    width: 100%;
    margin: auto;
    border-radius: 1rem;
}
.model-img video {
    max-height: 34.75rem;
    border-radius: 1rem;
    width: auto;
    object-fit: contain;
    max-width: 24rem;
}

/* Увеличиваем отступы для большего "воздуха" */
.spacious-container {
    padding: 6rem 0;
}

.spacious-section {
    padding: 5rem 0;
}

.spacious-element {
    margin-bottom: 3rem;
}

.eclipse {
    position: sticky;
    left: 0%;
    top: 30%;
    width: 95%;
    height: 14rem;
    background: linear-gradient(280deg, #5cfff7 -10%, #3f00ff 80%);
    border-radius: 50%;
    transform: rotate(-12deg);
    opacity: .5;
    filter: blur(120px);
    z-index: 0;
}
.eclipse + .container {
    margin-top: -14rem;
}

.swiper.modelSwiper {
    /*background: rgba(0, 0, 0, .2);*/
    /*border-radius: 1.5rem;*/
}

#benefits {
    /*background-color: var(--bg-dark-gray);*/
    background-color: #08111e;
    /*background-image: url(../assets/img/carbon.jpg);*/
    /*background-size: 5rem;*/
    /*background-blend-mode: difference;*/
}
#models .container {
    position: relative;
    z-index: 2;
}


.swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    position: absolute;
    bottom: 1rem;
    left: 50%;
    width: auto;
    transform: translateX(-50%);
    padding: 1rem 2rem;
    background: rgba(66,66,69,.7);
    border-radius: 3rem;
    backdrop-filter: blur(5rem);
    white-space: nowrap;
}
.swiper-pagination-bullet {
    border-radius: 1rem;
    background: var(--bs-body-bg);
    opacity: .5;
    transition: min-width cubic-bezier(0.33,0,0.67,1) .3s, opacity .15s ease;
    min-width: .5rem;
}
.swiper-pagination-bullet-active {
    min-width: 3rem;
    opacity: 1;
}

.swiper-button-prev, .swiper-button-next {
    background: rgba(66, 66, 69, .7);
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    backdrop-filter: blur(1rem);
    -webkit-backdrop-filter: blur(1rem);
}
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after, .swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    color: white;
    font-size: 1.5rem;
    font-weight: 700;
    justify-content: center;
    align-items: center;
    display: flex;
    text-shadow: .05em 0 white, -.05em 0 white, 0 -.05em white, 0 .05em white;
}
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
    transform: translateX(-.1em);
}
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    transform: translateX(.1em);
}

.swiper-nav-area {
    position: absolute;
    bottom: 1rem;
    left: 0;
    display: flex;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    background: rgba(66, 66, 69, .7);
    border-radius: 3rem;
    left: 50%;
    transform: translateX(-50%);
    width: auto;
    flex-flow: row;
    backdrop-filter: blur(1rem);
    -webkit-backdrop-filter: blur(1rem);
    z-index: 1;
}
.swiper-nav-area .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-nav-area .swiper-pagination-custom, .swiper-nav-area .swiper-pagination-fraction {
    position: relative;
    bottom: auto;
    left: auto;
    transform: none;
    order: 2;
    padding: .25rem;
    height: 3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background: transparent;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
}
.swiper-nav-area .swiper-button-prev, .swiper-nav-area .swiper-button-next {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    order: 1;
    margin: 0;
}
.swiper-nav-area .swiper-button-next {
    order: 3;
}
.swiper-nav-area .swiper-button-prev, .swiper-nav-area .swiper-button-next {
    background: transparent;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
}


table.chars {
    padding: 1rem;
    background: rgba(0, 0, 0, .4);
    border-radius: 1rem;
    font-size: .75rem;
    text-align: center;
}
table.chars td, table.chars th {
    padding: .5rem 1rem;
}

.compare-table {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    gap: 2rem;
}
.compare-col {
    display: flex;
    flex-flow: column;
    border-radius: 1rem;
    background: rgba(0, 0, 0, .4);
    width: 24rem;
    max-width: 100%;
}
.compare-col-title {
    width: 100%;
    height: 4rem;
    padding: 1rem;
    font-weight: bold;
    font-size: 1.5rem;
    text-align: center;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
}
.compare-col-li {
    padding: 1rem;
}
.compare-col-li:not(:last-child) {
    border-bottom: 1px solid rgba(255, 255, 255, .1);
}
.compare-col-li:last-child {
    padding-bottom: 1.5rem;
}
.compare-img {
    display: flex;
}
.compare-img img {
    width: 100%;
    padding: 1rem 0;
    filter: drop-shadow(0 .75rem .5rem rgba(0, 0, 0, .75));
    max-width: 16rem;
    margin: auto;
}

#about {
    background-color: var(--bg-dark);
    position: relative;
    background-image: url("../assets/img/hero-2.jpg");
    background-size: cover;
    background-blend-mode: exclusion;
    background-position: top 20% center;
}
.about-box {
    display: flex;
    flex-flow: column;
    width: 62rem;
    text-align: center;
    justify-content: center;
    align-items: center;
    margin: auto;
    margin-bottom: 4rem;
    padding: 2rem;
    border-radius: 1rem;
    background: rgba(0, 0, 0, .4);
    backdrop-filter: blur(1rem);
    -webkit-backdrop-filter: blur(1rem);
}
.about-box .logos {
    display: flex;
    flex-flow: wrap;
    gap: .5rem;
}
.about-box .logos img {
    max-width: 6rem;
    max-height: 6rem;
}

#compare {
    background-color: var(--bg-dark);
    position: relative;
    background-image: url("../assets/img/hero-4.jpg");
    background-size: cover;
    background-position: bottom center;
    background-blend-mode: soft-light;
    background-attachment: fixed;
}

.link-inline {
    color: inherit;
    transition: .15s ease;
    cursor: pointer;
}
.link-inline:hover {
    color: var(--primary);
}
.form-attention {
    line-height: 1.25;
    font-size: .75rem;
    color: var(--text-gray);
    margin: 0;
}
.modal__container {
    position: relative;
    position: relative;
    background-color: var(--bg-graphite);
    padding: .75rem;
    border-radius: 1.5rem;
    width: auto;
    width: calc(100% - 1rem);
}
.modal__container.--md {
    max-width: 32rem;
}
.modal__container.--sm {
    padding: 1.5rem;
    max-width: 24rem;
}
.modal__container.container_image {
    padding: 0;
    border-radius: 0;
    max-width: 48rem;
}
.modal__container.container_image img {
    max-width: 100%;
}
[data-zoom] {
    cursor: zoom-in;
}
.modal__overlay {
    background-color: rgba(0, 0, 0, .75);
    backdrop-filter: blur(1rem);
    -webkit-backdrop-filter: blur(1rem);
}


.colorschem-choose {
    display: flex;
    flex-flow: wrap;
    gap: .25rem;
}
.colorschem-choose .label {
    display: block;
    width: 100%;
    line-height: 1;
    font-size: .75rem;
    font-weight: 400;
    margin-bottom: .25rem;
    color: rgb(100,100,100);
}
.colorschem-choose .radio-color {
    display: flex;
    position: relative;
}
.colorschem-choose .radio-color label {
    width: 2rem;
    height: 2rem;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    overflow: hidden;
    border: 3px solid rgba(255, 255, 255, .1);
    transition: .15s ease;
    cursor: pointer;
}
.colorschem-choose .radio-color label img {
    margin-top: -2px;
    margin-left: -2px;
    width: calc(2rem - 1px);
    height: calc(2rem - 1px);
}
.colorschem-choose .radio-color label .color-img {
    display: flex;
    width: 100%;
    height: 100%;
}
.colorschem-choose .radio-color label .previev {
    display: flex;
    position: absolute;
    bottom: 2rem;
    width: 6rem;
    height: 6rem;
    left: 0;
    z-index: 2;
    transform: translateX(-30%) scale(.01);
    opacity: 0;
    pointer-events: none;
    transition: .15s ease;
}
.colorschem-choose .radio-color label .previev img {
    width: 6rem;
    height: 6rem;
    border-radius: 1rem;
}
.colorschem-choose .radio-color label:hover .previev {
    opacity: 1;
    transform: translateX(-30%) scale(1);
}
.colorschem-choose .radio-color input {
    position: absolute;
    top: 0;
    left: 0;
    width: .1px;
    height: .1px;
    z-index: -99;
    opacity: 0;
}
.colorschem-choose .radio-color label:hover {
    border-color: rgba(255, 255, 255, .5);
}
.colorschem-choose .radio-color input:checked + label {
    border-color: var(--primary);
}

.more-btn {
    display: flex;
    opacity: .5;
    text-decoration: underline;
    transition: .15s ease;
    cursor: pointer;
}
.more-btn:hover {
    opacity: 1;
}

.form-file {
    position: relative;
    width: 100%;
    display: flex;
    flex-flow: column;
    height: 4rem;
}
.form-file input {
    position: absolute;
    top: 0;
    opacity: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    cursor: pointer;
}
.form-file:after {
    content: attr(data-name);
    position: absolute;
    width: 100%;
    height: 100%;
    border: 1px dashed rgb(55, 50, 50);
    border-radius: .5rem;
    transition: .15s ease;
    z-index: 1;
    padding: 1rem;
    justify-content: center;
    display: flex;
    align-items: center;
    height: 3rem;
    top: 1rem;
    left: 0;
    outline: 3px solid transparent;
    line-height: 1;
    font-size: .8rem;
}
.form-file:hover:after {
    border-color: var(--primary);
    outline: 3px solid #e1060059;
}

.model-color {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-bottom: 5rem;
}
.model-color img {
    max-width: 17rem;
    border-radius: .5rem;
}

#order_sta {
    --clr-bluel: #29abe2;
    --clr-blue-dark: #032c61;
    --clr-blued-dark: #001739;

    --clr-bronze: rgba(255, 150, 57, 1);
    --clr-bronze-20: rgba(255, 150, 57, .2);
    --clr-silver: rgba(192, 215, 235, 1);
    --clr-silver-20: rgba(192, 215, 235, .2);
    --clr-gold: rgba(255, 238, 106, 1);
    --clr-gold-20: rgba(255, 238, 106, .2);

    background: radial-gradient(150% 170% at 50% 120%, #760000 0%, #160000 40%, #000000 70%);
}

.card {
    display: flex;
    flex-flow: column;
    position: relative;
    background: #222;/*rgba(0, 0, 0, .55);*/
    border-radius: 2rem;
    height: auto;
    width: 100%;
    min-height: 32rem;
    /* -webkit-backdrop-filter: blur(2rem); */
    /* backdrop-filter: blur(2rem); */
}
.card.--bronze { background-image: linear-gradient(135deg, rgba(255, 105, 0, .35), rgba(72, 16, 0, .6) 80%);}
.card.--silver { background-image: linear-gradient(135deg, rgba(192, 215, 235, .35), rgba(32, 78, 127, .6) 80%);}
.card.--gold { background-image: linear-gradient(135deg, rgba(255, 218, 38, .35), rgba(124, 80, 0, .6) 80%);}
.card-sub {
    color: #ffffffc7;
    font-size: .9rem;
    line-height: 1.25;
    margin-top: 1.5rem;
    min-height: 6rem;
}

.card-bg {
    display: flex;
    z-index: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    mix-blend-mode: color-burn;
}
.card-bg img {
    display: flex;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 2rem;
    opacity: .5;
}
.card-img {
    display: flex;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    justify-content: center;
    align-items: center;
    z-index: 0;
    max-height: calc(100% - 5rem);
    max-width: 16rem;
}
.card-img img {
    max-height: 100%;
    max-width: 100%;
    position: absolute;
    margin: auto;
    margin-right: .75rem;
}

.card-content {
    display: flex;
    width: 100%;
    height: 100%;
    gap: 1.5rem;
    flex-flow: column;
    padding: 1.5rem;
    position: relative;
    z-index: 1;
}
.card-ribbon {
    display: flex;
    flex-flow: wrap;
    gap: .5rem;
    margin-top: auto;
}
.card-ribbon.--top { margin-top: -2rem;}
.ribbon {
    display: flex;
    padding: .25rem .35rem;
    justify-content: center;
    align-items: center;
    font-size: .75rem;
    font-weight: 600;
    border-radius: 1.5rem;
    color: rgba(215, 215, 215, 1);
    background-color: rgba(0, 23, 39, .5);
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: .05em;
    -webkit-backdrop-filter: blur(2rem);
    backdrop-filter: blur(2rem);
}
.ribbon.--red { color: rgba(255, 110, 110, 1); background: rgba(255, 110, 110, .2);}
.ribbon.--green { color: rgba(82, 255, 131, 1); background: rgba(82, 255, 131, .2);}
.ribbon.--yellow { color: rgba(255, 242, 76, 1); background: rgba(255, 242, 76, .2);}
.ribbon.--bronze{ color: var(--clr-bronze); background: rgba(0,0,0,.2);}
.ribbon.--silver { color: var(--clr-silver); background: rgba(0,0,0,.2);}
.ribbon.--gold { color: var(--clr-gold); background: rgba(0,0,0,.2);}
.ribbon.--sbp {
    background-color: var(--clr-silver-20);
    background-image: url("https://spirtex.ru/assets/img/paytype/logo-pay-5.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 2.5rem;
    width: 3.5rem;
}

.card .title {
    color: white;
    font-weight: 600;
    font-size: 2rem;
    line-height: 1;
}
.card .title + .card-value {
    margin-top: -1rem;
    line-height: 1;
    display: flex;
    flex-flow: wrap;
    gap: .5rem;
    font-size: 1rem;
}
.card-value .card-value-choose {
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
    padding: .5rem 1rem;
    border-radius: .5rem;
    cursor: pointer;
    outline: 3px solid transparent;
    transition: .15s ease;
}
.card-value .card-value-choose:hover {
    outline-color: rgba(255, 255, 255, .25);
}
.card-value .card-value-choose.--checked {
    background: rgba(0, 0, 0, .5);
}
.card .title.--bronze, .card .title.--bronze + .card-value { color: var(--clr-bronze);}
.card .title.--silver, .card .title.--silver + .card-value { color: var(--clr-silver);}
.card .title.--gold, .card .title.--gold + .card-value { color: var(--clr-gold);}

.card-control {
    display: flex;
    width: 100%;
    flex-flow: row;
    background: rgba(0, 0, 0, .25);
    border-radius: 2rem;
    margin: auto 0 0;
    height: 7rem;
    padding: 1.5rem;
    position: relative;
    z-index: 2;
    justify-content: flex-end;
    align-items: center;
    gap: 1.5rem;
    -webkit-backdrop-filter: blur(2rem);
    backdrop-filter: blur(2rem);
}
.card-dscr {
    display: flex;
    flex-flow: column;
    gap: .5rem;
    width: 100%;
    max-width: 10rem;
    color: rgba(255, 255, 255, .5);
    line-height: 1.25;
    font-size: .75rem;
    margin-bottom: -2rem;
}
.comlect-list {
    display: flex;
    flex-flow: column;
    gap: .5rem;
    font-size: .85rem;
    color: white;
    font-weight: 400;
    border-radius: 1rem;
    line-height: 1;
    --clr-acnt: white;
    list-style: none;
    padding: 0;
}
.comlect-list.--bronze { --clr-acnt: var(--clr-bronze);}
.comlect-list.--silver { --clr-acnt: var(--clr-silver);}
.comlect-list.--gold { --clr-acnt: var(--clr-gold);}
.comlect-list li {
    padding-left: 1rem;
    line-height: 1.25;
    position: relative;
    opacity: .75;
}
.comlect-list li:after {
    height: .25rem;
    width: .25rem;
    content: '';
    position: absolute;
    line-height: 0;
    top: calc(50% - .125rem);
    left: 0;
    background: var(--clr-acnt);
    border-radius: 50%;
}
.card-order { display: flex; width: auto;}
.card-control .btn {
    font-weight: 400;
    font-size: 1.25rem;
    border-radius: 1rem;
    letter-spacing: .025em;
    box-sizing: border-box;
}
.card-control .price {
    display: flex;
    flex-flow: column;
    width: auto;
    margin: auto;
    justify-content: center;
    align-items: flex-start;
    color: white;
    line-height: 1;
    font-size: 1rem;
    gap: .25rem;
}
.card-control .price-base { opacity: .5;}
.card-control .price-sbp { 
    display: flex;
    flex-flow: row;
    font-size: 2.5rem;
    font-weight: 600;
    gap: .5em;
    color: rgba(82, 255, 131, 1);
}
.card-control .price-sbp.--bronze { color: var(--clr-bronze);}
.card-control .price-sbp.--silver { color: var(--clr-silver);}
.card-control .price-sbp.--gold { color: var(--clr-gold);}


.mobile-title {display: none;}

@media screen and (max-width: 1366px) {
    .hero-bg { background-size: 90rem;}
}
@media screen and (max-width: 1366px) {
    .hero-bg h1 {
        font-size: 4rem;
    }
}
@media screen and (max-width: 1080px) {
    .ligues {
        right: 3%;
        top: 45%;
    }
    .customization-form-img {
        height: 9rem;
        top: auto;
        bottom: 1rem;
    }
}
@media screen and (max-width: 734px) {
    .customization-form-img {
        height: 6rem;
        top: -1rem;
        bottom: auto;
        transform: translateX(-.5rem) rotate(-15deg);
    }
    .mobile-title {display: block;}
    .desktop-title {display: none;}
    .btn-wrap {
        justify-content: center;
        align-items: center;
    }
    .navbar-brand {
        max-width: 8rem;
    }
    h5 {
        font-size: 1rem;
    }
    
    .hero-bg {
        background-size: 46rem;
        background-position: top -4rem center;
        background-image: url("../assets/img/hero-sm.jpg");
        min-height: 62rem;
    }
    .hero-bg .spacer {
        height: 0;
    }
    .hero-bg .btn-wrap {
        justify-content: flex-start;
        margin-top: 8rem;
    }
    .hero-bg h1 + p {
        max-width: 17rem;
        font-size: 1rem;
    }
    .ligues {
        padding: 1rem;
        top: auto;
        left: auto;
        right: auto;
        bottom: auto;
        margin: auto;
        position: relative;
        margin-top: 16rem;
        margin-left: 0;
        width: 100%;
        max-width: 14rem;
    }
    .ligues .logos img {
        max-width: 3rem;
        max-height: 3rem;
    }
    .hero-bg h1 {
        font-size: 2rem;
    }
    .section-title {
        font-size: 28px;
    }
    
    .spacious-container {
        padding: 4rem 0;
    }
    
    .spacious-section {
        padding: 3rem 0;
    }
    
    .eclipse + .container {
        margin-top: -20rem;
    }
    .customization-form {
        border: 1px solid #ffffff10;
    }
    .bullet-list.inline {
        flex-flow: column;
        backdrop-filter: blur(1rem);
        -webkit-backdrop-filter: blur(1rem);
        background: rgba(0, 0, 0, .8);
        margin: auto;
        gap: 1rem;
        align-items: flex-start;
        margin-top: -1rem;
        margin-left: 0;
        max-width: 15rem;
    }
    .table-responsive.comparison-table {
        font-size: .8rem;
    }
    
    .card { border-radius: 1.5rem; min-height: 27rem; margin-bottom: 2rem;}
    .card-sub { margin-top: 1rem; min-height: 9rem;}
    .card-bg img { border-radius: 1.5rem;}
    .card-img img { margin-right: 0;}
    .card .title + .card-value { margin-top: -.5rem;}
    .card-content { padding: 1rem; gap: 1rem;}
    .card .title { font-size: 1.75rem;}
    .card-control {
        padding: 1rem;
        border-radius: 1.5rem;
        flex-flow: column;
        height: 8rem;
        justify-content: center;
        align-items: flex-start;
        gap: .5rem;
    }
    .card-dscr { max-width: 9rem;}
    .card-img { max-height: calc(100% - 10rem); justify-content: flex-end;}
    .card-control .price { margin: 0;}
    .card-control { width: 100%; box-sizing: border-box;}
    .card-control .btn, .card-order { width: 100%;}
    .card-ribbon.--top { margin-top: -1.5rem;}
    .card-control .price-sbp { font-size: 1.5rem;}
    
    .model-img video, .model-img img {
        max-height: 22rem;
        width: auto;
    }
    .modelSwiper {
        margin-bottom: 4rem;
    }
    #modal-color-choose .modelSwiper {
        margin-bottom: 0;
    }
    .chars-btn {
        transform: translateY(-.25em);
    }
    .model-img {
        padding-bottom: 5rem;
    }
    .compare-table {
        gap: .5rem;
    }
    .compare-col-title {
        font-size: 1rem;
        line-height: 1.15;
        height: 4rem;
        justify-content: center;
        display: flex;
        align-items: center;
    }
    .compare-col-li {
        font-size: .85rem;
        line-height: 1.15;
        height: 5rem;
        align-items: center;
        justify-content: center;
        display: flex;
        flex-flow: row;
        padding: .5rem;
        gap: .5rem;
    }
    .about-box .logos img {
        max-width: 4rem;
        max-height: 4rem;
    }
    .review-card img {
        max-height: 22rem;
    }
    .compare-img img {
        max-width: 8rem;
    }
    
    .about-section .mb-5 {
        margin-bottom: 1rem !important;
    }
    .about-box {
        margin-top: 12rem;
        margin-bottom: 0;
    }
}
@media screen and (max-width: 512px) {
    .hero-bg h1 {
        margin-top: -2rem;
    }
    .hero-bg {
        background-size: 38rem;
        background-position: top -2rem center;
        min-height: 54rem;
    }
    .bullet-list.inline li i.bi {
        font-size: 1.5rem;
    }
    .hero-bg .btn-wrap {
        margin-top: -2rem;
    }
    .hero-bg h1 + p {
        max-width: 15rem;
        font-size: 1rem;
    }
    .about-box {
        margin-top: 14rem;
    }
    .bullet-list.inline {
        padding: .5rem .75rem;
        background-color: rgba(0, 0, 0, .5);
        border-radius: 1rem;
        max-width: 14rem;
    }
}
@media screen and (max-width: 360px) {
    .card-img { display: none;}
    .card-dscr { max-width: none;}
    .card { min-height: 22rem;}
    .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet { margin: 0 .15rem;}
    .swiper-button-prev, .swiper-button-next { width: 2.5rem; height: 2rem;}
    .swiper-pagination-bullet-active { min-width: 2rem;}
    .about-box .logos { gap: .25rem;}
    .about-box .logos img { max-width: 3rem; max-height: 3rem;}
    .hero-bg {
        background-size: 31rem;
        background-position: top 0rem left -2rem;
        min-height: 48rem;
    }
}