@import "template.css";
@import "iconfont.css";

header {
    position: absolute;
    font-size: 14px;
    z-index: 100000;
    top: 0;
    left: 0;
    width: 100%;
    transition: .6s;
}

header.fixed, header.fixed--permanent {
    position: fixed;
    background: rgba(0,0,0,0.8);
    backdrop-filter: saturate(180%) blur(20px);
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    transition: .3s;
    height: 65px;
}


header .logo img {
    width: 34px;
    object-fit: cover;
}

header nav {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
    font-size: .875rem;
    line-height: 1.25rem;
    padding: 1.25rem 0;
}

header .nav-item {
    margin-left: 1.5rem;
    display: inline-flex;
    align-items: center;
}

header .nav-item:first-child {
    margin-left: 0;
}

header .nav-link {
    color: #fff;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    align-content: center;
    cursor: pointer;
    position: relative;
}

header .nav-link .text-normal {
    opacity: 1;
    text-wrap: nowrap;
    font-family: TTNormsPro-Regular;
    white-space: nowrap;
    transition-duration: .2s;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
}

header .nav-link .text-bold {
    opacity: 0;
    text-wrap: nowrap;
    white-space: nowrap;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    font-family: TTNormsPro-Medium;
    transition-duration: .2s;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
}

header .nav-item:hover .text-normal, header .nav-item.hover .text-normal {
    opacity: 0;
}

header .nav-item:hover .text-bold, header .nav-item.hover .text-bold {
    opacity: 1;
}

header .nav-item img {
    width: 16px;
    height: 16px;
    filter: invert(100%);
    margin-right: .5rem;
}

header .nav-items {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    align-items: center;
    justify-content: flex-end;
}

