<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
body{
    font-size: 1em;
    position: relative;
    font-family: poppins-regular, sans-serif;
}

h1,h2,h3,h4,h5,h6, .h1,.h2,.h3,.h4,.h5,.h6{
   font-family: poppins-regular; 
}

#banner-menu-search{
    background-image: url('../_img/client/6120151.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
}

#banner-menu-search .filter-banner{
    background-color: #4a45797a;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

#banner-menu-search #menu, #banner-menu-search .title-and-subtitle, #banner-menu-search #banner-form{
    position: relative;
    z-index: 2;
}

#banner-menu-search #banner-form{
    margin-bottom: 50px;
}

#banner-menu-search #menu &gt; div{
    text-align: center;
}

#banner-menu-search #menu img{
    float: left;
    max-width: 200px;
}

#banner-menu-search #menu a.publish{
    float: right;
    background-color: #ee3daa;
    color: white;
    padding: 15px;
    text-transform: uppercase;
    margin-top: 10px;
    font-size: 1em;
    font-family: poppins-medium;
}

#banner-menu-search #menu nav{
    display: inline-block;
}

#banner-menu-search #menu nav ul{
    list-style: none;
    margin: 0;
    margin-top: 20px;
}

#banner-menu-search #menu nav ul &gt; li{
    display: inline;
    margin: 10px;
    position: relative;
}

#banner-menu-search #menu nav ul &gt; li &gt; a{
    color: white;
    text-transform: uppercase;
    font-size: 1em;
    font-family: poppins-medium;
}

#banner-menu-search #menu nav ul &gt; li.active a{
    font-family: poppins-bold;
    font-size: 1.2em;
}

#banner-menu-search #menu nav ul &gt; li.active span{
    position: absolute;
    top: 7px;
    left: -10px;
    width: 6px;
    height: 6px;
    background-color: #ee3daa;
}

/**************** Mobile ******************/
#banner-menu-search .open-menu-mobile{
    float: right;
    outline: none;
}

#banner-menu-search .open-menu-mobile &gt; img{
    width: 50px;
    margin-top: 15px;
    margin-left: 10px;
}

#banner-menu-search .mobile-menu{
    position: fixed;
    top: 0;
    left: -250px;
    z-index: 100;
    width: 250px;
    height: 100%;
    background-color: white;
}

#banner-menu-search .mobile-menu ul{
    list-style: none;
    margin-left: 25px;
    margin-top: 50px;
}

#banner-menu-search .mobile-menu ul &gt; li{
    margin-bottom: 5%;
    position: relative;
}

#banner-menu-search .mobile-menu ul &gt; li a{
    text-transform: uppercase;
    color: black;
}

#banner-menu-search .mobile-menu ul &gt; li.active span {
    position: absolute;
    top: 9px;
    left: -10px;
    width: 6px;
    height: 6px;
    background-color: #ee3daa;
}

/**************** Mobile ******************/

#banner-menu-search .title-and-subtitle{
    margin-top: 5%;
    margin-bottom: 5%;
    color: white;
}

#banner-menu-search .title-and-subtitle .banner-title{
    font-size: 1em;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-family: poppins-medium;
}

#banner-menu-search .title-and-subtitle .banner-subtitle{
    font-size: 2.2em;
    text-transform: uppercase;
    line-height: 1;
}

#banner-menu-search .title-and-subtitle .banner-subtitle &gt; span{
    font-family: poppins-bold;
}

#banner-menu-search .title-and-subtitle .line-title{
    background-color: #ee3daa;
    width: 40px;
    height: 5px;
    margin-top: 20px;
}

#banner-menu-search ul.tabs{
    background-color: transparent;
    border: none;
}

#banner-menu-search ul.tabs &gt; li{
    background-color: white;
}

#banner-menu-search ul.tabs &gt; li.tabs-title:last-child, #banner-menu-search ul.tabs &gt; li.tabs-title:last-child:hover, #banner-menu-search ul.tabs &gt; li.tabs-title:last-child &gt; a{
    border-top-right-radius: 15px;
}

#banner-menu-search ul.tabs &gt; li.tabs-title:first-child, #banner-menu-search ul.tabs &gt; li.tabs-title:first-child &gt; a {
    border-top-left-radius: 15px;
}

#banner-menu-search ul.tabs &gt; li a{
    outline: none;
    padding: 1rem 1.5rem;
    color: black;
}

#banner-menu-search ul.tabs &gt; li a img{
    max-width: 25px;
}

#banner-menu-search .tabs-content{
    padding-top: 10px;
} 

/*********************Banner Form*************************/

form#master-search .advanced {
    display: none;
}

form#master-search label{
    font-family: poppins-bold;
    text-transform: uppercase;
}

