/*POSTS_CONTENT*/
.posts-content__title{
    font-size: 38px;
    line-height: 46px;
    letter-spacing: 0.06em;
    color: #161618;
    margin-bottom: 30px;
}
.posts-content__subtitle{
    font-size: 26px;
    line-height: 34px;
    letter-spacing: 0.06em;
    margin-bottom: 15px;
    color: #161618;
}
.posts-content__img{
    /*background: #C4C4C4;*/
    width: 100%;
    height: 545px;
    overflow: hidden;
    margin-bottom: 32px;
}
.posts-content__img img{
    width: 100%;
    height: 100%;
}
.posts-content img {
    width: 100%;
    height: auto;
}
.posts-content__date{
    font-size: 12px;
    line-height: 14px;
    color: #333333;
    margin-bottom: 22px;
}
.posts-content__date-ico {
    display: block;
    float: left;
    width: 16px;
    height: 14px;
    margin-right: 8px;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAOCAYAAAAmL5yKAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAADiSURBVHgBrZM7DoJAEEBnNtrjCbRVLPB3AG+gJ9AbaKtSUAiWxhtwA7iBFxCxAUrjCbSxIrLOmpigghHwJfvJZnf2zW4GIIa82G/rs90AElA0V5IXzvF9HZuqc+YcJMhBBFgricNiEujtE91u0rodrLp2kkEY3ixP7/YftnOyQTIgLU5sAPgFMoCMTSKOCoOClETHka1FClkOUgojkcJ/DJ40VMdCDoP07Xjw9HYrNYC/7AyhkMHcGdPv1l6CGj3tW4CPN0Bk1XhTpq70s4FvdEwaTMhA4V9AmWoBctZC+coqdzcRSA/2N/1gAAAAAElFTkSuQmCC') no-repeat;
}
.posts-content p{
    font-size: 15px;
    line-height: 23px;
    margin-bottom: 12px;
    color: #333333;
}
.posts-content .quotes{
    margin-bottom: 34px;
    font-style: italic;
}
.posts-content a {
    max-width: 215px;
}
.posts-content img {
    max-width: 100%;
    height: auto;
}
@media (max-width: 1199.98px) {
    .posts-content__img {
        height: auto;
    }
    .posts-content__title {
        font-size: 24px;
        line-height: normal;
    }
}
@media (max-width: 575.98px) {
    .posts-content__title {
        font-size: 20px;
        line-height: normal;
    }
}



#orderNewCar .section-title{
    font-size: 24px;
    line-height: 46px;
    letter-spacing: 0.06em;
    color: #161618;
    margin-bottom: 15px;
    display: block;
    text-align: center;
}
#orderNewCar form{
    max-width: 420px;
    margin: 0 auto;
}
.posts-content a.btn.btn-primary {
    min-height: auto!important;
    padding: 10px 15px;
}