h5{
    color: #3d358a;
    font-weight: 700;
}

#map {
    height: 300px;
    background-image: url('/images/bg-map.svg');
}

.map-popup {
    background: #fff;
}

.map-popup h4 {
    font-size: 20px;
    font-weight: 600;
    color: #3a358a;
    padding: 12px 30px;
}

@media (max-width: 1524px) {
    #map {
        mask-size: cover;
    }
}

.select-lanhuage{
    border-radius: 0;
    font-size: 12px;
    color: #3b358b;
    background-color: #f9f9ff;
    font-weight: 500;
    border: none;
    padding: 0 10px;
    height: 25px;
}

.main-bg-image{
    background-image: url('/images/aktuality/caree.png');
    background-position: center;
    padding-top: 160px;
    padding-bottom: 160px;
    background-repeat: no-repeat;
    background-size: cover;
}

.tenerife-page-text{
    padding: 0;
}

.tenerife-page-text-png{
    padding: 0;
}

.tenerife-page-text-other{
    padding: 0;
}

.clients-gallery{

}

.elipsis{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.clients-gallery .client-image-link{
    display: block;
    height: 200px;
    background-size: cover;
    background-position: center;
}

.clients-gallery .client-image{
    max-width: 100%;
    max-height: 200px;
    display: block;
    margin: auto;
}

/* .client-gallery-text span{
    font-size: 13px;
    color: #838383;
} */

.filter-label{
    font-size: 13px;
    color: #726f6f;
}

.cardbox__price-status{
    font-size: 0.8rem;
    font-weight: 600;
    color: #fff;
    position: absolute;
}

/* .cardbox__price-status .price-status{
    background: rgba(61, 53, 138, 0.6);
    padding: 0.35em 1em;
} */

.cardbox__price-status .price-status-bronze{
    background: #cd7f3294;
    padding: 5px;
}
.cardbox__price-status .price-status-silver{
    background: #c0c0c0d1;
    padding: 5px;
}
.cardbox__price-status .price-status-gold{
    background: #d7b5009e;
    padding: 5px;
}

.cardbox__price-status .price-status-img{
    max-width: 25px!important;
    min-height: 25px!important;
    margin: -2px 0px 0px 0px ;
}


/* The side navigation menu */
.sidenav {
    height: 100%; /* 100% Full-height */
    width: 0; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 1001; /* Stay on top */
    top: 0;
    left: 0;
    background-color: white; /* white*/
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 60px; /* Place content 60px from the top */
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */

  }

.filtr-title{
    position: absolute;
    top: 0;
    padding: 20px;
}

.filter-list-sidebar{
    padding: 15px;
}

.sidenav::-webkit-scrollbar {
    width: 3px;
}

 .sidenav::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}

.sidenav::-webkit-scrollbar-thumb {
    background-color: #3d358a;
    outline: 1px solid slategrey;
}

/* The navigation menu links */
.sidenav a {
padding: 8px 8px 8px 32px;
text-decoration: none;
font-size: 25px;
color: #818181;
display: block;
transition: 0.3s;
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
color: #f1f1f1;
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
position: absolute;
top: 0;
right: 25px;
font-size: 36px;
margin-left: 50px;
cursor: pointer;
}

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
transition: margin-left .5s;
padding: 20px;
}

.sidenav-footer{
display: flex;
flex-direction: column;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
/* @media screen and (max-height: 450px) {
.sidenav {padding-top: 15px;}
.sidenav a {font-size: 18px;}
} */

#caravans_list{
position: relative;
}

#caravans_list.onload::after{
content: '';
position: absolute;
top: 0;
bottom: 0;
right: 0;
left: 0;
margin: 0 -15px;
background: #ffffff85;
display: block;

}

.small-filter-modal-body{
padding-top: 45px;
}

.card-small-screen{
border-radius: 0;
background-color: #fff;
}

.screen-filter{
display: none;
}

.button-for-side-filter{
    border-radius: 0;
}

.compare-wrapper{
    padding-top: 130px;
}

/*
@media (min-width: 2399px){
    .sidenav{
        width: 500px;
    }
} */

.filtr-search-error{
    padding-top: 160px;
}

.filtr-search-error h3{
    color: #3d358a;
}

