.ps-10 {
    padding-left: 10px;
}
.pt-40 {
    padding-top: 40px;
}
.ps-50px {
    padding-left: 50px;
}
.pe-50px {
    padding-right: 50px;
}
.r-10 {
    border-radius: 10px;
}
.pt-30 {
    padding-top: 30px;
}
.pt-20 {
    padding-top: 20px;
}
.pt-10 {
    padding-top: 10px;
}

.text-electric {
    color: #29c5e8;
}

.text-hybrid {
    color: #15db40;
}

prose p{
    margin-top: 0;
    margin-bottom: 0;
}

.font-favorit-light {
    font-family: FavoritStd-Light, sans-serif;
}

.select-dealer {
    cursor: pointer;
    margin-top: 23px !important;
    display: inline-block;
    max-width: 100% !important;
    text-align: center;
}

.controls {
    background-color: #fff;
    border-radius: 10px;
    border: 1px solid transparent;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    box-sizing: border-box;
    font-size: 15px;
    font-weight: 300;
    height: 50px;
    margin-left: 17px;
    margin-top: 10px;
    outline: none;
    padding: 0 11px 0 13px;
    text-overflow: ellipsis;
    width: 400px;
}

.controls:focus {
    border-color: #4d90fe;
}

.main-navigation-new__item-link {
    text-transform: uppercase;
    -webkit-font-smoothing:antialiased;
    font-family: Arial, sans-serif !important;
}
.font-bold {
    font-weight: bold !important;
}
.font-bold .main-navigation-new__item-link {
    font-weight:  inherit !important;
}

.custom-title {
    position: relative;

}

.titleZone {
    padding-bottom: 20px;
    position: relative;
}

.titleZone::after {
    content: '';
    width: 400px;
    left: -32px;
    bottom: 0;
    background: #ccc;
    height: 1px;
    position: absolute;
    /*z-index: 2;*/
}

.custom-title .custom-title__name {
    max-width: 305px;
    font-size: 1.5em;
    line-height: 32px;
    color: #181818;
    font-family: FavoritStd-Regular, sans-serif;
    font-weight: bold;
    margin-bottom: 12px;
    opacity: .9;
}
.custom-title  .location-info-new__brandstore-close{
    align-items: center;
    background: unset;
    border: none;
    cursor: pointer;
    display: flex;
    justify-content: center;
    padding: 12px;
    position: absolute;
    right: -12px;
    top: -9px;
}
.custom-title .location-info-new__brandstore-close>svg {
    width: 9px;
    height: 9px;
}
.map-detail {
    bottom: unset;
    left: 30px;
    margin: unset;
    max-width: 400px;
    padding: 32px;
    top: 125px;
    width: 100%;
    box-shadow: 0 2px 6px rgba(0,0,0,.3);
    /*z-index: 1;*/
}

.customService_name {
    font-size: 28px;
    line-height: 40px;
    white-space: nowrap;
    opacity: .3;
    color: #000;
    font-weight: 300 !important;
}
.tabContentCustom {
    opacity: .9;
}
.tabContentCustom p{
    font-size: 20px;
    line-height: 28px;
    color: #181818;
    font-weight: 300;
    margin: 0 !important;
}
.location-info-new__buttons-holder {
    display: flex;
    justify-content: space-between;
    width: 100%;
    font-family: FavoritStd-Regular, sans-serif , Arial;
}
.location-info-new__info-button {
    max-width: 96px;
    padding: 16px 36px;
    margin: 0;
}
.marker-position {
    position: relative;
    top: -3px;
    left: -1px;
}

.location-finder {
    cursor: pointer;
    position: absolute;
    right: 40px;
    top: 20px !important;
    left: auto !important;
    /*z-index: 10;*/
}

.customZoom {
    position: absolute;
    bottom: 34px;
    right: 40px;
    /*z-index: 10;*/
    top: auto !important;
    left: auto !important
}

.customZoomButton {
    background: #fff;
    box-shadow: 0 3px 6px rgba(0,0,0,.2);
    transition: background-color .3s cubic-bezier(.165,.84,.44,1);
    cursor: pointer;
}

.customZoomButton:hover {
    background: #000;
}

.customZoomButton:hover svg {
    fill: #fff;
}

.customZoomButton:first-child {
    margin-bottom: 20px;
}

.location-new-modal__category button {
    line-height: 40px;
}

.item-showroom {
    padding-right: 10px;
    position: relative;
}
.item-showroom:after {
    content: '';

    position: absolute;
    right: -2px;
    top: 7px;
    width: 2px;
    height: 70%;
    background: #0a0a0a;
}


