/*
Theme Name: ucars
Author: RaftKorn
Author URI: http://artraft.net
*/

/* NULL */

HTML, BODY, DIV, SPAN, APPLET, OBJECT, IFRAME, H1, H2, H3, H4, H5, H6, P, BLOCKQUOTE, PRE, A, ABBR, ACRONYM, ADDRESS, BIG, CITE, CODE, DEL, DFN, EM, FONT, IMG, INS, KBD, Q, S, SAMP, SMALL, STRIKE, STRONG, TT, VAR, B, U, I, CENTER, DL, DT, DD, OL, UL, LI, FIELDSET, FORM, LABEL, LEGEND {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

SUP, SUB {
    line-height: 1px;
}

BODY {
    line-height: 1;
}

UL {
    list-style: none;
}

:focus {
    outline: 0;
}

INS {
    text-decoration: none;
}

DEL {
    text-decoration: line-through;
}

input::-moz-focus-inner {
    border: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary, .block {
    display: block;
}

audio, canvas, video {
    display: inline-block;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden] {
    display: none;
}

.none, .hidden {
    display: none;
}

.clear, .clr {
    clear: both;
}

hr.clear, hr.clr {
    padding: 0;
    margin: 0;
    height: 1px;
    overflow: hidden;
    border: 0;
}

.clearfix:before, .clearfix:after, .clf:before, .clf:after {
    content: " ";
    display: table;
}

.clearfix:after, .clf:after {
    clear: both;
}

.clearfix, .clf {
    *zoom: 1;
}

.alignright, .right {
    float: right;
}

.alignleft, .left {
    float: left;
}

.center {
    text-align: center;
}

.centered, .aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

img.alignright, img.right {
    margin: 0 0 4px 10px;
    display: inline;
}

img.alignleft, img.left {
    margin: 0 10px 4px 0;
    display: inline;
}

a img {
    border: none;
}

img {
    max-width: 100%;
}

/* END NULL */


/* BASE */
*, ::after, ::before {
    box-sizing: content-box;
}

body {
    color: #000;
    font-size: 14px;
    line-height: 20px;
    font-family: 'Open Sans', sans-serif;
    background: #fff;
    text-align: center;
    font-weight: 300;
}

input, textarea {
    color: #000;
    font-size: 14px;
    line-height: 20px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
}

a {
    color: #ff6600;
    text-decoration: none;
}

a:hover {
    color: #ff6600;
    text-decoration: underline;
}

b, strong {
    font-weight: 600;
}

p {
    margin: 0 0 20px 0;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .title {
    color: #000000;
    margin: 0 0 20px 0;
    font-weight: 600;
    text-transform: uppercase;
}

h1, .h1, .title {
    font-size: 28px;
    line-height: 32px;
}

h2, .h2 {
    font-size: 26px;
    line-height: 30px;
}

h3, .h3 {
    font-size: 24px;
    line-height: 28px;
}

h4, .h4 {
    font-size: 22px;
    line-height: 26px;
}

h5, .h5 {
    font-size: 20px;
    line-height: 24px;
}

h6, .h6 {
    font-size: 18px;
    line-height: 22px;
}

.title {
    padding: 0 0 30px 0;
    background: url('images/title.png') no-repeat center bottom;
    text-align: center;
}

.title2 {
    background: url('images/title2.png') no-repeat center bottom;
    color: #fff;
}


.black {
    color: #000;
}

.white {
    color: #fff;
}

.grey {
    color: #808080;
}

.green {
    color: #34c924;
}

.red {
    color: #ff0000;
}

.orange {
    color: #ffa500;
}

.yellow {
    color: #ffff00;
}

.blue {
    color: #0000ff;
}

.purple {
    color: #8b00ff;
}

.pink {
    color: #ffc0cb;
}

/* END BASE */


/* ENTRY */

.entry table {
    margin: 0 0 20px 0;
}

.table {
    border-top: 1px solid #959596;
    border-left: 1px solid #959596;
}

.table tr th {
    border-bottom: 1px solid #959596;
    border-right: 1px solid #959596;
    background: #f4f4f4;
    padding: 5px 10px;
}

.table tr td {
    border-bottom: 1px solid #959596;
    border-right: 1px solid #959596;
    padding: 5px 10px;
}

.entry form {
    margin: 0 0 20px 0;
}

.entry ul {
    padding: 0 0 0 20px;
    margin: 0 0 20px 0;
    list-style: none;
}

.entry ol {
    padding: 0 0 0 25px;
    margin: 0 0 20px 0;
    list-style: none;
}

.entry ul ul, .entry ol ol, .entry ol ul, .entry ol ul {
    margin: 5px 0 0 0;
}

.entry ol > li {
    margin: 7px 0 7px 10px;
    list-style: decimal outside;
}

.entry ul > li {
    margin: 7px 0 7px 10px;
    list-style-type: disc;
}

code {
    font: 1.1em 'Courier New', Courier, Fixed;
}

acronym, abbr, span.caps {
    font-size: 0.9em;
    letter-spacing: .07em;
    cursor: help;
}

acronym, abbr {
    border-bottom: 1px dashed #999;
}

blockquote {
    margin: 0 0 20px 0;
    padding-left: 20px;
    border-left: 5px solid #ddd;
}

blockquote cite {
    margin: 5px 0 0;
    display: block;
}


.modal_win {
    display: none;
    width: 323px;
    padding: 30px 30px 20px 30px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9999;
    background: #fff;
    overflow-y: auto;
    text-align: left;
}

.modal_close {
    display: block;
    width: 20px;
    height: 20px;
    background: url('images/close.png') no-repeat;
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
}

.modal_mask {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9000;
    background: #000;
    display: none;
}


.modal_win_t {
    padding: 0 0 10px 0;
    font-weight: 600;
    text-transform: uppercase;
}

.modal_form_inp {
    padding: 0 0 10px 0;
}

.input {
    width: 301px;
    height: 20px;
    padding: 7px 10px;
    background: #fff;
    border: 1px solid #dadada;
}

.textarea {
    width: 301px;
    height: 120px;
    padding: 7px 10px;
    background: #fff;
    border: 1px solid #dadada;
}


.but {
    display: block;
    width: 310px;
    height: 42px;
    background: #ff6600;
    border: 0;
    font-weight: 600;
    color: #fff;
    font-size: 16px;
    line-height: 42px;
    text-transform: uppercase;
    text-align: center;
    cursor: pointer;
    border-radius: 0;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.but:hover {
    background: #fc7e2a;
    color: #fff;
    text-decoration: none;
}

.but2 {
    display: block;
    width: 185px;
    height: 42px;
    background: #fff;
    border: 4px solid #ff6600;
    color: #000;
    font-size: 16px;
    line-height: 42px;
    text-transform: uppercase;
    text-align: center;
    cursor: pointer;
}

.but2:hover {
    border: 4px solid #fc7e2a;
    color: #000;
    text-decoration: none;
}


.but4 {
    display: block;
    width: 980px;
    height: 50px;
    background: #0167ad;
    border: 0;
    color: #fff;
    font-size: 16px;
    line-height: 50px;
    text-transform: uppercase;
    text-align: center;
    cursor: pointer;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.but4:hover {
    background: #0476c5;
    color: #fff;
    text-decoration: none;
}

.wpcf7-response-output {
    background: #fff;
}

.modal_win .wpcf7-mail-sent-ok {
    width: 283px;
    padding: 70px 20px;
    margin: 0;
    position: absolute;
    top: 20px;
    left: 28px;
    background: #fff;
}


.sb_form_sub .but {
    width: 200px;
}

/* END ENTRY */


/* BODY */

.wrap {
    text-align: left;
    margin: 0 auto;
    width: 980px;
}

header .social-fixed {
	position: fixed;
	top: 35%;
	right: 0;
    padding: 8px;
    background-color: white;
    border: 2px solid #ff6600;
    border-right: none;
    border-radius: 10px 0 0 10px;
    z-index: 999;
}
@media only screen and (max-width: 768px) {
    header .social-fixed {
        top: 42%;
    }
}
header .social-fixed ul li a {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 8px;
}
header .social-fixed ul li:last-child a {
    margin-bottom: 0;
}
header .social-fixed ul li a img {
    transition: all 0.2s linear;
}
header .social-fixed ul li a:hover img {
    transform: scale(1.1);
}

.top_h {
    height: 131px;
}

.top {
    height: 131px;
    background: #fff;
}

.top_fix {
    width: 100%;
    height: 60px;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 300;
    -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.32);
    -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.32);
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.32);
}

.logo {
    float: left;
    width: 396px;
    height: 113px;
    padding: 9px 0 0 0;
}

.logo a {
    display: block;
    width: 396px;
    height: 41px;
    padding: 72px 0 0 0;
    background: url('images/logo.png') no-repeat;
    color: #000;
    text-align: right;
}

.logo a:hover {
    text-decoration: none;
}

.top_fix .logo {
    width: 130px;
    height: 50px;
    padding: 5px 0 0 0;
}

.top_fix .logo a {
    width: 130px;
    height: 20px;
    padding: 30px 0 0 0;
    background-size: auto 50px;
}

.top_fix .logo a span {
    display: none;
}


.top_tels {
    float: right;
    width: 270px;
    padding: 15px 0 0 0;
    background: url('images/top_tels.png') no-repeat 0px 27px;
    position: relative;
}

.top_tel {
    font-size: 28px;
    line-height: 30px;
    text-align: right;
    font-weight: bold;
}

.top_tel span {
    font-size: 22px;
    font-weight: 300;
}

.top_tels a.but2 {
    position: absolute;
    top: 89px;
    right: 2px;
}

.top_fix .top_tels {
    width: 500px;
    height: 60px;
    padding: 0 210px 0 0;
    background: url('images/top_tels.png') no-repeat 0px center;
}

.top_fix .top_tel {
    float: right;
    width: 230px;
    line-height: 60px;
}

.top_fix .top_tels a {
    float: left;
    top: 5px;
    right: 0px;
}

.nav_show {
    float: right;
    display: none;
    width: 32px;
    height: 32px;
    margin: 17px 0 0 0;
    background: url('images/nav_show.png') no-repeat;
}

.bg_nav {
    height: 60px;
    background: #252525;
}

@media (min-width: 1000px) {
    .bg_nav {
        display: block !important;
    }
}

.nav_top ul li {
    float: left;
    display: block;
    padding: 0 50px 0 0;
}

.nav_top ul li a {
    float: left;
    display: block;
    height: 50px;
    padding: 3px 0 0 0;
    border-top: 2px solid #252525;
    border-bottom: 5px solid #252525;
    color: #fff;
    line-height: 50px;
    font-weight: bold;
    text-transform: uppercase;
}

.nav_top ul li a:hover, .nav_top ul li.current-menu-item a, .nav_top ul li.current-menu-parent a, .nav_top ul li.current-menu-ancestor a, .nav_top ul li.current-post-ancestor a {
    border-top: 2px solid #ff6600;
    border-bottom: 5px solid #ff6600;
    color: #fff;
    text-decoration: none;
}


.slider {
    width: 100%;
    min-height: 520px;
}

.slider .wrap {
    position: relative;
}

.slider_form {
    width: 323px;
    padding: 20px 15px 20px 15px;
    border: 4px solid #ff6600;
    position: absolute;
    top: 26px;
    left: 40px;
    z-index: 250;
}

.slider_form_inp {
    padding: 0 0 15px 0;
}

.slider_form_inp input {
    width: 303px;
    height: 20px;
    padding: 12px 10px;
    background: rgba(204, 204, 204, 0.17);
    border: 0;
    color: #efefef;
}

.slider_form_t {
    height: 35px;
    color: #efefef;
}

.slider_form_t a, .slider_form_t a:hover {
    color: #efefef;
}

.slider_form_inpsm {
    float: left;
    width: 150px;
    padding: 0 0 10px 0;
}

.slider_form_inpsm_r {
    float: right;
}

.slider_form_inpsm input {
    width: 130px;
    height: 20px;
    padding: 12px 10px;
    background: rgba(204, 204, 204, 0.17);
    border: 0;
    color: #efefef;
}

.slider_form_sub {
    height: 42px;
    padding: 4px 0 0 0;
}


.slider_form .wpcf7-response-output {
	line-height: 1.2;
    width: 100%;
    position: relative;
    color: white;
    font-size: 13px;
    margin: 10px 0 0 0;
    max-width: 100%;
    background-color: transparent;
    box-sizing: border-box;
    border-width: 1px;
    padding: 5px;
}


#slider_prev {
    display: block;
    width: 35px;
    height: 35px;
    background: url('images/slider_prev.png') no-repeat;
    position: absolute;
    top: 414px;
    right: 53px;
    z-index: 250;
}

#slider_prev:hover {
    background: url('images/slider_prev.png') no-repeat 0px -35px;
}

