:root{
    --white-color: #ffffff;
    --blue-color: #1C5D96;
    --black-color: #000000;
    --orange-color: #E56429;
    --green-color: #3AA5A5;
    --gray-color: #464748;
}
@font-face {
    font-family: 'citroen-regular';
    src: url('/fonts/citroentype-regular.woff2') format('woff2'), 
        url('/fonts/citroentype-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'citroen-bold';
    src: url('/fonts/citroentype-bold.woff2') format('woff2'), 
        url('/fonts/citroentype-bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
html {
    font-family: 'citroen-regular', sans-serif;
    background-color: #F6F6F6;
    font-size: 16px;
}
body{
    color: var(--black-color);
    font-size: 18px;
    font-family: 'citroen-regular';
}
@media (min-width: 768px){
    body{
        font-size: 28px;
    }
}
h3{
    font-family: 'citroen-bold', sans-serif;
    font-size: 1.75rem;
}
@media (min-width:768px){
    h3{
        font-size: 42px;
    }
}
h4{
    font-family: 'citroen-bold', sans-serif;
    font-size: 24px;
}
@media (min-width: 768px){
    h4{
        font-size: 30px;
    }
}
figure{
    margin: 0;
}
/* @media (min-width: 1400px){
    .container{
        max-width: 1140px;
    }
} */
.title{
    text-transform: uppercase;
    font-family: 'citroen-bold', sans-serif;
    font-size: 32px;
}
@media (min-width: 768px){
    .title{
        font-size: 3rem;
    }
}
.white-color{
    color: var(--white-color);
}
.blue-color{
    color: var(--blue-color);
}
.orange-color{
    color: var(--orange-color);
}
.black-color{
    color: var(--black-color);
}
.green-color{
    color: var(--green-color);
}
.btn{
    background: var(--green-color);
    color: var(--white-color);
    font-family: 'citroen-bold', sans-serif;
    font-size: 20px;
    margin: 1rem 0;
    text-transform: uppercase;
    text-decoration: none;
    padding: 1rem;
    width: 100%;
}
@media (min-width: 768px){
    .btn{
        margin: 0 1rem;
        font-size: 24px;
        padding: 0 1rem;
    }
}
@media (min-width: 992px){
    .btn{
        font-size: 30px;
    }
}
/* tabs */
.tab{
    background: var(--green-color);
    border: 0;
    font-size: 19px;
    font-family: 'citroen-regular';
    margin: 0 5px;
    padding: 1px 6px
}
@media(min-width:768px){
    .tab{
        font-size: 30px;
        padding: 1px 10px
    }
}
/* banner */
.banner{
    position: relative;
}
@media(max-width:425px){
    .banner > img{
        /* height: 230px;
        object-fit: cover;
        object-position: -80px 0px; */
        width: 100%;
    }
}
.banner-link{
    position: absolute;
    top: 4px;
    left: 10px;
    max-width: 150px;
    width: 100%;
}
@media(min-width:768px){
    .banner-link{
        top: 16px;
        left: 32px;
    }
}
@media(min-width:992px){
    .banner-link{
        top: 3.125rem;
        left: 4.375rem;
        max-width: 300px;
    }
}
.banner-title{
    position: absolute;
    bottom: 4px;
    right: 6px;
    line-height: 0.75;
    font-size: 26px
}
@media(min-width:768px){
    .banner-title{
        font-size: 40px;
        bottom: 26px;
        right: 32px;
    }
}
@media(min-width:992px){
    .banner-title{
        font-size: 4.375rem;
        right: 4.375rem;
    }
}
@media(min-width:1600px){
    .banner-title{
        font-size: 90px;
        right: 4.375rem;
        bottom: 90px;
    }
}
.banner-title span{
    display: block;
    font-size: 23px;
}
@media(min-width:768px){
    .banner-title span{
        font-size: 36px;
    }
}
@media(min-width:992px){
    .banner-title span{
        font-size: 3.875rem;
    }
}
@media(min-width:1600px){
    .banner-title span{
        font-size: 80px;
    }
}
/* video */
.video-main{
    position: relative;
}
.video-main::before,
.video-main::after{
    content: "";
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    min-width: 160px;
    height: 120px;
    top: 50%;
    transform: translate(0, -50%);
}
@media (min-width: 768px){
    .video-main::before,
    .video-main::after{
        width: 320px;
        height: 240px;
    }
}
@media (min-width: 992px){
    .video-main::before,
    .video-main::after{
        width: 500px;
        height: 386px;
    }
}
.video-main::before{
    background-image: url('/images/video-shape-left.jpg');
    left: 0;
}
.video-main::after{
    background-image: url('/images/video-shape-right.jpg');
    right: 0;
}
.video{
    width: 100%;
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 10;
}
.video::before{
    display: block;
    content: "";
    padding-top: 56.25%;
}
.video-item{
    width: 100%;
    max-width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
}
/* featured */
.featured{
    width: 100%;
    max-width: 90%;
    margin: 0 auto 70px;
}
@media (min-width: 768px){
    .featured{
        max-width: 80%;
        margin: 0 auto 8.125rem;
    }
}
@media (min-width: 992px){
    .featured{
        max-width: 64%;
    }
}
@media (min-width: 1600px){
    .featured{
        max-width: 47%;
    }
}
/* cars */
.versions{
    position: relative;
}
.version{
    position: relative;
    z-index: 10;
}
.version-feel::before{
    content: "";
    background: url('/images/version-shape-right.png') no-repeat;
    background-size: 100%;
    position: absolute;
    width: 100px;
    height: 300px;
    right: 0;
    top: 0;
}
@media (min-width: 768px){
    .version-feel::before{
        width: 220px;
        height: 600px;
    }
}
@media (min-width: 992px){
    .version-feel::before{
        width: 300px;
        height: 800px;
        top: 50%;
        transform: translate(0, -50%);
    }
}
.version-first::before,
.version-shine::before{
    content: "";
    position: absolute;
    width: 150px;
    height: 316px;
    left: 0;
    top: 0;
    background-size: contain;
    background-repeat: no-repeat;
}
.version-shine::before{
    background-image: url('/images/version-shape-shine.png');
}
.version-first::before{
    background-image: url('/images/version-shape-first.png');
}
@media (min-width: 768px){
    .version-first::before,
    .version-shine::before{
        width: 300px;
        height: 600px;
    }
}
@media (min-width: 992px){
    .version-first::before,
    .version-shine::before{
        width: 365px;
        height: 620px;
        top: 50%;
        transform: translate(0, -68%);
        background-size: contain;
    }
}
.tag{
    display: none;

}
.tag.active{
    display: block;
}
@media(min-width:992px){
    .version-info {
        width: 44%;
    }
    .version-feel .version-info{
        width: 42%;
    }
}
@media(min-width:992px){
    .version-image{
        width: 56%;
    }
    .version-feel .version-image{
        width: 58%;
    }
}
.version-info p{
    font-size: 20px;
    line-height: 1.5;
}
@media (min-width:768px){
    .version-info p{
        font-size: 23px;
    }
}
/* specs */
.specs{
    position: relative;
    z-index: 1;
}
.specs::before{
    content: "";
    background: url('/images/specs-shape-left.png') no-repeat;
    background-size: contain;
    position: absolute;
    width: 120px;
    height: 300px;
    top: 50%;
    transform: translate(0, -50%);
}
@media(min-width:768px){
    .specs::before{
        width: 300px;
        height: 600px;
    }
}
@media(min-width:992px){
    .specs::before{
        width: 400px;
        height: 900px;
        transform: translate(0, -60%);
    }
}
.spec{
    position: relative;
    z-index: 10;
}
/* colors */
.colors{
    position: relative;
}
.colors::before,
.colors::after{
    content: "";
    height: 54%;
    width: 26%;
    position: absolute;
    top: 56%;
    transform: translate(0, -50%);
    background-size: 100%;
    background-repeat: no-repeat;
}
@media(min-width:992px){
    .colors::before,
    .colors::after{
        height: 29.375rem;
        width: 18.75rem;
    }
}
.colors::before{
    background-image: url('/images/slide-shape-left.png');
}
.colors::after{
    background-image: url('/images/slide-shape-right.png');
    right: 0;
}
.colors .colors-cars{
    position: relative;
    z-index: 10;
    margin-bottom: 0;
}
.colors-cars .color{
    display: flex;
    justify-content: center;
    margin: 0;
}
/* insides */
.inside{
    padding-bottom: 10px;
}
.inside h3{
    min-height: 66px;
}
@media(min-width:992px){
    .inside-content{
        display: flex;
    }
}
.inside-content p{
    padding: 30px 0 10px;
    text-align: center;
}
@media(min-width:992px){
    .inside-content p{
        width: 30%;
        padding: 10px 10px 10px 38px;
        text-align: left;
    }
}
.inside[data-slick-index="0"] .inside-content p{
    font-size: 18px;
}
.inside[data-slick-index="1"] .inside-content p{
    font-size: 18px;
}
@media(min-width:768px){
    .inside[data-slick-index="0"] .inside-content p{
        font-size: 23px;
    }
    .inside[data-slick-index="1"] .inside-content p{
        font-size: 23px;
    }
}
.inside-image{
    width: 96%;
    box-shadow: 10px 10px 0px 0px var(--blue-color);
    -webkit-box-shadow: 10px 10px 0px 0px var(--blue-color);
    -moz-box-shadow: 10px 10px 0px 0px var(--blue-color);
}
@media(min-width:992px){
    .inside-image{
        width: 70%;
    }
}
/* dots */
.slick-dots{
    bottom: 0;
}
.slick-dots li{
    width: 34px;
    height: 30px;
}
.slick-dots li button{
    width: 34px;
    height: 30px;
    padding: 0;
}
.slick-dots li button:before{
    font-size: 30px;
    opacity: 1;
    width: 34px;
    height: 30px;
    line-height: 30px;
}
.slick-dots li:first-child button:before{
    color: #dbdbdb;
}
.slick-dots li:nth-child(2) button:before{
    color: #8c9aa6;
}
.slick-dots li:nth-child(3) button:before{
    color: var(--gray-color);
}
.colors [data-id="0"] .slick-dots li:first-child button:before{
    color: #006590;
}
/* dots specs mobile*/
.specs-cars{
    margin-top: 50px;
}
.specs-cars .slick-dots{
    top: -40px;
    bottom: unset;
}
.specs-cars .slick-dots li{
    width: 20px;
    height: 20px;
}
.specs-cars  .slick-dots li button{
    width: 20px;
    height: 20px;
}
.specs-cars  .slick-dots li button:before{
    font-size: 20px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    color: var(--black-color);
}
.specs-cars li.slick-active button:before{
    color: #fff;
    border: 2px solid var(--black-color);
    border-radius: 50%;
    font-size: 0;
    width: 18px;
    height: 18px;
}
.slick-prev,
.slick-next{
    z-index: 10;
    width: 46px;
    height: 46px;
    top: 38%;
}
@media(min-width:992px){
    .slick-prev,
    .slick-next{
        top: 55%;
    }
}
.slick-prev{
    left: 10px;
}
.slick-next{
    right: 10px;
}
@media(min-width:768px){
    .slick-next{
        right: 36px;
    }
}
@media(min-width:992px){
    .slick-next{
        right: 31%;
    }
}
.slick-prev:before,
.slick-next:before{
    content: "";
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    width: 46px;
    height: 46px;
}
.slick-prev:before{
    background-image: url('/images/arrow-left.png');
}
.slick-next:before{
    background-image: url('/images/arrow-right.png');
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before{
    opacity: .80;
}

.gallery-slides .img-fluid{
    width: 100%;
}

.pano-image{
    height: 500px;
    position: relative;
    width: 100%;
    display: block;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 10px;
}

canvas{
    width: 100%;
}