@media screen and (min-width: 768px) {
    .grid-lg {
        display: grid;
    }
    .grid-cols-6-lg {
        grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
    }
    .drawer__model-content .drawer__model-image{
        max-width: 650px;
    }
    #offer_form,
    #rabla_form,
    #mgdays_form,
    #contact_form {
        gap: 8% !important
    }
    .page-solicita-oferta .privacy-statement-notice,
    .page-inscriere-rabla-2025 .privacy-statement-notice,
    .page-mg-family-days .privacy-statement-notice {
        margin-top: 130px !important;
    }
    .optionsWrapper {
        margin-bottom: 3%;
    }
    .page-despre-mg .mainBanner h1 {
        font-size: 3.75em;
        margin-top: 0;
        overflow-wrap: normal;
        line-height: 90%;
        max-width: 400px;
        font-weight: bold;
    }
    .page-ismart .tab-wrapper ul {
        max-width: 1200px;
        margin: 0 auto 80px;
        padding-left: 70px;
    }
    .page-ismart .mainBanner .bg-cover h1 {
        font-size: 3.75em;
        margin-top: 0;
        overflow-wrap: normal;
    }
}

/* Big menu Style */

.drawer__wrapper {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.drawer__subgroup-title {
    font-family: 'Arial','sans-serif';
}

.drawer__model-content .drawer__model-image{
    height: auto;
    max-width: 100%;
    width: 100%;
}
.drawer__link-model {
    padding:0 !important;
    margin-top: 6px;
    margin-bottom: 6px ;
}

.drawer__accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height .5s ease-out;
    padding: 0;
}
.drawer__accordion-content.open {
    max-height: 500px;
    transition: max-height .5s ease-in;
}
.mobileExpend {
    padding-bottom: 16px;
}
.drawer__accordion-content .drawer__accordion-item{
    padding-left: 18px;
}
.drawer__accordion-content .drawer__accordion-item:first-child a{
    padding-top: 3px;
}
.drawer__accordion-content .drawer__accordion-item:last-child a{
    padding-bottom: 20px;
}
.drawer__arrow-mobile {
    transition: all .5s ease;
}
.elementOpen .drawer__arrow-mobile{
    margin-top: 24px;
    transform: rotate(225deg);
}

/* custom Footer */

.customFooter {
    padding-left: 40px;
    padding-right: 40px;
    font-size: .9375em;
    padding-bottom: 40px;
    line-height: 1.1333333333em;
    color: #181818;

}
.customFooter .footer_socials {
    justify-content: right;
    padding-bottom: 44px;
    padding-top: 100px;
    display: flex;
}
.footer_socials .social-item {
    margin-bottom: 0;
    margin-right: 35px;
    text-align: left;
}
.footerDisclaimer {
    margin-top: 40px;
    font-style: italic;
    padding: 10px 5px;
    line-height: 1.5;
}

.footerLogo {
    margin-top: 30px;
    margin-bottom: 35px;
}
.footer_content {
    padding-top: 32px;
    grid-template-columns: .8fr 1.2fr;
    display: grid;
}

.footer_menu {
    grid-template-columns: repeat(3, 1fr);
    padding-top: 0;
    display: grid;
}

.footer_contact p:first-child {
    color: #181818;
    font-family: FavoritStd-Book, sans-serif;
    font-size: 20px;
    font-weight: 350;
    line-height: 28px;
    margin-bottom: 15px;
}
.footer_contact p:not(:first-child) {
    color: #6c6c6c;
    font-family: Arial, sans-serif;
    font-size: 14px;
    font-weight: 350;
    line-height: 20px;
}
.footer_contact p:last-child {
    height: 40px;
    margin-top: 15px;
    display: flex;
    align-items: end;
    margin-bottom: 14px;
}
.footer_contact  > div {
    max-width: 330px;
}
.footer_col_title {
    color: #aeaeae;
    display: flex;
    font-family: FavoritStd-Book, sans-serif;
    font-size: 12px;
    font-weight: 350;
    letter-spacing: 1.25px;
    line-height: 16px;
    padding-bottom: 28px;
    text-transform: uppercase;
}
.footer_link {
    color: #181818;
    font-family: FavoritStd-Book, sans-serif;
    font-size: 16px;
    font-weight: 350;
    line-height: 24px;
    position: relative;
    padding-bottom: 12px;
}
.footer_link:hover::before {
    transform: scaleX(1);
}
.footer_link::before {
    background-color: #181818;
    bottom: 6px;
    content: "";
    height: 3px;
    left: 0;
    max-height: 3px;
    opacity: .6;
    position: absolute;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .3s cubic-bezier(.165,.84,.44,1);
    width: 30px;
}


/* Contact page */

.optionsWrapper {
    grid-column: span 3;
    display: grid;
    flex-direction: row;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8%;
}

#offer_form .form-group:last-of-type,
#rabla_form .form-group:last-of-type,
#mgdays_form .form-group:last-of-type {
    grid-column: span 3;
}

#contact_form .form-group:last-of-type {
    grid-column: span 1;
}

.inputWrapper #dealerField,
.inputWrapper #modelField,
.inputWrapper #departmentField{
    display: none;
}

