body{
    overflow-x: hidden;
}
:root{
    --font-title: 'SFU Eurostile';
}
.font-title{
    font-family: var(--font-title), 'sans-serif';
}
.grid-container{
    max-width: var(--container-w);
    margin-left: auto;
    margin-right: auto;
}
.p-middle{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 20;
}
.text-white{
    color: #FFF;
}
.text-3{
    color: #333;
}
.text-underline{
    text-decoration: underline;
}
.text-center{
    text-align: center;
}
.text-right{
    text-align: right;
}
.text-uppercase{
    text-transform: uppercase;
}
.obj-cover{
    object-fit: cover;
}
.text-italic{
    font-style: italic;
}
.text-primary{
    color: var(--main-cl)
}
.al-center{
    align-items: center;
}
.img-center{
    margin-left: auto;
    margin-right: auto;
}
.img-wrap{
    overflow: hidden;
}
.img-wrap video,
.img-wrap img{
    -webkit-transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    -ms-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
a{
    text-decoration: none;
}
.ts-03{
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.ts-04{
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.ts-05{
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.fs-11{
    font-size: 0.573rem;
}
.fs-12{
    font-size: 0.625rem;
}
.fs-13{
    font-size: 0.677rem;
}
.fs-14{
    font-size: 0.729rem;
}
.fs-15{
    font-size: 0.78125rem;
}
.fs-16{
    font-size: 0.833rem;
}
.fs-17{
    font-size: 0.885rem;
}
.fs-18{
    font-size: 0.9375rem;
}
.fs-19{
    font-size: 0.99rem;
}
.fs-20{
    font-size: 1.042rem;
}
.fs-21{
    font-size: 1.09375rem;
}
.fs-22{
    font-size: 1.146rem;
}
.fs-23{
    font-size: 1.198rem;
}
.fs-24{
    font-size: 1.25rem;
}
.fs-25{
    font-size: 1.302rem;
}
.fs-30{
    font-size: 1.5625rem;
}
.lh-20{
    line-height: 1.042rem;
}
.lh-21{
    line-height: 1.09375rem;
}
.lh-22{
    line-height: 1.146rem;
}
.lh-23{
    line-height: 1.198rem;
}
.lh-24{
    line-height: 1.25rem;
}
.lh-25{
    line-height: 1.302rem;
}
.lh-26{
    line-height: 1.354rem;
}
.lh-27{
    line-height: 1.40625rem;
}
.lh-28{
    line-height: 1.458rem;
}
.lh-29{
    line-height: 1.51rem;
}
.lh-30{
    line-height: 1.5625rem;
}
.lh-31{
    line-height: 1.615rem;
}
.lh-32{
    line-height: 1.667rem;
}
.lh-33{
    line-height: 1.71875rem;
}
.lh-34{
    line-height: 1.771rem;
}
.lh-40{
    line-height: 2.083rem
}
.fw200{
    font-weight: 200;
}
.fw300{
    font-weight: 300;
}
.fw400{
    font-weight: 400;
}
.fw500{
    font-weight: 500;
}
.fw600{
    font-weight: 600;
}
.fw700{
    font-weight: 700;
}
.fw800{
    font-weight: 800;
}
.fw900{
    font-weight: 900;
}
.wrap-link{
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    left: 0;
    top: 0;
    z-index: 20;
    opacity: 0 !important;
}
.m-auto{
    margin: auto;
}
.col-1{flex:0 0 auto;width:8.33333333%}
.col-2{flex:0 0 auto;width:16.66666667%}
.col-3{flex:0 0 auto;width:25%}
.col-4{flex:0 0 auto;width:33.33333333%}
.col-5{flex:0 0 auto;width:41.66666667%}
.col-6{flex:0 0 auto;width:50%}
.col-7{flex:0 0 auto;width:58.33333333%}
.col-8{flex:0 0 auto;width:66.66666667%}
.col-9{flex:0 0 auto;width:75%}
.col-10{flex:0 0 auto;width:83.33333333%}
.col-11{flex:0 0 auto;width:91.66666667%}
.col-12{flex:0 0 auto;width:100%}
.relative{
    position: relative !important;
}
.absolute{
    position: absolute !important;
}
.p-unset{
    position: unset !important;
}
.flex-box{
    display: flex;
}
.flex-wrap{
    flex-wrap: wrap;
}
.flex-row{
    flex-direction: row !important;
}
.flex-col{
    flex-direction: column;
}
.al-center{
    align-items: center;
}
.al-start{
    align-items: flex-start;
}
.al-end{
    align-items: flex-end;
}
.al-baseline{
    align-items: baseline;
}
.jus-start{
    justify-content: flex-start;
}
.jus-end{
    justify-content: flex-end;
}
.jus-center{
    justify-content: center;
}
.jus-between{
    justify-content: space-between;
}
.grid-box{
    display: grid;
}
.grid-2{
    grid-template-columns: repeat(2, 1fr);
}
.grid-3{
    grid-template-columns: repeat(3, 1fr);
}
.grid-4{
    grid-template-columns: repeat(4, 1fr);
}
.d-block{
    display: block;
}
.swiper-button-disabled{
    opacity: 0.3 !important;
}
.limit-line{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.limit-line.limit-1{
    -webkit-line-clamp: 1;
}
.limit-line.limit-2{
    -webkit-line-clamp: 2;
}
.limit-line.limit-3{
    -webkit-line-clamp: 3;
}
.limit-line.limit-4{
    -webkit-line-clamp: 4;
}
.limit-line.limit-5{
    -webkit-line-clamp: 5;
}
.m-0{
    margin: 0;
}
@keyframes scaleBorder {
    0%{
        transform: translate(-50%, -50%) scale(1);
        opacity: 1;
    }
    100%{
        transform: translate(-50%, -50%) scale(1.3);
        opacity: 0;
    }
}
.pl-cont{
    padding-left: calc(calc(100vw - var(--container-w)) / 2);
}
.pr-cont{
    padding-right: calc(calc(100vw - var(--container-w)) / 2);
}
.left-cont{
    left: calc(calc(100vw - var(--container-w)) / 2);
}
.right-cont{
    right: calc(calc(100vw - var(--container-w)) / 2);
}
.h-full{
    height: 100%;
}
.w-full{
    width: 100% !important;
}
.ls-none{
    list-style: none;
}
span.required{
    color: #FF1B1B;
}
.site-content{
    display: block;
}
.wpcf7 form.sent .wpcf7-response-output {
    background: #46b450 !important;
    border-color: #46b450 !important;
    color: #FFF !important;
}
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output{
    background: red !important;
    border-color: red !important;
    color: #FFF !important;
}
.wpcf7 form.wpcf7-form .wpcf7-response-output{
    margin-top: 1rem !important;
    text-align: center !important;
    -webkit-border-radius: 0.521rem;
    -moz-border-radius: 0.521rem;
    border-radius: 0.521rem;
    font-size: 0.833rem;
}
.form-wrap .wpcf7-not-valid-tip{
    font-size: 0.78125rem;
    position: absolute;
    z-index: 9;
    margin-top: 0 !important;
    opacity: 1;
    width: 100%;
}
.wpcf7-spinner{
    position: absolute;
    top: 50%;
    left: 100%;
    transform: translate(100%, -50%);
}
.bg-center{
    background-position: center;
}
.bg-custom{
    background-repeat: no-repeat;
}
.bg-cover{
    background-size: cover;
}
.bg-contain{
    background-size: contain;
}
.bg-primary{
    background-color: var(--main-cl);
}
.bg-white{
    background-color: #FFF;
}

@keyframes fade-up {
    0%{
        opacity: 0;
        transform: translateY(2.083rem);
    }
    100%{
        opacity: 1;
        transform: translateY(0);
    }
}
.swiper-button-lock{
    display: none !important;
}
.swiper-button-disabled{
    opacity: 0.4 !important;
}
svg,path{
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.mx-auto{
    margin-left: auto;
    margin-right: auto;
}
.gradient-border{
    background-image: linear-gradient(#FFF0F9, #FFF0F9), radial-gradient(circle at top left, #D4922D,#FDBE5D);
    background-origin: border-box;
    background-clip: content-box, border-box;
}
.overflow-hidden{
    overflow: hidden;
}
.bdrs-20{
    -webkit-border-radius: 1.042rem;
    -moz-border-radius: 1.042rem;
    border-radius: 1.042rem;
}
.swiper-same-height > .swiper-wrapper{
    align-items: unset;
}
.swiper-same-height > .swiper-wrapper .swiper-slide{
    height: auto;
}
.swiper-same-height > .swiper-wrapper .swiper-slide > div{
    height: 100%;
}
.show-tablet,
.show-mobile{
    display: none !important;
}
.overflow-hidden{
    overflow: hidden;
}
.z-5{
    z-index: 5;
}
.z-3{
    z-index: 3;
}
.sec-title{
    font-size: 3.125rem;
    line-height: 1.2;
    font-family: var(--font-title), 'sans-serif';
    font-weight: 700;
}
.contact-1 .sec-title{
    margin-bottom: 0.521rem;
}
.breadcrumbs{
    padding-top: 2.5rem;
}
.breadcrumbs ol{
    list-style: none;
    padding: 0;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.breadcrumbs ol li {
    list-style: none;
    display: inline;
    opacity: 0.5;
}
.breadcrumbs ol li:last-child{
    opacity: 1;
}
.breadcrumbs ol li a,
.breadcrumbs ol li span{
    font-weight: 400;
    font-size: 0.78125rem;
    line-height: 1.302rem;
    color: #333;
    position: relative;
}
.breadcrumbs ol li+li{
    margin-left: 0.26rem;
}
.breadcrumbs ol li+li:before{
    margin-right: 0.26rem;
    content: '|';
    font-weight: 400;
    opacity: 0.5;
    font-size: 0.729rem;
}
.contact-1 .breadcrumbs{
    padding-bottom: 5.208rem;
}
.contact-1 .pl-cont{
    padding-right: 7.292rem;
}
.sec-des{
    font-weight: 400;
    font-size: 17px;
    line-height: 1.4;
}
.sec-des ul,
.sec-des ol{
    margin-left: 30px;
}
.contact-1 .sec-des{
    margin-bottom: 1.5625rem;
}
.reset-last > *:last-child{
    margin-bottom: 0 !important;
}
.contact-1 .contact-info .item+.item{
    margin-top: 1.5625rem;
}
.contact-1 .contact-info .item .icon-wrap img{
    width: 3.125rem;
    height: 3.125rem;
    margin-right: 1.5625rem;
}
.contact-1 .contact-info .item .label{
    margin-bottom: 0.3125rem;
}
.contact-1 .contact-info .item .info{
    font-weight: 400;
    font-size: 1.042rem;
    color: #333;
    line-height: 1.2;
}
.contact-1 .contact-info .item .info b,
.contact-1 .contact-info .item .info strong{
    font-family: var(--font-title), 'sans-serif';
    color: var(--main-cl);
    font-weight: 700;
    font-size: 1.25rem;
    line-height: 1.3;
    transition: all 0.3s;
}
.contact-1 .contact-info .item .info a:hover b,
.contact-1 .contact-info .item .info a:hover strong,
.contact-1 .contact-info .item .info a:hover{
    color: #d3191b;
}
.contact-1 .label{
    font-weight: 400;
    font-size: 0.833rem;
    line-height: 1.3;
}
.contact-1 .contact-socials{
    margin-top: 3.125rem;
}
.contact-1 .contact-socials .socials{
    margin-top: 1.042rem;
    gap: 0.78125rem;
}
.contact-1 .contact-socials .socials a img{
    width: 2.083rem;
    height: 2.083rem;
}
.contact-1 .contact-socials .socials > a:hover img{
    transform: scale(0.9);
    opacity: 0.7;
}
.contact-2{
    padding-top: 4.167rem;
}
.contact-2 .swiper{
    margin: 0 -1.5625rem 2.604rem;
}
.contact-2 .swiper-slide{
    padding: 0 1.5625rem;
}
.contact-2 .swiper-slide .item{
    padding: 2.083rem;
    background: #F4F4F4;
    position: relative;
    cursor: pointer;
}
.contact-2 .swiper-slide .item .address{
    font-weight: 500;
    font-size: 0.9375rem;
}
.contact-2 .swiper-slide .item .title{
    font-weight: 700;
    font-size: 1.25rem;
    line-height: 1.2;
    margin-bottom: 0.625rem;
}
.contact-2 .swiper-slide .item:before{
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    position: absolute;
    content: '';
    height: 5px;
    background-color: var(--main-cl);
    transition: all 0.4s;
}
.contact-2 .swiper-slide .item:hover:before,
.contact-2 .swiper-slide .item.active:before{
    width: 100%;
}
.sec-title-2{
    font-family: var(--font-title), 'sans-serif';
    font-weight: 700;
    font-size: 2.34375rem;
    line-height: 1.2;
}
section.contact-3{
    padding-top: 6.875rem;
}
section.contact-3 .contact-form{
    position: relative;
    z-index: 3;
    width: 50.417rem;
    max-width: 100%;
    background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0.5) 100%);
    box-shadow: 0 0 20px 0 #00000014;
    padding: 3.125rem 6.146rem 3.646rem;
}
section.contact-3 .contact-form .sec-des{
    margin-bottom: 1.5625rem;
    width: 31.5625rem;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
}
.form-wrap{
    gap: 1.042rem 0;
}
.form-wrap .form-group{
    width: 100%;
    position: relative;
}
.form-wrap .form-group label{
    font-weight: 400;
    font-size: 0.9375rem;
    margin-bottom: 0.521rem;
    color: #666
}
.form-wrap .form-group label span.required{
    color: red;
}
.form-wrap .form-group.group-half{
    width: calc(50% - 0.521rem);
}
.form-wrap .select-styled,
.form-wrap .form-input{
    margin: 0 !important;
    outline: none !important;
    box-shadow: none !important;
    border: 1px solid #0000001A;
    color: #333333;
    height: 2.604rem;
    font-weight: 400;
    font-size: 0.9375rem;
    padding: 0.625rem 1.25rem;
    transition: all 0.4s;
}
.form-wrap .select-styled{
    display: flex;
    align-items: center;
    gap: 0.521rem;
    cursor: pointer;
}
.form-wrap .request-time+.select-styled:before{
    position: relative;
    display: inline-block;
    width: 1.25rem;
    height: 1.25rem;
    content: '';
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTExLjk5MDIgMkMxNy41MjAxIDIuMDAwMTMgMjIgNi40ODAwOCAyMiAxMkMyMiAxNy41MTk5IDE3LjUyMDEgMjEuOTk5OSAxMS45OTAyIDIyQzYuNDcwMjMgMjIgMiAxNy41MiAyIDEyQzIgNi40OCA2LjQ3MDIzIDIgMTEuOTkwMiAyWk0xMiA0QzcuNTggNCA0IDcuNTggNCAxMkM0IDE2LjQyIDcuNTggMjAgMTIgMjBDMTYuNDIgMjAgMjAgMTYuNDIgMjAgMTJDMjAgNy41OCAxNi40MiA0IDEyIDRaTTEyLjUgN1YxMi4yNUwxNyAxNC45MTk5TDE2LjI1IDE2LjE1MDRMMTEgMTNWN0gxMi41WiIgZmlsbD0iYmxhY2siIGZpbGwtb3BhY2l0eT0iMC41NCIvPgo8L3N2Zz4K");
    background-repeat: no-repeat;
    background-size: cover;
}
.select-styled:after{
    position: relative;
    display: inline-block;
    width: 0.9375rem;
    height: 0.9375rem;
    content: '';
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxOCAxOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTQuNSA2Ljc1TDkgMTEuMjVMMTMuNSA2Ljc1IiBzdHJva2U9IiMzMzMzMzMiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K");
    background-repeat: no-repeat;
    background-size: cover;
    margin-left: auto;
}
.form-wrap .form-input.use-datepicker{
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjIiIHZpZXdCb3g9IjAgMCAyMCAyMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTUgMFYySDE1VjBIMTdWMkgxOEMxOS4xIDIgMjAgMi45IDIwIDRWMjBDMjAgMjEuMSAxOS4xIDIyIDE4IDIySDJDMC45IDIyIDAgMjEuMSAwIDIwVjRDMCAyLjkgMC45IDIgMiAySDNWMEg1Wk0yIDdWMjBIMThWN0gyWiIgZmlsbD0iYmxhY2siIGZpbGwtb3BhY2l0eT0iMC41NCIvPgo8L3N2Zz4K");
    background-size: 1.146rem;
    background-position: 1.25rem 50%;
    background-repeat: no-repeat;
    padding-left: 2.8125rem;
}
.form-wrap .select-options{
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 9999;
    background-color: #FFF;
    margin: 0;
    list-style: none;
    width: 100%;
    max-height: 6.25rem;
    overflow: auto;
}
.form-wrap .select-options > li{
    cursor: pointer;
    margin: 0;
    transition: all 0.4s;
    font-size: 0.833rem;
    line-height: 1.042rem;
    font-weight: 400;
    padding: 0.625rem 1.25rem;
}
.form-wrap .select-options > li.active,
.form-wrap .select-options > li:hover{
    background-color: var(--main-cl);
    color: #FFF;
}
.form-wrap .form-input[readonly]{
    background-color: #ededed !important;
    cursor: not-allowed;
}
.form-wrap .form-input::placeholder{
    color: #0000004D;
    opacity: 1;
}
.form-wrap .form-input:focus{
    border-color: var(--main-cl);
}
.form-wrap .btn{
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0.521rem;
}
.form-wrap .btn input{
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.contact-3 > .img-wrap{
    margin-top: -18.385rem;
}
.contact-map#map iframe{
    aspect-ratio: 7/3;
    display: block;
    width: 100%;
    height: auto;
}
.swiper-arrow{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.604rem;
    height: 2.604rem;
    background-color: #00000080;
    backdrop-filter: blur(20px);
    transition: all 0.4s;
    cursor: pointer;
}
.box-swiper .swiper-arrow{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.box-swiper .swiper-arrow.prev{
    left: -5.729rem;
}
.box-swiper .swiper-arrow.next{
    right: -5.729rem;
}
.swiper-arrow:hover{
    background-color: var(--main-cl);
}
section.post-details .post-title{
    margin-top: 4.375rem;
    position: relative;
    padding-bottom: 1.823rem;
    margin-bottom: 2.396rem;
    font-weight: 800;
    font-size: 2.34375rem;
}
section.post-details .post-title:before{
    bottom: 0;
    left: 50%;
    width: 38.542rem;
    max-width: 60%;
    position: absolute;
    content: '';
    height: 1px;
    background-color: #0000001A;
    transform: translateX(-50%);
}
section.post-details .post-content{
    width: 51.042rem;
    max-width: 100%;
}
section.post-details .post-content #ez-toc-container{
    width: 100%;
    background-color: #F4F4F4;
    border: none !important;
    padding: 2.083rem 2.604rem;
    margin-bottom: 2.083rem;
}
section.post-details .post-content #ez-toc-container .ez-toc-title-container{
    margin-bottom: 1.042rem;
    padding-bottom: 1.042rem;
    position: relative;
}
section.post-details .post-content #ez-toc-container .ez-toc-title-container:before{
    bottom: 0;
    left: 0;
    position: absolute;
    content: '';
    height: 1px;
    background-color: var(--main-cl);
    width: 3.646rem;
}
section.post-details .post-content #ez-toc-container .ez-toc-title-container .ez-toc-title{
    font-weight: 700;
    font-size: 1.458rem;
    line-height: 1.771rem;
    color: var(--main-cl);
}
section.post-details .post-content #ez-toc-container > nav li > a{
    font-weight: 400;
    font-size: 0.833rem;
    line-height: 1.667rem;
    display: block;
    width: 100%;
}
section.post-details .post-content #ez-toc-container > nav > ul.ez-toc-list li > ul{
    margin-bottom: 0.3125rem;
}
section.post-details .post-content #ez-toc-container > nav > ul.ez-toc-list > li > a{
    font-weight: 400;
    font-size: 0.9375rem;
    line-height: 1.667rem;
    margin-bottom: 0.3125rem;
}
section.post-details .post-content .btn_style_1{
    margin-bottom: 2.083rem;
    background-color: #9F0002;
    padding-left: 2.1875rem;
    padding-right: 2.1875rem;
    border-color: #9F0002;
}
section.post-details .post-content .btn_style_1:hover{
    border-color: #9F0002;
    background-color: transparent;
}
section.post-details .post-content .btn_style_1:hover span.text{
    color: #9F0002;
}
section.post-details .post-content .btn_style_1:hover path{
    stroke: #9F0002;
}
.post-content a{
    color: var(--main-cl);
}
.post-content a[href*="tel"]{
    font-size: 125%;
}
.post-content figure.wp-caption{
    max-width: 100%;
    height: auto;
}
.post-content figure.wp-caption figcaption{
    font-weight: 400;
    font-style: Italic;
    font-size: 0.833rem;
    line-height: 1.458rem;
    background-color: transparent;
    margin-top: 0.625rem;
    padding-top: 0;
    padding-bottom: 0;
}
.post-content figure.wp-caption.aligncenter figcaption{
    text-align: center;
}
.post-content,
.post-content p,
.post-content li{
    font-weight: 400;
    font-size: 17px;
}
.post-content ol,
.post-content ul{
    margin-left: 1.5625rem;
}
.arrow-button{
    display: flex;
    gap: 0.417rem;
    font-weight: 600;
    font-size: 0.9375rem;
    line-height: 1.25rem;
    text-transform: uppercase;
    color: var(--main-cl);
    align-items: center;
}
.arrow-button .icon{
    display: flex;
}
.arrow-button .icon svg{
    width: 1.25rem;
    height: 1.25rem;
}
.related-posts{
    padding: 5.46875rem 0 6.25rem;
    background: linear-gradient(180deg, rgba(231, 247, 255, 0) 0%, #E7F7FF 100%);
}
.related-posts .sec-title{
    margin-bottom: 2.604rem;
}
.related-posts .related-posts-swiper{
    margin: 0 -1.823rem;
}
.related-posts-swiper .swiper-slide{
    padding: 0 1.823rem;
}
.post-item{
    display: flex;
    flex-direction: column;
}
.post-item .img-wrap{
    margin-bottom: 1.042rem;
    aspect-ratio: 1000/545;
}
.post-item .cont-wrap{
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}
.post-item .cont-wrap h3{
    margin-bottom: 0.833rem;
    line-height: 1.6;
}
.post-item .cont-wrap .arrow-button{
    margin-top: auto;
}
.posts-page-1{
    padding-top: 4.792rem;
}
.posts-page-1 .sec-title{
    margin-bottom: 2.604rem;
}
.posts-page-1 .col-7{
    padding-right: 0.78125rem;
}
.posts-page-1 .col-7 .post-item{
    height: 100%;
}
.posts-page-1 .col-7 .post-excerpt{
    margin-bottom: 1.042rem;
    font-weight: 400;
    font-size: 0.833rem;
    line-height: 1.146rem;
}
.posts-page-1 .col-5{
    padding-left: 1.5625rem;
}
.posts-page-1 .col-5 .post-item{
    display: flex;
    align-items: center;
    flex-direction: row;
    gap: 1.458rem;
}
.posts-page-1 .col-5 .post-item+.post-item{
    margin-top: 1.042rem;
}
.posts-page-1 .col-5 .post-item .img-wrap{
    width: 13.542rem;
    min-width: 13.542rem;
    aspect-ratio: 262/154;
    margin-bottom: 0;
}
.posts-page-1 .col-5 .post-item .cont-wrap h3{
    font-weight: 700;
    font-size: 1.042rem;
    line-height: 1.458rem;
    margin-bottom: 1.042rem;
}
.posts-page-2{
    padding-top: 5.833rem;
    padding-bottom: 6.25rem;
}
.posts-page-2 .terms-menu{
    margin-bottom: 2.5rem;
}
.posts-grid{
    grid-gap: 3.646rem 3.125rem !important;
}
ul.thenativePagination{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 3.125rem 0 0 0;
    list-style: none;
    gap: 0.104rem;
}
ul.thenativePagination > li{
    margin: 0;
}
ul.thenativePagination > li > a{
    width: 2.083rem;
    height: 2.083rem;
    font-weight: 500;
    font-size: 0.833rem;
    line-height: 1.25rem;
    color: #666;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s;
}
ul.thenativePagination > li > a > svg{
    width: 1.042rem;
    height: 1.042rem;
}
ul.thenativePagination > li > a > svg path{
    stroke: currentColor;
    color: inherit;
}
ul.thenativePagination > li:hover > a,
ul.thenativePagination > li > a.active,
ul.thenativePagination > li.active > a{
    color: #FFF;
    background-color: var(--main-cl);
}
.terms-menu > ul{
    gap: 1.042rem;
}
.terms-menu > ul > li{
    margin: 0;
}
.terms-menu > ul > li > a{
    padding: 0.625rem 1.146rem;
    border-radius: 2.604rem;
    border: 1px solid #33333366;
    font-weight: 600;
    font-size: 0.9375rem;
    line-height: 1.302rem;
    color: #333;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s;
}
.terms-menu > ul > li.current-menu-item > a,
.terms-menu > ul > li:hover > a{
    color: #FFF;
    border-color: var(--main-cl);
    background-color: var(--main-cl);
}
.absolute-breadcrumb{
    position: absolute;
    left: calc(calc(100vw - var(--container-w))/2);
    z-index: 9;
    top: 0;
}
.absolute-breadcrumb ol > li:before,
.absolute-breadcrumb ol > li span,
.absolute-breadcrumb ol > li a{
    color: #FFF;
}
.about-1{
    padding-top: 8.854rem;
}
.about-1 .col-6:nth-of-type(1){
    padding-right:  6.458rem;
}
.about-1 .more-des{
    font-weight: 600;
    font-size: 1.042rem;
    line-height: 1.40625rem;
}
.about-2{
    padding-top: 7.292rem;
}
.about-2 .img-wrap{
    transform: scale(0.7);
    transition: all 0.4s;
}
.about-2.active .img-wrap{
    transform: scale(1);
}
.about-3{
    padding-top: 7.292rem;
}
.about-3 h2.sec-title{
    margin-bottom: 3.333rem;
}
.about-3 .timeline-wrap{
    width: 61.042rem;
    max-width: 100%;
}
.about-3 .timeline-list:before{
    left: 50%;
    top: 0;
    height: 100%;
    width: 1px;
    background-color: #D9D9D9;
    position: absolute;
    content: '';
    z-index: 2;
}
.about-3 .timeline-list .line{
    left: 50%;
    top: 0;
    width: 1px;
    background-color: var(--main-cl);
    position: absolute;
    content: '';
    z-index: 3;
    max-height: 100%;
}
.about-3 .item{
    display: none;
}
.about-3 .item > .flex-box{
    display: flex;
    align-items: center;
    gap: 11.354rem;
    position: relative;
}
.about-3 .item:before{
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    position: absolute;
    left: 50%;
    content: '';
    width: 1.25rem;
    height: 1.25rem;
    border-radius: 50%;
    border: 1px solid #D9D9D9;
    background-color: #FFF;
    transition: all 0.4s;
    z-index: 4;
}
.about-3 .item:after{
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    position: absolute;
    left: 50%;
    content: '';
    width: 0.625rem;
    height: 0.625rem;
    border-radius: 50%;
    background-color: var(--main-cl);
    z-index: 5;
    opacity: 0;
    transition: all 0.4s;
}
.about-3 .item:hover:after{
    opacity: 1;
}
.about-3 .item:hover .sec-title{
    color: var(--main-cl);
}
.about-3 .item:hover:before{
    border-color: var(--main-cl);
}
.about-3 .item > .flex-box > div{
    width: 50%;
}
.about-3 .item .sec-title{
    margin-bottom: 1.042rem;
}
.about-3 .item h3{
    margin-bottom: 0.521rem;
}
.about-3 .item:nth-of-type(odd) > .flex-box{
    flex-direction: row-reverse;
}
.about-3 .item+.item{
    margin-top: 2.604rem;
}
.about-3 .show-more-timeline{
    margin-top: 3.125rem;
}
.btn{
    cursor: pointer;
}
.about-4{
    padding-top: 8.75rem;
    position: relative;
    padding-bottom: 7.8125rem;
}
.about-4:before{
    width: 100%;
    aspect-ratio: 1920/1080;
    background: linear-gradient(180deg, #E7F7FF 0%, rgba(231, 247, 255, 0) 100%);
    position: absolute;
    content: '';
    height: auto;
    top: 0;
    left: 0;
}
.about-4 .item:nth-of-type(odd) .cont-wrap{
    width: 40%;
    padding-right: 6.25rem;
}
.about-4 .item:nth-of-type(odd) .img-wrap{
    width: 60%;
}
.about-4 .item:nth-of-type(even) > .flex-box{
    flex-direction: row-reverse;
}
.about-4 .item:nth-of-type(even) .cont-wrap{
    width: 60%;
    padding-left: 7.292rem;
    padding-right: 5.208rem;
}
.about-4 .item:nth-of-type(even) .img-wrap{
    width: 40%;
}
.about-4 .item .group+.group{
    margin-top: 2.708rem;
}
.about-4 .item+.item{
    margin-top: 4.271rem;
}
.about-5 {
    min-height: 100vh;
}
.about-5 .cont-wrap{
    padding: 7.083rem 0;
}
.about-5 .col-5:nth-of-type(1){
    padding-right: 5.208rem;
}
.about-5 .col-5:nth-of-type(2){
    padding-top: 1.458rem;
    --padding-left: 6.042rem;
    padding-left: var(--padding-left);
    padding-bottom: 2.292rem;
    position: relative;
}
.about-5 .col-5:nth-of-type(2):before{
    left: calc(var(--padding-left) + 0.521rem);
    content: '';
    top: 0;
    position: absolute;
    background-color: #FFF;
    opacity: 0.2;
    height: 100%;
    width: 1px;
}
.about-5 .scroll-content::-webkit-scrollbar{
    display: none !important;
}
.about-5 .scroll-content{
    overflow: auto;
    max-height: 24.375rem;
    padding-left: 0.521rem;
}
.about-5 .item+.item{
    margin-top: 2.083rem;
}
.about-5 .item .title{
    margin-bottom: 1.042rem;
    padding-left: 1.979rem;
    position: relative;
}
.about-5 .item .title:before{
    position: absolute;
    content: '';
    width: 0.521rem;
    height: 0.521rem;
    border-radius: 50%;
    background-color: #FFF;
    left: 0;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
}
.about-5 .item .sec-des{
    padding-left: 1.979rem;
    font-size: 0.885rem;
}
.about-6{
    padding: 3.385rem 0 4.167rem;
}
.about-6 .sec-title{
    margin-bottom: 2.083rem;
}
.about-6 .marquee-logos{
    display: flex;
    gap: 3.646rem
}
.about-6 .marquee-logos .logo-wrap{
    width: auto;
    height: 5.208rem;
    aspect-ratio: 250/100;
}
.about-6 .marquee-logos .logo-wrap img{
    height: 100%;
    width: 100%;
    object-fit: contain;
}
.accessary-1 .grid-container > .flex-box{
    padding: 5.3125rem 0 5.46875rem;
}
.accessary-1 .col-7{
    padding-right: 5.729rem;
}
.accessary-2{
    padding: 5.104rem 0;
    background: linear-gradient(0deg, rgba(231, 247, 255, 0) 0%, rgba(231, 247, 255, 0.7) 100%);
}
.accessary-2 .accessary-tabs{
    width: 48.75rem;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.accessary-2 .accessary-tabs .tab{
    border: 1px solid #2C368A33;
    border-radius: 1.5625rem;
    transition: all 0.4s;
    background-color: rgba(255, 255, 255, 0.8);
}
.accessary-2 .accessary-tabs .tab+.tab{
    margin-top: 1.25rem;
}
.accessary-2 .accessary-tabs .tab .tab-title{
    padding: 0.78125rem 2.604rem;
    font-weight: 700;
    font-size: 1.302rem;
    gap: 1.042rem;
    transition: all 0.4s;
    cursor: pointer;
}
.accessary-2 .accessary-tabs .tab .tab-title svg{
    width: 1.5rem;
    height: 1.5rem;
}
.accessary-2 .accessary-tabs .tab.active .tab-title{
    padding-bottom: 1.302rem;
    padding-top: 2.396rem;
}
.accessary-2 .accessary-tabs .tab.active .tab-title svg path:nth-of-type(2){
    opacity: 0;
}
.accessary-2 .accessary-tabs .tab .tab-content{
    padding: 0 2.604rem 2.396rem 2.604rem;
}
.accessary-2 .accessary-tabs .tab .cont{
    font-weight: 400;
    font-size: 0.833rem;
    line-height: 1.146rem;
}
.accessary-3{
    padding: 1.25rem 0 8.59375rem;
}
.accessary-3 .post-content a{
    text-decoration: underline;
    color: inherit;
}
.accessary-3 .sec-title-2{
    margin-bottom: 2.083rem;
}
.accessary-1+.accessary-3{
    padding-top: 4.167rem;
    background: linear-gradient(0deg, rgba(231, 247, 255, 0) 0%, rgba(231, 247, 255, 0.7) 100%);
}
.accessary-4{
    padding: 3.125rem 0 7.708rem;
    background: linear-gradient(180deg, rgba(231, 247, 255, 0) 0%, rgba(231, 247, 255, 0.7) 100%);
}
.accessary-4 .title-group{
    margin-bottom: 3.021rem;
}
.accessary-4 .title-group .btn{
    margin-top: 0;
}
.accessary-4 .title-group h2{
    margin-bottom: 0;
}
.btn{
    width: max-content;
    flex: 0 0 auto;
    max-width: 100%;
}
.accessary-gallery-images{
    display: flex;
    gap: 1.042rem
}
.accessary-gallery-thumb{
    width: 5.99rem;
    min-width: 5.99rem;
    margin: 3.229rem 0;
    height: 25rem;
}
.accessary-gallery-thumb-wrap .swiper-arrow-2{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 2.8125rem;
    height: 2.8125rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.accessary-gallery-thumb-wrap .swiper-arrow-2.prev{
    top: 0;
}
.accessary-gallery-thumb-wrap .swiper-arrow-2.next{
    bottom: 0;
}
.accessary-gallery-thumb .swiper-slide{
    padding: .15625rem 0;
}
.accessary-gallery-thumb .swiper-slide .img-wrap{
    border: 1px solid transparent;
    cursor: pointer;
    transition: all 0.4s;
}
.accessary-gallery-thumb .swiper-slide.swiper-slide-thumb-active .img-wrap{
    border-color: #2C368A;
}
.accessary-1 .accessary-summary{
    padding-right: 6.25rem;
}
.accessary-summary .accessary-metas{
    display: flex;
    align-items: center;
    padding: 1.042rem 0;
    border-top: 1px solid #E8E8E8;
    border-bottom: 1px solid #E8E8E8;
    font-weight: 400;
    font-size: 0.833rem;
    line-height: 1.042rem;
    margin-bottom: 0.9375rem;
}
.accessary-summary .accessary-metas .meta-item+.meta-item{
    position: relative;
    margin-left: 0.625rem;
}
.accessary-summary .accessary-metas .meta-item+.meta-item:before{
    content: '|';
    position: relative;
    display: inline-block;
    font-weight: 400;
    font-size: 0.729rem;
    line-height: 1.042rem;
    text-transform: uppercase;
    color: #999999;
    margin-right: 0.521rem;
}
.accessary-summary .price-wrap{
    display: flex;
    align-items: baseline;
}
.accessary-stock-status{
    margin-top: 1.25rem;
}
.accessary-stock-status .label,
.accessary-summary .price-wrap .label{
    font-weight: 400;
    font-size: 0.833rem;
    line-height: 1.146rem;
    margin-right: 0.833rem;
    min-width: 5.208rem;
}
.accessary-stock-status .stock{
    font-weight: 700;
    font-size: 0.833rem;
    line-height: 1.146rem;
    color: #333333;
}
.accessary-summary .price-wrap .price{
    font-weight: 700;
    font-size: 1.302rem;
    line-height: 1.5625rem;
    color: #C51F30
}
.accessary-summary .price-wrap del{
    margin-left: 1.5625rem;
    font-weight: 400;
    font-size: 0.729rem;
    line-height: 1.042rem;
    text-decoration: line-through;
}
.or-text{
    gap: 0.833rem;
    margin-top: 1.458rem;
    margin-bottom: 1.042rem;
}
.or-text .line{
    height: 1px;
    width: 100%;
    background-color: #C7C7C8;
}
.or-text .text{
    font-weight: 400;
    font-size: 0.729rem;
    line-height: 0.9375rem;
}
.contact-for-sale{
    display: flex;
    gap: 1.875rem;
}
.contact-for-sale > div{
    width: 50%;
}
.contact-for-sale .label{
    font-weight: 700;
    font-size: 0.729rem;
    line-height: 0.9375rem;
}
.contact-for-sale .des{
    font-weight: 400;
    font-size: 0.521rem;
    margin-bottom: 0.521rem;
    line-height: 0.9375rem;
    height: 0.9375rem;
}
.contact-for-sale .call-btn{
    width: max-content;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    padding: 0.417rem 1.042rem;
    border-radius: 2.604rem;
    border: 1px solid var(--main-cl);
    color: var(--main-cl);
    gap: 0.3125rem;
    font-weight: 800;
    font-size: 1.042rem;
    line-height: 1.302rem;
    align-items: center;
    transition: all 0.4s;
}
.contact-for-sale .call-btn:hover{
    background: var(--main-cl);
    color: #FFF;
}
.contact-for-sale .call-btn:hover path{
    fill: #FFF;
}
.contact-for-sale .call-btn span.icon{
    display: flex;
}
.contact-for-sale .call-btn span.icon svg{
    width: 1.823rem;
    height: 1.823rem;
}
.contact-for-sale .socials-list{
    gap: 0.521rem;
}
.contact-for-sale .socials-list img{
    width: 2.292rem;
    height: auto;
    transition: all 0.4s;
}
.contact-for-sale .socials-list a:hover img{
    transform: scale(0.85);
}
.swiper.related-accessaries{
    margin: 0 -0.521rem;
}
.swiper.related-accessaries .swiper-slide{
    padding: 0 0.521rem;
}
.accessary-item{
    padding: 1.5625rem 1.042rem 2.5rem;
    border: 1px solid #DCDCDC;
}
.accessary-item .img-wrap{
    width: 100%;
    margin-bottom: 1.25rem;
    aspect-ratio: 39/32;
}
.accessary-item .img-wrap img{
    object-fit: contain;
}
.accessary-item .cont-wrap .item-term{
    font-weight: 400;
    font-size: 0.78125rem;
    margin-bottom: 0.208rem;
}
.accessary-item .cont-wrap h3{
    font-family: 'SFU Eurostile Demi';
    margin-bottom: 1.042rem;
}
.item-price{
    display: flex;
    align-items: baseline;
}
.item-price > span{
    font-weight: 400;
    font-size: 0.833rem;
    line-height: 1.042rem;
    margin-right: 0.417rem;
}
.item-price > span.price{
    font-weight: 800;
    font-size: 1.5625rem;
    line-height: 1.979rem;
    margin-right: 1.875rem;
    color: #2C368A;
}
.item-price > del{
    font-weight: 400;
    font-size: 0.833rem;
    line-height: 1.25rem;
    color: #808080;
}
.accessaries-1{
    padding: 0 0 6.771rem;
}
.brands-swiper.swiper{
    margin: 3.229rem 4.0625rem 0;
}
.accessaries-1 .swiper-arrow{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.accessaries-1 .swiper-arrow.prev{
    left: 0;
}
.accessaries-1 .swiper-arrow.next{
    right: 0;
}
.brands-swiper .swiper-slide{
    padding: 0 0.625rem;
}
.brands-swiper .swiper-slide .img-wrap{
    background-color: #F9F9F9;
    border: 2px solid transparent;
    padding: 0.417rem 0.625rem;
}
.brands-swiper .swiper-slide .img-wrap img{
    object-fit: contain;
}
.brands-swiper .swiper-slide.current .img-wrap{
    border-color: var(--main-cl);
}
.accessaries-1 .title-group{
    margin-top: 2.083rem;
    margin-bottom: 3.854rem;
}
form.search-products{
    display: flex;
    border: 1px solid #33333366;
    border-radius: 2.604rem;
    overflow: hidden;
    position: relative;
    margin: 0;
}
form.search-products input{
    font-weight: 400;
    font-size: 0.833rem;
    line-height: 1.302rem;
    margin: 0 !important;
    border: none !important;
    box-shadow: none !important;
    padding: 0.625rem 1.354rem;
    width: 17.708rem;
    height: 2.604rem;
}
form.search-products button{
    margin: 0 !important;
    position: absolute;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: unset;
    min-width: unset;
    height: 100%;
    padding: 0;
    right: 1.354rem;
}
.accessaries-grid{
    grid-gap: 1.042rem
}
.products-sort-count{
    padding-bottom: 0.885rem;
    margin-bottom: 2.448rem;
    border-bottom: 1px solid #EEEEEE;
}
.products-sort{
    gap: 1.354rem
}
.products-sort .radios-wrap{
    gap: 1.5625rem;
}
.products-sort-count .result-count{
    font-weight: 400;
    font-size: 0.833rem;
    line-height: 1.302rem;
}
.products-sort .label{
    font-weight: 400;
    font-size: 0.833rem;
    line-height: 1.302rem;
}
.tt-custom-radio-wrap{
    margin: 0;
    gap: 0.521rem;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.tt-custom-radio-wrap input{
    display: none !important;
}
.tt-custom-radio-wrap .label{
    font-weight: 400;
    font-size: 0.78125rem;
    line-height: 1.302rem;
}
.tt-custom-radio-wrap span.tt-custom-radio{
    width: 0.833rem;
    height: 0.833rem;
    border-radius: 50%;
    border: 1px solid #D9D9D9;
    position: relative;
    display: block;
}
.tt-custom-radio-wrap span.tt-custom-radio:before{
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    content: '';
    background-color: var(--main-cl);
    width: 0.521rem;
    height: 0.521rem;
    transition: all 0.4s;
    border-radius: 50%;
    opacity: 0;
}
.tt-custom-radio-wrap input:checked+span.tt-custom-radio:before{
    opacity: 1;
}
.accessaries-2{
    padding: 5.208rem 0 8.333rem;
    background: #F4F4F4;
}
.vehicle-content .term-content h2{
    font-weight: 700;
    font-size: 2.604rem;
    font-family: var(--font-title), 'sans-serif';
}
.vehicle-content .term-content h3{
    font-weight: 700;
    font-size: 2.083rem;
    font-family: var(--font-title), 'sans-serif';
}
.vehicle-content .term-content h4{
    font-weight: 700;
    font-size: 1.667rem;
    font-family: var(--font-title), 'sans-serif';
}
.vehicles-1{
    padding: 1.5625rem 0;
    border-bottom: 1px solid #EBEBEB;
}
.vehicles-2{
    padding: 2.1875rem 0 6.25rem;
}
.vehicles-3{
    padding: 5.208rem 0 7.8125rem;
    background-color: #F4F4F4;
}
.vehicle-item{
    padding: 1.5625rem 1.042rem 2.083rem;
    border: 1px solid #DCDCDC;
}
.vehicle-item .img-wrap{
    padding: 0 0.625rem;
    margin-bottom: 1.25rem;
}
.vehicle-item .img-wrap img{
    aspect-ratio: 80/65;
    object-fit: contain;
    height: auto;
}
.vehicle-item .name{
    font-family: SFU Eurostile Demi, 'sans-serif';
    font-size: 1.042rem;
    margin-bottom: 0.78125rem;
}
.vehicle-item .item-price{
    min-height: 2.5rem;
    margin-bottom: 1.042rem;
}
.vehicle-item .item-parameters{
    margin-bottom: 1.302rem;
}
.vehicle-item .param-item{
    display: flex;
    justify-content: space-between;
    font-size: 0.833rem;
    line-height: 1.042rem;
}
.vehicle-item .param-item+.param-item{
    margin-top: 0.625rem;
}
.vehicle-item .item-buttons{
    gap: 0.521rem;
}
.vehicle-item .item-buttons .btn{
    margin-top: 0;
    width: 100%;
    flex: unset;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
}
.vehicles-grid{
    grid-gap: 1.042rem;
}
.vehicle-1{
    background-repeat: no-repeat;
    background-size: cover;
}
.vehicle-1 > .flex-box{
    padding: 2.604rem 16.667rem 3.646rem 10.417rem;
    gap: 7.292rem;
}
.vehicle-1 .vehicle-information {
    width: 27.604rem;
    min-width: 27.604rem;
    padding: 2.865rem;
    background: linear-gradient(136.4deg, rgba(0, 0, 0, 0.1) 1.52%, rgba(255, 255, 255, 0.1) 98.48%);
    backdrop-filter: blur(10px);
}
.vehicle-1 .vehicle-information h1{
    font-family: SFU Eurostile, 'sans-serif';
    font-weight: 400;
    font-size: 1.25rem;
    margin-bottom: 2.083rem;
    color: #666666;
}
.vehicle-1 .vehicle-information h1 span{
    font-family: SFU Eurostile Demi, 'sans-serif';
    font-weight: 400;
    font-size: 3.125rem;
    color: var(--main-cl);
    display: block;
    line-height: 1.2;
}
.vehicle-1 .vehicle-parameters{
    margin-bottom: 1.042rem;
}
.vehicle-1 .param-item:not(:last-child){
    padding-right: 1.042rem;
    margin-right: 1.042rem;
    border-right: 1px solid #0000001A
}
.vehicle-1 .param-item .title{
    font-weight: 400;
    font-size: 0.833rem;
    line-height: 1.042rem;
    margin-bottom: 0.729rem;
}
.vehicle-1 .param-item .value{
    font-weight: 700;
    font-size: 1.25rem;
    line-height: 1.3;
}
.vehicle-1 .price-wrap .label{
    font-weight: 400;
    font-size: 0.833rem;
}
.vehicle-1 .price-wrap .price{
    font-weight: 800;
    font-size: 2.34375rem;
    color: var(--main-cl);
}
.vehicle-1 .vehicle-image{
    margin-top: 2.865rem;
}
.vehicle-1 .buttons-wrap{
    gap: 1.042rem;
    margin-top: 1.875rem;
}
.vehicle-1 .buttons-wrap .btn{
    margin-top: 0;
    flex: unset;
    text-transform: uppercase;
}
.btn.btn-white{
    background-color: #FFF;
}
.btn.btn-white span{
    color: var(--main-cl)
}
.vehicle-overview{
    padding: 6.771rem 0 6.25rem;
}
.vehicle-overview .col-6:nth-of-type(2){
    padding-left: 6.458rem;
}
.vehicle-features{
    padding: 4.167rem 0;
    background: linear-gradient(180deg, #E7F7FF 0%, rgba(231, 247, 255, 0) 100%);
}
.vehicle-features .sec-title{
    margin-bottom: 3.125rem;
}
.features-swiper .item .col-5{
    padding: 4.167rem 5.208rem 3.125rem 0;
    border-top: 1px solid #0000001A;
}
.vehicle-features.vehicle-operate{
    background: transparent !important;
    padding-bottom: 6.25rem;
}
.vehicle-operate .features-swiper .swiper-controls{
    padding-right: 0;
    right: 0;
    left: unset;
    padding-left: 5.208rem;
}
.vehicle-operate .features-swiper .item .col-5{
    padding: 4.167rem 0 3.125rem 5.208rem;
}
.features-swiper .item .col-5 .font-title{
    font-weight: 700;
    font-size: 1.667rem;
    margin-bottom: 1.25rem;
}
.features-swiper .swiper-controls{
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 9;
    padding-right: 5.208rem;
}
.features-swiper .swiper-controls .arrows{
    gap: 1.042rem;
}
.features-swiper .swiper-fraction{
    display: flex;
    width: max-content;
    align-items: flex-end;
}
.features-swiper .swiper-fraction .swiper-pagination-total{
    font-weight: 400;
    font-size: 0.9375rem;
    color: #999999;
}
.features-swiper .swiper-fraction .swiper-pagination-current{
    font-weight: 500;
    font-size: 1.667rem;
    color: var(--main-cl);
    line-height: 1.3;
}
.vehicle-interior{
    padding: 3.125rem 0 3.646rem;
}
.vehicle-interior .title-group{
    margin-bottom: 2.34375rem;
}
.vehicle-interior .col-10{
    /*padding-right: 10px;*/
}
.vehicle-interior .col-10 .swiper{
    height: 100%;
}
.vehicle-interior .col-10 .swiper .title{
    font-family: SFU Eurostile Demi, 'sans-serif';
    font-weight: 400;
    font-size: 1.5625rem;
    position: absolute;
    content: '';
    left: 50%;
    bottom: 1.979rem;
    margin: 0;
    transform: translateX(-50%);
    z-index: 8;
    text-align: center;
    color: #FFF;
}
.vehicle-interior .col-10 .swiper .img-wrap:before{
    width: 100%;
    height: 35%;
    position: absolute;
    content: '';
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
    opacity: 0.8;
    bottom: 0;
    left: 0;
    z-index: 3;
}
.vehicle-interior .col-2{
    padding-left: 0.417rem;
}
.vehicle-interior .col-2 .interior-swiper-thumb{
    height: 32.292rem;
    overflow: auto;
}
.vehicle-interior .col-2 .item{
    cursor: pointer;
}
.vehicle-interior .col-2 .item .img-wrap{
    position: relative;
}
.vehicle-interior .col-2 .item .img-wrap:before{
    z-index: 3;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    position: absolute;
    border: 4px solid transparent;
}
.vehicle-interior .col-2 .item.active .img-wrap:before{
    border-color: #D3191B;
}
.vehicle-interior .col-2 .item+.item{
    margin-top: 0.26rem;
}
.vehicle-exterior{
    padding: 3.646rem 0;
}
.vehicle-exterior .title-group{
    margin-bottom: 3.385rem;
    width: 57.708rem;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.vehicle-exterior .vehicle-colors{
    margin-bottom: 4.53125rem;
}
.vehicle-exterior .swiper{
    overflow: unset;
    margin: 0 -1.042rem;
}
.vehicle-exterior .swiper .swiper-slide{
    padding: 0 1.042rem;
    opacity: 0.3;
}
.vehicle-exterior .swiper .swiper-slide.swiper-slide-next,
.vehicle-exterior .swiper .swiper-slide.swiper-slide-active{
    opacity: 1;
}
.vehicle-exterior .swiper .swiper-slide .img-wrap{
    aspect-ratio: 685/454;
}
.vehicle-exterior .swiper .swiper-slide .cont-wrap{
    padding: 1.302rem 2.24rem 0 0;
}
.vehicle-exterior .swiper .swiper-slide .cont-wrap .font-title{
    font-weight: 700;
    font-size: 1.667rem;
    margin-bottom: 1.042rem;
}
.vehicle-parameters-sec{
    padding: 3.75rem 0 ;
    background: linear-gradient(180deg, #E7F7FF 0%, rgba(231, 247, 255, 0) 50%, rgba(231, 247, 255, 0) 100%);
}
.vehicle-parameters-sec .title-group{
    margin-bottom: 2.34375rem;
    width: 57.708rem;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
}
.vehicle-consult{
    padding: 2.604rem 0;
}
.vehicle-consult .cont-wrap{
    background-size: cover;
    background-repeat: no-repeat;
}
.vehicle-consult .cont-wrap .cont-inner{
    padding: 3.854rem 5.208rem;
    width: 38.542rem;
}
.vehicle-consult .cont-wrap .cont-inner .sec-title{
    font-size: 2.604rem;
    margin-bottom: 0.521rem;
}
.vehicle-consult .cont-wrap .cont-inner .sec-des{
    margin-bottom: 1.042rem;
}
.vehicle-consult .cont-wrap .cont-inner .btn{
    margin-top: 0;
}
.vehicle-library{
    padding: 2.604rem 0 7.292rem;
}
.vehicle-library .sec-title{
    margin-bottom: 2.34375rem;
}
.vehicle-library .grid-box{
    grid-gap: 0.417rem;
    grid-template-rows: 1fr 1fr;
}
.vehicle-library .grid-box .img-wrap:nth-of-type(1){
    grid-row: 1/3;
    grid-column: 1/3;
}
section.vehicle-content{
    padding: 5.208rem 0 7.083rem;
    background-color: #F4F4F4;
}
.parameters-table .table-row{
    display: flex;
    font-weight: 400;
    font-size: 0.9375rem;
    line-height: 1.51rem;
}
.parameters-table .table-row.title-row{
    color: #FFF;
    background-color: var(--main-cl) !important;
    font-weight: 700;
    font-size: 1.042rem;
    line-height: 1.51rem;
}
.parameters-table .table-row.title-row .table-column.value{
    border-left: 1px solid rgba(255, 255, 255, 0.5);
}
.parameters-table .table-row .table-column{
    width: 50%;
    padding: 0.833rem 5rem;
}
.parameters-table .table-row .table-column.title{
    text-align: left;
}
.parameters-table .table-row .table-column.value{
    border-left: 1px solid rgba(210, 210, 211, 0.5);
    text-align: right;
}
.parameters-table .table-row:nth-of-type(even){
    background-color: #FFF;
}
.parameters-table .table-row:nth-of-type(odd){
    background-color: #F4F4F4;
}
.threesixty {
    position: relative;
    overflow: hidden;
    margin: 0 auto
}

.threesixty .threesixty-images {
    display: none;
    list-style: none;
    margin: 0;
    padding: 0
}

.threesixty .threesixty-images img {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: contain
}

.threesixty .threesixty-images img.previous-image {
    visibility: hidden
}

.threesixty .threesixty-images img.current-image {
    visibility: visible
}

.threesixty .spinner {
    width: 3.125rem;
    display: block;
    margin: 0 auto;
    height: 1.5625rem;
    background: #333;
    background: rgba(0,0,0,.7);
    border-radius: 0.26rem
}

.threesixty .spinner span {
    font-family: Arial,"MS Trebuchet",sans-serif;
    font-size: 0.625rem;
    font-weight: bolder;
    color: #fff;
    text-align: center;
    line-height: 1.5625rem;
    display: block
}

.threesixty:-webkit-full-screen {
    background: #fff;
    width: 100%;
    height: 100%;
    margin-top: 0;
    padding-top: 10.417rem
}

.threesixty:-moz-full-screen {
    background: #fff;
    width: 100%;
    height: 100%;
    margin-top: 0;
    padding-top: 10.417rem
}
.threesixty{
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.threesixty{
    width: 100% !important;
    aspect-ratio: 936/658;
    height: auto !important;
}
.color-item{
    width: 2.604rem;
    height: 2.604rem;
    border-radius: 50%;
    border: 1px solid #888686;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--item-color);
    cursor: pointer;
}
.color-item svg{
    width: 1.667rem;
    height: 1.667rem;
    opacity: 0;
}
.color-item.active svg{
    opacity: 1;
}
.vehicle-exterior .image-360-note{
    margin-top: 0.833rem;
    display: flex;
    align-items: center;
    gap: 0.625rem;
    font-weight: 400;
    font-size: 1.042rem;
    line-height: 1.5625rem;
    color: #333;
    justify-content: center;
}
.vehicle-exterior .colors-list{
    display: flex;
    flex-direction: column;
    align-items: end;
    padding-right: 3.385rem;
    gap: 1.25rem;
    padding-top: 1.042rem;
}
.form-popup{
    width: 41.667rem;
    max-width: 100%;
    display: none;
    padding: 4.167rem;
}
.form-popup#consult-popup{
    padding: 3.125rem 6.042rem 3.646rem;
    width: 50.417rem;
}
.form-popup form{
    margin: 0 !important;
}
.form-popup .sec-title-2{
    margin-bottom: 1.5625rem;
}
.form-popup .sec-des{
    margin-bottom: 1.5625rem;
    width: 31.25rem;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.vehicle-actions{
    background-color: var(--main-cl);
    padding: 0.833rem 0;
}
.vehicle-actions .item{
    font-family: 'SFU Eurostile Demi Oblique', 'sans-serif';
    font-weight: 400;
    font-size: 0.78125rem;
    line-height: 1.042rem;
    text-transform: uppercase;
    color: #FFF;
    max-width: 9.896rem;
    width: max-content;
    gap: 0.833rem;
    justify-content: center;
    margin: 0.208rem 3.75rem;
    align-items: center;
    position: relative;
}
.vehicle-actions .item+.item:before{
    position: absolute;
    content: '';
    left: -3.75rem;
    height: 100%;
    width: 1px;
    background-color: #FFF;
    opacity: 0.2;
}
.vehicle-actions .item .icon{
    width: 1.667rem;
    display: flex;
}
.vehicle-menu ul{
    padding: 0 7.083rem;
    border-bottom: 1.5px solid #BDBDBD;
    gap: 1.667rem;
}
.vehicle-menu li {
    margin: 0;
}
.vehicle-menu li > a{
    font-weight: 400;
    font-size: 0.9375rem;
    text-align: center;
    text-transform: uppercase;
    padding: 1.042rem 0;
    display: flex;
    position: relative;
}
.vehicle-menu li > a:before{
    width: 0;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    content: '';
    height: 2px;
    background-color: var(--main-cl);
    transition: all 0.4s;
    bottom: 0;
}
.vehicle-menu li.active > a:before{
    width: 100%;
}
.vehicle-menu li.active > a{
    font-weight: 700;
}
@keyframes MenuFadeDown {
    0%{
        transform: translateY(-100%);
    }
    100%{
        transform: translateY(0);
    }
}
.vehicle-menu.is-fixed .fixed-menu{
    position: fixed;
    left: 0;
    width: 100%;
    z-index: 999;
    box-shadow: 0 0 10px 0 #d5d5d5;
    animation: MenuFadeDown 0.6s;
    background-color: #FFF;
}
.vehicle-related{
    padding: 6.771rem 0 6.042rem;
    background-repeat: no-repeat;
    background-size: cover;
}
.vehicle-related .title-group{
    margin-bottom: 3.49rem;
}
.vehicle-related .swiper{
    margin: 0 -0.521rem;
}
.vehicle-related .swiper .swiper-slide{
    padding: 0 0.521rem;
}
.show-mobile{
    display: none !important;
}
.vehicle-filters .filter-group{
    position: relative;
}
.vehicle-filters .filter-group .filter-title{
    display: flex;
    gap: 0.625rem;
    padding: 0.625rem 1.146rem;
    border: 1px solid #33333366;
    border-radius: 2.604rem;
    align-items: center;
    font-weight: 400;
    font-size: 0.78125rem;
    line-height: 1.302rem;
}
.vehicle-filters .filter-group .filter-values{
    position: absolute;
    top: 100%;
    left: 0;
    width: 20.833rem;
    border-radius: 0.521rem;
    padding: 1.25rem 1.042rem;
    background-color: #FFF;
    box-shadow: 0 0 20px 0 #ebebeb;
    display: flex;
    flex-wrap: wrap;
    gap: 0.625rem 1.5625rem;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: all 0.4s;
    z-index: 99;
}
.vehicle-filters .filter-group:hover .filter-values{
    opacity: 1;
    visibility: visible;
    pointer-events: unset;
}
.vehicle-filters{
    flex-wrap: nowrap;
    gap: 0.78125rem;
}
#request-trial-popup .group-child{
    justify-content: space-between;
    align-items: flex-start;
}
#request-trial-popup .group-child > span{
    width: calc(50% - 0.521rem);
}
.ui-datepicker{
    background: #FFF;
    z-index: 999999999999 !important;
    box-shadow: 0 0 0.625rem 0 #c3c3c3;
}
.ui-datepicker .ui-datepicker-header{
    display: flex;
    align-items: center;
    padding: 0.521rem 0.208rem;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-header .ui-datepicker-next span{
    display: none !important;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev{
    background-color: transparent !important;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAMCAYAAACulacQAAAAUklEQVQYlXWPwQnAMAwDj9IBOlpH8CjdJLNksuujFIJjC/w6WUioFBcqJ7sGEAD5Y/hpqLRghRv4YQlUjqXI3Kql2MixraGbEhVcDXcFUR/1egEHNuTBpFW0NgAAAABJRU5ErkJggg==') !important;
    background-repeat: no-repeat;
    background-position: center;
    height: 0.625rem !important;
    width: 0.365rem !important;
    padding: 0.729rem 0.625rem;
    margin: 0 !important;
    display: inline-block;
    left: 0 !important;
    top: 0 !important;
    filter: brightness(0);
    cursor: pointer;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-next{
    order: 3;
    background-color: transparent !important;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAMCAYAAABfnvydAAAAVUlEQVQYlXWQ0Q3AIAhEL07gKI7kKN2kI3Wk1w9to3KQEELucQEECOizhhTQGHFnwOdgobWx0GkZILfYBhXl0STVbPoBarbkL7ozN/F8VBBXh8uJgF5r2hrI4GHUkAAAAABJRU5ErkJggg==') !important;
    background-repeat: no-repeat;
    background-position: center;
    height: 0.625rem !important;
    width: 0.417rem !important;
    padding: 0.729rem 0.625rem;
    margin: 0 !important;
    display: inline-block;
    right: 0 !important;
    top: 0 !important;
    filter: brightness(0);
    cursor: pointer;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-title{
    display: flex;
    flex-grow: 1;
    gap: 0.417rem
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-title > select{
    margin-bottom: 0;
    font-size: 0.677rem;
    line-height: 1.25rem;
    flex-grow: 1;
    height: 1.875rem;
    padding: 0 1.042rem 0 0.521rem;
}
.ui-datepicker .ui-datepicker-calendar{
    padding: 0.208rem;
    margin-bottom: 0;
}
.ui-datepicker .ui-datepicker-calendar thead th{
    color: #000;
    font-size: 0.625rem;
    font-weight:700;
    line-height: 0.833rem;
    text-align: center;
    padding: 0.208rem;
    border: none;
}
.ui-datepicker .ui-datepicker-calendar tbody td{
    border: 0.052rem solid #FFF;
    padding: 0;
    text-align: center;
    font-size: 0.729rem;
    font-weight: 400;
    line-height: 1.042rem;
    cursor: pointer;
}
.ui-datepicker .ui-datepicker-calendar tbody td > a{
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.208rem 0.417rem;
    aspect-ratio: 1;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.ui-datepicker .ui-datepicker-calendar tbody td.ui-datepicker-today > a{
    color: #FFF;
    background: #a7a7a7;
}
.ui-datepicker .ui-datepicker-calendar tbody td.ui-datepicker-current-day > a,
.ui-datepicker .ui-datepicker-calendar tbody td:hover > a{
    color: #FFF !important;
    background: var(--main-cl);
}
#request-trial-popup #ui-datepicker-div{
    position: absolute !important;
    left: 5.625rem !important;
    top: 60% !important;
}
.swal2-container .swal2-title{
    font-size: 1.354rem;
}
.swal2-container div:where(.swal2-icon).swal2-success [class^=swal2-success-line]{
    background-color: rgb(122 207 75) !important;
}
.swal2-container div:where(.swal2-icon).swal2-success .swal2-success-ring{
    border-color: rgb(122 207 75) !important;
}
.swal2-container .swal2-actions button.swal2-styled{
    font-size: 0.78125rem;
    line-height: 1.40625rem;
    min-height: unset !important;
    height: auto !important;
    min-width: 7.8125rem;
    background-color: var(--main-cl);
}
.compare-page {
    padding-bottom: 7.8125rem;
}
.compare-page h1{
    margin: 4.375rem 0 3.333rem;
}
.compare-page .compare-list{
    gap: 1.042rem;
    margin-bottom: 4.167rem;
}
.compare-page .compare-list .compare-item{
    width: 100%;
}
.compare-page .compare-list .compare-item .product-image{
    width: 100%;
    aspect-ratio: 1;
    margin-bottom: 1.042rem;
}
.compare-page .compare-list .compare-item .product-image img{
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
}
.compare-page .compare-list .compare-item .product-name{
    font-weight: 600;
    text-align: center;
    font-size: 0.9375rem;
}
.compare-item .p-middle{
    width: 3.646rem;
    height: 3.646rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #B1B0B0;
    transition: all 0.4s;
    border-radius: 50%;
}
.compare-item .p-middle svg{
    width: 2.34375rem;
    height: 2.34375rem;
}
.compare-item .remove-button{
    position: absolute;
    right: 0;
    top: 0;
    width: 1.5625rem;
    height: 1.5625rem;
    border-radius: 50%;
    background-color: #C5221F;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.4s;
}
.compare-item .remove-button:hover{
    background-color: var(--main-cl);
}
.compare-item .remove-button svg{
    width: 1.40625rem;
    height: auto;
}
.compare-item:hover .p-middle{
    pointer-events: none !important;
    background-color: var(--main-cl);
}
.compare-item:hover .p-middle svg{
    transform: rotate(360deg);
}
.selected-vehicle{
    width: 100%;
}
.selected-vehicle .flex-box{
    width: 100%;
}
.selected-vehicle .name{
    font-weight: 600;
    padding-right: 1.042rem;
    font-size: 1.042rem;
    flex-grow: 1;
}
.selected-vehicle .image{
    width: 14.0625rem;
    min-width: 14.0625rem;
    aspect-ratio: 27/22;
}
.selected-vehicle .image img{
    height: 100%;
    width: 100%;
    object-fit: contain ;
}
.compare-table{
    list-style: none;
    margin: 0;
    padding: 0;
    margin-top: 4.167rem;
}
.compare-table li{
    margin: 0;
}
.compare-table > li > ul{
    display: flex;
    list-style: none;
    margin: 0;
}
.compare-table > li > ul > li:nth-of-type(1){
    min-width: 28%;
    max-width: 28%;
}
.compare-table > li > ul > li:not(:nth-of-type(1)){
    flex-grow: 1;
    border-left: 1px solid #D2D2D3;
    max-width: 33%;
    min-width: 18%;
}
.compare-table li div.product-info{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-bottom: 0.833rem;
    border-bottom: 1px solid #D2D2D3;
    height: 100%;
}
.compare-table div.product-info h3{
    margin-top: 1.302rem;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.compare-table .empty{
    border-bottom: 1px solid #D2D2D3;
}
.compare-table div.product-info a{
    margin-top: 1.667rem;
    gap: 0.521rem;
    color: var(--main-cl);
    font-weight: 700;
}
.compare-table div.product-info a > svg{
    width: 1.25rem;
    height: 1.25rem;
}
.compare-table div.product-info img{
    aspect-ratio: 1;
}
.compare-table li.title{
    text-align: left;
    font-size: 0.9375rem;
    font-weight: 400;
    line-height: 1.51rem;
    padding: 0.833rem 1.458rem;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.compare-table li[class*='cont']{
    text-align: right;
    font-size: 0.833rem;
    font-weight: 400;
    line-height: 1.51rem;
    padding: 0.833rem 1.458rem;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.compare-table > li:nth-of-type(even){
    background-color: #F4F4F4;
}
.box-loading{
    position: relative;
    min-height: 6.25rem;
    pointer-events: none !important;
}
.box-loading:before{
    height: 3.646rem;
    width: 3.646rem;
    left: calc(50% - 1.823rem);
    top: calc(50% - 1.823rem);
    aspect-ratio: 1;
    position: absolute;
    content: '';
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    z-index: 50;
    border: 5px solid #d8d8d8;
    border-bottom-color: var(--main-cl);
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 0.6s linear infinite;
}
#compare-popup .form-wrap{
    transition: all 0.3s;
}
#estimate-form.box-loading .form-wrap,
#compare-popup.box-loading .form-wrap{
    filter: blur(10px);
}
.form-wrap input,
.form-wrap select{
    margin: 0;
}
@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.btn-loading{
    position: relative;
}
.btn-loading span{
    opacity: 0 !important;
}
.btn-loading:after{
    height: 2.083rem;
    width: 2.083rem;
    left: calc(50% - 1.042rem);
    top: calc(50% - 1.042rem);
    aspect-ratio: 1;
    position: absolute;
    content: '';
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    z-index: 50;
    border: 3px solid #d8d8d8;
    border-bottom-color: var(--main-cl);
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 0.6s linear infinite;
}
#estimate-form .sent .wpcf7-response-output{
    display: none !important;
}
#estimate-result{
    display: none;
    width: 72.917rem;
    padding: 4.167rem;
}
.results-estimated-installment--box .buttons_wrap{
    margin-top: 3.75rem;
    gap: 1.042rem;
}
.results-estimated-installment--box .TT-estimated-installment--heading > ul{
    display: flex;
    list-style: none;
    margin-bottom: 0;
    background: var(--main-cl);
}
.results-estimated-installment--box .TT-estimated-installment--heading > ul > li,
.results-estimated-installment--box .TT-estimated-installment--heading > ul > li > p{
    margin-bottom: 0;
}
.results-estimated-installment--box .TT-estimated-installment--heading > ul > li > p{
    font-size: 0.78125rem;
    font-weight: 700;
    line-height: 3.125rem;
    padding-left: 1.979rem;
    padding-right: 1.979rem;
    text-transform: uppercase;
    color: #FFF;
}
.results-estimated-installment--box .TT-estimated-installment--heading > ul > li+li > p{
    border-left: 1px solid rgba(255, 255, 255, 0.5);
}
.results-estimated-installment--box ul > li:nth-of-type(1){
    width: 8.5%;
    text-align: center;
}
.results-estimated-installment--box ul > li:nth-of-type(2){
    width: 19%;
}
.results-estimated-installment--box ul > li:nth-of-type(3){
    width: 23%;
}
.results-estimated-installment--box ul > li:nth-of-type(4){
    width: 26%;
}
.results-estimated-installment--box ul > li:nth-of-type(5){
    width: 23.5%;
}
.results-estimated-installment--box .TT-estimated-installment--list{
    max-height: 21.875rem;
    overflow: auto;
}
.results-estimated-installment--box .TT-estimated-installment--list ul{
    display: flex;
    list-style: none;
    margin-bottom: 0;
}
.results-estimated-installment--box .TT-estimated-installment--list ul li{
    margin: 0;
    padding-left: 1.979rem;
    padding-right: 1.979rem;
}
.results-estimated-installment--box .TT-estimated-installment--list ul p{
    line-height: 3.125rem;
    font-weight: 500;
    font-size: 0.833rem;
    margin: 0;
}
.results-estimated-installment--box .TT-estimated-installment--list .TT-item-estimated-installment:nth-of-type(odd) ul{
    background-color: #F4F4F4;
}
.results-estimated-installment--box .TT-estimated-installment--list .TT-item-estimated-installment:nth-of-type(even) ul{
    background-color: #FFFFFF;
}
.results-estimated-installment--box .TT-estimated-installment--list ul > li+li{
    border-left: 1px solid rgba(255, 255, 255, 0.1);
}
.results-estimated-installment--box .TT-estimated-installment--total > ul{
    display: flex;
    list-style: none;
    background: #F4F4F4;
    margin-bottom: 0;
}
.results-estimated-installment--box .TT-estimated-installment--total > ul > li{
    padding-left: 1.979rem;
    margin-bottom: 0;
}
.results-estimated-installment--box .TT-estimated-installment--total > ul > li > b{
    display: none;
}
.results-estimated-installment--box .TT-estimated-installment--total > ul > li > p{
    margin-bottom: 0;
    line-height: 4.271rem;
    font-weight: 800;
    font-size: 1.25rem;
    text-transform: uppercase;
}
.results-estimated-installment--box .TT-estimated-installment--total > ul > li:nth-of-type(1){
    width: 27.5%;
    text-align: left;
}
.results-estimated-installment--box .TT-estimated-installment--total > ul > li:nth-of-type(2){
    width: 23%;
}
.results-estimated-installment--box .TT-estimated-installment--total > ul > li:nth-of-type(3){
    width: 26%;
}
.results-estimated-installment--box .TT-estimated-installment--total > ul > li:nth-of-type(4) {
    width: 23.5%;
}
#header .header-main .header-nav-main.nav-right li ul.sub-menu{
    padding: 1.042rem 0 !important;
    min-width: 18.229rem;
    display: block;
    overflow: unset !important;
    box-shadow: 1px 1px 15px rgba(0, 0, 0, .15);
}
#header .header-main .header-nav-main.nav-right li ul.sub-menu > li{
    padding: 0 2.083rem;
    display: block;
    width: 100%;
    position: relative;
}
#header .header-main .header-nav-main.nav-right li ul.sub-menu > li > a{
    font-weight: 500;
    font-size: 1.042rem;
    padding: 0.729rem 0;
    display: block;
    text-transform: initial;
    color: #333 !important;
}
#header .header-main .header-nav-main.nav-right li.menu-grid > ul{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    min-width: 36.458rem;
}
#header .header-main .header-nav-main.nav-right li.menu-grid > ul > li{
    padding: 0 1rem;
}
#header .header-main .header-nav-main.nav-right li.menu-grid > ul > li > ul{
    display: none !important;
}
#header .header-main .header-nav-main.nav-right li ul.sub-menu ul.sub-menu{
    position: absolute;
    left: 100%;
    top: 0;
    pointer-events: none;
    background-color: #FFF;
    opacity: 0;
    transition: all 0.4s;
    transform: translateX(-20px);
}
#header .header-main .header-nav-main.nav-right li ul.sub-menu ul.sub-menu > li{
    margin: 0 !important;
}
#header .header-main .header-nav-main.nav-right li ul.sub-menu li:hover > a{
    color: var(--main-cl) !important;
}
#header .header-main .header-nav-main.nav-right li ul.sub-menu li:hover > ul.sub-menu{
    opacity: 1;
    visibility: visible;
    pointer-events: unset;
    transform: translateX(0);
}
#cost-estimate-result  .table-title,
#cost-estimate-form .popup-title{
    font-family: 'SFU Eurostile Oblique', 'sans-serif';
    font-weight: 700;
    font-size: 1.25rem;
    margin-bottom: 1.042rem;
}
#cost-estimate-result{
    width: 43.75rem;
    max-width: 100%;
    padding: 1.042rem;
    background-color: #FFF;
    display: none;
}
#cost-estimate-result .cost-estimate-table{
    width: 100%;
    box-shadow: 0px 0px 10px 0px #0000001A;
    margin-bottom: 1.25rem;
}
#cost-estimate-result .cost-estimate-table .table-row{
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.9375rem;
    line-height: 1.25rem;
    padding: 0.729rem 1.042rem;
}
#cost-estimate-result .cost-estimate-table .table-row+.table-row{
    border-top: 1px solid #0000001A
}
#cost-estimate-result .cost-estimate-table .table-row.total-fees,
#cost-estimate-result .cost-estimate-table .table-row.base-price{
    font-weight: 700;
    color: var(--main-cl);
    background-color: #F4F4F4;
}
#cost-estimate-result .cost-estimate-table .location{
    color: #333333;
    font-weight: 700;
    background-color: #F4F4F4;
}
#cost-estimate-result .cost-estimate-table .table-row.total-fees{
    background-color: transparent;
}
#cost-estimate-result .cost-estimate-table .table-row.total-cost{
    font-weight: 800;
    font-size: 1.042rem;
    color: #D3191B;
}
#cost-estimate-result .cost-estimate-note{
    font-weight: 400;
    font-style: Italic;
    font-size: 0.729rem;
    color: #666;
}
.parameters-table-wrap > .btn{
    min-width: 13.542rem;
}
.wpcf7-form.submitting *{
    pointer-events: none !important;
}
.off-canvas .sidebar-menu{
    padding: 0 !important;
}
.exterior-swiper .mobile-dots .swiper-pagination,
.showrooms-swiper .mobile-dots .swiper-pagination{
    justify-content: flex-start;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}