.caravan-price-for-sale,
.caravan-price-last-for-sale-year,
.caravan-price-for-sale-mileage,
.caravan-price-for-sale-fuel,
.caravan-price-for-sale-transmission{
    margin-left: 20px;
    font-size: 20px;
    font-weight: 600;
    color: rgba(240, 129, 21, 0.8588235294);
}

.caravan-price-for-sale-sign{
    color: #3d358a;
}

.vehicle-item-form-delete-item{
    position: absolute;
    top: 0;
    right: 0;
}

.vehicle-item-form-delete-item-button{
    background: none;
    border: none;
    display: none;
}

.vehicle__thumbnail:hover  .vehicle-item-form-delete-item-button{
    display: block;
    transition: 0.3s;
}

.add-compare-button:not(.text-secondary)+.compare-link{
    display: none;
}

.compare-btn-to-clear-all{
    margin-right: 30px;
}

.compare-btn-to-clear-all-svg svg{
    width: 10%;
    fill: white;
}

.empty-compare{
    margin-top: 10%;
    text-align: center;
    font-size: 35px;
    margin-left: 10%;
    color: #5a5a5a;
}

.home-page-service-text-block{
    word-break: break-word;
}


/* Loared */
.lds-spinner {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}
.lds-spinner div {
    transform-origin: 40px 40px;
    animation: lds-spinner 1.2s linear infinite;
}
.lds-spinner div:after {
    content: " ";
    display: block;
    position: absolute;
    top: 3px;
    left: 37px;
    width: 6px;
    height: 18px;
    border-radius: 20%;
    background: #312a6e;
}
.lds-spinner div:nth-child(1) {
    transform: rotate(0deg);
    animation-delay: -1.1s;
}
.lds-spinner div:nth-child(2) {
    transform: rotate(30deg);
    animation-delay: -1s;
}
.lds-spinner div:nth-child(3) {
    transform: rotate(60deg);
    animation-delay: -0.9s;
}
.lds-spinner div:nth-child(4) {
    transform: rotate(90deg);
    animation-delay: -0.8s;
}
.lds-spinner div:nth-child(5) {
    transform: rotate(120deg);
    animation-delay: -0.7s;
}
.lds-spinner div:nth-child(6) {
    transform: rotate(150deg);
    animation-delay: -0.6s;
}
.lds-spinner div:nth-child(7) {
    transform: rotate(180deg);
    animation-delay: -0.5s;
}
.lds-spinner div:nth-child(8) {
    transform: rotate(210deg);
    animation-delay: -0.4s;
}
.lds-spinner div:nth-child(9) {
    transform: rotate(240deg);
    animation-delay: -0.3s;
}
.lds-spinner div:nth-child(10) {
    transform: rotate(270deg);
    animation-delay: -0.2s;
}
.lds-spinner div:nth-child(11) {
    transform: rotate(300deg);
    animation-delay: -0.1s;
}
.lds-spinner div:nth-child(12) {
    transform: rotate(330deg);
    animation-delay: 0s;
}
@keyframes lds-spinner {
    0% {
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
}

.lds-preloader{
    position: absolute;
    z-index: 3;
    background: #ffffff6b;
    height: 100%;
    width: 100%;
    justify-content: center;
    align-items: center;
    display: none;
}

.lds-preloader.active{
    display: flex;
}

.lastminutes-img img{
    max-width: 240px;
}

.link-t67{
    position: absolute;
    z-index: 5;
    left: 101px;
    bottom: 12px;
}

.link-t67s{
    position: absolute;
    z-index: 5;
    right: 112px;
    bottom: 12px;
}

.popup-image-tenerife{
    /* width: 600px; */
}

.popup-tenerife-close{
    padding: 5px!important;
    position: absolute;
    left: 95%;
    font-size: 25px;
    color: #000000!important;
    border-radius: 21%!important;
    background: #fff!important;
}

.career-list-contact{
    list-style: none;
    padding: 0;
}

.price-title{
    font-size: 18px;
    color: #3d358a;
    font-weight: bold;
}

.price-sum{
    font-size: 18px;
    color: #f08115;
    font-weight: bold;
}

.logos-wrapp{
    width: 50%;
    padding: 10%;
}

/* .caravan-list-old-price,
.caravan-show-old-price{
    color: #818181;
    font-size: 18px;
    text-decoration: line-through red 2px;
    font-weight: bold;
} */
.caravan-list-old-price,
.caravan-show-old-price {
    color: #818181;
    font-size: 18px;
    text-decoration: line-through; /* fallback */
    text-decoration-line: line-through;
    text-decoration-color: red;
    text-decoration-thickness: 2px;
    font-weight: bold;
}


.header{
    /* top: 25px!important; */
}

.caravan-carousel-item{
    /* padding: 0, 90px!important; */
}

.top-for-header{
    top: 25px!important;
}

.header-info-line{
    /* background-color: rgb(61 53 138); */
    background-color: rgb(265, 48, 43, 1);

    display: flex;
    height: auto;
    left: 0px;
    position: fixed;
    top: 0px;
    transition: transform 0.4s ease 0s;
    width: 100%;
    z-index: 1000;
    /* color: #fff; */
    color: black;
    font-weight: bolder;
    justify-content: center;
}

.header-info-line-link{
    color: #fff!important;
}

.header-info-line-link:hover{
    color: #f08115!important;
    transition: 0.4s;
}

.discount-text-vue{
    text-align: center;
    color: red;
    font-weight: 700;
    font-size: 16px;
}

.head-review-list{
    display: flex;
}

.review-list-yellow{
    color: rgb(255, 238, 0);
}

.review-list-service{
    word-break: break-word;
}

.devider-review{
    background-color: #312a6e;
    padding: 1px;
}

.caravan-for-sale-saled{
    position: absolute;
    color: red;
    font-weight: 900;
    top: 78px;
    rotate: 25deg;
    font-size: 40px;
}

@media (max-width: 1806px){

    .full-screen-filter{
        display: none;
    }

    .screen-filter{
        display: block;
    }

}

@media (min-width: 1399px){

    .cardbox__price-status{
        top: 20px;
        right: 0;
        bottom: 0;
    }

}

@media (max-width: 1398px){

    .cardbox__price-status{
        left: 0;
        bottom: 0;
    }
    .post-item__name{
        font-size: 30px!important;
    }

    .link-t67{
        left: 101px;
    }

    .link-t67s{
        right: 112px;
    }

}

@media (max-width: 1199px){

    .cardbox__price-status{
        bottom: 0px;
        left: 0;
    }
    .post-item__name{
        font-size: 23px!important;
    }

    /* .screen-filter{
        display: block;
    } */

    .link-t67{
        left: 101px;
    }

    .link-t67s{
        right: 112px;
    }

}

@media (max-width: 991px){

    .cardbox__price-status{
        top: 20px;
        right: -610px;
    }
    .post-item__name{
        font-size: 32px!important;
    }

    .empty-compare{
        margin-top: 0%;
        margin-bottom: 10%;
    }

    .link-t67{
        left: 101px;
    }

    .link-t67s{
        right: 112px;
    }

    .main-bg-image{
        background-size: auto;
    }

}

@media (max-width: 767px){

    .cardbox__price-status{
        top: 20px;
        right: -425px;
    }
    .popup-image-tenerife{
        /* width: 500px; */
    }
    .link-t67{
        left: 98px;
    }

    .link-t67s{
        right: 110px;
    }

}

@media (max-width: 575px){

    .cardbox__price-status{
        top: 20px;
        right: -260px;
    }

    .popup-image-tenerife{
        /* width: 521px; */
    }
/*
    .link-t67{
        left: 76px;
        bottom: 3px;
        font-size: 10px;

    }

    .link-t67s{
        right: 85px;
        bottom: 3px;
        font-size: 10px;
    } */

    .link-t67{
        left: 115px;
        bottom: 12px;
        font-size: 10px;

    }

    .link-t67s{
        right: 123px;
        bottom: 12px;
        font-size: 10px;
    }

}

@media (max-width: 520px){

    .link-t67{
        left: 76px;
        bottom: 3px;
        font-size: 10px;

    }

    .link-t67s{
        right: 85px;
        bottom: 3px;
        font-size: 10px;
    }

}


@media (max-width: 380px){

    .popup-tenerife-close{
        left: 89%;
        font-size: 16px;
    }

}
@media (max-width: 350px){

    .popup-tenerife-close{
        left: 89%;
        font-size: 16px;
    }

    .popup-image-tenerife{
        /* width: 383px; */
    }

    .link-t67{
        left: 76px;
        bottom: 3px;
        font-size: 10px;

    }

    .link-t67s{
        right: 85px;
        bottom: 3px;
        font-size: 10px;
    }

}
