/* WRITE YOUR CUSTOM CSS CODE. THIS WILL NOT BE DELETED ON UPDATE. */
@font-face {
    font-family: "Oswald";
    src: url('/font/Oswald-VariableFont_wght.ttf');
}

body p {
    font-family: "Open Sans", sans-serif;
    line-height: 1.4em;
    font-size: 16px;
}

h1 {
    font-family: "Oswald", sans-serif;
    margin: 0 0 40px 0;
    padding: 0;
    font-size: 40px;
    font-weight: 600;
    color: #333;
    text-transform: uppercase;
}
h2,
h3,
a,
button {
    font-family: "Oswald", sans-serif;
}

.btn {
    border-radius: 0;
    padding: 6px 12px;
}
.btn:focus {
    outline: none;
    box-shadow: none;
}

:root {
    --base-color: #00a7e8;
    --dark-blue:#121892;
    --gri:#919396;
}

main {
    min-height: calc(100vh - 245px);
}

.back-to-top {
    position: fixed;
    bottom: 15px;
    right: 15px;
    background: var(--base-color);
    text-align: center;
    padding: 10px 16px 13px;
    cursor: pointer;
    opacity: 0;
    pointer-events: none;
    transition: all .3s ease-out;
}
.back-to-top.active {
    opacity: 1;
    pointer-events: all;
}
.back-to-top:hover {
    text-decoration: none;
}
.back-to-top i {
    color: #fff;
    font-size: 24px;
    display: block;
}
.none {
    display:none;
}

/* Header */
body {
    font-size: 1.3rem;
}
body.fixed-submenu header {
    opacity: 0;
    pointer-events: none;
    transition: all 0.2s ease-in-out;
}
body.fixed-submenu .product-menu {
    position: fixed;
    top: 0;
    margin-top: 0;
    z-index: 9;
    width: 100vw;
    /* transition: all 0.2s ease-in-out; */
}
header {
    position: fixed;
    width: 100%;
    top: 0;
    background: rgb(0 167 232 / 90%);
    z-index: 9999;
    transition: all 0.2s ease-in-out;
}
header #main-navbar {
    padding: 0 1rem;
}
header #main-navbar .container {
    max-width: 1280px;
}

header .navbar-brand {
    padding: 0;
    margin: 0;
}
.language-select {
    list-style-type: none;
    display: none;
}
.language-select .dropdown-menu {
    position: absolute !important;
    width: 100%;
    min-width: auto;
}
.language-select .dropdown-menu li {
    width: auto !important;
    padding: 5px !important;
}
.language-select .dropdown-menu li a {
    margin-top: 0 !important;
}


.logo {
    width: 100%;
    max-width: 160px;
    max-height: none;
}

body.header-overlay .content-wrapper:before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 450px;
    background: linear-gradient(to bottom, #d5d5d5, #fff);
}

.TreiSlides {
    min-height: 495px;
    position: relative;
}
.full-slider {
    margin-top: 83px;
    /*border-bottom: 1px solid #ce352d;*/
    /* padding-top: 66.64%; (img-height / img-width * container-width) */
    /* (853 / 1280 * 100) */
}
.full-slider.TreiSlides .module-slider {
    padding-top: 15px;
}
.TreiSlides .slick-next.slick-arrow {
    right: 15px;
}
.TreiSlides .col-lg-8 {
    padding-right: 0;
}
.TreiSlides .col-lg-8::after {
    content: "";
    position: absolute;
    right: 10px;
    top: 5px;
    width: 15px;
    height: 100%;
    background-color: #fff;
    z-index: 9;
    transform: rotate(5deg);
}
.slick-dotted.slick-slider {
    margin-bottom: 0;
}
.col-lg-4.TwoSlides {
    padding-left: 0;
    position: absolute;
    right: 0;
    flex: 0 0 36%;
    max-width: 36%;
    clip-path: polygon(7% 0%, 100% 0%, 100% 100%, 0% 100%);
    background-color: #fff;
}
.TwoSlides .module-image {
    padding: 15px 0 0;
    max-height: 248px;
    overflow: hidden;
}
.full-slider .col-lg-12 {
    padding: 0;
}
.full-slider .module-slider,
.full-slider .slick-list,
.full-slider .slick-track,
.full-slider .slick-slide {
    height: 100%;
}
.full-slider .slick-slide {
    background-size: cover;
    background-position: top;
}
.full-slider .slick-slide:focus {
    outline: none;
}
.full-slider .slick-dots {
    display: none !important;
}
.slide-slick-title {
    display: none;
}
.slick-arrow {
    width: 50px;
    height: 50px;
    z-index: 9;
}
.slick-prev.slick-arrow {
    left: 1em;
}
.slick-prev:before {
    content: '\f104';
    font-size: 60px;
    font-family: FontAwesome;
}
.slick-next:before {
    content: '\f105';
    font-size: 60px;
    font-family: FontAwesome;
}
.slick-next.slick-arrow {
    right: 1em;
}

