.video__model {
    position: relative;
    width: 100%;
    /* background-color: #010408; */
}

.inner__video__model {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    /* background-color: #010408; */
}

.wrap__video__model {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
}

.wrap__video__model iframe,
.wrap__video__model video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1 !important;
}

.title__video__model {
    color: #fff;
    font-size: 4rem;
    line-height: 1.25em;
    font-weight: 400;
    margin-bottom: 2rem;
}

.title__video__model b {
    color: #BE9171;
    font-weight: 500;
}

.wrap__grid__gallery {
    background-color: #010408;
}

.inner__grid__gallery {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 2rem;
    padding-bottom: 6rem;
}


.head__title {}

.head__title .inner__title {
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
    padding-left: 2rem;
    padding-right: 2rem;
    text-align: center;
    padding-top: 4rem;

}

.head__title .title__block {
    color: #BE9171;
    font-size: 4rem;
}

.head__title .inner__title p {
    color: #FFFFFB;
    font-size: 2rem;
}

.head__title .inner__title p strong {
    font-weight: 400;
}

.inner__card__vertical {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.block__attributes__specials {
    max-width: 1320px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 2rem;
    padding-right: 2rem;
}


.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}


.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.swiper__gallery__item {
    width: 45%
}

.swiper__gallery {
    padding-bottom: 4rem;
}

.wrap__gallery__model {
    padding-left: 4rem;
}

.swiper__interior .swiper-scrollbar,
.swiper__gallery .swiper-scrollbar {
    background: #fff;
    height: 1px;
    left: 0;
}

.swiper__interior .swiper-scrollbar-drag,
.swiper__gallery .swiper-scrollbar-drag {
    background: #BE9171;
    height: 3px;
    top: -1px;
}

.swiper__gallery__item p {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 2rem;
    text-align: center;
    padding-left: 1rem;
    padding-right: 1rem;
    color: #FFFFFF;
    font-size: 1.625rem;
}
.swiper__gallery__item {
    background-color: transparent;
   
    -o-transition: all linear 0.25s;
    -webkit-transition: all linear 0.25s;
    transition: all linear 0.25s;
}
.swiper__gallery__item:hover {
    -webkit-box-shadow: 0 -8px 0 #BE9171,
                8px 0 0 #BE9171
                0 8px 0 #BE9171
                -8px 0 0 #BE9171
    ;
            box-shadow: 0 -8px 0 #BE9171,
                8px 0 0 #BE9171
                0 8px 0 #BE9171
                -8px 0 0 #BE9171
    ;
    -o-transition: all linear 0.25s;
    -webkit-transition: all linear 0.25s;
    transition: all linear 0.25s;
}
.swiper__gallery__item .title__image__card {
    bottom: 5rem;
    opacity: 1;
    visibility: visible;
    -webkit-transition: all linear 0.25s;
    -o-transition: all linear 0.25s;
    transition: all linear 0.25s;
}
.swiper__gallery__item .title__image__card + p{
    opacity: 0;
    visibility: hidden;
    bottom: 1rem;
    -webkit-transition: all linear 0.25s;
    -o-transition: all linear 0.25s;
    transition: all linear 0.25s;
}
.swiper__gallery__item:hover .title__image__card {
    opacity: 0;
    visibility: hidden;
    bottom: 6rem;
}
.swiper__gallery__item:hover .title__image__card + p {
    opacity: 1;
    visibility: visible;
    bottom: 2rem;
}


.content__gallery__model {
    padding-top: 4rem;
    padding-bottom: 6rem;
}

.title__gallery__model {
    padding-left: 4rem;
    padding-right: 4rem;
    font-size: 5rem;
    color: #fff;
    margin-bottom: 3rem;
}

.other__attributes {
    width: 100%;
    
}
.inner__other__attributes{
    padding-top: 6rem;
    padding-bottom: 6rem;
    padding-left: 2rem;
    padding-right: 2rem;
}

.other__attributes ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.other__attributes li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    width: 100%;
    max-width: 25%;
}

.other__attributes li strong {
    color: #fff;
    font-size: 1.5rem;
    font-weight: 400;
}

.other__attributes li span {
    color: #BE9171;
    font-size: 3.5rem;
    font-weight: 400;
}

.block__engine {
    width: 100%;
    background-color: #4B5156;
}