#slider_next {
    display: block;
    width: 35px;
    height: 35px;
    background: url('images/slider_next.png') no-repeat;
    position: absolute;
    top: 414px;
    right: 11px;
    z-index: 250;
}

#slider_next:hover {
    background: url('images/slider_next.png') no-repeat 0px -35px;
}

.slide {
    width: 100%;
    min-height: 520px;
    background-size: cover !important;
}

.slide_t {
    padding: 22px 20px 0 450px;
    color: #fff;
    font-size: 36px;
    line-height: 40px;
    font-weight: bold;
}


.home_text {
    padding: 20px 0;
    text-align: center;
}


.home_uslugs {
    padding: 0 0 10px 0;
}

.home_uslug {
    float: left;
    width: 470px;
    padding: 0 0 20px 0;
    line-height: 22px;
}

.home_uslug2, .home_uslug4 {
    float: right;
}

.home_uslug1 {
    background: url('images/home_uslug1.png') no-repeat center 5px;
}

.home_uslug2 {
    background: url('images/home_uslug2.png') no-repeat center 5px;
}

.home_uslug3 {
    background: url('images/home_uslug3.png') no-repeat center 5px;
}

.home_uslug4 {
    background: url('images/home_uslug4.png') no-repeat center 5px;
}

.home_uslug_t {
    padding: 0 0 15px 0;
    color: #ff6600;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
}