form#master-search .advanced-search{
    display: flex;
    align-items: center;
}

form#master-search .advanced-search &gt; div{
    width: 100%;
    text-align: center;
    font-family: poppins-bold;
    cursor: pointer;
}

form#master-search .advanced-search &gt; div &gt; img{
    max-width: 40px;
    margin-right: 10px;
}

form#master-search .search a{
    margin-top: 25px;
    width: 100%;
    font-family: poppins-bold;
    text-transform: uppercase;
    background-color: #ee3daa;
}

/*********************Banner Form*************************/




#home-cars{
    padding-top: 5%;
}

#home-cars .home-cars-title{
    position: relative;
}

#home-cars .home-cars-title .title, #home-cars .home-cars-title .subtitle{
    position: relative;
    text-align: center;
    z-index: 10;
    text-transform: uppercase;
}

#home-cars .home-cars-title .title{
    font-size: 1em;
    margin-top: 0.5rem;
    font-family: poppins-medium;
}

#home-cars .home-cars-title .subtitle{
    font-size: 2em;
    line-height: 1.2;
    font-family: poppins-light;
}

#home-cars .home-cars-title .subtitle span{
    font-family: poppins-bold;
}

#home-cars .home-cars-title .letter{
    position: absolute;
    top: 0;
    left: 70%;
    z-index: 0;
    font-size: 12em;
    font-family: poppins-bold;
    color: #da92c76b;
    line-height: 0.5;
}



#shop-list{
    margin-top: 7%;
}

#shop-list .product{
    margin-bottom: 50px;
    transition: all ease-in-out .2s;
}

#shop-list .product:hover{
    transform: scale(0.98);
}


#shop-list .product &gt; div{
    position: relative;
}

#shop-list .product &gt; div .car-photo{
    position: relative;
    overflow: hidden;
    padding-top: 20px;
}

#shop-list .product &gt; div .car-photo .oportunity{
    position: absolute;
    top: 0;
    left: -10px;
    width: 50%;
    background-color: #cc3fa7;
    transform: skew(-25deg);
    color: white;
    z-index: 10;
    padding: 10px;
    padding-left: 20px;
}

#shop-list .product &gt; div .car-photo .oportunity &gt; span{
    display: block;
    transform: skew(25deg);
    font-family: poppins-bold;
    text-transform: uppercase;
}

#shop-list .product &gt; div .model-type{
    padding: 10px;
    box-shadow: 0px 0px 10px 1px gainsboro;
    position: relative;
}

#shop-list .product &gt; div .model-type .old-price{
    position: absolute;
    font-family: poppins-bold;
    font-size: 1.5em;
    color: #FFF;
    width: 50%;
    top: -70px;
    right: -10px;
    padding: 3px;
    text-align: center;
    text-decoration: line-through;
    z-index: 10;
}

#shop-list .product &gt; div .model-type .promo-price{
    position: absolute;
    top: -30px;
    right: -10px;
    width: 50%;
    background-color: #cc3fa7;
    color: white;
    z-index: 10;
    padding: 3px;
    text-align: center;
    font-family: poppins-bold;
    font-size: 1.5em;
}

#shop-list .product &gt; div .model-title, #shop-list .product &gt; div .type-date span{
    display: inline-block;
    margin-top: 20px;
}

#shop-list .product &gt; div .model-title{
    font-family: poppins-bold;
    font-size: 1.5em;
}

#shop-list .product &gt; div .type-date span:last-child{
    float: right;
}

#shop-list .product &gt; div .go-to-detail{
    padding-top: 15px;
    text-align: center;
}

#shop-list .product &gt; div .go-to-detail &gt; a{
    background-color: gainsboro;
    color: white;
    display: block;
    width: 100%;
    padding: 10px
}

#view-more-shop-list{
    margin-top: 5%;
    margin-bottom: 5%;
    text-align: center;
}

#view-more-shop-list a{
    display: block;
    max-width: 300px;
    margin: auto;
    background-color: #cc3fa7;
    color: white;
    padding: 10px;
    position: relative;
    transition: all ease-in-out .2s;
}

#view-more-shop-list a &gt; img{
    position: absolute;
    right: 10%;
    top: 15px;
    max-width: 14px;
    transition: all .5s ease-in-out;
}

#view-more-shop-list a:hover{
    transform: scale(1.03);
}

#view-more-shop-list a:hover &gt; img{
    right: 5%;
}



#post-ad{
    padding: 10% 0;
    background-color: #de6dc5;
    position: relative;
}

#post-ad img.car{
    position: absolute;
    bottom: -50px;
    left: 0;
    max-width: 400px;
    z-index: 10;
}

#post-ad .title-and-subtitle{
    position: relative;
}