.exterior-swiper .mobile-dots .swiper-pagination{
    padding-left: 1rem;
    padding-right: 1rem;
}
.home_1 .product-colors{
    position: relative;
    z-index: 2;
    margin-left: auto;
    margin-right: 2.3rem;
    margin-bottom: -3.75rem;
    width: fit-content;
    display: flex;
    flex-direction: column;
    gap: 1.042rem;
}
.home_1 .product-colors .color-item{
    width: 2.083rem;
    height: 2.083rem;
}
.home_1 .col_right .cta_product{
    justify-content: center;
}
.home_1 .col_right .box_img img{
    aspect-ratio: 715/515;
    object-fit: contain;
    transform: rotateY(180deg);
}
.home-swiper-2 .heading .title,
.home-product-info-swiper-3 .product_info_wrap h3,
.home-product-info-swiper .product_info_wrap h3{
    font-weight: 400;
    font-size: 1.25rem;
    margin-bottom: 1.042rem;
}
.home-swiper-2 .heading .title > span,
.home-product-info-swiper-3 .product_info_wrap h3 > span,
.home-product-info-swiper .product_info_wrap h3 > span{
    font-family: SFU Eurostile Demi, 'sans-serif';
    font-weight: 400;
    font-size: 3.125rem;
    display: block;
}
.sec_product_style1 .product_info_wrap .btn{
    width: calc(50% - 0.521rem);
}
.home-product-info-swiper .swiper-slide .product-info-inner{
    transform: translateY(5.208rem);
    opacity: 0;
    transition: all 0.4s;
}
.home-product-info-swiper .swiper-slide.swiper-slide-active .product-info-inner{
    transform: translateY(0);
    opacity: 1;
}
.home-product-info-swiper-3 .product_info_wrap h3,
.home-swiper-2 .heading .title{
    color: #666;
}
.home-product-info-swiper-3 .product_info_wrap h3 > span,
.home-swiper-2 .heading .title > span{
    color: var(--main-cl);
}
.home-swiper-2 .col-3:nth-of-type(1){
    width: calc(25% + 2.604rem);
    margin-right: -2.604rem;
    position: relative;
    z-index: 5;
}
.home-swiper-2 .col-6 .cta_product{
    justify-content: center;
}
.home-swiper-2 .col-6 img{
    aspect-ratio: 692/495;
    object-fit: contain;
}
.home-swiper-2 .arrows{
    position: absolute;
    right: 0;
    bottom: 8.333rem;
    z-index: 9;
}
.home-swiper-2 .product-colors{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 1.042rem;
}
.home-swiper-2 .product-colors .color-item{
    width: 2.083rem;
    height: 2.083rem;
}
.home-swiper-2 .swiper-slide{
    pointer-events: none;
}
.home-swiper-2 .swiper-slide.swiper-slide-active{
    pointer-events: unset;
}
.home-swiper-2 .swiper-slide .product_info_wrap{
    transform: translateX(-5.208rem);
    opacity: 0;
    transition: all 0.8s;
}
.home-swiper-2 .swiper-slide .col-6 img{
    transform: scale(0);
    transform-origin: center bottom;
    transition: all 0.8s;
}
.home-swiper-2 .swiper-slide.swiper-slide-active .col-6 img{
    transform: scale(1);
}
.home-swiper-2 .swiper-slide.swiper-slide-active .product_info_wrap{
    transform: translateX(0);
    opacity: 1;
}
.home_4{
    padding-top: 4.167rem;
}
.home-swiper-3 .arrows{
    position: absolute;
    bottom: 4.792rem;
    left: 0;
    z-index: 9;
}
.home-swiper-3 .product-colors{
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    flex-direction: column;
    gap: 1.042rem;
    z-index: 9;
}
.home-swiper-3 .product-colors .color-item{
    width: 2.083rem;
    height: 2.083rem;
}
.home-swiper-3 .swiper-slide,
.home_1 .slide_img_prod .swiper-slide{
    pointer-events: none;
    opacity: 0 !important;
}
.home-swiper-3 .swiper-slide-active,
.home_1 .slide_img_prod .swiper-slide-active{
    opacity: 1 !important;
}
.home_1 .slide_img_prod .swiper-wrapper{
    align-items: unset;
}
.home_1 .slide_img_prod .swiper-wrapper .swiper-slide{
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.home_1 .slide_img_prod .swiper-slide img{
    transition: all 0.8s;
    transform: scale(0);
    transform-origin: center bottom;
    opacity: 0;
}
.home-swiper-3 .swiper-slide img{
    transition: all 0.8s;
    transform: scale(0);
    transform-origin: left bottom;
    object-fit: contain;
    opacity: 0;
    aspect-ratio: 754/542;
}
.home-swiper-3 .swiper-slide.swiper-slide-active,
.home_1 .slide_img_prod .swiper-slide.swiper-slide-active{
    pointer-events: unset;
}
.home-swiper-3 .swiper-slide.swiper-slide-active img,
.home_1 .slide_img_prod .swiper-slide.swiper-slide-active img{
    transform: scale(1);
    opacity: 1;
}
.home-product-info-swiper-3 .product-info-inner{
    transform: translateX(4.167rem);
    opacity: 0;
    transition: all 0.8s;
    pointer-events: none;
}
.home-product-info-swiper-3 .swiper-slide-active .product-info-inner{
    transform: translateX(0);
    opacity: 1;
    pointer-events: unset;
}
.sec_product_highlight .product_info_wrap .btn{
    width: calc(50% - 0.521rem);
}
.view-more-content{
    display: flex;
    align-items: center;
    justify-content: center;
    width: max-content;
    gap: 10px;
    margin-top: 1.875rem;
    margin-left: auto;
    margin-right: auto;
    font-size: 20px;
    cursor: pointer;
}
div:not(.collapsed)+.view-more-content svg{
    transform: rotate(180deg);
}
.vehicles-3 .post-content{
    overflow: hidden;
    transition: all 0.6s;
}
.sec_product_highlight .product_info_wrap .price{
    align-items: baseline;
}
.sec_product_highlight .product_info_wrap .price.fs_45 span.contact-price-label{
    font-size: 50%;
    margin-right: 0.625rem;
}
.marquee-container {
    width: 100%;
    overflow: hidden;
    margin-top: 2.083rem;
}
.marquee-content {
    display: flex;
    animation: scroll 20s linear infinite;
    width: fit-content;
}
.marquee-track {
    display: flex;
    gap: 3.333rem;
    padding-right: 3.333rem;
}

.marquee-track .logo-item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    height: 5.208rem;
    min-width: 12.5rem;
    transition: all 0.4s;
}