header .center-bar {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.menu-bar {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    width: auto;
    justify-content: flex-start;
}

.left-bar {
    justify-content: flex-start;
    width: auto;
}

.left-bar .nav-items {
    justify-content: flex-start;
}

.left-bar .nav-item[data-mobile] {
    display: none;
}

.right-bar {
    justify-content: flex-end;
}

header.fixed nav:not(.mobile-menu) *, header.fixed--permanent nav:not(.mobile-menu) * {
    /* filter: invert(1); */
}

.hero {
    height: 100vh;
    width: 100%;
}

.hero .swiper-slide {
    height: 100vh;
}

.hero .swiper-slide picture {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    filter: brightness(0.8);
}

.hero .swiper-slide picture img {
    height: 100%;
    object-fit: cover;
}

.hero .swiper-slide .container {
    position: absolute;
    bottom: 25%;
    color: #fff;
}

.hero .swiper-slide img {
    width: 100%;
}

.hero .swiper-slide p {
    font-size: 1.125rem;
    line-height: normal;
}

.hero .swiper-slide .container {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.hero .animated-content {
    height: 6rem;
    width: 100%;
}

.hero .swiper-pagination {
    width: 100%;
    text-align: left;
}

/*Benefits slider*/
.benefits-slider {
    padding: 3rem 0;
    display: flex;
    justify-content: center;
}

.modal-slider .bottom-text {
    text-align: center;
}

.benefits-slider .swiper-wrapper {
    height: auto;
}

.benefits-slider .swiper-slide {
    width: 1024px;
}

.benefits-slider.modal-slider .swiper-slide {
    width: 45% !important;
    margin: 2rem;
    height: 27rem;
}

.benefits-slider#modal-slider .swiper-slide {
    width: 50% !important;
    margin: 0;
    height: 30rem;
}

.benefits-slider.modal-slider .swiper-slide picture {
    height: 100%;
}

.benefits-slider .swiper-slide {
    color: #fff;
}

.benefits-slider .swiper-slide .top-text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    padding-bottom: 5%;
    padding-top: 5%;
    background-image: linear-gradient(180deg, #161616bd, #0000);
}

.benefits-slider .swiper-slide .top-text p {
    font-size: 1.25rem;
    line-height: normal;
    /* letter-spacing: 1px */;
    margin-top: .5rem;
}

.benefits-slider .swiper-slide .bottom-text {
    position: absolute;
    bottom: 2rem;
    left: 0;
    width: 100%;
    padding: 5% 1.25rem;
    background-image: linear-gradient(180deg, #0000, #161616bd);
}

.benefits-slider.modal-slider .bottom-text {
    z-index: 10000;
    bottom: 0;
    background: transparent;
    width: 100%;
    padding: 8px 2rem;
    cursor: pointer;
}

.benefits-slider.modal-slider .bottom-text .btn-more {
    top: -30px;
}

.benefits-slider .swiper-slide .group-text {
    display: flex;
    width: 100%;
    justify-content: center;
    -webkit-box-pack: center;
    -webkit-box-align: end;
    align-items: flex-end;
}

.benefits-slider .swiper-slide .bottom-text--item {
    margin-left: 2rem;
}

.benefits-slider .swiper-slide .bottom-text p {
    font-size: 16px;
    margin: 0 0 .25rem;
    /* letter-spacing: 1px */;
}

.benefits-slider .swiper-slide .bottom-text strong {
    font-size: 20px;
    margin-top: .25rem;
    margin-bottom: 1rem;
    line-height: 140%;
}

.benefits-slider .swiper-slide .desc-text {
    color: #D1D5DB;
    margin-top: .75rem;
    font-size: .875rem;
    line-height: 1.25rem;
}

/*Benefits slider*/
/* Section 360 */
.section-360 {
    margin-bottom: 2rem;
}

.section-360--wrapper {
    background-image: url("../img/rox01-bg.svg");
    background-repeat: no-repeat;
    background-size: 36%;
    background-position: 16% 6%;
    --max-width: 1280px;
    max-width: var(--max-width);
    position: relative;
    width: 100%;
    height: 29rem;
    margin: 6rem auto 2rem;
}

.section-360--items {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.section-360--item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    contain: paint;
    overflow: hidden;
    touch-action: none;
    pointer-events: none;
    display: none;
}

.section-360--item.active {
    display: block;
}

.section-360--item img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    image-rendering: -webkit-optimize-contrast;
    will-change: visibility;
}

.section-360--colors {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
}

.section-360--color {
    font-family: TTNormsPro-Regular;
    width: 3rem;
    height: 3rem;
    padding: .25rem;
    border-radius: 9999px;
    border-width: 1px;
    border-color: transparent;
    border-style: solid;
    margin: .75rem;
    text-align: center;
    position: relative;
    cursor: pointer;
}

.section-360--color.active {
    --border-color: rgb(225, 225, 225);
    border-color: var(--border-color);
}

.section-360--color .color--hint {
    position: absolute;
    background: rgb(25, 25, 25);
    padding: .5rem 1rem;
    border-radius: 9999px;
    z-index: -1;
    white-space: nowrap;
    color: #fff;
    left: 50%;
    top: 0;
    transform: translate(-50%, 0%);
    opacity: 0;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .2s;
    transition-property: all;
}

.section-360--color .color--hint.shown, .section-360--color:hover .color--hint {
    opacity: 1;
    transition-duration: .2s;
    transition-property: all;
    transform: translate(-50%, -130%);
    z-index: 1;
}

.section-360--tab {
    display: none;
    height: 800px;
    width: 100%;
    position: relative;
}

.section-360--tab.active {
    display: block;
}

.section-360--tab-btns {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -7rem;
}

.section-360--tab-btns.inverted {
    filter: invert(1);
}

.section-360--tab-btn {
    color: rgb(25, 25, 25);
    padding: 1rem;
    text-align: center;
    font-size: 12px;
    cursor: pointer;
    width: 9rem;
    transition: .2s;
    opacity: .5;
}

.section-360--tab-btn.active {
    transition: .2s;
    opacity: 1;
}

.section-360--tab-btn:hover {
    opacity: .75;
    transition: .2s;
}

.section-360--tab-btns-delimeter {
    width: 1px;
    height: 1rem;
    background: #000;
    opacity: .3;
    transform: translateY(-100%);
}

.interior--btns {
    position: absolute;
    bottom: 7rem;
    width: 100%;
    display: flex;
    justify-content: center;
}

.interior--color-btns {
    width: auto;
    margin-left: 2rem;
}

.interior--seats-btns {
    color: #fff;
    display: flex;
    align-items: center;
}

.interior--seats-btn {
    font-family: TTNormsPro-Regular;
    font-size: .875rem;
    line-height: 1.25rem;
    width: 7rem;
    backdrop-filter: blur(4px);
    color: #fff;
    padding: .5rem 0;
    border-radius: 9999px;
    text-align: center;
    margin: .75rem;
    background-color: #ffffff4d;
    cursor: pointer;
}

.interior--seats-btn:hover {
    opacity: .8;
}

.interior--seats-btn.active {
    background: #fff;
    color: var(--text-black);
}

.interior--wrapper {
    width: 100%;
    height: 100%;
}

.interior--seats {
    display: none;
    height: 100%;
}

.interior--color {
    display: none;
    height: 100%;
}

.interior--color picture {
    height: 100%;
    width: 100%;
    display: block;
}

.interior--color picture img {
    height: 100%;
    object-fit: cover;
}

.interior--seats.active {
    display: block;
}

.interior--color.active {
    display: block;
}

/*VIDEO BANNER*/
.video-banner {
    margin-top: -1.7rem;
}

.video-banner .video-banner--bg {
    position: sticky;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
}

.video--banner--text {
    padding-right: 20%;
    color: #fff;
    top: -4rem;
    position: relative;
}

.video-banner h2 {
    font-family: TTNormsPro-Medium;
    font-size: 40px;
    line-height: normal;
    /* letter-spacing: .5px */
    margin-bottom: 1.5rem;
}

.video-banner p {
    font-size: 1.5rem;
    line-height: normal;
    /* letter-spacing: .5px */
}

.video-banner video {
    height: 100%;
    object-fit: cover;
}

.video-banner picture {
    display: none;
    width: 100%;
    height: 100%;
}

.video-banner picture img {
    height: 100%;
    object-fit: cover;
}

/*VIDEO BANNER*/

/* IMAGE BANNER */
.image-banner {
    margin-top: 2.5rem;
    height: 30rem;
    width: 100%;
    position: relative;
}

.image-banner--bg:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    background: -webkit-linear-gradient(top, #0000, #161616bd);
    background: linear-gradient(180deg, #0000, #161616bd);
    z-index: 1;
}

.image-banner .image-banner--bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.image-banner .image-banner--bg picture {
    width: 100%;
    height: 100%;
}

.image-banner .image-banner--bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.image-banner--text {
    position: absolute;
    z-index: 1;
    bottom: 5rem;
    color: #fff;
}

.image-banner--text h2 {
    font-family: TTNormsPro-Medium;
    font-size: 40px;
    line-height: normal;
    /* letter-spacing: .5px */
    margin-bottom: 1rem;
}

.image-banner--text p {
    font-size: 1.5rem;
    line-height: normal;
    /* letter-spacing: .5px */
}

/* IMAGE BANNER */

/* COMPARE SECTION*/
.compare {
    padding: 2rem 0 4rem 0;
}

.compare h2 {
    margin-bottom: 3rem;
}

.compare .cta-btn.inverted {
    filter: invert(1);
}

.compare--content {
    display: flex;
    justify-content: center;
    margin-top: 3rem;
}

.compare--img {
    width: 60%;
}

.compare--text {
    width: 40%;
    display: grid;
    grid-template-rows: repeat(3, 1fr);
    grid-auto-flow: column;
    grid-template-columns: 1fr fit-content(35%);
}

.compare--text-item {
    width: 100%;
    text-align: left;
    font-family: TTNormsPro-Regular;
    padding: .5rem;
    margin-bottom: 1rem;
}

.compare--text-item strong {
    font-size: 30px;
    font-weight: 400;
}

.compare--text-item strong span {
    font-size: 1rem;
    line-height: normalrem;
}

.compare--text-item p {
    font-size: 1rem;
    line-height: normalrem;
}

/* COMPARE SECTION*/

/* Form SECTION*/
.form-section {
    background-image: url('../img/form-bg.jpg');
    background-repeat: no-repeat;
    background-size: 120%;
    background-position: right;
    width: 100%;
}

.form-section .container {
    max-width: 500px;
    margin: 0 7.5rem 0 auto;
    padding: 3rem;
    border-radius: 1.5rem;
    background: #fff;
    box-shadow: inset 2px 2px 10px #ffffff4d;
}

.form-section h2 {
    margin-bottom: .5rem;
}

.feedback--page .form-section {
    background-size: 145%;
    background-position: 100% 100%;
    transform: matrix(-1, 0, 0, 1, 0, 0) !important;
}

.feedback--page .form-section .container {
    transform: matrix(-1, 0, 0, 1, 0, 0) !important;
}

.feedback--page .form-section picture {
    display: block;
    text-align: center;
    margin: 0 0 1rem 0
}

.feedback--page .form-section img {
    width: 50%;
}

.feedback--page .form-section h1 {
    font-size: 1.5rem
}

.feedback--page .form-section  {
    font-size: .875rem
}

@media screen and (max-width: 991px) {
    .form-section {
        background-size: cover;
    }

    .form-section .container {
        max-width: 500px;
        margin: 0 auto;
    }

    .feedback--page .form-section {
        background-size: cover;
    }
}

@media screen and (max-width: 600px) {
    .compare.form-section {
        margin-top: 0;
    }

    .form-section .container {
        padding: 2rem;
        width: 95%;
    }
}

/* Form SECTION*/

/* FOOTER */
footer {
    background: #000;
    padding: 60px 0 20px;
    font-family: TTNormsPro-Regular;
}

footer a {
    color: #fff;
    text-decoration: none;
}

footer a:hover {
    opacity: .8;
}

.footer--head, .footer--mid, .footer--bottom {
    margin: 0 1.5rem;
}

.footer--head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #ffffff80;
    font-size: .75rem;
    line-height: 1rem;
    padding-bottom: 2rem;
}

.footer--head .logo {
    max-width: 120px;
}

.footer--head p {
    text-align: right;
    margin: 0;
    padding-left: 1rem;
}

.footer--mid {
    color: #fff;
    padding: 4rem 0;
}

.footer--mid div {
    display: flex;
    align-items: center;
}

.footer--mid div p {
    width: auto;
    margin: 0 1.5rem;
}

.footer--mid div p:first-child {
    margin-left: 0;
}

footer nav {
    display: flex;
    justify-content: space-between;
}

footer .nav-item {
    margin-left: 1.5rem;
    display: inline-flex;
    align-items: center;
    color: #fff;
}

footer .nav-item:first-child {
    margin-left: 0;
}

footer .nav-link {
    color: #fff;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    align-content: center;
    cursor: pointer;
    position: relative;
}

footer .nav-link .text-normal {
    opacity: 1;
    text-wrap: nowrap;
    font-family: TTNormsPro-Regular;
    white-space: nowrap;
    transition-duration: .2s;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
}

footer .nav-link .text-bold {
    opacity: 0;
    text-wrap: nowrap;
    white-space: nowrap;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    font-family: TTNormsPro-Bold;
    transition-duration: .2s;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
}

footer .nav-item:hover .nav-link {
    opacity: 1;
}

footer .nav-item:hover .text-normal, footer .nav-item.hover .text-normal {
    opacity: 0;
}

footer .nav-item:hover .text-bold, footer .nav-item.hover .text-bold {
    opacity: 1;
}

footer .nav-item img {
    width: 16px;
    height: 16px;
    filter: invert(100%);
    margin-right: .5rem;
}

footer .nav-items {
    display: flex;
    flex-wrap: wrap;
    width: auto;
    padding: 2rem 0 1rem;
    margin: 0;
    list-style: none;
    align-items: center;
    justify-content: flex-start;
}

/* FOOTER */
.mobile-menu {
    position: fixed;
    left: 0;
    top: 65px;
    width: 100vw;
    height: 0;
    overflow: hidden;
    padding: 0;
    filter: invert(none);
    backdrop-filter: saturate(180%) blur(40px);
    -webkit-backdrop-filter: saturate(180%) blur(40px);
    transition: height .3s;
    z-index: 100000;
}

.mobile-menu.open {
    display: flex;
    width: 100vw;
    height: 100vh;
    transition: height .3s;
}

.mobile-menu .nav-items {
    background: rgba(0,0,0,0.8);
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: .75rem 2.5rem;
}

.mobile-menu .nav-item {
    padding: 1.25rem 0;
    border-bottom: 1px solid #ffffff1a;
    width: 100%;
    color: #fff;
    margin: 0;
}

.mobile-menu .nav-item img {
    filter:invert(1);
}

.mobile-menu .nav-link {
    color: #fff;
}

header .mobile-menu, header .mobile-menu * {
    filter: none;
}

header.fixed--permanent ~ main {
    margin-top: 4rem;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.page--content {
    margin: 3rem 0;
    width: 100%;
}

/* ABOUT PAGE */
.about--hero {
    margin-top: 0 !important;
}

.about--hero .image-banner--bg:before {
    opacity: .4;
}

.about--hero .image-banner--text {
    text-align: center;
    top: 0;
    position: relative;
    left: 0;
    width: 100%;
}

.about--hero .container {
    position: relative;
    top: 30%;
}

.about--hero h1 {
    font-size: 40px;
    line-height: normal;
    font-weight: 500;
    padding: 0 10rem;
    font-family: TTNormsPro-Regular;
}

@media screen and (max-width: 1360px) {
    .about--hero h1 {
        padding: 0 5rem;
    }
}

@media screen and (max-width: 1199px) {
    .about--hero h1 {
        padding: 0 2.5rem;
        font-size: 36px;
    }
}

@media screen and (max-width: 991px) {
    .about--hero h1 {
        font-size: 30px;
    }
}

@media screen and (max-width: 767px) {
    .about--hero h1 {
        font-size: 26px;
        padding: 0;
    }
}

@media screen and (max-width: 600px) {
    .about--hero .container {
        top: 20%;
    }

    .page--content {
        margin: 1.5rem 0;
    }
}

/* ABOUT PAGE */

/* Configuration Page */
.config--page .page--content {
    margin-top: 0;
}

.config--page .sticky-head {
    position: sticky;
    width: 100%;
    top: 65px;
    z-index: 40;
    background: #fff;
    padding-top: 3rem;
}

.config--page h1 {
    font-size: 1.5rem;
    line-height: 2rem;
    margin: 0;
}

.config--page .head--info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    width: 100%;
    margin-bottom: 1rem;
}

.config--page .head--info ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-content: center;
    align-items: center;
    color: #19191980;
    font-size: .875rem;
    line-height: 1.25rem;
}