.dropdown__current {
    align-items: center;
    cursor: pointer;
    display: flex;
    font-weight: 400;
    height: 100%;
    width: 100%;
    color: #fff;
    border-bottom: 1px solid #fff;
    min-height:60px;
    position: relative;
}

#offer_form label,
#rabla_form label,
#mgdays_form label,
#contact_form label{
    display: none
}
.optionsWrapper .inputWrapper  {
    position: relative
}

.customOptions.open {
    display: block !important;
}
.customOptions {
    height: auto;
    padding: 20px 20px 20px 10px;
    background-color: #181818;
    left: 0;
    position: absolute;
    top: 60px;
    width: 100%;
    z-index: 10;
}
.customOptions .option {
    height: 100%;
    list-style: none;
    margin: 0;
    max-height: 200px;
    overflow-y: scroll;
    padding: 0;
    width: 100%;
}
.customOptions .option li {
    background-color: transparent;
    border: none;
    color: #fff;
    cursor: pointer;
    font-size: .875em;
    line-height: 190%;
    margin-bottom: 0;
    outline: none;
    padding: 10px;
    width: 100%;
}

.customOptions .option li:hover {
    background-color: grey;
}
.customOptions .option::-webkit-scrollbar {
    background-color: transparent;
    width: 3px;
}

.customOptions .option::-webkit-scrollbar-thumb {
    background-color: #fff;
}
#offer_form  textarea,
#rabla_form  textarea,
#mgdays_form  textarea,
#contact_form  textarea,
#contact_form_message{
    background: transparent;
    border: none;
    border-bottom: 1px solid hsla(0, 0%, 100%, .5);
    color: #fff;
    height: auto;
    outline: none;
    padding: 0;
    resize: none;
    width: 100%;
    min-height: 75px;
}

#offer_form input,
#offer_form textarea,
#rabla_form input,
#rabla_form textarea,
#mgdays_form input,
#mgdays_form textarea,
#contact_form input,
#contact_form textarea,
#contact_form_message{
    outline:  0 none !important;
    box-shadow: none;
}

.page-contact .form-group label {
    display: none
}

.page-solicita-oferta footer,
.page-inscriere-rabla-2025 footer,
.page-mg-family-days footer,
.page-contact footer{
    position: relative;
    /*z-index: 10;*/
}

#offer_form ::placeholder,
#rabla_form ::placeholder,
#mgdays_form ::placeholder,
#contact_form ::placeholder,
.page-contact ::placeholder{
    opacity: 0.8;
}

.page-contact #contact_form {
    display: flex !important;
    flex-wrap: wrap;
    gap: 8%;
}

.page-contact #contact_form .form-group {
    flex: 0 28%;
}

.page-contact #contact_form .form-group:last-of-type {
    flex: 0 100% !important;
}

#contact_form_message {
    margin-top: 50px
}

/* about page */



@media screen and  (min-width: 1440px) {
    .page-despre-mg .mainBanner,
    .page-ismart .mainBanner{
        height: 420px;
    }
}

@media screen and (min-width: 1600px) {
    .page-despre-mg .mainBanner,
    .page-ismart .mainBanner{
        height: 620px;
    }
    .page-despre-mg .mainBanner .content-center .grid,
    .page-ismart .mainBanner .content-center .grid{
        padding: 0 80px;
    }
}

@media screen and  (min-width: 1024px) {
    .page-despre-mg .mainBanner,
    .page-ismart .mainBanner{
        margin-bottom: 120px;
    }
    .page-despre-mg .mainBanner .content-center .grid,
    .page-ismart .mainBanner .content-center .grid{
        padding: 0 70px;
    }

}
@media screen and  (max-width: 1400px) {
    .page-media .mainBanner,
    .page-ismart .mainBanner{
        padding: 0 40px;
    }
    .page-servicii-post-vanzare .grid {
        padding: 0 40px;
    }
}

@media screen and (min-width: 1280px) and (max-width: 1535px) {
    .page-despre-mg {
        .bgTransparent:not(:first-of-type) {
            padding-left: 100px;
        }
    }
}

.page-despre-mg .mainBanner .bg-cover,
.page-ismart .mainBanner .bg-cover{
    border-radius: 0 !important;
    justify-content: flex-end;
}

.page-ismart .mainBanner .bg-cover {
    justify-content: center !important;
}

.page-despre-mg .mainBanner .section-type-banner,
.page-ismart .mainBanner  .section-type-banner  {
    height: 100%;
}

.page-despre-mg .mainBanner .content-center .grid,
.page-ismart .mainBanner  .content-center .grid{
    display: flex;
    margin: 0 auto;
    max-width: 1360px;
    position: relative;
    width: 100%;
    align-items: flex-end;
}

.page-ismart .mainBanner  .content-center .grid{
    align-items: center;
}


