html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}

html {
    height: 100%;
}

body {
    background-color: #fff;
    height: 100%;
    word-wrap: break-word;
    color: #282828;
    font-family: 'Gilroy', Tahoma;
    font-size: 14px;
    font-weight: 300;
}

* {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

a {
    color: #09c;
}

a:hover {
    color: #375E93;
}

a:active,
img:active
{
    outline: none;
}

a.redlink {
    color: #e72228;
}

input:focus {
    outline: none;
}

input.field-input {
    border: 1px solid #808080;
    padding: 10px 15px;
    box-sizing: border-box;
    font-size: 20px;
}

select.field-select {
    border: 1px solid #808080;
    padding: 10px 15px;
    box-sizing: border-box;
    font-size: 20px;
}


input, select {
    font-family: 'Gilroy', Tahoma;
}

label {
    cursor: pointer;
}

.wrapper {
    width: 1280px;
    margin: 0 auto;
}


.shiny-button {
  display: inline-block;
  text-align: center;
  border-width: 1px;
  border-style: solid;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 1.1;
  font-weight: normal;

  color: #FFFFFF;
  font-size: 12px;
background:linear-gradient(to top, #fab424, #ffea7c);
  background-image: -o-linear-gradient(top, #fab629 0%, #e9bb5e 48%, #fab424 49%, #fab424 82%, #fbbd3f 100%);
  background-image: linear-gradient(top, #fab629 0%, #e9bb5e 48%, #fab424 49%, #fab424 82%, #fbbd3f 100%);
  border-color: hsl(40, 34%, 42%);
  -webkit-box-shadow: inset 0 0 1px 1px #fcd179, 0 0 1px 3px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 0 1px 1px #fcd179, 0 0 1px 3px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 0 1px 1px #fcd179, 0 0 1px 3px rgba(0, 0, 0, 0.15);
  -webkit-text-shadow: 1px 1px 1px #b47a04;
  -moz-text-shadow: 1px 1px 1px #b47a04;
  -o-text-shadow: 1px 1px 1px #b47a04;
  text-shadow: 1px 1px 1px #b47a04;
  -webkit-border-radius: 32px;
  -moz-border-radius: 32px;
  border-radius: 32px;
  padding: 12px 30px 12px 30px;
}

.shiny-button strong {
  letter-spacing: 1px;
  font-size: 17px;
}

.shiny-button:hover {
  color: #FFFFFF;
  background-color: #fab933;
  background-image: -webkit-linear-gradient(top, #fabb38 0%, #eac16c 48%, #fab933 49%, #fab933 82%, #fbc24e 100%);
  background-image: -moz-linear-gradient(top, #fabb38 0%, #eac16c 48%, #fab933 49%, #fab933 82%, #fbc24e 100%);
  background-image: -o-linear-gradient(top, #fabb38 0%, #eac16c 48%, #fab933 49%, #fab933 82%, #fbc24e 100%);
  background-image: linear-gradient(top, #fabb38 0%, #eac16c 48%, #fab933 49%, #fab933 82%, #fbc24e 100%);
  border-color: hsl(40, 33%, 45%);
  -webkit-box-shadow: inset 0 0 1px 1px #fcd688, 0 0 1px 3px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 0 1px 1px #fcd688, 0 0 1px 3px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 0 1px 1px #fcd688, 0 0 1px 3px rgba(0, 0, 0, 0.15);
  -webkit-text-shadow: 1px 1px 1px #c28405;
  -moz-text-shadow: 1px 1px 1px #c28405;
  -o-text-shadow: 1px 1px 1px #c28405;
  text-shadow: 1px 1px 1px #c28405;
}

.shiny-button:active {
  color: #FFFFFF;
  background-color: #faaf15;
  background-image: -webkit-linear-gradient(top, #faac0b 0%, #fab424 100%);
  background-image: -moz-linear-gradient(top, #faac0b 0%, #fab424 100%);
  background-image: -o-linear-gradient(top, #faac0b 0%, #fab424 100%);
  background-image: linear-gradient(top, #faac0b 0%, #fab424 100%);
  padding: 13px 30px 11px 30px;
}
.wrapper-x {

}

.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;
}

.transition-all {
    transition: all 0.15s ease-in 0s;
    -webkit-transition: all 0.15s ease-in 0s;
    -moz-transition: all 0.15s ease-in 0s;
}

.header {
    position: absolute;
    top: 30px;
    height: 50px;
    width: 1280px;
    left: 50%;
    margin-left: -640px;
    z-index: 100;
}

.header .logo {
    float: left;
    width: 260px;
    padding: 6px 0 0 30px;
}

.header .topmenu {
    float: left;
    padding-top: 5px;
}

.header .topmenu .burger {
    background: url(../images/burger.png) 50% 50% no-repeat;
    width: 40px;
    height: 25px;
    margin-left: 14px;
    cursor: pointer;
}

.auto-onsale {
    float: left;
    margin-left: 230px;
    padding-top: 7px;
}

.header .auto-onsale a {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    text-decoration: none;
    border-bottom: 2px solid #e72228;

}

.header .phones {
    font-size: 18px;
    font-weight: 900;
    color: #fff;
    margin-left: 110px;
    float: left;
    padding-top: 7px;
}

.header .phones a {
    font-size: 18px;
    font-weight: 900;
    color: #fff;
    text-decoration: none;
}

.header .phones span {
    font-weight: 300;
}

.header .topmenu .menu-window {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #1f1f1f;
}

.closemenu-button {
    background: url(../images/buttonmenu-close.png) 50% 50% no-repeat;
    cursor: pointer;
    width: 40px;
    height: 28px;
    float: left;
    margin-left: 14px;
    margin-top: 5px;
}

.menu-window .logo {
    float: left;
}

.menu-window .needconsult {
    width: 490px;
    padding: 25px;
    border: 18px solid #e72228;
    text-align: center;
    color: #fff;
}

.menu-window .needconsult .title {
    padding-bottom: 10px;
    font-size: 28px;
    font-weight: 900;
}

.menu-window .needconsult .text {
    font-size: 18px;
    padding-bottom: 25px;
}

.menu-window .left {
    width: 50%;
}

.header .menu {
    list-style: none;
    margin: 0 auto;
    padding: 0 0 0 20px;
}

.header .menu li {
    float: left;
    display: block;
    padding: 40px 0 0 0;
    width: 100%;
}

.header .menu li.selected a,
.header .menu li a:hover {
    border-bottom: 2px solid #e72228;
}

.header .menu li a {
    color: #fff;
    font-size: 23px;
    text-decoration: none;
}

.footer {
    background-color: #fff;
    padding: 20px 0;
    text-align: center;
}

.footer-copyright {
    background-color: #fff;
    border-top: 1px solid #cad3df;
    text-align: center;
    padding: 10px 0;
    font-size: 13px;
    color: #8493a8
}

.footer .logo {
    float: left;
    width: 230px;
    margin-top: 10px;
}

.footer .logoCars {
    margin: 0;
}

.footer .footer-menu {
    float: left;
    padding-top: 30px;
}

.footer .menu {
    list-style: none;
    margin: 0 auto;
    padding: 0;
}

.footer .menu li {
    float: left;
    display: block;
    padding: 0 10px;
    margin: 0;
    text-align: center;
}

.footer .menu li.selected a,
.footer .menu li a:hover {
    border-bottom: 3px solid #e72228;
}

.footer .menu li a {
    text-transform: uppercase;
    color: #555;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
}

.footer .powered {
    float: right;
    padding: 0 5px 0 0;
}

.footer .powered a {
    display: inline-block;
}

.powered a:hover {
    animation-name: poweredbyincolor;
    animation-iteration-count: 1;
    animation-duration: 2s;
    animation-timing-function: ease-in-out;
    transform-origin: 50% 50%;
}

@keyframes poweredbyincolor {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(1080deg);
    }
}

.footer-contacts {
    background: url(../images/bg-map2.jpg) 50% 50% no-repeat;
    width: 100%;
    height: 634px;
    background-size: cover;
    position: relative;
}

.footer-contacts #map-canvas, .footer-contacts #map-canvas2 {
    width: 100%;
    height: 634px;
    display: none;
    position: relative;
}

.footer-contacts .contacts-frame {
    position: absolute;
    width: 410px;
    padding: 30px;
    border: 18px solid #e72228;
    background-color: #fff;
    top: 25px;
    left: 50%;
    margin-left: -630px;
    text-align: center;
}

.footer-contacts .contacts-frame .title {
    font-size: 36px;
    text-decoration: underline;
}

.kek {
       color: white;
}

.footer-contacts .contacts-frame .address {
    font-size: 20px;
    font-weight: 900;
    padding-top: 30px;
}

.footer-contacts .contacts-frame .link {
    padding: 5px 0;
}

.footer-contacts .contacts-frame .link a {
    color: #e72228;
    font-size: 16px;
}

.hred {
    height: 46px;
    background: url(../images/redline-small.jpg) 50% 50% no-repeat;
}

.footer-contacts .contacts-frame .phones {
    font-size: 24px;
    font-weight: 900;
    line-height: 200%;
}


.footer-contacts .contacts-frame .phones a {
    text-decoration: none;
    font-weight: 900;
    color: #232323;
}

.footer-contacts .social {
   
}

.debug_info {
    margin: 10px;
    color: #CCC;
}

#debug_query_dump {
    display: none;
}

.debug_query_count a {
    color: #FFF;
    border-color: #FFF;
}

#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: 12px;
    margin-bottom: 4px;
}

.query_time {
    color: #999;
    font-size: 12px;
    margin: 4px 0 0;
}

.red_query {
    color: #e72228;
}

.green_query {
    color: #27ae60;
}

.mp-top {
    width: 100%;
    background: url(../images/bg.jpg) 50% 50% no-repeat;
    height: 100vh;
    min-height: 850px;
    background-size: cover;
}

.mp-top .wrapper-x {
    height: 850px;
    background: url(../images/mainslide-center.png) 50% 0 no-repeat;
    position: absolute;
    width: 100%;
    top: calc(50% - 260px);
}

.mp-top .infoblock {
    width: 400px;
    height: 560px;
    position: absolute;
    left: 50%;
    float: right;
    margin: 15px 0 0 172px;
    padding: 50px 35px;
    text-align: center;
}

.mp-top .infoblock .title {
    font-size: 21px;
    font-weight: 900;
    height: 75px;
    border-bottom: 1px solid #e72228;
}

.mp-top .infoblock .description {
    padding: 40px 0;
    font-size: 16px;
    color: #808080;
}

.mp-top .text-input {
    width: 332px;
    font-size: 16px;
    padding: 15px 15px 15px 60px;
    box-sizing: border-box;
    border: 1px solid #808080;
    margin-bottom: 20px;
}

input.user-input {
    background: url(../images/ico-user.png) 20px 50% no-repeat;
}

.mp-top input.phone-input,
.popup_form input.phone-input {
    background: url(../images/ico-phone.png) 20px 50% no-repeat;
}

.mp-top .submit-wrapper {
    padding-top: 20px;
}

.mp-top .promotext {
    float: left;
    margin: 90px 0 0 60px;
    width: 560px;
    color: #fff
}

.mp-top .promotext .title {
    font-size: 60px;
    font-weight: 900;
    line-height: 90%;
}

.mp-top .promotext .text {
    font-size: 23px;
    padding-top: 40px;
}

.mp-top .promotext .text span {
    border-bottom: 3px solid #e72228;
    color: #f9d554;
    font-weight: 900;
}

.bottom-links {
    width: 1280px;
    margin: 0 auto;
    top: 650px;
    position: absolute;
}

.bottom-links ul {
    margin: 0;
    padding: 0 50px 0;
    list-style: none;
}

.bottom-links ul li {
    float: left;
    width: 25%;
    padding: 0;
    color: #fff;
    font-size: 16px;
    text-decoration: none;
}

.bottom-links ul li span {
    border-bottom: 1px solid #e72228;
}

.mp-cost {
    background: url(../images/bg-2.jpg) 50% 0 no-repeat;
    text-align: center;
    background-size: cover;
}

.mp-cost .title {
    font-size: 44px;
    padding-top: 70px;
    color: #fff;
    max-width: 800px;
    margin: 0 auto;
}

.mp-cost .line-2 {
    color: #e8bb49;
    font-size: 20px;
    width: 100%;
    padding: 10px 0;
}

.mp-cost .button-wrapper {
    width: 100%;
    padding: 40px 0;
    height: 150px;
}

.mp-cost .line-3 {
    color: #fff;
    font-size: 20px;
    padding-bottom: 40px;
    max-width: 740px;
    margin: 0 auto;
}

.mp-cost .precalculate-form {
    background: url(../images/bg-avto-options.png) 50% 0 no-repeat;
    height: 683px;
    padding: 60px 0 45px;
    box-sizing: border-box;
}

.mp-cost .precalculate-form .form-wrapper {
    width: 850px;
    margin: 0 auto;
}

.mp-cost .precalculate-form .steps {
    width: 100%
}

.mp-cost .precalculate-form .step {
    width: 50%;
    float: left;
    height: 60px;
    border-bottom: 4px solid #c1c1c1;
    cursor: pointer;
    text-decoration: none;
    color: #757575;
    font-size: 16px;
    font-weight: 900;
}

.mp-cost .precalculate-form .step.active,
.mp-cost .precalculate-form .step.selected,
.mp-cost .precalculate-form .step:hover {
    border-bottom: 4px solid #e72228;
    color: #1e1e1e;
}

.mp-cost .precalculate-form .step span {

}

.mp-cost .slide {
    text-align: left;
    display: none;
    height: 425px;
}

.mp-cost .slide .col-1-3 {
    float: left;
    width: 40%;
}

.mp-cost .slide .col-2-3 {
    float: left;
    width: 60%;
}

.mp-cost #costform-slide-2 .col-1-3:nth-child(2n),
.mp-cost #costform-slide-2 .col-1-3:nth-child(3n) {
    padding-left: 50px;
}

.mp-cost .slide .step3title {
    padding-top: 75px;
    font-size: 18px;
    font-weight: 900;
}

.mp-cost .slide .step3text {
    padding-top: 30px;
    font-size: 18px;
    line-height: 150%;
}

.mp-cost #costform-slide-3 label {
    font-size: 16px;
    font-weight: 900;
    padding-bottom: 10px;
    display: inline-block;
}

.mp-cost #costform-slide-3 .col-1-3 {
    padding-left: 40px;
}

.icheckbox_square-red {
    top: -2px;
}

.mp-cost .slide .coltitle {
    padding: 20px 0 0 0;
    font-size: 16px;
    font-weight: 900;
    color: #757575;
}

.mp-cost .slide.active {
    display: block;
}

.mp-cost .slide .left,
.mp-cost .slide .right {
    width: 50%;
    padding: 20px 0;
}

.mp-cost .slide .field {
    margin: 15px 0;
    width: 100%
}

.mp-cost .slide .field-short {
    float: left;
    width: 37%;
}

.mp-cost .slide .field .label,
.mp-cost .slide .field-short .label {
    font-size: 16px;
    font-weight: 900;
    padding-bottom: 7px;
}

.mp-cost .slide .field label {
    font-size: 16px;
    font-weight: 900;
}

.mp-cost .slide .field input[type=text] {
    width: 280px;
}
.mp-cost .slide .field select.field-select {
    width: 280px;
}

.mp-cost .slide .field-short input {
    width: 120px;
}

.mp-cost .slide .field .hint,
.mp-cost .slide .field-short .hint {
    color: #7d7d7d;
    font-size: 14px;
    padding-top: 5px;
}

.mp-cost .slide .right .field {
    margin: 25px 0;
}

.mp-cost .slide .right {
    padding-top: 40px;
    padding-left: 100px;
}

#costform-slide-1 .right label,
#costform-slide-2 label {
    margin-left: 5px;
}

.mp-cost-footer {
    width: 100%;
}

.mp-cost-footer .logo {
    float: left;
    padding-top: 18px;
}

.mp-cost-footer .btn-wrapper {
    float: right;
}

.mp-cost input.error {
    border: 1px solid #e72228;
}

.mp-whatcars {
    padding: 60px;
    background: url(../images/bg-car.png) calc(50% + 235px) 80px no-repeat;
}

.mp-whatcars .quote {
    background: url(../images/quote-2.png) 0 0 no-repeat;
    width: 457px;
    height: 339px;
    padding: 85px 0 0 50px;
    font-size: 38px;
    text-decoration: underline;
    color: #232323;
    font-weight: 900;
}

.mp-whatcars .items {
    width: 100%;
    padding-left: 45px;
    padding-top: 20px;
    box-sizing: border-box;
}

.mp-whatcars .item {
    width: 25%;
    float: left
}

.mp-whatcars .item .ico {
    height: 70px;
    background: url(../images/ico-buy-1.png) 0 50% no-repeat;
}

.mp-whatcars .item-2 .ico {
    background: url(../images/ico-buy-2.png) 0 50% no-repeat;
}

.mp-whatcars .item-3 .ico {
    background: url(../images/ico-buy-3.png) 0 50% no-repeat;
}

.mp-whatcars .item-4 .ico {
    background: url(../images/ico-buy-4.png) 0 50% no-repeat;
}

.mp-whatcars .item .text {
    color: #282828;
    font-size: 18px;
    font-weight: bold;
}

.mp-howitworks {
    background: url(../images/bg-3.jpg) 50% 0 no-repeat;
    min-height: 600px;
    background-size: cover;
    text-align: center;
}

.mp-howitworks .title {
    color: #fff;
    font-size: 44px;
    font-weight: 900;
    padding-top: 60px;
}

.mp-howitworks .steps {
    background: url(../images/steps.png) 50% 0 no-repeat;
    width: 1220px;
    margin: 65px auto 0;
}

.mp-howitworks .steps .step {
    float: left;
    width: 180px;
    margin: 80px 40px 0 40px;
    color: #fff;
    font-size: 16px;
    line-height: 150%;
}

.mp-howitworks .steps .step a {
    color: #fbca41;
    text-decoration: none;
}

.mp-howitworks .steps .step a:hover {
    text-decoration: underline;
}

.mp-howitworks .steps .step:first-child {
    margin-left: 0;
}

.mp-howitworks .steps .step:last-child {
    margin-right: 0;
}

.mp-howitworks .button-wrapper {
    margin-top: 60px;
}

#mcart a {
    color: #0d0d0d;
    font-size: 14px;
    text-decoration: none;
}

#mcart a span {
    color: #b14fc0
}

.pagination {
    display: none;
}

.mod_latest_entry {
    float: left;
    width: 365px;
    margin-right: 40px;
    height: 440px;
    margin-bottom: 30px;
    position: relative;
}

.mod_latest_entry:nth-child(3n) {
    margin-right: 0;
}

.mod_latest_entry .mod_latest_image {
    height: 230px;
    width: 370px;
    overflow: hidden;
}

.mod_latest_entry .mod_latest_image img {
}

.mod_latest_entry .mod_latest_content {
    padding: 15px 0;
    height: 140px;
}

.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;
}