#post-ad .title-and-subtitle .title, #post-ad .title-and-subtitle .subtitle{
    position: relative;
    z-index: 10;
    color: white;
}

#post-ad .title-and-subtitle .title{
    font-size: 1em;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-family: poppins-medium;
}

#post-ad .title-and-subtitle .subtitle{
    font-size: 2.5em;
    text-transform: uppercase;
    font-family: poppins-light;
}

#post-ad .title-and-subtitle .subtitle span{
    font-family: poppins-bold;
}

#post-ad .title-and-subtitle .letter{
    position: absolute;
    right: -60px;
    top: 0;
    z-index: 0;
    font-size: 12em;
    font-family: poppins-bold;
    color: #da92c76b;
    line-height: 0.5;
}



#post-ad .publish-link{
    margin-top: 5%
}

#post-ad .publish-link a{
    display: block;
    max-width: 300px;
    background-color: white;
    padding: 10px;
    margin: auto;
    text-align: center;
    color: #de6dc5;
    text-transform: uppercase;
    font-family: poppins-medium;
    position: relative;
    transition: all ease-in-out .2s;
}

#post-ad .publish-link a:hover{
    transform: scale(1.03);
}

#post-ad .publish-link a img{
    position: absolute;
    right: 10%;
    top: 11px;
    max-width: 20px;
    transition: all .5s ease-in-out;
}


#search-home{
    padding: 10% 0;
    background-color: white;
    position: relative;
}

#search-home .title-and-subtitle{
    position: relative;
    padding: 40px;
    color: #de6dc5;
}

#search-home .title-and-subtitle .title{
    font-size: 1em;
    letter-spacing: 3px;
    text-transform: uppercase;
}

#search-home .title-and-subtitle .subtitle{
    font-size: 2.5em;
    text-transform: uppercase;
    font-family: poppins-light;
}

#search-home .title-and-subtitle .subtitle &gt; span{
    font-family: poppins-bold;
}

#search-home .title-and-subtitle .vertical-line{
    position: absolute;
    left: 0;
    top: 0;
    width: 30px; 
    height: 100%;
    background-color: #da92c76b;
}

#search-home img.home-img{
    position: absolute;
    bottom: -50px;
    right: 50px;;
    max-width: 400px;
}

#search-home .publish-link{
    margin-top: 5%
}

#search-home .publish-link a{
    display: block;
    max-width: 300px;
    background-color: #de6dc5;
    color: white;
    padding: 10px;
    margin-left: 20px;
    text-align: center;
    position: relative;
    text-transform: uppercase;
    transition: all ease-in-out .2s;
}

#search-home .publish-link a:hover{
    transform: scale(1.03);
}

#search-home .publish-link a img {
    position: absolute;
    right: 10%;
    top: 15px;
    max-width: 20px;
    transition: all .5s ease-in-out;
}


footer{
    background-color: #212121;
    padding: 100px 0 20px 0;
    color: white;
}

footer .logo-and-partner &gt; div &gt; div{
    display: inline-block;
}

footer .logo-and-partner &gt; div &gt; div:last-child{
    float: right;
}

footer .logo-and-partner &gt; div &gt; div ul{
    list-style: none;
    margin: 0;
    display: inline-block;
}

footer .logo-and-partner &gt; div &gt; div ul &gt; li{
    display: inline-block;
}

footer .logo-and-partner &gt; div &gt; div ul &gt; li.partner-and-search a:first-child{
    background-color: white;
    padding: 30px;
}

footer .logo-and-partner &gt; div &gt; div ul &gt; li.partner-and-search a.last-child{
    background-color: #cc3fa7;
    padding: 30px;
    color: white;
    text-transform: uppercase;
    font-family: poppins-medium;
}

footer .contacts{
    margin-top: 5%;
}

footer .contacts .social-icons ul{
    list-style: none;
    margin: 0;
    display: inline-block;
}

footer .contacts .social-icons ul li{
    display: inline-block;
    margin-right: 10px;
    transition: all ease-in-out .2s;
}

footer .contacts .social-icons ul li:hover{
    transform: scale(1.05);
}

footer .contacts &gt; div:first-child{
    display: flex;
    align-items: center;
}

footer .contacts .contact .title{
    margin-bottom: 15px;
}

footer .conditions{
    margin: 25px 0;
}

footer .conditions &gt; div{
    border-top: 1px solid #cc3fa7;
    border-bottom: 1px solid #cc3fa7;
    padding: 20px 0;
    text-align: center;
}

footer .conditions &gt; div a{
    color: white;
}

footer .credits &gt; div:last-child{
    text-align: right;
}

footer .credits a{
    color: white;
}

footer .credits a:hover, footer .conditions &gt; div a:hover{
    text-decoration: underline;
}