.home_hows {
    padding: 20px 0;
    background: #0167ad;
}

.home_how {
    float: left;
    width: 300px;
    padding: 130px 13px 0 13px;
    color: #fff;
    line-height: 16px;
    text-align: center;
}

.home_how_t {
    padding: 0 0 15px 0;
    font-size: 24px;
    line-height: 26px;
    text-transform: uppercase;
}

.home_how1 {
    background: url('images/home_how1.png') no-repeat center 1px;
}

.home_how2 {
    background: url('images/home_how2.png') no-repeat center 0px;
}

.home_how3 {
    background: url('images/home_how3.png') no-repeat center 5px;
}


.vikup_bg {
    padding: 20px 0;
    background: #f6f6f6;
}

.vikup {
    float: left;
    display: block;
    width: 326px;
    height: 132px;
    padding: 353px 0 0 0;
    color: #0167ad;
    font-size: 30px;
    line-height: 32px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
}

.vikup:hover {
    color: #fff;
    text-decoration: none;
}

.vikup1 {
    background: url('images/vikup1.png') no-repeat center -478px;
}

.vikup1:hover {
    background: url('images/vikup1.png') no-repeat center 0px;
}

.vikup2 {
    margin: 0 1px;
    background: url('images/vikup2.png') no-repeat center -478px;
}

