html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}

html {
    height: 100%;
}

body {
    background-color: #fff;
    height: 100%;
    word-wrap: break-word;
    color: #333333;
    font-family: Lato, Tahoma;
    font-size: 16px;
    font-weight: 300;
}

* {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

a {
    color: #333;
}
a:focus{
    outline: none;
}

a:hover {
    color: #79b6c8;
}

.hover-underline {
    text-decoration: none;
}

.hover-underline:hover {
    text-decoration: underline;
}

.wrapper {
    width: 1200px;
    margin: 0 auto;
}

.clearfix:after {
    content: " ";
    display: table;
    clear: both;
    width: 100%;
    height: 0;
}

.puller {
    clear: both;
    float: none;
    width: 100%;
    height: 0;
}

.left {
    float: left;
}

.right {
    float: right;
}

input,
textarea{
    font-family: lato;
}
input:focus,
textarea:focus{
    outline: none;
}
textarea{
    resize: vertical;
}

input[type=submit]{
    cursor: pointer;
}

.transition-all {
    transition: all 0.3s ease-in 0s;
    -webkit-transition: all 0.3s ease-in 0s;
    -moz-transition: all 0.3s ease-in 0s;
}

.relative {
    position: relative;
}

.sess_messages{
    width: 100%;
    border: 3px solid #78b7c6;
    padding: 20px;
    color: #78b7c6;
    margin-top: 50px;
    box-sizing: border-box;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    line-height: 1.8;
}

.userform_fieldtitle {
    float: left;
    width: 200px;
    font-size: 16px;
    font-weight: normal;
    padding-top: 10px;
}
.userform_fieldvalue{
    float: left;
    margin-left: 20px;
}

.userform_fieldvalue input[type=text]{
    width: 500px !important;
    border: 1px solid #c1c1c1;
    padding: 8px 15px;
    font-size: 16px;
}

.userform_fieldvalue label{
    line-height: 40px;
}

.userform_fieldvalue  input[type=text][name="captcha_code"]{
    width: 366px !important;
}

.userform_row{
    padding: 15px 0;
}

.userform_table .send-wrapper{
    width: 100%;
    clear: both;
    padding-top: 20px;
}

a.pagebar_page,
.pagebar_current{
    width: 36px;
    height: 36px;
    line-height: 36px;
    background-color: #e9e9e9;
    color: #fff !important;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin-right: 5px;
    font-size: 14px;
    font-weight: bold;
    transition: all 0.2s ease-in 0s;
}

.pagebar_current,
a.pagebar_page:hover{
    background-color: #78b7c6;
}

.debug_info {
    margin: 10px;
    color: #CCC;
    margin-bottom: 50px;
}

#debug_query_dump {
    display: none;
}

.debug_query_count a {
    color: #CCC;
    border-color: #CCC;
}

#debug_query_show .query {
    background: #FFF;
    border: 1px solid #DDD;
    border-radius: 3px;
    margin: 10px;
    padding: 10px;
}

#debug_query_show .query .src {
    color: #999;
    font-size: 83%;
    margin-bottom: 4px;
}

.query_time {
    color: #999;
    font-size: 83%;
    margin: 4px 0 0;
}

.red_query {
    color: #c0392b;
}

.green_query {
    color: #27ae60;
}

.minwidth{
    min-width: 1200px;
}

/* GENERAL ------------------- */

.header {
    background-color: #fff;
    border-bottom: 1px solid #eeeeee;
}

.header .logo {
    float: left;
    width: 260px;
    padding: 10px 0 0 13px;
}

.header-middle {
    float: left;
    margin-left: 25px;
    padding-top: 18px;
}

.header-middle .phone,
.header-middle .phone-small{
    display: inline-block;
    line-height: 22px;
    padding-left: 25px;
    font-size: 14px;
    font-weight: 300;
    font-family: Oswald;
    background: url(../images/sprite.png) 0 0 no-repeat;
    color: #333;
    text-decoration: none;
}
.header-middle .phone-small{
    background: none;

}

.header-right {
    float: right;
    margin-right: 15px;
    padding-top: 18px;
}

.searchblock {
    float: right;
    position: relative;
}

.searchblock .search-ico {
    background: url(../images/sprite.png) 0 -100px no-repeat;
    width: 25px;
    height: 25px;
    cursor: pointer;
}

a.callback {
    margin-left: 35px;
}

a.callback,
a.bluetransparentbutton {
    display: inline-block;
    color: #79b6c8;
    border: 2px solid #79b6c8;
    font-size: 12px;
    font-weight: bold;
    font-family: Lato, Tahoma;
    text-decoration: none;
    transition: all 0.3s ease-in 0s;
    text-transform: uppercase;
    padding: 3px 5px;
}

a.callback:hover,
a.bluetransparentbutton:hover {
    color: #fff;
    background-color: #79b6c8;
}


a.bluebutton,
.bluebutton
{
    display: inline-block;
    color: #fff;
    border: 2px solid #79b6c8;
    background-color: #79b6c8;
    font-size: 16px;
    font-weight: bold;
    font-family: Lato, Tahoma;
    text-decoration: none;
    transition: all 0.3s ease-in 0s;
    text-transform: uppercase;
    padding: 16px 20px;
}