.config--page .head--info ul li {
    display: flex;
    align-items: center;
    margin-left: 1.5rem;
}

.config--page .head--info ul li:first-child {
    margin-left: 0;
}

.config--page .rounded-circle {
    height: .625rem;
    width: .625rem;
    background: #000;
    border-radius: 9999px;
    margin-right: .5rem;
    display: inline-flex;
    border: 1px solid transparent;
}

.config--page .rounded-circle.empty {
    background: transparent;
    border-color: #000;
}

.config--page .rounded-circle.minus {
    height: 1px;
}

.config--page .head--model {
    display: flex;
    align-items: stretch;
    align-content: stretch;
    width: 100%;
    border-top: 1px solid rgb(234, 231, 231);
    border-bottom: 1px solid rgb(234, 231, 231);
}
.config--page .head--model:nth-child(odd) {
    border-top: none;
}

.config--page .head--model br {
    display: none;
}

.config--page .head--model p {
    margin-bottom: .25rem;
}

.config--page .head--model strong {
    font-family: TTNormsPro-Medium;
    font-weight: 500;
}

.config--page .spec--head {
    background: rgb(246, 247, 249);
    font-family: TTNormsPro-Medium !important;
    font-weight: 500 !important;
    font-size: 1rem !important;
    position: sticky;
    z-index: 30;
}

