.top-part .current_page_item a {
    color: var(--primary-color);
}

.top-part .current_page_item a::before {
    opacity: .4;
    color: var(--primary-color);
}

.leasing-item a::before {
    background: radial-gradient(42.2% 42.2% at 50% 50%, rgba(255, 255, 255, 0.3) 0%, rgba(0, 0, 0, 0) 100%) !important;
}

.leasing-item a {
    color: var(--primary-color) !important;

}

#response {
    margin: 15px;
    font-size: 12px;
}

#response .error-msg {
    margin: 0;
    color: #b70000;
    background: white;
    border-radius: 8px;
    padding: 5px;
    margin-bottom: 5px;
}

.checkbox-box.error {
    border-bottom: 1px solid #b70000;
}

.leasing #response .error-msg {
    color: #b70000;
}

.no-padding-top {
    padding-top: 0;
}

.no-padding-bottom {
    padding-bottom: 0;
}

.disabled.submit-button {
    background-color: #ccc;
    cursor: not-allowed;

}

@media (min-width: 1290px) {
    .reservation-form .accessories-list {
        margin-top: auto;
        height: 100%;
    }
}

.wp-block-button__link {
    padding: 15px 30px;
    font-size: 14px;
    line-height: 1.3;
    font-weight: 600;
    cursor: pointer;
    display: inline-block;
    border: 1px solid rgba(0, 0, 0, 0);
    color: white;
    text-align: center;
    transition: .3s all;
    background: rgba(0, 0, 0, 0);
    border-radius: 8px;
    background: #9e0909;
}

.wp-block-button__link:hover {
    background: white;
    color: #000;
}

.lease-fleet-count {
    font-weight: 600;

    flex-direction: row;
    align-items: center;
    justify-content: center;

}

.page-header .main-nav .bottom-part {
    position: relative;
}

.lease-fleet-count span {
    color: #000;
    background: var(--primary-color);
    padding: 0 4px;
    border-radius: 8px;
    margin-left: 2px;
    font-size: 10px;
}

.leasing #main-menu li:last-child a {
    display: none;
}

.leasing #main-menu li:last-child.active {
    display: flex;

}

.leasing #main-menu li:last-child.active a {
    display: block;
}

.vehicle-luxury-form.active,
.off-lease-popup-form.active {
    display: flex;
}

.vehicle-luxury-form,
.off-lease-popup-form {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.8);
    z-index: 1000;
    transition: background-color 0.3s, color 0.3s;
}

.popup-wrapper {
    background: black;
    padding: 50px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    width: 90%;
    max-width: 790px;
    transition: background-color 0.3s, color 0.3s;
}


@media (max-width: 990px) {
    .popup-wrapper .form-group.animated-label input[type="text"], .form-group.animated-label input[type="email"], .form-group.animated-label input[type="password"], .form-group.animated-label input[type="tel"], .form-group.animated-label textarea, .form-group.animated-label select {
        padding: 15px 15px 14px;
        font-size: 12px;
    }

    .popup-wrapper .form-group.animated-label label {
        font-size: 12px;
    }

    .vehicle-luxury-form .container .column,
    .off-lease-popup-form .container .column {
        margin-bottom: 15px;
    }

    .off-lease-popup-form .container textarea {
        height: 80px;
    }

}

.vehicle-luxury-form .form-headline,
.off-lease-popup-form .form-headline {
    position: relative;
}

.vehicle-luxury-form .form-headline svg,
.off-lease-popup-form .form-headline svg {
    width: 15px;
    fill: white;
    position: absolute;
    top: 15px;
    right: 20px;
    cursor: pointer;
}

.vehicle-luxury-form .container,
.off-lease-popup-form .container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.vehicle-luxury-form .container .column,
.off-lease-popup-form .container .column {
    width: calc(50% - 10px);
}

.vehicle-luxury-form .container .column:nth-child(3),
.off-lease-popup-form .container .column:nth-child(3) {
    width: 100%;
    margin-top: 15px;
}