a.bluebutton:hover,
.bluebutton:hover {
    color: #79b6c8;
    background-color: #fff;
}

.darkbutton{
    display: inline-block;
    color: #fff;
    border: 2px solid #4a4a4a;
    background-color: #4a4a4a;
    font-size: 16px;
    font-weight: bold;
    font-family: Lato, Tahoma;
    text-decoration: none;
    transition: all 0.3s ease-in 0s;
    text-transform: uppercase;
    padding: 10px 20px;
}
.darkbutton:hover {
    color: #4a4a4a;
    background-color: #fff;
}



#mcart {
    float: right;
    background: url(../images/sprite.png) 0 -50px no-repeat;
    width: 40px;
    height: 25px;
    margin-right: 50px;
    cursor: pointer;
}

#mcart span{
    background-color: #79b6c8;
    display: inline-block;
    color: #fff;
    cursor: pointer;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    text-align: center;
    position: absolute;
    margin-top: -8px;
    margin-left: 13px;
}

.header .topmenu {
    float: none;
    padding-top: 10px;
    clear: both;
    text-align: center;
    width: 100%;
}

.header .menu {
    list-style: none;
    margin: 0 auto;
    padding: 0;
    width: 100%;
    text-align: center;
    min-height: 40px;
}

.header .menu li {

    display: inline-block;
    padding: 0 22px;
    margin: 0;
    text-align: center;
}

.header .menu li.selected a,
.header .menu li a:hover {
    border-bottom: 3px solid #79b6c8;
}

.header .menu li a {
    text-transform: uppercase;
    color: #333333;
    font-size: 14px;
    font-weight: 300;
    text-decoration: none;
    font-family: Oswald;
}

footer{
    background-color: #1a1a1a;
    width: 100%;
    padding: 60px 0;
    margin-top: 60px;
}


.footer-copyright {
    background-color: #fff;
    border-top: 1px solid #cad3df;
    text-align: center;
    padding: 10px 0;
    font-size: 13px;
    color: #8493a8
}

footer .powered {
    float: right;
    padding: 40px 50px 0 0;
}

footer .col-logo{
    margin: 35px 0 0 55px;
    float: left;
    width: 270px;
}


footer .contacts,
footer .phones,
footer .email {
    float: left;
    width: 220px;
    margin-right: 35px;
}

footer a{
    color: #8e8e8e;
    text-decoration: none;
}
footer a:hover{
    color: #fff;
    text-decoration: underline;
}

footer .content{
    color: #8e8e8e;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.6;
}
footer a.phone-item{
    background: url(../images/sprite.png) 0 -196px no-repeat;
    padding-left: 18px;
}

footer a.email-item{
    background: url(../images/sprite.png) 0 -246px no-repeat;
    padding-left: 22px;
}

footer a.facebook-item{
    background: url(../images/fb.png) 0 0 no-repeat;
    padding-left: 22px;
}

footer .phones{
    width: 180px;
}

footer .contacts .content{
    padding-left: 18px;
}
footer .contacts .content:before{
    content: ' ';
    display: block;
    position: absolute;
    background: url(../images/sprite.png) 0 -148px no-repeat;
    width: 15px;
    height: 24px;
    margin-left: -18px;
}

footer .col-title{
    font-size: 16px;
    font-weight: 500;
    font-family: Oswald;
    color: #fff;
    text-transform: uppercase;
    border-left: 2px solid #79b6c8;
    line-height: 1.0;
    padding-left: 10px;
    margin-bottom: 35px;
}

.autobanner-89 .slide{
    height: 580px;
    background-color: #b1d1dc;
}

.autobanner-89 .content{
    float: left;
    width: 570px;
    clear: left;
    margin-left: 110px;
}


.autobanner-89 .slide .line-1{
    margin-top: 105px;
    font-family: Oswald;
    font-size: 80px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1;
}

.autobanner-89 .slide .line-2{
    font-size: 16px;
    padding-top: 20px;
    line-height: 2;
}

.autobanner-89 .slide .line-3{
    padding-top: 40px;
}

.autobanner-89 .slide .image{
    width: 500px;
    height: 580px;
    float: right;
}

.autobanner-89 .slide.odd .content{
    float: right;
}

.autobanner-98 .slide,
.autobanner-98 .slide .image{
    height: 270px;
}

.autobanner-99 .slide,
.autobanner-99 .slide .image{
    height: 230px;
}

.autobanner .owl-nav{
    position: absolute;
    width : 100%;
    margin-top: -290px;
    height: 0;
}
.autobanner-98 .owl-nav{
    margin-top: -180px;
}

.autobanner .owl-prev{
    background: url(../images/prev.png) 0 0 no-repeat;
    width: 60px;
    height: 60px;
    margin-left: 10px;
    float: left;
    opacity: 0.5;
    transition: opacity 0.2s ease-in 0s ;
}
.autobanner .owl-next{
    background: url(../images/next.png) 0 0 no-repeat;
    width: 60px;
    height: 60px;
    margin-right: 10px;
    float: right;
    opacity: 0.5;
    transition: opacity 0.2s ease-in 0s ;
}