.vikup2:hover {
    background: url('images/vikup2.png') no-repeat center 0px;
}

.vikup3 {
    background: url('images/vikup3.png') no-repeat center -478px;
}

.vikup3:hover {
    background: url('images/vikup3.png') no-repeat center 0px;
}

.uslug_text {
    padding: 25px 0 10px 0;
}


.lombard {
    display: block;
    height: 132px;
    background: url('images/lombard.jpg') no-repeat center top;
    background-size: cover;
    color: #fff;
    font-size: 48px;
    line-height: 132px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
}

.lombard:hover {
    background: #ff6600;
    color: #fff;
}

.lombard span {
    display: -moz-inline-stack;
    display: inline-block;
    _overflow: hidden;
    *zoom: 1;
    *display: inline;
    height: 132px;
    padding: 0 0 0 147px;
    background: url('images/lombard_l.png') no-repeat 0px center;
    color: #fff;
}

.lombard span span {
    height: 132px;
    padding: 0 87px 0 0;
    background: url('images/lombard_r.png') no-repeat right center;
}

.home_rews_bg {
    padding: 17px 0;
    background: #252525;
    color: #fff;
}

.home_rews {
    height: 200px;
    padding: 0 48px;
    position: relative;
}

.home_rew_img {
    float: left;
    width: 200px;
}