header .main-nav .main-nav-item {
    margin-right: 4px;
}
header .main-nav .main-nav-item:last-child {
    margin-right: 0;
}
header .main-nav .main-nav-item .nav-link,
.right-menu .nav-link {
    padding: 28px 20px;
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Oswald';
    position: relative;
}
header .main-nav .main-nav-item .dropdown-menu .nav-link {
    height: 54px;
}
header .main-nav .main-nav-item > .nav-link:hover:after,
.right-menu .secondary-menu > ul > li > a:hover:after {
    content: '';
    position: absolute;
    bottom: 18px;
    background: url('/uploads/icons/menu_arrow.png');
    width: 33px;
    height: 10px;
    left: 50%;
    transform: translateX(-50%);
}
header #main-navbar .navbar-nav {
    margin-left: 0 !important;
}
header #main-navbar-collapse {
    justify-content: space-between;
}
header .dropdown:hover .dropdown-menu {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    justify-content: center;
    margin-top: 0;
    color: #000;
    padding: 20px;
    position: fixed;
    width: 100%;
    left: 0;
    top: 80px;
    z-index: -1;
    /* height: calc(100% - 82px); */
    overflow: auto;
}
header .dropdown .dropdown-menu li {
    display: flex;
    flex-direction: column-reverse;
    /* width: 300px; */
    text-align: center;
    padding: 20px;
}
header .dropdown .dropdown-menu li:hover {
    background: rgba(0,0,0,0.1);
}
header .dropdown .dropdown-menu li .nav-item-image {
    position: relative;
    height: 180px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
header .dropdown .dropdown-menu li a {
    color: #000 !important;
    padding: 0 !important;
    font-size: 18px;
    margin-top: 10px;
    text-transform: capitalize !important;
}
header .dropdown .dropdown-menu li a .labels {
    position: absolute;
    right: 0;
    bottom: -10px;
}
header .dropdown .dropdown-menu li a .labels span {
    background-position: right center;
    display: block;
    width: 120px;
    height: 12px;
    /* background: transparent left center no-repeat; */
    background-size: contain;
    margin-bottom: 5px;
    text-indent: -9999px;
    overflow: hidden;
    background-repeat: no-repeat;
}
.labels > span.label-eps {
    background-image: url(/uploads/labels/ico_eps.png);
}
.labels > span.label-hybrid {
    background-image: url(/uploads/labels/ico_hybrid.png);
}

.SubBanner {
    padding: 5% 0;
}

.hp-accordion {
    flex-wrap: nowrap;
}
.hp-accordion .col-lg-4 {
    min-height: 600px;
    flex-shrink: inherit;
    transition: all .3s ease-in-out;
}
.hp-accordion .col-lg-4:hover {
    flex: 0 0 calc(33.33% + 200px);
    max-width: calc(33.33% + 200px);
    transition: all .3s ease-in-out;
}
.hp-accordion .module-image,
.hp-accordion .module-image img {
    height: 100%;
    object-fit: cover;
}
.hp-accordion .col-lg-4:before {
    content: ' ';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3);
    pointer-events: none;
    transition: opacity .3s ease-in-out;
}
.hp-accordion .col-lg-4:hover:before {
    opacity: 0;
    transition: opacity .3s ease-in-out;
}
.hp-accordion .col-lg-4 .module-text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    font-size: 0;
}
.hp-accordion .col-lg-4 .module-text p {
    width: 100%;
    height: 100%;
    margin-bottom: 0;
}
.hp-accordion .col-lg-4 .module-text p a {
    display: block;
    width: 100%;
    height: 100%;
}

.hp-segway-row {
    padding: 5% 0;
}
.hp-segway-row .module.module-image img {
    width: auto;
    margin-bottom: 20px;
}
.hp-segway-row .module.module-text {
}
.hp-segway-row .module.module-text h1 {
    font-size: 40px;
}
.hp-segway-row .module.module-text p {
    margin-bottom: 0;
    line-height: 1.4em;
}