footer .alvara {

    position: relative;
    top: 10px;
}

@media screen and (max-width: 1023px) {
    footer .logo-and-partner &gt; div &gt; div{
        display: block;
        text-align: center;
    }
    
    footer .logo-and-partner &gt; div &gt; div:last-child{
        float: none;
        margin-top: 2rem;
    }
  }


/******************* Social Icons Nav *******************/
#icons-nav{
    position: fixed;
    z-index: 1000;
    right: 1rem;
    top: 35%;
}

#icons-nav div span {
    display: none;
}

#icons-nav div{
    margin-bottom: 10px;
    transition: all ease-in-out .2s;
}

#icons-nav div:hover{
    transform: scale(0.95);
}
/******************* Social Icons Nav *******************/




/******************* About Us *******************/

#banner-menu-search .about-us-description{
    position: relative;
    z-index: 2;
    margin-bottom: 150px;
}

#banner-menu-search .about-us-description .description{
    color: white;
    font-size: 1.8em;
}

#about-us{
    position: relative;
    padding-bottom: 5%;
}

#about-us .about-us-description .description{
    background-color: white;
    margin-top: -100px;
    position: relative;
    z-index: 10;
    padding: 20px;
    color: #615f5f;
}

#about-us .banner img{
    width: 100%;
}

#about-us-cars{
    background-color: #de6dc5;
}

#about-us-cars .slider-cars-title {
    position: relative;
    color: white;
    margin-bottom: 5%;
    margin-top: 5%;
}

#about-us-cars .slider-cars-title .title {
    font-size: 1em;
    font-family: poppins-medium;
    letter-spacing: 3px;
    text-transform: uppercase;
    position: relative;
    z-index: 10;
}

#about-us-cars .slider-cars-title .subtitle {
    font-size: 2.5em;
    font-family: poppins-light;
    text-transform: uppercase;
    position: relative;
    z-index: 10;
}

#about-us-cars .slider-cars-title .subtitle span{
    font-family: poppins-bold;
}

#about-us-cars .slider-cars-title .letter {
    position: absolute;
    right: -60px;
    top: 0;
    z-index: 0;
    font-size: 12em;
    font-family: poppins-bold;
    color: #da92c76b;
    line-height: 0.5;
}

#about-us-cars .product{
    margin-bottom: 50px;
}


#about-us-cars .product &gt; div{
    position: relative;
}

#about-us-cars .product &gt; div .car-photo{
    position: relative;
    overflow: hidden;
    padding-top: 20px;
}

#about-us-cars .product &gt; div .car-photo .oportunity{
    position: absolute;
    top: 0;
    left: -10px;
    width: 50%;
    background-color: #cc3fa7;
    transform: skew(-25deg);
    color: white;
    z-index: 10;
    padding: 10px;
    padding-left: 20px;
    font-family: poppins-medium;
    text-transform: uppercase;
}

#about-us-cars .product &gt; div .car-photo .oportunity &gt; span{
    display: block;
    transform: skew(25deg);
}

#about-us-cars .product &gt; div .model-type{
    padding: 10px;
    box-shadow: 0px 0px 10px 1px gainsboro;
    position: relative;
    background-color: white;
}

#about-us-cars .product &gt; div .model-type .old-price{
    position: absolute;
    font-family: poppins-bold;
    font-size: 1.5em;
    color: #FFF;
    width: 50%;
    top: -70px;
    right: -10px;
    padding: 3px;
    text-align: center;
    text-decoration: line-through;
    z-index: 10;
}

#about-us-cars .product &gt; div .model-type .promo-price {
    position: absolute;
    top: -30px;
    right: -10px;
    width: 50%;
    background-color: #cc3fa7;
    color: white;
    z-index: 10;
    padding: 3px;
    text-align: center;
    font-family: poppins-bold;
    font-size: 1.5em;
}

#about-us-cars .product &gt; div .model-title, #about-us-cars .product &gt; div .type-date span{
    display: inline-block;
    margin-top: 20px;
}

#about-us-cars .product &gt; div .type-date span:last-child{
    float: right;
}

#about-us-cars .product &gt; div .model-title{
    font-family: poppins-bold;
    font-size: 1.5em;
}


#about-us-cars .product &gt; div .model-title, #about-us-cars .product &gt; div .type-date span {
    display: inline-block;
    margin-top: 20px;
}

#about-us-cars .product &gt; div .model-title img, #about-us-cars .product &gt; div .type-date span img{
    display: inline;
}

#about-us-cars .product &gt; div .go-to-detail{
    padding-top: 15px;
    text-align: center;
}

#about-us-cars .product &gt; div .go-to-detail &gt; a{
    background-color: gainsboro;
    color: white;
    display: block;
    width: 100%;
    padding: 10px
}