.autobanner .owl-prev:hover,
.autobanner .owl-next:hover{
    opacity: 1;
}


.features-container{
    width: 1190px;
    margin: 30px auto;
}

.features-container .feature-item{
    float: left;
    margin: 0 20px 20px 0;
    border: 1px solid #79b6c8;
    width: 280px;
    height: 190px;
}
.features-container .feature-item:nth-child(4n){
    margin-right: 0;
}

.features-container .feature-item .ico{
    width: 90px;
    height: 90px;
    background: url(../images/sprite-features.png) 0 0 no-repeat;
    margin: 30px auto 10px;
}
.features-container .feature-item-2 .ico{background-position: 0 -90px;}
.features-container .feature-item-3 .ico{background-position: 0 -180px;}
.features-container .feature-item-4 .ico{background-position: 0 -270px;}
.features-container .feature-item-5 .ico{background-position: 0 -360px;}
.features-container .feature-item-6 .ico{background-position: 0 -450px;}
.features-container .feature-item-7 .ico{background-position: 0 -540px;}
.features-container .feature-item-8 .ico{background-position: 0 -630px;}

.features-container .feature-item .text{
    text-align: center;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 14px;
    color: #383838;
}


.clients-container{
    width: 1190px;
    margin: 30px
}

.clients-container .clients-item{
    float: left;
    width: 20%;
    height: 100px;
    margin-bottom: 30px;
    background: url(../images/sprite-clients.png) 50% 0 no-repeat;
}
.clients-container .clients-item-2{background-position: 50% -100px;}
.clients-container .clients-item-3{background-position: 50% -200px;}
.clients-container .clients-item-4{background-position: 50% -300px;}

.clients-container .clients-item-5{background-position: 50% -900px;}
.clients-container .clients-item-6{background-position: 50% -400px;}
.clients-container .clients-item-7{background-position: 50% -500px;}
.clients-container .clients-item-8{background-position: 50% -600px;}
.clients-container .clients-item-9{background-position: 50% -700px;}
.clients-container .clients-item-10{background-position: 50% -800px;}

.promomodule{
    min-height: 350px;
    min-width: 1200px;
    position: relative;
}

.promomodulebody{
    position: absolute;
    margin-top: -70px;
    z-index: 30;
    left: 50%;
    margin-left: -615px;
}

.promo-items{
    width: 1230px;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
    padding: 30px;

}

.promo-items .promo-item{
    width: 375px;
    height: 230px;
    background-color: #eef0ef;
    float: left;
    margin: 0 22px 0 0;
    cursor: pointer;
}

.promo-items .promo-item:last-child{
    margin-right: 0;
}