.mod_latest_entry .mod_latest_content .mod_latest_title_a {
    font-size: 20px;
    color: #282828;
    text-decoration: none;
    font-weight: bold;
}

.mod_latest_entry .mod_latest_content .mod_latest_title_a:hover {
    text-decoration: underline;
}

.mod_latest_entry .mod_latest_content .mod_latest_desc {
    height: 60px;
    overflow: hidden;
    color: #565656;
    font-size: 16px;
    font-weight: 300;
}

.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: 22px;
    text-transform: uppercase;
    font-weight: 400;
    margin: 35px;
    color: #000000
}

.moduletitle span {
    border-right: 4px solid #c62323;
    border-left: 4px solid #c62323;
    line-height: 80%;
    padding: 0 20px;
}

.con_text {
. padding : 40 px;
}

.con_text p {
    padding: 0;
    font-size: 16px;
    line-height: 150%;
    font-weight: 400;
    text-align: justify;
    margin: 0 0 20px 0;
}

.con_text {
    background-color: #fff;
}

.con_text.left {
    width: 780px;
    padding-right: 24px;
}

.con_text_sidebar {
    float: right;
    width: 390px;
    padding-left: 20px;
    float: right;
}

.con_heading {
    font-size: 44px;
    color: #232323;
    padding: 20px 0 20px 0;
    font-weight: 900;
    margin: 10px 0;
}