.page-despre-mg .section-type-banner,
.page-ismart .section-type-banner{
    height: 100%;
}
.page-despre-mg .bgTransparent {
    background-color : transparent !important;
    margin-bottom: 40px;
}

.page-ismart .bgTransparent {
    background-color: transparent !important;
}

.page-despre-mg .bgTransparent:nth-child(2) .section-type-heading  h1{
    font-size: 1.5625em;
}

.page-despre-mg .bgTransparent .section-type-heading .text-base  {
    opacity: 0.6
}
.page-despre-mg .bg-cover {
    border-radius: 0 !important;
}

p:empty {
    display: inline-block; /* Or block depending on your needs */
    min-height: 2px; /* Gives a minimum height to the paragraph */
}

.page-media .mainBanner {
    position: relative;
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    color: #000;
}

.page-ismart .section-type-textBlock {
    margin-bottom: 120px;
    text-align: center;
}
.page-ismart .section-type-tab .tab-trigger{
    color: #c2c2c2;
    display: block;
    padding-bottom: 10px;
    font-weight: 500;
    padding-right: 18px;
    position: relative;
    transition: color .2s cubic-bezier(.165,.84,.44,1);
    white-space: nowrap;
    font-size: 1.625em;
    line-height: 2.3076923077em;
    font-family: Favorit, sans-serif;
}
.page-ismart .section-type-tab .tab-trigger[aria-selected="true"] {
    color: #181818;
}
.page-ismart .section-type-tab .tab-trigger[aria-selected="true"]:after {
    background-color: #181818;
    bottom: 0;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    width: 30px;
}

.page-ismart .section-type-tab {
    margin-bottom: 80px;
}

.page-ismart .tabOption {
    display: flex;
    max-width: 1200px;
    margin: 0 auto 0;
}
.page-ismart .tabOption.hidden {
    display: none
}

.page-ismart .tabOption .bannerImage {
    height: 500px;
    max-width: 765px;
    width: 765px;
}

.page-ismart .tabOption .text-content {
    padding-left: 60px
}

.page-ismart .tabOption .text-content > div {
    grid-column: none;
}
.page-ismart .tabOption .text-content h1 {
    font-size: 1.5625em;
    color: #000;
    margin-bottom: 10px;
    font-weight: bold
}

.page-ismart .tabOption .text-content h2 {
    color: rgba(0, 0, 0, .6);
    font-size: 1em;
    font-weight: 400;
    line-height: 1.5;

}

.page-ismart .bgTransparent:nth-child(3) {
    margin-bottom: 80px;
}
.page-ismart .bgTransparent:nth-child(3) .grid {
    display: flex;
    max-width: 1200px;
    margin: 0 auto 0;
    justify-content: center;
    align-items: center;
}

.page-ismart .bgTransparent:nth-child(3) .grid  .section-type-banner {
    height: 500px;
    max-width: 765px;
    width: 765px;
}
.page-ismart .bgTransparent:nth-child(3) .grid  .section-type-banner .bg-cover {
    border-radius: 0 ;
}

.page-ismart .tabWrapper {
    max-width: 1200px;
    margin: 0 auto 80px;
    padding-left: 70px;
}