.promo-items .promo-item-1{ background: url(../images/detector.png) 10px 50% no-repeat #eef0ef;}
.promo-items .promo-item-2{ background: url(../images/scaner.png) 10px 50% no-repeat #eef0ef;}
.promo-items .promo-item-3{ background: url(../images/price-checker.png) 10px 50% no-repeat #eef0ef;}

.promo-items .promo-item .text{
    width: 180px;
    margin: 35px 0 0 180px;
}

.promo-items .promo-item .text .title{
    font-family: Oswald;
    font-weight: bold;
    font-size: 26px;
    text-transform: uppercase;
    color: #383838;
    line-height: 1.2;
    height: 55px;
    vertical-align: bottom;
}

.promo-items .promo-item .text .line-2{
    font-family: Lato, Tahoma;
    font-size: 14px;
    font-weight: 300;
    padding-top: 5px;
}

.promo-items .promo-item .text .line-3{
    font-family: Oswald;
    font-size: 20px;
    font-weight: 500;
    padding-top: 10px;
    color: #75b8cb;
}


.promomodule .promo-line{
    width: 1170px;
    border: 1px solid #c2c2c2;
    margin: 40px auto;
}

.promomodule .promo-line .text{
    float: left;
    padding: 36px 0 36px 30px;
    font-size: 16px;
    font-weight: bold;
    font-family: Lato, Tahoma;
    color: #383838;
    text-transform: uppercase;
}

.promomodule .promo-line .button-wrapper{
    float: right;
    padding: 18px 28px 18px 0;
}
.promomodule .promo-line .button-wrapper a.bluebutton{
    padding-left: 50px;
    padding-right: 50px;
}

#mcart a {
    color: #0d0d0d;
    font-size: 14px;
    text-decoration: none;
}

#mcart a span {
    color: #b14fc0
}

.pagination {
    display: none;
}

.mod_latest_entry {
    float: left;
    width: 370px;
    margin-right: 25px;
    height: 440px;
    margin-bottom: 30px;
    position: relative;
}

.mod_latest_entry .mod_latest_image {
    height: 200px;
    width: 370px;
    overflow: hidden;
}

.mod_latest_entry .mod_latest_image img {
}

.mod_latest_entry .mod_latest_content {
    padding: 15px 0;
    height: 205px;
}

.mod_latest_entry .mod_latest_content .mod_latest_date {
    color: #8493a8;
    font-size: 12px;
    text-transform: uppercase
}

.mod_latest_entry .mod_latest_content .mod_latest_title {
    height: 50px;
    overflow: hidden;
    border-bottom: 1px solid #dddddd;
    padding-left: 10px;
    background: url(../images/red-stick.png) left 2px no-repeat
}

.mod_latest_entry .mod_latest_content .mod_latest_title_a {
    font-size: 16px;
    color: #131313;
    text-decoration: none;
    font-weight: 400;
}

.mod_latest_entry .mod_latest_content .mod_latest_title_a:hover {
    text-decoration: underline;
}

.mod_latest_entry .mod_latest_content .mod_latest_desc {
    height: 130px;
    overflow: hidden;
    padding-top: 30px;
    color: #565656
}

.mod_latest_entry .label {
    position: absolute;
    top: 30px;
    right: 20px;
}

a.bluelabel {
    background-color: #5797d2;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    padding: 8px;
    border-radius: 4px;
    display: inline-block;
    font-size: 12px;
}

a.bluelabel:hover {
    background-color: #79acf3
}

.mod_latest_entry .details {
    position: relative;
    float: left;
    clear: left;
}

.mod_latest_entry .details a {
    text-transform: 0;
}

.mod_latest_entry:last-child {
    margin-right: 0
}

.moduletitle {
    text-align: center;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: bold;
    margin: 35px 0;
    color: #383838;
    font-family: Oswald, arial;
    padding-bottom: 10px;
    border-bottom :1px solid #eeeeee;
}

.moduletitle span {
    border-right: 4px solid #c62323;
    border-left: 4px solid #c62323;
    line-height: 80%;
    padding: 0 20px;
}

.con_text p {
    padding: 0;
    font-size: 16px;
    line-height: 150%;
    font-weight: 300;
    text-align: justify
}

.con_text {
    background-color: #fff;
}

.thin-content{
    width: 90%;
    margin: 0 auto;
}

.con_text.left {
    width: 780px;
    padding-right: 24px;
}

.con_text_sidebar {
    float: right;
    width: 390px;
    padding-left: 20px;
    float: right;
}

.con_heading {
    font-size: 18px;
    font-family: Oswald;
    text-transform: uppercase;
    color: #78b7c6;
    font-weight: bold;
    margin: 10px 0;
    padding: 12px 0;
    background: url(../images/header-line.png) 0 100% no-repeat;
}


.con_heading span {
}

.con_pubdate {
    padding-right: 25px;
    background: url(../images/ico-date.png) right 50% no-repeat;
    position: absolute;
    right: 0;
    margin-top: -65px;
    margin-right: 10px;
    color: #898989;
    font-size: 13px;
    line-height: 20px
}


.artcicles_view .mod_latest_entry:nth-child(3n) {
    margin-right: 0;
}

.mt-50 {
    margin-top: 50px;
}

.relative {
    position: relative;
}

a.redbutton {
    display: inline-block;
    background: url(../images/btn-red-bg.png) left center repeat-x;
    padding: 0 15px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    color: #fff;
    font-size: 12px;
    line-height: 22px;
    text-transform: uppercase;
    text-decoration: none;
}

.borderedbutton {
    display: inline-block;
    border: 1px solid #c62323;
    padding: 5px 15px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    color: #c62323;
    text-decoration: none;
}

.borderedbutton:hover {
    background-color: #c62323;
    color: #fff;
}

#slides_89 {
    position: relative;
    margin: 0 auto;
}

#slides_89, #slides_89 .slide {
    height: 750px;
    position: relative;
    width: 1170px;
    background-size: cover !important;
    max-width: 1920px;

}

#slides_89 a.next {
    background: url(../images/slide-right.png) 50% 0% no-repeat transparent;
    display: block;
    height: 82px;
    margin-top: -20px;
    position: absolute;
    right: 0;
    top: 50%;
    width: 41px;
    z-index: 100;
}

#slides_89 a.prev {
    background: url(../images/slide-left.png) 50% 0% no-repeat transparent;
    display: block;
    height: 82px;
    margin-top: -20px;
    position: absolute;
    left: 0;
    top: 50%;
    width: 41px;
    z-index: 100;
}

#slide-text {
    position: absolute;
    z-index: 150;
    width: 100%;
    text-align: center;
}

#slide-text .line1 {
    margin-top: 130px;
}

#slide-text .line1 span {
    color: #FFF;
    font-size: 42px;
    text-transform: uppercase;
    font-weight: 900;
    background-color: #c62323;
    padding: 0 20px;
    line-height: 110%;
    display: inline-block;
    padding-bottom: 4px;
}

#slide-text .line2 {
    margin-top: 50px;
}

#slide-text .line2 span {
    color: #FFF;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 900;
    background-color: #000;
    padding: 0 20px;
    line-height: 150%;
    display: inline-block;
    padding-bottom: 4px;
}