#about-us-cars .slider-banner{
    position: relative;
}

#about-us-cars .slick-slide{
    margin: 25px;
    transition: all ease-in-out .2s;
}

#about-us-cars .slick-slide:hover{
    transform: scale(0.98);
}

#about-us-cars .slick-prev{
    position: absolute;
    top: 50%;
    left: -80px;
    transform: translate(50%,-50px);
}

#about-us-cars .slick-next{
    position: absolute;
    top: 50%;
    right: -30px;
    transform: translate(50%,-50px);
}

/******************* About Us *******************/




/******************* Search ads *******************/

#search-ads{
    background-color: #f3f3f3;
    padding-top: 40px;
    margin-bottom: 50px;
}

#search-ads form{
    margin-bottom: 20px;
}

#search-ads form a{
    width: 100%;
    background-color: #ee3daa;
}

#search-ads .filters &gt; div{
    display: flex;
    align-items: center;
}

#search-ads .filters &gt; div a{
    min-width: 150px;
    width: 20%;
    padding: 10px;
    text-transform: uppercase;
    font-family: poppins-medium;
    font-size: 0.9em;
}

#search-ads .filters &gt; div a.active{
    background-color: #ee3daa;
    color: white;
}

#search-ads .filters &gt; div &gt; div{
    width: 40%;
    display: flex;
    align-items: center;
}

#search-ads .filters &gt; div &gt; div img{
    margin-right: 5px;
}

#search-ads .filters &gt; div &gt; div span{
    font-size: 0.75em;
    display: inline-block;
    width: 100%;
}

#search-ads .filters &gt; div &gt; div select{
    margin-bottom: 0;
    margin-left: 5px;
}

#show-search-results{
    margin-bottom: 25px;
}

#show-search-results .product{
    position: relative;
    border: 1px solid gainsboro;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    transition: all ease-in-out .3s;
}


#show-search-results .product &gt; div.product-photo{
    width: 25%;
    margin-right: 5%;
}

#show-search-results .product &gt; div.product-description{
    width: 69%;
    padding: 10px;
}

#show-search-results .product &gt; .product-description &gt; .product-description-title-and-price{
    width: 100%;
    margin-bottom: 30px;
}

#show-search-results .product &gt; .product-description &gt; .product-description-title-and-price &gt; div{
    display: inline-block;
}

#show-search-results .product &gt; .product-description &gt; .product-description-title-and-price .product-description-title{
    font-family: poppins-bold;
}

#show-search-results .product &gt; .product-description &gt; .product-description-title-and-price .product-description-price{
    float: right;
    font-family: poppins-medium;
}

#show-search-results .product &gt; .product-description &gt; .product-description-title-and-price .product-description-price &gt; div:first-child{
    font-size: 2em;
    color: #ee3daa;
}

#show-search-results .product &gt; .product-description &gt; .product-description-title-and-price .product-description-price &gt; div:last-child{
    font-size: 1.2em;
    color: #ee3daa;
    text-decoration: line-through;
    text-align: right;
}

#show-search-results .product &gt; .product-description .product-description-specs{
    margin-bottom: 15px;
}

#show-search-results .product &gt; .product-description .product-description-specs &gt; span{
    margin-right: 10px;
    font-size: .85em;
    display: inline-block;
    min-width: 100px;
    color: dimgrey;
}

#show-search-results .product &gt; .product-description .product-description-more{
    text-align: right;
}

#show-search-results .product &gt; .product-description .product-description-more a{
    color: black;
}

#show-search-results .product &gt; .product-description .product-description-more a:hover{
    cursor: pointer;
}

#show-search-results .product &gt; .product-description .product-description-more a &gt; img{
    margin-left: 10px
}

#show-search-results .show-more{
    text-align: center;
    border: 1px solid gainsboro;
    margin: 10px 0;
    padding: 10px 0;
    color: grey;
    cursor: pointer;
}

#show-search-results .show-more img{
    max-width: 40px;
}

/******************* Search ads *******************/


/******************* car detail *******************/
#adverts-detail{
    padding: 5% 0;
}

#adverts-detail .car-detail-slider .car-slider{
    margin-bottom: 5px;
}

#adverts-detail .car-detail-slider .car-slider .slick-slide{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgb(230, 230, 230);
    height: 400px;
}
@media screen and (max-width: 1439px) { #adverts-detail .car-detail-slider .car-slider .slick-slide{ height: 350px; } }
@media screen and (max-width: 1199px) { #adverts-detail .car-detail-slider .car-slider .slick-slide{ height: 250px; } }
@media screen and (max-width: 1023px) { #adverts-detail .car-detail-slider .car-slider .slick-slide{ height: 200px; } }

#adverts-detail .car-detail-slider .car-slider img{
    max-width: 100%;
    max-height: 100%;
}

#adverts-detail .car-detail-slider .car-slider-nav .slick-slide{
    margin: 0 2px;
    outline: none;
}

#adverts-detail .car-detail-slider .car-slider-nav .slick-current{
    outline: 3px solid #ee3daa;
}