.vehicle-luxury-form .container .checkbox-box .field-title,
.off-lease-popup-form .container .checkbox-box .field-title {
    font-size: 12px;
}

.description.leasing {
    font-size: 14px !important;
    max-width: 60%;

}

.content-section .section-header .description.off-lease {
    font-size: 14px;
    max-width: 60%;
}

@media (max-width: 768px) {
    .vehicle-luxury-form .container .column,
    .off-lease-popup-form .container .column {
        width: 100%;
    }

    .content-section .section-header .description.off-lease {
        max-width: 100%;
    }

    .description.leasing {
        font-size: 14px !important;
        max-width: 100%;

    }
}


.swal2-confirm.swal2-styled {
    background: var(--primary-color);
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
}

.swal2-cancel.swal2-styled {
    color: white;
    background: black;
    border: none;
    padding: 10px 20px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
}

.offer-box {
    background: #1e1e1e !important;
    box-shadow: 0 0 8px 1px rgba(0, 0, 0, .5) !important;
}

.offer-box:hover {
    background: var(--primary-gradient) !important;
    box-shadow: var(--primary-shadow) !important;
}

.offer-box {
    color: white !important;
}

.offer-box:nth-child(1)::before {
    content: "";
    left: 1px;
    right: 1px;
    top: 1px;
    bottom: 1px;
    position: absolute;
    display: block;
    background: #1e1e1e;
    border-radius: inherit;
    z-index: 1;
}

.wp-block-table td {
    border-color: #383838;
}


.quick-reservation-box .error {
    border: 1px solid #e66666;
    border-radius: 10px;
}

.quick-reservation-box .hidden {
    display: none;
}

.quick-reservation-box .show {
    display: block;
}

#priceListTab {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    max-width: fit-content;
    align-items: center;
}

#priceListTab .nav-item {
    margin-right: 40px;
}

#priceListTab .nav-link.active {
    font-size: 40px;
    color: white;
    text-decoration: none;
}

.prices-table-box .prices-table {
    display: none;
}

.prices-table-box .prices-table.active {
    display: table;
}

.current-menu-item.menu-item a {
    color: var(--primary-color);
}

@media (max-width: 990px) {
    .top-part .socials-list {
        position: absolute;
        bottom: 15px;
    }

    .top-part .socials-list a {
        font-size: 25px;
    }

    .top-part .actions-list {
        position: absolute;
        bottom: 80px;
    }
}

.about-us-text-box .normal-text {
    font-size: 18px;
}

.about-us-text-box .bigger-text {
    font-size: 20px;
}

@media (max-width: 768px) {
    .about-us-text-box .bigger-text {
        font-size: 16px;
    }
}

.swal2-modal .swal2-title {
    padding: 15px;
}

.product-box.horizontal {
    width: 100%;
}

.product-box.horizontal .inner {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-content: center;

    width: 100%;
}

.product-box.horizontal .price-wrap,
.product-box.horizontal .text-wrap {
    padding: 30px 40px;
}

.product-box.horizontal .image-wrap {
    position: relative;
    overflow: hidden;

}

.product-box.horizontal .image-wrap img {
    transition: all 0.2s;
    object-fit: cover;
    width: 100%;
    height: 100%;
    object-position: left;
}

.product-box.horizontal:hover .image-wrap img {
    transform: scale(1.1);

}

.product-box.horizontal .image-wrap .tag {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 1;

}

.product-box.horizontal .tag {
    background: var(--primary-color);
    color: white;
    padding: 4px 16px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 5px;
    margin-right: 10px;
    max-width: max-content;
}