.hp-video-row {
    padding: 40px 0;
    max-width: 1280px;
    margin: auto;
}
.hp-video-row .module-video {
    padding-bottom: 56.25%;
    overflow: hidden;
    position: relative;
}
.hp-video-row .module-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}


/*-----Home----------*/
.SubBanner.HomeIcons {
    padding-bottom: 2%;
}
.HomeIcons .icons {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding: 50px 0;
}
.HomeIcons .icons .module-image {
    padding: 10px 25px;
}
.HomeIcons .icons .module-image img {
    transition: all 0.5s;
}
.HomeIcons .icons .module-image img:hover {
    transform: rotate(-10deg);
}
.SubBanner.branduri {
    padding-top: 0;
}
.branduri .module-text h2 {
    font-size: 40px;
    text-transform: uppercase;
}
.branduri .brandsLogo {
    display: flex;

    align-items: center;
    flex-wrap: wrap;
}
.branduri .brandsLogo:last-of-type {

}
.branduri .brandsLogo .module-image {
    border-color: rgba(0,0,0,0.08);
    box-shadow: 0px 0px 20px rgb(0 0 0 / 9%);
    margin: 1%;
    max-width: 17%;
    transition: all 0.5s;
}
.branduri .brandsLogo .module-image:hover {
    box-shadow: 0px 0px 20px rgb(0 0 0 / 50%);
}
.branduri .brandsLogo .module-image img {
    transition: all 0.5s;
}
.branduri .brandsLogo .module-image img {
    filter: grayscale(100%);
}
.branduri .brandsLogo .module-image img:hover {
    filter: grayscale(0%);
}
.HomeAccesories {
    padding: 5% 0;
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    position: relative;
}
.HomeAccesories::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background-color: rgb(0 0 0 / 60%);
}
.HomeAccesories .maxWidth {
    max-width: 1280px;
    margin: auto;
    color: #e5e5e5;
}
.HomeAccesories .maxWidth h3 {
    font-size: 35px;
    margin-bottom: 25px;
    letter-spacing: 5px;
}



.homeDealer {
    padding: 5% 0;
}
.homeDealer h3 {
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 30px;
}
.homeDealer .buton {
    display: flex;
    align-items: center;
    text-align: right;
    justify-content: center;
}

.btn-primary {
    color: #fff;
    background-color: #00a7e8;
    border-color: #00a7e8;
    text-transform: uppercase;
    font-size: 20px;
    padding: 8px 20px;
}
/* Footer */
footer.bg-dark {
    background-color: #919396 !important;
    color: #fff;
    padding-top: 25px !important;
    padding-bottom: 0.5em;
}
.footer-row {
    max-width: 1280px;
    margin: auto;
}
.footer-row a {
    color: #fff;
}
.footer-row .module-social ul {
    display: flex;
    list-style-type: none;
    justify-content: flex-end;
    padding-left: 0;
    margin-bottom: 0;
    margin-top: -10px;
}
.footer-row .module-social ul li {
    border: 2px solid #fff;
    border-radius: 100%;
    width: 40px;
    margin-right: 14px;
}
.footer-row .module-social ul li:last-child {
    margin-right: 0;
}
.footer-row .module-social ul li:hover {
    border-color: #121892;
}
.footer-row .module-social ul li:hover a:before {
    color: #121892;
}
.footer-row .module-social ul li a {
    font-size: 0;
    display: block;
    /* padding: 0; */
    text-align: center;
}
.footer-row .module-social ul li a:hover {
    text-decoration: none;
}
.flag-icon-us:before {
    font-size: 24px;
    font-family: FontAwesome;
    color: #fff;
}
.footer-row .module-social ul li a:before {
    font-size: 24px;
    font-family: FontAwesome;
    color: #fff;
}
.s-facebook a:before {
    content: "\f09a";
}
.s-instagram a:before {
    content: "\f16d";
}
.s-youtube a:before {
    content: "\f16a";
}

.tooltip > .tooltip-inner { background-color: #121892; margin-bottom: 5px; padding: 2px 10px !important; }
.bs-tooltip-auto[x-placement^="top"] span.arrow::before, .bs-tooltip-top .arrow::before { border-top-color: #121892; margin-top: -5px}
.tooltip.in { filter: alpha(opacity=100); opacity: 1; }

#cookie_notice {
    background: #eee;
    padding: 10px;
}
#cookie_notice .cookie_notice_container p {
    color: #000;
}
#cookie_notice .btn-info {
    background: #ccc;
    border: none;
    color: #000;
    border-radius: 0;
    padding: 2px 20px !important;
    outline: none;
}
#cookie_notice .btn-info:focus {
    outline: none;
}
#cookie_notice .btn-info:hover {
    background: #bbb;
}