#adverts-detail .car-description .title{
    font-family: poppins-bold;
    font-size: 1.5em;
    margin-bottom: 20px;
}

#adverts-detail .car-description .price{
    color: #ee3daa;
    margin-bottom: 5%;
}

#adverts-detail .car-description .price &gt; div:first-child{
    font-size: 3em;
    font-family: poppins-medium;
}

#adverts-detail .car-description .price &gt; div:last-child{
    font-size: 1.5em;
    font-family: poppins-medium;
    text-decoration: line-through;
}

#adverts-detail .product-description-specs span{
    display: inline-block;
    min-width: 30%;
    font-size: 0.8em;
    margin-bottom: 5%;
}

#adverts-detail .product-description-more a{
    display: inline-block;
    background-color: #ee3daa;
    color: white;
    padding: 10px 20px;
    text-transform: uppercase;
    margin-top: 5%;
    transition: all ease-in-out .2s;
}

#adverts-detail .product-description-more a:hover{
    transform: scale(1.05);
}

#adverts-detail .obs{
    margin-top: 5%;
}

#adverts-detail .obs .title-desc{
    text-transform: uppercase;
    font-size: 2em;
    font-family: poppins-medium;
    margin-bottom: 10px;
}

#adverts-detail .obs .title-desc-line{
    width: 40px;
    height: 4px;
    background-color: #ee3daa;
    margin-bottom: 5%;
}

#adverts-detail .obs ul{
    list-style: none;
    margin: 0;
    color: gray;
    font-size: 0.9em;
}

#adverts-detail .obs p{
    color: gray;
    font-size: 0.9em;
}

/******************* car detail *******************/



/******************* Terms *******************/

#temrs{
    margin: 50px 0;
}

#temrs .title{
    font-family: poppins-light;
    font-size: 2.5em;
}

#temrs .title span{
    font-family: poppins-bold;
}

#temrs .terms-line{
    width: 50px;
    border: 2px solid #ee3daa;
    margin-top: 10px;
    margin-bottom: 50px;
}

#temrs p{
    color: #615f5f;
}

/******************* Terms *******************/


/******************* Contacts *******************/

#contacts{
    margin-bottom: 100px;
}

#contacts .title-and-subtitle{
    color: white;
    position: relative;
    z-index: 10;
}

#contacts .title-and-subtitle .title{
    font-family: poppins-medium;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-size: 1em;
}

#contacts .title-and-subtitle .subtitle{
    font-family: poppins-light;
    text-transform: uppercase;
    font-size: 2.5em;
}

#contacts .title-and-subtitle .subtitle span{
    font-family: poppins-bold;
}

#contacts .contacts{
    color: white;
    position: relative;
    z-index: 10;
}

#contacts .social{
    color: white;
    position: relative;
    z-index: 10;
    margin-top: 25px;
}

#contacts .social a{
    color: #ee3daa;
}

#contacts .social .links{
    margin-top: 10px;
}

#contacts .social .links a{
    margin-right: 10px;
}

#contacts .contacts .title{
    margin-top: 20px;
}

#contacts .contacts .number{
    font-size: 2.2em;
    color: #ee3daa;
    font-family: poppins-light;
}

#contacts .contacts .number &gt; span{
    font-family: poppins-bold;
}

#contacts .contacts .address-data{
    color: #ee3daa;
    text-transform: uppercase;
}

#contacts .contacts .email{
    color: #ee3daa;
}

#contacts-form-and-map .line, #contacts .line{
    width: 50px;
    border: 2px solid #ee3daa;
    margin-top: 10px;
    margin-bottom: 20px;
}

#contacts-form-and-map .form-and-map{
    position: relative;
    z-index: 10;
    background-color: white;
    padding: 50px 25px;
    margin-top: -80px;
    max-height: 550px;
}

#contacts-form-and-map .form-and-map .title{
    font-family: poppins-light;
    text-transform: uppercase;
    font-size: 2.5em;
}

#contacts-form-and-map .form-and-map .title span{
    font-family: poppins-bold;
}

#contacts-form-and-map .form-and-map a{
    width: 100%;
    background-color: white;
    border: 2px solid #ee3daa;
    color: #ee3daa;
}

#contacts-form-and-map #gmap {
    height: 573px;
}

/******************* Contacts *******************/