@media screen and (min-width: 769px) and  (max-width: 1599px)  {
    .page-servicii-post-vanzare .mediaSection {
        padding: 0 40px;
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
    .page-despre-mg .bgTransparent .section-type-banner {
        padding: 0 40px;
    }
}

@media screen and (min-width: 1230px) and  (max-width: 1599px)  {
    .page-despre-mg .bgTransparent .grid {
        max-width: 1200px;
    }
    .page-despre-mg .mainBanner {
        max-width: 100% !important;
    }
    .page-despre-mg .mainBanner .section-type-banner {
        padding: 0 !important;
    }
}

.technicalOptions {
    margin: 0 auto;
    max-width: 100%;
    width: 1224px;
}

.technicalOptions .tab-trigger {
    color: #c2c2c2;
    display: block;
    transition: color .2s cubic-bezier(.165,.84,.44,1);
    white-space: nowrap;
}

.technicalOptions .tab-trigger[aria-selected="true"] {
    color: #000;
}
.tabulator-header {
    border: 0;
}
.tabulator-col-title {
    font-size: 22px;
    color: #c2c2c2;

    @media screen and (max-width: 768px) {
        font-size: 12px;
    }
}
.tabulator-cell,
.tabulator-cell[tabulator-field="versiune"]{
    font-size: 20px;
    font-weight: bold;

    @media screen and (max-width: 768px) {
        font-size: 12px;
    }
}
.tabulator-cell {
    font-weight: normal;
}

.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title,
.tabulator .tabulator-row .tabulator-cell {
    white-space: normal;
}

.tabulator-row {
    background-color: initial !important;
}

.model-hero {
    .model-bg-image {
        @media screen and (max-width: 768px) {
            background-size: 150% auto;
            background-position: top;
            background-color: black;
        }

        @media screen and (min-width: 769px) {
            &.hasVideo {
                background-image: none !important;
            }
        }
    }

    .model-bg-image-mobile {
        background-size: 100% auto;
        background-position: top;
        background-color: black;
        padding-top: calc(100vw - 100px);
    }
}

.mobile-perks {
    position: absolute;
    padding-top: 20px;
    top: 0;
    right: 0;
    padding-right: 20px;
}
.mobile-heroAttributes-border-bottom {
    border-bottom: 1px solid #333;
}

.page-despre-mg .bgTransparent:nth-child(n+3):nth-last-child(n+2) .customSize {
    grid-column: none
}

.page-ismart .bgTransparent:last-of-type iframe{
    width: 100%;
    height: 500px;
    margin-bottom: 40px;
}

.page-servicii-post-vanzare .article-preview {
    position: relative;
}


.page-servicii-post-vanzare .article-preview {
    position: relative;
    padding-bottom: 10px
}
.page-servicii-post-vanzare .article-preview h2 {
    padding-right: 130px;
    font-weight: bold;
    padding-top: 5px;
}
.page-servicii-post-vanzare .article-preview .article-action {
    position: absolute;
    right: 5px;
    top: 0;
}

.page-servicii-post-vanzare .article-preview .article-action a {
    background: linear-gradient(270deg, #000 50%, #fff 0) 100%;
    background-origin: border-box;
    background-size: 300% 200%;
    border-color: #000;
    color: #fff;
    max-height: 48px;
    transition: .4s ease-out;
}
.page-servicii-post-vanzare .article-preview .article-action a:hover {
    background-position: 0 100%;
    color: #000;
}

.page-home {
    .section-type-banner:first-of-type {
        padding-left: 40px;
    }
    .section-type-banner:last-of-type {
        padding-right: 40px;
    }
}

.page-despre-mg {
    .section-type-regularTextBlock {
        iframe {
            margin-bottom: 3rem;
            width: 100%;
        }
    }
}

@media screen and (max-width: 1279px) {
    .page-home {
        .section-type-banner {
            padding-left: 40px;
            padding-right: 40px;
        }
    }
}

@media screen and (max-width: 768px) {
    .glide__bullets {
        display: none;
    }

    .mobile-col-1 {
        grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
    }
    .sm-pt-0 {
        padding-top: 0;
    }
    .map-detail {
        width: calc(100% - 20px);
        left: 0 !important;
        right: 0;
        padding-left: 20px !important;
        padding-right: 20px !important;
        padding-bottom: 20px;
        padding-top: 20px;
        margin: 0 auto;
        /* bottom: 20px; */
        height: auto;
        /* top: auto; */
        top:70px;
    }
    .customZoomButton{
        display: none;
    }
    .tabContentCustom p {
        color: #181818;
        font-size: 14px;
        font-weight: 300;
        line-height: 20px;
    }
    .custom-title .custom-title__name {
        font-size: 1.5em;
        line-height: 32px;
        position: relative;
        width: 100%;
    }
    .location-new-modal__category button{
        font-size: 24px;
        line-height: 40px;
    }

    .titleZone::after{
        width: calc(100% + 40px);
        left: -20px;
    }
    .drawer__wrapper-mobile--visible {
        margin-top: 17px;
    }
    .footer_content {
        grid-template-columns: 1fr;
        padding-top: 12px;
    }
    .footer_menu {
        grid-template-columns: 1fr;
        padding-top: 40px;
    }
    .customFooter {
        padding-left: 20px;
        padding-right: 20px;
    }
    .footer_menu ul {
        padding-bottom: 12px;
    }
    .customFooter .footer_socials {
        justify-content: left;
    }
    .footerLogo svg {
        fill: #181818;
        height: 60px;
        width: 60px;
    }
    .footerLogo {
        margin-bottom: 14px;
    }
    .customFooter .footer_socials {
        padding-top: 50px;
        padding-bottom: 98px;
    }
    #offer_form,
    #rabla_form,
    #mgdays_form,
    #contact_form {
        display: flex !important;
        flex-direction: column !important;
        gap: 0 !important;
    }
    #offer_form .optionsWrapper,
    #rabla_form .optionsWrapper,
    #mgdays_form .optionsWrapper,
    #contact_form .optionsWrapper{
        grid-template-columns: repeat(1, minmax(0, 1fr));
        gap: 0;
        margin-bottom: 15px;
    }
    #offer_form .inputWrapper,
    #rabla_form .inputWrapper,
    #mgdays_form .inputWrapper,
    #contact_form .inputWrapper {
        margin-bottom: 15px;
    }
    .privacy-statement-notice label {
        margin-top: 15px;
    }
    .page-despre-mg .section-type-heading > div {
        grid-template-columns: repeat(1, minmax(0, 1fr));
        padding: 25px !important;
    }
    .page-despre-mg .section-type-banner {
        height: 250px !important;
    }
    .page-despre-mg .mainBanner {
        height: 250px;
    }
    .page-despre-mg .mainBanner h1 {
        font-size: 2.0625em;
        font-weight: bold;
    }
    .page-despre-mg .bgTransparent {
        margin-bottom: 0 !important;
    }
    .page-media .mainBanner {
        padding: 0 20px;
    }
    .page-ismart .tab-wrapper ul {
        flex-direction: row;
        flex-wrap: nowrap;
        overflow-x: auto
    }
    .page-ismart .tab-wrapper ul li {
        margin: 0 !important;
    }
    .page-ismart .tabOption {
        max-width: 100%;
        flex-direction: column;
    }
    .page-ismart .tabOption .bannerImage {
        height: auto;
        width: 100%;
    }
    .page-ismart .tabOption .text-content {
        padding-left: 0
    }
    .page-ismart .bgTransparent:nth-child(3) {
        margin-bottom: 0px;
    }
    .page-ismart .bgTransparent:nth-child(3) .grid .section-type-banner {
        width: 100%;
        height: 250px;
        order: 1;
        padding: 0 25px !important;
    }
    .page-ismart .bgTransparent:nth-child(3) .grid .section-type-heading {
        order: 2;
    }
    .page-ismart .bgTransparent:nth-child(3) .grid .section-type-heading .grid {
        padding: 0 30px !important;
    }
    .page-ismart .bgTransparent:nth-child(3) .grid {
        flex-direction: column;
    }
    .page-ismart .section-type-textBlock {
        margin-bottom: 40px;
        padding: 0 20px;
    }
    .page-media .mainBanner {
        padding: 0;
        margin-bottom: 50px;
    }
    .page-ismart .mainBanner {
        padding: 0;
        height: 250px;
        margin-bottom: 50px;
    }
    .page-ismart .mainBanner .bg-cover h1 {
        font-size: 2.5em;
        line-height: 90%;
        margin-bottom: 20px;
        margin-top: 60px;
        overflow-wrap: break-word;
    }
    .page-home .carousel-tab,
    .page-home .tab-wrapper ul {
        flex-direction: row;
        flex-wrap: nowrap;
        overflow-x: auto;
        width: auto;
    }
    .page-home .carousel-tab li {
        min-width: fit-content;
    }
    .page-contact #contact_form  {
        flex-direction: column
    }

    .page-contact .privacy-statement-notice label {
        margin-top: 50px;
        display: block;
    }
    .page-ismart .bgTransparent:last-of-type iframe {
        height: 300px;
    }
    .page-servicii-post-vanzare .grid {
        padding: 0;
    }
    .page-servicii-post-vanzare  .section-type-heading .customSize{
        padding-left: 25px;
        padding-right: 25px;
        grid-column: none
    }
    .page-servicii-post-vanzare .mainBanner h1 {
        text-align: left;
        font-size: 2.0625em;
        font-weight: 700;
        line-height: 90%;
    }
    .mobileSingleCol {
        grid-template-columns: none;
        display: flex !important;
        flex-direction: column;
    }
    .mobileSingleCol .orderMobile2 {
        order:2;
    }
    .mobileSingleCol .orderMobile1 {
        order: 1;
    }
    .mobileSingleCol .imageWrapper .mobileImage {
        width: 100%;
    }
}