#slide-text .line3 {
    margin-top: 65px;
}

a.bigredbutton {
    display: inline-block;
    background: url(../images/btn-red-big-bg.png) left center repeat-x;
    padding: 0 15px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    color: #fff;
    line-height: 67px;
    font-size: 16px;
    text-transform: uppercase;
    text-decoration: none;
    min-height: 67px
}

a.middleredbutton,
.middleredbutton {
    display: inline-block;
    background: url(../images/middle-red-button.png) left center repeat-x;
    padding: 0 15px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    color: #fff;
    line-height: 52px;
    font-size: 16px;
    text-transform: uppercase;
    text-decoration: none;
    min-height: 52px;
    width: 212px;
    text-align: center;
    border: none;
    cursor: pointer
}

.whiteborderbutton {
    display: inline-block;
    border: 1px solid #fff;
    padding: 5px 15px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    color: #fff;
    text-decoration: none;
}

.whiteborderbutton:hover {
    background-color: #fff;
    color: #c62323;
}

.whiteborderbutton-big {
    display: inline-block;
    border: 3px solid #fff;
    padding: 10px 35px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
}

.whiteborderbutton-big:hover {
    background-color: #fff;
    color: #c62323;
}

.yellowbutton-big {
    display: inline-block;
    background: url(../images/yellow-button-bg.png) top left repeat-x;
    padding: 0 35px;
    height: 47px;
    line-height: 47px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    color: #000;
    text-decoration: none;
    font-weight: bold;
    font-size: 16px;

}

.yellowbutton-big:hover {
    color: #000;
    opacity: 0.9
}

.mpw-bg {
    background: url(../images/mb-bg.jpg) top center no-repeat;
    min-height: 579px;
    margin: 90px auto 60px
}

.mpw-bg .text-wrapper {
    width: 1170px;
    padding: 110px 5px 0 300px;
    color: #fff;
    margin: 0 auto;
}

.mpw-bg .text-wrapper .smalltitle {
    font-size: 14px;
    text-transform: uppercase;
    border-left: 7px solid #fff;
    padding-left: 5px;
}

.mpw-bg .text-wrapper .title {
    font-size: 31px;
    text-transform: uppercase;
    font-weight: 900;
    padding: 10px 0;
    line-height: 110%;
}

.mpw-bg .text-wrapper .text {
    font-size: 16px;
    line-height: 170%;
    padding: 15px 0;
    font-weight: 200;
    text-align: justify
}

.cars-grey-line {
    height: 225px;
    background-color: #f5f5f5;
    position: relative;
}

.cars-grey-line .cars-block {
    width: 1170px;
    position: absolute;
    left: 50%;
    margin-left: -585px;
    margin-top: -210px;
    background-color: #fff;
    padding: 30px;
    z-index: 200;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.5)
}

.cars-grey-line .cars-block .title {
    text-align: center;
    font-size: 16px;
    color: #1f242a;
    text-transform: uppercase;
}

.cars-grey-line .cars-block .title span {
    border-left: 5px solid #c72323;
    border-right: 5px solid #c72323;
    padding: 0 9px;
}

.cars-grey-line .cars-block .cars-logos {
    padding: 20px 0 20px;
}

.cars-grey-line .cars-block .cars-logos .car-logo {
    float: left;
    width: 150px;
    height: 120px;
    text-align: center;
    display: table;
    vertical-align: middle;
    margin-right: 9px;
}

.cars-grey-line .cars-block .cars-logos .car-logo:nth-child(7n) {
    margin-right: 0;
}

.cars-grey-line .cars-block .cars-logos .car-logo a {
    display: table-cell;
    vertical-align: middle;
}

.cars-grey-line .cars-block .cars-logos .car-logo img {
    transition: all 0.1s ease-in 0s;
}

.cars-grey-line .cars-block .cars-logos .car-logo img:hover {
    transform: scale(0.95);
}

.banner-small {
    height: 120px;
    width: 100%;
    background: url(../images/banner-small.jpg) top center no-repeat;
    background-size: cover;
}

.askform {
    width: 370px;
}

.askform .title {
    width: 370px;
    height: 90px;
    background: url(../images/askform-title.png) left top no-repeat #555555;
    color: #fff;
    padding-left: 75px;
    font-size: 33px;
    font-weight: 900;
    line-height: 90px;
}

.askform .title2 {
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 13px;
    font-weight: 200;
    color: #fff;
    text-align: center;
    background-color: #d62323
}

.askform .fields {
    width: 100%;
    background-color: #f5f5f5;
    padding: 26px;
}

.redstar {
    color: #d62323
}

.askform .fields label {
    width: 100%;
    color: #171717;
    font-size: 14px;
}

.askform .fields input[type=text],
.askform .fields input[type=email],
.askform .fields textarea {
    margin-top: 2px;
    margin-bottom: 8px;
    width: 100%;
    border: 1px solid #d3d3d3;
    border-radius: 8px;
    padding: 10px 10px;
    font-size: 16px;
    background-color: #fff;
}

.askform .fields textarea {
    resize: vertical;
}

