

.posts-single-content img {
    width: 100%!important;
    height: auto!important;
}
.posts-single-content-img{
    width: 100%;
    max-width: 770px;
    height: 545px;
    background: #C4C4C4;
    margin: 0 auto 37px;
    overflow: hidden;
}
.posts-single-content-img img {
    width: 100%;
    height: 100%;
}
.posts__card-date{
    margin-bottom: 30px;
    display: block;
    text-align: center;
}
.posts-single-content ul{
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}
.posts-single-content ol{
    padding-left: 15px;
}
.posts-single-content ol li{
    font-style: normal;
    font-weight: 300;
    font-size: 17px;
    line-height: 27px;
    color: #837F7F;
    margin-bottom: 12px;
}
.posts-single-content ul li{
    font-style: normal;
    font-weight: 300;
    font-size: 17px;
    line-height: 27px;
    color: #837F7F;
    margin-bottom: 16px;
    display: flex;
    margin-left: 0!important;
}
.posts-single-content ul li:before{
    content: '';
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAADFSURBVHgB3dMxDoIwFAbgvyWewbj1CAzoLCeRhHgPvQHuDtyECzh4hG4kTO5Kn5RGohYSazsY/+n19eVL31Dg18MQKHWWrIGbDAI2+WpDUGVXXjg884TpfQ9eL3zD9vPjafc1OIaZMiBmjgEx0wqI9e0mTyoCE6q9povyLH0wHU5EAiDBo1lVZ7HwwXpQqTYFkZxCXTAzAv1tYsF5VIEx0bXkY31XbADH0O6iIFDhgr2ANjpMfIxZoIU6YpPRaLNdxvjL3AHgqIWo0wJ6cAAAAABJRU5ErkJggg==') no-repeat;
    min-width: 20px;
    height: 20px;
    margin-right: 10px;
}
.posts-single-content span, .posts-single-content p {
    font-family: 'UbuntuRegular'!important;
    background: transparent!important;
    font-weight: 300;
    font-size: 17px;
    line-height: 27px;
    color: #837F7F;
}
.posts-single-content h2{
    font-family: 'UbuntuBold';
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    text-transform: uppercase;
    color: #837F7F;
    margin-top: 32px;
    margin-bottom: 32px;
}
.posts-single-content h3{
    font-family: 'UbuntuBold';
    font-style: normal;
    font-weight: bold;
    font-size: 22px;
    line-height: 28px;
    text-align: center;
    text-transform: uppercase;
    color: #837F7F;
    margin-top: 32px;
    margin-bottom: 32px;
}
.posts-single-content h4{
    font-family: 'UbuntuBold';
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    text-transform: uppercase;
    color: #837F7F;
    margin-top: 32px;
    margin-bottom: 32px;
}
.posts-single-content a, .posts-single-content a span {
    color: #fff;
}


@media (max-width: 767.98px) {
    .posts-single-content-img {
        height: auto;
    }
}



#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;
}