.nav-right-part__phone{
	color:grey;
	font-weight: bold;
}
.nav-list-item-link-download{
	   color: #54BD06 !important;
    text-decoration: underline;
    display: block;
    padding: 42px 0;
    color: #6a7579;
    font-size: 14px;
    position: relative;
    -webkit-transition: padding .4s linear;
    -o-transition: padding .4s linear;
    transition: padding .4s linear;
    font-family: Lato-Medium;
}
.modal__descr  a{
    color: #000;
    font-size: 26px;
    font-family: ProximaNova-Semibold;
    line-height: 1.1;
}
.tarifs-footer{
	margin-top: 0 !important;
}
 .footer__up-btn a{
    color: #fff !important;
    font-family: ProximaNova-Regular;
}
.tarifs-footer__title{
	margin: 0 !important;
}

.popular-model-carousel-item__bg img{width:unset; }
.popular-model-carousel-item__bg img{height: 100%;
}
.popular-model-carousel-item__bg img:nth-child(2){
height: 10% !important;
}

.popular-model-carousel-item:nth-child(2) img{
    height: 320px !important;
    width: 332px !important;
}

@media screen and (min-width: 480px){
		.list-mobile .nav-right-part__btn{
		display:none;
	}
}
@media screen and (max-width:480px){
	.list-mobile .nav-right-part__btn{
		display:block !important;
		text-align: center;
		width: fit-content;
	}
}
@media screen and (max-width: 350px){
	.nav-right-part__phone{
		margin: 0 !important;
	}
}
@media screen and (max-width: 650px ){
		.nav-phones{
		flex-wrap: wrap;
	}
	.nav-right-part__btn {
	    margin-right: 10px;
	    }
	    .nav-list-item-link-download{
	    	padding-bottom: 0;
	    	text-align: center;
	    }
}