.con_heading span {
    border-left: 4px solid #d62323;
    padding-left: 10px;
    line-height: 110%;
    display: inline-block
}

.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
}

.component {
    position: relative;
}

.artcicles_view .mod_latest_entry:nth-child(3n) {
    margin-right: 0;
}

.mt-50 {
    margin-top: 50px;
}

.relative {
    position: relative;
}

.yellow-button {
    font-size: 14px;
    font-weight: 900;
    color: #363c47;
    text-decoration: none;
    display: inline-block;
    padding: 20px 50px;
    height: 60px;
    border-radius: 30px;
    background: #fee64a;
    background: linear-gradient(to top, #fab424, #ffea7c);
    text-shadow: 0 1px 0 #FFFFFF;
    box-shadow: 0 4px 0 0 #946519;
    border: 0;
    cursor: pointer;
}

.yellow-button:active,
a.yellow-button:active {
    color: #363c47;
    margin-top: 3px;
    box-shadow: 0 1px 2px 0 #946519;
}

.yellow-button.s-12 {
    font-size: 12px;
    padding: 8px 30px;
    text-shadow: none;
    height: 30px;
    border-radius: 20px;
}

.whycomf {
    padding: 60px 0;
}

.whycomf .left {
    width: 60%
}

.whycomf .quote {
    background: url(../images/quote.png) 0 0 no-repeat;
    width: 680px;
    height: 365px;
    padding-top: 60px;
    padding-left: 50px;
}

.whycomf .quote .slide {
    width: 520px;
    height: 220px;
}

.whycomf .quote .title {
    font-size: 30px;
    font-weight: 900;
    text-decoration: underline;
    height: 83px;
}

.whycomf .quote .description {
    font-size: 18px;
    line-height: 150%;
    color: #464646;
}

.whycomf .quote .details a {
    font-size: 14px;
    color: #e72228;
}

.whycomf .right {
    width: 40%;
}

.whycomf .right .line-1 {
    font-size: 18px;
    color: #a0a0a0;
    font-weight: 900;
    margin-top: 70px;
}

.whycomf .right .line-2 {
    font-size: 44px;
    color: #232323;
    font-weight: 900;
    text-decoration: underline;
    margin-top: 28px;
    width: 415px;
}

.whycomf .icons {
    width: 100%;
    padding: 0 50px;
    box-sizing: border-box;
    margin-top: 95px;
}

.whycomf .icons .element {
    width: 25%;
    float: left;

}

.whycomf .icons .element .ico {
    width: 100%;
    height: 80px
}

.whycomf .icons .el-1 .ico {
    background: url(../images/feature-1.png) 0 50% no-repeat;
}

.whycomf .icons .el-2 .ico {
    background: url(../images/feature-2.png) 0 50% no-repeat;
}

.whycomf .icons .el-3 .ico {
    background: url(../images/feature-3.png) 0 50% no-repeat;
}

.whycomf .icons .el-4 .ico {
    background: url(../images/feature-4.png) 0 50% no-repeat;
}

.whycomf .icons .text {
    font-size: 18px;
    color: #282828;
    font-weight: 900;
}

.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;
}