#contract{
    background-color: #000000ba;
    color: white;
    outline: none; 
}

#contract .title{
    font-family: poppins-light;
    font-size: 2.5em;
    margin-top: 50px;
    text-transform: uppercase;
}

#contract .title span{
    font-family: poppins-bold;
}

#contract .line{
    width: 50px;
    border: 2px solid #ee3daa;
    margin-bottom: 50px;
}

#contract .description{
    max-height: 50vh;
    overflow-y: scroll;
}

#contract .action{
    margin-top: 20px;
}

#contract .action button{
    min-width: 150px;
    cursor: pointer;
}

#contract .action button:first-child{
    float: left;
    border: 2px solid #ee3daa;
    color: #ee3daa;
    text-align: center;
    text-transform: uppercase;
    padding: 10px;
}

#contract .action button:last-child{
    float: right;
    background-color: #ee3daa;
    color: white;
    text-align: center;
    text-transform: uppercase;
    padding: 10px;
}

#contract .action button:last-child img{
    margin-left: 15px;
    max-width: 14px;
    margin-top: -2px;
}

/* Small only */
@media screen and (max-width: 39.9375em) {
    
    #banner-menu-search #menu img {
        max-width: 100px;
    }
    
    #banner-menu-search #menu a.publish {
        padding: 7px;
        font-size: 0.6em;
        margin-top: 0;
    }
    
    #banner-menu-search .open-menu-mobile &gt; img {
        width: 50px;
        margin-top: 0px;
    }
    
    #banner-menu-search ul.tabs &gt; li a {
        outline: none;
        padding: 0.5rem 0.5rem;
        color: black;
    }
    
    #banner-menu-search .title-and-subtitle .banner-subtitle {
        font-size: 2em;
    }
    
    #home-cars .home-cars-title .letter, #post-ad .title-and-subtitle .letter {
        font-size: 6em;
    }
    
    #home-cars .home-cars-title .subtitle, #post-ad .title-and-subtitle .subtitle {
        font-size: 1.5em;
    }
    
    #post-ad img.car {
        max-width: 200px;
    }
    
    #post-ad, #search-home{
        padding: 65px 0;
    }
    
    #search-home img.home-img {
        max-width: 200px;
    }
    
    #search-home .title-and-subtitle .subtitle {
        font-size: 1.5em;
    }
    
    footer {
        font-size: 0.8em;
        padding: 18% 0 20px 0;
    }
    
    footer .logo-and-partner &gt; div &gt; div ul &gt; li.partner-and-search a:first-child {
        padding: 15px;
    }
    
    footer .logo-and-partner &gt; div &gt; div ul &gt; li.partner-and-search{
        margin-top: 10px;
    }
    
    footer .logo-and-partner &gt; div &gt; div ul &gt; li.partner-and-search a:first-child &gt; img{
        max-width: 90px;
    }
    
    footer .logo-and-partner &gt; div &gt; div ul &gt; li.partner-and-search a:last-child{
        padding: 16px;
    }
    
    footer .contacts {
        margin-top: 50px;
    }
    
    footer .contacts &gt; div:first-child {
        margin-bottom: 20px;
    }
    
    footer .credits &gt; div{
        text-align: center;
    }
    
    #search-ads .filters &gt; div {
        display: block;
    }
    
    #search-ads .filters &gt; div a {
        font-size: 0.55em;
    }
    
    #search-ads .filters &gt; div &gt; div {
        width: 100%;
        margin-top: 20px;
        margin-bottom: 5px;
    }
    
    #show-search-results .product {
        display: block;
    }
    
    #show-search-results .product &gt; div.product-photo {
        width: 100%;
    }
    
    #show-search-results .product &gt; div.product-description {
        width: 100%;
    }
    
    #banner-menu-search .about-us-description .description {
        font-size: 1.2em;
    }
    
    #about-us-cars .slick-next {
        right: 22px;
    }
    
    #about-us-cars .slick-prev {
        left: -28px;
        z-index: 20;
    }
    
    #temrs .title {
        font-size: 1.5em;
    }
    
    #contract .title {
        font-size: 1.5em;
        margin-top: 10px;
    }
    
    #contract .line {
        margin-bottom: 20px;
    }
    
    #contract .action button:first-child {
        display: block;
        width: 100%;
        float: none;
        margin-bottom: 10px;
    }
    
    #contract .action button:last-child {
        display: block;
        width: 100%;
        float: none;
    }
    
    #icons-nav div {
        max-width: 35px;
    }
    
    #contacts .title-and-subtitle .subtitle {
        font-size: 1.5em;
    }
    
    #contacts .contacts .number {
        font-size: 1.5em;
    }
    
    #contacts-form-and-map .form-and-map .title {
        font-size: 1.5em;
    }
    
    #contacts-form-and-map .form-and-map {
        max-height: none;
    }
    
    #contacts-form-and-map #gmap {
        height: 400px;
    }
    
}
  