.home_rew_img img {
    vertical-align: bottom;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    border-radius: 50%;
}

.home_rew_r {
    float: left;
    width: 658px;
    padding: 12px 0 0 26px;
}

.home_rew_t {
    padding: 0 0 15px 0;
    color: #fff;
    font-size: 19px;
    font-weight: 600;
}

.home_rew_t a, .home_rew_t a:hover {
    color: #fff;
}


#home_rews_prev {
    display: block;
    width: 21px;
    height: 49px;
    background: url('images/home_rews_prev.png') no-repeat;
    position: absolute;
    top: 75px;
    left: 0px;
    z-index: 250;
}

#home_rews_prev:hover {
    background: url('images/home_rews_prev.png') no-repeat 0px -49px;
}

#home_rews_next {
    display: block;
    width: 21px;
    height: 49px;
    background: url('images/home_rews_next.png') no-repeat;
    position: absolute;
    top: 75px;
    right: 0px;
    z-index: 250;
}

#home_rews_next:hover {
    background: url('images/home_rews_next.png') no-repeat 0px -49px;
}

.home_rews_but {
    padding: 2px 0 0 420px;
}

.home_rews_but a {
    float: left;
    width: 130px;
    height: 29px;
    font-size: 12px;
    line-height: 29px;
    margin: 0 5px;
}


.autos {
    padding: 20px 0;
}

#auto_slider_nav {
    display: block;
    padding: 0 0 20px 0;
}

#auto_slider_nav li {
    float: left;
    display: block;
    width: 100px;
    padding: 0 0 0 40px;
}

#auto_slider_nav li span {
    color: #7b7b7b;
    cursor: pointer;
}

#auto_slider_nav li span:hover, #auto_slider_nav li.cycle-pager-active span {
    color: #000;
}


.auto_slider {
    padding: 0 40px;
    position: relative;
}

.auto_img {
    float: left;
    width: 600px;
    text-align: center;
}

.auto_img img {
    max-width: 600px;
    max-height: 400px;
}

.auto_r {
    float: left;
    width: 260px;
    padding: 0 0 0 40px;
}

.auto_t {
    padding: 0 0 15px 0;
    font-size: 28px;
    line-height: 32px;
    font-weight: 600;
}

.auto_params {
    padding: 0 0 10px 0;
}

.auto_param {
    padding: 0 0 8px 0;
}

.auto_param_l {
    float: left;
    width: 120px;
    padding: 0 10px 0 0;
    color: #6a6a6a;
}

.auto_param_r {
    float: left;
    width: 130px;
}

.auto_p {
    padding: 0 0 15px 0;
    color: #56bb0c;
    font-size: 30px;
    line-height: 32px;
    font-weight: bold;
}

.auto_add a {
    width: 193px;
    height: 37px;
    line-height: 37px;
}

#auto_slider_prev {
    display: block;
    width: 21px;
    height: 49px;
    background: url('images/auto_slider_prev.png') no-repeat;
    position: absolute;
    bottom: 25px;
    left: 0px;
    z-index: 250;
}

#auto_slider_prev:hover {
    background: url('images/auto_slider_prev.png') no-repeat 0px -49px;
}

#auto_slider_next {
    display: block;
    width: 21px;
    height: 49px;
    background: url('images/auto_slider_next.png') no-repeat;
    position: absolute;
    bottom: 25px;
    right: 0px;
    z-index: 250;
}

#auto_slider_next:hover {
    background: url('images/auto_slider_next.png') no-repeat 0px -49px;
}