#popup {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    position: fixed;
    z-index: 7777;
    display: none;
    top: 0;
    left: 0;
}

#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: 360px;
    height: 430px;
    background-color: #fff;
    padding: 20px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -180px;
    margin-top: -230px;
}

.popup_form.order {
    height: 360px;
}

.close_popup {
    width: 100%;
    height: 100%;
    position: fixed;
    display: block;
    z-index: 8888;
    top: 0;
    left: 0;
}

.popup_form .text {
    padding: 12px 15px;
    width: 100%;
    border: 1px solid #ebebec;
    margin: 8px 0;
    font-size: 16px;
}

.popup_form .field-input {
    width: 100%;
    margin-bottom: 20px;
    font-size: 16px;
}

.popup_form .user-input,
.popup_form .phone-input {
    padding-left: 60px;
}

.popup_form .submit-wrapper {
    text-align: center;
    padding: 20px 0;
}

.popup_form .title {
    font-size: 22px;
    font-weight: 900;
    padding: 10px 0 10px 0;
    background: url(../images/red-h-line.png) bottom center repeat-x;
    text-align: center;
}

.popup_form .description {
    text-align: center;
    font-size: 16px;

    padding-top: 30px;
    padding-bottom: 20px;
}

.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;
}

.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;
}

.blackheader {
    height: 100px;
    background-color: #282828;
    width: 100%;
}

