.logo-light {
    margin-right: 57px;
}

.rent-car-text {
    margin-top: 150px;
}

.learn-more {
    color: white;
    text-align: center;
}

.first-background {
    min-height: 100vh;
    position: relative;
    background-image: url('/front/theme/assets/img/Tesla-Model_Y-2025-3000px-Photoroom.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.navbar-toggler {
    color: white !important;
    border: none;
}

.navbar-toggler-dark {
    color: white !important;
    border: none;
}

.navbar {
    color: white !important;
}

.navbar-dark-text {
    font-weight: 400;
    font-size: 14px;
    color: #312E47;

}

.product-h1 {
    font-family: sans-serif;
    font-size: 50px;
    font-weight: 300;
    color: #000000;
    font-style: normal;
}

.accordion-button::after {
    background-image: url("/front/theme/assets/img/svg-plus.png") !important;
    border: none;
    display: flex;
    justify-self: end;
}

.accordion-button:not(.collapsed)::after {
    background-image: url("/front/theme/assets/img/svg-minus.png") !important;
    border: none;
}

.accordion-button {

}

.accordion-button:focus {
    box-shadow: none;
    border-color: rgba(0, 0, 0, .125);

}

.accordion-button:not(.collapsed) {
    color: #000000;
    background-color: #FFFFFF;


}

.accordion-button.collapsed {
    background: none;

}

.text-sm {
    font-size: 12px;
}

.product-span-2 {
    font-size: 26px;
    font-weight: 700;
    line-height: 37px;
    color: #5C5C5C;
}

.product-span-2-1 {
    font-weight: 400;
    font-size: 17px;
    line-height: 25px;
}

.font-weight300 {
    font-weight: 300;
}

.navbar-dark {
    color: #312E47;
}

.footer-background {
    background-color: #23262B;
}

.tesla-button-bottom:hover {
    background-color: #FFFFFF;
    color: #404040;
    transition: 0.9s;
}

.tesla-button-bottom:hover .svg-stroke-2 {
    fill: black !important;
    transition: 0.9s;
}

.tesla-button {
    background-color: white;
    border-width: 2px;
    border-style: solid;
    border-radius: 34px;
    width: 100%;
    color: #404040;
    font-weight: 700;
    font-size: 18px;
    cursor: pointer;
}

.tesla-button:hover {
    background-color: #404040;
    color: #FFFFFF;
    transition: 0.9s;
}

.footer-font {
    font-weight: 700;
    color: #ffffff;
    font-size: 14px;
    font-style: normal;
}

.footer-font2 {
    font-weight: 400;
    color: #ffffff;
    font-size: 14px;

}

.tesla-button-bottom {
    background-color: #404040;
    border-color: #404040;
    border-width: 2px;
    border-style: solid;
    border-radius: 45px;
    color: #ffffff;
    font-weight: 700;
    font-size: 20px;
    cursor: pointer;
    width: 30%;
}

.accordion-button:not(.collapsed) {
    background: transparent;
    color: #000000;

}


.button-footer {
    font-size: 16px;
    width: 100%;
    color: #FFFFFF;
    border-radius: 25px;
    border: 2px solid #FFFFFF;
    padding: 10px;
    font-weight: 400;
    background-color: #23262B;
}

.border-bottom-3 {
    border-bottom: 1px solid #FFFFFF;
}

.border-bottom-10 {
    border-bottom: 1px solid #FFFFFF;
}

.border-bottom-4 {
    border-top: 1px solid #FFFFFF;
    padding: 20px;
}

.nav-all-cars-button-white {
    width: 197px;
    height: 36px;
    border-width: 2px;
    border-style: solid;
    border-radius: 25px;
    background-color: transparent;
    color: white;
    border-color: #FFFFFF;
    padding-top: 3px;
}

.global-english {
    margin-bottom: 2px;
}

.nav-all-cars-button-white:hover {
    background-color: #FFFFFF;
    color: #404040;
    transition: 0.9s;
    border-color: #FFFFFF;
}

.nav-all-cars-button-black {
    width: 197px;
    height: 36px;
    border-width: 2px;
    border-style: solid;
    border-radius: 25px;
    background-color: transparent;
    color: #312E47;
    border-color: #312E47;
    padding-top: 2px;
}

.nav-all-cars-button-black:hover {
    background-color: #FFFFFF;
    color: #404040;
    transition: 0.9s;
    border-color: #404040;
}

.overlay {
    background-color: rgba(0, 0, 0, 0.48);
    min-height: 100vh;
}

.overlay-image-car {
    background: linear-gradient(0deg, #FFFFFF 4.88%, rgba(255, 255, 255, 0) 96.5%);

}

.custom-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.navbar-toggler:focus {
    outline: none !important;
    box-shadow: none !important;
}

.button-lg-white {
    background-color: white;
    min-width: 30%;
    border-radius: 34px;
    border: 2px #FFFFFF;
    color: #404040;
}

.button-lg-white-rent {
    background-color: white;
    border-width: 2px;
    border-style: solid;
    border-radius: 34px;
    color: #404040;
    border-color: #404040;
    cursor: pointer;
    transition: 0.5s;
}

.button-lg-white-rent:hover {
    background-color: #404040;
    color: #FFFFFF;
    transition: 0.9s;
}

.button-lg-white:hover {
    background-color: #404040;
    color: #FFFFFF;
    transition: 0.9s;
}

.nav-all-cars-button-black:hover {
    background: #404040;
    color: #FFFFFF;
    transition: 0.9s;
}

.button-lg-white-rent:hover .svg-stroke-1 {
    fill: white !important;
    transition: 0.9s;
}

.button-lg-white:hover .svg-stroke-1 {
    fill: white !important;
    transition: 0.9s;
}


.button-lg-transparent-color {
    background-color: transparent;
    border-width: 2px;
    border-style: solid;
    border-radius: 34px;
    width: 304px;
    height: 65px;
    color: #312E47;

}

.button-lg-black {
    background-color: #404040;
    border-radius: 34px;
    color: #ffffff;
    border-width: 2px;
    width: 100%;
    border-style: solid;
    border-color: #404040;
}

.button-lg-black:hover {
    background-color: #FFFFFF;
    color: #404040;
    transition: 0.9s;
}

.send-now-button {
    font-size: 14px;
    font-weight: 600;
    color: #FFFFFF;
}

.product-button-lg-black {
    background-color: #404040;
    border-radius: 34px;
    color: #ffffff;
    border-width: 2px;
    width: 100%;
    border-style: solid;
    border-color: #404040;
    cursor: pointer;
}

.faqs-h1 {
    font-size: 100px;
    font-weight: 300;
}

.product-button-lg-white {
    background-color: #ffffff;;
    border-radius: 34px;
    color: #404040;
    border-width: 2px;
    width: 100%;
    border-style: solid;
    cursor: pointer;
}

.product-button-lg-white:hover {
    background-color: #404040;
    color: #FFFFFF;
    transition: 0.9s;
}

.product-button-lg-black:hover {
    background-color: #FFFFFF;
    color: #404040;
    transition: 0.9s;
}


.product-button-lg-2-white {
    border-radius: 34px;
    border: none;
    color: #312E47;
    background-color: #FFFFFF;
    font-weight: 700;
    width: 100%;
}

.svg-nav {
    color: #333333 !important;
    background: transparent;
    border: none;
}

.product-button-lg-2-white:hover {
    background-color: #404040;
    color: #FFFFFF;
    transition: 0.9s;
}

.car-year {
    font-weight: 700;
    font-size: 14px;
    color: #312E47;
}

.product-price {
    font-size: 37px;
    font-weight: 400;
    line-height: 37px;
}

.product-price-dds {
    font-size: 15px;
    font-weight: 400;
    line-height: 15px;
}

.product-border-bottom {
    border-bottom-style: solid;
    border-bottom-color: #D7D7D7;
    border-bottom-width: 1px;
}

.product-describe-h {
    font-size: 34px;
    font-weight: 300;
    color: #000000;
    line-height: 34px;
}

.product-describe {
    font-size: 18px;
    font-weight: 300;
    color: #000000;
    line-height: 65px;
}

.product-tesla-red {
    height: 75vh;
    position: relative;
    background-image: url('/front/theme/assets/img/tesla-red.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.img-fluid {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
);
}

.custom-tesla-red-text-h1 {
    color: #FFFFFF;
    font-size: 53px;
    line-height: 52px;
    font-weight: 300;
}

.custom-col {
    width: 26%;
}

.custom-tesla-red-text-video {
    background-color: #000000;
}

.custom-tesla-red-text-p {
    font-weight: 400;
    font-size: 16px;
    line-height: 23px;
    color: #FFFFFF;

}

.product-tesla-red-text {
    font-size: 26px;
    line-height: 37px;
    font-weight: 700;
    color: #ffffff;
}

.product-tesla-red-text-1 {
    font-size: 17px;
    line-height: 25px;
    font-weight: 400;
    color: #ffffff;
}

.build-car-text-h1 {
    font-size: 58px;
    font-weight: 300;
    line-height: 82px;
    color: #000000;
}

.build-car-text-p {
    font-size: 18px;
    font-weight: 300;
    line-height: 25px;
    color: #000000;
}

.tesla-touchscreen {
    height: 95vh;
    background-image: url('/front/theme/assets/img/tesla-touchscreen.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.inside-car-h1 {
    font-size: 60px;
    font-weight: 300;
    color: #000000;
}

.faqs-p {
    color: #000000;
    font-weight: 300;
    font-size: 34px;
}

.inside-car-p {
    font-size: 16px;
    font-weight: 300;
    color: #000000;
}

.tesla-second-text-h1 {
    color: #959595;
    font-size: 1.3125rem;
    font-weight: 700;
}

.tesla-second-text-p {
    color: #959595;
    font-size: 0.875rem;
    font-weight: 400;
}

.contacts-h1 {
    font-size: 38px;
    font-weight: 300;
    color: #000000;
}

.contacts-text-adress {
    font-size: 16px;
    font-weight: 700;
    color: #000000;
}

.contacts-text-paragraph {
    font-size: 16px;
    font-weight: 400;
    color: #000000;
}

.contacts-phone {
    font-weight: 700;
    font-size: 16px;
    color: #000000;
}

.contacts-number {
    font-weight: 400;
    font-size: 16px;
    color: #000000;
}

.contacts-email {
    font-size: 16px;
    font-weight: 700;
    color: #000000;
}

.contacts-office {
    font-size: 16px;
    font-weight: 400;
    color: #000000;
}

.contacts-first-h1 {
    font-size: 60px;
    font-weight: 300;
    color: #000000;

}

.contacts-second-h6 {
    font-size: 16px;
    font-weight: 300;
    color: #000000;
}

.contacts-h6 {
    font-size: 14px;
    font-weight: 400;
    color: #000000;
}

.contact-input {
    background-color: #FAFAFA;
    width: 100%;
    border: none;
}

.tesla-touchscreen-overlay {
    background: linear-gradient(360deg, #000000 23.71%, rgba(0, 0, 0, 0) 95.38%);
}

.tesla-touchscreen-text {
    font-size: 78px;
    font-weight: 300;
    color: #ffffff;
}

.tesla-touchscreen-text-1 {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    color: #ffffff;
}

.center-paragraph {
    z-index: 2;
    color: #ffffff;
    font-weight: 400;
    font-family: SofiaSansThin, 'sans-serif';
    margin-top: 103px;

}


.how-it-work-EVRENT {
    font-weight: 100;
    font-family: SofiaSansThin, 'sans-serif';
    font-size: 110px;
}

.button-english {
    border: none;
    background-color: transparent;
    color: #FFFFFF;
    font-size: 16px;
}

.button-english:hover {
    color: #AEB6BF;
    transition: 0.9s;
}

.button-english-1 {
    border: none;
    background-color: transparent;
    color: #312E47;
}

.button-english-1:hover {
    color: #AEB6BF;
    transition: 0.9s;
    font-size: 16px;
}

.video-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
}

.video-wrapper iframe {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    height: 80%;
    width: 100%;
}

.custom-background-color1 {
    background-color: #FBFBFB;
}

.custom-background-color3 {
    background-color: #ECECEC;
}

.custom-background-color2 {
    background-color: #ECECEC;
    font-size: 37px;
    font-family: SofiaSans, serif;
    font-weight: 700;
    color: #505050;
    width: 100%;
}

.cars-background-color {
    background-color: #FBFBFB;
    border-radius: 23px;
    padding: 0 22px;
}

.tesla-image-position {
    margin-top: -50px;
}


.tesla-image-position:hover {
    transform: scale(1.2); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
    transition-duration: 0.2s;
}

.accordion-button::after {

    margin-left: 0;
    margin-right: 0.5em;
    background-image: url("data:image/svg+xml,");
}

/*cars-ads*/
.first-text {
    color: #000000;
    font-size: 16px;
    line-height: 16px;
    font-weight: 300;
}

.accordion-item {
    background: transparent;
}

.accordion-button {
    background: transparent;
}

.second-text {
    color: #000000;
    font-size: 60px;
    line-height: 61px;
    font-weight: 300;
}

.third-text {
    font-weight: 300;
    font-size: 16px;
    line-height: 16px;
    color: #000000;
}


.tesla-h4 {
    font-weight: 700;
    font-size: 28px;
    color: #505050;
}

.tesla-h4-padding {
    padding-top: 87px;
    padding-bottom: 130px;
}

.tesla-first-text {
    font-weight: 700;
    font-size: 22px;
    color: #312E47;
}


.rotate {
    margin-top: 70px;
}

.rotate-text {
    transform: rotate(-90deg);
    height: 120px;
}

.carousel-item {
    background-position: center;
    width: 100%;
    height: 500px;
    background-repeat: no-repeat;
    background-size: cover;
}

.buttons-stroke {
    background-color: #FFFFFF;
    border: none;
}

.border-bottom-5 {
    border-bottom: 1px solid #BEBEBE;
}

.border-bottom-6 {
    border-bottom: 1px solid #000000;
}

.border-top-6 {
    border-bottom: 1px solid #000000;
}

.button-background-slider {
    background-color: #FFFFFF;
}

.mapouter {
    margin-top: -165px;
}

#gmap_canvas {
    background: none !important;
    height: 870px;
    width: 750px;
    margin-top: -113px;
}

.tesla-second-text-h1 {
    font-size: 1.3125rem;
    font-weight: 700;
    color: #959595;
}


@media screen and (max-width: 600px) {
    .button-lg-white {
        max-width: 100%;
    }

    .product-span-2 {
        font-size: 22px;
        font-weight: 700;
        line-height: 37px;
        color: #5C5C5C;
    }

    .product-span-2-1 {
        font-weight: 400;
        font-size: 16px;
        line-height: 25px;
    }

    .product-tesla-red {
    }

    .product-tesla-red-text {
        color: #FFFFFF;
        font-size: 17px;
        font-weight: 700;
    }

    .product-tesla-red-text-1 {
        font-size: 11px;
        font-weight: 400;
        color: #FFFFFF;
    }

    .tesla-button-bottom {
        width: 100%;
    }

    .product-button-lg-2-white {
        width: 100%;
    }


    .carousel-item {
        height: 200px;
    }

    #gmap_canvas {
        height: 500px;
        width: 370px;
        margin-top: 1px;
    }

    .mapouter {
        margin-top: -113px;
    }

    .rotate-text {
        height: 70px;
        transform: rotate(0deg);
    }

    .tesla-second-text-h1 {
        font-size: 1.3125rem;
        font-weight: 700;
        color: #959595;
    }


    .tesla-first-text {
        font-size: 18px;
        font-weight: 700;
        color: #312E47;
    }

    .learn-more {
    }

    .slider-thumbnails {
        overflow: auto;
        align-items: center;
        flex-wrap: nowrap;
    }

    .mapouter {
        margin-top: 0;

    }

    #gmap_canvas {
        width: 100%;
    }

    .rotate.text {
        transform: none;
    }

    .custom-tesla-red-text-h1 {
        font-size: 47px;
        font-weight: 300;
    }

    .build-car-text-h1 {
        font-size: 47px;
    }

    .tesla-touchscreen-text {
        font-size: 64px;
        font-weight: 300;
    }

    .footer {
        border: none;
    }

    .rotate-stroke {
        transform: rotate(-270deg);
    }

    .first-page-text {
        padding-top: 30px;
    }


    .center-paragraph {
        margin-top: -70px;
        padding-bottom: 50px;
    }

    .how-it-work-EVRENT {
        font-size: 57px;
    }

    .custom-background-color2 {
        font-size: 26px;
    }

    .faqs-h1 {
        font-weight: 300;
        color: #505050;
        font-size: 100px;
    }

    .faqs-p {
        color: #505050;
        font-weight: 300;
        font-size: 30px;
    }


    .first-background {
        min-height: 100vh;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
    }
}