/* Medium and up */
@media screen and (min-width: 40em) {}

@media screen and (min-width: 1390px ) {}
 
/* Medium only */
@media screen and (min-width: 40em) and (max-width: 76.9375em) {
    
    #banner-menu-search #menu a.publish {
        padding: 10px;
        text-transform: uppercase;
        margin-top: 10px;
        font-size: 0.8em;
        font-family: poppins-medium;
    }
}
  
/* Large and up */
@media screen and (min-width: 77em) {}
  
/* Large only */
@media screen and (min-width: 1024px) and (max-width: 1450px) {
    
    #banner-menu-search #menu nav ul {
        font-size: 0.8em;
    }
    
    #banner-menu-search #menu a.publish {
        padding: 10px;
        font-size: 0.8em;
    }
    
}

.fill {  
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 500;
}

a { color: #cc3fa7; }
.button { background-color: #cc3fa7 }

#publish {
    font-size: 1em;
}

#publish .title{
    font-family: poppins-light;
    text-transform: uppercase;
    font-size: 2.5em;
}

#publish .title span{
    font-family: poppins-bold;
}

#publish .line{
    width: 50px;
    border: 2px solid #ee3daa;
    margin-top: 10px;
    margin-bottom: 50px;
}

#publish i {
  color: #ee3daa;
  font-style: normal;
}

#publish i[class*=tip] {
  cursor: pointer;
}

#publish input.margin-top {
  margin-top: 0.5rem;
}

#publish .accordion {
  background-color: transparent;
}

#publish .accordion .accordion-title {
  background-color: transparent;
  color: #ee3daa;
  font-size: 1em;
  padding: 0;
  border: none;
  border-bottom: 1px solid #ee3daa;
}

#publish .accordion .accordion-title::before {
  display: none;
}

#publish .accordion .accordion-title span {
  display: inline-block;
  text-transform: uppercase;
  padding: 1rem 1.5rem;
  border-bottom: 5px solid #ee3daa;
}

#publish .accordion .accordion-content {
  background-color: transparent;
  padding: 2rem 0 4rem;
  border: none;
}

#publish .vehicle,
#publish .vehicle-extras,
#publish .good {
    display: none;
}

#publish .flex {
    display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#publish .flex span {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: 0.5rem;
}

#publish .flex span.margin-right {
  margin: 0 0.5rem 0 0;
}

#publish .flex span.margin-center {
  margin: 0 0.5rem;
}

@media screen and (max-width: 1023px) {
  #publish .flex input.postalcode {
    -ms-flex-preferred-size: content;
        flex-basis: content;
  }
}

#publish .upload-file {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

#publish .info-attach {
  background-color: #FFF;
  color: #9F9F9F;
  font-size: inherit;
  font-weight: inherit;
  line-height: 1.4;
  height: auto;
  margin-bottom: 0;
  padding: 0.75rem 1rem;
  border: none;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05), inset 0 1px 0 rgba(255, 255, 255, 0.8);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05), inset 0 1px 0 rgba(255, 255, 255, 0.8);
  cursor: pointer;
}

#publish .gallery-container {
  margin-top: calc(4rem / 2);
}

#publish .gallery-container .wrapper {
  position: relative;
  padding-top: 100%;
  border: 1px solid #9F9F9F;
  cursor: pointer;
  overflow: hidden;
}

#publish .gallery-container .wrapper img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  -o-object-fit: cover;
}

#publish .gallery-container .wrapper .delete {
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: white;
  color: black;
  padding: 0.25rem;
  border-top-left-radius: 10px;
  outline: none;
  z-index: 5;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

#publish .gallery-container .wrapper .delete:hover {
  color: #c60f13;
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

#publish .gallery-container .wrapper .delete span {
  position: relative;
  top: 3px;
}

#publish .gallery-container .open-upload-form {
  display: block;
  position: absolute;
  background-color: #FFF;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

#publish .gallery-container .open-upload-form:hover i {
  font-size: 3.5em;
}

#publish .gallery-container .open-upload-form .plus {
  position: absolute;
  color: #333;
  font-size: 3em;
  top: 55%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#publish .chars {
  font-size: 0.8em;
  text-align: right;
  font-style: italic;
  margin-top: 0.5rem;
}

#publish .note {
  font-size: 0.6em;
  margin-bottom: 0.5rem;
}

.law {

    display: block;
    font-size: 0.8em;
}

.law-footer {
    color: grey;
}

.law-contacts {
    color: white;
    font-family: poppins-light;
    font-size: 12px;

}</pre></body></html>