.easyshop-selection {
    min-height: 920px;
    background: url(../images/bg-3.jpg) 50% 0 repeat-x;
    background-size: auto 650px;
}

.easyshop-selection .banner {
    padding-top: 180px;
    padding-left: 50px;
    height: 610px;
    background: url(../images/bg-selection.png) 50% 120px no-repeat;

}

.easyshop-selection .banner .title {
    font-size: 60px;
    font-weight: 900;
    color: #fff;
    line-height: 95%;
}

.easyshop-selection .banner .text {
    color: #fff;
    font-size: 22px;
    font-weight: 300;
    padding-top: 40px;
}

.easyshop-selection .banner .button-wrapper {
    padding-top: 50px;
}

.easyshop-selection .filter-window {
    background-color: #fff;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.7);
    padding: 35px 45px;
}

.easyshop-selection .filter-window .title {
    font-size: 14px;
    font-weight: 900;
    color: #282828;
    padding-bottom: 8px;
    margin-bottom: 20px;
    background: url(../images/line-selection.png) 0 100% no-repeat;
}

.easyshop-selection .filter-window .filter {
    float: left;
    width: 25%;
}

.easyshop-selection .filter-window .filter:last-child {
    padding-left: 56px;
}

.easyshop-selection .filter-window .filter .filter-title {
    font-size: 16px;
    font-weight: 900;
    padding-bottom: 5px;
}