.inner__engine {
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.attributes__engine {
    width: 50%;
    padding-top: 4rem;
    padding-bottom: 4rem;
    padding-left: 4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-right: 1rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.motor__image {
    width: 50%;
}

.attributes__engine ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.attributes__engine ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 2rem;
    margin-bottom: 2rem;
    border-bottom: 1px solid #BE9171;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.attributes__engine ul li:last-of-type {
    margin-bottom: 0;
}

.attributes__engine ul li span {
    font-size: 1.75rem;
    font-weight: 400;
}

.slide__versions__item {
    width: 40%;
    max-width: 600px;
}

.ctn__versions {
    background: #131313;
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.slide__versions__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 1;
    background: #131313;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.slide__versions__info {
    padding: 2rem;
    background-color: #010408;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.slide__versions__info .btn__site:nth-of-type(1) {
    max-width: 300px;
    width: 100%;
}

.slide__versions__image {
    position: relative;
}

.slide__versions__image img {
    line-height: 0;
}

.slide__versions__image p {
    left: 1rem;
    bottom: 1rem;
    position: absolute;
    text-transform: uppercase;
    font-size: 2.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 1.35em;
    text-align: left;
    color: #fff;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.title__versions {
    font-size: 4.5rem;
    color: #BE9171;
    text-align: center;
    padding-left: 2rem;
    padding-right: 2rem;
    margin-bottom: 4rem;
}

.slide__versions .swiper-button-next,
.slide__versions .swiper-button-prev {
    width: 44px;
    height: 44px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-tracks: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.slide__versions .swiper-button-next:after,
.slide__versions .swiper-button-prev:after {
    content: none;
    display: none;
}

.slide__versions .swiper-wrapper {
    position: relative;
}

.slide__versions:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 450px;
    height: 100%;
    z-index: 2;
    background: rgb(19, 19, 19);
    background: -o-linear-gradient(left, rgba(19, 19, 19, 1) 0%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-gradient(linear, left top, right top, from(rgba(19, 19, 19, 1)), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(90deg, rgba(19, 19, 19, 1) 0%, rgba(0, 0, 0, 0) 100%);
}

.slide__versions:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 450px;
    height: 100%;
    z-index: 2;
    background: rgb(0, 0, 0);
    background: -o-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(19, 19, 19, 1) 100%);
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), to(rgba(19, 19, 19, 1)));
    background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(19, 19, 19, 1) 100%);
}

.inner__versions {
    max-width: 1320px;
    margin-left: auto;
    margin-right: auto;
}

.container-fluid {
    margin-top: 2rem;
}

.swiper-pagination {
    display: none;
}

.content__gallery__attributes {
    padding-bottom: 4rem;
    background-color: #1A1A1A;
}

.swiper__interior {
    padding-bottom: 4rem;
}

.swiper__interior__item {
    width: 33.333333%;
}

.swiper__interior__item p {
    width: 45%;
}

.swiper__interior__item img {
    line-height: 0;
}

.swiper__interior__item a>p {
    bottom: 2rem;
    height: 140px;
    position: absolute;
    left: 0;
    color: #fff;
    padding-left: 2rem;
    padding-right: 2rem;
    font-family: 'calibriregular', sans-serif;
    font-size: 2.5rem;
    width: 100%;
    text-align: left;
    line-height: 1.35em;
}