/* Branding on the banner */
a#CybotCookiebotDialogPoweredbyCybot,
div#CybotCookiebotDialogPoweredByText {
    display: none;
}

/* Branding on the Privacy trigger */
#CookiebotWidget .CookiebotWidget-body .CookiebotWidget-main-logo {
    display: none;
}

.page-politica-cookie .section-type-regularTextBlock {
    background-color: #181818;
}

.CookieDeclaration {
    font-family: Favorit, sans-serif;
    margin-left: auto;
    margin-right: auto;
    max-width: 1536px;
    padding: 1rem;
    font-size: 18px;
    color: white;

    .CookieDeclarationDialogText {
        font-size: 20px;
    }

    #CookieDeclarationChangeConsentChange {
        text-decoration: underline;
    }

    #CookieDeclarationChangeConsentWithdraw {
        text-decoration: underline;
    }

    .CookieDeclarationType {
        font-size: 17px;
        border: none;
        margin-top: 1.5rem;

        .CookieDeclarationTypeHeader {
            margin-bottom: 0.5rem;
        }
    }

    .CookieDeclarationTableHeader {
        padding: 8px;
    }

    .CookieDeclarationTableCell {
        padding: 8px;
    }

    .CookieDeclarationTable {
        color: #b7b7b7;
    }

    .CookieDeclarationIntro {
        color: #b7b7b7;
        font-size: 17px;
        margin-top: 2rem;
        margin-bottom: 2rem;
    }
}


