<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#profils,
#affiliate .container,
div.profiles_best {
    min-height: 250px;
    width: 1210px;
    max-width: none;
	position: relative;
	left: -20px;
}

div.data-profiles {
    display: table;
    width: 100%;
    border-collapse: collapse;
    box-sizing: border-box;
    text-align: center;
}

div.data-profiles .tr {
    display: inline-block;
    width: 22.9%;
    margin: 5px;
    box-sizing: border-box;
    height: 300px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
    position: relative;
    vertical-align: bottom;
	padding-bottom:60px;
}

div.data-profiles .tr &gt; img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}


div.data-profiles .tr:hover{
	box-shadow: 0px 0px 0px 1px #cccccc,0px 4px 12px 0 rgba(0, 0, 0, 0.24);
}

div.data-profiles div.td {
    color: #535353;
    line-height: 18px;
    padding: 0;
    display: table-cell;
    vertical-align: bottom;
}
div.data-profiles div.td.col1 {
    width: 100%;
    padding: 0;
    height: 80%;
    overflow: hidden;
    display: block;
}
div.data-profiles div.td.col2 {
	background-color:#fff;
    width: 100%;
    display: block;
    padding: 10px 14px;
    /*height: 20%;*/
    box-sizing: border-box;
    position: absolute;
    box-shadow: 0px -10px 15px rgba(0, 0, 0, 0.1);
    bottom: 0;
    position:absolute;
    bottom:0;
    left:0;
    min-height:60px;
    z-index:1;
}
div.data-profiles div.td.col3 {
    width: auto;
    margin: 0 0 3px 0;
    display: block;
    text-align: left;
    font-weight: bold;
    max-height: 32px;
    overflow: hidden;
}
div.data-profiles div.td.bottom-line-table {
    display: block;
    width: 100%;
    /*position: absolute;
    bottom: 7px;
    left:10px;*/
    text-align:left;
}
div.data-profiles div.td.bottom-line-table-row {
    display: block;
}
div.data-profiles div.td.col4 {
    width: auto;
    height: auto;
    margin: 0 0 0 0;
    display: inline-block;
    text-align: left;
}
div.data-profiles div.td.col5 {
    /*margin: 0 0 0 10px;
    display: inline-block;
    vertical-align:bottom;
    text-align: left;*/
    float:right;
}
div.data-profiles div.td.col5:hover {
	text-decoration:underline;
}
div.data-profiles div.td.col6 {
    width: auto;
    /*height: 24px;*/
    /*min-width: 42px;*/
    margin: 0 0 0 0;
    display: block;
    clear: both;
    text-align: right;
    display: inline-block;
}
div.data-profiles div.td.col6 a {
    font-weight: bold;
}
div.data-profiles div.td.col6 img.vehicle_icon {
    height: 15px;
    vertical-align: middle;
    padding: 0 0 0 5px;
}
div.data-profiles div a {
    color: #535353;
    cursor: pointer;
    display: block;
    /*padding: 0 0 0 15px;*/
    text-decoration: none;
}
div.data-profiles a:hover {
    text-decoration: none;
}

@media screen and (max-width: 1210px) {
	#profils,
	#affiliate .container,
	div.profiles_best {
		width: auto;
		left: 0;
	}
}

@media screen and (max-width: 992px) {
    div.data-profiles .tr {
        width: 31.9%;
        margin-top: 5px;
    }
}

@media screen and (min-width: 992px){
    div.data-profiles .tr {
        width: 285px;
        margin: 5px;
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 768px) {
    div.data-profiles .tr {
        width: 47.6%;
        margin: 5px;
    }
}

@media screen and (max-width: 480px) {
    div.data-profiles div.td {
        height: auto;
    }
    div.data-profiles div.td.col1 {
        width: 100%;
        display: inline-block;
    }
    div.data-profiles div.td.col4 {
        height: auto;
        margin: 0 0 0 0;
        padding: 0;
    }
    div.data-profiles .profile {
        height: 100%;
    }
    div.data-profiles .profile img {
        width: 100%;
        margin-top: -30px;
    }
    div.data-profiles .tr {
        width: 100%;
        margin: 10px auto;
        display: block;
    }
}

div.data-profiles .vehicles-count-block{
	background-color: #293948;
	color: #fff;
	border-radius:2px;
	position:absolute;
	top:-12px;
	right:5px;
	font-weight:bold;
	font-size:.9em;
}

div.data-profiles .vehicles-count-block .vehicles-count{
	border-right:1px solid #fff;
	margin-right:-4px;
}

div.data-profiles .vehicles-count-block .vehicles-count,
div.data-profiles .vehicles-count-block .fas{
	padding: 2px 8px;
	display:inline-block;
}

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