body {
    background: #171a1e;
}
.title_main {  
    color: #fbcf33;
}
.search .section .title {
    margin-bottom: 30px;
}
.recently-add__title {
   
    font-size: 22px;
    font-family: 'Lato Black',sans-serif;
}
.recently-add__block:hover .recently-add__title{
	 color: #1967d2;
	 transition:all .2s;
}

a.block__item-mark-a {
    font-weight: 300;
    color: #ffffffad;
    padding: 5px 0px;
   
}

.block__item-mark-a:hover {
    color: #fbcf33!important;
    background: transparent;
    border-radius: 0px;
}

.mark__selection-item [data-big="bmw"],.mark__selection-item [data-big="audi"],
.mark__selection-item [data-big="mercedes-benz"],.mark__selection-item [data-big="opel"],
.mark__selection-item [data-big="ford"],.mark__selection-item [data-big="kia"],
.mark__selection-item [data-big="mazda"],.mark__selection-item [data-big="volkswagen"],
.mark__selection-item [data-big="geely"],.mark__selection-item [data-big="honda"],
.mark__selection-item [data-big="skoda"],.mark__selection-item [data-big="toyota"],
.mark__selection-item [data-big="vaz-lada"]
{
    color: #1967d2;
    font-size: 22px;
}


.about__autobuy p {
    color: #ffffff52;
    font-size: 15px;
    margin-bottom: 20px;
}

.footer__list-mark{
	display:none;
}

.container.selection__mark-bg {
    aspect-ratio: 1110/624;
	position: relative;
	background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
    background-size: cover;
	
}

.container.selection__mark-bg::before{
	content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    background:linear-gradient(180deg, #ffffff00 65%,#171a1e 90%),linear-gradient(270deg, #ffffff00 0%,#171a1eb3 0%);	
	 pointer-events: none;
}

.container.selection__mark-bg::after{
	
}

h1.h1_selection {
    font-size: 30px;
    color: white;
    font-family: 'Lato Black',sans-serif;
    
}

.most__popular{
	    color: #ffffffad;
    font-size: 16px;
    font-weight: 400;
}

.most__popular-list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
}

.most__popular-list  a{
    color: #fbcf33;
    border: 1px solid #fbcf334d;
    padding: 7px 15px;
    border-radius: 4px;
    margin-right: 10px;
    margin-bottom: 10px;
}
.most__popular-list  a:hover{
	background: #fbcf33;
    color: black;
    transition: all .2s;
	
}
h2.title_main-param {
    color: white;
    font-size: 21px;
    font-family: 'Lato Black',sans-serif;
}

.block_mark-param{
background: #252525;
    width: 160px;
    border-radius: 10px;
    padding: 40px 0px;
    padding-top: 20px;
	    margin: 0px;
}

.body__selection{
	display:flex;
	justify-content: space-between;
}

.block_mark-param img{
	width: 100%;
    height: auto;
}


.block_mark-param p {
    text-align: center;
    color: #ffffffad;
    font-size: 17px;
    padding-top: 10px;
}

.trasmition__selection{
	display: flex;
   
    background-image: url(/images/selection/gearshift.svg);
    background-repeat: no-repeat;
        min-height: 100px;
    align-items: center;
	    background-size: contain;
		justify-content: end;
}

.search .section .title {
    margin-bottom: 50px;
}

a.block_mark-param-trans {
   color: #fbcf33;
    border: 1px solid #fbcf334d;
    padding: 7px 15px;
    border-radius: 15px;
    margin-left: 10px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    
    height: 100px;
    width: 200px;
}


a.block_mark-param-trans:hover{
	background: #fbcf33;
    color: black;
    transition: all .2s;
}
.block_mark-param-trans p{
font-size: 20px;
 
	    text-align: center;
}

.block_mark-param:hover p{
	color:#fbcf33;
	transition: all .2s;
}

.engine__selection{
	display: flex;
    background-image: url(/images/selection/engine.svg);
    background-repeat: no-repeat;
    min-height: 100px;
    align-items: center;
    background-size: auto 100px;
    background-position-y: center;
    justify-content: end;
}

.title__oblast{
	color: #fbcf33;
    font-weight: bold;
    font-size: 16px;
}


@media screen and (max-width:1130px){
	
	.body__selection{
		overflow-x: auto;
	}
	
	.block_mark-param {  
		flex-shrink: 0;
		margin-right: 20px;
	}
	
	.list__city li{
		width:50%;
	}
	.list__city {
       flex-wrap: wrap;
	   padding: 0px;
	}
	.list__city li {
    width: 50%;
    flex-shrink: 0;
	}
	
	.trasmition__selection{
		background-image:none;
		    justify-content: left;
	}
	.trasmition__selection{
		overflow-x: auto;
		min-height: initial;
	}
	
	a.block_mark-param-trans{
		flex-shrink: 0;
		margin-right: 10px;
		height: 50px;
		width: 115px;
	}
	
	.engine__selection{
		background-image:none;
		    justify-content: left;
	}
	.engine__selection{
		overflow-x: auto;
		min-height: initial;
	}
	
	a.block_mark-param-trans{
		flex-shrink: 0;
		margin-right: 10px;
		height: 50px;
		width: 160px;
	}
	
}
