.vehicle-title {
    text-align: center;
}
.vehicle-title .title {
    font-size: 18px;
    text-transform: none;
    margin-bottom: 20px;
}
.vehicle-title .title a {
    text-decoration: none;
    color: #000;
}
.details-btn {
    color: #fff;
    background: var(--base-color);
    font-size: 20px;
}
.details-btn:hover {
    color: #fff;
    background: #333;
}
.vehicles-item {
    text-align: center;
}
.vehicles-item-wrapper {
    margin-bottom: 2em;
}
.vehicles-item .vehicle-image-wrapper {
    position: relative;
}
.vehicles-item .vehicle-image-wrapper a {
    display: flex;
    padding-top: 60%;
}
.vehicles-item .vehicle-image-wrapper img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .3s ease-in-out;
    max-width: 100%;
}
.vehicles-item:hover .vehicle-image-wrapper img {
    transform: translate3d(35px, 15px, 0px);
    transition: all .3s ease-in-out;
}
.invert img {
    filter: invert(0.75);
}
.mb-20 {
    margin-bottom: 20px;
}
.slim-slider {
    height: 600px;
}
.slim-slider .module-slider,
.slim-slider .slick-list,
.slim-slider .slick-track,
.slim-slider .slick-slide {
    height: 100%;
}
.slim-slider .slick-slide {
    background-size: cover;
    background-position: top;
}
.slim-slider .slick-slide:focus {
    outline: none;
}
.slim-slider .slick-dots {
    position: relative;
    bottom: 0;
}
.slim-slider .slick-dots li {
    margin: auto;
}
.slim-slider .slick-dots li button {
    position: relative;
    border: 1px solid #00000038;
    border-radius: 100%;
    padding: 0;
    overflow: hidden;
    opacity: 1;
    width: 14px;
    height: 14px;
}
.slim-slider .slick-dots li button:before {
    background: transparent;
    padding: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 0;
    opacity: 1;
}
.slim-slider .slick-dots .slick-active button:before,
.slim-slider .slick-dots li button:hover:before {
    background: var(--base-color);
}
.download-btn {
    margin-bottom: 20px !important;
}

.product-icons img {
    margin-right: 9px;
}
.price-wrapper {
    margin-top: 20px;
}
.price-wrapper p {
    margin-bottom: 0;
}
.price-wrapper .price {
    font-size: 32px;
    color: #d00101;
    font-weight: 700;
}
.price-wrapper .currency {
    font-size: 13px;
    color: #232323;
}
.price-wrapper span:first-child {
    font-size: 32px;
    margin-left: 5px;
    color: #d00101 !important;
    font-weight: 700;
}

.product-menu-wrapper {
    margin-top: 70px;
    display: block;
    position: relative;
    height: 100px;
}