.askform .fields input[type=submit] {
    width: 162px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    text-align: center;
    background: url(../images/submit-button.png) top center no-repeat;
    font-size: 16px;
    font-weight: 200;
    border: none;
    cursor: pointer;
}

.askform .fields input[type=submit]:hover {
    opacity: 0.9;
}

#con_heading_button {
    position: absolute;
    margin-top: -95px;
    margin-left: 960px;
    height: 54px;
    min-width: 210px;
}

.con_text-wrapper {
    padding-bottom: 30px;
}

.banner-ass-top {
    width: 100%;
    height: 140px;
}

.ass-phone-bg {
    width: 100%;
    background: url(../images/ass-phone-bg.png) left top no-repeat #555555;
    height: 89px;
    padding-left: 70px;
}

.ass-phone-bg .phone {
    font-size: 33px;
    font-weight: 900;
    color: #fff;
    line-height: 89px;
    float: left;
}

.ass-phone-bg .phone span {
    color: #8a8a8a
}

.ass-phone-bg .or {
    font-size: 14px;
    color: #fff;
    line-height: 89px;
    float: left;
    padding: 0 40px;
}

.ass-phone-bg .callback {
    line-height: 89px;
    float: left;
}

.ass-phone-bg .callback .middleredbutton {
    width: auto;
    background-size: 100% 48px;
    font-size: 16px;
}

.con_text h2 {
    color: #d62323;
    font-size: 24px;
    font-weight: 900;
    text-align: center;
}

ul.greenchecks {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}

ul.greenchecks li {
    padding: 10px 0 0 30px;
    background: url(../images/green-checkbox.png) left 10px no-repeat;
}

#popup {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    position: fixed;
    z-index: 7777;
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#popupcounsult {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    position: fixed;
    z-index: 7777;
    display: none;
}

.popup_selector {
    width: 350px;
    border: 5px solid #c05246;
    border-radius: 10px;
    background-color: #fff;
    margin: 150px auto 0 auto;
}

.popup_form {
    z-index: 9999;
    width: 770px;
    background-color: #fff;
    padding: 40px;
    position: absolute;
    left: 50%;
    top: 50%;
    box-sizing: border-box;
    margin-left: -385px;
}

.popup_form.order {
    height: 360px;
}

.close_popup {
    position: fixed;
    display: block;
    z-index: 8888;
    right: 20px;
    top: 20px;
    cursor: pointer;
}

.popup_form .text {
    padding: 12px 15px;
    width: 500px;
    border: 1px solid #eaeaea;
    margin: 8px 0;
    font-size: 16px;
}

.popup_form .submit-wrapper {
    text-align: center;
    padding: 20px 0;
}

.popup_form .title {
    font-size: 18px;
    font-family: Oswald, arial;
    font-weight: 500;
    padding: 10px 0 10px 0;
    text-align: center;
    text-transform: uppercase;

}
.popup_form .title span{
    border-bottom: 3px solid #79b6c8;
    padding-bottom: 10px;
}

.popup_form .description {
    text-align: center;
    font-size: 18px;
    padding: 30px 0;
    color: #333333;
    font-weight: 400;

}

.popup_form .close a {
    float: right;
    font-weight: 200;
    font-size: 16px;
    color: #000;
    margin-top: -5px;
    text-decoration: none;
}

#bgmodal_visible {
    background-color: rgba(0, 0, 0, 0.6);
    font-family: Intro;
    height: 100%;
    position: fixed;
    width: 100%;
    top: 0px;
    z-index: 1000;
}

.popup_form .field{
    vertical-align: top;
}

.popup_form .field label{
    display: inline-block;
    width: 170px;
    font-size: 16px;
    font-weight: bold;
    vertical-align: top;
    padding-top: 18px;
}

#popup.absolute{
    position: absolute;
}

.contacts-wrapper .leftcol {
    float: left;
    width: 470px;
    margin-right: 25px;
}

.contacts-wrapper .rightcol {
    float: right;
    width: 670px;
    padding-top: 48px;
}

.contacts-wrapper .grey-bg {
    background-color: #f5f5f5;
    padding: 30px;
}

.contacts-wrapper h3 {
    border-left: 4px solid #c62323;
    padding-left: 4px;
    color: #010101;
    font-size: 14px;
    font-weight: bold;
}

.contacts-wrapper .grey-bg td, th {
    text-align: left;
}

.contacts-wrapper .grey-bg {
    font-size: 14px;
}

.contacts-wrapper .subtitle {
    float: left;
    clear: left;
    width: 100%;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
    padding: 25px 0 15px;
    margin-bottom: 20px;
    background: url(../images/line-small.png) bottom left no-repeat;
}

.contacts-wrapper .address {
    padding: 5px 0 8px 31px;
    background: url(../images/ico-house.png) left 4px no-repeat;
    float: left;
    clear: left;
    width: 100%;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
}

.contacts-wrapper .address-data {
    padding-left: 31px;
}