.config--page .spec--head.posed {
    cursor: pointer;
}

.config--page .spec--head.posed .iconfont {
    opacity: 1;
    visibility: visible;
    transition: .2s;
    font-size: 12px;
    margin-left: .5rem;
}

.config--page .spec--head.moved {
    z-index: 20;
}

.config--page .spec--head .iconfont {
    opacity: 0;
    visibility: hidden;
    transition: .2s;
}

.config--page .spec--item {
    display: flex;
    align-items: stretch;
    align-content: stretch;
    width: 100%;
    border-bottom: 1px solid rgb(234, 231, 231);
}

.config--page .cell img {
    width: 20px;
    margin-right: .5rem;
}

.config--page .w-100 {
    width: 100%;
}

.config--page .w-40 {
    width: 40%;
}

.config--page .w-30 {
    width: 30%;
}

.config--page .cell {
    padding: 1.25rem;
    font-size: .875rem;
    line-height: 1.25rem;
    font-weight: 400;
    font-family: TTNormsPro-Regular;
    border-right: 1px solid rgb(234, 231, 231);
    display: flex;
    align-items: center;
    align-content: center;
    word-break: break-word;
    hyphens: auto;

}

.config--page .row {
    border-bottom: 1px solid rgb(234, 231, 231);
    padding: 1.25rem;
    font-size: .875rem;
    line-height: 1.25rem;
    font-family: TTNormsPro-Bold;
    font-weight: 400;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.config--page .cell:last-child {
    border-right: none;
}

.config--page .no-border {
    border: none;
}

.config--page .spec--headings-list {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    top: 246px;
    left: 7.5rem;
    width: 300px;
    transition: .2s;
    display: flex;
    flex-direction: column;
    list-style: none;
    padding: .5rem 0;
    margin: 0;
    background: rgb(246, 247, 249);
    z-index: 40;
    backdrop-filter: blur(30px);
    box-shadow: 0 10px 15px -3px #0000001a, 0 4px 6px -4px #0000001a;
}

.config--page .spec--headings-list li {
    padding: .75rem 1rem;
    font-size: .875rem;
    position: relative;
    cursor: pointer;
}

.config--page .spec--headings-list li:hover {
    opacity: .7;
}

.config--page .spec--headings-list li.active {
    font-family: TTNormsPro-Bold;
    font-weight: 600;
}

.config--page .spec--headings-list li.active:after {
    content: "";
    font-family: iconfont !important;
    font-size: 20px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translate(0, -50%);
}

.config--page .spec--headings-list.shown {
    opacity: 1;
    visibility: visible;
    transition: .2s;
}

.page--text {
    font-family: TTNormsPro-Regular;
}

.page--text p {
    line-height: 30px;
}

@media screen and (max-width: 900px) {
    .config--page .head--info {
        flex-direction: column;
        align-items: flex-start;
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }

    .config--page .container {
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }

    .config--page .page--content .container {
        padding: 0;
    }

    .page--text h1 {
        font-size: 1.25rem;
    }

    .page--text p {
        font-size: .875rem;
        margin-bottom: .5rem;
    }
}

@media screen and (max-width: 600px) {
    .config--page h1 {
        font-size: .875rem;
        line-height: 1.25rem;
        margin-bottom: .5rem;
    }

    .config--page .sticky-head {
        padding-top: 1rem;
    }

    .config--page .head--info ul li {
        margin-left: .5rem;
    }

    .config--page .spec--headings-list {
        width: 100%;
    }
    .config--page .head--model br {
        display: inherit;
    }
    .config--page .cell, .config--page .row {
        font-size: .75rem;
        padding: .5rem;
    }
    .config--page .spec--head {
        font-size: .875rem !important;
    }
}

/* Configuration Page */

@media screen and (max-width: 1299px) {
    header .left-bar {
        width: auto;
    }

    header .center-bar {
        width: auto;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .container {
        padding-left: 5rem;
        padding-right: 5rem;
    }

    .benefits-slider .swiper-slide {
        width: 800px;
    }

    .benefits-slider.modal-slider .swiper-slide {
        height: 23rem;
        width: calc(50% - 2rem) !important;
        margin: 1rem;
    }
}
@media screen and (min-width: 992px) and (max-width: 1140px) {
    header .left-bar {
        width: auto;
    }
    header .right-bar {
        width: auto;
    }
}

@media screen and (max-width: 991px) {
    .menu-icon {
        display: inline-block;
    }

    header .left-bar {
        width: auto;
    }

    header .left-bar .nav-items {
        display: none;
    }

    /* header .center-bar {
        width: 25%;
    } */

    .container {
        padding-left: 2.5rem;
        padding-right: 2.5rem;
    }

    .benefits-slider .swiper-slide {
        width: 80%;
        background: rgb(248 248 251);
    }

    .benefits-slider .swiper-slide picture, .benefits-slider .swiper-slide .video {
        height: auto;
    }

    .benefits-slider .swiper-slide .bottom-text strong {
        font-size: 16px;
        font-family: 'TTNormsPro-Bold';
    }

    .benefits-slider .swiper-slide .bottom-text {
        padding-top: 0;
        height: 250px;
    }

    .benefits-slider .swiper-slide .top-text,
    .benefits-slider .swiper-slide .bottom-text {
        position: relative;
        background: transparent;
        color: #191919;
        text-align: left;
        padding-left: 3.5rem;
        padding-right: 3.5rem;
        flex-wrap: wrap;
        align-items: flex-start;
        justify-content: flex-start;
        align-content: flex-start;
        bottom: auto;
        top: auto;
        padding-bottom: 0;
    }

    .benefits-slider .swiper-slide .desc-text {
        padding-left: 3.5rem;
        padding-right: 3.5rem;
        padding-bottom: 2rem;
        height: 70px;
    }

    .benefits-slider .swiper-slide .bottom-text--item {
        width: 50%;
        margin: 1rem 0;
    }

    .section-360 .cursor-wrapper {
        background: url("../img/car360bg.svg") no-repeat center bottom;

    }

    .benefits-slider.modal-slider .swiper-slide {
        height: auto;
        width: calc(50% - 2rem) !important;
        margin: 1rem;
    }

    .benefits-slider.modal-slider .swiper-slide picture {
        height: auto;
    }

    .benefits-slider.modal-slider .bottom-text {
        height: auto;
        margin-top: 2rem;
    }

    .benefits-slider.modal-slider .bottom-text .btn-more {
        top: 0;
        color: #191919;
        font-family: TTNormsPro-Bold;
        font-size: 18px;
        display: inline;
    }

    .btn-more img {
        display: none;
    }

    .btn-more:hover span {
        opacity: 1;
        visibility: visible;
        margin-right: 1rem;
    }

    .btn-more--wrapper {
        padding: 0;
        justify-content: flex-start;
    }

    .btn-more--wrapper:after {
        content: '→';
        position: relative;
    }

    .benefits-slider#modal-slider .swiper-slide {
        height: auto;
        width: 80% !important;
    }

    .benefits-slider#modal-slider .swiper-slide picture img {
        max-height: 400px;
    }
}