.marquee-track .logo-item:hover {
    transform: scale(1.05);
}

.marquee-track .logo-item img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    transition: all 0.3s ease;
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

.marquee-container:hover .marquee-content {
    /*animation-play-state: paused;*/
}
body.swal2-height-auto{
    padding: 0 !important;
}
.vehicle-item{
    display: flex;
    flex-direction: column;
}
.vehicle-item .cont-wrap{
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}
.vehicle-item .cont-wrap .item-buttons{
    margin-top: auto;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px){
    html{
        font-size: 1.05vw;
    }
}
@media only screen and (min-width: 1200px){
    .vehicle-item:hover,
    .accessary-item:hover{
        background-color: #F4F4F4;
    }
    .post-item:hover .cont-wrap h3{
        color: var(--main-cl);
    }
    .post-item:hover .img-wrap img{
        transform: scale(1.1);
    }
}
@media only screen and (max-width: 1199px){
    .compare-table li.title,
    .compare-table li[class*="cont"]{
        padding: 12px 8px;
        font-size: 14px;
    }
    :root{
        --container-w: 59.375rem;
    }
    .contact-1 .pl-cont{
        padding-right: 2rem;
    }
    .sec-title{
        font-size: 2rem;
    }
    .sec-title-2{
        font-size: 1.8rem;
    }
    .contact-3 > .img-wrap{
        margin-top: -6rem;
    }
    .posts-page-1 .col-5 .post-item .img-wrap{
        width: 10rem;
        min-width: 10rem;
    }
    .posts-page-1 .col-5 .post-item .cont-wrap h3{
        margin-bottom: 0.5rem;
    }
    section.post-details .post-title{
        font-size: 2rem;
    }
    .related-posts-swiper .swiper-slide{
        padding: 0 1rem;
    }
    .related-posts .related-posts-swiper{
        margin: 0 -1rem;
    }
    .accessary-1 .accessary-summary{
        padding-right: 0;
    }
    .contact-for-sale .call-btn span.icon svg{
        width: 1.5rem;
        height: 1.5rem;
    }
    .accessary-1 .col-7{
        padding-right: 2rem;
    }
    .accessary-1 .grid-container > .flex-box{
        padding: 4rem 0 3rem;
    }
    .accessary-2{
        padding: 3rem 0;
    }
    .accessary-2 .accessary-tabs .tab .tab-title{
        padding: 0.75rem 1.5rem;
    }
    .accessary-2 .accessary-tabs .tab .tab-content{
        padding: 0 1.5rem 1.5rem;
    }
    .accessary-3{
        padding: 1.5rem 0 3rem;
    }
    .accessary-4{
        padding: 3rem 0;
    }
    .vehicle-content .term-content h2{
        font-size: 2rem;
    }
    .vehicle-content .term-content h3{
        font-size: 1.75rem;
    }
    .about-1 .col-6:nth-of-type(1){
        padding-right:2rem;
    }
    .about-3,
    .about-2,
    .about-1{
        padding-top: 4rem;
    }
    .about-4{
        padding: 4rem 0;
    }
    .about-4 .item:nth-of-type(odd) .cont-wrap{
        padding-right: 2rem;
    }
    .about-4 .item:nth-of-type(even) .cont-wrap{
        padding-left: 2rem;
    }
    .about-5 .col-5:nth-of-type(2){
        padding-left: 0;
    }
    .about-5 .col-5:nth-of-type(2):before{
        left: 0.5rem;
    }
    .about-5{
        min-height: unset;
    }
    .about-5 .cont-wrap{
        padding: 5rem 0;
    }
    .vehicle-item .item-price{
        display: grid;
        grid-template-columns: 20% 80%;
    }
    .vehicle-item .item-price > del{
        grid-column: 2/3;
    }
    .vehicle-item .item-buttons{
        flex-wrap: wrap;
    }
    .item-price > span.price{
        font-size: 1.25rem;
    }
    .results-estimated-installment--box .TT-estimated-installment--list ul li,
    .results-estimated-installment--box .TT-estimated-installment--heading > ul > li > p{
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .results-estimated-installment--box .TT-estimated-installment--total > ul > li > p{
        font-size: 1.25rem;
    }
    .results-estimated-installment--box .TT-estimated-installment--total > ul > li{
        padding-left: 1rem;
    }
    #estimate-result{
        padding: 3rem 2rem 2rem 2rem;
    }
    .results-estimated-installment--box .TT-estimated-installment--heading > ul > li > p{
        height: 100%;
        line-height: 2;
        padding-top: 0.625rem;
        padding-bottom: 0.625rem;
    }
    .vehicle-consult .cont-wrap .cont-inner{
        padding: 2rem 4rem;
    }
    .vehicle-operate .features-swiper .item .col-5{
        padding: 0 0 3.5rem 2.5rem;
        border-top: none !important;
    }
    .vehicle-operate .features-swiper .swiper-controls{
        padding-left: 2.5rem;
    }
    .features-swiper .item .col-5{
        border-top: none !important;
        padding: 0 2.5rem 3.5rem 0;
    }
    .vehicle-interior .col-2 .interior-swiper-thumb{
        height: 408px;
    }
    .vehicle-actions .item{
        margin: 0.2rem 1rem;
    }
    .vehicle-actions .item+.item:before{
        left: -1rem;
    }
    .vehicle-1 > .flex-box{
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .vehicle-1 > .flex-box{
        gap: 2rem
    }
    ul.fixed_button{
        right: 1rem;
        bottom: 1rem;
        top: unset;
        transform: unset;
    }
    .home_1 .product-colors{
        margin-right: 0;
    }
    .home-swiper-2 .heading .title > span, .home-product-info-swiper-3 .product_info_wrap h3 > span, .home-product-info-swiper .product_info_wrap h3 > span{
        font-size: 2.5rem;
    }
    .home-swiper-2 .arrows{
        bottom: 1rem;
    }
    .home_3{
        padding: 6rem 0 1rem;
    }
    .sec_product_style3 .col_right{
        padding-left: 2.5rem;
    }
}
@media only screen and (max-width: 991px){
    :root{
        --container-w: 45rem;
    }
    .tablet-col-1{flex:0 0 auto;width:8.33333333% !important}
    .tablet-col-2{flex:0 0 auto;width:16.66666667% !important}
    .tablet-col-3{flex:0 0 auto;width:25% !important}
    .tablet-col-4{flex:0 0 auto;width:33.33333333% !important}
    .tablet-col-5{flex:0 0 auto;width:41.66666667% !important}
    .tablet-col-6{flex:0 0 auto;width:50% !important}
    .tablet-col-7{flex:0 0 auto;width:58.33333333% !important}
    .tablet-col-8{flex:0 0 auto;width:66.66666667% !important}
    .tablet-col-9{flex:0 0 auto;width:75% !important}
    .tablet-col-10{flex:0 0 auto;width:83.33333333% !important}
    .tablet-col-11{flex:0 0 auto;width:91.66666667% !important}
    .tablet-col-12{flex:0 0 auto;width:100% !important}
    .tablet-flex-col{
        flex-direction: column;
    }
    .tablet-grid-2{
        grid-template-columns: 1fr 1fr;
    }
    .tablet-grid-1{
        grid-template-columns: 1fr;
    }
    .tablet-col-reverse{
        flex-direction: column-reverse;
    }
    .tablet-text-center{
        text-align: center;
    }
    .tablet-al-center{
        align-items: center;
    }
    .tablet-jus-center{
        justify-content: center;
    }
    .tablet-flex-wrap{
        flex-wrap: wrap;
    }
    .contact-1 .breadcrumbs{
        padding-bottom: 3rem;
    }
    .breadcrumbs{
        padding-top: 1rem;
    }
    section.contact-3{
        padding-top: 4rem;
    }
    .contact-map#map iframe{
        aspect-ratio: 7/4;
    }
    .posts-page-1 .col-7{
        padding-right: 0;
    }
    .posts-page-1 .col-5{
        padding-left: 0;
        margin-top: 2rem;
    }
    .posts-page-1{
        padding-top: 3rem;
    }
    .terms-menu > ul{
        flex-wrap: wrap;
    }
    .terms-menu > ul > li > a{
        font-size: 0.875rem;
        padding: 0.5rem 0.9rem;
    }
    .posts-grid{
        grid-gap: 2rem !important
    }
    .post-item .cont-wrap h3{
        font-size: 1rem;
    }
    .related-posts{
        padding: 4rem 0;
    }
    .contact-for-sale{
        flex-direction: column;
    }
    .contact-for-sale > div{
        width: 100%;
    }
    .accessary-gallery-images{
        flex-direction: column-reverse;
    }
    .accessary-gallery-images .accessary-gallery{
        width: 100%;
    }
    .accessary-gallery-thumb-wrap{
        padding: 0 2rem;
    }
    .accessary-gallery-thumb{
        width: 100%;
        min-width: 100%;
        height: auto;
        margin: 0;
    }
    .accessary-gallery-thumb-wrap .swiper-arrow-2{
        top: 50% !important;
        width: 1.875rem;
        height: 1.875rem;
        bottom: unset !important;
    }
    .accessary-gallery-thumb-wrap .swiper-arrow-2 svg{
        width: 1.5rem;
        height: 1.5rem;
        transform: rotate(-90deg);
    }
    .accessary-gallery-thumb-wrap .swiper-arrow-2.prev{
        transform: translateY(-50%);
        left: 0;
    }
    .accessary-gallery-thumb-wrap .swiper-arrow-2.next{
        transform: translateY(-50%);
        right: 0;
        left: unset !important;
    }
    .accessary-gallery-thumb .swiper-slide{
        padding: 0 0.25rem;
    }
    .accessary-stock-status .label, .accessary-summary .price-wrap .label{
        min-width: 4rem;
    }
    .accessary-2 .accessary-tabs .tab .tab-title{
        padding: 0.75rem 1.5rem !important;
    }
    .item-price{
        display: grid;
        grid-template-columns: 20% 80%;
    }
    .item-price del{
        grid-column: 2/3;
    }
    .item-price > span.price{
        font-size: 1.25rem;
        margin-right: 0;
    }
    .accessary-item{
        padding: 1.5rem 1rem;
    }
    .accessaries-1{
        padding-bottom: 4rem;
    }
    .accessaries-2{
        padding: 3rem 0 4rem;
    }
    .vehicle-content .term-content h2{
        font-size: 1.75rem;
    }
    .vehicle-content .term-content h3{
        font-size: 1.5rem;
    }
    .about-3 .item > .flex-box{
        gap: 6rem
    }
    .vehicles-3{
        padding: 2rem 0 3rem;
    }
    .vehicle-item .item-price > span.price{
        font-size: 1.125rem;
    }
    .toggle-filter-button{
        display: none !important;
    }
    .compare-table-wrap{
        overflow: auto;
    }
    .compare-table{
        /*width: 200vw;*/
    }
    .compare-table > li{

    }
    .compare-table > li > ul > li.cont-4,
    .product-compare-item:nth-of-type(4),
    .compare-item:nth-of-type(4){
        display: none !important;
    }

    .show-tablet{
        display: flex !important;
    }
    .mobile-dots .swiper-pagination{
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 0.417rem
    }
    .mobile-dots .swiper-pagination .swiper-pagination-bullet{
        width: 0.5rem;
        height: 0.5rem;
        margin: 0 !important;
        opacity: 0.3;
    }
    .mobile-dots .swiper-pagination .swiper-pagination-bullet-active{
        opacity: 1;
    }
    .results-estimated-installment--box .TT-estimated-installment--list{
        max-height: 70vh;
    }
    .vehicle-related{
        padding: 3rem 0 ;
    }
    section.vehicle-content{
        padding: 3rem 0;
    }
    .vehicle-menu ul{
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .vehicle-menu li > a{
        font-size: 0.677rem;
    }
    .vehicle-library{
        padding: 2rem 0 3rem;
    }
    .vehicle-consult .cont-wrap .cont-inner{
        width: 26rem;
        padding: 2rem 3rem;
    }
    .vehicle-consult .cont-wrap .cont-inner .sec-title{
        font-size: 1.75rem;
    }
    .vehicle-consult .cont-wrap{
        background-position: center center;
    }
    .features-swiper .item .col-5 .font-title{
        font-size: 18px;
    }
    .vehicle-interior .col-2 .interior-swiper-thumb{
        height: 309px;
    }
    .vehicle-overview .col-6:nth-of-type(2){
        padding-left: 1.5rem;
    }
    .vehicle-overview{
        padding: 3rem 0;
    }
    .vehicle-actions .item{
        max-width: 8rem;
    }
    .vehicle-1 > .flex-box{
        flex-direction: column;
    }
    .vehicle-1 .vehicle-information{
        margin-left: auto;
        margin-right: auto;
    }
    .vehicle-1 .vehicle-image{
        width: 70%;
        margin-left: auto;
        margin-right: auto;
    }
    .sec_product_style1 .slide_img_wrap>.item{
        padding: 0;
    }
    .sec_product_style1 .slide_img_wrap>.item .swiper .box_img{
        margin: 0 6rem;
    }
    .sec_product_style3 .col_right{
        padding-left: 0;
    }
    .home-swiper-2 .item > .flex-box{
        flex-wrap: wrap;
        justify-content: center;
    }
    .home-swiper-2 .col-3:nth-of-type(1){
        margin-right: 0;
        width: 40%;
    }
    .home-swiper-2 .col-3:nth-of-type(3){
        order: 2;
        width: 40%;
    }
    .home-swiper-2 .col-6{
        order: 3;
        width: 100%;
        padding: 0 6rem;
    }
    .showrooms-swiper .mobile-dots .swiper-pagination{
        justify-content: center;
    }
    #main-menu{
        position: fixed;
        right: 0;
        z-index: 99999999999;
        display: block !important;
        background-color: rgba(0, 0, 0, 0.7);
        width: 100vw;
        opacity: 0;
        pointer-events: none;
        visibility: hidden;
        transition: all 0.4s;
    }
    #main-menu .sidebar-menu{
        height: 100%;
        overflow: auto;
        width: 70%;
        background-color: #FFF;
        transition: all 0.4s;
        transform: translateX(100%);
        margin-left: auto;
    }
    #main-menu .sidebar-menu > ul > li > a svg{
        width: 1.6rem;
        height: auto;
        margin-left: 4px;
    }
    #main-menu .sidebar-menu > ul > li{
        transition: all 0.3s !important;
    }
    #main-menu .sidebar-menu > ul > li > a{
        padding-left: 16px !important;
        color: var(--main-cl) !important;
        background-color: #FFF !important;
        font-size: 1.15rem !important;
        text-transform: uppercase;
        transition: all 0.3s !important;
    }
    #main-menu .sidebar-menu > ul > li.active > a,
    #main-menu .sidebar-menu > ul > li.current-menu-item > a{
        background-color: var(--main-cl) !important;
        color: #FFF !important;
    }
    #main-menu .sidebar-menu > ul > li.current-menu-item > a svg path[stroke] {
        stroke: #FFF;
    }
    #main-menu .sidebar-menu > ul > li.current-menu-item > a svg path[fill]{
        fill: #FFF;
    }
    #main-menu .sidebar-menu > ul ul > li{
        padding-left: 10px;
    }
    #main-menu .sidebar-menu > ul ul > li > a{
        font-size: 1rem !important;
        padding: 5px 0;
    }
    #main-menu.active .sidebar-menu{
        transform: translateX(0);
    }
    #main-menu.active{
        opacity: 1;
        pointer-events: unset;
        visibility: visible;
    }
}
@media only screen and (max-width: 767px){
    .showrooms-swiper .mobile-dots .swiper-pagination{
        justify-content: flex-start;
    }
    :root{
        --container-w: 100%;
    }
    .grid-container{
        padding-right: 1rem;
        padding-left: 1rem;
    }

    .mobile-col-1{flex:0 0 auto;width:8.33333333% !important;}
    .mobile-col-2{flex:0 0 auto;width:16.66666667% !important;}
    .mobile-col-3{flex:0 0 auto;width:25% !important;}
    .mobile-col-4{flex:0 0 auto;width:33.33333333% !important;}
    .mobile-col-5{flex:0 0 auto;width:41.66666667% !important;}
    .mobile-col-6{flex:0 0 auto;width:50% !important;}
    .mobile-col-7{flex:0 0 auto;width:58.33333333% !important;}
    .mobile-col-8{flex:0 0 auto;width:66.66666667% !important;}
    .mobile-col-9{flex:0 0 auto;width:75% !important;}
    .mobile-col-10{flex:0 0 auto;width:83.33333333% !important;}
    .mobile-col-11{flex:0 0 auto;width:91.66666667% !important;}
    .mobile-col-12{flex:0 0 auto;width:100% !important;}
    .mobile-flex-col{
        flex-direction: column;
    }
    .mobile-al-center{
        align-items: center;
    }
    .mobile-al-start{
        align-items: flex-start;
    }
    .mobile-al-end{
        align-items: flex-end;
    }
    .mobile-jus-start{
        justify-content: flex-start;
    }
    .mobile-jus-end{
        justify-content: flex-end;
    }
    .mobile-jus-center{
        justify-content: center;
    }
    .mobile-jus-between{
        justify-content: space-between;
    }

    .mobile-grid-2{
        grid-template-columns: 1fr 1fr;
    }
    .mobile-grid-1{
        grid-template-columns: 1fr;
    }
    .mobile-col-reverse{
        flex-direction: column-reverse;
    }
    .show-mobile{
        display: block !important;
    }
    .mobile-text-center{
        text-align: center;
    }
    .contact-3 > .img-wrap{
        margin-top: 0;
    }
    header#header .header-wrapper:before{
        display: none;
    }
    .breadcrumbs{
        padding-top: 0.25rem;
    }
    .contact-1 .breadcrumbs{
        padding-bottom: 2rem;
    }
    .contact-1 .pl-cont{
        padding-right: 1rem;
        padding-left: 1rem;
        padding-bottom: 2rem;
    }
    .contact-1 .contact-socials{
        margin-top: 1.5rem;
    }
    .contact-1 .contact-info .item .icon-wrap img{
        width: 2.5rem;
        height: 2.5rem;
        margin-right: 1rem;
    }
    .sec-title{
        font-size: 1.5rem;
    }
    .contact-1 .contact-info .item+.item {
        margin-top: 1rem;
    }
    .contact-2{
        padding-top: 2.5rem;
    }
    .contact-2 .swiper{
        margin: 0 -0.5rem 2rem;
        padding-right: 6rem;
    }
    .contact-2 .swiper .swiper-slide{
        padding: 0 0.5rem;
    }
    .contact-2 .swiper-slide .item{
        padding: 1.5rem;
    }
    .sec-des,
    .contact-2 .swiper-slide .item .address{
        font-size: 0.875rem;
    }
    .contact-map#map iframe{
        aspect-ratio: 1;
    }
    section.contact-3 .contact-form{
        padding: 2rem 1.25rem;
    }
    .form-wrap .form-group.group-half{
        width: 100%;
    }
    .sec-title-2{
        font-size: 1.5rem;
    }
    .form-wrap .form-input{
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .posts-grid{
        grid-gap: 2rem 1rem !important
    }
    .post-item .cont-wrap h3{
        font-size: 0.875rem;
        line-height: 1.5;
    }
    .arrow-button{
        font-size: 0.8125rem;
    }
    .arrow-button svg{
        width: 1rem;
        height: 1rem;
    }
    ul.thenativePagination{
        margin-top: 2rem;
    }
    .posts-page-2{
        padding: 3rem 0;
    }
    .absolute-breadcrumb{
        left: 1rem;
    }
    .terms-menu > ul{
        gap: 0.5rem;
    }
    .terms-menu > ul > li > a{
        font-size: 0.75rem;
        padding: 0.3rem 0.8rem;
    }
    section.post-details .post-title{
        font-size: 1.35rem;
    }
    section.post-details .post-title{
        margin-top: 2rem;
        padding-bottom: 1rem;
        margin-bottom: 1.5rem;
    }
    .post-content, .post-content p, .post-content li{
        font-size: 0.875rem;
    }
    section.post-details .post-content #ez-toc-container{
        padding: 1rem;
    }
    section.post-details .post-content #ez-toc-container > nav > ul.ez-toc-list > li > a{
        font-size: 0.875rem;
    }
    section.post-details .post-content #ez-toc-container > nav li > a{
        font-size: 0.8125rem;
    }
    section.post-details .post-content .btn_style_1{
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .form-popup{
        padding: 2rem 1.5rem;
    }
    .related-posts-swiper .swiper-slide{
        padding: 0 0.5rem;
    }
    .related-posts .related-posts-swiper{
        margin: 0 -0.5rem;
    }
    .related-posts .sec-title{
        margin-bottom: 1.75rem;
    }
    .related-posts{
        padding: 2rem 0 3rem;
    }
    .accessary-1 .col-7{
        padding-right: 0;
        padding-bottom: 2rem;
    }
    .accessary-gallery-images .accessary-gallery{
        width: 65%;
        height: auto;
        aspect-ratio: 1;
        margin-left: auto;
        margin-right: auto;
    }
    .accessary-gallery-images .accessary-gallery .swiper-slide{
        padding: 0 5px;
    }
    .accessary-1 .grid-container > .flex-box{
        padding-top: 1rem;
    }
    .contact-for-sale{
        flex-direction: row;
        gap: 1rem;
    }
    .contact-for-sale > div{
        width: 50%;
    }
    .accessary-2 .accessary-tabs .tab .tab-title{
        font-size: 1.125rem;
    }
    .accessary-item{
        padding: 0.5rem;
    }
    .accessary-item .img-wrap{
        margin-bottom: 0.75rem;
    }
    .accessary-item .cont-wrap .item-term{
        font-size: 0.75rem;
        line-height: 1.2;
    }
    .accessary-item .cont-wrap h3{
        font-size: 0.875rem;
        margin-bottom: 0.5rem;
    }
    .item-price > span.price{
        font-size: 1.125rem;
    }
    .item-price > del{
        font-size: 0.8rem;
    }
    .hide-mobile{
        display: none !important;
    }
    .accessary-4 .title-group{
        margin-bottom: 1.5rem;
    }
    .brands-swiper.swiper{
        margin: 1.5rem -0.35rem;
    }
    .brands-swiper .swiper-slide{
        padding: 0 0.35rem;
    }
    .accessaries-1 .swiper-arrow{
        display: none !important;
    }
    .accessaries-1 .title-group{
        margin-bottom: 1.5rem;
    }
    .accessaries-1 .title-group h1{
        margin-bottom: 1.5rem !important;
    }
    form.search-products,
    form.search-products input{
        width: 100%;
    }
    .products-sort > .label{
        display: none !important;
    }
    .products-sort-count{
        gap: 0.5rem;
        margin-bottom: 1.5rem
    }
    .accessaries-grid{
        grid-gap: 1rem
    }
    .vehicle-content .term-content h2{
        font-size: 1.3rem;
    }
    .vehicle-content .term-content h3{
        font-size: 1.2rem;
    }
    .about-1 .col-6:nth-of-type(1){
        padding-right: 0;
        padding-bottom: 1.5rem;
    }
    .about-3, .about-2, .about-1{
        padding-top: 2.5rem;
    }
    .about-3 .item > .flex-box{
        flex-direction: column-reverse !important;
        gap: 1rem
    }
    .about-3 .item > .flex-box > div{
        width: 100% !important;
    }
    .about-3 .timeline-wrap .timeline-list{
        padding-left: 1rem;
    }
    .about-3 .timeline-list .line,
    .about-3 .timeline-list:before{
        left: 0;
    }
    .about-3 .item:before,
    .about-3 .item:after{
        left: -1rem;
        top: 0;
        transform: translateX(-50%);
        opacity: 1 !important;
    }
    .about-3 .item:after{
        top: 0.3125rem;
    }
    .about-3 > .img-wrap{
        margin-top: 2rem;
    }
    .about-4 .item > .flex-box{
        flex-direction: column !important;
    }
    .about-4 .item > .flex-box > div{
        width: 100% !important;
    }
    .about-4 .item > .flex-box > div.cont-wrap{
        padding-right: 0 !important;
        padding-bottom: 1.5rem !important;
        padding-left: 0 !important;
    }
    .about-5 .cont-wrap{
        padding: 3rem 0;
    }
    .about-5 .col-5:nth-of-type(1){
        padding-right: 0;
        margin-bottom: 1.5rem;
    }
    .about-6{
        padding: 2.5rem 0;
    }
    .about-6 .marquee-logos .logo-wrap{
        height: 3rem;
    }
    .about-6 .marquee-logos{
        gap: 1.5rem
    }
    .about-6 .sec-title{
        margin-bottom: 1.5rem;
    }
    .vehicle-item .item-price{
        display: block;
    }
    .vehicle-item .item-price > del,
    .vehicle-item .item-price > span.price{
        display: block;
    }
    .vehicle-item .item-price > span:not(.price){
        display: none !important;
    }
    .vehicle-item .item-parameters{
        display: none !important;
    }
    .vehicles-grid{
        grid-gap: 1rem;
    }
    .vehicle-item .item-buttons .btn span.text{
        font-size: 0.75rem;
    }
    .vehicle-item{
        padding: 0.5rem;
    }
    .vehicle-filters{
        position: relative;
        margin-bottom: 1rem;
        width: 100%;
    }
    .vehicle-filters .filter-group{
        position: unset !important;
        flex-grow: 1;
    }
    .vehicle-filters .filter-group .filter-title{
        justify-content: space-between;
    }
    .vehicle-filters .filter-group .filter-values{
        left: 50%;
        transform: translateX(-50%);
    }
    #request-trial-popup #ui-datepicker-div{
        left: 1.5rem !important;
    }
    #request-trial-popup .group-child{
        flex-wrap: wrap;
        gap: 12px;
        .swal2-container .swal2-title{
            font-size: 29px;
        }
        .swal2-container div:where(.swal2-icon).swal2-success [class^=swal2-success-line]{
            background-color: rgb(122 207 75) !important;
        }
        .swal2-container div:where(.swal2-icon).swal2-success .swal2-success-ring{
            border-color: rgb(122 207 75) !important;
        }
        .swal2-container .swal2-actions button.swal2-styled{
            font-size: 15px;
            line-height: 27px;
            min-height: unset !important;
            height: auto !important;
            min-width: 150px;
            background-color: var(--main-cl);
        }
    }
    #request-trial-popup .group-child > span{
        width: 100%;
    }
    .compare-table > li > ul > li{
        max-width: 200px !important;
        min-width: 200px !important;
    }
    .compare-table > li > ul > li.empty,
    .compare-table > li > ul > li.title{
        min-width: 240px !important;
    }
    .compare-table > li > ul,
    .compare-table > li{
        /*width: max-content;*/
    }
    .compare-table div.product-info h3{
        -webkit-line-clamp: 2;
        font-size: 14px;
    }
    .compare-table li div.product-info{
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
    .compare-table > li > ul > li.empty{
        display: none !important;
    }
    .compare-table > li > ul > li{
        min-width: unset !important;
        max-width: unset !important;
        text-align: left !important;
        justify-content: flex-start !important;
    }
    .compare-table > li > ul > li.title{
        background-color: #F4F4F4;
        width: 100% !important;
        padding-top: 6px;
        padding-bottom: 6px;
    }
    .compare-table > li > ul > li[class*='cont']{
        max-width: 50% !important;
        width: 100%;
        font-size: 12px;
        flex-basis: 0;
        align-items: flex-start;
    }
    .compare-table > li > ul > li:nth-of-type(2){
        border-left: none !important;
    }
    .compare-table > li:first-of-type{
        margin-bottom: 40px;
    }
    .compare-table > li:first-of-type > ul{
        flex-wrap: nowrap;
    }
    .compare-table > li > ul > li.product-compare-item{
        width: 100%;
        max-width: 50% !important;
    }
    .compare-table > li > ul{
        flex-wrap: wrap;
    }
    .compare-table > li:nth-of-type(even){
        background-color: transparent;
    }
    .compare-table > li > ul > li:not(:nth-of-type(1)){
        border-left: none;
    }
    .compare-table.sticky > li:first-of-type{
        position: fixed;
        animation: fade-down 0.6s;
        width: 100%;
        left: 0;
        top: 49px;
        z-index: 999;
        background-color: #27282F;
        border-bottom: 1px solid rgba(222, 222, 222, 0.3);
        padding-left: 10px;
        padding-right: 10px;
    }
    .compare-table.sticky .product-info{
        padding-bottom: 0;
        border-bottom: none !important;
    }
    .compare-table.sticky .product-info h3{
        font-size: 13px;
        text-align: left !important;
        /*padding-left: 8px !important;*/
        /*padding-right: 8px !important;*/
    }
    .compare-table.sticky .product-info h3+a,
    .compare-table.sticky .product-info .img-wrap{
        display: none !important;
    }
    .compare-table.sticky .product-info h3{
        margin-top: 10px;
    }
    .compare-table div.product-info svg{
        width: 16px;
        height: 16px;
    }
    .compare-table div.product-info a{
        font-size: 12px;
        margin-top: 0.75rem;
    }
    .compare-table > li > ul > li.cont-3,
    .product-compare-item:nth-of-type(3),
    .compare-item:nth-of-type(3){
        display: none !important;
    }
    .compare-page{
        padding-bottom: 3rem;
    }
    .results-estimated-installment--box .TT-estimated-installment--heading{
        display: none !important;
    }
    .results-estimated-installment--box .TT-estimated-installment--list ul{
        flex-direction: column;
        background-color: #27282F;
        margin-bottom: 12px;
        border: 1px solid #ffffff47;
    }
    .results-estimated-installment--box .TT-estimated-installment--list ul > li{
        width: 100% !important;
        border: none !important;
        padding: 0 !important;
    }
    .results-estimated-installment--box .TT-estimated-installment--list ul > li > div{
        display: flex;
    }
    .results-estimated-installment--box .TT-estimated-installment--list ul > li span.label{
        display: block !important;
        width: 50%;
        text-align: left;
        line-height: 2.5rem;
        padding-left: 0.75rem;
        padding-right: 0.75rem;
        border-bottom: 0.0625rem solid #ffffff47;
    }
    .results-estimated-installment--box .TT-estimated-installment--list ul > li p{
        width: 50%;
        text-align: right;
        border-bottom: 0.0625rem solid #ffffff47;
        border-left: 0.0625rem solid #ffffff47;
        line-height: 2.5rem;
        padding-left: 0.75rem;
        padding-right: 0.75rem;
    }
    .results-estimated-installment--box .TT-estimated-installment--list ul li:last-of-type > div > *{
        border-bottom: none !important;
    }
    .results-estimated-installment--box .TT-estimated-installment--total > ul > li > b{
        display: block;
        width: 50%;
    }
    .results-estimated-installment--box .TT-estimated-installment--total > ul > li > p{
        width: 50%;
        text-align: right;
        line-height: 3.125rem;
        border-left: 1px solid #ffffff47;
        font-size: 1rem;
    }
    .results-estimated-installment--box .TT-estimated-installment--total > ul > li:nth-of-type(1),
    .results-estimated-installment--box .TT-estimated-installment--total > ul > li:nth-of-type(2){
        display: none !important;
    }
    .results-estimated-installment--box .TT-estimated-installment--total > ul{
        flex-direction: column;
    }
    .results-estimated-installment--box .TT-estimated-installment--total > ul > li+li{
        border-top: none !important;
    }
    .results-estimated-installment--box .TT-estimated-installment--total > ul > li{
        display: flex;
        width: 100% !important;
        align-items: center;
        padding: 0 1rem !important;
        border: 1px solid #ffffff47;
    }
    #estimate-result{
        padding: 3rem 1rem 1.5rem 1rem;
    }
    .vehicle-actions{
        padding: 0;
    }
    .vehicle-actions > .flex-box{
        flex-wrap: wrap;
        gap: 0;
    }
    .vehicle-actions .item{
        max-width: calc(100% / 5);
        width: calc(100% / 5);
        margin: 0 !important;
        padding: 8px;
        flex-direction: column;
        gap: 0.3rem;
        font-size: 0.75rem;
    }
    .vehicle-actions .item:not(:last-child){
        border-right: 1px solid rgba(255, 255, 255, 0.4);
    }
    .vehicle-actions .item svg{
        height: 30px;
    }
    /*.vehicle-actions:has(.item:nth-of-type(5)) .item{*/
    /*    max-width: calc(100% / 3);*/
    /*    width: calc(100% / 3);*/
    /*    flex-direction: row;*/
    /*}*/
    /*.vehicle-actions:has(.item:nth-of-type(5)) .item:nth-of-type(1),*/
    /*.vehicle-actions:has(.item:nth-of-type(5)) .item:nth-of-type(2),*/
    /*.vehicle-actions:has(.item:nth-of-type(5)) .item:nth-of-type(3){*/
    /*    border-bottom: 1px solid rgba(255, 255, 255, 0.4);*/
    /*}*/
    /*.vehicle-actions:has(.item:nth-of-type(5)) .item:nth-of-type(4),*/
    /*.vehicle-actions:has(.item:nth-of-type(5)) .item:nth-of-type(5){*/
    /*    width: 50% !important;*/
    /*    max-width: 50% !important;*/
    /*}*/
    .vehicle-actions .item:before{
        display: none !important;
    }
    .vehicle-1 .vehicle-image{
        width: 100%;
    }
    .vehicle-1 .vehicle-information{
        width: 100%;
        min-width: 100%;
        padding: 1.5rem;
    }
    .vehicle-1 .vehicle-information h1 span{
        font-size: 2.5rem;
    }
    .vehicle-1 .price-wrap .price{
        font-size: 1.65rem;
    }
    .vehicle-overview .col-6:nth-of-type(2){
        padding-left: 0;
        padding-bottom: 1.5rem;
    }
    .vehicle-features{
        padding: 2.5rem 0;
    }
    .features-swiper .swiper-controls{
        position: relative !important;
        padding: 0 !important;
        margin-top: 1.5rem !important;
        left: unset !important;
        top: unset !important;
        bottom: unset !important;
        right: unset !important;
        width: 100% !important;
    }
    .features-swiper .item .col-5{
        padding-right: 0;
        padding-bottom: 1.5rem;
    }
    .vehicle-interior .col-10{
        width: 100% !important;
        max-width: 100% !important;
    }
    .vehicle-interior .col-2{
        display: none !important;
    }
    .vehicle-interior,
    .vehicle-exterior{
        padding: 2rem 0;
    }
    .vehicle-exterior .colors-list{
        flex-direction: row;
        padding-right: 0;
        justify-content: center;
        padding-top: 0;
    }
    .vehicle-exterior .swiper{
        padding-right: 4rem;
    }
    .vehicle-operate .features-swiper .item .col-5{
        padding-left: 0;
        padding-bottom: 1.5rem;
    }
    .parameters-table .table-row .table-column{
        padding: 0.8rem 1rem;
    }
    .parameters-table .table-row{
        font-size: 0.8rem;
    }
    .parameters-table .table-row.title-row{
        font-size: 0.9rem;
    }
    .vehicle-consult .cont-wrap .cont-inner{
        width: 100%;
        padding: 1.5rem 2rem;
    }
    .vehicle-library .grid-box{
        grid-template-columns: 1fr 1fr;
    }
    #cost-estimate-result .cost-estimate-table .table-row{
        flex-direction: column;
        align-items: flex-start;
        line-height: 1.6;
        padding: 6px 12px;
    }
    #cost-estimate-result .cost-estimate-table .table-row .table-column:nth-of-type(1){
        font-weight: 700;
        font-size: 0.833rem;
    }
    #cost-estimate-result .cost-estimate-table .table-row .table-column:nth-of-type(2){
        font-size: 0.78125rem;
    }
    .absolute-breadcrumb .breadcrumbs{
        padding: 0.25rem 1rem !important;
    }
    .absolute-breadcrumb{
        position: relative;
        left: unset !important;
        top: unset !important;
    }
    .absolute-breadcrumb ol > li:before, .absolute-breadcrumb ol > li span, .absolute-breadcrumb ol > li a{
        color: #111 !important;
    }
    .banner-sec{
        display: flex;
        flex-direction: column-reverse;
    }
    .vehicle-menu ul{
        gap: 1rem
    }
    .vehicle-interior .col-10 .swiper{
        height: auto;
    }
    .sec_product_style1 .slide_img_wrap>.item .swiper .box_img{
        margin: 0 1rem;
    }
    .page-template-home .product-colors{
        display: flex !important;
        flex-direction: row !important;
        justify-content: flex-start;
    }
    .home_1 .product-colors{
        margin-bottom: 1rem;
        margin-left: 0;
    }
    .home-swiper-2 .heading .title > span, .home-product-info-swiper-3 .product_info_wrap h3 > span, .home-product-info-swiper .product_info_wrap h3 > span{
        font-size: 1.75rem;
    }
    .home-swiper-2 .col-3{
        width: 100% !important;
    }
    .home-swiper-2 .item > .flex-box{
        padding: 0 1rem;
        gap: 1rem
    }
    .home-swiper-2 .col-6{
        padding: 0;
    }
    .home-swiper-3 .arrows,
    .home-swiper-2 .arrows{
        position: unset !important;
    }
    .home-swiper-3 .arrows .next,
    .home-swiper-2 .arrows .next{
        position: absolute;
        right: 1rem;
        bottom: 30%;
        z-index: 9;
    }
    .home-swiper-2 .arrows .prev{
        position: absolute;
        left: 1rem;
        bottom: 30%;
        z-index: 9;
    }
    .home-swiper-3 .arrows .prev{
        position: absolute;
        left: 0;
        bottom: 50%;
        z-index: 9;
    }
    .home-swiper-3 .arrows .next{
        right: 0;
        bottom: 50%;
        z-index: 9;
        position: absolute;
    }
    .sec_product_highlight .slide_img_wrap>.item{
        padding-left: 0;
        padding-right: 0;
    }
    .sec_product_style3 .cta_product{
        margin-top: 1rem;
    }
    .home-swiper-3 .product-colors{
        position: relative;
        margin-bottom: 1rem;
    }
    .home-swiper-3 .swiper-slide img{
        transform-origin: center bottom;
    }
    .home-swiper-3 .box_img,
    .home-swiper-2 .col-6 .box_img{
        margin: 0 1rem;
    }
    .sec_product_style3 .col_right>.inner,
    .sec_product_style1 .col_left>.inner{
        padding: 1.5rem;
    }
    .accessary-item .cont-wrap h3{
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
    }
    .vehicle-item .name{
        height: 2.5rem;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }
    ul.fixed_button{
        right: 0;
        bottom: 0;
        padding: 0 !important;
    }
    ul.fixed_button > li{
        width: 100%;
        border-radius: 0 !important;
        padding: 0.75rem 0.5rem;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    ul.fixed_button > li:not(:last-child){
        border-right: 1px solid rgba(255, 255, 255, 0.5);
    }

    ul.fixed_button > li a[href*='tel']{
        -webkit-animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;
        -moz-animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;
        -ms-animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;
        -o-animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;
        animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;
    }
    @-webkit-keyframes coccoc-alo-circle-img-anim {
        0% {
            transform: rotate(0) scale(1) skew(1deg)
        }
        10% {
            transform: rotate(-25deg) scale(1) skew(1deg)
        }
        20% {
            transform: rotate(25deg) scale(1) skew(1deg)
        }
        30% {
            transform: rotate(-25deg) scale(1) skew(1deg)
        }
        40% {
            transform: rotate(25deg) scale(1) skew(1deg)
        }
        50% {
            transform: rotate(0) scale(1) skew(1deg)
        }
        100% {
            transform: rotate(0) scale(1) skew(1deg)
        }
    }

    @-o-keyframes coccoc-alo-circle-img-anim {
        0% {
            transform: rotate(0) scale(1) skew(1deg)
        }
        10% {
            transform: rotate(-25deg) scale(1) skew(1deg)
        }
        20% {
            transform: rotate(25deg) scale(1) skew(1deg)
        }
        30% {
            transform: rotate(-25deg) scale(1) skew(1deg)
        }
        40% {
            transform: rotate(25deg) scale(1) skew(1deg)
        }
        50% {
            transform: rotate(0) scale(1) skew(1deg)
        }
        100% {
            transform: rotate(0) scale(1) skew(1deg)
        }
    }

    @keyframes coccoc-alo-circle-img-anim {
        0% {
            transform: rotate(0) scale(1) skew(1deg)
        }
        10% {
            transform: rotate(-25deg) scale(1) skew(1deg)
        }
        20% {
            transform: rotate(25deg) scale(1) skew(1deg)
        }
        30% {
            transform: rotate(-25deg) scale(1) skew(1deg)
        }
        40% {
            transform: rotate(25deg) scale(1) skew(1deg)
        }
        50% {
            transform: rotate(0) scale(1) skew(1deg)
        }
        100% {
            transform: rotate(0) scale(1) skew(1deg)
        }
    }
    .vehicle-menu ul{
        overflow: auto;
    }
    .vehicle-menu li{
        flex: 0 0 auto;
    }
    .vehicle-menu li > a{
        font-size: 0.8rem;
        font-weight: 500;
    }
    ul.fixed_button.show-mobile{
        display: flex !important;
    }
    .marquee-track .logo-item{
        min-width: 8rem;
        height: 3rem;
    }
    .marquee-track{
        gap: 1.5rem;
        padding-right: 1.5rem;
    }
    .vehicle-filters .filter-group .filter-title{
        padding: 0.625rem 0.75rem;
    }
    .form-wrap .form-input,
    html body #wrapper #main textarea,
    html body #wrapper #main input{
        font-size: 16px;
    }
    .form-wrap .select-styled,
    .form-wrap .form-input,
    form.search-products input{
        height: 40px;
    }
    form.search-products button svg{
        width: 20px;
        height: 20px;
    }
    .showrooms-swiper .mobile-dots .swiper-pagination{
        justify-content: center;
        width: calc(100% + 6rem);
        max-width: calc(100% + 6rem);
        min-width: calc(100% + 6rem);
    }
}