.rabla-page-disclamer {
    padding-bottom: 10px;
    padding-top: 20px;
}
.rabla-page-disclamer h6 {
    font-size:18px;
    font-weight:bold;
    padding-bottom:20px;
}
.rabla-page-disclamer p {
    padding-bottom:15px;
    color: rgb(24, 24, 24);
}
.rabla-page-header {
    /* width: 100%; */
    background: url("https://cdn.sanity.io/images/4xvgbb1a/production/cbef65f0ba3748f9fd581dd90eae7cdce6515812-1920x1080.jpg");
    background-size: cover;
    background-position: center;
    max-width: 100%;
    height: 750px;
    position: relative;
    margin-bottom: 0px !important;
}

@media screen and (max-width: 768px) {
    .rabla-page-header { 
        background: url("https://cdn.sanity.io/images/4xvgbb1a/production/344af8193ddceddb6c87eeecacee6ae28b935d67-1080x1500.jpg");
        background-size: cover;
        height: 500px;
    }
}

.rabla-page-header .title-v2 {
    position: absolute;
    bottom: 25px;
    /* margin-left: 25px; */
    padding: 20px;
    background-color: rgba(0, 0, 0, .4);
    /* margin-left: 65px;
    margin-right: 65px; */
}

.rabla-page-header .request__form-holder {
    height: 100%;
    bottom: 0;
}



.mgdays-page-disclamer {
    padding-bottom: 10px;
    padding-top: 20px;
}
.mgdays-page-disclamer h6 {
    font-size:18px;
    font-weight:bold;
    padding-bottom:20px;
}
.mgdays-page-disclamer p {
    padding-bottom:15px;
    color: rgb(24, 24, 24);
}
.mgdays-page-header {
    /* width: 100%; */
    background: url("https://cdn.sanity.io/images/4xvgbb1a/production/ef6fafceb3d03e4dacf5fd61ea5cd0a03dcb236a-1920x1080.jpg");
    background-size: cover;
    background-position: center;
    max-width: 100%;
    height: 750px;
    position: relative;
    margin-bottom: 0px !important;
}

@media screen and (max-width: 768px) {
    .mgdays-page-header { 
        background: url("https://cdn.sanity.io/images/4xvgbb1a/production/7577779f9e43d5f7944a0c6422bb18d5396a44f5-1080x1500.jpg");
        background-size: cover;
        height: 500px;
    }
}

.mgdays-page-header .title-v2 {
    position: absolute;
    bottom: 25px;
    /* margin-left: 25px; */
    padding: 20px;
    background-color: rgba(0, 0, 0, .4);
    /* margin-left: 65px;
    margin-right: 65px; */
}

.mgdays-page-header .request__form-holder {
    height: 100%;
    bottom: 0;
}



form[name=rabla_form] .form-title {
    color: #fff;
    font-size: 1.25em;
    padding-bottom: 40px;
}
form[name=mgdays_form] .form-title {
    color: #fff;
    font-size: 1.5em;
    padding-bottom: 40px;
}
form[name=mgdays_form] .form-description {
    color: #fff;
    font-size: 1.1em;
    padding-bottom: 40px;
}





.accordion {
    border-bottom: 1px solid #505062;
    margin-bottom: 24px;
}
.accordion:last-child {
    border-bottom: 0 ;
}
.accordion .slider-section-features__title {
    align-items: top;
    background-color: transparent;
    border: unset;
    color: #333;
    cursor: pointer;
    display: flex;
    font-size: clamp(1.5rem, 1.25rem + .8vi, 1.25rem);
    font-weight: 350;
    justify-content: space-between;
    letter-spacing: -.01em;
    line-height: clamp(2rem, 1.5rem + 1.6vi, 2.5rem);
    padding: unset;
    text-align: start;
    transition: color .3s ease;
    margin-bottom: 24px;
    width: 100%;
}
.accordion-content {
    display: none;
    padding: 0px 0px 15px 0px;
    color: #000;
}
.open .accordion-content {
    display: block;
}
.accordion-header .accordion-minus-icon {
    display: none;
}
.accordion-header .accordion-plus-icon {
    display: block;
    margin-top: 10px;
    margin-left: 5px;
}
.open .accordion-header .accordion-plus-icon {
    display: none;
}

.open.accordion .slider-section-features__title {
    color: #000;
}

.open .accordion-header .accordion-minus-icon{
    display: block;
    margin-top: 10px;
    margin-left: 5px;
}

.accordionImage {
    display: none;
    border-radius: 10px;
}
.accordionImage.show {
    display: block;
}

.accordionSection {
    display: grid;
    gap: 24px;
    /* grid-template-columns: repeat(10, 1fr); */
    /* margin-top: -60px; */
}

.accordionSection-content{
    grid-column: 2 / span 3;
    grid-row: 1;
    display: flex;
    flex: 1;
    flex-direction: column;
}
.accordionSection-images {
    grid-column: 6 / span 4;
    grid-row: 1;
    width: 100%;
}