@media screen and (max-width: 850px) {
    .section-360--tab {
        height: 700px;
    }

    .section-360--wrapper {
        height: 23rem;
    }
}

@media screen and (max-width: 767px) {
    .swiper-navigation {
        display: none;
    }

    .swiper-pagination-mobile {
        display: block;
    }

    .hero .swiper-slide {
        text-align: center;
    }

    .hero .swiper-slide h1 img {
        height: 30px;
    }

    .hero .swiper-slide .container {
        bottom: auto;
        top: 15%;
        text-align: center;
        justify-content: center;
        width: 80%;
        margin: auto;
        left: 50%;
        transform: translateX(-50%);
    }

    .hero .animated-content {
        height: 5rem;
    }

    .hero .swiper-slide p {
        font-family: TTNormsPro-Medium;
        font-size: 1.25rem;
        /* letter-spacing: 2px; */
    }

    .section-360--wrapper {
        height: 20rem;
    }

    .benefits-slider.modal-slider .swiper-slide {
        width: 80% !important;
    }

    .compare {
        position: relative;
    }

    .compare--content {
        background: linear-gradient(180deg, #000000 0%, #1e1e1e 100%);
        color: #fff;
        margin-top: 0;
        position: relative;
        border-top-left-radius: 1.5rem;
        border-bottom-right-radius: 1.5rem;
        padding: 3.5rem;
        flex-wrap: wrap;
    }

    .compare:not(.form-section) h2 {
        position: absolute;
        bottom: 100%;
        left: 0;
        color: #191919;
        margin-bottom: 0;
        padding-left: 2.5rem;
        padding-right: 2.5rem;
        width: 95%;
        text-align: left;
        background: url("../img/rox01b-global.svg") no-repeat right center;
        background-size: 7rem;
    }

    .compare:not(.form-section) .cta-btn {
        position: absolute;
        bottom: 7rem;
        z-index: 1;
        left: 50%;
        transform: translate(-50%, 0);
        filter: invert(0) !important;
        width: 70%;
        padding: 1rem;
    }

    .compare--img, .compare--text {
        width: 100%;
        margin-bottom: 4rem;
    }

    .compare--text {
        order: -1;
    }

    .footer--head, .footer--mid, .footer--bottom {
        margin: 0;
    }

    footer nav {
        flex-wrap: wrap;
        justify-content: center;
    }

    footer .nav-items {
        padding: 1rem 0;
        width: 100%;
        justify-content: space-between;
    }

    footer .nav-item {
        margin: .5rem;
    }

    .footer--mid {
        padding: 1rem 0;
    }

    .footer--mid div {
        flex-wrap: wrap;
        width: 100%;
    }

    .footer--mid div p {
        width: 100%;
        margin: .5rem 0;
    }

    .footer--mid div .delimeter {
        display: none;
    }
}

@media screen and (max-width: 600px) {
    .hero .swiper-slide .container {
        width: 100%;
    }

    .hero .swiper-slide .cta-btn.btn-bordered {
        background: #fff;
        color: var(--text-black);
    }

    .left-bar {
        width: auto;
    }

    header .right-bar .nav-item[data-mobile] {
        display: none;
    }

    .left-bar .nav-item[data-mobile] {
        display: inherit;
    }

    .benefits-slider {
        padding: 20px 0;
    }

    .benefits-slider .swiper-slide .top-text, .benefits-slider .swiper-slide .bottom-text,
    .benefits-slider .swiper-slide .desc-text {
        padding-left: 2rem;
        padding-right: 2rem;
    }

    .benefits-slider .swiper-slide .desc-text {
        height: 80px;
    }

    .section-360 {
        padding-top: 2rem;
    }

    .section-360 .cursor-wrapper {
        background-size: 80%;
    }

    .section-360--wrapper {
        height: 16rem;
        margin: 3rem auto 2rem;
    }

    .section-360--tab {
        height: 550px;
    }

    .section-360--color {
        margin: .25rem;
    }

    .interior--btns {
        flex-direction: column;
        align-items: center;
    }

    .interior--color-btns {
        margin: 0;
    }

    .video-banner {
        margin-top: 0;
    }

    .video-banner video {
        display: none;
    }

    .video-banner picture {
        display: block;
    }

    .video-banner .video-banner--bg {
        position: relative;
        border-bottom: 1px solid #000000;
        border-top: 1px solid #000000;
    }

    .video-banner .container {
        background: #000;
        color: #fff;
    }

    .video--banner--text {
        top: auto;
        padding: .75rem 0 2.5rem;
    }

    .video-banner h2 {
        /* letter-spacing: 2px; */
        line-height: normal;
        font-size: 26px;
    }

    .video-banner p {
        /* letter-spacing: 2px; */
        font-family: TTNormsPro-Regular;
        font-size: 1.125rem;
        line-height: normal;
    }

    .image-banner {
        height: 75vh;
        margin-top: 1rem;
    }

    .image-banner--text h2 {
        font-size: 26px;
        /* letter-spacing: .5px */
        line-height: normal;
    }

    .image-banner--text p {
        font-family: TTNormsPro-Regular;
        /* letter-spacing: .5px */
        font-size: 1.25rem;
        line-height: normal;
    }

    .image-banner--bg:before {
        background: -webkit-linear-gradient(top, #0000, #161616bd);
        background: linear-gradient(180deg, #0000, rgba(22, 22, 22, 0.6));
    }

    .cursor-360.cursor-more {
        display: none;
    }

    .benefits-slider.modal-slider .bottom-text {
        padding-bottom: 1rem;
    }

    .compare {
        margin-top: 4rem;
        padding-bottom: 2rem;
    }

    .compare--content {
        padding: 2rem 1.25rem;
    }

    .swiper-pagination-mobile .swiper-pagination-bullet {
        width: 26px !important;
    }

    .swiper-pagination-mobile .swiper-pagination-bullet--inner {
        height: 2px;
    }

    .compare--text-item strong span {
        font-size: .75rem;
    }

    .compare--text-item p {
        font-size: .75rem;
        line-height: 1rem;
    }

    .compare--text-item strong {
        font-size: 1.125rem;
        line-height: normal;
    }

    .compare--text {
        margin-bottom: 2rem;
    }

    .compare--img {
        margin-bottom: 6rem;
    }

    .compare h2 {
        font-family: TTNormsPro-Regular;
        font-weight: 400;
        padding-left: 1.5rem;
    }
}

@media screen and (max-width: 480px) {
    .section-360--wrapper {
        height: 12rem;
    }

    .section-360--tab {
        height: 500px;
    }

    .benefits-slider .swiper-slide .bottom-text--item {
        width: 100%;
        margin: .5rem 0;
    }

    #benefits-slider .swiper-slide .bottom-text {
        height: 22rem;
    }

    .benefits-slider .swiper-slide picture, .benefits-slider .swiper-slide .video {
        height: 100%;
    }

    .benefits-slider .swiper-slide .desc-text {
        height: 95px;
    }

    .benefits-slider .swiper-slide .bottom-text {
        height: auto;
    }

    .footer--head, .footer--mid, .footer--bottom {
        flex-direction: column;
    }

    .footer--head p {
        padding: 1rem 0 0;
        text-align: center;
    }

    footer .nav-items {
        flex-direction: column;
        align-items: flex-start;
    }

    footer .nav-item {
        margin: .5rem 0;
    }
}

@media screen and (max-width: 440px) {
    .container {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

    .hero .swiper-pagination {
        text-align: center;
    }

    .hero .swiper-slide .container {
        padding: 0 .5rem;
    }

    .hero .animated-content {
        height: 8rem;
    }

    .section-360--wrapper {
        height: 12rem;
    }

    .section-360--tab {
        height: 500px;
    }
}