.home_cont {
    padding: 17px 0 40px 0;
    background: url('images/home_cont.jpg') no-repeat center top;
    background-size: cover;
}

.home_cont_form {
    padding: 5px 0 28px 0;
    display: flex;
    justify-content: center;
}

.home_cont_l {
    float: left;
    width: 480px;
}

.home_cont_inp {
    padding: 0 0 13px 0;
}

.home_cont_inp input {
    width: 454px;
    height: 20px;
    padding: 22px 12px;
    background: rgba(31, 31, 31, 0.31);
    border: 1px solid rgba(255, 255, 255, 0.31);
    color: #fff;
}

.home_cont_text {
    float: right;
    width: 468px;
}

.home_cont_text textarea {
    width: 442px;
    height: 178px;
    padding: 22px 12px;
    background: rgba(31, 31, 31, 0.31);
    border: 1px solid rgba(255, 255, 255, 0.31);
    color: #fff;
}

.home_cont_sub {
    height: 50px;
}

.home_cont_m {
    padding: 0 0 25px 0;
    color: #fff;
    font-size: 35px;
    line-height: 37px;
    text-align: center;
}

.home_cont_m a, .home_cont_m a:hover {
    color: #fff;
}

.home_cont_t {
    color: #ff6600;
    font-size: 35px;
    line-height: 40px;
    text-align: center;
}


#content {
    padding: 20px 0 10px 0;
}

@media only screen and (max-width: 768px) {
    #content {
        padding: 20px 15px 10px;
    }
}

#posts {
    float: left;
    width: 750px;
}

.post_list {
    padding: 0 0 20px 0;
}

.post_list_t {
    padding: 0 0 3px 0;
    font-weight: 600;
}


.p_nav {
    padding: 0 0 20px 0;
}


#sidebar {
    float: right;
    width: 200px;
}

.widget {
    padding: 0 0 10px 0;
}

.widget_title {
    padding: 0 0 5px 0;
    font-weight: bold;
}


.sb_form_inp {
    padding: 0 0 10px 0;
}


.sb_form_t {
    padding: 0 0 10px 0;
}

.sb_form_inp input {
    width: 178px;
    height: 20px;
    padding: 7px 10px;
    background: #fff;
    border: 1px solid #dadada;
}


.bg_bot {
    padding: 21px 0;
    background: #000;
}

footer {
    color: #aeaeae;
    font-size: 13px;
}

.copy {
    float: left;
    width: 400px;
    padding: 5px 0 0 0;
}

.stat {
    float: right;
}

.stat img {
    vertical-align: bottom;
}


#back_top {
    display: none;
    width: 39px;
    height: 38px;
    position: fixed;
    bottom: 30px;
    right: 20px;
    background: url('images/back_top.png') no-repeat;
}


/* END BODY */


/* SHEARCH */

.search_inp {
    float: left;
    width: 152px;
}

.search_inp input {
    width: 130px;
    height: 16px;
    padding: 2px 10px;
    background: none;
    border: 1px solid #959596;
}

.search_sub {
    float: left;
    width: 72px;
    padding: 0 0 0 10px;
}

.search_sub input {
    width: 70px;
    height: 20px;
    background: none;
    border: 1px solid #959596;
    cursor: pointer;
}

/* END SHEARCH */


/* COMMENTS */

.comments_t {
    padding: 0 0 10px 0;
    font-size: 18px;
    line-height: 20px;
    font-weight: bold;
}

.comments_list li {
    padding: 15px;
    margin: 0 0 15px 0;
    border: 1px solid #ddd;
    background: #f8f8f8;
}

.comments_list li li {
    margin: 15px 0 0 0;
}

.comments_list li.thread-even {
    background: #fff;
}

.comments_list .even {
    background: #fff;
}

.comments_list .alt {
    background: #f8f8f8;
}

.comment_ava {
    float: left;
    padding: 0 10px 0 0;
}

.comment_ad {
    padding: 0 0 10px 0;
}

.comment_a {
    font-weight: bold;
}

.comment_d {
    font-style: italic;
}

.comment_repl {
    text-align: right;
}