.easyshop-selection .filter-window .filter select {
    font-size: 20px;
    padding: 10px;
    width: 240px;
}

.easyshop-selection .filter-window .filter select.year {
    width: 112px;
}

.easyshop-selection .filter-window .button-wrapper {
    text-align: right;
    padding: 20px 0 0 0;
    width: 100%;
    height: 60px;
}

.latest-cars {
    padding: 50px 0;
}

.latest-cars .quote {
    background: url(../images/quote-2.png) 0 0 no-repeat;
    width: 457px;
    height: 339px;
    padding: 50px 0 0 60px;

    margin-bottom: 35px;
}

.latest-cars .quote a {
    font-size: 36px;
    font-weight: 900;
    text-decoration: underline;
    line-height: 150%;
    color: #232323;
}

.sortings {
    float: left;
    padding: 0 0 30px 0;
}

.sortings .sorting {
    float: left;
    margin-right: 40px;
}

.sortings .sorting a,
.sortings-sold label {
    color: #232323;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
}

.sortings .sorting.selected-asc a,
.sortings .sorting.selected-desc a {
    text-decoration: underline;
}

.sortings-sold label {
    display: block;
    padding-top: 1px;
    float: right;
    padding-left: 7px;
}

.pagebar {
    text-align: center;
}

.pagebar span,
.pagebar a {
    display: inline-block;
    padding: 5px;
    font-size: 16px;
    font-weight: bold;
    margin: 0 10px;
    color: #232323;
    text-decoration: none;
    min-width: 36px;
}