.product-box.horizontal .text-wrap {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.product-box.horizontal .text-wrap h3 {
    font-size: 28px;
    margin-bottom: 20px;
}

.product-box.horizontal .inner > div {
    flex: 1;
}


.product-box.horizontal .price-wrap .price-box:after {
    background: linear-gradient(85deg, rgba(255, 255, 255, 0.03) 2.96%, rgba(217, 217, 217, 0.03) 96.14%);

}

.product-box.horizontal .price-wrap * {
    position: relative;
}

.product-box.horizontal .price-wrap .price-box::before {
    background: var(--background-color);
}

.product-box.horizontal .price-wrap .price-box:before,
.product-box.horizontal .price-wrap .price-box:after {
    content: "";
    position: absolute;
    left: 1px;
    top: 1px;
    bottom: 1px;
    right: 1px;
    display: block;
    border-radius: inherit;
    pointer-events: none;
}

.product-box.horizontal .price-wrap .price-box {
    width: 100%;
    z-index: 3;
    margin-left: -5%;
    position: relative;
    background: var(--primary-gradient);

    border-radius: 8px;
    box-shadow: var(--primary-shadow);
    display: flex;
    flex-direction: row;
    align-content: center;
    padding: 30px 15px;
    position: relative;
    align-items: center;
}


.product-box.horizontal .price-column {
    width: 50%;
    text-align: center;

}

.product-box.horizontal .price-column .price:nth-child(1) {
    font-size: 18px;
}

/*.product-box.horizontal  .price-column .price:nth-child(2) {*/
/*    font-size: 28px;*/
/*    font-weight: 500*/
/*}*/

/*.product-box.horizontal  .price-column .price:nth-child(3) {*/
/*    font-size: 14px;*/
/*}*/

.product-box.horizontal .price-column .price {
    font-size: 20px;
    font-weight: 500;
}

.product-box.horizontal .price-column .price.period {
    font-size: 16px;
}

.product-box.horizontal .price-column .price small {
    font-size: 14px;
}

.content-wrap .content-wrap {
    padding: 0;

}

@media (max-width: 990px ) {
    .product-box.horizontal .price-wrap .price-box {
        flex-direction: column;
        background: transparent;
        margin-left: 0;
        box-shadow: none;
        padding: 0;
        align-items: stretch;
    }

    .product-box.horizontal .inner {
        flex-direction: column;
    }

    .product-box.horizontal .price-wrap, .product-box.horizontal .text-wrap {
        padding: 25px 15px;
    }

    .product-box.horizontal .text-wrap {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .product-box.horizontal .price-wrap .price-box::before, .product-box.horizontal .price-wrap .price-box::after {
        content: none;
    }

    .product-box.horizontal .price-column {
        text-align: right;
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: flex-end;
        align-items: baseline;
        flex-wrap: wrap;
        margin-left: auto;
        margin-top: -10%;
    }

    .product-box.horizontal .price-column .price:nth-child(1) {
        width: 100%;
        text-align: right;
        font-size: 14px;
    }

    .product-box.horizontal .price-column .price:nth-child(2) {
        width: 100%;
        font-size: 18px;
    }

    .product-box.horizontal .image-wrap img {
        border-radius: 15px;
    }

    .product-box.horizontal .text-wrap h3 {
        font-size: 16px;
        width: 100%;
    }

    .product-box.horizontal .tag {
        font-size: 14px;
        display: flex;
        flex-direction: column;
        align-content: center;
        justify-content: center;
        max-height: 38px;

    }

    .product-box.horizontal .inner > div {
        flex: unset;
    }
}


.total-price.white {
    color: white;
    font-weight: 500;
}

.car-longterm-specification-list {
    margin-top: auto;
    display: flex;
    justify-content: center;
}

.car-longterm-specification-list li {
    padding: 0 25px;
    position: relative;
    flex: 1;
    text-align: center;
}

.product-detail-box .car-longterm-specification-list li {
    padding: 0 3.5%;
}

.car-longterm-specification-list li .icon {
    margin-bottom: 10px;
}

.car-longterm-specification-list li:after {
    content: "";
    right: 0;
    top: 7px;
    bottom: 7px;
    background: linear-gradient(to top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 100%);
    display: block;
    width: 1px;
    position: absolute;
}

.car-longterm-specification-list li p {
    font-size: 14px;
}

.gallery-box .mini-preview:last-child::after {
    content: '';
}

@media (max-width: 991px) {

    .top-part .actions-list,
    .top-part .socials-list {
        position: relative;
        bottom: auto;
        right: 0;
        margin-top: 20px;
    }

    /*//add overflow-y:scroll to .page-header .main-nav.active*/
    .page-header .main-nav.active {
        overflow-y: scroll;
        overflow-x: hidden;
    }

    .no-scroll {
        overflow: hidden;
    }

    .page-header .main-nav {
        width: 100vw;
    }

    .top-part .bottom-part {
        margin: 20px 0;
    }

    .top-part .socials-list a {
        margin: 0 15px;
    }
}


#footer-menu a,
#branches-menu a {
    color: #868686;
}

#footer-menu a:hover,
#branches-menu a:hover {
    color: var(--primary-color);
}