#respond {
    padding: 15px;
    border: 1px solid #ddd;
    background: #eee;
    margin: 0 0 15px 0;
}

.comments_list #respond {
    margin: 0 15px 15px 15px;
}

.respond_t {
    padding: 0 0 10px 0;
    font-size: 18px;
    line-height: 20px;
    font-weight: bold;
}

.respond_inp {
    padding: 0 0 10px 0;
}


/* END COMMENTS */


/* WP OTHER */

.wp-caption {
    border: 1px solid #ddd;
    text-align: center;
    background-color: #f3f3f3;
    padding-top: 4px;
    margin: 10px;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.wp-caption img {
    margin: 0;
    padding: 0;
    border: 0 none;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    padding: 0 4px 5px;
    margin: 0;
}


.wpcf7-not-valid {
    border: 1px solid #ad2929 !important;
    color: #ad2929;
}


#wp-calendar #prev a, #wp-calendar #next a {
    font-size: 9pt;
}

#wp-calendar a {
    text-decoration: none;
}

#wp-calendar caption {
    font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
    text-align: center;
}

#wp-calendar th {
    font-style: normal;
    text-transform: capitalize;
}

#wp-calendar {
    empty-cells: show;
    margin: 10px auto 0;
    width: 155px;
}

#wp-calendar #next a {
    padding-right: 10px;
    text-align: right;
}

#wp-calendar #prev a {
    padding-left: 10px;
    text-align: left;
}

#wp-calendar a {
    display: block;
}

#wp-calendar caption {
    text-align: center;
    width: 100%;
}

#wp-calendar td {
    padding: 3px 0;
    text-align: center;
}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
    background-color: #fff;
}

/* END WP OTHER */

/*Страница брендов (марок автомобилей)*/
.bg-bread {
    background: url("images/slide.jpg") center no-repeat;
    height: 400px;
    width: 100%;
    background-size: cover;
}

.bg-opacity {
    width: 100%;
    height: 400px;
}

.h-bread {
    height: 400px;
}

@media only screen and (max-width: 992px) {
    .bg-bread,
    .bg-opacity,
    .h-bread {
        height: 100%;
        overflow: hidden;
    }
    
    .h-bread {
        padding: 20px;
    }
}

.bg-bread h3 {
    background: rgba(0, 0, 0, 0.5);
    color: white;
    padding: 10px;
    border: 1px solid #ccc;
}

.bg-bread h3 span {
    font-size: 14px;
    background: #0F67A8;
    padding: 2px 5px;
    border-radius: 5px;
}

.bg-bread ul li {
    font-size: 18px;
    font-weight: bold;
    color: white;
    display: block;
    margin-bottom: 10px;
}

.bg-bread ul li span {
    background: #ff6600;
    display: inline-block;
    padding: 5px 10px 5px 35px;
    border-radius: 5px;
    position: relative;
}

.bg-bread ul li span:before {
    font-family: FontAwesome;
    content: '\f046';
    position: absolute;
    left: 10px;
}

.bread_form {
    background: rgba(255, 255, 255, 0.5);
    padding: 20px 20px 0 20px;
}

.bread_form .modal_win_t {
    font-size: 18px;
    text-align: center;
    margin-bottom: 5px;
}

.bread_form form input {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: auto;
    max-width: 100%;
    margin-bottom: 10px;
}

.bread {
    padding: 15px 0;
    text-align: left;
}

#posts-brands {
    max-width: 700px;
    float: left;
}

/*Сайдбар брендов*/
#sidebar-brands {
    width: 250px;
    float: right;
}

@media only screen and (max-width: 768px) {
    #sidebar-brands {
        float: none;
        margin: 0 auto;
    }
}

/*Популярные услуги*/
.services {
    margin-bottom: 30px;
}

.services h3 {
    font-size: 16px;
    color: #0F67A8;
    text-align: center;
    font-weight: bold;
    margin-bottom: 10px;
}

.services ul {
    overflow: hidden;
}