.swiper__interior__overlay {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    padding: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    -webkit-transform: translateY(5px);
    -ms-transform: translateY(5px);
    transform: translateY(5px);
    -webkit-transition: all ease-in 0.25s;
    -o-transition: all ease-in 0.25s;
    transition: all ease-in 0.25s;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.swiper__interior__overlay p {
    width: 100%;
    text-align: left;
    color: #fff;
    font-family: 'calibriregular', sans-serif;
    font-weight: 400;
}

.swiper__interior__overlay p:first-of-type {
    font-size: 2.375rem;
}

.swiper__interior__overlay p:last-of-type {
    font-size: 2rem;
}

.swiper__interior .swiper__interior__item:nth-child(3n+1) .swiper__interior__overlay {
    background-color: #BF906C;
}

.swiper__interior .swiper__interior__item:nth-child(3n+2) .swiper__interior__overlay {
    background-color: #4B5156;
}

.swiper__interior .swiper__interior__item:nth-child(3n+3) .swiper__interior__overlay {
    background-color: #297A82;
}

.swiper__interior__item:hover .swiper__interior__overlay {
    opacity: 1;
    visibility: visible;
    z-index: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.head__gallery__attributes {
    width: 100%;
    background-color: #fff;
    padding-right: 4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: #1A1A1A;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.head__gallery__attributes .title__gallery__attributes {
    width: 100%;
    background-color: #E3BFA5;
    padding-left: 4rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    color: #131313;
    font-size: 4.5rem;
    margin-bottom: 0;
    line-height: 1em;
    height: 100%;
    min-height: 170px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.head__gallery__cta {
    width: 170px;
    height: 170px;
    min-width: 170px;
    min-height: 170px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #FFFFFF;
    background-color: #1A1A1A;
}

.swiper__interior .swiper-scrollbar {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
    right: 0;
}
.inner__hero__attributes {
    width: 100%;
}
.inner__hero__attributes > img {
    width: 100%;
    height: auto;
}
.inner__hero__attributes p {
    padding-left: 2rem;
    padding-right: 2rem;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    color: #fffffb;
    font-size: 2.5rem;
    margin-top: 5rem;
    margin-bottom: 3rem;
}

@media screen and (max-width: 767px) {
    .inner__card__vertical {
        padding-left: 2rem;
        padding-right: 2rem;
    }

    .attributes__specials__title {
        font-size: 2.5rem;
    }

    .head__title .title__block {
        font-size: 3rem;
    }

    .head__title .inner__title p {
        font-size: 1.125rem;
    }


    .title__gallery__model {
        font-size: 2rem;
        padding-left: 2rem;
        padding-right: 2rem;
    }

    .swiper__gallery__item {
        width: 82%;
    }

    .wrap__gallery__model {
        padding-left: 2rem;
    }

    .swiper__gallery__item p {
        font-size: 1rem;
        margin-bottom: 0;
        padding-left: 1rem;
        bottom: 1rem;
        text-align: left;
        line-height: 1.35em;
    }

    .slide__versions .swiper-button-next,
    .slide__versions .swiper-button-prev {
        display: none;
    }

    .slide__versions__item {
        padding-left: 2rem;
        padding-right: 2rem;
    }

    .slide__versions__info {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .slide__versions:after,
    .slide__versions:before {
        content: none;
        display: none;
    }

    .swiper-pagination {
        display: block;
    }

    .slide__versions__image p {
        font-size: 1.25rem;
    }

    .versions__info__table {
        font-size: 1rem;
    }

    .versions__info__table .row>div {
        margin-bottom: 1rem;
    }

    .title__versions {
        font-size: 2.5rem;
    }

    .swiper__interior__item {
        width: 80%;
    }

    .head__gallery__attributes {
        padding-left: 0;
        padding-right: 0;
    }

    .head__gallery__attributes .title__gallery__attributes {
        font-size: 2.5rem;
    }

    .head__gallery__cta {
        display: none;
    }

    .inner__engine {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .attributes__engine {
        width: 100%;
        padding-left: 2rem;
        padding-right: 2rem;
    }

    .motor__image {
        width: 100%;
    }

    .attributes__engine ul li span {
        font-size: 1.125rem;
    }

    .swiper__interior__overlay {
        position: static;
        opacity: 1;
        height: 100%;
        visibility: visible;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }

    .swiper__interior__item a {
        text-decoration: none;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        height: 100%;
    }

    .swiper__interior__overlay p:first-of-type {
        font-size: 1.375rem;
    }

    .swiper__interior__overlay p:last-of-type {
        font-size: 1.125rem;
    }

    .swiper__interior__item a>p {
        display: none;
    }

    .swiper__interior__item {
        height: auto !important;
    }

    .swiper__interior {
        padding-bottom: 4rem;
    }

    .swiper__interior .swiper-scrollbar {
        display: none;
    }

    .swiper-pagination-bullet {
        border-radius: 1px;
        background-color: #fff;
    }

    .swiper-pagination-bullet-active {
        background-color: #BF906C;
    }

    .slide__versions {
        padding-bottom: 4rem;
    }

    .other__attributes ul {

        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .other__attributes li {
        width: 100%;
        max-width: 100%;
        text-align: center;
        margin-bottom: 3rem;
        margin-top: 3rem;
    }
    .inner__hero__attributes p{
        font-size: 1.375rem;
        margin-top: 2rem;
    }

}