.pagebar span {
    color: #e72228;
    border: 3px solid #e72228;
}

.pagebar a:hover {
    border: 3px solid #e72228;
}

.faq-categories {
    margin-top: 170px;
    width: 230px;
    float: left;
}

.component .questions {
    padding-bottom: 40px;
}

.faq_quest .quest {
    width: 100%;
    color: #c6272c;
    font-size: 22px;
    font-weight: 900;
    cursor: pointer;
    padding: 25px;
    padding-right: 40px;
    position: relative;
    background-color: #f7f7f7;
    margin-top: 8px;
    transition: all 0.1s ease-in 0s;
}

.faq_quest .quest:hover {
    background-color: #f0f0f0;
}

.faq_quest .quest .button {
    position: absolute;
    top: 14px;
    right: 14px;
    width: 45px;
    height: 45px;
    background: url(../images/ico-expand.png) 0px 0px no-repeat transparent;
    transition: all 0.2s ease-in 0s;
}

.faq_quest.open .quest .button {
    transform: rotate(45deg);
}

.open .quest {
    border-bottom: none;
}

.faq_quest .answ {
    display: none;
    height: 0px;
    overflow: hidden;
    padding: 5px 80px 25px 25px;
    text-align: justify;
    width: 100%;
    font-size: 16px;
    color: #000000;
    background-color: #f7f7f7;
}