.product-menu {
    justify-content: center;
    /*margin-top: 70px;*/
    position: absolute;
     width: 100%;
}
.product-menu .col-lg-3 {
    flex: 0;
    padding: 0;
    margin-right: 40px;
}
.product-menu .col-lg-3:last-child {
    margin-right: 0;
}
.product-menu p {
    margin-bottom: 0;
}
.product-menu a {
    display: block;
    padding: 25px 0 !important;
    color: #fff;
    font-size: 24px;
    text-decoration: none;
    position: relative;
}
.product-menu a:hover,
.product-menu a:hover:before {
    color: #232323 !important;
}
.product-menu a:before {
    margin-right: 10px;
    opacity: .5;
    font-size: 26px;
    font-family: FontAwesome;
    color: #fff;
}
.prod-menu-tech a:before {
    content: "\f085";
}
.prod-menu-color a:before {
    content: "\f1fc";
}
.prod-menu-gallery a:before {
    content: "\f030";
}
.prod-menu-specs a:before {
    content: "\f03a";
}
.product-menu a:hover:after {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    margin-left: -37px;
    left: 50%;
    top: 100%;
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;
    border-top: 15px solid #888;
}
.submenu-item.active a,
.submenu-item.active a:before {
    color: #232323;
}
.submenu-item.active a:after {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    margin-left: -37px;
    left: 50%;
    top: 100%;
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;
    border-top: 15px solid #888;
}
.prod-specs-container {
    background: #fff;
}
.prod-specs-container strong {
    color: #e74c3c;
}
.prod-specs-row {
    max-width: 1280px;
    margin: auto;
    padding: 40px 0;
}
.prod-specs-row .col-lg-4 {
    display: flex;
    align-items: center;
}
.prod-specs-row ul {
    padding-left: 20px;
}
.prod-specs-row .col-lg-4 .title,
.prod-specs-row .col-lg-4 h3,
.prod-specs-row .col-lg-12 h3 {
    font-size: 42px;
    margin-bottom: 20px;
    margin-top: 20px;
}
.prod-specs-row .col-lg-6 .title {
    font-size: 36px;
    margin-top: 30px;
    margin-bottom: 20px;
}
.prod-specs-row .col-lg-6 .module-text {
    padding-left: 20px;
}
.prod-specs-row .col-lg-8,
.prod-specs-row .col-lg-6,
.prod-specs-row .col-lg-12 {
    margin-bottom: 60px;
}
.prod-specs-row .flex-column.col-lg-4 .title,
.prod-specs-row .flex-column.col-lg-4 h3 {
    font-size: 28px;
}
.section-title {
    font-size: 52px;
    padding: 20px 0;
    text-transform: uppercase;
}
#accordion.specs {
    margin-bottom: 3em;
}
#accordion.specs .card {
    border: none;
}
#accordion.specs .card-header {
    padding: 0;
    background: transparent;
    border: none;
    border-top: 1px solid #333;
    border-radius: 0;
}
#accordion.specs .card:first-child .card-header {
    border-top: none;
}
#accordion.specs h3 a {
    width: 100%;
    text-align: left;
    font-size: 28px;
    padding: 20px 0;
    line-height: inherit;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 0;
    padding-right: 10px;
    text-transform: uppercase;
}
.card-header a:after {
    content: "\f067";
    font-size: 14px;
    font-family: FontAwesome;
}
.card-header a.active:after {
    content: "\f068";
}
#accordion.specs .small-txt {
    font-size: 12px;
    margin-top: 1em;
}
#accordion.specs .card.active {
    background: #f5f5f5;
}
#accordion.specs .card.active:before {
    content: ' ';
    position: absolute;
    width: 5000px;
    height: 100%;
    right: 100%;
    top: 0;
    background: #f5f5f5;
}
#accordion.specs .card.active:after {
    content: ' ';
    position: absolute;
    width: 5000px;
    height: 100%;
    left: 100%;
    top: 0;
    background: #f5f5f5;
}
#accordion.specs .card-body {
    padding: 0 !important;
}
#accordion.specs table {
    width: 100%;
}
#accordion.specs table tr td:first-child {
    width: 30%;
    font-weight: 600;
}
#accordion.specs table tr td {
    padding: 12px 15px;
}
#accordion.specs table tr {
    border-top: 1px solid #d5d5d5;
}
#accordion.specs table tr:first-child {
    border-top: none;
}

.product-color-gallery .module-gallery {
    display: flex;
}

.product-color-gallery .module-gallery figure {
    width: 33.33%;
}

.product-color-gallery .module-gallery figure img {
    width: 100%;
}

.product-color-gallery .module-gallery figure a {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 22px;
    color: #232323;
    text-decoration: none;
}
.product-color-gallery .module-gallery figure a:hover {
    color: #121892;
}

.product-color-gallery .module-gallery figure a h3 {
    margin-top: 20px;
}
.product-gallery {
    display: flex;
    max-width: 1280px;
    margin: auto;
    flex-wrap: wrap;
    margin-bottom: 56px;
}
.product-gallery figure {
    flex: 33.333333%;
    max-width: 33.333333%;
    padding-right: 2px;
    padding-left: 2px;
    margin-bottom: 4px;
}
.product-gallery figure a {
    position: relative;
    display: block;
}
.product-gallery figure a:hover:before {
    content: ' ';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(206, 53, 45, 0.3);
}
.contact-logo img {
    max-width: 300px;
    margin-bottom: 20px;
}