.contacts-wrapper .email {
    padding-left: 31px;
    background: url(../images/ico-mail.png) left 2px no-repeat;
    float: left;
    width: 80px;
    text-transform: uppercase;
    clear: left;
    font-size: 12px;
    font-weight: 900;
    padding-bottom: 20px;
    padding-top: 2px;
}

.contacts-wrapper .phone {
    padding-left: 31px;
    padding-top: 2px;
    background: url(../images/ico-phone.png) left 2px no-repeat;
    float: left;
    width: 80px;
    clear: left;
    font-size: 12px;
    font-weight: 900;
    padding-bottom: 20px;
}

.contacts-wrapper .row-data {
    padding-bottom: 20px;
    float: left;
}



.contacts-content .form-wrapper{
    float: left;
    width: 680px;
}

.contacts-content .heading{
    padding: 12px 0;
}

.contacts-content .form-wrapper .form-row{
    padding: 15px 0;
}
.contacts-content .form-wrapper .form-row .title{
    float: left;
    width: 170px;
    color: #111111;
    font-size: 16px;
    font-weight: 400;
    padding-top: 3px;
}
.contacts-content .form-wrapper .form-row .field{
    float: left;
    width: 500px;
}

.contacts-content .form-wrapper .form-row input[type=text],
.contacts-content .form-wrapper .form-row textarea{
    width: 490px;
    padding: 6px 10px;
    font-size: 16px;
    border: 1px solid #eaeaea;
}

.contacts-content .coordinates-wrapper{
    width: 360px;
    float: left;
    margin-left: 40px;
}

.coordinates-wrapper .company-title{
    font-weight: 500;
    color: #333333;
    font-size: 18px;
    font-family: Oswald;
}

.coordinates-wrapper .block{
    margin-top: 30px;
}

.coordinates-wrapper .block .title{
    font-weight: 500;
    color: #333333;
    font-size: 16px;
    font-family: Oswald;
    padding-bottom: 10px;
    float: left;
    width: 290px;
}

.coordinates-wrapper .block .content{
    float: left;
}

.coordinates-wrapper .block .ico{
    float: left;
    width: 60px;
    height: 50px;
}

.coordinates-wrapper .address .ico{background: url(../images/sprite.png) 0 -300px no-repeat;}
.coordinates-wrapper .phone .ico{background: url(../images/sprite.png) 0 -350px no-repeat;}
.coordinates-wrapper .email .ico{background: url(../images/sprite.png) 0 -400px no-repeat;}

.widemapmodulebody{
    padding: 0 20px;
}

.cat1_heading{
    text-align: center;
    width: 100%;
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 10px;
}

.easyshop_subcat_grey{
    width: 370px;
    height: 200px;
    float: left;
    margin: 0 30px 55px 0;
    background-color: #eef0ef;
    position: relative;
    cursor: pointer;
}

.parent-28 .easyshop_subcat_grey{
    background-color: #b1d1dc !important;
}

.easyshop_subcat_grey:nth-child(3n){
    margin-right: 0;
}

.easyshop_subcat_grey .text{
    position: absolute;
    right: 10px;
    bottom: 10px;
    text-align: right;
    width: 75%;
}
.easyshop_subcat_grey .text a{
    font-size: 26px;
    color: #383838;
    font-family: Oswald, arial;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
}

.easyshop_subcat_grey .text p{
    text-indent: 70px;
    margin: 0;
    padding: 0;
}

.sidebar{
    width: 285px;
    float: left;
    margin-right: 20px;
    margin-left: 0;
    margin-top: 60px;
}

.component.thin{
    float: left;
    width: 890px;
    padding-top: 45px;
}

.component.thin .crumbs_top{
    position: absolute;
    left: 50%;
    margin-left: -620px;
    margin-top: -40px;
}

.search-popup{
    position: absolute;
    width: 500px;
    border: 1px solid #cecece;
    box-shadow: 2px 2px 5px rgba(206,206,206,0.7);
    right: 0;
    top: 40px;
    background-color: #fff;
    z-index: 30;
    display: none;

}

.search-popup input[type=text]{
    padding: 10px 15px;
    width: 450px;
    border: none;
    vertical-align: bottom;
    display: inline-block;
}

.search-popup .serach-submit{
    width: 40px;
    height: 36px;
    background: url(../images/sprite.png) 10px -490px no-repeat transparent;
    border: none;
    vertical-align: bottom;
    display: inline-block;
}
.lang-wrapper{
    float: right;
    margin-right: 30px;

}
.lang-wrapper a{
    margin: 0 9px;
    font-family: Oswald, arial;
    display: inline-block;
    text-decoration: none;
}
.lang-wrapper a.active{
    border-bottom: 3px solid #79b6c8;
}

