.models{
	overflow: hidden;
}
.specifications .responsive-media{
	min-height: 400px;
}
.specifications_light-gray .specifications__content{
	background-color: #b5c1bf!important;
}
.specifications_gray .specifications__content {
	background-color: #798c88!important;
}
.specifications__buttons{
	margin-top: 0!important;
}
.specifications__content .specifications__title{
    color: #000;
    font-weight: 400;
    font-size: 54px;
    text-align: center;
}
.specifications_gray .specifications__content .specifications__price{
    font-family: 'Avatr', sans-serif;
    color: #000;
    text-align: center;
    font-size: 54px;
    font-weight: 700;
}
.models .specifications_light-gray .specifications__content {
    background-image: url(/local/templates/avatr/images/logo.png);
    background-repeat: no-repeat;
    background-position: top 50px center;
}
.models .specifications__content {
    padding-right: 20px !important;
    padding-left: 20px !important;
}
.models .specifications__buttons{
    justify-content: center!important;
}
@media (max-width: 1299px){
    .specifications__content .specifications__title{
        font-size: 36px;
    }
    .specifications_gray .specifications__content .specifications__price{
        font-size: 36px;
    }
}
@media (max-width: 767px){
    .specifications .responsive-media {
        min-height: auto;
    }
}
@media (max-width: 479px){
    .specifications .responsive-media {
        min-height: auto;
    }
    .specifications__content .specifications__title{
        font-size: 24px;
    }
    .specifications_gray .specifications__content .specifications__price{
        font-size: 24px;
    }
}