.contact-form {
    margin-top: 1.5em;
}
.contact-form .form-group[class^="form-group item"] {
    display: flex;
    justify-content: flex-end;
}
.contact-form .form-group[class^="form-group item"] label {
    min-width: 70px;
    text-align: right;
    margin-right: 20px;
    font-weight: 500;
}
.contact-form input,
.contact-form textarea {
    width: 80%;
}
.contact-form textarea {
    min-height: 100px;
}
.contact-form .acceptance input {
    width: auto;
}
.contact-form .item-acceptance {
    padding-left: 105px;
}
.contact-form .checkbox-text {
    cursor: pointer;
    font-size: 1rem;
}
.contact-form .btn-section {
    text-align: right;
}
.contact-form button {
    background: var(--base-color);
    border: none;
    font-weight: 500;
    outline: none;
    box-shadow: none;
    min-width: 200px;
}
.contact-form button:hover {
    background: #333;
}

.right-menu {
    display: flex;
}
.right-menu .nav-item {
    position: relative;
}
.right-menu .nav-item:hover .dropdown-menu {
    display: block;
    margin-top: 0;
    border-radius: 0;
    padding: 0;
}
.right-menu .dropdown-menu .nav-item a {
    color: #000;
    padding: 8px 20px;
    font-size: 18px;
}
.right-menu .dropdown-menu .nav-item:hover a {
    background: rgba(0,0,0,0.1);
}

.gallery-grid {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 3em;
}
.gallery-item-wrapper {
    padding: 5px;
}
.gallery-item {
    overflow: hidden;
    margin-bottom: 1em;
    border: 1px solid #ddd;
    background: #ddd;
    padding: 10px;
}
.gallery-item:hover {
    background: transparent;
}
.gallery-title {
    text-align: center;
}
.gallery-title .title {
    font-size: 24px;
    text-transform: none;
    margin-bottom: 0;
}
.gallery-title .title a {
    text-decoration: none;
    color: #000;
    display: block;
    margin-top: 10px;
    font-size: 20px;
}
.gallery-item .gallery-image-wrapper a img {
    width: 100%;
    height: 215px;
    object-fit: cover;
}

.gallery-page {
    display: flex;
    max-width: 1280px;
    margin: auto;
    flex-wrap: wrap;
    margin-bottom: 56px;
}
.gallery-page figure {
    flex: 25%;
    max-width: 25%;
    padding-right: 2px;
    padding-left: 2px;
    margin-bottom: 4px;
    height: 205px;
    overflow: hidden;
}
.gallery-page figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-logo {
    text-align: center;
    margin-bottom: 20px;
}
.about-logo img {
    max-width: 518px;
}
.about-title {
    margin-top: 2em;
}
.about-title h2 {
    font-size: 24px;
    color: #000;
    font-weight: 600;
}
.about-title span {
    border-bottom: 3px solid #121892;
    padding: 0 25px 15px 25px;
}