.faq-categories ul {
    list-style: none;
    margin: 0 0 0 30px;
}

.faq-categories ul li {
    font-size: 18px;
    color: #282828;
    font-weight: bold;
    border-bottom: 1px solid #8f8f8f;
    padding: 10px 0;
    cursor: pointer;
}

.faq-categories ul li:hover {
    color: #3d6cb1;
}

.step-ico {
    width: 40px;
    border: 3px solid #e72727;
    line-height: 35px;
    font-size: 22px;
    font-weight: 900;
    margin: 0 auto 10px;
}

.info-wrapper .button-wrapper1 {
    min-height: 70px;
}

.easyshop_item_description {
    padding: 20px;
}

#product_recommended .easyshop_item_thumb:nth-child(4n) {
    display: none;
}

.bottom-links .title {
    text-align: center;
    padding: 15px 0;
    color: #949494;
    font-size: 14px;
    font-weight: 900;
}

.seomoduletitle {
    font-size: 36px;
    font-weight: bold;
    text-decoration: underline;
}

.seomodulebody {
    font-size: 16px;
    
}

.articles-header {
    min-height: 430px;
    background: url(../images/bg-3.jpg) 50% 0 repeat-x;
    background-size: auto 650px;
}

.articles-header .banner {
    background: url(../images/bg-articles.png) 0 100px no-repeat;
    min-height: 430px;
    width: 100%;
}

.articles-header .banner .line-1 {
    color: #fff;
    font-size: 60px;
    font-weight: bold;
    padding: 170px 0 0 60px;
}

.articles-header .banner .line-2 {
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    padding: 10px 0 0 60px;
    max-width: 500px;
    line-height: 150%;
}

.articles-header .banner h1 {
    color: #fff;
    font-size: 56px;
    font-weight: bold;
    padding: 170px 0 0 60px;
    margin: 0;
    width: 730px;
    height: 330px;
    overflow: hidden;
}

.latest-wrapper {
    padding: 50px;
}
.readother-wrapper{
    padding: 0 8px;
}

.other-articles .title{
    font-size: 24px;
    font-weight: bold;
    padding: 20px 0;
}

.cbh-widget-button-container > div{
	bottom: 22px !important;
	}