/* ========================================================================== */
/* =========================== КОММЕНТАРИИ ================================== */
/* ========================================================================== */
.submit_cmm {
    float: left;
    margin: 6px 0;
}
.cmm_links {
    margin:15px 0 0 0;
}
.cmm_links span {
    padding: 1px 10px 1px 20px;
}
.cmm_links span.add_comment {
    background:url(../images/icons/comment.png) no-repeat left center;
}
.cmm_links span.subscribe {
    background:url(../images/icons/subscribe.png) no-repeat left center;
}
.cmm_links span.unsubscribe {
    background:url(../images/icons/unsubscribe.png) no-repeat left center;
}
.cmm_links span.cmm_rss {
    background:url(../images/icons/rss.png) no-repeat left center;
}
.left_border{
    padding: 0 0 0 8px;
}
.cmm_heading {
    font-family: "Trebuchet MS";
    font-size: 18px;
    color: #7192A6;
    margin-bottom: 4px;
    padding-top: 8px;
}
.cmm_icons{
    margin-bottom: 4px;
}
.cmm_icons a{
    color:#666666;
    text-decoration:underline;
}
.cmm_anchor{
    float:left;
    margin-left:10px;
    color:#333333;
}
.cmm_author {
    display: block;
    float: left;

    font-weight: bold;
}
.cmm_title {
    padding: 6px;
}
.cmm_votes{
    float: right;
    padding: 2px;
    margin-right:15px;
    color:silver;
    font-weight:bold;
}
.cmm_good{
    color:green;
}
.cmm_bad{
    color:red;
}
.cmm_date {
    display: block;
    float: right;
    margin-right: 6px;
    padding: 1px;
    color: #b0b0b0;
    font-size: 14px;
}


}
.cmm_pagebar {
    background-color:#EBEBEB;
    margin-bottom:4px;
}
.cmm_entry {
    width: 100%;
    margin:0;
    margin-bottom:5px;
    padding:2px;
    border-bottom: 1px solid #eeeeee;
}
.cmm_sublinks{
    display:block;
    margin-top:10px;
}
.cmm_sublinks a:hover{
    color:#375E93;
}
.cmm_sublinks a{
    color:#5F98BF;
    margin-right:6px;
}
.cmm_avatar {
    padding: 5px;
    background:#EBEBEB;
    border-radius:4px;
}
.cmm_content_av {
    padding: 10px;
    padding-left: 25px;
    padding-top: 7px;
    background:url(../images/icons/comments/pointer.jpg) no-repeat;

}
.cmm_content {
    padding-left: 6px;
}
.cmm_addentry a{
    text-decoration:underline;
}
.cmm_addentry {
    padding:20px;
    border:solid 1px gray;
    background-repeat:repeat-x;
    background-color:#E4E4E4;
}
.cmm_smilebox{
    padding:4px;
    border:solid 1px gray;
    background-color:#EBEBEB;
}
.cmm_codebar{
    width:100%;
    border:solid 1px gray;
    background-color:#FFFFFF;
}
.cmm_pageselect{
    border: solid 1px gray;
    background-color:#F3F3F3;
}
.cmm_submit{
    font-size:12px;
}
.cmm_all_title{
    margin-bottom:5px;
    color:#5F98BF;
    font-size:100%;
    font-weight:normal;
}
.cm_guest_name{
    margin:10px 0px;
    color:#375E93;
    font-weight:bold;
}
.cm_addentry{
    overflow:hidden;
    margin:4px;
}
.cm_editor{
    border:1px #CCC solid;
    padding: 10px;

}
.cm_codebar{
    margin:6px 0 0;
    overflow:hidden;
}
div.cm_smiles a{
    text-decoration:none;
}
div.cm_smiles{
    position:relative;
}

.star-big{
    height: 25px;
    width: 41px;
    background: url(../images/stars-big.png) 50% 0 no-repeat;
    display: inline-block;
    cursor: pointer;
    float: left;
}
.star-big.full{
    background-position: 50% -200px;
}

.stars-vote{
    text-align: center;
    padding: 10px 0;
}

.stars-vote .title{
    font-size: 16px;
    margin-right: 20px;
    float: left;
}


.star-full,
.star-half,
.star-empty{
    height: 20px;
    width: 20px;
    display: inline-block;
    background: url(../images/rank_empty_star.png) 50% 0 no-repeat;
    vertical-align: top;
}

.star-full{
    background: url(../images/rank_full_star.png) 0 0 no-repeat;
}

.comment_hint{
    font-size: 12px;
}

.cm_editor textarea{
    border: none;
    width: 100%;
    resize: none;
    font-size: 16px;
}

#guestname{
    padding: 8px 10px;
    width: 100%;
    font-size: 16px;
    border:1px #CCC solid;
}

.rating-star-full-small{
    height: 19px;
    width: 22px;
    display: inline-block;
    float: left;
    background: url(../images/rank_full_star.png) top center no-repeat;
}

.rating-star-half-small{
    height: 19px;
    width: 22px;
    display: inline-block;
    float: left;
    background: url(../images/rank_empty_star.png) top center no-repeat;
}

.rating-star-empty-small{
    height: 19px;
    width: 22px;
    display: inline-block;
    float: left;
    background: url(../images/rank_empty_star.png) top center no-repeat;
}

.cmm-rates{
    display: inline-block;
    padding-left: 10px;
}

.addcomment-title{
    font-weight: bold;
    padding-top: 15px;
}

.field.recaptcha .captcha_data{
    display: inline-block;
}