.wow {
    visibility: hidden;
}

.leasing .about-us-icon-box .text {
    display: flex;
    align-content: center;
    align-items: center;
}


.leasing .swal2-confirm.swal2-styled {
    border: 1px solid black !important;
    color: black !important;
}

.leasing .download-box .download-link {
    background: transparent;
}

.leasing .current-menu-item a {
    text-decoration: underline;
    text-underline-offset: 5px;
}

.rating {
    margin-bottom:15px;
}
.rating i.fa {
    font-size: 20px !important;
}

.rating h3 {
    display: flex;
}

.rating .stars {
    margin: 0 10px;
}


.choices__list--multiple .choices__item {
    background: transparent;
    border: 1px solid #515151;
}

.form-group .choices__input[name="search_terms"] {
    display: none;
}

.form-group.has-search .choices__input[name="search_terms"] {
    display: block;
}

.choices__list--multiple .choices__item.is-highlighted {
    background: var(--primary-color);
    color: white;
}

.choices[data-type*="select-multiple"] .choices__button, .choices[data-type*="text"] .choices__button {
    border-left: 1px solid grey;
}

.form-group.destination-group {
    min-height: 59px;
}

label.destination-label {
    position: absolute;
    left: 50px;
    top: 19px;
}

.thank-you-section::after {
    pointer-events: none;
}
.category-slider-box .glide__track{
   overflow: hidden;
}

.category-slider-box:hover .glide__track{
    overflow: visible;
}

#archive{
    overflow: visible;
}

.leasing .service-boxes-container{
    padding: 50px 0;
}

.leasing .contacts-list .language-images-wrapper{
    width:auto;
}
.leasing .contacts-list ul li{
    width: 100%;
}

.branch-detail-box iframe{
    max-width: 100%;
}

@media(max-width: 991px){
    .mobile-nav  .phone-button  {
        display: none;
    }
    .page-header .main-nav.active + .mobile-nav .phone-button{
        display: none!important;
    }
    .content-section .section-header .breadcrumbs-list,
    .content-section .section-header .breadcrumbs-list:last-child{
        margin-bottom: 15px;
    }
}

@media(max-width: 490px){
    .category-slider-box{
        padding:40px 0;
    }
}

div.off-lease-form .container{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

div.off-lease-form .container .column {
    width: calc(50% - 10px);
}
div.off-lease-form .container .column:nth-child(3) {
    width: 100%;
    margin-top: 15px;
}
.radio-boxes-container{
    display:flex;
    flex-direction:row;
    align-items:center;
}

.input-other.active{
    display:block;
}
.input-other{
    background: rgba(51,51,51,.47);
    border-radius:8px;
    display:none;
}

.input-other input{
    max-width:100px;
    min-width:100px;
}

.radio-box .error{
    border:1px solid #b70000;
    border-radius:8px;
}

.table-data-sheet{
    width: 100% !important;
}