.history {
    margin-top: 13px;
    margin-bottom: 3em;
    padding-top: 2em;
    position: relative;
}
.history:before {
    content: ' ';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    width: 3px;
    height: 100%;
    background: #121892;
}
.history-item {
    background: rgba(0,0,0,0.05);
    padding: 20px;
    position: static;
    flex: 0 0 calc(50% - 60px);
    max-width: calc(50% - 60px);
    margin-left: 15px;
}
.history .history-label {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.history .history-label h3 {
    font-size: 18px;
    background: #121892;
    color: #fff;
    margin-bottom: 0;
    padding: 15px 10px;
}
.history .history-label h3:before {
    content: ' ';
    position: absolute;
    top: 50%;
    right: -7px;
    margin-top: -10px;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #121892;
}
.history-item:not(:first-child) {
    margin-top: -150px;
}
.history .history-item:nth-child(odd) .history-label h3:before {
    left: -7px;
    border-left: 0;
    border-right: 10px solid #121892;
}
.history .history-item:nth-child(even) {
    margin-left: 45px;
}


/* BECOME A DEALER */
.become-dealer-row {
    margin-bottom: 2em;
}
.become-dealer-form-row {
    max-width: 800px;
    margin: auto;
    background: #f0f0f0;
    text-align: center;
    margin-top: 3em;
}
.become-dealer-form-row .col-lg-6,
.become-dealer-form-row .col-lg-12 {
    border-bottom: 20px solid #fff;
    padding-bottom: 10px;
    padding-top: 15px;
}
.become-dealer-form-row .form-group {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.become-dealer-form-row .form-group label {
    width: 100%;
    text-align: left;
    font-weight: 500;
}
.become-dealer-form-row .form-group input,
.become-dealer-form-row .form-group textarea {
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.become-dealer-form-row .form-group input::placeholder,
.become-dealer-form-row .form-group textarea::placeholder {
    color: transparent;
}
.become-dealer-form-row .checks .form-group,
.become-dealer-form-row .radios .form-group {
    display: block;
    text-align: left;
}
.become-dealer-form-row .checks .form-group .check,
.become-dealer-form-row .radios .form-group .radio {
    display: inline-block;
}
.become-dealer-form-row .checks .form-group .check label,
.become-dealer-form-row .radios .form-group .radio label  {
    margin-right: 10px;
    font-weight: 400;
    cursor: pointer;
}
.become-dealer-form-row .checks .form-group .check label input,
.become-dealer-form-row .radios .form-group .radio label input {
    display: inline-block;
    width: auto;
    cursor: pointer;
}
.become-dealer-row button {
    background: var(--base-color);
    border: none;
    font-weight: 500;
    outline: none;
    box-shadow: none;
}
.become-dealer-row button:hover {
    background: #333;
}
.dealer-form-text {
    max-width: 800px;
    margin: auto;
    font-size: 13px;
}
.no-display {
    display: none;
}
.policy-row {
    margin-bottom: 5em;
}
.row.builder-row.mt-5.mb-5.slim-slider-row {
    margin-top: 5rem !important;
}

/*---despre noi---*/

.DespretopLogo .module.module-image img {
    max-width: 100%;
    width: auto;
}
.DespretopLogo .module-image {
    text-align: center;
}
.z1txt {
    padding: 50px 0;
}
.despre_z1 .module.module-video {
    position: absolute;
    width: 100%;
    top: -180px;
}

.despre_z1 .module.module-image {
    width: 60%;
    margin: 0 auto;
}

.despre_z1 h2 {
    font-family: "Oswald", sans-serif;
    font-size: 35px;
    font-weight: 800;
    color: #fff;
    text-transform: uppercase;
}

.despre_z1 p {
    font-size: 16px;
    font-family: "Open Sans", sans-serif;
    color: #fff;
}

.row.builder-row.despre_z1 {
    position: relative;
    background: #999;
    color: #fff;
    text-align: center;
    margin-bottom: 50px;
}

.despre_z2 .module.module-image {
    padding-left: 3px;
    padding-right: 3px;
    margin-bottom: 6px;
    z-index: 1;
}
.despre_z2 .col-lg-4{
    padding-right: 0px !important;
    padding-left: 0px !important;
}
.row.builder-row.despre_z2 {
    margin-bottom: 50px;
}

.despre_z3 h2{
    font-family: "Oswald", sans-serif;
    margin: 0 0 40px 0;
    padding: 20px 0 0 0;
    font-size: 32px;
    font-weight: 800;
    color: #fff;
    text-transform: uppercase;
}
.despre_z3 p {
    font-size: 16px;
    font-family: "Open Sans", sans-serif;
    color: #fff;
}

.despre_z3 .module.module-image {
    padding-left: 3px;
    padding-right: 3px;
    margin-bottom: 6px;
    z-index: 1;
}
.despre_z3 .col-lg-4{
    padding-right: 0px !important;
    padding-left: 0px !important;
}

.row.builder-row.despre_z3 {
    margin-bottom: 150px;
    position: relative;
    padding: 2% 0 10%;
}

.despre_z4 h2{
    font-family: "Oswald", sans-serif;
    margin: 0 0 40px 0;
    padding: 20px 0 0 0;
    font-size: 32px;
    font-weight: 800;
    color: #444;
    text-transform: uppercase;
}
.despre_z4 p {
    font-size: 16px;
    font-family: "Open Sans", sans-serif;
    color: #444;
    margin-bottom: 70px;
}

.despre_z5 h2{
    font-family: "Oswald", sans-serif;
    margin: 0 0 40px 0;
    padding: 20px 0 0 0;
    font-size: 32px;
    font-weight: 800;
    color: #fff;
    text-transform: uppercase;
}
.despre_z5 p {
    font-size: 16px;
    font-family: "Open Sans", sans-serif;
    color: #fff;
}
.despre_z5 .module.module-image {
    padding-left: 3px;
    padding-right: 3px;
    margin-bottom: 6px;
    z-index: 1;
}
.despre_z5 .col-lg-4{
    padding-right: 0px !important;
    padding-left: 0px !important;
}

.row.builder-row.despre_z5 {
    margin-bottom: 150px;
    margin-top: 150px;
    position: relative;
    padding: 10% 0 10%;
}

.despre_z6 h2{
    font-family: "Oswald", sans-serif;
    margin: 0 0 40px 0;
    padding: 20px 0 0 0;
    font-size: 32px;
    font-weight: 800;
    color: #444;
    text-transform: uppercase;
    text-align: center;
}

.despre_z6 .module.module-image {
    margin-bottom: 100px;
}
.despreFlex {
    display: flex;
    justify-content: center;
    max-width: 1280px;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -135px;

}
.despreFlex.FloatTop {
    top: -135px;
    bottom:inherit;
}

.despreTxt {
    max-width: 60%;
    margin: auto;
}
.MainPadTop {
    padding-top: 166px;
}
.CategoryTop {
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #919396;
}
.categoryDescription {
    font-size: 1.1rem;
}
.ShopCatZone h2 {
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 1px solid #919396;
    padding-top: 25px;
}
.accesoriesZone {
    padding: 25px 0;
    align-items: center;
}
.accesoriesZone h2 {
    color: var(--primary);
}
.accesoriesZone p {
    color: #777;
}
.accesoriesZone.ZoneTwo {
    border-top: 1px solid #ccc;
}
.type-vehicles .mt-5.mb-5 {
    margin-top: 6rem !important;
}
.contactZ1 {
    margin: 3% 0;
    border: 2px solid #919396;
    padding: 30px;
}
.contactZ1 h3, .contactZ2 h3 {
    font-size: 22px;
    letter-spacing: 1px;
}
.contactZ1 .tab .module-text {
    padding: 15px;
    margin: 2% 0;
}
.contactZ1 .tab1 .module-text {
    border-bottom: 1px solid #ccc;
}
.contactZ1 .tab2 .module-text {
    border-right: 1px solid #ccc;
}
.contactZ2 {
    justify-content: space-between;
    margin-right: 0;
    margin-left: 0;
}
.ctntab {
    padding: 30px;
    border: 2px solid #919396;
    margin: 2% 0;
    max-width: 48%;
    text-align: center;
}
.contactLocation {
    padding: 30px 15px;
    border: 2px solid #919396;
    margin: 2% 0;
}





.product-menu.pm-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 15000;
    margin: 0;
}







/* Blog */
.blog-header {
  padding-top: 82px;
  height: 50vh;
  background-color: gainsboro;
}
.blog-header h1 {
  margin-bottom: 0;
  color: #fff;
}
.blog-header-inner {
  display: flex;
  justify-content: space-around;
  column-gap: 30px;
  align-items: center;
  height: 100%;
}
.blog-header-inner .atv {
  height: 100%;
}
.blog-header-inner .atv img {
  height: 100%;
  width: auto;
  object-fit: contain;
}
.atv.left img {
  animation: blogLeftCar 1s ease-in-out forwards;
}
.atv.right img {
  animation: blogRightCar 1s ease-in-out forwards;
}


/* ----------- Animations ------------- */
@-webkit-keyframes blogLeftCar {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(50px, 50px);
  }
}
@-webkit-keyframes blogRightCar {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(-50px, 50px);
  }
}
.blog .categories-grid {
  row-gap: 50px;
}
.blog-category-item-wrapper .categ-image-wrapper {
  margin-bottom: 10px;
}
.blog-category-item-wrapper .category-item:hover .categ-image {
  transform: scale(1.05);
}
.blog-category-item-wrapper .categ-image-wrapper a {
  display: block;
  position: relative;
  padding-top: 70%;
  border-radius: 5px;
  overflow: hidden;
}
.blog-category-item-wrapper .categ-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .3s ease-in-out;
}

.blog-category-item-wrapper .categ-title a {
  color: #000;
}
.blog-category-item-wrapper .short-description p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 16px;
}
.blog-date {
  display: block;
  margin-bottom: 5px;
  font-size: 13px;
  font-weight: 600;
  color: #01a7e8;
}

/* Single Post Page */
[data-pagetype="posts"] main {
  padding-top: 140px;
  padding-bottom: 50px;
}
.single-post-header {
  margin-bottom: 50px;
}
.single-post-header-inner {
  display: flex;
  flex-direction: column;
  height: 80vh;
  overflow: hidden;
}
.single-post-header-inner h1 {
  margin-bottom: 0;
}
.single-post-header-inner .image-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
  overflow: hidden;
  margin-bottom: 20px;
}
.single-post-header-inner .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.single-post-title-wrapper {
  display: flex;
  column-gap: 30px;
  justify-content: space-between;
}