@media (min-width: 768px) {
    .accordionSection {
        /* padding: 25px; */
        padding: 50px 0px;
    }
    .visible-mobile {
        display: none;
     }
}

@media screen and (max-width: 768px){
    
    .accordion-content {
        font-size: 14px;
        color: #000
    }

    .accordionSection .accordionSection-images {
        display: none !important;
    }

    .accordionSection {
        display: flex;
        /* padding: 0 12px;
        margin-top: 0; */
        padding: 0px;
        margin-top: 40px;
    }

    .visible-mobile {
        display: block;
        margin: 20px 0;
        border-radius: 10px;
    }
}

#header-v2 .header-inner {
    @media screen and (max-width: 768px) {
        padding-bottom: 25px !important;
    }
    
    padding-bottom: 75px;
}

.text-\[20px\] {
    font-size: 20px;
}
.carousel-hp-title {
    height: 36px;
}
.carousel-hp-subtitle {
    height: 60px;
    line-height: 24px;
}
.carousel-hp-slide {
    height: 500px;
}
.carousel-hp-slide-xl {
    height: 825px;
}
.carousel-hp-perks {
    width: 100px;
}
.carousel-hp-perks-xl-container {
    padding: 20px 20px 0px 0px;

    .carousel-hp-perks-xl {
        width: 150px;
    }
}
.carousel-hp-text-xl {
    padding: 20px 0px 0px 20px;

    h1 {
        font-weight: bold;
        padding-bottom: 10px;
    }
    h2 {
        color: #f7f7f7;
        opacity: .7;
    }
}
.carousel-hp-pricing-xl {
    position: absolute;
    bottom: 40px;
    padding-left: 20px;
}
.carousel-hp-cta {
    
}


@media screen and  (min-width: 1440px) {
    
}

@media screen and (min-width: 1600px) {
    .pt-60px {
        padding-top: 60px;
    }
    .pb-60px {
        padding-bottom: 60px;
    }        
}

@media screen and  (min-width: 1024px) {
    .lg-pt-0 {
        padding-top: 0px;
    }
}

.pt-0 {
    padding-top: 0px;
}
.hide-last-element div:last-child {
    background-color: #15db40;
}

.buttonLink {
    text-decoration: none !important;   

    &:hover {
        fill: #fff;
        
        .fill-black {
            fill: #fff;
        }
    }

    .icon {
        fill: inherit;   

        &.icon-download {
            float: right;
            margin-top: 5px;
            margin-left: 10px;
        }
        &.icon-arrow-right {
            float: right;
            margin-top: 11px;
            margin-left: 10px;
        }
    }
}

.fill-black {
    fill: #111827;
}
.text-5xl {
    font-size: 4rem;
}

.carPostDescription {
    p {
        color: #fff;
        font-size: 1.125rem;
        line-height: 1.75rem;
        margin-bottom: 10px;
    }
    
}

.badge-new {
    align-items: center;
    background-color: #000;
    border-radius: 4px;
    display: flex;
    height: 10px;
    justify-content: center;
    padding: 8px 4px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    color: #fff;
    font-size: 8px;
    font-weight: bold;
    /* margin: 3px 0px 0px 5px; */
}

.ml-2 {
    margin-left: 0.5rem;
}
.ml-3 {
    margin-left: 0.75rem;
}

.mapSelectDealeContainer {
    background-color: #fff;
    border: 2px solid #fff;
    border-radius: 5px;
    box-shadow: 0 2px 6px rgba(0,0,0,.3);
    color: rgb(25,25,25);
    cursor: pointer;
    font-size: 16px;
    line-height: 38px;
    margin: 30px 0 22px;
    padding: 5px;
    text-align: center;
    width: 400px;
    height: auto;
    left:30px !important;
}

@media screen and (max-width: 768px) {
    .mapSelectDealeContainer {
        width: calc(100% - 20px);
        left: 0 !important;
        right: 0;
        margin: auto;
        margin-top:10px;
    }
}

#customSelect {
    width: 100%;

    appearance: none;           
    -webkit-appearance: none;   
    -moz-appearance: none;      

    border: none;              
    border-bottom: 1px solid #ccc; 
    background: transparent url("data:image/svg+xml;utf8,<svg%20width='10'%20height='8'%20viewBox='0%200%2010%208'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'><path%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M5.848%206.643a1%201%200%2001-1.696%200L.956%201.53A1%201%200%20011.804%200h6.392a1%201%200%2001.848%201.53L5.848%206.643z'%20fill='%23CCCCCC'/></svg>") no-repeat right 8px center;
    background-size: 11px;
    outline: none;             

    &:focus {
        /* border: none; */
        outline: none;
        box-shadow: none;
        border-bottom-color: #ccc;
    }
    &:active {
        outline: none;
        box-shadow: none;
        border-bottom-color: #ccc;
    }
}