.services ul li {
    display: inline-block;
    float: left;
    width: 47%;
    margin: 2px;
    padding: 5px;
    text-align: center;
    border: 1px solid #d9d9d9;
    background: -webkit-gradient(linear, left top, right top, color-stop(0, #dedede), color-stop(50%, #f7f7f7), color-stop(100%, #dedede));
    background: -webkit-linear-gradient(3deg, #dedede, #f7f7f7 50%, #dedede);
    background: linear-gradient(87deg, #dedede, #f7f7f7 50%, #dedede);
    
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.services ul li img {
    width: 50px;
}

.services ul li p {
    margin-bottom: 5px;
    font-size: 13px;
    line-height: 18px;
    font-weight: bold;
}

/*Расчет онлайн*/
.calculation {
    margin-bottom: 30px;
}

.calculation h3 {
    font-size: 16px;
    color: #0F67A8;
    text-align: center;
    font-weight: bold;
    margin-bottom: 10px;
}

.calculation form {
    padding: 10px;
    border: 1px solid #d9d9d9;
    background: -webkit-gradient(linear, left top, right top, color-stop(0, #dedede), color-stop(50%, #f7f7f7), color-stop(100%, #dedede));
    background: -webkit-linear-gradient(3deg, #dedede, #f7f7f7 50%, #dedede);
    background: linear-gradient(87deg, #dedede, #f7f7f7 50%, #dedede);
}

.calculation form select,
.calculation form input {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: auto;
    width: 100%;
    max-width: 100%;
}

.calculation .sb_form_inp .jq-selectbox__select {
    width: 180px !important;
    border: 1px solid white;
    background: #A3ABB1;
    color: white;
}

.calculation .sb_form_inp .jq-selectbox__select {
    width: 100%;
    max-width: 100%;
}

.calculation form input[type="submit"] {
    font-size: 14px;
    width: 100%;
}

/*Последние отзывы*/
.reviews {
    margin-bottom: 30px;
}

.reviews h3 {
    font-size: 16px;
    color: #0F67A8;
    text-align: center;
    font-weight: bold;
    margin-bottom: 10px;
}

.comment {
    border: 1px solid #A3ABB1;
    padding: 10px;
    margin-bottom: 15px;
    border-radius: 5px;
    background: -webkit-gradient(linear, left top, right top, color-stop(0, #dedede), color-stop(50%, #f7f7f7), color-stop(100%, #dedede));
    background: -webkit-linear-gradient(3deg, #dedede, #f7f7f7 50%, #dedede);
    background: linear-gradient(87deg, #dedede, #f7f7f7 50%, #dedede);
}

.comment h4 {
    color: #0F67A8;
    font-size: 13px;
    line-height: 20px;
    font-weight: bold;
    margin-bottom: 0;
}

.comment time {
    color: #ff6600;
    display: block;
    font-size: 10px;
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #A3ABB1;
}

.comment time i {
    margin-right: 5px;
}

.comment p {
    margin-bottom: 0;
}

.updated:not(.published) {
    display: none;
}

/*Блок автовыкуп любых марок*/
.block-brands {
    margin: 30px 0;
}

.block-brands h2 {
    font-size: 21px;
    color: white;
    background: #0F67A8;
    text-align: center;
    text-transform: none;
    padding: 5px;
    /*margin-bottom: 0;*/
}

.block-brands ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.block-brands ul li {
    display: inline-block;
    margin: 10px 10px 0;
    text-align: center;
    width: 80px;
}

.block-brands ul li a {
    color: #333;
    text-transform: uppercase;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.block-brands ul li a:hover {
    color: #ff6600;
    font-weight: bold;
    text-decoration: none;
}

.block-brands ul li img {
    width: 60px;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.block-brands ul li a:hover img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

/*Стили Contact Form 7*/
span.wpcf7-not-valid-tip {
    font-size: 12px;
    line-height: 1.2;
	display: none;
}

/*Переключатель языков*/
.lang-select {
    position: fixed;
    top: 80px;
    right: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 8px;
    background-color: white;
    border: 1px solid #ff6600;
    border-right: none;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    z-index: 999;
}
.lang-select a {
    margin-bottom: 10px;
}
.lang-select a:last-of-type {
    margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
    .lang-select {
        top: 190px;
    }
}