.rotate-stroke {
    transform: rotate(-270deg);
}


html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

body {
    background-color: #ffffff;
    color: #333333;
    font-family: 'SofiaSans', 'sans-serif';
    font-weight: 400;
    overflow-x: hidden;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}


@font-face {
    font-family: "SofiaSans";
    src: url('/front/theme/assets/font/static/SofiaSans-Regular.woff2') format('woff2');
}

@font-face {
    font-family: "SofiaSansThin";
    src: url("/front/theme/assets/font/static/SofiaSans-Thin.woff2") format('woff2');

}


select option {
    font-family: SofiaSans, 'sans-serif';
}

select option {
    font-family: SofiaSansThin, 'sans-serif';
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

.owl-carousel, .owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative
}

.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}


.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%
}

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
    display: none
}

.no-js .owl-carousel, .owl-carousel.owl-loaded {
    display: block
}

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.owl-carousel .animated {
    animation-duration: 1s;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    animation-name: fadeOut
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

.owl-height {
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s ease
}

.owl-carousel .owl-item .owl-lazy:not([src]), .owl-carousel .owl-item .owl-lazy[src^=""] {
    max-height: 0
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}


textarea {
    resize: vertical;
}

a {
    color: inherit;
    transition: color .15s;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

img {
    max-width: 100%;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .how-work-evrent-text {
        padding-right: 50px;
    }

    .product-price {
        font-size: 20px;
    }

    .button-lg-white-rent {
        width: 100%;
    }

    .cars-background-color {
        padding: 0 10px;
    }


}

@media (min-width: 1200px) and (max-width: 1359px) {
    .how-work-evrent-text {
        padding: 70px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .tesla-button-bottom {
        width: 40%;
    }
}

@media (min-width: 481px) and (max-width: 767px) {
    .tesla-button-bottom {
        width: 100%;
    }

}



